/* .saltsa-banner {
    margin-top: 30px;
} */

.saltsa-banner img {
    max-width: 100%;
    width: 100%;
}

.saltsa-banner .mobile-banner {
    display: none;
}

.intro-section {
    padding-top: 90px;
    padding-bottom: 180px;
    font-size: 25px;
}

.videos-section {
    background-color: #e1056e;
    padding-top: 40px;
    padding-top: 60px;
}

.videos-section .row > div {
    padding-bottom: 25%;
}

/* .videos-section .video-border {
    border: 4px solid #fff;
    height: 270px;
    max-width: 570px;
    position: relative;
} */

.videos-section h2 {
    color: #fff;
    font-family: 'OpenSans-Medium';
    font-size: 32px;
}

.videos-section .container {
    max-width: 1500px;
}

/* .video-img {
    position: absolute;
    left: 75px;
    top: 30px;
} */

.videos-section .video-border {
    border: 4px solid #fff;
    height: 100%;
    padding: 2rem;
    width: 80%;
}

.video-img {
    max-width: 80%;
    margin-top: -25%;
    margin-left: 10%;
    position: static;
    cursor: pointer;
}

.video-img .play {
    position: absolute;
    width: 60px;
    opacity: 0.9;
}

.imgs-section {
    padding-top: 100px;
}

.imgs-section h2 {
    margin-bottom: 40px;
    color: #e1056e;
    font-weight: 700;
    text-align: center;
    font-size: 48px;
}

.imgs-section h3 {
    margin-top: 30px;
    color: #e1056e;
    font-weight: 700;
    font-size: 32px;
}

.imgs-section img {
    max-width: 100%;
}

.imgs-section .img-col {
    margin-bottom: 80px;
    text-align: center;
}

.img .overlay {
    position: absolute;
    top: 0;
    bottom: 100%;
    left: 0;
    right: 0;
    background: rgb(225 5 110 / .75);
    content: "";
    transition: 0.4s;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 28px;
    color: #fff;
    padding: 0 15px
}

.img:hover .overlay {
    bottom: 0;
}

.img {
    display: inline-block;
}

.img.white-lace::before {
    top: auto;
    bottom: 0;
}

.overlay .quote {
    width: 40px;
    margin-bottom: 10px;
}


.container.your-sauce {
    max-width: 1500px;
    margin-bottom: 100px;
}

.your-sauce h2 {
    font-size: 48px;
    color: #fff;
    font-weight: 700;
}

.container.your-sauce .inner-container {
    max-width: 1345px;
    height: 220px;
    padding: 20px 20px 20px 10rem;
    background-color: #e1056e;
    width: 90%;
}

.container.your-sauce .under-inner-container {
    max-width: 1400px;
    height: 220px;
    padding: 20px 5rem 20px 5rem;
    background-color: #ffffff;
    margin-left: auto;
    border: 5px solid #e1056e;
    margin-top: -140px;
    width: 95%;
    margin-left: 5%;
}

.container.your-sauce .under-inner-container h3 {
    font-size: 48px;
    color: #e1056e;
    font-weight: 700;
}

.dropdown-container {
    width: 40%;
    display: flex;
    z-index: 9;
}

.dropdown-btn {
    width: 60px;
    min-width: 60px;
    height: 30px;
    background: #e1056e;
    border-radius: 5px;
    margin-left: 25px;
    margin-top: 2rem;
    padding: 2px;
    cursor: pointer;
    display: flex;
}

.submit-btn {
    width: 50px;
    height: 35px;
    background: #ffffff;
    border-radius: 10px;
    padding: 4px;
    cursor: pointer;
    border: 1px solid #e1056e;
    margin-top: -30px;
    margin-left: auto;
    background-image: url(/wp-content/themes/misko/common/imgs/saltsa/check.svg);
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: center;
}

.submit-btn:hover {
    background: #e1056e;
    background-image: url(/wp-content/themes/misko/common/imgs/saltsa/check-white.svg);
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: center;
}

/* .submit-btn:hover img {
    filter: brightness(0) invert(1);
}

.submit-btn img {
    width: 100%;
    height: 100%
} */

.dropdown-btn img {
    width: 100%;
    height: 100%;
}

