
/*--------------------------------------------------------------
    Breadcrumb Styles
--------------------------------------------------------------*/

    .main-title-section.aligncenter {
        text-align: center;
    }

    .main-title-section.alignright {
        text-align: right;
    }

    .main-title-section-wrapper.breadcrumb-left .breadcrumb {
        clear: none;
        float: left;
        width: 35%;
        padding-right: 20px;
        margin-top: 13px;
    }

    .main-title-section-wrapper.breadcrumb-left .main-title-section {
        float: right;
        width: 65%;
        text-align: right;
    }

    .main-title-section-wrapper.breadcrumb-right .breadcrumb {
        clear: none;
        float: right;
        text-align: right;
        width: 35%;
        padding-left: 20px;
        margin-top: 13px;
    }

    .main-title-section-wrapper.breadcrumb-right .main-title-section {
        float: left;
        width: 65%;
    }

    .main-title-section-wrapper.breadcrumb-top-left-title-center .main-title-section {
        width: 100%;
        text-align: center;
    }

    .main-title-section-wrapper.breadcrumb-top-left-title-center .breadcrumb {
        margin-top: -70px;
        width: 100%;
        float: left;
    }

    .main-title-section-wrapper.breadcrumb-top-right-title-center .main-title-section {
        width: 100%;
        text-align: center;
    }

    .main-title-section-wrapper.breadcrumb-top-right-title-center .breadcrumb {
        margin-top: -70px;
        width: 100%;
        float: right;
        text-align: right;
    }


    .wdt-dark-bg .breadcrumb,
    .wdt-dark-bg .breadcrumb a:hover,
    .wdt-dark-bg .breadcrumb span.current {
        color: rgba(var(--wdtAccentTxtColorRgb),0.6);
    }

    .wdt-dark-bg .breadcrumb a {
        color: var(--wdtAccentTxtColor);
    }

    .wdt-dark-bg .breadcrumb .fa.default {
        background: var(--wdtAccentTxtColor);
    }


/*--------------------------------------------------------------
	Responsive
--------------------------------------------------------------*/

    /* Note: Design for a width of 960px */

    @media only screen and (min-width:1025px) and (max-width:1280px) {

        /*----*****---- << Breadcrumb >> ----*****----*/
        .main-title-section-wrapper.breadcrumb-right .main-title-section h1 {
            font-size: 26px;
        }
        .main-title-section-wrapper.breadcrumb-right .main-title-section {
            width: 58%;
        }
        .main-title-section-wrapper.breadcrumb-right .breadcrumb {
            width: 42%;
        }

    }

    /* Note: Design for a width of 768px */

    @media only screen and (min-width:768px) and (max-width:1024px) {

        .main-title-section-wrapper.breadcrumb-right .main-title-section h1 {
            font-size: 24px;
            margin-top: 11px;
        }

    }


    /*----*****---- << Mobile (Landscape) >> ----*****----*/

    /* Common Styles for the devices below 767px width */

    @media only screen and (max-width: 767px) {

        .main-title-section-wrapper.breadcrumb-right .main-title-section,
        .main-title-section-wrapper.breadcrumb-right .breadcrumb,
        .main-title-section-wrapper.breadcrumb-left .main-title-section,
        .main-title-section-wrapper.breadcrumb-left .breadcrumb {
            width: 100%;
            padding: 0;
            text-align: center;
        }
        .no-breadcrumb.page-with-slider #header-wrapper.header-top-absolute #header {
            position: static;
        }

    }
/*--------------------------------------------------------------
    Header
--------------------------------------------------------------*/

    #header-wrapper.header-top-relative #header {
        position: relative;
    }

    .no-breadcrumb.page-with-slider #header-wrapper.header-top-absolute #header {
        position: absolute;
        z-index: 10;
    }

    .no-breadcrumb.page-with-slider #header-wrapper.bottom-header {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: -ms-flex;
        display: flex;

        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    #header .wdt-header-tpl .elementor-section-boxed.sticky-header-active:not(.elementor-section-stretched) { max-width: 1440px; }
    .wdt-header-menu ul.wdt-primary-nav li.has-mega-menu > ul.sub-menu { min-width: 1440px; box-shadow: none; -webkit-box-shadow: none; background: transparent; }



/*--------------------------------------------------------------
    Header Sticky
--------------------------------------------------------------*/

    #header .wdt-header-tpl .sticky-header-active {
        -webkit-transition: .5s cubic-bezier(.25,.8,.25,1) 0.05s;
        transition: .5s cubic-bezier(.25,.8,.25,1) 0.05s;
    }

    #header .wdt-header-tpl .sticky-header-active {
        clear: both;
        margin: auto;
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
    }

    #header .wdt-header-tpl .sticky-header-active {
        opacity: 0;
        visibility: hidden;
    }

    #header .wdt-header-tpl .sticky-header-active {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    #header .wdt-header-tpl .sticky-header-active.wdt-header-top {
        opacity: 1;
        visibility: visible;

        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    #header .wdt-header-tpl .sticky-header-active.wdt-header-top {
        -webkit-box-shadow: 0 0 10px #1a1a1a26;
        box-shadow: 0 0 10px #1a1a1a26;
        z-index: 10;
        background-color: rgb(var(--wdtBodyBGColorRgb),.9);
    }

    .sticky-header-active {
        background-color: rgba(255, 255, 255, 0.95);
    }

    .logged-in.admin-bar #wp-admin-bar-wp-logo a span::before {
        vertical-align: baseline;
    }

    .logged-in.admin-bar #header .wdt-header-tpl .sticky-header-active,
    .logged-in.admin-bar #header .wdt-header-tpl .sticky-header-active.wdt-header-top {
        top: 32px;
    }

    @media screen and (max-width: 782px) {
        .logged-in.admin-bar #header .wdt-header-tpl .sticky-header-active,
        .logged-in.admin-bar #header .wdt-header-tpl .sticky-header-active.wdt-header-top {
            top: 46px;
        }
    }


