/*
Theme Name: isobel
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: isobel
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

isobel is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

.team-list {
    padding-bottom: 10px;
}

.div-team-member {
    margin-bottom: 80px;
}

.div-team-member .div-team-overlay .div-team-title {
    height: 100%;
}

.div-team-member .div-team-overlay .div-team-title>div{
    display: flex;
    flex-direction: column;
    height: 100%;
}

.div-team-member .div-team-overlay .secondary-image {
    background-repeat: no-repeat;
    background-size: cover;
    margin: -14px -19px 10px -19px;
    flex: 1 1 0%;
    /* max-height: 45%;  removed for team pictures */
}

.div-team-member .div-team-overlay h2 {
    margin-left: 0;
}

.div-team-member .div-team-overlay .team {
    font-size: 13px !important;
    line-height: 19px !important;
    margin-bottom: 44px;
}

/*>>>>>> 170718 <<<<<<*/
@media only screen and (min-width: 1024px) {
    .slip-item .video .thevideo {
    width: 137% !important;
    height: auto !important;
}
}
@media only screen and (max-width: 768px) {
.column.left.large {
    height: 501px !important;
    overflow: hidden !important;
}
.section-contact-map .div-homebox .div-play{
    position: static;
    transform: none;
}
.slip-item a {
    position: relative !important;
    height: 100% !important;

}
.div-mobile-info {

    position: absolute !important;
    bottom: 0 !important;
    width: 100% !important;

}
}

@media only screen and (max-width: 480px) {
    .div-mobile-info {
    position: absolute !important;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
}
.column.right.large {
    height: 280px !important;
}
.column.left.large {
    height: 250px !important;
}
.slip-item .video {
    height: 250px !important;
}
.slip-item .video .thevideo {
    width: auto !important;
    height: 280px !important;
    min-width: 120% !important;
object-fit: cover;
}

}
@media only screen and (max-width: 380px) {
.column.right.large {
    height: 280px !important;
}
.column.left.large {
    height: 250px !important;
}
.slip-item .video {
    height: 250px !important;
}
.slip-item .video .thevideo {
    width: auto !important;
    height: 280px !important;
}
}
/*@media only screen and (max-width: 320px) {
    .slip-item .video .thevideo {
    width: auto !important;
    margin-top: 0% !important;
    height: 470px !important;
}
}*/
/*>>>>>> 170718 <<<<<<*/



@media (max-width: 1400px) {
    .div-team-member .div-team-overlay .team {
        font-size: 12px !important;
        line-height: 17px !important;
    }
}

@media (max-width: 1200px) {
    .w-col-3.team {
        width: 33.3%;
    }
    .div-team-member .div-team-overlay .team {
        font-size: 13px !important;
        line-height: 18px !important;
    }
}

@media (max-width: 991px) {
    .team-list .row-team .team + .team + .team {
        margin-top: 0px !important;
    }
    .w-col-3.team {
        width: 50%;
    }
    .div-team-member .div-team-overlay .team {
        font-size: 14px !important;
        line-height: 19px !important;
    }
}

@media (max-width: 767px){
    .section-contact-map .column.left.large,
    .section-contact-map .column.left.large .contact-box {
        height: auto !important;
        max-height: none !important;
    }
    .section-contact-map .column.left.large img.twitter-img{
        height: 1px;
    }
    .section-contact-map .column.left.large .contact-box {
        padding: 20px 0;
        padding-bottom: 0;
    }

}

@media (max-width: 735px) {
    .div-team-member .div-team-overlay .team {
        font-size: 13px !important;
        line-height: 18px !important;
    }
}

@media (max-width: 666px) {
    .w-col-3.team {
        width: 100%;
    }
    .div-team-member .div-team-overlay .team {
        font-size: 14px !important;
        line-height: 19px !important;
    }
}

@media (max-width: 413px) {
    
    .div-team-member .div-team-overlay .team {
        font-size: 12px !important;
        line-height: 16px !important;
    }  
    
}

@media (max-width: 374px) {
    
    .div-team-member .div-team-overlay .team {
        font-size: 11px !important;
        line-height: 15px !important;
        margin-left: -10px;
        margin-right: -10px;
    }  
    .div-team-member .div-team-overlay h2 {
        margin-left: -10px;
        margin-right: -10px;
        font-size: 18px !important;
    }
}