/*====NAV FIX SAM====*/

.free-trial-link a {
	font-size: 15px !important;
	height: 39px;
	line-height: 43px;
}
.genesis-nav-menu a {
	font-size: 15px;
	font-weight: 400;
}
.genesis-nav-menu .demo1-link a {
	font-size: 15px !important;
}
.header-image .site-title > a {
	background: rgba(0, 0, 0, 0) url("/wp-content/uploads/2016/12/mightyworks-2x.png") no-repeat scroll left center;
	float: left;
	min-height: 60px;
	width: 100%;
	background-size: 226px 30px !important;
}

@media screen and (min-width: 1200px) {
.genesis-nav-menu a {
	padding: 20px 24px;
}
}

.lightBl {
    color: #00A6B4;
}

/*================*/




section#btn-start-free-trial a {
    -ms-transform: scale(1.2); /* IE 9 */
    -webkit-transform: scale(1.2); /* Safari */
    transform: scale(1.2);
}

section#btn-start-free-trial a {
    -ms-transform: scale(1.2); /* IE 9 */
    -webkit-transform: scale(1.2); /* Safari */
    transform: scale(1.2);
}

div.entry-content div.mr-tile:nth-child(2) {
    width: 48.717948717948715%;
}


/*========= FORM 1234 FIX - FOOTER  SAM===*/
#mktoForm_1234 .mktoButtonRow, #mktoForm_1234 .mktoButton {
 width: 100%;
}

#mktoForm_1234 .mktoFormRow:nth-of-type(1) {
    margin-right: 0;
    width: 50% !important;
}

#mktoForm_1234 .mktoFormRow:nth-of-type(3), #mktoForm_1234 .mktoFormRow:nth-of-type(4) {
    width: 50% !important;
}

#mktoForm_1234 .win-job-desc-form h2 {

  font-weight: 300 !important;
  line-height: 1.2 !important;
  margin-bottom: 20px;
}

.mktoFormRow:nth-of-type(6) {
    padding-left: 8px;
    padding-right: 8px;
}




/*-------FORM FIX for LEGAL - SAM----*/
.mktoLabel {
  display: block;
  font-family: "Open Sans" !important;
  font-weight: 300;
  line-height: 18px !important;
  padding-left: 8px !important;
  padding-right: 8px !important;
  width: 100% !important;
}

.mktoForm .mktoRequiredField .mktoAsterix {
    display: none !important;
}

.mktoForm .mktoLabel {
    
    float: right !important;
    font-size: 11px;
    width: 93% !important;
}

.mktoForm input[type="checkbox"] + label::before, .mktoForm input[type="radio"] + label::before {
    background-color: rgba(255, 255, 255) !important; /*0.5*/
    border-radius: 4px !important;
    box-shadow: none !important;
    font-size: 24px !important;
    height: 25px !important;
    margin-left: -16px !important;
    margin-top: 0 !important;
    width: 25px !important;
}

/*-----NEW LEGAL FOOTER---*/
.footer-copyright {
    font-size: 12px;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    color: #848385;
    padding-right: 0px;
    padding-left:0px;
}

.footer-copyright .row {
     padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.footer-copyright p {
    margin-bottom: 0;
}

/*-------CTA Blog FIX---*/
.single-post .footer-cta p { display: none !important; }
.single-post .win-job-desc-form br { display: none !important; }

//Add  sharing in post
add_action( 'genesis_before_entry', 'megaplug' );
function megaplug() {
    echo do_shortcode('[ssba]');
}

/*---------------------------------
-----------------------------------
-------- COMMENTING BLOG AREA------
-----------------------------------
---------------------------------*/

button, input[type="button"], input[type="reset"], input[type="submit"], .button {
   background: #efa800 none repeat scroll 0 0;
    border-bottom: medium none !important;
    border-radius: 3px;
    color: #fff !important;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    text-transform: none;
}

.comment-respond input[type="email"], .comment-respond input[type="text"], .comment-respond input[type="url"] {
    width: 100%;
}

button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, .button:hover, button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, .button:focus {
    background-color: #db930b;
    color: #fff;
}



