/*
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
*/

.row .col h3, .row .col h4{
    margin-bottom:0px;
}
/*container 1000px*/
.container-1000{
    max-width:1000px;
    margin:0 auto;
}
.bg-contain-everywhere .row-bg-wrap .row-bg{
    background-size:contain;
    background-repeat:no-repeat;
}
@media screen and (min-width:1000px){
    .bg-contain .row-bg-wrap .row-bg{
        background-size: contain!important;
}
}
.team-member[data-style=bio_fullscreen_alt] .team-member-image, 
.team-member[data-style=meta_below] img{
    position: absolute;
    right: 0;
    width:130px;
    top: -30px;
    visibility:hidden;
    opacity:0;
    z-index:-1;
    transition: all .55s cubic-bezier(.25,1,.33,1) !important;
}
.team-member[data-style=bio_fullscreen_alt]:hover .team-member-image, 
.team-member[data-style=meta_below]:hover img{
    visibility:visible;
    opacity:1;
    z-index:10;
}

.team-meta {
    display: flex;
    flex-direction: column;
}
.team-member:hover h3,
.team-member:hover h4{
    color:var(--nectar-accent-color);
    
}
.team-member[data-style=bio_fullscreen_alt] h3{
    order: 1;
    font-size: 15px;
    line-height: 22px;
    /*letter-spacing: 1px;*/
    margin-bottom: 2px;
    
}
.team-member[data-style=bio_fullscreen_alt] h5 {
    order: 2;
    margin-bottom: 0;
    font-size: 15px;
    line-height: 20px!important;
        font-weight: 300;
    /*letter-spacing: 1px;*/
}
.team-member[data-style=bio_fullscreen_alt] p {
    order: 3;
}
.nectar_team_member_overlay{
        color: #c2c4c5;
        background:#111111;
}
.nectar_team_member_overlay .team_member_details{
   padding: 8% 10% 4% 10%; 
   overflow-y: auto;
}
.bio-inner {
    max-width: 900px;
    margin: 0 auto;
}
.nectar_team_member_overlay .team_member_picture {
    display: none;
}


/*VIDEO PLAY BUTION*/
.play_button_with_text .link-text,
.nectar_video_lightbox.play_button_with_text .link-text>*
 {
        color: #47f79d;
        font-size:20px;
        line-height:1.2;
}
@media screen and (max-width:768px){
  .play_button_with_text .link-text,
.nectar_video_lightbox.play_button_with_text .link-text>*
 {
        font-size:12px;
}  
}
.light .nectar_video_lightbox.play_button_with_text[data-style=small] .play>.inner-wrap:before{
    border-color: #47f79d;
}
.nectar_video_lightbox path{
   fill:  #47f79d;
}


body .toggles--minimal-shadow .toggle{
        padding: 0 28px;
}
.toggles.toggles--minimal-shadow {
    background: #0A0A0A;
    min-height: 110px;
}
.toggles--minimal-shadow .toggle > .toggle-title a{
   color: #47F79D; 
      letter-spacing: 0!important;
	line-height: 1.2 !important;
}
div[data-style*=minimal] .toggle>.toggle-title i{
   width: 22px;
    height: 22px;
        margin-top: 0;
}
body .toggles--minimal-shadow .toggle > .toggle-title i:before, body .toggles--minimal-shadow .toggle > .toggle-title i:after {
    background-color: #47F79D;
}
body .dark div[data-style*="minimal"].toggles--minimal-shadow .toggle:not(.open):not(:hover) > .toggle-title i {
    border-color: #47F79D;
}
.toggles--minimal-shadow .toggle > .toggle-title i:before{
    top: 10px;
    left: 4px;
    margin-top: -2px;
    width: 10px;
}
.toggles--minimal-shadow .toggle > .toggle-title i:after{
    height: 10px;
    top: 4px;
    left: 10px;
    width: 2px;
}
.toggle.accent-color.open {
    background: #47F79D;
}
.toggles--minimal-shadow .toggle.open > .toggle-title a,
.toggles--minimal-shadow .toggle.open .wpb_wrapper
{
   color: #1D1E1F!important; 
   letter-spacing: 0!important;
}
.toggles--minimal-shadow .toggle > h4.toggle-title{
       letter-spacing: 0!important;
}
.toggles--minimal-shadow .toggle.open .wpb_wrapper p{
    font-weight: 400;
    letter-spacing: 0!important;
}
body .dark div[data-style*="minimal"].toggles--minimal-shadow .toggle.open > .toggle-title i {
    border-color: #1D1E1F;
}
body .toggles--minimal-shadow .toggle.open > .toggle-title i:before, 
body .toggles--minimal-shadow .toggle.open > .toggle-title i:after {
    background-color: #1D1E1F;
}
#footer img{
    margin-bottom:0px!important;
}

#footer-bottom p{
	font-size:0.7rem;
/* 	line-height:1.3; */
}

