/*
Theme Name: Firetoss Theme

This is an additional style sheet not connected to your SCSS files,
this allows you to add either post live edits, or your own changes,
without worrying about messing up the compilation of your sass


Note: Set Up Persistence with DevTools Workspaces
Don't manually copy changes to local files. Use workspaces to persist changes made in DevTools to your local resources.
Stage your local files to your browser. Map files to URLs.
Once persistent workspaces are set-up, style changes made in the Elements panel are persisted automatically; DOM changes aren't. Persist element changes in the Sources panel instead.

https://developers.google.com/web/tools/setup/setup-workflow?hl=en

*/


/*====CUSTOM HOME HERO HEADER========*/
.custom-hero-header {
    background-position: right center;
    background-size: cover;
    padding: 288px 0 !important;
    overflow: hidden;
}

@media only screen and (max-width: 1024px) {
    .custom-hero-header {
        padding: 188px 0 !important;
        margin-top: 50px;
    }
}
@media only screen and (max-width: 768px) {
    .custom-hero-header {
        padding: 0 !important;
        margin-top: 0;
    }
}

.custom-hero-header img {
    display: none;
}

.custom-hero-header .container {
    display: flex;
    justify-content: flex-end;
}

.custom-hero-header .content-wrap {
    padding: 30px 0;
    position: relative;
    flex-basis: 50%;
}

.custom-hero-header .content-wrap * {
    position: relative;
    z-index: 1;
}

.custom-hero-header .content-wrap:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -100%;
    left: -150px;
    z-index: 0;
    background: rgb(255,119,0);
    background: linear-gradient(90deg, rgba(255,119,0,0.06) 0%, rgba(255,119,0,0.67) 6%, rgba(255,119,0,0.8) 20%);
}

.custom-hero-header * {
    color: #ffffff;
    font-family: "filson-soft", "Open sans", sans-serif;
}

.custom-hero-header h2 {
    margin: 0;
    font-size: 45px;
    line-height: 1;
}

.custom-hero-header h1 {
    font-size: 80px;
    margin: 0;
    line-height: 1;
}

.custom-hero-header p {
    font-size: 31px;
    margin-bottom: 10px;
    margin-top: 18px;
}

@media(max-width: 1200px) {
    .custom-hero-header {
        background-position: center center;
    }

    .custom-hero-header h1 {
        font-size: 66px;
    }

    .custom-hero-header h2 {
        font-size: 40px;
    }

    .custom-hero-header p {
        font-size: 25px;
    }
}

@media(max-width: 768px) {
    .custom-hero-header {
        background-image: none;
    }

    .custom-hero-header img {
        display: block;
    }

    .custom-hero-header .container {
        flex-direction: column;
        position: relative;
    }

    .custom-hero-header .container:after {
        content: '';
        display: block;
        position: absolute;
        top: -20px;
        bottom: 100%;
        right: -100%;
        left: -100%;
        z-index: 0;
        background: rgb(255,119,0);
        background: linear-gradient(180deg, rgba(255,119,0,0.06) 0%, rgba(255,119,0,0.67) 40%, rgba(255,119,0,1) 60%);
    }

    .custom-hero-header h1 {
        font-size: 50px;
    }

    .custom-hero-header h2 {
        font-size: 30px;
    }

    .custom-hero-header p {
        font-size: 20px;
    }

    .custom-hero-header .content-wrap {
        padding: 10px 0 20px;
    }

    .custom-hero-header .content-wrap:after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        right: -100%;
        left: -100%;
        z-index: 0;
        background: rgb(255,119,0);
    }
}

@media(max-width: 500px) {

    .custom-hero-header h1 {
        font-size: 40px;
    }

    .custom-hero-header h2 {
        font-size: 28px;
    }

    .custom-hero-header p {
        font-size: 20px;
    }
}



/*====END CUSTOM HOME HERO HEADER========*/



.nutrition-facts, .nutrtion-facts.additional > table {
    background-color: #fff;
}

