/*
    Theme Name:     Saldesia 2020
    Description:    Web Design for Saldesia Corporation.
    Author:         The Imagination Factory
    Author URI:     http://www.what-if.com
    Template:       IFICore2
    Version:        1.0

    ===== Table of Contents =====

    1. Basic Styles

    =============================
*/

/* =========== Header Fix 2022 =========== */

html #slideshow-wide img {
    max-width: none !important;
}

html #subhdrimg img {
    max-width: none !important;
}

html .subhdrint img {
    max-width: none !important;
}

@media screen and (min-width: 1920px) {
    
    html .subhdrint img {
        width: 100% !important;
    }
}

/* =========== 1. Basic Styles =========== */

html, body {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    margin-top: 64px;
}

.small {
	font-size:14px;
}

/* ======= No Header Exceptions ======= */

.cart h1.post-title,
section.product,
h1.four-oh-four {
    margin-top: 60px;
}

.container {
    width: 1420px;
}

#content {
    width: 100%;
}

#content > section {
    padding: 1% 5% 0px;
    /* padding: 2% 5%; */
}

#content-container {
    background: none;
}

.ordering-your-way #content img {
    margin-bottom: 45px;
}

.third-img {
    width: 30%;
    height: auto;
}

@media screen and (max-width: 750px) {
    .third-img {
        width: 100%;
        height: auto;
    }
}


#logo-box {
    width: 20%;
}

#logo-box img {
    width: 100%;
    height: auto;
}

.social-links a {
    color: #B91E1E;
}

#footer .social-links a {
    color: #fff;
    display: inline-block;
    padding-top: 1%;
    padding-bottom: 1%;
}

.searchbox {
    margin: 8px 0 12px;
    background: none !important;
    border: 2px solid #868686 !important;
}

.searchbox button {
    background: none !important;
    padding: 2.2%;
    font-size: 1.2em;
    color: #868686;
}

.searchinput {
    padding: 1.8% !important;
    font-family: 'Poppins', sans-serif;
    color: #333;
}

h1, h2, h3, h4, h5,
h1 a, h2 a, h3 a, h4 a, h5 a {
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
}

.imgdrop {
	-webkit-box-shadow: 10px 10px 15px -1px rgba(153,151,153,1);
	-moz-box-shadow: 10px 10px 15px -1px rgba(153,151,153,1);
	box-shadow: 10px 10px 15px -1px rgba(153,151,153,1);
}

.btn {
    margin: 10px auto;
    border-radius: 0;
    font-size: 1.1em;
    font-weight: 600;
    border: 3px solid #B91E1E;
    color: #B91E1E;
    box-shadow: none;
    background: none;
}

.btn:hover {
    color: #fff;
    background: #B91E1E;
}

.btn.white-btn {
    border: 3px solid #FFF;
    color: #FFF;
}

.btn.white-btn:hover {
    background: #FFF;
    color: #B91E1E;
}

.gray-links {
    background: #f7f7f7;
    padding-right: 10px;
    overflow: hidden;
    z-index: 90;
    position: relative;
}

.gray-links:before {
    content: '';
    background: #f7f7f7;
    position: absolute;
    right: -200px;
    height: 29px;
    width: 30%;
    z-index: 100;
}

#header-wide {
    border-bottom: 2px solid #555;
    padding-bottom: 10px;
}

#header-wide, #header-small-wide {
    position: fixed;
    top: 0;
    z-index: 999999;
    background: #fff;
}

.home-page h1, .home-page h2, .home-page h1 a, .home-page h2 a {
    font-size: 3.6em;
    color: #b72324;
}

.page h1.post-title, .page h2.post-title, h1 a, h2 a {
    font-size: 2.6em;
}

h2.news-title {
    font-size: 0.5em !important;
}

#header #main-navigation {
    margin-top: 53px;
}

.btn-row {
    display: block;
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
}

.post-thumbnail {
    width: 33%;
    display: inline-block;
    float: left;
}

.post-thumbnail img {
    width: 100%;
    height: auto;
    padding-right: 3%;
}

h2.post-title {
    margin-top: 0;
    width: 66%;
    text-align: left !important;
    display: inline-block;
    float: left;
}

#content section article .c1-2 {
    padding-left: 0.8%;
    padding-right: 0.8%;
}


.inset {
    font-size: 1em; 
    font-style: normal; 
    line-height: 1.4; 
    border-bottom: 0px solid #ccc; 
    margin: 4% 0; 
    padding: 0% 0% 2% 12%; 
    text-shadow: 1px 1px 2px #fff;
}

.inset .byline {
    color: #1a97bb;
    font-style: italic;
}

