/*
Theme Name: Salient Child Theme
Theme URI: https://themeforest.net/user/themenectar
Description: Child Theme using Salient Theme for SaffireTech Website
Author: SaffireTech
Author URI: https://www.saffiretech.com/
Template: salient
Version: 2.0.0
*/

/* ===== Header Navigation Section CSS Begin ===== */

/* Adding Spacing Between Cart Icon and Login - My Account Link */
li#menu-item-4613, li#menu-item-4612 {
    padding-left: 20px !important;
}

/* Changing Padding for Certain Resolution */
@media screen and (min-width: 1000px) and (max-width: 1350px) {
    #header-outer[data-full-width="true"] header>.container {
        padding: 0 30px;
    }
}

/* Adjusting font-size to Fit Desktop Nav Links in Single Line */
@media screen and (max-width: 1110px) {
    #header-outer[data-lhe="animated_underline"] #top nav>ul>li>a {
        font-size: 16px !important;
    }
}

@media screen and (max-width: 1060px) {
    #header-outer[data-lhe="animated_underline"] #top nav>ul>li>a {
        font-size: 14px !important;
    }
}

/* When the Navigation Links are Hidden and Menu Hamburger Shows */
@media screen and (max-width: 1000px) {
    header#top div.col {
        padding-bottom: 10px !important;
    }

    body #header-outer {
        margin-bottom: 0;
        padding-top: 10px !important;
        padding-bottom: 0px !important;
    }
}

/* Mobile Navigation Menu - Cross Icon Color Change */
body[data-slide-out-widget-area-style=slide-out-from-right] .slide_out_area_close:before,
body[data-slide-out-widget-area-style=slide-out-from-right].material a.slide_out_area_close:before {
    background-color: #20bda5 !important;
}

/* Mobile Navigation Menu Adjustments */
#slide-out-widget-area.slide-out-from-right {
    padding-left: 0px !important;
    padding-right: 45px !important;
}

@media screen and (min-width: 690px) {
    #slide-out-widget-area.slide-out-from-right {
        padding-right: 60px !important;
    }
}

/* Mobile Menu - Main Outer Menu */
#slide-out-widget-area .off-canvas-menu-container.mobile-only .menu li a {
    font-size: 18px !important;
}

/* Mobile Menu - Inner Menu */
#slide-out-widget-area .off-canvas-menu-container.mobile-only .sub-menu li a {
    font-size: 16px !important;
}

/* Mobile Menu - Inner Most Menu (Products Menu) */
#slide-out-widget-area .off-canvas-menu-container.mobile-only .sub-menu .sub-menu li a {
    font-size: 14px !important;
}

/* ===== Header Navigation Section CSS Ends ===== */

/* ===== Footer Section CSS Begin ===== */

/* Adjusting Footer Header Margin and Font Size */
@media screen and (max-width: 1000px) {
    #footer-widgets .container div.col h4 {
        margin-bottom: 5px !important;
    }
}

@media screen and (max-width: 690px) {
    #footer-widgets .container div.col h4 {
        font-size: 18px !important;
    }
}

/* Footer Links Text */
#footer-widgets .container div.col .textwidget a {
    font-family: 'Roboto' !important;
    font-size: 16px !important;
}

/* Footer Social Media Icons Container */
#footer-widgets .container .textwidget.custom-html-widget .sft-footer-follow-links {
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

#footer-widgets .container .sft-footer-follow-links>a {
    display: flex;
}

/* Font size for Font Awesome Icons */
#footer-widgets .container .sft-footer-follow-links i {
    font-size: 25px;
}

/* Footer Copyright Section */
#footer-outer #copyright {
    padding: 10px 0 !important;
}

/* Hiding Default Footer Icons */
#footer-outer #copyright li {
    display: none !important;
}

/* ===== Footer Section CSS Ends ===== */

/* ===== Accept Cookies Message CSS Begin ===== */

#cn-accept-cookie {
    background: #808080 !important;
}

#cn-more-info {
    background: transparent !important;
    text-decoration: underline !important;
}

/* ===== Accept Cookies Message CSS Ends ===== */

/* ===== Critical CSS Begin ===== */

/* Heading H2 - For New Sections */
h2.sft-section-heading.vc_custom_heading {
    font-size: clamp(24px, 3vw, 36px) !important;
    margin-top: 30px;
    padding: 0px !important;
}

