/* =========================
   TPK GLOBAL CUSTOM CSS
========================= */


/* =========================
   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;
}


/* =========================
   TPK Green Header
   Desktop + Mobile
========================= */

.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:#59C13D !important;
    background-color:#59C13D !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;
        color:#010101 !important;

        transition:
            color .25s ease,
            background-color .25s ease,
            transform .25s ease;
    }

    /* Hover */

    .main-header-menu > li > a:hover{
        color:#010101 !important;
        background:rgba(1,1,1,.10);
        transform:translateY(-1px);
    }

    /* Current / Active Page */

    .main-header-menu .current-menu-item > a,
    .main-header-menu .current-menu-parent > a,
    .main-header-menu .current_page_item > a{
        color:#010101 !important;
        background:rgba(1,1,1,.12);
    }

    /* Customer Portal */

    .main-header-menu .customer-portal-menu > a{
        margin-left:12px;
        padding:11px 21px;

        background:#010101 !important;
        color:#ffffff !important;

        border-radius:999px;
        font-weight:900;

        box-shadow:0 5px 14px rgba(0,0,0,.25);
    }

    .main-header-menu .customer-portal-menu > a:hover{
        background:#1B1F24 !important;
        color:#ffffff !important;
        transform:translateY(-1px);
    }
}


/* =========================
   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
========================= */

@media (max-width:768px){

    /* -------------------------
       Lot Service
    ------------------------- */

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

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

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

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


    /* -------------------------
       Green Mobile Header
    ------------------------- */

    .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:#59C13D !important;
        background-color:#59C13D !important;
    }


    /* -------------------------
       Dark Hamburger Icon
    ------------------------- */

    .ast-mobile-menu-trigger-minimal,
    .ast-mobile-menu-trigger-minimal .ast-mobile-svg,
    .ast-button-wrap .menu-toggle,
    .ast-button-wrap .menu-toggle .mobile-menu-toggle-icon,
    .ast-mobile-svg{
        color:#010101 !important;
        fill:#010101 !important;
    }

    .ast-mobile-menu-trigger-minimal svg,
    .ast-button-wrap .menu-toggle svg{
        fill:#010101 !important;
    }


    /* -------------------------
       Hide Search
    ------------------------- */

    .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;
    }


    /* -------------------------
       Hamburger Button
    ------------------------- */

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


    /* -------------------------
       Mobile Menu Drawer
    ------------------------- */

    .ast-mobile-popup-drawer .ast-mobile-popup-inner,
    .ast-mobile-popup-content{
        background:#1B1F24 !important;
        background-color:#1B1F24 !important;
    }

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

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


    /* -------------------------
       Mobile Menu Links
    ------------------------- */

    .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;

        color:#ffffff !important;
    }


    /* -------------------------
       Current / Active Page
    ------------------------- */

    .ast-mobile-popup-content .current-menu-item > a,
    .ast-mobile-popup-content .current-menu-parent > a,
    .ast-mobile-popup-content .current_page_item > a{
        color:#59C13D !important;
        border-radius:10px;
    }


    /* -------------------------
       Customer Portal
    ------------------------- */

    .ast-mobile-popup-content .customer-portal-menu > a{
        margin:18px 24px;

        background:#59C13D !important;
        color:#010101 !important;

        border-radius:10px;
        border-bottom:none;

        text-align:center;
        font-weight:900;
    }
}