/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/





@media only screen and (max-width: 1650px) {
    .idea_h3_inner h3{
        font-size:14px !important;
    }
}

.z-index-fix {
    z-index: 0;
}

.z-index-above {
    z-index: 11;
}

/* TLAF Page */

body.material .interviews .nectar-video-box[data-color="default-accent-color"] .nectar_video_lightbox:before {
    background-color: #ffffff !important;
    opacity: 1;
}

.interviews .nectar-video-box .nectar_video_lightbox path {
    fill: #1d306e !important;
}

.interviews .nectar-video-box[data-border-radius="5px"] .inner-wrap{
    background-color: #1d306e;
}

.interviews .nectar-video-box:after{
    content: "Play Interview";
    top: 50%;
    position: absolute;
    text-align: center;
    width: 100%;
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    left: auto;
    display: none;
}

.interviews .nectar-video-box:hover:after,
.interviews .img-with-aniamtion-wrap .hover-wrap .hover-wrap-inner:hover:after{
    display: block;
    transform: scale(1);
}

.interviews .nectar-video-box[data-border-radius="5px"] .play .inner-wrap{
    background-color: transparent;
}

.interviews .nectar-video-box:hover img,
.interviews .img-with-aniamtion-wrap .hover-wrap .hover-wrap-inner:hover img{
    opacity: 0.4!important;
}

.interviews .img-with-aniamtion-wrap .hover-wrap .hover-wrap-inner{
    background: #1d306e; 
}

.interviews .img-with-aniamtion-wrap .hover-wrap .hover-wrap-inner:after{
    content: "Coming Soon";
    top: 50%;
    position: absolute;
    text-align: center;
    width: 100%;
    color: #fff;
    Font-weight: 500;
    left: auto;
    display: none;
    transform: scale(0.9);
    font-size: 13px;
}

.interviews .img-with-aniamtion-wrap .hover-wrap:before {
    content: "";
    width: 30px;
    height: 30px;
    background: url('../svg/play.svg') no-repeat center center;
    background-size: contain;
    position: absolute;
    bottom: 20px;
    left: 15px;
    z-index: 2;
    transition: all 0.3s ease-in-out;
}

@media (max-width: 767px) {
    .interviews .img-with-aniamtion-wrap .hover-wrap:before {
        bottom: 25px;
        top: unset !important;
    }
}

.interviews .img-with-aniamtion-wrap .hover-wrap {
    position: relative;
}

.interviews .nectar-video-box:hover .play_button_2,
.interviews .img-with-aniamtion-wrap .hover-wrap:hover:before {
    left: -40px;
    transition: all 0.3s ease-in-out;
}

.interviews .nectar-video-box .play_button_2 {
    transition: all 0.3s ease-in-out;
}

.interviews .img-with-aniamtion-wrap .hover-wrap{
    margin-bottom: 25px;
}

.TLAF-hero .nectar_video_lightbox.nectar-button[data-color*=transparent] {
    border: 1px solid #fff!important;
}

.TLAF-hero .nectar_video_lightbox.nectar-button[data-color*=transparent]:hover {
    background: #fff;
    color: #1d306e;
}

.page-id-39633 .newsletter-subscription {
    display: none;
}

.interviews .nectar_video_lightbox svg {
    width: 13px;
    height: 13px;
}