/*--------------------------------------------------------------
    Header Modules
--------------------------------------------------------------*/

    /*--- Slide Menu ---*/

    .wdt-simpler-slider {
        background: transparent;
        border: none;
        display: block;
        height: 32px;
        right: 20px;
        position: fixed;
        top: 20px;
        width: 32px;
        z-index: 999;
        cursor: pointer;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }

    .wdt-simpler-slider:before {
        transform: translate3d(0, 0, 0);
        transition: all 0.35s ease-in-out;
        -moz-transform: translate3d(0, 0, 0);
        -moz-transition: all 0.35s ease-in-out;
        -ms-transform: translate3d(0, 0, 0);
        -ms-transition: all 0.35s ease-in-out;
        -webkit-transform: translate3d(0, 0, 0);
        -webkit-transition: all 0.35s ease-in-out;
        background: var(--wdtBorderColor);
        content: '';
        display: block;
        font-size: 14px;
        line-height: 32px;
        opacity: 1;
        text-align: center;
        width: 40px;
        height: 40px;
        position: absolute;
        left: -4px;
        top: -5px;
    }

    .wdt-simpler-slider span {
        width: 25px;
        height: 3px;
        background: #000;
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -12.5px;
        margin-top: -1.5px;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }

    .wdt-simpler-slider span:first-child {
        top: 5px;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
    }

    .wdt-simpler-slider span:last-child {
        bottom: 5px;
        -webkit-transform: translate3d(0, 8px, 0);
        transform: translate3d(0, 8px, 0);
        -moz-transform: translate3d(0, 8px, 0);
        -ms-transform: translate3d(0, 8px, 0);
    }

    .wdt-simpler-slider span:nth-child(2) {
        margin-top: -2px;
        top: 50%;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
    }

    .wdt-simpler-slider span {
        background: var(--wdtBodyBGColor);
    }

    .from-left .wdt-simpler-slider,
    .overlay-header.from-left .wdt-simpler-slider {
        left: 20px;
        right: auto;
    }

    .from-left.boxed-header .wdt-simpler-slider {
        left: 25px;
        right: auto;
    }


/*--------------------------------------------------------------
    Mobile Menu
--------------------------------------------------------------*/

    .mobile-menu ul.wdt-primary-nav li.has-mega-menu ul.sub-menu li.menu-item-object-wdt_mega_menus .elementor-section {
        margin: 0;
        left: auto !important;
        width: auto !important;
    }

    .mobile-menu ul.wdt-primary-nav li.has-mega-menu ul.sub-menu li.menu-item-object-wdt_mega_menus .elementor-container .elementor-row {
        margin: 0 !important;
        width: 100% !important;
    }

    .mobile-menu ul.wdt-primary-nav li.has-mega-menu ul.sub-menu li.menu-item-object-wdt_mega_menus .elementor-column {
        width: 100%;
    }

    .mobile-menu ul.wdt-primary-nav li.has-mega-menu ul.sub-menu li.menu-item-object-wdt_mega_menus .elementor-container .elementor-row > .elementor-column > .elementor-column-wrap { padding: 8px !important; }

    .mobile-menu ul.wdt-primary-nav li.has-mega-menu ul.sub-menu li.menu-item-object-wdt_mega_menus .elementor-column ul.wdt-primary-nav li:first-child a {
        border-top-width: 0;
    }

    #header .wdt-header-tpl .sticky-header-active > * { user-select: none;
        visibility: hidden; /*display: none;*/ opacity: 0; pointer-events: none;  }

    #header .wdt-header-tpl .sticky-header-active.wdt-header-top > * { user-select: all;
        visibility: visible; /*display: block;*/ z-index: 14; opacity: 1; pointer-events: all; }
    
    #header #searchform ul.quick_search_results { z-index: 10; }


/*--------------------------------------------------------------
    Responsive
--------------------------------------------------------------*/

/*----*****---- << Laptop/Notebook >> ----*****----*/

@media only screen and (min-width:1281px) and (max-width:1540px) {

    #header .wdt-header-tpl .elementor-section-boxed.sticky-header-active:not(.elementor-section-stretched) { max-width: 1080px; }

    .wdt-header-menu ul.wdt-primary-nav li.has-mega-menu > ul.sub-menu { min-width: 1080px; }

}

@media only screen and (max-width: 1280px) {

    .elementor-widget-wp-widget-nav_menu .mobile-nav-container {
        width: auto;
        float: none;
        margin: 20px 0;
        text-align: right;
        padding-right: 10px;
    }

    body:not(.no-breadcrumb) #header-wrapper.header-top-absolute #header .wdt-header-tpl {
        margin-top: 0;
    }

}


