/*
Theme Name: Strategent Financial
Template: adviser
Author: ITD Interactive
Author URI: http://www.itdinteractive.com
Version: 1.0.1438106574
Updated: 2015-07-28 18:02:54
*/

@charset "UTF-8";

/* header */

.top_div {
	display: none;
}

.logo_text, .logo_slogan, .top-panel_right, .pad_left_2em, .top-panel_blocks .icon_user-top {
	display: none !important;
}

.top-panel_left h4 {
	text-align: center;
	padding: 1em 0;
}

.menu_main_wrap .logo a.menu_main_responsive_button  {
	display: none;
}

.slider_boxed, .content_wrap, .content_container {
	width: 100%;
}

.main-menu_wrap_bg {
	background-color: #0b6776 !important;
}

#menu_main li.menu-item:hover {
	/*background-color: #139113; */
	background-color: #007b8f !important;
}


#menu_main li.current-menu-item {
	/*background-color: #139113; */
	background-color: #007b8f !important; 
}

.menu_main_wrap .menu_main_nav li li>a {
	color: #fff !important;
}

@media screen and (max-width: 615px) {
	.menu_main_wrap .logo a.menu_main_responsive_button  {
		display: block;
	}
}

@media screen and (max-width: 799px) {
	.top-panel_blocks {
		float: none !important;
		width: 100% !important;
	}
}

@media (max-width: 959px) {
	.top-panel_blocks {
		float: right !important; 
	}
}

/* mobile nav */

.responsive_menu .menu_main_responsive_button {
	background: #0B6776;
	color: #fff !important;
}

.responsive_menu .menu_main_responsive_button:hover {
	background: #007b8f;
}

.menu_main_responsive a:hover {
	background: #007b8f !important;
}

/* front page content */

.fp-column .wpb_wrapper {
	min-height: 225px !important;
	height: 100% !important;
}

@media screen and (max-width: 799px) {
	.fp-column .wpb_wrapper {
		min-height: 100% !important;
		height: 100% !important;
	}
}

@media (max-width: 799px) {
	.vc_col-sm-3 {
		width: 100% !important;
	}
}

/* Footer */

/* .body_filled .footer_wrap, .body_filled .widget_area.sidebar_style_light, .body_filled.article_style_boxed .page_wrap {
	background-color: #191e22 !important;
}*/

footer {
	background-color: #191e22 !important;
}

footer .textwidget {	
	color: #777c80;
}

footer .widget_title, footer a {
	color: #fff !important;
}

footer a:hover {
	color: #ccc !important;
}

footer { 
	padding: 0 20px;
}

.copyright_wrap { 
	background-color: #0e1215 !important;
}

@media screen and (min-width: 1300px) {
	footer .content_wrap {
		width: 1300px;
	}
}

.footer_wrap { padding:2.7em 2em 2.7em 2em !important; }

/* general styles */

p.style1 a:hover, h4 a:hover, .fp-column a:hover {
	color: #007b8f !important;
}

.post_item_masonry {
	border:1px solid #ddd !important;
	padding: 0 10px 10px 0;
}

/* window width tweak */ 

@media (max-width: 1800px) and (min-width: 1px) {
	.slider_boxed, .content_wrap, .content_container {
		width: 100% !important;
	}
}

/* mobile tweaks */

@media screen and (max-width: 799px) {
	.widget {
		width: 100% !important;
	}
}