/* =========================
   Lot Service Content
========================= */

.lot-service-box{
    max-width:900px;
    margin:auto;
    font-family:'Montserrat', sans-serif;
    line-height:1.6;
    color:#ffffff;
}

.lot-desc{
    margin-bottom:22px;
    color:#e5e7eb;
    font-size:22px;
    font-weight:500;
}

.lot-guarantee{
    margin-bottom:16px;
    padding:18px 22px;
    background:#1B1F24;
    border:1px solid rgba(255,255,255,.10);
    border-radius:14px;
    color:#e5e7eb;
    font-size:19px;
    font-weight:500;
    box-shadow:0 8px 20px rgba(0,0,0,.30);
}

.lot-guarantee strong{
    color:#59C13D;
    font-size:21px;
    font-weight:800;
}

.lot-followup{
    color:#e5e7eb;
    font-size:19px;
    font-weight:500;
}


/* =========================
   Hide Theme Elements
========================= */

.page-title{
    display:none;
}

.search-form{
    display:none !important;
}


/* =========================
   Header Background
========================= */

.site-header,
.ast-primary-header-bar,
.ast-main-header-wrap,
.main-header-bar,
.ast-mobile-header-wrap,
.ast-above-header-wrap,
.ast-below-header-wrap{
    background:#1B1F24 !important;
    background-color:#1B1F24 !important;
}


/* =========================
   Desktop Navigation
========================= */

@media (min-width:769px){

    .ast-primary-header-bar{
        min-height:80px;
    }

    .main-header-menu > li > a{
        padding:10px 18px;
        border-radius:999px;
        font-family:'Montserrat', sans-serif;
        font-size:16px;
        font-weight:800;
        line-height:1;
        letter-spacing:.3px;
        transition:
            color .25s ease,
            transform .25s ease;
    }

    .main-header-menu > li > a:hover{
        transform:translateY(-1px);
    }

    .main-header-menu .customer-portal-menu > a{
        margin-left:12px;
        padding:10px 20px;
        border-radius:999px;
        font-weight:900;
        box-shadow:0 4px 12px rgba(0,0,0,.25);
    }
}


/* =========================
   Tablet
========================= */

@media (max-width:1024px){

    .lot-desc{
        font-size:20px;
    }

    .lot-guarantee{
        font-size:18px;
    }

    .lot-guarantee strong{
        font-size:20px;
    }

    .lot-followup{
        font-size:18px;
    }
}


/* =========================
   Mobile Navigation
========================= */

@media (max-width:768px){

    .lot-desc{
        font-size:17px;
    }

    .lot-guarantee{
        padding:14px 16px;
        font-size:16px;
    }

    .lot-guarantee strong{
        font-size:17px;
    }

    .lot-followup{
        font-size:16px;
    }

    .ast-header-search,
    .ast-search-menu-icon,
    .ast-icon.icon-search,
    .ast-mobile-popup-content .search-form,
    .ast-mobile-popup-content .ast-search-form,
    .ast-mobile-popup-content .search-field,
    .search-form{
        display:none !important;
    }

    .ast-mobile-menu-trigger-minimal{
        padding:12px;
        font-size:30px;
    }

    .ast-mobile-popup-drawer .ast-mobile-popup-inner{
        padding-top:24px;
    }

    .ast-mobile-popup-content{
        padding:10px 18px 24px;
    }

    .ast-mobile-popup-content .menu-item a{
        padding:18px 24px;
        border-bottom:1px solid rgba(255,255,255,.08);
        font-family:'Montserrat', sans-serif;
        font-size:22px;
        font-weight:800;
    }

    .ast-mobile-popup-content .current-menu-item > a,
    .ast-mobile-popup-content .current-menu-parent > a,
    .ast-mobile-popup-content .current_page_item > a{
        border-radius:10px;
    }

    .ast-mobile-popup-content .customer-portal-menu > a{
        margin:18px 24px;
        border-radius:10px;
        text-align:center;
        border-bottom:none;
    }
}