/*Cookies*/
.cn-button.wp-default{
	background-color: #b2c722;
}

/*HEADER*/
.bt-itable {
	padding-top: 10px;
}
.fw-title-bar .fw-heading .breadcrumbs {
	display: none;
}
.bt-header .bt-header-main .bt-header-container {
	border-bottom: 2px solid #ffffff !important;
	background-color: #58626e;
}
.bt-header.header-1 .bt-header-main .bt-nav-wrap .bt-site-navigation > ul.bt-nav-menu li.menu-item a span {
	font-size: 15px !important;
}
.bt-header.header-1 .bt-header-main .bt-nav-wrap .bt-site-navigation > ul.bt-nav-menu > li.menu-item:not(:first-child) {
	margin-left: 30px;
}
/*MENU PRINCIPAL*/
.bt-header.header-1 .bt-header-main .bt-nav-wrap .bt-site-navigation > ul.bt-nav-menu li.menu-item a {
	color: #ffffff !important;
}

/*MENU VERTICAL*/
.widget_nav_menu ul > li a {
	color: #fff !important;
	border-bottom: 1px solid #fff;
	width: 100%;
}
.widget_nav_menu ul > li a {
	padding: 5px 0 15px 0;
}
.widget_nav_menu ul > li a:hover, .widget_nav_menu ul > li a:first-letter {
	color: #B2C722 !important;
}

.widget_nav_menu ul > li.current-menu-item a, .bt-header.header-1 .bt-header-main .bt-nav-wrap .bt-site-navigation > ul.bt-nav-menu li.current-menu-item >  a {
	color: #B2C722 !important;
	font-size: 16px;
}
/*
Featured Box
*/
.wpb_theme_custom_element.wpb_featured_box.featured-box-layout-style-1 .vc-custom-inner-wrap {
	background-color: #58626e !important;
}
.wpb_theme_custom_element.wpb_featured_box.featured-box-layout-style-1 .vc-custom-inner-wrap .featured-box-alignment .entry-box-wrap .featured-box-title, .wpb_theme_custom_element.wpb_featured_box.featured-box-layout-style-1 .vc-custom-inner-wrap .featured-box-alignment .icon-wrap .type-customicon ._icon {
	color: #fff !important;
}
.wpb_theme_custom_element.wpb_featured_box.featured-box-layout-style-1 .vc-custom-inner-wrap:after {
	height: 5px !important;
	width: 88%;
  position: absolute;
	content: '';
	bottom: -10px;
	background-color: #B2C722;
	left: 13px;
}
.wpb_theme_custom_element.wpb_featured_box.featured-box-layout-style-1 .vc-custom-inner-wrap:hover {
	background-color: #B2C722 !important;
}

/*
 FOOTER
 */
#colophon {
	border-top: 1px dotted #e8e8e8;
}