/* Heading H3 - For Service Cards and Sub Sections */
h3.sft-content-heading, h3.sft-content-heading.vc_custom_heading {
    color: #333 !important;
    font-size: clamp(16px, 2.5vw, 22px) !important;
}

/* Paragraph and Site Content */
p, .wpb_wrapper li, form label {
    font-size: clamp(16px, 2vw, 18px) !important;
}

/* Home and Landing Page Services Card CSS */
.sft-dev-serv-fcbox .vc_column-inner {
    overflow: hidden;
    background-color: white;
    border-radius: 5px !important;
    box-shadow: 0px 0px 10px #ddddddd9;
}

/* Adjusting the Height of Card Container (Hover Gets Applied in Full Height) */
.sft-dev-serv-fcbox .vc_column-inner .wpb_wrapper,
.sft-dev-serv-fcbox .vc_column-inner .wpb_wrapper .nectar-fancy-box {
    height: 100%;
}

.sft-dev-serv-fcbox .box-inner-wrap {
    padding: 10px 20px !important;
    height: 100% !important;
}

.sft-dev-serv-fcbox .box-inner-wrap .inner .inner-wrap p {
    color: #181818 !important;
    font-size: clamp(14px, 2vw, 16px) !important;
}

.sft-dev-serv-fcbox .nectar-fancy-box[data-style=color_box_hover]:hover .inner .inner-wrap p {
    color: #FFF !important;
}

/* FAQ Section Heading */
.toggles h3.toggle-title .toggle-heading {
    font-size: clamp(16px, 2.5vw, 20px) !important;
}

/* ===== Critical CSS Ends ===== */

/* .menu-title-text {
    color: #595959 !important;
} */

.sft-product-megamenu .sub-menu {
    max-width: 760px;
    left: auto !important;
    right: 15%;
}

.sft-product-megamenu .sub-menu .sft-inner-menu-heading > a span,
.sft-services-megamenu .sub-menu .sft-inner-menu-heading > a span {
    /* border-bottom: 2px solid #00998e !important; */
    /* border-bottom: 2px solid #333 !important; */
    display: block;
    margin-bottom: 10px;
    font-size: 20px;
    color: #00998e !important;
    cursor: default !important;
}

.sft-services-megamenu .sub-menu {
    max-width: 850px;
    left: auto !important;
    right: 12%;
}

@media screen and (max-width: 1000px) {
    .sft-product-megamenu .sub-menu,
    .sft-services-megamenu .sub-menu {
        max-width: auto;
        left: auto;
        right: auto;
    }
}


/* Removing Sidebar From Downloads (Product) Pages */
/* .single-download #sidebar {
    display: none;
}

.single-download .span_9 {
    width: 100%;
} */


/* ChangeLog SubPoints Heading Font Size */
/* h3.sft-content-heading.sft-changelog-version-heading {
    font-size: 26px !important;
} */

/* .sft-changelog-tag {
    padding: 3px 15px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 600;
}

.sft-changelog-tag.sft-changelog-fix {
    background: orange;
    color: white;
}

.sft-changelog-tag.sft-changelog-new {
    padding: 3px 9px;
    background: #0b58d1;
    color: white;
}

.sft-changelog-tag.sft-changelog-update {
    background: #229546;
    color: white;
} */

/* .sft-changelog-content-container .sft-changelog-tag {
    font-size: 18px;
    display: flex;
    align-items: flex-start;
    margin-bottom: 5px;
}

.sft-changelog-content-container .sft-changelog-tag span {
    margin-top: 6px;
    background: #212529;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    margin-right: .5rem;
    min-width: 60px;
    padding: 4px;
    text-align: center;
}

.sft-changelog-tag span.sft-changelog-tweak {
    font-size: 13px;
    padding: 6px 4px;
    transform: translateY(-1px);
}

.sft-changelog-tag span.sft-changelog-fix {
    background-color: #f58b07;
}

.sft-changelog-tag span.sft-changelog-new {
    background-color: #43a187;
}

.sft-changelog-tag span.sft-changelog-dev {
    background-color: #e7c300;
}

.sft-changelog-tag span.sft-changelog-test {
    background-color: #0B58D1;
} */