.nutrition-facts, .nutrtion-facts.additional > table > tbody > tr > td > hr {
    border-top: 1px solid block;
}

p.nutrition-top-p {
    font-size: large;
    font-weight: bold;
}

.amount-per {
    margin: 0px;
}

.amount-per > tbody > tr {
    font-weight: bold;
}

td.right-align.bold {
    font-weight: bold;
}

.form-centered .gform_footer {
    text-align: center;
}

#content [class*="woocommerce-"][class*="-cart"] a.button[data-product_id="1924"]:after {
    content: 'Snag it now for $10 off, at $19.98 now!' !important;
    position: absolute;
    display: block;
    top: calc(100% + 14px);
    right: 0;
}

li.brcs_product {
    position: relative;
    padding-bottom: 30px !important;
}

#content [class*="woocommerce-"][class*="-cart"] a.button[data-product_id="1924"] {
    bottom: 50px;
}

.dynamic-header {
    position: relative;
    overflow: hidden;
}

.background-content.fill-item {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    max-width: 2000px;
    margin: auto;
    width: 100%;
    height: 100%;
}

.background-content.fill-item img {
    min-width: 100%;
    min-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: -50%;
    left: 0;
    right: 0;
    bottom: -50%;
    margin: auto;
}

.card-product-wrapper.flex-item.product-content {
    align-items: center;
}

.card-product-wrapper.flex-item.product-content .description {
    margin-right: 35px;
}

.dynamic-header a.button.small.dark {
    text-align: center;
    font-size: 28px !important;
    min-width: 270px;
}

.section.form-centered .product-content.flex-item.card-product-wrapper {
    padding: 0 20%;
}

.review-wrapper .review.slick-slide {
    display: block !important;
    padding: 0 10px;
    margin: 0 20px;
    text-align: center;
}

.slick-slider .slick-dots li button, .owl-theme .owl-dots .owl-dot span {
    opacity: .75;
    border: none !important;
}

.slick-dots li.slick-active button, .slick-dots li:hover button, .owl-dots .owl-dot.active span, .owl-dots .owl-dot:hover span {
    background-color: #e63e2f;
    opacity: 1;
}

.slick-slider .slick-dots li button:hover, .owl-theme .owl-dots .owl-dot span:hover {
    opacity: .75;
}

.row-wrapper.columns-1 ul.gallery-columns-4 {
    width: 100%;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.row-wrapper.columns-1 ul.gallery-columns-4 li {
    margin: 10px;
    float: left;
    max-width: calc(50% - 20px);
}


div#gform_wrapper_7 input {
    margin-top: 0;
}

div#flex .section.dynamic-header h1.flex-header {
    font-size: 62px;
    color: #fff;
    line-height: 1;
    margin-bottom: 10px;
}

div#flex .section.dynamic-header:before {
    content: '';
    width: 60%;
    height: 100%;
    display: block;
    position: absolute;
    background: #e7592a;
    top: 0;
    left: -20%;
    transform: skew(27deg);
    z-index: 0;
}

div#flex .section.dynamic-header .row-wrapper .product-content {
    position: relative;
    z-index: 1;
}

div#flex .section.dynamic-header h1.flex-header span {
    display: block;
    font-weight: normal;
    /*text-transform: uppercase;*/
    font-family: "filson-soft", "Open sans", sans-serif;
    font-size: 31px;
    margin-top: 15px;
    letter-spacing: -1px;
}

div#flex .section.dynamic-header .row-wrapper .product-content {
    min-width: 55%;
}

.slick-prev:before, .slick-next:before {
    color: #e75a2a;
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    border: none !important;
}

.section.form-centered .product-content.flex-item.card-product-wrapper h1.flex-header span {
    display: block;
    font-weight: normal;
    /* text-transform: uppercase; */
    font-family: "filson-soft", "Open sans", sans-serif;
    font-size: 36px;
    margin-top: 15px;
}