/* =========== 7. Search Box =========== */

.searchbox {
    display: block; 
    position: relative; 
    float: right; 
    width: 50%; 
    background: #eee; 
    border: 1px solid #ccc; 
    overflow: hidden;
}

.searchinput,
.searchbox button {
    display: inline-block; 
    float: left; 
    position: relative; 
    border: 0; 
    line-height: 1;
}

.searchinput {
    display: inline-block;
    width: 83%;
    background: transparent; 
    font-size: 0.8em; 
    padding: 0em .3em; 
    line-height: 1em;
}

.searchbox button {
    width: 16%; 
    background: #ddd; 
    font-size: 1em; 
    cursor: pointer;
}

.searchbox button:hover {
    background: #ccc;
} 


#header .preheader-links {
    display: inline-block;
    float: right;
    background: #FFF;
    position: relative;
    margin-right: -50vw;
    right: 50%;
    padding-right: 7vw;
    overflow: hidden;
}

#header .preheader-links:before {
    content: '';
    border-style: solid;
    border-width: 0px 25px 29px 0;
    border-color: transparent #f7f7f7 transparent transparent;
    display: block;
    float: left;
}

#header .preheader-links a {
    padding: 5px 25px;
    color: #333;
    text-decoration: none;
}

a.support-link:before {
    content: '\f1cd';
    font-family: FontAwesome;
    margin-right: 8px;
}

a.cart-link:before {
    content: '\f07a';
    font-family: FontAwesome;
    margin-right: 8px;
}

a.login-link:before {
    content: '\f007';
    font-family: FontAwesome;
    margin-right: 8px;
}

.ifi_phone {
    color: #333;
}

.ifi_phone i {
    margin-right: 8px;
}


#header .preheader-links a:hover {
    text-decoration: underline;
}

#main-navigation li a {
    color: #333;    
}

#main-navigation li a:hover {
    color: #999;    
}

#main-navigation li .sub-container.non-mega .sub {
    margin-top: -1px;
}

/* =========== 0. Slideshow =========== */

#slides-wide, .slide-wide {
    display: block;
    height: 700px;
}

#slides-wide .slide-wide {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

#slides-wide .sue-content-slider-arrows-yes {
    padding-top: 0px !important;
}

.slide-container {
    width: 100%;
    position: absolute;
    bottom: 0;
    background-color: rgba(0,0,0,0.7);
}

.slide-caption .c3-4 {
    color: #fff;
    font-size: 2.7em;
    line-height: 1;
    text-transform: uppercase;
    padding: 2% 1.5%;
    font-weight: 600;
}

.slide-caption .btn {
    color: #fff;
    border-color: #fff;
    font-size: 1.8em;
    text-transform: uppercase;
    padding: 10px 30px;
    margin-top: 13px;
}

.slide-caption .btn:hover {
    color: #222;
    background: #fff;
}


#promos {
    margin: 30px auto;
}

#promos img {
    display: block;
    text-align: center;
    margin: auto;
    float: none;
}

#promos a {
    text-decoration: none;
}

#promos h3 {
    margin: 5px 20px;
    color: #b72324;
}

.hp-content-block {
    display: block;
    float: left;
    width: 100%;
}

.hp-content-block .image-block {
    padding-top: 33%;
    background-size: cover;
    background-repeat: no-repeat;
}

.hp-content-block .col {
    margin: 0;
}

.hp-content-block h2 {
    text-align: left;
    line-height: 1.3;
    font-size: 50px;
    padding: 1% 5%;
}

.hp-content-block .inner-text {
    padding: 1% 4%;
}

.cta-btn {
    color: #fff;
    background: none;
    box-shadow: none;
    border: 2px solid #fff;
    border-radius: 0px;
    font-size: 1.3em;
    text-transform: uppercase;
    font-weight: 600;
    margin: auto;
}

/* =========== Post Containers =========== */

.post-container {
    width: 50%;
    float: left;
    clear: none;
    padding: 1.5% 5% 3%;
}

.post-container .thumbnail-container {
    width: 100%;
    position: relative;
    float: left;
    margin-bottom: 15px;
}

.post-container .thumbnail-container img {
    width: 100%;
    height: auto;
}

.post-container h3 {
    text-align: left;
    line-height: 1.3;
}

.post-container a {
    text-decoration: none;
    color: #333;
}


#cta-wide,
#content-wide {
    background-size: cover;
    background-position: center;
    display: block;
    position: relative;
    padding: 0;
    margin: 0;
    clear: both;
    float: none;
    width: 100vw;
    margin-left: -50vw;
    left: 50%;
    margin-right: -50vw;
    right: 50%;
    background-position: center;
}