.sft-store-wide-banner {
    /* background: rgb(79,8,8); */
    /* background: linear-gradient(87deg, rgba(79,8,8,1) 0%, rgba(0,0,0,1) 20%, rgba(79,8,8,1) 50%, rgba(0,0,0,1) 80%, rgba(69,6,6,1) 100%) !important; */
    /* background: linear-gradient(48deg, #3f51b1 0%, #5a55ae 13%, #7b5fac 25%, #8f6aae 38%, #a86aa4 50%, #cc6b8e 62%, #f18271 75%, #f3a469 87%, #f7c978 100%) !important; */
    /* background: linear-gradient(to right, #3494e6, #ec6ead) !important; */
    /* background: radial-gradient(circle farthest-corner at -4.5% 34.3%, rgb(34 40 197) 0%, rgb(183 51 51) 90%) !important; */
    /* background-image: linear-gradient(188deg, #af367b, #aa4b9b, #9d60b8, #8875d0, #6c88e3, #549af0, #35aaf9, #00baff, #00cdff, #00dfff, #00effc, #42fff3) !important; */
    /* background: linear-gradient(to right, #bb223c, #2e1a9d) !important; */
    /* background: linear-gradient(56deg, rgba(251, 112, 193, 1) 0%, rgb(168 61 246) 16%, rgb(53 154 179) 30%, rgb(19 155 193) 47%, rgb(97 124 205) 61%, rgb(98 90 205) 74%, rgb(143 85 233) 87%, rgb(195 107 233) 100%) !important; */
}

/* .sft-store-wide-banner {
    background: url('https://sftlatest.staging33.com/wp-content/uploads/2024/11/BLACK-FRIDAY-6.png') !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
} */

/* .sft-notice-banner-text {
    text-shadow: 0 0 5px #282828 !important;
} */


/* ===== BFCM Sale Popup - Bottom Right ===== */
.sft-site-wide-sale-popup {
    background: url('https://sftlatest.staging33.com/wp-content/uploads/2024/11/BLACK-FRIDAY-6.png');
    background-position: center;
    padding: 25px 20px;
    display: flex;
    align-items: center;
}

.sft-site-wide-sale-popup p {
    margin: 0px !important;
    padding: 0px !important;
    text-align: center;
}

.sft-site-wide-sale-popup img {
    max-width: 375px;
}

.sft-site-wide-sale-popup h3 {
    color: #FFF;
    text-align: center !important; 
}

.sft-site-wide-sale-popup .sft-site-wide-sale-popup-text {
    text-align: center;
    line-height: 1.5;
    font-size: 16px !important;
    color: #FFF;
    margin-bottom: 20px !important;
}

.sft-site-wide-sale-popup a {
    display: flex;
    justify-content: center;
}

.sft-site-wide-sale-popup button {
    position: relative;
    overflow: hidden;
    padding: 15px 20px;
    border: none;
    background: #d72929;
    color: #FFF;
    font-weight: 700;
    font-size: 14px;
    box-shadow: 0px 0px 5px darkred;
    cursor: pointer;
    transition: transform 0.3s;
}

.sft-site-wide-sale-popup button:hover {
    transform: scale(1.05);
}

.sft-site-wide-sale-popup button::before,
.sft-site-notice-cta a.sft-wide-shop-notice-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -75px;
    width: 50px;
    height: 100%;
    background: rgba(255, 255, 255, 0.377);
    box-shadow: 0px 0px 20px 5px #ffffffa1;
    /* transform: skewX(-45deg); */
    opacity: 0;
    animation: shine_sale_btn 2s infinite;
}

@keyframes shine_sale_btn {
    0% {
        left: -75px;
        opacity: 0;
    }

    25% {
        opacity: 1;
    }

    50% {
        left: 160%;
        opacity: 1;
    }

    75% {
        opacity: 0;
    }

    100% {
        left: 200%;
        opacity: 0;
    }
}
   

/* Use Popup Id Here */
#popmake-11738 .popmake-close {
    color: #FFF;
}

.pum-overlay.pum-active,
.pum-overlay.pum-active .popmake.active {
    display: block !important;
}


/* #ajax-content-wrap {
    margin-top: 0px !important;
} */

/* #header-outer {
    margin-top: 0px !important;
} */

/* header#top {
    margin-top: 0px !important;
} */

/* .sft-store-wide-banner {
    min-height: 80px !important
} */


/* Announcer Plugin CSS Reset */
/* .ancr .ancr-container {
    display: block;
} */


/* ===== Black Friday Sale Notice Banner CSS ===== */

/* Resetting the Notice Plugin CSS - Announcer Plugin */
.ancr .ancr-container {
    display: block;
}

.sft-bfcm-sale-notice {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* gap: 20px; */
}