.section.form-centered .product-content.flex-item.card-product-wrapper h1.flex-header {
    font-size: 62px;
    line-height: 1;
    margin-bottom: 0;
}

div#flex .section.dynamic-header a.button, div#flex .section.dynamic-header input.gform_button {
    background: transparent !important;
    border-color: #fff !important;
}

div#flex .section.dynamic-header a.button:hover, div#flex .section.dynamic-header input.gform_button:hover {
    color: #e75a2a !important;
    background: #fff !important;
}

div#flex .section.dynamic-header a.button {
    margin-top: 10px;
}

.product-content.flex-item.card-product-wrapper a.button.small {
    margin-top: 15px;
    font-size: 28px;
}

.review-star-rating {
    float: right;
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1;
    font-size: 1em;
    width: 5.4em;
    font-family: star;
    height: 36px;
    width: 100%;
    float: none;
    color: transparent;
}

.review-star-rating:before {
    content: '\73\73\73\73\73';
    color: #d3ced2;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    color: #e63e30;
    font-size: 36px;
    letter-spacing: 5px;
    margin: 0 auto !important;
    float: none !important;
    right: 0;
}

.review-star-rating span::before {
    content: '\53\53\53\53\53';
    top: 0;
    position: absolute;
    left: 0;
    margin: 0 auto !important;
    float: none !important;
    right: 0;
    color: #e63e30;
    font-size: 36px;
    letter-spacing: 5px;
}

div#flex .section.dynamic-header h1.flex-header sup {
    font-size: 60%;
}

.dynamic-product-description ul {
    margin: 5px 0;
}

.review-wrapper {
    max-width: 100%;
}

.card-product-wrapper .item-image {
    max-width: calc(100% - 155px);
    padding-top: 10px;
}

footer#colophon .footer-wrap ul .star-rating {
    display: none;
}

footer#colophon .site-info img.parent-logo {
    max-height: 47px;
    margin-left: 30px;
}

.review-wrapper {
    width: 100%;
}

.card-content-wrapper {
    max-width: 100%;
}

.gform_wrapper.gf_browser_ie .gform_footer input.button {
    padding: 15px 20px !important;
}


.content-field {
    font-size: 16px;
}

.button-only .button-wrapper {
    padding: 17vw 0 7vw;
}

#flex .link-shelf > a {
    padding-top: 33.25% !important;
    display:block;
}


@media screen and (min-width: 1200px) {
    .button-only .button-wrapper {
        padding: 20vw 0 7vw;
    }
}


@media screen and (min-width: 980px) {
    .review-wrapper .slick-track {
        display: flex;
        align-items: center;
    }

}

@media screen and (min-width: 640px) {
    div#gform_wrapper_7 .gf_left_half {
        padding-right: 10px !important;
    }

    div#gform_wrapper_7 .gf_right_half {
        padding-left: 10px !important;
    }
}

@media screen and (max-width: 1500px) and (min-width: 980px) {
    #content [class*="woocommerce-"][class*="-cart"] a.button[data-product_id="1924"]:after {
        bottom: 0px;
        top: auto;
        left: 0;
        right: 0;
    }

    .section.hero.dynamic-header .product-content.flex-item.card-product-wrapper {
        min-width: 85% !important;
    }

    div#flex .section.dynamic-header:before {
        width: 75%;
        left: -17%;
    }

    div#flex .section.dynamic-header h1.flex-header span {
        font-size: 29px;
    }

    .section.form-centered .product-content.flex-item.card-product-wrapper h1.flex-header span {
        font-size: 32px;
    }

    .section.form-centered .product-content.flex-item.card-product-wrapper {
        padding: 0;
    }

}