/*----*****---- << Tablet (Landscape) >> ----*****----*/

/* Note: Design for a width of 960px */
@media only screen and (min-width:1025px) and (max-width:1280px) {

    #header .wdt-header-tpl .elementor-section-boxed.sticky-header-active:not(.elementor-section-stretched) { max-width: 900px; }

    .wdt-header-menu ul.wdt-primary-nav li.has-mega-menu > ul.sub-menu { min-width: 900px; }

}


@media only screen and (min-width:1025px) {

    #header .wdt-header-tpl .elementor-section.sticky-header > .elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-column-wrap,
    #header .wdt-header-tpl .elementor-section.sticky-header-active > .elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-column-wrap {
        padding-top: 0;
        padding-bottom: 0;
    }
}

/*----*****---- << Tablet (Landscape) >> ----*****----*/

/* Note: Design for a width of 960px */

@media only screen and (max-width:1024px) {
    .elementor-widget-wp-widget-nav_menu .mobile-nav-container {
        padding-right: 0;
    }

    #header .wdt-header-tpl .sticky-header-active { display: none; }
}


/*----*****---- << Tablet (Portrait) >> ----*****----*/

/* Note: Design for a width of 768px */
@media only screen and (min-width:768px) and (max-width:1024px) {

    #header .wdt-header-tpl .elementor-section-boxed.sticky-header-active:not(.elementor-section-stretched) { max-width: 710px; }

    .wdt-header-menu ul.wdt-primary-nav li.has-mega-menu > ul.sub-menu { min-width: 710px; }

    .elementor-widget-wp-widget-nav_menu .mobile-nav-container {
        padding-right: 20px;
    }

}

/*----*****---- << Mobile (Landscape) >> ----*****----*/


/* Common Styles for the devices below 767px width */

@media only screen and (max-width: 767px) {


    *[class*="elementor-"] .wdt-mobile-menu-section .elementor-widget-wrap *[class*="elementor-element-"].elementor-element {
        width: auto;
        margin: 0;
    }
    .elementor-widget-wdt-header-menu {
        display: inline-block;
        float: none;
        margin: 0;
        text-align: center;
        width: 100%;
    }
    .wdt-logo-container.elementor-widget-image .elementor-widget-container {
        margin-left: auto;
        margin-right: auto;
    }

}


/*----*****---- << Mobile (Landscape) >> ----*****----*/

/* Note: Design for a width of 480px */
@media only screen and (min-width: 480px) and (max-width: 767px) {

    #header .wdt-header-tpl .elementor-section-boxed.sticky-header-active:not(.elementor-section-stretched) { max-width: 420px; }

    .wdt-header-menu ul.wdt-primary-nav li.has-mega-menu > ul.sub-menu { min-width: 420px; }

}



/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (min-width: 320px) and (max-width: 479px) {

    #header .wdt-header-tpl .elementor-section-boxed.sticky-header-active:not(.elementor-section-stretched) { max-width: 290px; }

    .wdt-header-menu ul.wdt-primary-nav li.has-mega-menu > ul.sub-menu { min-width: 290px; }

}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 319px) {

    #header .wdt-header-tpl .elementor-section-boxed.sticky-header-active:not(.elementor-section-stretched) { max-width: 200px; }

    .wdt-header-menu ul.wdt-primary-nav li.has-mega-menu > ul.sub-menu { min-width: 200px; }

}/*--------------------------------------------------------------
    Loader
--------------------------------------------------------------*/

    .pre-loader {
        height: 100%;
        left: 0;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 999991;
        background-color: #fff;
    }

    .loader-inner {
        padding: 25px;
        position: absolute;
        left: 50%;
        top: 50%;
        text-align: center;
        width: 100%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .loader-text {
        display: inline-block;
        font-family: var(--wdtFontTypo_Alt);
        font-size: 3.75rem;
        font-weight: bold !important;
        letter-spacing: 1px;
        line-height: normal;
        text-transform: uppercase;
        background-size: 200% auto;
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        text-fill-color: transparent;
        -webkit-animation: textclip 1.5s linear infinite;
        animation: textclip 1.5s linear infinite;
    }

    -webkit-@keyframes textclip {
        to {
            background-position: 200% center;
        }
    }

    @keyframes textclip {
        to {
            background-position: 200% center;
        }
    }


/*--------------------------------------------------------------
    Accents
--------------------------------------------------------------*/

    .pre-loader { background-color: var(--wdtBodyBGColor); }
    .loader-text { background-image: linear-gradient(to right, var(--wdtPrimaryColor) 10%, var(--wdtHeadAltColor) 50%, var(--wdtPrimaryColor) 60%); }


/*--------------------------------------------------------------
    Responsive
--------------------------------------------------------------*/

    /*----*****---- << Mobile (Landscape) >> ----*****----*/

    /* Note: Design for a width of 480px */

    @media only screen and (min-width: 480px) and (max-width: 767px) {

    }


    /* Common Styles for the devices below 479px width */

    @media only screen and (max-width: 479px) {

    }/*--------------------------------------------------------------
    Totop
--------------------------------------------------------------*/

    #back-to-top {
        position: fixed;
        display: none;
        text-decoration: none;
        bottom: 20px;
        right: 20px;
        overflow: hidden;
        width: 40px;
        height: 40px;
        border: none;
        text-indent: 100%;
        z-index: 9;
        text-indent: -9999px;
    }

    .back-to-top-icon {
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        top: 50%;
        transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        color: var(--wdtAccentTxtColor);
        -webkit-transition: all .3s linear;
        -moz-transition: all .3s linear;
        -o-transition: all .3s linear;
        -ms-transition: all .3s linear;
        transition: all .3s linear;
        text-indent: 0;
        text-align: center;
        font-size: 20px;
        line-height: 1;
    }

    .back-to-top-icon i:before { margin: 0; }

    #back-to-top:hover .back-to-top-icon {
        margin-top: -4px;
    }

    #back-to-top:after {
        background-color: var(--wdtAccentTxtColor);
        content: "";
        display: block;
        height: 15px;
        margin: 0 auto;
        opacity: 0;
        position: absolute;
        left: 50%;
        top: 50%;
        text-align: center;
        text-indent: 0;
        width: 2px;
        -webkit-transform: translate(-50%, 50%);
        transform: translate(-50%, 50%);
        -webkit-transition: all .3s linear;
        transition: all .3s linear;
    }

    #back-to-top:hover:after {
        margin-top: 2px;
        opacity: 1;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    #back-to-top:active,
    #back-to-top:focus {
        outline: none;
    }


