/* Enter Your Custom CSS Here */

@media only screen and (min-width: 641px)
.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit] {
    font-size: 16px;
    /* width: auto; */
    background-color: crimson !important;
    margin: 0 16px 0 0;
}

nav.main_menu>ul>li>a span {
    display: block;
    height: 100%;
    background-color: transparent;
    padding: 0 10px;
    font-size: 16px !important;
   -webkit-transition: background-color .2s ease-in-out;
}


/* Footer Margin */
.footer_top a, .footer_top p, .footer_top span, .footer_top li {
    color: #fff;
    margin-left: 13px;
}

@font-face {
	font-family: 'Calibri';
	src: url('fonts/Calibri.eot');
	src: url('fonts/Calibri.eot?#iefix') format('embedded-opentype'),
		url('fonts/Calibri.woff2') format('woff2'),
		url('fonts/Calibri.woff') format('woff'),
		url('fonts/Calibri.ttf') format('truetype'),
		url('fonts/Calibri.svg#Calibri') format('svg');
	font-weight: 400;
	font-style: normal;
}



html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    background: transparent;
    border: 0;
    margin: 0;
    color: #545454;
    font-size: 16px;
    padding: 0;
    vertical-align: baseline;
    outline: 0;
    font-family: 'Calibri';
}

/* Mobile Menu */
nav.mobile_menu {
   
    background-color: #A09F9F;
}

nav.mobile_menu ul>li.has_sub>a span.mobile_arrow i {
    display: inline;
    color: black;
}