/* ==========================================================================

// Author: Steve Furley - http://www.varn.co.uk/
// Version: 900003.2.2 

========================================================================== */
.slick-list{
    width: 100%;
}
.video_section .title {
    font-size: 60px;
    line-height: 60px;
    margin-bottom: 30px;
    color: #fff;
}
.embed-container {
    position: relative;
    padding-bottom: 42.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}
.video_section .title{
    margin-bottom: 30px;
}
.header_title_description {
    padding-top: 0px;
    clear: both;
    padding-bottom: 0px;
}

#menu .sub-menu .menu-item-has-children:hover .sub-menu{
    display: block !important;
    position: absolute !important;
    left: 100% !important;
    top: 0 !important;
}
#menu .sub-menu .menu-item-has-children .sub-menu{
    display: none !important;
}
.mobile-menu ul li ul li ul{
    transform: translate(100vw);
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    padding-top: 51px;
    z-index: 2;
    height: 100%;
    width: 100%;
    background: #008dc8;
    -webkit-transition: opacity 1s ease,-webkit-transform .3s ease;
    transition: opacity 1s ease,-webkit-transform .3s ease;
    transition: transform .3s ease,opacity 1s ease;
    transition: transform .3s ease,opacity 1s ease,-webkit-transform .3s ease;
}
.mobile-menu ul li ul li ul.active {
    display: block !important;
    -webkit-transform: translate(0);
    transform: translate(0);
    opacity: 1;
    -webkit-transition: opacity .3s ease,-webkit-transform .45s ease;
    transition: opacity .3s ease,-webkit-transform .45s ease;
    transition: transform .45s ease,opacity .3s ease;
    transition: transform .45s ease,opacity .3s ease,-webkit-transform .45s ease;
}
.mobile-menu ul li ul li ul li:first-child .sub-menu-toggle-back {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    left: -15px;
    width: calc(100% + 15px);
}
.flip-block{
    position: relative;
}
.flip-block:hover .flip-back {
    transform: rotateY(0);
}
.flip-block:hover .flip-front {
    transform: rotateY(-180deg);
}
.flip-front, .flip-back {

    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: 0.3s;
}
.flip-description{
    position: absolute;
    bottom: -100%;
    left: 0;
    right: 0;
    /* top: 0; */
    /* transform: rotateY(180deg); */
    background-color: #008dc8;
    padding: 10px;
    color: #fff;
    transition: all 0.2s ease-out;
    height: 100%;
}
.entry-cards a.image {
    max-height: 500px;
}
.alignleft{
    float: left;
    margin-right: 16px;
}
.alignright{
    float: right;
    margin-left: 16px;
}
.team-members-wrapper {
    position: relative;
    overflow: hidden;
    height: 100%;
}
.popup_member {
    margin: 0;
}
.country_select #country_select_dropdown{
    text-align: center;
    text-align-last: center;
}
.case-studies-popup{
    padding: 15px;
    overflow-y: scroll;
    max-height: 95vh;
    width: 90vw;
    overflow: auto;
}
.member_wrapper{
    z-index: 200;
}
.case-studies-popup img{
    margin-bottom: 5px;
}
.blog-post-feature-image{

    /* max-height: 350px;
    overflow: hidden; */
}
.case_studies .image-wrapper{
    height: auto;
}
.case_studies .image-wrapper img{
    max-height: 90px;
}
.green-button.book-now-button {
    padding: 12px 10px;
    text-align: center;
    display: block;
    width: 100%;
    outline: none;
    border: none;
    cursor: pointer;
}
.red-button{
    padding: 12px 40px;
    border-radius: 5px;
    font-size: 18px;
    text-transform: uppercase;
    background: transparent;
    background: #ec0215;
    color: #fff;
}
.red-button:hover {
    color: #fff;
    text-decoration: none;
    background: #cf0011;
}
.popup_member .desc{
    flex-direction: column;
    justify-content: center;
}
.popup_member .desc img {
    max-width: 100%;
    width: 100%;
    padding: 0;
    margin-top: 28px;
}
.senior-team-info p{
    margin-bottom: 0;
}
/* .member_wrapper{
    overflow: scroll;
} */
.popup_member #close{
    display: block;
}
.case_studies .show{
    width: 100%;
}
.slick-dots{
    left: 0;
}

.slick-dots  > li {
    display: inline-block;
}
.slick-dots  > li:only-child {
    display: none;
}