/*--------------------------------------------------------------
    Accents
--------------------------------------------------------------*/


    /* Primary */
    #back-to-top { background-color: var(--wdtPrimaryColor); }

    /* Secondary */
    #back-to-top:hover { background-color: var(--wdtSecondaryColor); }


/*--------------------------------------------------------------
    Responsive
--------------------------------------------------------------*/

    @media only screen and (max-width: 1280px) {

        .nav-is-visible #back-to-top {
            opacity: 0;
        }
    }.secondary-sidebar .widget .tweet_list li{border-color:rgba(var(--wdtHeadAltColorRgb),.15);}.secondary-sidebar .type1 .widgettitle:before,.secondary-sidebar .type1 .widgettitle:after{background:var(--wdtHeadAltColor);height:3px;position:absolute;bottom:0;top:inherit;left:0;width:100%;}.secondary-sidebar .type1 .widgettitle:after{bottom:-3px;height:1px;}.secondary-sidebar .type2 .widgettitle{margin-bottom:40px;background:var(--wdtHeadAltColor);padding:12px 15px;color:var(--wdtAccentTxtColor);}.secondary-sidebar .type2 .widgettitle:before{background:none;border-top:13px solid var(--wdtHeadAltColor);border-right:13px solid transparent;height:0;bottom:-13px;left:0;top:inherit;width:0;}.secondary-sidebar .type3 .widgettitle{border-top:3px solid;padding:13px 0 0;margin-bottom:35px;}.secondary-sidebar .type3 .widgettitle:before{background:none;}.secondary-sidebar .type3 .widgettitle{border-color:var(--wdtPrimaryColor);}.secondary-sidebar .type4 .widget{overflow:hidden;}.secondary-sidebar .type4 .widgettitle{border-left:5px solid #f1b956;padding:0 15px;}.secondary-sidebar .type4 .widgettitle:before{top:0;height:100%;width:9999px;left:100%;background:url("https://cdn-ilbmhcf.nitrocdn.com/ErtkhFvVmDzhWvigeVZGUpATefulojQF/assets/images/optimized/rev-46008d8/sneagear.com/wp-content/plugins/neytri-pro/modules/sidebar/assets/images/sidebar-title-grey-pattern.png") repeat;}.secondary-sidebar .type5 .widgettitle{border-bottom:2px solid;padding:0 0 10px;}.secondary-sidebar .type5 .widgettitle:before{background:none;}.secondary-sidebar .type5 .tagcloud a{border-radius:0 10px;font-size:14px !important;}.secondary-sidebar .type5 .widget .tweet_list li:before{content:"";top:0;}.secondary-sidebar .type5 .widget.widget_archive ul li > a span,.secondary-sidebar .type5 .widget.widget_categories ul li > a span{font-size:14px;text-align:center;}.secondary-sidebar .type5 .widget .recent-posts-widget li .entry-title h4{font-size:16px;}.secondary-sidebar .type5 .widget .recent-posts-widget li:before,.secondary-sidebar .type5 .widget .recent-posts-widget li:hover:before,.secondary-sidebar .type5 .widget .recent-portfolio-widget ul li:before,.secondary-sidebar .type5 .widget .recent-portfolio-widget ul li:hover:before{content:"";}.secondary-sidebar .type5 .widget.woocommerce ul li:first-child::before{top:0;}.secondary-sidebar .type5 .widget.woocommerce ul.product-categories li:first-child:before{top:9px;}.secondary-sidebar .type5 .widgettitle{border-color:rgba(var(--wdtPrimaryColorRgb),.5);}@media only screen and (min-width:1025px) and (max-width:1280px){.secondary-sidebar .type5 .widget .tweet_list li{padding:0 0 20px;}.secondary-sidebar .type5 .widget .tweet_list li:before{margin-right:8px;position:static;}}@media only screen and (min-width:768px) and (max-width:1024px){.secondary-sidebar .type5 .widget .tweet_list li{padding:0 0 20px;}.secondary-sidebar .type5 .widget .tweet_list li:before{margin-right:8px;position:static;}}@media only screen and (max-width: 479px){.secondary-sidebar .type5 .widget ul li{font-size:16px;}}.secondary-sidebar .type6 .widgettitle{border-left:3px solid;padding:0 0 0 15px;margin-bottom:40px;width:100%;}.secondary-sidebar .type6 .widgettitle:before{height:1px;background:rgba(var(--wdtHeadAltColorRgb),.25);top:inherit;bottom:-10px;width:100%;}.secondary-sidebar .type6 .widgettitle:after{position:absolute;background:url("https://cdn-ilbmhcf.nitrocdn.com/ErtkhFvVmDzhWvigeVZGUpATefulojQF/assets/images/optimized/rev-46008d8/sneagear.com/wp-content/plugins/neytri-pro/modules/sidebar/assets/images/sidebar-title-arrow.png") no-repeat;width:13px;height:8px;left:30px;bottom:-17px;}.secondary-sidebar .type6 .widgettitle{border-color:var(--wdtPrimaryColor);}@media only screen and (max-width: 767px){.secondary-sidebar .type6 .widget ul li,.secondary-sidebar .type9 .widget ul li{font-size:14px;}}.secondary-sidebar .type7 .widgettitle{padding:13px 20px 12px 25px;border:1px solid var(--wdtHeadAltColor);margin-bottom:25px;font-weight:bold;}.secondary-sidebar .type7 .widgettitle:before{left:inherit;left:0;top:0;height:100%;width:5px;background:var(--wdtHeadAltColor);}.secondary-sidebar > div[class^="type8"]{overflow:visible;}.secondary-sidebar .type8 .widget{padding:0 20px 15px;width:100%;}.secondary-sidebar .type8 .widget:before{border:1px solid var(--wdtHeadAltColor);content:"";height:100%;position:absolute;left:0;top:6px;width:100%;z-index:-1;}.secondary-sidebar .type8 .widgettitle{background:var(--wdtBodyBGColor);padding:0 20px;margin:-8px auto 15px;text-align:center;display:table;float:none;}.secondary-sidebar .type8 .widgettitle:before{content:none;}.secondary-sidebar .type8 .widget > *:first-child:not(.widgettitle),.secondary-sidebar .type8 .widget *:first-child:not(.widgettitle) + .selection-box,.secondary-sidebar .type8 .widget #searchform:first-child:only-child{margin-top:30px;}@media only screen and (min-width:1281px) and (max-width:1540px){.secondary-sidebar .type8 .widgettitle{font-size:18px;margin:-5px auto 15px;}}@media only screen and (min-width:1025px) and (max-width:1280px){.secondary-sidebar .type8 .widget{padding:15px 15px 20px;}.secondary-sidebar .type8 .widgettitle{margin:-22px auto 15px;}.secondary-sidebar .type8 .widget > *:first-child:not(.widgettitle),.secondary-sidebar .type8 .widget *:first-child:not(.widgettitle) + .selection-box,.secondary-sidebar .type8 .widget #searchform:first-child:only-child{margin-top:20px;}.secondary-sidebar .type8 .widget .tweet_list li{padding:0 0 20px;}.secondary-sidebar .type8 .widget .tweet_list li:before{margin-right:8px;position:static;}}@media only screen and (min-width:768px) and (max-width:1024px){.secondary-sidebar .type8 .widgettitle{margin:-24px auto 20px;}.secondary-sidebar .type8 .widget,.secondary-sidebar .type12 .widget{padding:15px 15px 20px;}.secondary-sidebar .type8 .widget.widget_flickr ul li,.secondary-sidebar .type8 .widget .recent-portfolio-widget ul li{margin:0 13px 13px 0;}.secondary-sidebar .type8 .widget.widget_flickr ul li:nth-child(3n),.secondary-sidebar .type8 .widget .recent-portfolio-widget ul li:nth-child(3n){margin-right:0;}.secondary-sidebar .type8 .widget ul li:nth-last-child(-n+4):nth-child(3n) ~ *{margin-bottom:0;}.secondary-sidebar .type8 .widget .tweet_list li{padding:0 0 20px;}.secondary-sidebar .type8 .widget .tweet_list li:before{margin-right:8px;position:static;}}@media only screen and (max-width: 767px){.secondary-sidebar .type8 .widget.widget_flickr ul li,.secondary-sidebar .type8 .widget .recent-portfolio-widget ul li{margin:0 7px 7px 0;}.secondary-sidebar .type8 .widget.widget_flickr ul li:nth-child(3n),.secondary-sidebar .type8 .widget .recent-portfolio-widget ul li:nth-child(3n){margin-right:0;}.secondary-sidebar .type8 .widget ul li:nth-last-child(-n+4):nth-child(3n) ~ *{margin-bottom:0;}}@media only screen and (max-width: 479px){.secondary-sidebar .type8 .widget{padding:0 17px 15px;}}@media only screen and (max-width: 319px){.secondary-sidebar .type8 .widgettitle{padding:10px;}}.secondary-sidebar .type9 .widgettitle{padding:0 0 15px;border-bottom:1px solid rgba(var(--wdtHeadAltColorRgb),.15);}.secondary-sidebar .type9 .widgettitle:before{width:50px;height:3px;background:var(--wdtHeadAltColor);top:inherit;left:0;bottom:-2px;}@media only screen and (min-width:768px) and (max-width:1024px){.secondary-sidebar .type9 .widget.widget_categories ul li:before{top:4px;}}@media only screen and (max-width: 767px){.secondary-sidebar .type9 .widget ul li{font-size:14px;}}.secondary-sidebar .type10 .widget{padding-top:2px;overflow:hidden;}.secondary-sidebar .type10 .widgettitle{margin-top:0;padding:8px 20px;margin-bottom:20px;color:var(--wdtAccentTxtColor);font-size:18px;}.secondary-sidebar .type10 .widgettitle:before{background:var(--wdtHeadAltColor);height:100%;width:100%;left:-15px;z-index:-1;}.secondary-sidebar .type10 .widgettitle:after{background:var(--wdtHeadAltColor);height:100%;position:absolute;right:-4px;top:0;width:19px;-webkit-mask-image:url("https://cdn-ilbmhcf.nitrocdn.com/ErtkhFvVmDzhWvigeVZGUpATefulojQF/assets/images/optimized/rev-46008d8/sneagear.com/wp-content/plugins/neytri-pro/modules/sidebar/assets/images/sidebar-title-shape.png");mask-image:url("https://cdn-ilbmhcf.nitrocdn.com/ErtkhFvVmDzhWvigeVZGUpATefulojQF/assets/images/optimized/rev-46008d8/sneagear.com/wp-content/plugins/neytri-pro/modules/sidebar/assets/images/sidebar-title-shape.png");-webkit-mask-position:center center;mask-position:center center;-webkit-mask-size:cover;mask-size:cover;}@media only screen and (min-width:768px) and (max-width:1024px){.secondary-sidebar .type10 .widgettitle{font-size:20px;}}.secondary-sidebar .type11 .widget{position:relative;background:#f9f9f9;padding:25px 20px;border-radius:5px;}.secondary-sidebar .type11 .widgettitle{font-size:22px;margin-bottom:25px;padding:0 15px 5px 0;position:relative;width:auto;}.secondary-sidebar .type11 .widgettitle:before{position:absolute;right:-18px;top:50%;margin:auto;width:24px;height:17px;left:auto;transform:translateY(-50%);-moz-transform:translateY(-50%);-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);}.secondary-sidebar .type11 .widgettitle:before{-webkit-mask-image:url("https://cdn-ilbmhcf.nitrocdn.com/ErtkhFvVmDzhWvigeVZGUpATefulojQF/assets/images/optimized/rev-46008d8/sneagear.com/wp-content/plugins/neytri-pro/modules/sidebar/assets/images/sidebar-title-floral2.png");mask-image:url("https://cdn-ilbmhcf.nitrocdn.com/ErtkhFvVmDzhWvigeVZGUpATefulojQF/assets/images/optimized/rev-46008d8/sneagear.com/wp-content/plugins/neytri-pro/modules/sidebar/assets/images/sidebar-title-floral2.png");-webkit-mask-position:center center;mask-position:center center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;background:currentColor;}.secondary-sidebar .type11 .woocommerce ul.cart_list li a,.secondary-sidebar .type11 .woocommerce ul.product_list_widget li a{font-weight:300;}@media only screen and (min-width:1281px) and (max-width:1540px){.secondary-sidebar .type11 .widgettitle{font-size:18px;}}@media only screen and (min-width:1025px) and (max-width:1280px){.secondary-sidebar .type11 .widget{font-size:12px;padding:15px 10px 20px;}.secondary-sidebar .type11 > .widget:before{padding-right:10px;top:18px;}.secondary-sidebar .type11 .widgettitle{font-size:15px;padding:0 15px 7px 0;margin-bottom:20px;}.secondary-sidebar .type11 .widget .tweet_list li{padding:0 0 20px;}.secondary-sidebar .type11 .widget .tweet_list li:before{margin-right:8px;position:static;}}@media only screen and (min-width:768px) and (max-width:1024px){.secondary-sidebar .type11 .widget{padding:20px;}.secondary-sidebar .type11 .widgettitle:before{padding-right:10px;mask-size:70%;-webkit-mask-size:70%;right:-15px;}.secondary-sidebar .type11 .widget .tweet_list li{padding:0 0 20px;}.secondary-sidebar .type11 .widget .tweet_list li:before{margin-right:8px;position:static;}.secondary-sidebar .type11 .tagcloud a{font-size:12px !important;}.secondary-sidebar .type11 .widget.widget_flickr ul li,.secondary-sidebar .type11 .widget .recent-portfolio-widget ul li{margin:0 13px 13px 0;}.secondary-sidebar .type11 .widget.widget_flickr ul li:nth-child(3n),.secondary-sidebar .type11 .widget .recent-portfolio-widget ul li:nth-child(3n){margin-right:0;}.secondary-sidebar .type11 .widget ul li:nth-last-child(-n+4):nth-child(3n) ~ *{margin-bottom:0;}}@media only screen and (max-width: 767px){.secondary-sidebar .type11 .widget.widget_flickr ul li,.secondary-sidebar .type11 .widget .recent-portfolio-widget ul li{margin:0 7px 7px 0;}.secondary-sidebar .type11 .widget.widget_flickr ul li:nth-child(3n),.secondary-sidebar .type11 .widget .recent-portfolio-widget ul li:nth-child(3n){margin-right:0;}.secondary-sidebar .type11 .widget ul li:nth-last-child(-n+4):nth-child(3n) ~ *{margin-bottom:0;}}.secondary-sidebar .type12 .widget{position:relative;background:#f9f9f9;padding:20px 20px 25px;}.secondary-sidebar .type12 .widgettitle{padding:10px 15px;margin-bottom:20px;}.secondary-sidebar .type12 .widgettitle:before{background:none;}.secondary-sidebar .type12 .widgettitle{border-color:rgba(var(--wdtPrimaryColorRgb),.2);}@media only screen and (min-width:1025px) and (max-width:1280px){.secondary-sidebar .type12 .widget{padding:15px 15px 20px;}.secondary-sidebar .type12 .widget.woocommerce .woocommerce-product-search input[type="submit"]{width:100%;}.secondary-sidebar .type12 .widget .tweet_list li{padding:0 0 20px;}.secondary-sidebar .type12 .widget .tweet_list li:before{margin-right:8px;position:static;}}@media only screen and (min-width:768px) and (max-width:1024px){.secondary-sidebar .type12 .widget ul li{font-size:13px;}.secondary-sidebar .type12 .widget.widget_archive ul li > a span,.secondary-sidebar .type12 .widget.widget_categories ul li > a span{padding:0 5px;}.secondary-sidebar .type12 .widget .tagcloud a{margin:0 5px 10px 0;padding:7px 12px 6px;}.secondary-sidebar .type12 .widget.widget_flickr ul li,.secondary-sidebar .type12 .widget .recent-portfolio-widget ul li{margin:0 13px 13px 0;}.secondary-sidebar .type12 .widget.widget_flickr ul li:nth-child(3n),.secondary-sidebar .type12 .widget .recent-portfolio-widget ul li:nth-child(3n){margin-right:0;}.secondary-sidebar .type12 .widget ul li:nth-last-child(-n+4):nth-child(3n) ~ *{margin-bottom:0;}.secondary-sidebar .type12 .widget .tweet_list li{padding:0 0 20px;}.secondary-sidebar .type12 .widget .tweet_list li:before{margin-right:8px;position:static;}.secondary-sidebar .type12 .widget.woocommerce .woocommerce-product-search input[type="submit"]{width:100%;}}@media only screen and (max-width: 767px){.secondary-sidebar .type12 .widget.widget_flickr ul li,.secondary-sidebar .type12 .widget .recent-portfolio-widget ul li{margin:0 7px 7px 0;}.secondary-sidebar .type12 .widget.widget_flickr ul li:nth-child(3n),.secondary-sidebar .type12 .widget .recent-portfolio-widget ul li:nth-child(3n){margin-right:0;}.secondary-sidebar .type12 .widget ul li:nth-last-child(-n+4):nth-child(3n) ~ *{margin-bottom:0;}}@media only screen and (max-width: 479px){.secondary-sidebar .type12 .widget ul li{font-size:13px;}}.secondary-sidebar .type13 .widgettitle{line-height:1;padding:14px 0;}.secondary-sidebar .type13 .widgettitle:before{height:100%;width:60px;border-top:1px solid #60ae0d;border-bottom:1px solid #60ae0d;top:0;z-index:-1;background:none;}.secondary-sidebar .type13 .widgettitle:before{border-color:var(--wdtPrimaryColor);}.secondary-sidebar .type14 .widgettitle{background:var(--wdtHeadAltColor);padding:10px 0 10px 20px;border-bottom:3px solid;color:var(--wdtAccentTxtColor);}.secondary-sidebar .type14 .widgettitle:before{background:none;border-bottom:1px solid var(--wdtBodyBGColor);bottom:0;width:100%;top:inherit;}.secondary-sidebar .type14 .widgettitle{border-color:var(--wdtPrimaryColor);}.secondary-sidebar .type15 .widgettitle{background:var(--wdtHeadAltColor);box-sizing:border-box;color:var(--wdtAccentTxtColor);padding:13px 20px;font-size:18px;font-weight:normal;text-transform:uppercase;}.secondary-sidebar .type15 .widget.widget_recently_viewed_products ul li a img{height:50px;margin-top:0;}.secondary-sidebar .type15 .widget.woocommerce ul li:before,.secondary-sidebar .type15 .widget.woocommerce ul li:hover:before{content:"";font-size:15px;}.secondary-sidebar .type15 .woocommerce ul.cart_list li img,.secondary-sidebar .type15 .woocommerce ul.product_list_widget li img{width:50px;padding:0;}.secondary-sidebar .type15 .widget.widget_recent_reviews ul li:before,.secondary-sidebar .type15 .widget.widget_recent_reviews ul li:hover:before,.secondary-sidebar .type15 .widget.widget_top_rated_products ul li:before,.secondary-sidebar .type15 .widget.widget_top_rated_products ul li:hover:before,.secondary-sidebar .type15 .widget.widget_recently_viewed_products ul li:before,.secondary-sidebar .type15 .widget.widget_recently_viewed_products ul li:hover:before{content:none;}.secondary-sidebar .type15 .widget.widget_recent_reviews ul li,.secondary-sidebar .type15 .widget.widget_top_rated_products ul li,.secondary-sidebar .type15 .widget.widget_recently_viewed_products ul li{background:#f8f1e4;padding:15px;border-bottom:2px solid #ebeef0;}.secondary-sidebar .type15 .widget.widget_recent_reviews ul li .reviewer,.secondary-sidebar .type15 .widget.widget_top_rated_products ul li .amount.amount{color:var(--wdtPrimaryColor);}.secondary-sidebar .type16 .widgettitle{background:#f5f5f5;border-left:3px solid;font-size:18px;font-weight:600;margin-bottom:30px;padding:15px;}.secondary-sidebar .type16 .widgettitle:before,.secondary-sidebar .type15 .widgettitle:before{content:none;}.secondary-sidebar .type16 .widgettitle{border-color:var(--wdtPrimaryColor);}.secondary-sidebar .type17 .widget-title-wrapper .widget-title-content h2{color:currentColor;}.secondary-sidebar .type17 .widget-title-wrapper{overflow:hidden;float:left;width:100%;}.secondary-sidebar .type17 .widget-title-wrapper .widget-title-content{margin-bottom:30px;position:relative;clear:both;float:left;}.secondary-sidebar .type17 .widget-title-wrapper .widget-title-content:before{content:"";position:absolute;right:-16px;top:0;width:100%;height:100%;-webkit-transform:skewX(30deg);transform:skewX(30deg);-ms-transform:skewX(30deg);}.secondary-sidebar .type17 .widget-title-wrapper .widget-title-content:after{content:"";height:100%;top:0;left:114%;left:-webkit-calc(100% - -26px);left:-moz-calc(100% - -26px);left:calc(100% - -26px);position:absolute;-ms-transform:skewX(30deg);-webkit-transform:skewX(30deg);transform:skewX(30deg);width:9000px;background:#f3f3f3;}.secondary-sidebar .type17 .widget-title-wrapper .widget-title-content h2,.secondary-sidebar .type17 .widget-title-wrapper .widget-title-content h3.widgettitle{padding:17px 10px 15px 20px;position:relative;z-index:1;margin:0;left:0;font-size:16px;text-transform:uppercase;}.secondary-sidebar .type18 .widget-stripe-title{overflow:hidden;float:left;width:100%;}.secondary-sidebar .type18 .widget-stripe-title .widget-stripe-title-content{margin-bottom:30px;position:relative;clear:both;float:left;}.secondary-sidebar .type18 .widget-stripe-title .widget-stripe-title-content:after{background:url("https://cdn-ilbmhcf.nitrocdn.com/ErtkhFvVmDzhWvigeVZGUpATefulojQF/assets/images/optimized/rev-46008d8/sneagear.com/wp-content/plugins/neytri-pro/modules/sidebar/assets/images/title-pattern.png") repeat;content:"";height:100%;top:0;left:100%;position:absolute;width:9000px;}.secondary-sidebar .type18 .widget-stripe-title .widget-stripe-title-content h2,.secondary-sidebar .type18 .widget-stripe-title .widget-stripe-title-content h3.widgettitle{background:var(--wdtHeadAltColor);padding:12px 15px;position:relative;z-index:1;margin:0;left:0;font-size:16px;text-transform:uppercase;color:var(--wdtAccentTxtColor);}@media only screen and (min-width:1025px) and (max-width:1280px){.secondary-sidebar aside.widget{font-size:13px;}.secondary-sidebar .widget .tweet_list li{padding:0 0 20px 30px;}.secondary-sidebar .widget .tweet_list li:before{font-size:22px;}.secondary-sidebar .widget .tweet_list li:before,.secondary-sidebar .widget .tweet_list li:first-child:before{top:0;}}@media only screen and (min-width:768px) and (max-width:1024px){.secondary-sidebar .widget.widget_flickr ul li,.secondary-sidebar .widget .recent-portfolio-widget ul li{margin:0 14px 14px 0;}.secondary-sidebar .widget.widget_flickr ul li:nth-child(3n),.secondary-sidebar .widget .recent-portfolio-widget ul li:nth-child(3n){margin-right:0;}.secondary-sidebar .widget .tweet_list li{padding:0 0 20px 25px;}.secondary-sidebar .widget .tweet_list li:before{font-size:20px;}.secondary-sidebar .widget .tweet_list li:before,.secondary-sidebar .widget .tweet_list li:first-child:before{top:0;}}@media only screen and (max-width: 767px){.secondary-sidebar .widget.widget_flickr ul li,.secondary-sidebar .widget .recent-portfolio-widget ul li{margin:0 8px 8px 0;}.secondary-sidebar .widget.widget_flickr ul li:nth-child(3n),.secondary-sidebar .widget .recent-portfolio-widget ul li:nth-child(3n){margin-right:0;}}@media only screen and (max-width: 479px){.secondary-sidebar .widget.widget_flickr ul li,.secondary-sidebar .widget .recent-portfolio-widget ul li{margin:0 5px 5px 0;}}