/*
 Theme Name:   Financecorp Child
 Description:  CactusThemes - Financecorp Child Theme
 Author:       CactusThemes
 Author URI:   http://cactusthemes.com
 Template:     financecorp
 Version:      1.0.0
*/


/* Theme customization starts here
-------------------------------------------------------------- */
/* John Murfett July 2016 - Make the body of the articles black not grey start: */
body {
  color: #000;
}
/* John Murfett July 2016 - Make the body of the articles black not grey end */
/* John Murfett August 2016 - make 'Click here to become a member of TaxEd.' stand out more: */

a.taxed-membership {
  font-weight: bold;
  font-size: 14px;
  color: #86ac3d;
}

.taxed-list {
  font-weight: bold;
  font-size: 18px;
}
.membership-form {
	border-color: #000000 !important;
}
.membership-form-section-header {
	background-color: #86Af4B;
	padding: 10px;
	font-size: 14px;
	color: #FFFFFF;
	height: 46px;
}
.membership-form-label {
	style="width: 150px;
	vertical-align: middle;	
}
.membership-form-table {
	border-spacing: 0px;
	border: 0px;
	border-collapse: separate;
	padding: 0px;
}
.membership-form-tr {
	padding: 0px;
}
.membership-form-td {
	padding: 0px 0px 0px 0px !important;
}
.membership-form-input {
	padding: 0px 0px 0px 0px !important;
	margin: 0px 0px 0px 0px !important;
}
.priceTable td {
        padding: 6px;
}

.priceTable tr.hilite {
  background-color: #F0F0F0;
}

.membership-form-staff-table-labels {
	width: 150px;
	vertical-align: middle;
	text-align: left;
	color: black;
	font-size: 14px;
}
.membership-form-staff-table-inputs {
	 
}
.membership-form-cell {
	padding: 1px !important;
}
.subscriber-menu-button {
	background-color: #86ac3d;
	height:100px;
	width:200px;
	color:white;
}
@media screen and (min-width: 1200px) {
  .block-nav-desktop {
    letter-spacing: 2px !important;
  }
}
.membership-form-required-message {
	color: red;
	font-style: italic;
	font-weight: bold;
	font-size: 14px;
}