@media screen and (max-width: 1500px) and (min-width: 1200px) {
    .section.hero.dynamic-header .product-content.flex-item.card-product-wrapper {
        min-width: 75% !important;
    }
}

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

    .section-5 .row-wrapper.columns-1 ul.gallery-columns-4 {
        display: block;
    }
    .section-7 .row-wrapper.columns-1 ul.gallery-columns-4 li:last-child {
        order: -1;
    }
    
    .section.form-centered .product-content.flex-item.card-product-wrapper h1.flex-header {
        font-size: 52px;
    }

    .row-wrapper.columns-1 ul.gallery-columns-4 {
        display: flex;
        flex-wrap: wrap;
    }

    .gallery-columns-4 .gallery-item {
        text-align: center;
        max-width: 45%;
        align-items: center;
        justify-content: center;
        flex-grow: 1;
    }

    div#flex .section.dynamic-header .gform_footer.top_label {
        float: none;
        text-align: center;
        margin: 0 auto !important;
        max-width: 300px;
    }

    div#flex .section.dynamic-header h1.flex-header {
        font-size: 52px !important;
        margin-bottom: 15px;
    }

    .background-content.fill-item, .background-content.fill-item img {
        position: static !important;
        max-width: 100%;
        z-index: 1;
        margin-top: 15px;
    }

    .product-content.flex-item.card-product-wrapper {
        width: 100%;
        min-width: 100% !important;
        flex-basis: 100% !important;
        padding: 0;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .product-content.flex-item.card-product-wrapper .description {
        margin: 0 auto 25px;
        text-align: center;
    }

    .section.form-centered .product-content.flex-item.card-product-wrapper {
        padding: 0 15%;
    }

    div#flex .section.dynamic-header {
        background: #e75a2a;
    }

    .background-content.fill-item {
        z-index: 1;
        margin-bottom: -50px;
        margin-left: -15%;
        margin-right: -15%;
    }

    .background-content.fill-item img {
        max-width: 130%;
    }

    div#flex .section.dynamic-header .gform_footer.top_label {
        width: 100%;
        text-align: center;
    }

    .form-header .description {
        max-width: 470px !important;
    }

    .dynamic-header .gform_wrapper .gform_body {
        margin: 0 auto;
    }

    .review-star-rating {
        height: 26px;
    }

    .review-star-rating:before {
        font-size: 26px;
    }

    .review-star-rating span::before {
        font-size: 26px;
    }

    .review-wrapper {
        margin-top: 20px;
    }


    .button-only .button-wrapper {
         padding: 17vw 0 5vw;
    }

}

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



    #flex .link-shelf > a{
        padding: 0 !important;
    }

    #flex#flex .button-only .button-wrapper {
        padding: 5px 0 20px 0 ;
    }

    #flex#flex .section.section.button-only {
        background-position: top center !important;
        padding-top: calc(420px + 10px) !important;
        padding-bottom: 0 !important;
    }


    #flex#flex .section.section.button-only .button-wrapper {
        text-align: center;
    }


    #content [class*="woocommerce-"][class*="-cart"] a.button[data-product_id="1924"]:after {
        content: 'Snag it now for $10 off, at \A $19.98 now!' !important;
        bottom: -13px;
        top: auto;
        left: 0;
        right: 0;
        margin: auto;
        max-width: 200px;
        white-space: pre;
        font-size: 16px;
        line-height: 1.2;
    }

    .form-header .description {
        max-width: 100% !important;
    }

    .background-content.fill-item {
        z-index: 1;
        margin-bottom: -50px;
        margin-left: -35%;
        margin-right: -35%;
    }

    .background-content.fill-item img {
        max-width: 170%;
    }

    .section.form-centered .product-content.flex-item.card-product-wrapper {
        padding: 0 10%;
    }

    div#flex .section.dynamic-header h1.flex-header {
        font-size: 36px !important;
    }

    div#flex .section.dynamic-header h1.flex-header span {
        font-size: 18px;
    }

    .section.form-centered .product-content.flex-item.card-product-wrapper h1.flex-header {

        font-size: 36px !important;
    }
}


@media screen and (max-width: 450px) {
    .section.form-centered .product-content.flex-item.card-product-wrapper h1.flex-header span {
        font-size: 18px;
    }
}