/*
Theme Name: DeBranding

Version: 1.0
Author: Ca-editors
Author URI: http://www.ca-editors.nl
Template: enfold
*/
/* algemeen */
#top #wrap_all .avia-slideshow-button, #top .avia-button, .html_elegant-blog .more-link, .avia-slideshow-arrows a::before, #top .av-menu-button > a .avia-menu-text {
    border-radius: 8px;
}
.special_amp {
    font-family: inherit;
    font-style: normal;
    font-weight: inherit;
}
/* masonry titels */
.av-masonry-entry .av-masonry-entry-title {
    font-size: 18px;
    text-align: center;
}
/* buttons */
.avia-button.avia-size-large {
    font-size: 15px;
    padding: 13px 24px 12px;
}
/* header top bar */
#header_meta .sub_menu,
#header_meta .phone-info {
    font-size: 0.9em;
}
.header-scrolled #header_main {

    background: rgba(255,255,255,1);

}
/* header widget */
#header .widget {
    position: absolute;
    left: auto;
    line-height: 0;
    right: 120px;
    top: -84px;
    transform: translate(-0%);
    padding-top: 0;      
    height: auto;
    z-index: 0;
}
#header .widget.widget_icl_lang_sel_widget {
    right: 40px;
}
#header.header-scrolled  .widget {
    top: -56px;
}
.avia-button {
    font-weight: bold;
}
/* talen */
#lang_sel_list.lang_sel_list_horizontal.wpml-ls-sidebars-header.wpml-ls.wpml-ls-legacy-list-horizontal {
    border: 0 none;
    padding: 0;
}
.wpml-ls-legacy-list-horizontal .wpml-ls-flag {
    height: 40px;
    width: 45px;
}
/* zoekwidget
#header #searchform {
    margin: 0 38px 0 0;
    padding: 0;
}
#top .header_color input[type='text'] {
    background-color: #f8f8f8;
    color: #666;
}
.header_color *::-moz-placeholder { 
    color: #bdbdbd;
} */
/* menu */
.header_color .avia-menu-fx {
    background-color: #529cbe;
}
nav.main_menu li.av-language-switch-item {
    display: none;
}
#av-burger-menu-ul {
    background-color: #003780;
}
#top #wrap_all #header #menu-item-search > a {
    color: #ffffff;
}

/* footer */
#footer .flex_column.av_one_third {
    width: 22%;
    margin-right: 3%;
    margin-left: 0;
}

#footer .container > .flex_column.av_one_third:last-child {
    width: 50%;
    margin-right: 0;
}

/* Media Queries */

@media only screen and (max-width: 1150px) { 
	.av-main-nav > li > a { 
		padding: 0 5px;
		font-size: 0.75em; 
	}
}

@media only screen and (min-width: 450px) and (max-width: 989px) {
	.responsive #top .av_mobile_menu_tablet #header_main_alternate {
    	display: block;
	}
	.responsive #top #wrap_all .av_mobile_menu_tablet .main_menu {
		height: 0;
	}
	.responsive #top #wrap_all .av_mobile_menu_tablet #header_main_alternate .main_menu,
	#header #custom_html-2,
	#header #custom_html-3 {
		display: none !important;
	}
	#header .widget.widget_icl_lang_sel_widget {
    right: 160px;
    top: -70px;
	}
}

@media only screen and (min-width: 991px) {
	li.menu-item-language {
		display: none;
	}


}
@media only screen and (max-width: 990px) {
	li.menu-item-language {
		display: block;
	}



}
@media only screen and (max-width: 768px) {
    #top #wrap_all #header #menu-item-search > a {
    display: none;
}


}