/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 10.07.2019, 17:55:46
    Author     : Developer_6
*/
.team-man-margin-left {
    margin-left: 30px;
}

/*.our_team_photos-submenu-hidden {*/
[class*=our_team_photos-submenu-hidden] {
    display: none;
    position: absolute;
}

.our_team_photos-submenu-visible {
    display: block;
    position: absolute;
}

.filter-label {
    line-height: 16px;
    padding: 7px 8px 8px 8px;
    font-size: 14px;
    display: inline-block;
    width: 100px;
    margin-right: 1px;
    background-color: white;
    font-weight: 600;
    text-transform: uppercase;
}

.filter-section {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 200px;
    box-sizing: border-box;
    background: #ecf0f2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-content: center;
}

.filter-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.filter-buttons-section {
    text-align: center;
    margin: 20px 0px 0px 0px;
    padding: 0px 15px 0px 15px;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 2px;
}

.filter-button {
    color: #000000;
    border-style: none;
    line-height: 16px;
    padding: 8px 8px 7px;
    outline: 0;
    cursor: pointer;
    background-color: #f1f3ee;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-right: 1px;
    width: 99%;
}

.filter-button-menu {
    color: #000000;
    border-style: none;
    line-height: 16px;
    padding: 8px 8px 7px;
    outline: 0;
    cursor: pointer;
    background-color: #f1f3ee;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-right: 1px;
    width: 99%;
}

.filter-button-active {
    background-color: #C0C0C0;
}

.filter-container {
    display: flex;
    flex-wrap: wrap;
    padding: 20px 0;
    width: 100%;
    justify-content: center;
}

.filter-item-image img {
    width: 100%;
}

.filter-item-info hr {
    display: block;
    height: 1px;
    width: 60%;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 0.5em auto;
    padding: 0;
}

.filter-item-info {
    font-size: 1rem;
    text-align: center;
    word-break: break-word;
    display: flex;
    flex-direction: column;
}

.mix.filter-item:hover .filter-item-info {
    font-size: 1rem;
    text-align: center;
    word-break: break-word;
    display: flex;
    flex-direction: column;
}

.teacher-language {
    /*text-transform: capitalize;*/
}

.teacher-email a {
    color: darkblue;
}

.teacher-email img {
    position: relative;
    width: 19px;
    top: 6px;
}

.teacher-phone img {
    position: relative;
    width: 16px;
    top: 4px;
    right: 2px;
}

.teacher-name {
    font-weight: 600;
}

.filter-item {
    max-width: 310px;
    max-height: 385px;
    background-color: #fff;
    padding: 15px;
    margin: 15px;
    box-shadow: 0px 0px 8px 0px rgba(140, 140, 140, 1);
    
}

.button-grid {
    display: grid;
    grid-template-columns: 200px 200px 200px;
}
.filter-buttons-table {
    width: 100%;
}

.filter-wrapper{
    display: none;
}

.workconsult-de-social {
    display: grid;
    grid-gap: 8px;
    grid-template-columns: 1fr;
    margin-top: 45px;
}

.workconsult-de-social img {
    width: 230px;
}

/*--------Make responsive youtube iframe--------------------------------------*/
.youtube-video-centered {
    text-align: -webkit-right;
    text-align: -moz-center;
}

.youtube-video-size {
    max-width: 540px;
    min-width: 540px;
}

.youtube-video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.youtube-video-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* make grid */
.youtube-grid {
    display: grid;
    grid-template-columns: 95%;
}
.youtube-grid p {
    position: relative;
    margin-bottom: 0.3rem;
    margin-left: 0.5rem;
}
.youtube-grid p sup{
    top: 100%;
    left: 0;
    position: absolute;
}
/* make grid */
/*--------Make responsive youtube iframe--------------------------------------*/

@media screen and (max-width: 1265px) {
    .youtube-grid {
        grid-template-columns: 100%;
    }
    .youtube-video-size {
        width: calc(100% - 200px);
    }
    #section_customer_success_team #parallelogram_text {
        width: calc(100% - 110px);
    }
}

@media screen and (max-width: 960px) {
    .filter-buttons-section {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
}

@media screen and (max-width: 680px) {
    .filter-buttons-section {
        grid-template-columns: 1fr 1fr;
    }
    .youtube-video-size {
        min-width: unset;
    }
}

@media screen and (max-width: 430px) {
    .team_video-url h3 {
        width: 220px;
    }
    .team_video-url-arrow {
        top: -34px!important;
    }
}

@media screen and (max-width: 480px) {
    #section_customer_success_team .team_video_youtube_desc {
        background-image: url(/wp-content/themes/workconsult/assets/images/cs_team/video_desc_bg2-480.png);
        height: 465px;
    }
    #section_customer_success_team #parallelogram_text {
        width: calc(100% - 210px);
        -webkit-transform: skew(0deg);
        -moz-transform: skew(0deg);
        -o-transform: skew(0deg);
    }
}

@media screen and (max-width: 380px) {
    filter-buttons-section {
        grid-template-columns: 1fr 1fr;
    }
}