/*
 Theme Name:     Enfold Child
 Theme URI:      http://example.com/twenty-thirteen-child/
 Description:    Enfold Child Theme
 Author:         Miron Lulic - LoanNow
 Author URI:     http://www.loannow.com
 Template:       enfold
 Version:        1.0.0
*/

@import url("../enfold/style.css");

/* =Theme customization starts here
-------------------------------------------------------------- */

body {font-size: 15px;}

.main_color strong, .main_color b, .main_color .special_amp {
color: #000;
}

.sidebar ul li {line-height:2.1em;}


.js_active .toggler { border-bottom: none; color: #000;}

.js_active .toggler:last-child { border-bottom: 1px solid #e1e1e1;}


.toggle_content {
padding: 0px 30px 11px 30px;
}

.bottom_nav_header.social_header #header_main .container { 
	height: 55px;
	line-height: 55px;
}
#header_main .container, .main_menu ul:first-child > li a{ height:55px; line-height: 55px; }

.html_header_top.html_header_sticky #main {
padding-top: 57px;
}

.fixed_header #main{ padding-top:55px; } 
#header_main {
		border: 1px solid #467a23;
	background-color: #56ad1c;
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,.3);
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,.3);
	box-shadow: 0 3px 3px rgba(0,0,0,.3);
	background: #63b920;
	background: -moz-linear-gradient(top, #63b920 0%, #4aa118 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#63b920), color-stop(100%,#4aa118));
	background: -webkit-linear-gradient(top, #63b920 0%,#4aa118 100%);
	background: -o-linear-gradient(top, #63b920 0%,#4aa118 100%);
	background: -ms-linear-gradient(top, #63b920 0%,#4aa118 100%);
	background: linear-gradient(to bottom, #63b920 0%,#4aa118 100%);
	background: linear-gradient(#63b920 0%,#4aa118 100%);	
}
#header_main .social_bookmarks li { margin-right: 10px;}

.av-main-nav li:hover .avia-menu-fx, .current-menu-item > a > .avia-menu-fx, .av-main-nav li:hover .current_page_item > a > .avia-menu-fx {
visibility: hidden;
}

.header_color .sub_menu>ul>li>a, .header_color .sub_menu>div>ul>li>a, .header_color .main_menu ul:first-child > li > a, #top .header_color .main_menu .menu ul .current_page_item > a, #top .header_color .main_menu .menu ul .current-menu-item > a, #top .header_color .sub_menu li ul a {
color: #fff;
}

.template-page .entry-content-wrapper h1, .template-page .entry-content-wrapper h2 {
text-transform: none;
letter-spacing: 0;
}

#fullwidthmap .container {
width: 100% !important;
}

.avia_google_maps {padding: 0;}

.avia_google_maps h3 {display:none;}

@media only screen and (max-width: 767px) {
.responsive .logo, .responsive .logo a, .responsive .logo img, .responsive .mobile_slide_out .logo img {
	height: 55px !important;
}

.responsive #top #main, #header_main, footer {
padding: 0 10px;
}

.responsive .container {
width: 100%;
}
}