/* #content-spacer {
    width: 100%;
    float: left;
    height: 132px;
    position: relative;
}

.home-page #content-spacer {
    display: none !important;
    visibility: hidden !important;
} */

/* .home-page #content-wide {
    margin-top: 120px;
} */

#cta-wide {
    padding-top: 20px;
    padding-bottom: 20px;
}

#cta-wide a {
    text-decoration: none;
}


#intro {
    font-size: 1.2em;
    line-height: 1.5;
    text-align: center;
}

#products-wide {
    padding-top: 3%;
    padding-bottom: 3%;
    /* padding: 3% 6%; */
}

#products-wide .col {
    padding: 0.75% 2%;
}

#products-wide .image-box {
    padding-top: 75%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center 100%;
    border: 2px solid #868686;
    position: relative;
}

#products-wide .image-box:after {
    content: '\f054';
    font-family: FontAwesome;
    position: absolute;
    bottom: 1.8vw;
    right: 1.8vw;
    font-size: 1.8vw;
    color: #fff;
}

#products-wide .inner-text {
    padding: 5%;
    background-color: rgba(0,0,0,0.45); 
    color: #fff;
    font-size: 1.8em;
    text-transform: uppercase;
    font-weight: 600;
}

#products-wide .image-box:hover {
    opacity: 0.7;
}

#products-wide .image-box:hover .inner-text {
    background-color: rgba(0,0,0,0.95);
}

.hp-content-block {
    display: block;
    float: left;
}

.hp-content-block .col.c1-2 {
    width: 50%;
}

.hp-content-block h2 {
    margin-bottom: 0px;
}

#cta-band-wide {
    background-image: url(images/cta-bkg-min.jpg);
    background-size: cover;
    background-position: center bottom;
}

#cta-band {
    padding: 2% 5%;
}

#cta-band h3 {
    color: #fff;
}


#prefooter-wide {
    color: #fff;
    background: #686161;
}

#prefooter-wide h3 {
    color: #fff;
    text-align: left;
}

#prefooter {
    padding: 2% 4%;
}

#prefooter .widget-container {
    padding: 2%;
}

#prefooter .widget-container li a {
    color: #fff;
    background: none;
}

#prefooter .widget-container li a:before {
    content: '\f111';
    font-family: FontAwesome;
    font-size: 0.65em;
    top: -2px;
    margin-right: 8px;
    position: relative;
}

.menu-products-prefooter-container,
.menu-quick-links-prefooter-container {
    padding-right: 50px;
}

.widget-title {
    border-bottom: 2px solid #686161;
}

.widget-container li a {
    border-bottom: 1px solid #686161;
}

.widget-container li a:hover {
    border-bottom: 1px solid #ddd;
}


#footer-wide {
    background: #302a2a;
    color: #fff;
}

#footer {
    padding: 20px 80px;
}

#footer a {
    color: #f7f7f7;
}

.fa, .far, .fas {
    font-family: FontAwesome !important;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}





/* =========== 0. Form Styles =========== */

.wpcf7 input {
    width: 100%;
}

#prefooter form.wpcf7-form input[type=text], 
#prefooter form.wpcf7-form input[type=email] {
    color: #fff;
    border: 1px solid #fff;
    background: none;
}

#prefooter ::-webkit-input-placeholder { /* WebKit browsers */
    color: #f7f7f7 !important;
    opacity: 1;
}

#prefooter :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #f7f7f7 !important;
    opacity: 1;
}

#prefooter ::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #f7f7f7 !important;
    opacity: 1;
}

#prefooter :-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #f7f7f7 !important;
    opacity: 1;
}

form.wpcf7-form input[type=text], 
form.wpcf7-form input[type=password], 
form.wpcf7-form input[type=email], 
form.wpcf7-form input[type=url], 
form.wpcf7-form input[type=tel], 
form.wpcf7-form input[type=number], 
form.wpcf7-form textarea,
.woocommerce form input[type=text], 
.woocommerce form input[type=password], 
.woocommerce form input[type=email], 
.woocommerce form input[type=url], 
.woocommerce form input[type=tel], 
.woocommerce form input[type=number], 
.woocommerce form textarea,
.tml form input[type=text], 
.tml form input[type=password], 
.tml form input[type=email], 
.tml form input[type=url], 
.tml form input[type=tel], 
.tml form input[type=number], 
.tml form textarea {
    background: #f7f7f7;
    border-radius: 0px;
    color: #333;
    /* border: 2px solid #666; */
    padding: 10px;
}