.dropdown .item {
    font-size: 28px;
    font-weight: 700;
    color: #e1056e;
    padding: 1rem 2rem;
    border: 2px solid #e1056e;
    background-color: #ffffff;
    border-bottom: 0;
    cursor: pointer;
    height: auto;
    display: none;
}

.dropdown .item:last-child {
    border-bottom: 2px solid;
}

.dropdown .item.active-item {
    display: flex;
    align-items: flex-end;
    border: none;
    padding: 0.5rem 2rem;
    min-height: 85px;
    width: 100%;
    border-bottom: 2px solid;
    margin-bottom: 3px;
    line-height: 1.2;
}

.dropdown .item:not(.active-item):hover {
    background-color: #e1056e;
    color: #ffffff;
}

.dropdown {
    flex-basis: auto;
    flex-grow: 1;
}

#userDataCarousel {
    width: 1110px;
    margin: auto;
    max-width: 100%;
}

#userDataCarousel .carousel-inner {
    width: 815px;
    max-width: 70%;
    margin: auto;
}

.carousel-item .box {
    width: 100%;
    height: 300px;
    background-color: #e1056e;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 32px;
    color: #fff;
}

.carousel-item .box p {
    margin: 0;
}

.carousel-item .box .text-1, .carousel-item .box .text-2 {
    font-weight: 700;
}

.carousel-item hr {
    width: 20%;
    border-top: 2px solid #fff;
}

.carousel-control-next-icon {
    background-image: url(../common/imgs/saltsa/right-arrow.svg);
}

.carousel-control-prev-icon {
    background-image: url(../common/imgs/saltsa/left-arrow.svg);
}

.carousel-control-prev {
    left: 0;
    background-color: transparent;
}

.carousel-control-next {
    right: 0;
    background-color: transparent;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
    width: 150px;
    height: 150px;
}

.carousel-control-prev, .carousel-control-next {
    opacity: 1;
    bottom: 22%;
}

#valeSaltsaBtn {
    cursor: pointer;
}

.recipes h2 {
    color: #e1076e;
    font-size: 48px;
    font-family: 'OpenSans-Medium';
    font-weight: normal;
    margin-bottom: 10px;
}

.recipes h3 {
    font-size: 22px;
    color: #a29e9e;
    margin-bottom: 60px;
    text-align: center;
}

.recipes {
    margin-top: 60px;
    padding-left: 15px;
    padding-right: 15px;
}

.quote-mobile {
    display: none;
    font-size: 20px;
    flex-direction: column;
    max-width: 300px;
    margin: auto;
    color: #e1056e;
    font-weight: 700;
}

.quote-mobile img.quote {
    width: 30px;
    margin: 0 auto 10px;
}

.modal-content {
    background-color: #000;
}

.modal-header {
    border-bottom: 0;
    padding: 10px 20px 0 10px;
}

button.close, .close:not(:disabled):not(.disabled):hover,
 .close:not(:disabled):not(.disabled):focus {
    color: #fff;
    opacity: 1;
}

.modal-body iframe {
    max-width: 100%;
}

.share-section {
    display: none;
}

.share-section .container {
    max-width: 1200px;
}

.share-section .row {
    flex-wrap: nowrap;
}

.share-section .buttons-col {
    flex-basis: 33%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #e1056e;
    color: #fff;
}

.share-section .buttons-col p {
    font-size: 39px;
    font-family: 'OpenSans-Black';
    display: flex;
    align-items: center;
}

.share-section .buttons-col p:first-child {
    margin-bottom: 50px;
}

.share-section .buttons-col img {
    width: 60px;
    border: 3px solid;
    border-radius: 15px;
    padding: 10px;
    margin-left: 10px;
}

.share-section .img-col {
    flex-basis: 67%;
}

.share-section .img-col img {
    width: 100%;
}

.share-section .img-col img:not(.active) {
    display: none;
}

#downloadImg {
    color: #fff!important;
}



@media (min-width: 576px) {
    .modal-dialog {
        max-width: 680px;
    }
}

