/*
 Theme Name:     Property Brian Bell
 Theme URI:      https://property.brianbell.com.pg
 Description:    Brian Bell - Property Site Custom
 Author:         Colony Group LTD
 Author URI:     https://www.colonygroupltd.com
 Template:       Divi
 Version:        1.0.0
*/


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

#top-menu-nav,
#et_top_search,
#et_mobile_nav_menu {
    display: none !important;
}

.textsection ul {
    margin: 20px 0px;
}

.textsection ul li {
    margin-bottom: 10px;
}

#logo {
    max-height: 87% !important;
}

.et_header_style_left #et-top-navigation,
.et_header_style_split #et-top-navigation {
    padding: 140px 0px 0px 0px !important;
}

.et_header_style_left #logo,
.et_header_style_split #logo {
    max-width: 97% !important;
}

@media (max-width: 568px) {
    .et_header_style_left #logo,
    .et_header_style_split #logo {
        visibility: hidden;
    }
    .et_header_style_left #logo,
    .et_header_style_split #logo {
        background: #ccc;
    }
    .logo_container a {
        background: transparent url('https://property.brianbell.com.pg/wp-content/uploads/2019/07/mobile-logo.png') 0px 0px no-repeat;
        display: block;
        height: 47px;
    }
    span.logo_helper {
        height: 30px;
    }
    #main-header {
        height: 90px;
    }
}