/*
 * 
    Created on : Mar 25, 2019, 12:09:49 PM
    Author     : Monis Amajd
*/
header.top-header.tablet {
    z-index: 10000 !important;
}
#sidebar.tablet, .sidebar.tablet {
    display: none !important;
}
header.top-header.tablet .top-header-content .top-header-left,
header.top-header.tablet .top-header-content .top-header-right{
    width:15% !important;
    display: table-cell;
    vertical-align: top;
}

header.top-header.tablet .top-header-content .top-header-center{
    width:70% !important;
}
header.top-header.tablet .top-header-content .top-header-center .vc_column_container {
    width: 33.33%;
    display: inline-block;
    padding-left: 0;
    padding-right: 0;
    float: left;
}
body:not(.home) #content.tablet {
    margin-top: 150px !important;
}

header.top-header.tablet .wpb_wrapper img{
    width:50% !important;
}

header.top-header.tablet .wpb_wrapper h3{
    font-size: 0.8em !important;
    text-align:center !important;
}

@media (max-width: 799px) {
    header.top-header.tablet .wpb_wrapper img{
        width:100% !important;
    }
    header.top-header.tablet .wpb_wrapper p{
        margin-bottom: 5px !important;
    }
    header.top-header.tablet .wpb_wrapper h3{
        font-size: 0.5em !important;
    }
    header.top-header.tablet .wpb_wrapper h3 a{
        line-height: 0.7em !important;
    }
    header.top-header.tablet .top-header-content .top-header-center{
        padding-left:10px !important;
    }
    header.top-header.tablet .top-header-content .top-header-right{
        padding-top: 10px !important;
        width:10% !important;
    }
    header.top-header.tablet a.search-toggle img {
        max-width: 25px !important;
    }
}