/*
Theme Name: Salient Child Theme
Theme URI: http: //mysite.com/
Description: This is a custom child theme for Salient
Author: My Name
Author URI: http: //mysite.com/
Template: salient
Version: 0.1
*/


.home-sale-banner {
    padding-top:20px!important;
    padding-bottom:20px!important;
    margin-bottom:0px!important;
    text-align: center;

    @media(min-width:1024px) {
        text-align: left;
    }
}

.home-sale-banner .headline {
    color:#fff;
    padding:10px 7px;
    display: inline-block;
    font-size:27px;
    background-color: #ED5F00;
    letter-spacing: 2%;
    font-weight:600;
    margin:10px;
}

.home-sale-banner .summary {
    font-weight:500;
    display: inline-block;
    font-size:24px;
    margin:0 10px;
}

.home-sale-banner .col-link {

    @media(min-width:1024px) {
        text-align: right;
    }
}

.home-sale-banner  .nectar-button[data-color-override="false"].regular-button {
	background:#000 !important;
    text-align: center;
    padding:10px 10px!important;
	box-shadow:none!important;
	letter-spacing: 3%;
    font-weight:600;
	font-size:15px;
    margin:0 10px;
    top:0!important;
    

    @media(min-width:768px) {
        width:auto;
    }
}

.home-sale-banner  .nectar-button[data-color-override="false"].regular-button span {
    /*background:yellow;*/
    word-wrap: none!important;
    white-space: nowrap!important;
}

.home-sale-banner  .nectar-button[data-color-override="false"].regular-button:hover {
	transition:none!important;
	transform:none!important;
	box-shadow:none!important;
}








.sale-banner {
    padding-top:20px!important;
    padding-bottom:20px!important;
    text-align: center;
    margin-bottom:72px!important;

    @media(min-width:768px) {
        padding-top:40px!important;
        padding-bottom:40px!important;
    }
}

.sale-banner h2 {
    font-size:44px!important;
    letter-spacing: 3%;
    margin-bottom:24px;
    text-align: center;
    font-weight:600!important;

    @media(min-width:768px) {
        font-size:67px!important;
    }
}

.sale-banner p {
    text-align:center;
}

.sale-banner p.headline {
    font-size:18px;
    padding:10px;
    background:#131313;
    color:#fff;
    display: inline-block;
    margin: 0 auto 18px 0;
    line-height: 1.4;

    @media(min-width:768px) {
        font-size:24px;
        padding:10px;
        letter-spacing: 2%;
    }
}

.sale-banner p.disclaimer {
    font-size:13px;
    letter-spacing: 2%;
    margin:0;
    line-height: 1.4;
    padding: 0 24px;
}





.row-sale-product {
	background:#fff;
	border:1px solid #E4E4E4;
    padding:24px!important;
    margin:0 0 32px 0!important;


    @media(min-width:1200px) {
        padding:32px!important;
        margin:0 10% 32px 10%!important;
    }
}

.row-sale-product > .col {
    @media(max-width:980px) {
        display:flex!important;
        flex-direction: column-reverse!important;
    }
}

.row-sale-product h2 {
    font-size:22px!important;
    line-height: 1.2!important;
    margin:0px;

    @media(min-width:768px) {
        font-size:22px;
    }
}

.row-sale-product .product-codes {
    font-size:12px;
    color:#ACACAC;
    margin:0px 0 8px 0;
}

.row-sale-product .product-description {

    margin:0px 0 18px 0;
    font-weight:400;
    padding-bottom:18px;
    border-bottom:1px solid #E4E4E4;
}

.row-sale-product .product-description p {
    font-weight:400;
    font-size:14px;
    line-height: 1.4;
    padding-bottom:10px;
}

.row-sale-product .product-price {
    font-size:25px;
    font-weight:500;
}


.row-pricing .column_container{
    /*background: yellow;*/
    align-items: end!important;
}

.product-retail-price {
    font-size:13px;
    font-weight:400;
    margin:0;
    line-height: 1.2;
}

.product-retail-price strong {
    font-size:13px;
    font-weight:400;
    color: #DF0000;
    text-decoration: line-through;
}

.col-sale-price {

}

.product-save-value p {
    padding:0px 10px!important;
    color:#fff;
    background-color: #DF0000;
    border-radius:6px;
    display:inline-flex;
    text-align: center!important;
    margin:0;
    letter-spacing:3%;
    font-size:13px;
}

.row-sale-product .nectar-button[data-color-override="false"].regular-button {
	background:#000 !important;
    text-align: center;
    padding:10px 10px!important;
	box-shadow:none!important;
	letter-spacing: 3%;
    width:100%;
	font-size:14px;
    margin:0!important;
    top:0!important;
}

.row-sale-product .nectar-button[data-color-override="false"].regular-button span {
    /*background:yellow;*/
    word-wrap: none!important;
    white-space: nowrap!important;
}

.row-sale-product .nectar-button[data-color-override="false"].regular-button:hover {
	transition:none!important;
	transform:none!important;
	box-shadow:none!important;
}