.case-text-popup{
    width: 100%;
}
.tesimonial-logos .slick-slide{

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}
.tesimonial-logos .slick-slide img{
    width: 100%;
}
.case-studies-slider{
    max-width: 900px;
    margin: auto;
}
.case-studies-slide{
    max-width: 100%;
    flex-basis: 100%;
}
.tns-controls{
    outline: none;
}
.team-members-info p{
    white-space: pre-line;
    margin-bottom: 3px;
}
.include_meet_the_team_section .text-section p{
    color: #fff;
}
.download-brochure {
    position: fixed;
    display: flex;
    right: 0;
    bottom: 0;
    top: calc(50% - 102.5px);
    background-color: #a5a5ad;
    max-width: 485px;
    width: 100%;
    height: 205px;
    display: none;
    z-index: 100;
}
.download-brochure-wrapper {
    display: flex;
    z-index: 100;
    position: relative;
}
.download-brochure .right-block-wrapper span{
    /*transform-origin: left top 0;
    transform: rotate(-90deg) translate(-205px, 12px);*/
    padding: 10px;
    display: block;
    position: relative;
    width: 205px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    line-height: 1 ;
    font-weight: bold;
}
.download-brochure .right-block svg{
    transform: rotate(90deg);
    position: relative;
    /*top: 4px;*/
    margin-left: 3px;
}
.download-brochure .right-block {
    /*max-width: 42px;*/
    background-color: #ec0215;
    cursor: pointer;
    position: absolute;
    transform: rotate(-90deg);
    bottom: 0;
    left: 0;
    transform-origin: bottom left;
}
.download-brochure .left-block {
    padding: 25px 85px 0 21px;
}
/*.download-brochure .button {
cursor: pointer;
border: 1px solid #d7d7d7;
background-color: #f3f3f3;
line-height: normal;
padding: 10px 20px;
text-decoration: none;
color: #363636;
display: inline-block;
transition: all .3s;
text-decoration: none;
max-width: 190px;
width: 100%;
padding: 0;
border-radius: 18px;
}
.download-brochure .button a {
width: 100%;
display: flex;
padding: 4px 4px 4px 16px;
justify-content: flex-start;
font-size: 17px;
}*/
.download-brochure .button svg {
    margin-left: auto;
}
.download-brochure .brochure-img {
    position: absolute;
    right: 0;
    bottom: -11px;
    font-size: 0;
}
.brochure-close {
    position: absolute;
    display: block;
    top: 15px;
    right: 15px;
    cursor: pointer;
    z-index: 200;
}
.download-brochure .title svg{
    position: relative;
    /*top: 3px;*/
    margin-right: 10px;
}
.download-brochure .title {
    font-size: 27px;
    color: #fff;
    line-height: 1;
    margin-bottom: 17px;
}
.download-brochure p{
    font-size: 14px;
}
.add_book_your_course_section_here_description p{
    max-width: 870px;
    margin: 0 auto;
    text-align: center;
}
.fb-image {
    width: 75px;
    height: 75px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border: 1px solid #cccccc ;
    border-radius: 50%;
}
.fb-text {
    margin-bottom: 10px;
}
.fb-date {
    color: #ccc;
    margin-bottom: 10px;
}
.fb-author {
    font-weight: bold;
    margin-bottom: 10px;
}
.fb-content {
    flex: 1;
}
.fb-rating{
    width: 135px;
}
.product-rating{
    margin-bottom: 15px;
}
.product-rating-wrapper{
    width: 180px;
    margin: 0 auto;
}
.product-rating-wrapper svg g{
    cursor: pointer;
}

.feedback-section .response {
    margin-left: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
    border-left: 5px solid #c5c5c5;
    padding-left: 15px;
    width: 100%;
}
@media only screen and (min-width: 768px){
    .feedback-section .response{
        margin-left: 100px;
        padding-left: 0;
        border: 0;
    }
    .fb-image {
        margin-right: 25px;
    }
    .case-studies-popup {
        padding: 15px;
        overflow-y: auto;
        height: auto;
        width: auto;
        /* z-index: 100000; */
        /* margin-top: 117px; */
        width: 100%;
        max-width: 900px;
    }
    .team-members-wrapper:hover .flip-description{
        bottom: 0;
    }
    .country_select {
        padding-top: 30px;
        clear: both;
        padding-bottom: 30px;
        background: #ebebeb;
    }
    .country_select .outer-wrapper .details {
        font-size: 18px;
        line-height: 20px;
        text-align: center;
        padding-top: 20px;
        min-height: 115px;
        width: 439px;
        padding-left: 192px;
    }

    .cart_totals h2 {
        font-size: 32px !important;
        line-height: 32px !important;
    }

    .cart_totals .wc-proceed-to-checkout{
        padding-top: 0;
    }
    .cart_totals #wc-stripe-payment-request-wrapper{
        padding-top: 15px !important;
    }
    .details {
        margin-bottom: 10px;
    }
    .include_meet_the_team_section .team-members {
        width: 25%;
        padding: 0 15px 15px;
    }

}

@media only screen and (min-width: 992px){

    .popup_member .desc{
        flex-direction: row;
        justify-content: center;
    }
    .popup_member .desc img {
        max-width: 50%;
        padding-right: 5px;
        margin: 0;
    }
}