form.wpcf7-form select.wpcf7-form-control.wpcf7-select, select.wpcf7-form-control.wpcf7-select option {
	font-family: 'Poppins', sans-serif !important;
    font-size: 18px !important;
	background: #f7f7f7;
	height: 34px !important;
	color: #333;
}

form.wpcf7-form input[type=submit] {
    padding: 10px;
    width: 50%;
    display: block;
    background: #B91E1E;
    text-transform: uppercase;
    margin: auto;
    float: none;
    position: relative;
    box-shadow: none;
    font-weight: 600;
}

form.wpcf7-form input[type=submit]:hover {
    background: #8e1818;
}

form.wpcf7-form input[type=checkbox] {
    background: none;
    border-radius: 0px;
    color: #333;
    border: 2px solid #666;
    width: 450%;
    float: left;

}
.woocommerce .button {
  padding: 5px 10px !important;
}

.woocommerce #respond input#submit.alt, 
.woocommerce a.button.alt, 
.woocommerce button.button.alt, 
.woocommerce input.button.alt {
    background: #B91E1E !important;
}

.woocommerce div.product form.cart div.quantity {
    top: -6px;
    position: relative;
    margin: 0 8px 0 0 !important;
}

.woocommerce div.product form.cart .variations select {
    padding: 1.5%;
    color: #333;
    border: 2px solid #868686;
}


textarea.wpcf7-form-control.wpcf7-textarea {
    width: 100%;
}

.sald-form {
    width: 100%;
    padding-left: 10%;
    padding-right: 10%;
    margin-top: 0;
    float: left;
}

#prefooter form.wpcf7-form input[type=submit] {
    color: #333;
    background: #fff;
}



/* =========== 0. Product Styles =========== */

.woocommerce h1,
.woocommerce h2,
.woocommerce h3 {
    font-size: 2em;
    text-align: left;
}


/* =========== 0. Reused CHTO Styles =========== */

.pod-alert {
    font-size: 1.1em;
    font-weight: 500;
    background: #f8e8e8;
    border-left: 3px solid #D65A4E;
    padding: 15px;
}

.pod-alert:before {
    content: '\f06a';
    font-family: FontAwesome;
    padding-right: 10px;
    color: #BE0019;
}

.blue-alert {
    background: #e8f1f8;
    border-left: 3px solid #76A8C3;
}

.blue-alert:before {
    color: #1587BB;
}

/* ========= Removes Fancy Bullets in Shipping & Order Detail, Success/Error/Info Messages ========= */

.woocommerce .shipping ul li {
	background-image: none !important;
}

.woocommerce .woocommerce-order ul li {
	background-image: none !important;
}

.woocommerce .myaccount-menu ul li {
	background-image: none !important;
    background: none !important;
}

.woocommerce .woocommerce-message ul li,
.woocommerce .woocommerce-error ul li, 
.woocommerce .woocommerce-info ul li {
	background-image: none !important;
}

.woocommerce ul li:before {
    content: '';
    padding: 0;
    display: none;
    visibility: hidden;
}

/* ========= Removes Bullets in custom dashbd ========= */
#my-account-menu-tab .myaccount-menu > li {
    background: none !important;
}


/* ========= Removes Bullets in wholesale bulk order screen ========= */
#wwof_product_listing_pagination .page-numbers li {
	display:inline-block;
	list-style:none;
	background:0px;
}

/* ======= lower the modal popup for share cart ======= */

@media screen and (min-width: 576px)
.modal-dialog {
    max-width: 500px;
    margin: 7.75rem auto !important;
}

@media screen and (max-width: 550px)
.modal-dialog {
    position: relative;
    width: auto;
    margin: 7.5rem auto !important;
    pointer-events: none;
}


/*  WooCommerce Error message bullet fix  MS  */


.woocommerce .woocommerce-message,
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info {
	padding-top:  30px !important;
}

.woocommerce .woocommerce-message li,
.woocommerce .woocommerce-error li,
.woocommerce .woocommerce-info li {
	background: none !important;
}



/* MS hero CLS bounce fix 11/7/2024 */

.owl-carousel {
	display: block !important;
}




/* =========== 0. Responsive =========== */


@media screen and (max-width: 1420px) {

    .container {
        width: 100%;
    }
    
    .slide-caption .btn {
        font-size: 1.8vw;
    }
    
    .slide-caption .c3-4 {
        color: #fff;
    }
    
}

@media screen and (max-width: 1325px) {
    
    #main-navigation li a {
        padding: 0px 1.724vw;
    }

	#main-navigation {
        top: 0;
        height: 48px;
    }
	
    #header #main-navigation {
        width: 100%;
        margin-top: 0;
    } 
}