@media (max-width: 1200px) {
    .videos-section .video-border {
        padding: 1rem;
    }

    .container.your-sauce .under-inner-container, .container.your-sauce .inner-container {
        padding: 20px;
    }

    .dropdown .item {
        font-size: 20px;
    }

    .dropdown .item {
        padding: 1rem;
    }

    .dropdown .item.active-item {
        padding: 0.5rem 1rem;
    }

    .share-section .buttons-col, .share-section .img-col {
        flex-basis: 50%;
    }
}

@media (max-width: 991px) {
    .container.your-sauce .under-inner-container h3,
    .your-sauce h2 {
        font-size: 38px;
    }

    .dropdown .item {
        font-size: 20px;
    }

    .container.your-sauce .under-inner-container, .container.your-sauce .inner-container {
        padding: 15px 20px;
    }

    .container.your-sauce .under-inner-container {
        height: auto;
    }

    .submit-btn {
        margin: 40px auto 20px;
    }

    .dropdown-container {
        width: 100%;
    }
}

@media (max-width: 820px) {
    .intro-section {
        padding-top: 60px;
        padding-bottom: 70px;
        font-size: 18px;
    }

    .videos-section h2 {
        font-size: 26px;
    }

    .imgs-section h2 {
        font-size: 38px;
    }

    .imgs-section {
        padding-top: 25px;
        max-width: 100%;
    }

    .videos-section {
        padding-top: 40px;
        padding-bottom: 60px;
    }

    .videos-section .video-border {
        padding: 0.5rem;
        width: 90%;
    }

    .video-img {
        max-width: 90%;
    }

    .quote-mobile {
        display: flex;
    }

    .img .overlay {
        display: none;
    }

    .quote-mobile {
        margin-top: 20px;
    }

    .imgs-section .img-col {
        margin-bottom: 60px;
    }

    .imgs-section h3 {
        margin-top: 20px;
    }

    .imgs-section h3 {
        font-size: 38px;
    }

    .dropdown .item {
        font-size: 20px;
        height: auto;
        padding: .5rem 1rem;
    }

    .dropdown .item.active-item {
        min-height: 60px
    }

    .container.your-sauce .under-inner-container, .container.your-sauce .inner-container {
        padding: 15px 20px;
    }

    .container.your-sauce .under-inner-container {
        height: auto;
    }

    .submit-btn {
        margin: 40px auto 20px;
    }

    .container.your-sauce .under-inner-container h3 {
        font-size: 19px;
    }

    .dropdown .item {
        font-size: 17px;
    }

    .your-sauce h2 {
        font-size: 17px;
    }

    .container.your-sauce .inner-container {
        height: 180px;
    }

    .dropdown-btn {
        width: 50px;
        min-width: 50px;
        height: 25px;
    }

    .carousel-item .box {
        font-size: 20px;
        padding: 2rem 1rem;
        height: auto;
    }

    .carousel-control-prev-icon, .carousel-control-next-icon {
        width: 60px;
        height: 60px;
    }

    .carousel-control-prev, .carousel-control-next {
        bottom: 35%;
    }

    .recipes h2 {
        max-width: 100%;
    }

    .recipes h2 {
        font-size: 38px;
    }

    .recipes h3 {
        font-size: 17px;
    }

    .slider-section {
        padding-left: 8px;
        padding-right: 8px;
    }

    .share-section .buttons-col, .share-section .img-col {
        flex-basis: 100%;
    }

    .share-section .row {
        flex-direction: column;
    }

    .share-section .buttons-col {
        order: 2;
        padding: 20px 15px;
    }

    .share-section .img-col {
        order: 1;
    }

    .share-section .buttons-col p {
        font-size: 25px;
    }

    .share-section .buttons-col p:first-child {
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .videos-section .row > div {
        margin-bottom: 40px;
    }

    .misko-btn {
        width: 240px!important;
        height: auto!important;
        font-size: 15px!important;
    }
}

@media (max-width: 576px) {
    .videos-section h2 {
        font-size: 16px;
    }

    .imgs-section h2 {
        font-size: 21px;
    }

    .imgs-section h3 {
        font-size: 32px;
    }

    .carousel-control-prev-icon, .carousel-control-next-icon {
        width: 40px;
        height: 40px;
    }

}

@media (max-width: 375px) {
    .saltsa-banner .attachment-post-thumbnail {
        display: none;
    }

    .saltsa-banner .mobile-banner {
        display: block;
    }
}
