.footer-classic {
    padding: 45px 0 30px;
}

@media (min-width: 768px) {
    .footer-classic {
        padding: 45px 0 30px;
    }
}

@media (min-width: 992px) {
    .footer-classic {
        padding: 45px 0 30px;
    }
}

/* ------ */

.post-minimal__media-wrap {
    background: #c5d022;
}

@media (min-width: 992px) {
    html:not(.tablet):not(.mobile) .post-creative__main::after {
        background: rgba(197, 208, 34, 0.6);
    }
}

a.post-boxed__image-wrap {
    background: #c5d022;
}

@media (min-width: 768px)
{
    p img {
        float: none;
        width: auto;
        max-width: 100%;
        min-width: 200px;
        margin-right: 20px;
    }
}

html:not(.tablet):not(.mobile) .thumb-classic .thumb-classic__caption::before {
    background: rgba(197, 208, 34, 0.6);
}

.thumb-classic__caption::before {
    background: rgba(197, 208, 34, 0.6);
}

@media (max-width: 467px)
{
    html:not(.tablet):not(.mobile) .thumb-classic .thumb-classic__caption::before{
        display: none;
    }

    .thumb-classic__caption::before{display: none}
}

.post-creative__image{
    background-repeat: no-repeat !important;
    background-position:50% 50% !important;  /* Sets reference point to scale from */
    background-size:cover !important;
}

.range-sm-condensed .cell-sm-6:first-child .post-creative__image{height: 650px;}
.range-sm-condensed .cell-sm-6:last-child .post-creative__image{height: 325px;}

.post-single__body p img{width: 100%;}

.swiper-slide img{width: 100%;}
.swiper-slide{min-height: 500px; background-repeat: no-repeat !important; background-position: 50% 50% !important; background-size: cover !important;}
@media (max-width: 768px) {
    .swiper-slide{min-height: 300px;}

}
/*.swiper-button-next, .swiper-container-rtl .swiper-button-prev{background: none; right: 25px;}*/
/*.swiper-button-prev, .swiper-container-rtl .swiper-button-next{background: none;}*/

.test-wrapper{
    margin: 50px 0;
}

.test-wrapper .test-container-item{
    margin-bottom: 20px;
}

.test-wrapper .test-wrapper-question{
    text-align: justify;
}

.test-wrapper .test-wrapper-title{
    font-size: 24px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-family: "Cormorant Garamond", "Times New Roman", Times, serif;
    font-weight: 700;
    text-align: center;
}
.test-wrapper .test-wrapper-image{
    width: 100%;
    min-height: 400px; background-repeat: no-repeat !important; background-position: 50% 50% !important; background-size: cover !important;
    margin-bottom: 10px;
}

.test-wrapper .answers > div {
    padding: 5px;
    text-align: center;
}

.test-wrapper .answers a {
    display: block;
    padding: 10px 28px;
    color: #c5925c;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .09em;
    text-transform: uppercase;
    border: 1px solid #c5925c;
    cursor: pointer;
}

.test-wrapper .answers a.active {
    color: #fffffd;
    background: #c5925c;
}

.test-wrapper a.danger{
    color: #721c24 !important;
    background-color: #f8d7da !important;
    border-color: #f5c6cb !important;
}

.test-wrapper a.success{
    color: #155724 !important;
    background-color: #d4edda !important;
    border-color: #c3e6cb !important;
}

.test-wrapper .result{
    display: none;
}

@media (max-width: 768px) {
    .test-wrapper .test-wrapper-image{min-height: 300px;}
}