@media screen and (max-width: 1080px) {
	
	#header #main-navigation {
        width: 100%;
        margin-top: 0;
    }
    
    #header .preheader-links a,
    .ifi_phone {
        font-size: 1.5vw;
    }

    #header .preheader-links {
        margin-right: 0;
        right: unset;
        padding-right: 0px;
    }
    
    /* #cta-wide, #content-wide {
        width: 100%;
        margin-left: 0;
        left: 0;
        margin-right: 0;
        right: 0;
        background-position: center;
    } */
    
}

@media screen and (max-width: 960px) {
    html, body {
        width: auto;
        min-width: 0px;
    }
	
    #main-navigation {
        top: 0;
        height: 48px;
    }
    
    #main-navigation li a {
    
    }
	
	#header #main-navigation {
        width: 100%;
        margin-top: 0;
    }
}




@media screen and (max-width: 750px) {
    
    /* #content-spacer {
        height: 205px;
    } 
    
    html, body {
        margin-top: 16.533vw;
    } */
    
    html, body {
        margin-top: 21vw;
    }
    
    #header-small {
        height: 21vw !important;
    }
    
    .home-page #content-wide {
        margin-top: 10px;
    }
    
    #logo-box {
        width: 100%;
    }
    
    #top-logo img {
        width: 100%;
        height: auto;
        max-height: none;
    }
    
    .action-btn {
        float: right;
        margin: 10px;
    }
    
    .home-page h1, 
    .home-page h2, 
    .home-page h1 a, 
    .home-page h2 a {
        font-size: 2.6em;
        line-height: 1.3;
    }
    
    #header-small .preheader-links {
        width: 100%;
        position: relative;
        float: left;
        text-align: center;
        padding-bottom: 10px;
    }
    
    #header-small .preheader-links a {
        padding-left: 10px;
        padding-right: 10px;
    }
    
    
    #header-small .searchbox {
        top: -8px;
        width: 80%;
        margin: auto 10px;
    }
    
    /* ======= Mobile Nav ======= */
    
    #mobile-navigation > ul > li > .dcjq-parent {
		background: #B72325;
	}

	#mobile-navigation > ul > li > .dcjq-parent.active {
		background: #A41F21;
	}

	#mobile-navigation .sub-menu {
		background: #881A1B;
		border-bottom: 4px solid #A41F21;
	}

	#mobile-navigation .sub-menu .sub-menu {
		background: #761717;
		border-bottom: 2px solid #A41F21;
	}

	#mobile-navigation .sub-menu .sub-menu .sub-menu {
		background: #631313;
		border-bottom: 2px solid #881A1B;
	}
    
    
    
    #slides-wide, .slide-wide {
        display: block;
        height: unset;
        margin-top: 21vw;
    }
    
    #slides-wide .slide-wide {
        display: block;
        padding-top: 36.7vw;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center center;
    }
    
    .slide-container,
    .slide-caption {
        display: block;
        position: relative;
        float: left;
        width: 100%;
    }
    
    .slide-caption .c3-4 {
        color: #fff;
        font-size: 1.7em;
        text-transform: uppercase;
        line-height: 1.3;
        font-weight: 600;
        padding: 3% 3% 1%;
    }
    
    .slide-caption .c1-4 {
        padding: 1% 3%;
    }
    
    .slide-caption .btn {
        color: #fff;
        border-color: #fff;
        font-size: 1em;
        text-transform: uppercase;
        padding: 10px 30px;
    }
    
    #content,
    .container {
        padding-left: 0px;
        padding-right: 0px;
    }
    
    .hp-content-block .image-block {
        background-position: center 30%;
    }
    
    .hp-content-block .col.c1-2 {
        width: 100%;
    }
    
    #intro {
        padding-left: 3%;
        padding-right: 3%;
    }
    
    .post-container {
        width: 100%;
    }
    
    #footer .social-links a {
        padding-top: 4%;
        padding-bottom: 4%;
    }
    
    .woocommerce #content div.product div.images,
    .woocommerce div.product div.images, 
    .woocommerce-page #content div.product div.images,
    .woocommerce-page div.product div.images,
    .woocommerce #content div.product div.summary, 
    .woocommerce div.product div.summary, 
    .woocommerce-page #content div.product div.summary, 
    .woocommerce-page div.product div.summary {
        width: 100% !important;
    }
}

@media screen and (max-width: 500px) {
    html, body {
        margin-top: 22vw;
    }
    
    #slides-wide, .slide-wide {
        display: block;
        height: unset;
        margin-top: 2vw;
    }
}
