/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/



/*Add your own styles here:*/

/*top menu */
#header_meta .sub_menu ul li{
	border-right-width: 0;
}
#header_meta .sub_menu ul li[class*="top-"] a{
	padding-left: 20px;
}
#header_meta .sub_menu ul li a{
	color: #444;
}
#header_meta .sub_menu ul li a:hover{
    color: #444;
}
/*mail icon top menu*/
#header_meta .sub_menu ul li.top-mail:before{
    content: "";
    background-image: url('media/envelope.png');
    background-repeat: no-repeat;
    background-size: 16px;
    position: absolute;
    height: 16px;
    width: 16px;
    top: -3px;
}
/*mail icon top menu*/
#header_meta .sub_menu ul li.top-adres:before{
    content: "";
    background-image: url('media/location.png');
    background-repeat: no-repeat;
    background-size: 16px;
    position: absolute;
    height: 16px;
    width: 16px;
    top: -3px;
}
/*mail icon top menu*/
#header_meta .sub_menu ul li.top-phone:before{
    content: "";
    background-image: url('media/phone.png');
    background-repeat: no-repeat;
    background-size: 16px;
    position: absolute;
    height: 16px;
    width: 16px;
    top: -3px;
}
/*responsive*/
@media (max-width: 760px){
	.social_bookmarks{
		display: none;
	}
}

/*wpml top menu*/
.avia_wpml_language_switch{
	display: none;
}
#lang_sel_list ul li a.lang_sel_sel:after{
    content: "";
    border-bottom: 1px solid #777;
    display: block;
}
#lang_sel_list ul li a{
	padding-right: 5px;
	border-right: 1px solid #777;
}
#lang_sel_list ul li:last-child a{
	padding-right: 0;
	border-right: 0;
}
#lang_sel_list{
	float: right;
	font-family: inherit;
    font-weight: bold;
    padding: 9px 0;
    height: 0;
}
#lang_sel_list ul li a{
	background-color: inherit;
}

.page-id-23 .footer-top {
    display: none;
}
.footer-top {
    background-repeat: no-repeat;
    background-image: url(/wp-content/uploads/2019/07/advocaat-uitgeest.jpg);
    background-attachment: scroll;
    background-position: top left;
}
#top #wrap_all .all_colors .footer-top h3 {
    color: #73787c !important;
}
#top #main .footer-top .flex_column_table {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#top #main .footer-top .flex_column {
    width: 31.5%;
}
@media only screen and (max-width: 1024px) {
    #top #main .footer-top .flex_column {
        width: 47%;
    }
}
@media only screen and (max-width: 767px) {
    #top #main .footer-top .flex_column {
        width: 100%;
    }
    #header {
        padding-bottom: 82px;
    }
    #header_meta {
        display: none;
    }
    #header_main {
        position: fixed;
        left: 0;
        right: 0;
        background-color: #ffffff;
    }
    .responsive #top #header_main > .container .main_menu .av-main-nav > li > a {
        height: 80px !important;
        line-height: 80px !important;
    }
}

