/*
 Theme Name:   Salient Child
 Theme URI:    https://elevationweb.org
 Description:  Salient Child Theme
 Author:       Elevation Web
 Author URI:   https://elevationweb.org
 Template:     salient
 Version:      1.0.0
 Text Domain:  salient-child
*/

.apply {
    position: fixed;
    z-index: 1000;
    bottom: 30px;
    right: 50px;
}

/* .apply a figure {
    width: 100px;
    height: auto;
} */

.apply a  img {
    width: 120px;
    height: auto;
    max-width: 100%;
    transition: transform 0.3s ease; 
}

.apply a img:hover {
    transform: scale(1.2);
}

/* .apply a figure img.apply-img-hover {
    display: none;
}

.apply a:hover figure img.apply-img {
    display: none;
}

.apply a:hover figure img.apply-img-hover {
    display: block;
} */

@media only screen and (max-width: 577.98px) {
    .apply {
        bottom: 50px;
        right: 30px;
    }

    .apply a figure {
        width: 120px;
    }

}

.same-height .nectar-flip-box .flip-box-front {
    min-height: 350px !important;
}

div[data-style="minimal"] .toggle:hover>.toggle-title a {
    color: #fff !important;
}

@media only screen and (max-width: 578.98px) {
    .same-height .nectar-flip-box .flip-box-front {
        min-height: 300px !important;
    }
}

.same-height .nectar-flip-box .flip-box-back span {
    font-size: 24px;
}

@media screen and (max-width: 690px) {
    .postid-1641 .wpb_video_wrapper {
        height: 1000px;
    }
}

@media screen and (min-width: 691px) {
    .postid-1641 .wpb_video_wrapper {
        height: 1300px;
    }
}