/*
 Theme Name:   Goldenblatt Child
 Theme URI:    http://goldenblatt.bold-themes.com
 Description:  Goldenblatt child theme
 Author:       BoldThemes
 Author URI:   http://bold-themes.com
 Template:     goldenblatt
 Version:      1.0.0
 Tags:         one-column, right-sidebar, custom-menu, featured-images, sticky-post, theme-options, threaded-comments, translation-ready
 Text Domain:  goldenblatt-child
*/


/* Theme customization starts here
-------------------------------------------------------------- */
.liaPhoneArea{
    float: right;
    padding: 5px 14px;
    margin-top: 6px;
    margin-right: -22px;
    background: #724014;
}
    .liaPhoneArea a{
        font-family: "Montserrat", Arial, Helvetica, sans-serif;
        font-size:16px;
        color:#FFF;
    }

.topTools .btIconWidget .btIconWidgetIcon, .topBarInMenu .btIconWidget .btIconWidgetIcon{
    color:#90511a;
}
.btMenuHorizontal .topBar .topBarPort{
    padding: 0 20px !important;
}
.topTools a.btIconWidget:hover, .topBarInMenu a.btIconWidget:hover{
    color:#FFF;
}
@media only screen and (max-width: 600px){
    body:not(.btStickyHeaderOpen) .btLogoArea{
        clear: both;
    }
    body:not(.btStickyHeaderOpen) .btLogoArea .logo{
        float:none;
        display: table;
        margin:auto;
        text-align: center;
        margin-bottom: 10px;
    }
    .bt_bb_size_extralarge.bt_bb_headline.bt_bb_superheadline .bt_bb_headline_superheadline{
        margin-bottom:10px;
    }
    
    
    
    body[is_services_page='true'] .bt_bb_wrapper > .bt_bb_section:first-child{
        display:none;
    }
    body[is_services_page='true'] .bt_bb_wrapper > .bt_bb_section:nth-child(2) .bt_bb_column:first-child{
        position:relative;
        overflow:hidden !important;
    }
    body[is_services_page='true'] .bt_bb_wrapper > .bt_bb_section:nth-child(2) .bt_bb_column:first-child:after{
        content:"";
        position: absolute;
        top:0;
        left:0;
        width:100%;
        height:100%;
        background:#000;
        background: linear-gradient(0deg,rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
    }
    
    body[is_services_page='true'] .bt_bb_row .bt_bb_row_holder .bt_bb_column .bt_bb_column_content.bt_bb_column_background_image{
        background-position: top;
    }

}

@media only screen and (max-width: 420px){
    body.btStickyHeaderOpen .btVerticalHeaderTop{
        display: none;
    }
}


