.elementor-52 .elementor-element.elementor-element-e5f3ff8{--display:flex;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-b33f701 *//* ==========================================
   KGN REFRIGERATION GOOGLE ADS HEADER
========================================== */


/* =========================
HEADER CONTAINER
========================= */

.kgn-ads-header{
    width:100%;
    height:80px;

    display:flex;
    align-items:center;
    justify-content:space-between;

    padding:0 40px;

    background:#ffffff;
    border-bottom:1px solid #eee;

    position:sticky;
    top:0;
    z-index:9999;

    box-shadow:0 1px 6px rgba(0,0,0,.03);
}


/* =========================
LOGO
========================= */

.kgn-ads-logo img{
    max-height:70px;
    height:auto;
    width:auto;

    object-fit:contain;
    display:block;
}


/* =========================
BOOK BUTTON
========================= */

.kgn-ads-book-service-btn{
    display:inline-block;

    padding:10px 18px;

    background:#0066ff;
    color:#ffffff;

    text-decoration:none;

    border-radius:5px;

    font-size:15px;
    font-weight:600;

    white-space:nowrap;

    transition:background .2s ease;
}


/* =========================
TABLET
========================= */

@media (max-width:1024px){

    .kgn-ads-header{
        padding:0 20px;
    }

    .kgn-ads-book-service-btn{
        padding:10px 16px;
        font-size:14px;
    }

}


/* =========================
MOBILE
========================= */

@media (max-width:767px){

    .kgn-ads-header{
        height:72px;
        padding:0 15px;
    }

    .kgn-ads-logo img{
        max-height:58px;
    }

    .kgn-ads-book-service-btn{
        padding:9px 14px;
        font-size:13px;
    }

}/* End custom CSS */