div#top-wrapper {background-color: transparent !important;}

#secondary-navigation-bar-wrapper {background-color: #bb7d09; !important;}
.u-design-fixed-menu-on.fixed-menu div#main-menu {background-color: #bb7d09; !important;}

#navigation-menu > ul.sf-menu { background-color: rgba(187, 125, 9, .8) !important;}

.menufont {color: #fff;}

#responsive-form{
	max-width:1200px;
  	margin:0;
        width:80%;
}
.form-row{
	width: 100%;
}
.column-half, .column-third, .column-full{
	float: left;
	position: relative;
	padding: 0.85rem;
	width:100%;
	-webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
}
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

@supports (-moz-appearance:none) {
.mzofrm {
margin-top: 10px !important;}}

tr.spaceUnder>td {padding-bottom: 1.5em;}
.boxcnt {-webkit-box-decoration-break: clone; box-decoration-break: clone; box-decoration-break: clone; line-height: 1em; }
.agreemt {color: #fff; line-height: 2em; border: 1px solid #000; background-color: #4eb7be; padding: 5px 20px; display: inline; margin: 0px auto; 
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;}
.cagreemt {font-size: 25px; color: #fff; background-color: #e3a021; padding: 10px; border-radius: 100px 0px 100px 10px; margin: 5px 10px;}
.cagreement {font-size: 25px; background-color: #fff; background-color: #e1e1e1; padding: 10px;   -webkit-box-decoration-break: clone;
  box-decoration-break: clone;}

@media screen and (max-width: 719px) {
 ul.freewrot {margin-left: -100px !important; line-height: 1em; font-size: 0.8em;}
}

@media screen and (max-width: 719px) {
.clssked {margin-left: -100px !important;}
}

@media screen and (max-width: 719px) {
.wpcf7-form-control .wpcf7-submit {    
    background-color: #ca0002;
    border-radius: 1px;
    border-width: 1px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    padding: 12px 40px;
    text-align: center;
    text-transform: uppercase;}
}

@media screen and (max-width: 719px) {
.wpcf7-form-control.wpcf7-submit {
    background-color: #ca0002;
    border-radius: 1px;
    border-width: 1px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    padding: 12px 40px;
    text-align: center;
    text-transform: uppercase;}
}


@media screen and (max-width: 959px) and (min-width: 720px)
#logo h1 a, #logo .site-name a {
		max-width: 150px !important;
		height: auto !important;
}

@media only screen and (min-width: 1000px) and (max-width: 1396px){
  .mobileimg { width:70px; padding-bottom: 30px !important;
}}
@media only screen and (max-width: 1366px) {
	/* ----------------------
	TYPOGRAPHY 
	---------------------- */
	body{font-size:15px;}
	h1{font-size:2.1875em;}
	h2{font-size:1.875em;}
	h3{font-size:1.5625em;}
	h4{font-size:1.25em;}
	h5{font-size:1.125em;}
	h6{font-size:0.9375em;}
}

/**---------------- Media query ----------------**/
@media only screen and (min-width: 48em) { 
	.column-half{
		width: 50%;
	}
}

.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 textarea {
	width: 100%;
	padding: 8px;
	border: 1px solid #ccc;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	 -moz-box-sizing: border-box;
	      box-sizing: border-box
}
.wpcf7 input[type="text"]:focus{
	background: #fff;
}
.wpcf7-submit{
	float: left;
	background: #CA0002;
	color: #fff;
	text-transform: uppercase;
	border: none;
	padding: 8px 20px;
	cursor: pointer;
}
.wpcf7-submit:hover{
	background: #ff0000;
}
span.wpcf7-not-valid-tip{
	text-shadow: none;
	font-size: 12px;
	color: #fff;
	background: #ff0000;
	padding: 5px;
}
div.wpcf7-validation-errors { 
	text-shadow: none;
	border: transparent;
	background: #f9cd00;
	padding: 5px;
	color: #9C6533;
	text-align: center;
	margin: 0;
	font-size: 12px;
}
div.wpcf7-mail-sent-ok{
	text-align: center;
	text-shadow: none;
	padding: 5px;
	font-size: 12px;
	background: #59a80f;
	border-color: #59a80f;
	color: #fff;
	margin: 0;
}