/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */
.gptw-topBar{
    padding: 8px 0;
    text-align: center;
    margin-bottom: 8px;
}
.top-section{
    padding: 30px 0;
    border-bottom: 1px solid rgba(153, 153, 153, 0.48);
}
.gptw-certified-company{
    padding: 50px 0 0 0;
}
.cert_badge{
    max-width: 180px;
    margin: 0 auto;
}
.company-logo{
    /*max-width: 300px;*/
}
.cert_employee_percent{
    padding:0  30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cert_employee_percent p{
    margin-left: 20px;
    font-size: 20px;
    line-height: 20px;
    font-weight: 500;
}
.cert_employee_percent input{
    font-family: 'Ubuntu',sans-serif;
}
/*- Company Overview -*/
.company-overview{
    border-bottom: 1px solid rgba(153, 153, 153, 0.48);
    padding: 0  0 30px 0;
}
.company-overview-title{
    margin : 15px 0 30px 0;
}
.company-overview-text{
    margin-bottom: 30px;
}
.company-size h4,
.company-sector h4,
.company-social h4{
    font-size: 22px;
    margin-bottom: 15px;
}

/*-Company Culture -*/
.company-culture{
    padding: 30px 0;
}
.company-culture-title{
    margin-bottom: 10px;
}
.company-culture-small-description{
    font-weight: 300;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 20px;
}
.culture-bar{
    background: #eee;
    margin-bottom: 10px;
}
.inner-bar{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px;
}
.inner-bar h5{
    font-size: 24px;
    color: #fff;
    margin: 0;
}
.company-bar .inner-bar{
    background: #FF1628;
}
.typical-bar .inner-bar{
    background: #000000;
}
.source{
    margin: 20px 0 0 0;
}
.culture-keyfigures {
    margin: 40px 0 20px 0;
}
.culture-keyfigures .col{
    max-width: 20%;
}
.culture-keyfigure{
    padding: 0 26px;
}
.culture-keyfigure-number{font-size: 40px;line-height: 60px; font-weight: bold; color:#FF1628;}
.culture-keyfigure-text{font-size: 18px;line-height: 22px; font-weight: 300; }

/*- Testimonials -*/
.testimonials-section{
    padding: 40px 0 20px 0;
    background: #F7F7F7;
}
.singleTestimonial{
    max-width: 900px;
    margin: 0 auto 25px auto;
}
.singleTestimonial__text{
    font-size: 16px;
    line-height: 22px;
    margin:0 0 50px 0;
}
.singleTestimonial__meta{
    display: flex;
    align-items: center;
    justify-content: center;
}
.singleTestimonial__meta img{
    max-width: 130px;
    height: auto;
    border-radius: 50%;
    margin-right: 30px;
}
.person_name{
    font-weight: bold;
    font-size: 14px;
}
.person_title{
    font-size: 14px;
}
.swiper-pagination-bullet-active{
    background: #000 ;
}
.swiper-button-prev:after,
.swiper-button-next:after{
    font-size: 30px;
    color: #000;
}
/*- Video Block -*/
.video-section{
    margin: 5px 0 0 0;
    background: #f7f7f7;
    padding: 50px 0 50px 0;
}
.video-container iframe{
    width: 100%;
    height: 410px;
}
.video-description{
    padding: 0 0 0 20px;
}
.video-description a{
    margin-top: 10px;
    border: 1px solid #000;
    padding: 8px 25px;
    display: inline-block;
    color: #000;
    font-size: 14px;
}
.video-description a:hover{
    background: #000;
    color: #fff;
}
/*- Life Section -*/
.life-section{
    padding: 40px 0;
}
.life-section h3{
    margin-bottom: 40px;
}
.lifeCarouselWrapper{
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    padding-bottom: 100px;
    border-bottom: 1px solid rgba(153, 153, 153, 0.48);
}
.lifeImage{
    max-width: 900px;
    margin: 0 auto;
    height: 500px;
}
.lifeImage img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
/*- Workplaces list -*/
.workplaces-list{
    padding: 0 0 40px 0;
}
.workplaces-list .sub-title{
    font-weight: 300;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 20px;
}
.workplaces-logos{
    max-width: 600px;
    margin: 50px auto 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.cert-logo{
    max-width: 150px;
    height: auto;
    margin-right: 15px;
}
.cert-logo:last-child{
    margin-right: 0;
}
.cert-logo img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.workplaces-highlights{
    margin: 50px 0 0 0 ;
}
.highlights{
    max-width: 600px;
    margin: 0 auto;
}
/*- Certified Footer -*/
.certified-footer{
    padding: 40px 0;
    background: #e7e7e7;
}
.cta{
    padding:8px 20px;
    border: 1px solid #000;
    width: 250px;
    margin: 30px 0 20px 0;
    color: #000;
    display: inline-block;
    text-align: center;
}
.cta:hover{
    background: #000;
    color: #fff;
    text-decoration: none;
}
/*-- Listings --*/
.gptw-listings-wrapper{
    padding: 40px 0;
}
.certifiedCard{
    margin-bottom: 30px;
    box-shadow: 1px 1px 8px rgba(0,0,0,0.16);
}
.certifiedCard__Image{
    width:100%;
    height: 220px;

}
.certifiedCard__Image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.certifiedCard__Bottom{
    padding: 20px;
}
.certifiedCard__Bottom h3{
    font-size: 22px;
}
.gptw-listings-form{
    margin-top: 50px;
}
.tabs-title{
    margin-right: 10px;
    background: #Fff;
    display: block;
    height: 100%;
    padding: 4px;
    font-weight: bold;
}
.btn-container{
    display: flex;
    align-items: center;
    width: 100%;
    background: #fafafa;
}
.tab-btn{
    cursor: pointer;
    padding: 4px 15px;
    text-align: center;
    background: #e8e8e8;
    color: #000;
}
.tab-btn.active{
    background: #000;
    color:#fff;
}
.tab-content{
    padding: 20px;
}
.certified_company_card{
    width: 100%;
    margin: 0 0 30px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.certified-counter{
    font-size: 50px;
    margin: 0;
    color:#888;
}
.certified-title{
    margin: 0 0 10px 0 !important;
}
.certified-image{
    max-width: 300px;
    height: 200px;
}
.certified-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.content.tab-content {
    display: none;
}
.tab-content.content.active {
    display: block;
}

/*- Utility Classes */
.text-center{
    text-align: center;
}
.red-text{
    color: #FF1628;
}
.is-bold{
    font-weight: bold;
}

@media all and (max-width: 820px){
    .tabs-title{display: none;}
    .cert_employee_percent{
        margin-top: 30px !important;
    }
    .company-culture-description{
        margin-bottom: 30px;
    }
    .certified-image{
        max-width: 200px;
    }
    .certified_company_card{
        padding-bottom: 20px;
        border-bottom: 1px solid #e8e8e8;
    }
}
@media all and (max-width: 600px){
    .company-name{text-align: center;}
    .cert_employee_percent{
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }
    .cert_employee_percent p{
        margin-top: 20px !important;
        text-align: center;
        margin-right: unset !important;
        margin-left: unset !important;
    }
    .culture-keyfigures .col{
        max-width: 50% !important;
    }
    .video-container{
        margin-bottom: 30px ;
    }
    .tab-btn{
        padding: 4px 0;
        width: 100%;
    }
    .certified-counter{
        font-size: 30px;
    }
    .certified-title{
        font-size: 20px;
        line-height: 26px;
    }
    .certified_company_card{
        flex-wrap: wrap;
        padding-bottom: 20px;
        border-bottom: 1px solid #fafafa;
    }
    .certified-image{
        max-width: 120px;
        height: auto;
    }
    .certified-badge{
        max-width: 95px;
    }
}

.socials__link{

    background: #000;
    border-radius: 50%;
    height: 36px;
    width: 36px;
    line-height: 40px;
    text-align: center;
    font-size: 30px;
    color: #Fff;
    display: inline-block;
    margin-right: 5px;

}
.socials__link:last-child{
    margin-right: 0;
}

.plus-table td[data-title="Website"] a {
    display: flex !important;
    justify-content: flex-start;
    align-items: center;
}

.plus-table td[data-title="Website"] a .plus-table__text-inner {
    display: none;
}

.plus-table td[data-title="Website"] a:after {
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Icons' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:none;stroke:%23000000;stroke-width:2;stroke-miterlimit:10;%7D .st1%7Bfill:none;stroke:%23000000;stroke-width:2;stroke-linejoin:round;stroke-miterlimit:10;%7D .st2%7Bfill:none;stroke:%23000000;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;%7D .st3%7Bfill:none;stroke:%23000000;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;%7D .st4%7Bfill:none;stroke:%23000000;stroke-width:2;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:3;%7D%0A%3C/style%3E%3Ccircle class='st1' cx='16' cy='16' r='13'/%3E%3Cellipse class='st1' cx='16' cy='16' rx='6' ry='13'/%3E%3Cline class='st1' x1='3' y1='16' x2='29' y2='16'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    content: '';
    display: block;
    width: 30px;
    height: 30px;
}