.sft-bfcm-sale-notice p, 
.sft-bfcm-sale-notice div {
    margin: 0px !important;
    padding: 0px !important;
    line-height: 1.5;
}

/* Countdown Timer CSS */
#sft-site-notice-countdown {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 7px;
    line-height: 1.5;
    color: #FFF;
    justify-content: center;
    text-align: center;
}

#sft-site-notice-countdown .sft-swn-countdown-colon {
    font-size: 20px;
    font-weight: 600;
}

#sft-site-notice-countdown .sft-swn-number-container {
    min-width: 47px;
    padding: 5px 8px;
    border-radius: 5px;
    color: #333;
    background: #fff;
}

#sft-site-notice-countdown .sft-swn-number-container .time {
    font-size: 16px;
    font-weight: 600;
}

#sft-site-notice-countdown .sft-swn-number-container .sft-swn-countdown-text {
    font-size: 12px;
}

/* Notice Text Content */
.sft-bfcm-sale-notice .sft-site-notice-text-content {
    font-size: 18px !important;
    text-shadow: 0 0 5px #282828 !important;
}

.sft-bfcm-sale-notice .sft-site-notice-text-content img {
    width: 40px;
    height: 40px;
}

.sft-site-notice-text-content .sft-site-notice-coupon-code {
    color: #ffe200;
}

.sft-site-notice-text-content .sft-site-notice-mobile-link {
    display: none;
}

/* Notice Button */
.sft-site-notice-cta .sft-wide-shop-notice-button {
    min-width: 140px;
    display: block;
    position: relative;
    overflow: hidden;
    padding: 10px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 5px;
    background-color: #d72929;
    text-decoration: none !important;
}

.sft-site-notice-cta a.sft-wide-shop-notice-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -75px;
    width: 50px;
    height: 100%;
    background: rgba(255, 255, 255, 0.377);
    box-shadow: 0px 0px 20px 5px #ffffffa1;
    opacity: 0;
    animation: shine_sale_btn 2s infinite;
}

@keyframes shine_sale_btn {
    0% {
        left: -75px;
        opacity: 0;
    }

    25% {
        opacity: 1;
    }

    50% {
        left: 160%;
        opacity: 1;
    }

    75% {
        opacity: 0;
    }

    100% {
        left: 200%;
        opacity: 0;
    }
}

@media screen and (max-width: 1410px) {
    .sft-bfcm-sale-notice .sft-site-notice-text-content img {
        display: none;
    }
}

@media screen and (max-width: 1000px) {
    #sft-site-notice-countdown {
        display: none;
    }

    .sft-bfcm-sale-notice .sft-site-notice-text-content {
        text-align: left;
        font-size: 16px !important;
    }
}

@media screen and (max-width: 650px) {
    .sft-site-notice-cta .sft-wide-shop-notice-button {
        display: none;
    }

    .sft-bfcm-sale-notice .sft-site-notice-text-content {
        text-align: center;
        font-size: 14px !important;
    }

    .sft-site-notice-text-content .sft-site-notice-mobile-link {
        display: inline-block;
        text-decoration: underline;
    }
}


/* Docs Archive Page */
.sft-contact-page-contact-us-card.sft-docs-container .vc_column-inner .wpb_wrapper .iwithtext {
    box-shadow: 0px 0px 15px 5px #ededed;
}

.sft-contact-page-contact-us-card.sft-docs-container .iwithtext .iwt-icon img {
    display: flex;
    margin: 0px !important;
    min-width: 45px !important;
}

@media screen and (max-width: 720px) {
    .sft-contact-page-contact-us-card.sft-docs-container .iwithtext {
        flex-direction: row;
        text-align: left;
    }
}

.sft-product-clog-docs-container .sft-product-archive-card .vc_column-inner {
    padding: 20px !important;
}

.sft-product-clog-docs-container .sft-product-archive-card .vc_column-inner .wpb_wrapper .hover-wrap {
    margin: 0px !important;
}

.sft-product-clog-docs-container .sft-product-archive-card .vc_column-inner .wpb_wrapper .hover-wrap img {
    object-fit: contain;
    height: 100px !important;
    min-width: 120px !important;
    max-width: 120px !important;
}

@media screen and (max-width: 430px) {
    .sft-product-clog-docs-container .sft-product-archive-card .vc_column-inner .wpb_wrapper {
        flex-direction: column !important;
    }
}


/* Megamenu Testing */
.sft-megamenu-section-heading .menu-title-text {
    /* color: #00998E; */
}