/*
Theme Name: Pex Theme
Description: Paradosiako Ergastiri Xorou theme
Author: Joinweb
Author URI: http://www.joinweb.gr
Template: joinwebBasic
Version: 1.0.0
*/

/* Generals */
* { -webkit-tap-highlight-color: rgba(0,0,0,0); }
:root {
    --fontFamily: 'Roboto', 'Open Sans', sans-serif;
    --fontHeading: 'Literata', serif;
    --color-primary: #24201D;
    --color-white: #FCFCFC;
    --color-error: #B91E21;
    --color-secondary: #E5DBD4;
    --color-silver:#CDCDCD;
    --color-darkGrey: #C7C7C7;
    --color-calendar-brown:#A38C79;
    --color-calendar-yellow: #CC9741;
    --color-calendar-green:#697C60;
    --color-calendar-blue: #678BCD;
    --color-bottom-bar: #958383;
}
body,
html
{
    font-family: var(--fontFamily);
    font-size: 10px;
}

body{
    font-size: 1.8rem;
    line-height: 32px;
    letter-spacing: 0.25px;
}

.smallBody {
    font-size: 1.6rem;
}

h1,
h2,
h3,
h4,
h5,
h6,
.smallTitle_h3,
.largeTitle_h1,
.mediumTitle_h2
{
    font-family: var(--fontHeading);
    font-weight: 300;
}


h1,
.largeTitle_h1{
    font-size: 6.4rem;
    line-height: 8rem;
    letter-spacing: -0.5px;
}
h2,
.mediumTitle_h2{
    font-size: 4.8rem;
    line-height: 6.4rem;
}
h3,
.smallTitle_h3
{
    font-size: 3.2rem;
    line-height: 4rem;
}
h4{
    font-size: 2.4rem;
    line-height: 3.2rem;
}
h5{
    font-size: 2rem;
    line-height: 3.2rem;
    font-weight: 300;
}
h6{
    font-size: 1.4rem;
    line-height: 2.4rem;
    font-weight: 300;
}


a {
    text-decoration: none;
}
p{
    margin: 16px 0;
}

/* Wrappers */
.wrapper {
    width: 150.4rem;
    padding: 0 3.2rem;
}

.btn_large{
    font-family: var(--fontFamily);
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 3.2rem;
}
.btn_medium_reg{
    font-family: var(--fontFamily);
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 2.4rem;
}
.btn_medium{
    font-family: var(--fontFamily);
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 2.4rem;
}
.grid{
    column-gap: 32px;
}

.button{
    padding: 20px;
    border: 1px solid;
    display: inline-block;
    line-height: 1;
    font-size: 1.6rem;
    position: relative;
    transition: all 0.3s;
    background: none;
}

.button:after{
    height: 100%;
    top: 0;
    left: 0;
    content: '';
    position: absolute;
    z-index: -1;
    transition: all 0.3s;
    width: 0;
}
.light .button:after{
    background-color: #fff;
}
.dark .button:after{
    background-color: var(--color-primary);
}
.button:hover:after{
    width: 100%;
}

.light .button:hover{
    color: var(--color-primary);
}
.dark .button:hover{
    color: #fff;
}
.light .button:hover:after{
    background: #fff;
}
.dark .button:hover:after{
    background: var(--color-primary);
}

.light .button:hover svg{
    fill: var(--color-primary);
}
.dark .button:hover svg {
    fill: #fff;
}
.homeBtn
{
    margin-top: 40px;
}
.align-center{
    align-items: center;
}
.button svg{
    height: 12px;
}
.patternBg
{
    background: url(images/pattern_final.svg) no-repeat center center var(--color-secondary);
    background-size: cover;
}

.home-section{
    padding: 128px 0;
}

.homeTitle {
    font-size: 6.4rem;
    font-style: normal;
    font-weight: 300;
    line-height: 80px;
    letter-spacing: -0.5px;
}
.onlyMobile
{
    display: none;
}
.light.content {
    color: #fff;
}
.light svg{
    fill:#fff;
}
.dark.content {
    color: var(--color-primary);
}
.dark svg{
    fill:var(--color-primary);
}

.light .button
{
    color: #fff;
    border-color: #fff;
}
.dark .button{
    color: var(--color-primary);
    border-color: var(--color-primary);
}
.whiteBg
{
    background: #fff;
}

.col3{

    grid-template-areas: "first second third";
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
}
.first_col
{
    grid-area: first;
}

.second_col{
    grid-area: second;
}
.third_col{
    grid-area: third;
}

.col2,
.twoColsSectionGrid
{
    grid-template-areas: "left right";
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}
.left
{
    grid-area: left;
}

.right{
    grid-area: right;
}

/* Footer */
.mainFooter__logo img
{
    max-width: 100%;
    height: auto;
}
.mainFooter{
    font-size: 1.6rem;
    color: #fff;
    background: var(--color-primary);
    padding: 128px 0 64px 0;
}
.mainFooter a{
    color: #fff;
}
.bottomBar
{
    padding: 18px 0 22px 0;
    letter-spacing: 0.15px;
}
.bottomBar,
.bottomBar a{
    font-size: 1.4rem;
    color: var(--color-bottom-bar);
}
.mainFooter__logo
{
    text-align: center;
    margin-bottom:90px;
}
.termsMenu
{
    justify-content: right;
}

.termsMenu li:first-child{
    margin-right: 10px;
}

.termsMenu li:first-child:after {
    content: "|";
    margin-left: 10px;
}

.mainFooter ul{
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}
.mainFooter ul li{
    margin-top: 16px;
}

.mainFooter .location,
.mainFooter .phone,
.mainFooter .email
{
    margin-bottom: 35px;
}
.mainFooter .partTitle{
    margin-bottom: 10px;
    font-weight: 500;
}
.mainFooter__social svg
{
    fill: #fff;
    margin-right: 24px;
}
.mainFooter .first_col,
.mainFooter .second_col{
    border-right: 1px solid #FCFCFC;
}

.mainFooter .second_col,
.mainFooter .third_col{
   padding-left: 16px;
}

/* Page */

.pageTitle
{
    font-weight:300 ;
    margin-bottom:32px;
}

.twoColsSection,
.threeColsSection
{
    padding: 64px 0 128px 0;
}
.paddingSection
{
    padding: 128px 0;
}

.gallerySection
{
    margin-top:128px;
}

.contactContent
{
    font-size: 1.6rem;
}

.page-template-contact iframe
{
    width: 100%;
    height: 100%;
}

h3.subPart_title
{
    margin-bottom: 16px;
    font-weight: 300;
    line-height: 40px;
    letter-spacing: 0.25px
}

.contact_address,
.contact_phone,
.contact_hours
{
    margin-bottom: 40px;
}
.contact_address p,
.contact_phone p,
.contact_hours p{
    margin-bottom: 8px!important;
    margin-top: 0!important;
}
.contactContent a{color: var(--color-primary);}
.contact_follow svg {
    margin-right: 24px;
}


.only-text
{
    margin: 64px 0 128px 0;
}

.left_col
{
    float: left;
    display: inline-block;
    width: 48%;
    margin-bottom: 40px;

}
.right_col{
    float: right;
    display: inline-block;
    width: 48%;
    margin-bottom: 40px;

}
.left_col input,
.right_col input{
    width: 100%;
}

.form_field{
    position: relative;
}
.form_field label{
    position: absolute;
    top: 45px;
    transition: transform 200ms ease;
    pointer-events: none;
}

.form_field label.freeze{
    transform: translateY(-35px);
}


.wpcf7-text:focus, .wpcf7-textarea:focus {
    outline: none;
    border-bottom: 1px solid var(--color-primary);
}

.wpcf7 label{
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: 0.25px
}
.wpcf7  input,
.wpcf7 textarea{
    font-style: normal;
    font-weight: 300;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 0.25px;
    font-family: var(--fontHeading);
}

.wpcf7 .row {
    width: 100%;
    clear: both;
    float: none;
}

.wpcf7 textarea{
    width: 100%;
    margin-bottom: 40px;
}

.wpcf7  input,
.wpcf7 textarea{
    border: none;
    border-bottom: 1px solid var(--color-primary);
    background-color: transparent;
}
.wpcf7  input[type="submit"]{
    height: 64px;
    padding: 20px;
    border: 1px solid;
    display: inline-block;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 24px;
    color: var(--color-primary);
    font-family: var(--fontFamily);
    margin-top: 56px;
    position: relative;
    transition: all 0.3s;
    background: none;
}

.wpcf7 .slide-effect{
    position: relative;
    z-index: 1;
    display: inline-block;
    margin-top: 10px;
}
.wpcf7 .slide-effect input{
    margin: 0;
}

.wpcf7 .slide-effect:after{
    height: 100%;
    top: 0;
    left: 0;
    content: '';
    position: absolute;
    z-index: -1;
    transition: all 0.3s;
    width: 0;
    background-color: var(--color-primary);
    display: block;
}

.wpcf7  .slide-effect:hover{
    color: #fff;
}

.wpcf7  .slide-effect:hover:after{
    width: calc( 100% - 72px);
    background: var(--color-primary);
}

.wpcf7  .slide-effect:hover input{
    color: #fff;
}

.wpcf7-list-item
{
    margin:0!important;
}

.homeItemsArrows span{
    position: relative;
    z-index: 1;
    display: inline-block;
    line-height: 1;
}

.homeItemsArrows span svg{
    float: left;
}

.homeItemsArrows span:after{
    height: 100%;
    top: 0;
    left: 0;
    content: '';
    position: absolute;
    z-index: -1;
    transition: all 0.3s;
    width: 0;
    background-color: var(--color-primary);
    display: block;
}

.homeItemsArrows span:hover:after{
    width: 100%;
    background: var(--color-primary);
}

.homeItemsArrows span:hover svg{
    fill: #ffffff;
}


/* Programma */

.page-template-programma .threeColsSection .first_col,
.page-template-programma .threeColsSection .second_col{

    border-right: 1px solid var(--color-primary);
    margin-right: 16px;
    padding-right: 16px;
}

.page-template-programma .wpcf7 label{
    font-size: 1.4rem;
}
.page-template-programma .wpcf7 input,
.page-template-programma .wpcf7 textarea
{
    font-size: 2.0rem;

}

.day_list .dayItem{
    width: 20%;
    margin-right: 45px;
    text-align: center;
}
.day_list div:last-child{
    margin-right: 0;
}
.day_list .day
{
    padding: 8px 0;
    border: 1px solid var(--color-primary);
    margin-bottom: 24px;
}
.programma-box {
    margin-bottom: 16px;
}

.programma-box.choros {
    border: 1px solid var(--color-calendar-brown);
    background-color: rgba(163, 132, 121, 0.12);
}

.programma-box.theatro{
    border: 1px solid var(--color-calendar-blue);
    background-color: rgba(103, 139, 205, 0.12);
}

.programma-box.chorodia{
    border: 1px solid var(--color-calendar-yellow);
    background-color: rgba(204, 151, 65, 0.12);
}

.programma-box.vizantini{
    border: 1px solid var(--color-calendar-green);
    background-color: rgba(105, 124, 96, 0.12);
}


.programma-box.choros .lesson_type,
.programma-box.choros .lesson_epipedo,
.programma-box.choros .lesson_hour span
{
    background-color:  var(--color-calendar-brown);
}

.programma-box.theatro .lesson_type,
.programma-box.theatro .lesson_epipedo,
.programma-box.theatro .lesson_hour span
{
    background-color:  var(--color-calendar-blue);
}

.programma-box.chorodia .lesson_type,
.programma-box.chorodia .lesson_epipedo,
.programma-box.chorodia .lesson_hour span
{
    background-color:  var(--color-calendar-yellow);
}

.programma-box.vizantini .lesson_type,
.programma-box.vizantini .lesson_epipedo,
.programma-box.vizantini .lesson_hour span
{
    background-color:  var(--color-calendar-green);
}
.lesson_epipedo,
.lesson_hour,
.lesson_class
{
    font-size: 1.4rem;
}

.programma-box > div {
    padding: 8px 0;
}

.programma-box .lesson_type{
    border-bottom: 1px solid var(--color-secondary);
    font-size: 1.6rem;
    font-weight: 500;
}

.programma-box span{
    padding: 3px;
}
.programma-box .lesson_hour{
    margin-top: 8px;
}

.programma h2
{

    font-weight: 300;
    text-align: center;
    margin-bottom: 24px;
}
.programma_file{
    text-align: center;
    margin-bottom: 64px;
}
.programma_file:after{
    content:url(images/download.svg);
    margin-left: 12px;
}
.programma_file a{
    color: var(--color-primary);
}
.programmaItemsArrows{
    display: none;
    position: absolute;
    bottom: 0px;
    z-index: 9999;
    right: 36px;
}

.programmaItemsArrows svg:first-child{
    margin-right: 10px;
}
.programmaItemsArrows svg {
    width: 40px;
    height: 40px;
    cursor: pointer;
    padding: 8px;
    border:1px solid var(--color-primary);
}

.carouselItemsArrows svg
{
    border:1px solid var(--color-primary);
    fill: var(--color-primary);
}

/* History */



.history_box{
    margin-bottom: 180px;
}

.history_box .history_year {
    margin-bottom: 144px;
    position: relative;
}
.history_box .history_year:after
{
    content: ' ';
    height: 90px;
    width: 1px;
    position: absolute;
    text-align: center;
    left: 50%;
    right: auto;
    margin: 0 auto;
    background: #24201D;;
    z-index: 9999;
    bottom: -100px;
}
.history_box .history_year:before
{
    content: ' ';
    height: 90px;
    width: 1px;
    position: absolute;
    text-align: center;
    left: 50%;
    right: auto;
    margin: 0 auto;
    background: #24201D;;
    z-index: 101;
    bottom: 81px;
}

.history_box .history_year:first-child{
    margin-top: 52px;
}

.history_box .history_year span{
    display: inline-block;
    position: relative;
}

.history_box .history_year span:before
{
    content: ' ';
    width: 16px;
    height: 16px;
    position: absolute;
    text-align: center;
    left: 43%;
    right: auto;
    margin: 0 auto;
    background: #24201D;;
    z-index: 102;
    border-radius: 50%;
    top: -17px;
}

.history_title{
    margin-bottom: 40px;
}
.page-template-history .section:after{
    display: none;
}
/* Single */

.section-quote {
    padding: 120px 0;
    text-align: center;

}

.section-quote p{
    font-size: 1.8rem;
    letter-spacing: 0.25px;
    text-transform: uppercase;
}

.subTitle {
    margin-bottom: 40px;
}

.favourites_performance a {

    color: var(--color-primary);
}
.favourites_performance_date,
.performance_date
{
    font-size: 1.6rem;
    text-transform: uppercase;
}
.performance_date:before,
.favourites_performance_date:before{
    content: '';
    background-color: var(--color-primary);
    height: 1px;
    width: 16px;
    margin: 5px 8px 5px 0;
    display: inline-block;
}

.carouselArrows.homeItemsArrows .homeItemsArrows-prev,
.carouselArrows.homeItemsArrows .homeItemsArrows-next
{
    top:50%;
}

.carouselSection .wrapper {
    position: relative;
}
.halfBg
{
    padding-bottom: 128px;
}
.halfBg .wrapper {
    padding-top: 64px;
    position: relative;
    z-index: 2;
}
.halfBg:before{
    background: url(images/pattern_final.svg) no-repeat center center var(--color-secondary);
    content: '';
    position: absolute;
    width: 100%;
    height: 50vh;
    background-size: cover;
}


.section:after {
    content: ' ';
    height: 128px;
    width: 1px;
    position: absolute;
    text-align: center;
    left: 50%;
    right: auto;
    margin: 0 auto;
    background: #24201D;;
    z-index: 99;
    bottom: -64px;
}

.section {
    position: relative;
}

/* Header */
header {
    background: var(--color-primary);
    height: 80px;
    padding: 25px 0;
}
header,
header a {
    color: #fff;
    font-size: 1.6rem;
    line-height: 24px;
}
header .heroPhone:before
{
    background-color: #fff;
}

.headerLogo img
{
    max-width: 288px;
    height: auto;
}
.smaller .headerLogo
{
    text-align: center;
}

.header_info_div svg{
    fill:#fff;
    height: 18px;
    width: auto;
}
.headerGrid.col3
{
    grid-template-areas: "first first third";
    align-items: center;
}
.smaller .headerGrid
{
    grid-template-areas: "second first third";
}
.smaller .onlyMobile{
    display: block;
}
.header.smaller{
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999999;
    box-shadow: 0 -6px 10px 5px rgb(0 0 0 / 50%);
}

/* Xoroi/ locations */
ul.dance_list
{
    margin-top: 0;
    margin-bottom: 0;
}

ul.dance_list,
ul.dance_locations
{
    column-count: 3;
}
ul.dance_locations
{
    margin-top: 40px;
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
}
.dance_location a{
    color: var(--color-primary);
}
.dance_location
{
    margin-bottom: 24px;
}
.dance-map {
    width: 100%;
    height: 680px;
    border: #ccc solid 1px;
    margin: 40px 0;
}
.dance_wrapper h3
{
margin-bottom: 18px;
}
/* Single dance location */

.map_img
{
    margin: 40px 0;
}

.dance_location svg {
    overflow: hidden;
    width: 16px;
    height: auto;
    line-height: 1;
    align-items: center;
}

.dance_list
{
    padding-left: 20px;
}

.dance_item{
    margin-bottom: 16px;
}

.bubbleInfoWindow{
    min-width: 120px;
}

.bubbleInfoWindow a{
    color: #24201D;
}

.bubbleInfoWindow h1{
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 3px 0;
}

.loc-count-wrap{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.loc-count-wrap .text-right{
    width: 15px;
    height: 15px;
    background-image: url("images/arrow-right.svg");
    background-repeat: no-repeat;
    background-size: cover;
}

.favourites_performances .homeItemsArrows .homeItemsArrows-prev,
.favourites_performances .homeItemsArrows .homeItemsArrows-next
{
    top: 48%;
}
.favourites_performances .homeItemsArrows .homeItemsArrows-prev{
    left: -16px;
}
.favourites_performances .homeItemsArrows .homeItemsArrows-next{
    right: -16px;
}

.favourites_performances .slick-slider {
    margin:0 -16px;
}
.favourites_performances .slick-slide {
    margin-right:16px;
    margin-left:16px;
}

.favourites_performances .slick-slide img{
    min-width: 100%;
}

.performance_list .favourites_performance {
    margin-bottom: 40px;
}

/**Accordion **/

.ui-accordion .ui-accordion-header {
    cursor: pointer;
    position: relative;
    margin-top: 1px;
    zoom: 1;
}
.ui-accordion .ui-accordion-li-fix {
    display: inline;
}
.ui-accordion .ui-accordion-header-active {
    border-bottom: 0 !important;
}
.ui-accordion .ui-accordion-header a {
    display: block;
    font-size: 1em;
    padding: .5em .5em .5em .7em;
}
/* IE7-/Win - Fix extra vertical space in lists */
.ui-accordion a {
    zoom: 1;
}
.ui-accordion-icons .ui-accordion-header a {
    padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-icon {
    position: absolute;
    left: .5em;
    top: 50%;
    margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
    padding: 1em 2.2em;
    border-top: 0;
    margin-top: -2px;
    position: relative;
    top: 1px;
    margin-bottom: 2px;
    overflow: auto;
    display: none;
    zoom: 1;
}
.ui-accordion .ui-accordion-content-active {
    display: block;
}

.section.noSection::after{
    display: none;
}

.single-featured-image img{
    min-width: 100%;
}
#breadcrumbs
{
    font-size: 12px;
    margin-bottom: 32px;
    color: var(--color-primary);
}

#breadcrumbs a {
    color: var(--color-primary);

}
.twoColsSectionGrid.align-center {
    position: relative;
}
.twoColsSectionGrid.align-center #breadcrumbs{
    position: absolute;
    top: 0;
}

.dance_wrapper{
    transition: all .3s ease-in-out;
}
.hideOverflow
{
    height: 281px;
    overflow: hidden;
}

.hideOverflow.showFull{
    max-height: 50000px;
}
.show-more {
    padding: 20px;
    border: 1px solid;
    line-height: 1;
    font-size: 1.6rem;
    transition: all 0.3s;
    background: none;
    text-align: center;
    margin: 60px auto;
    width: 200px;
    cursor: pointer;
    display: none;
}

.show-more:hover svg{
    fill: #ffffff;
}

.show-more-wrap{
    position: relative;
    z-index: 2;
}

.show-more::before {
    content: 'ΟΛΟΙ ΟΙ ΧΟΡΟΙ';
}
.open .show-more::before {
    content: 'ΔΕΣ ΛΙΓΟΤΕΡΑ';
}

/* Mobile */
.hideOverflowMobile
{
    height: 264px;
    overflow: hidden;
}

.hideOverflowMobile.showFull{
    max-height: 50000px;
}
.more-link {
    font-size: 1.4rem;
    line-height: 24px;
    font-weight: 500;
    transition: all 0.3s;
    background: none;
    cursor: pointer;
    display: none;
}
.more-link svg {
    width: 13px;
    overflow: hidden;
    padding-top: 10px;
    margin-top: 20px;
}
.show-more-wrap{
    position: relative;
    z-index: 2;
}

.more-link::before {
    content: 'ΔΕΣ ΠΕΡΙΣΣΟΤΕΡΑ';
}
.open .more-link::before {
    content: 'ΔΕΣ ΛΙΓΟΤΕΡΑ';
}

/* Accordion Footer */
.footer_accordion
{
    color: #fff!important;
    font-weight: 500;
    font-family: var(--fontFamily);
    font-size: 1.6rem;
    letter-spacing: 0.25px;
    line-height: 32px;
    font-family: var(--fontFamily);
}
.accordion
{
    background-color: transparent;
    text-align: left;
    padding: 0;
    border: none;
}

/* Navigation */

.navigation
{
    text-align: center;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 24px;
}
.navigation .wp-paginate a{
    background: #fff;
    border: 1px solid #24201D;
    color: var(--color-primary);
    padding: 12px 19px;
    text-align: center;
    text-decoration: none;
    margin-right: 12px;
}
.navigation .wp-paginate .current
{
    background: var(--color-primary);
    border: 1px solid var(--color-primary);
    color: #fff;
    padding: 12px 19px;
    text-align: center;
    text-decoration: none;
    margin-right: 12px;
}
.navigation .wp-paginate a:hover,
.navigation .wp-paginate a:active
{
    background: #CDCDCD;
    color: var(--color-primary);
    border: 1px solid var(--color-primary);

}

h3 .island{
    font-size: 20px;
}

.open-popup-dance{
    position: relative;
    background: #FFF;
    padding: 20px;
    width: auto;
    max-width: 500px;
    margin: 20px auto;
}

.open-popup-dance p{
    max-height: 416px;
    overflow-y: auto;
}

a.open-popup-dance-link{
    color: #000000;
    text-decoration: underline;
}

.popup-video-link{
    display: flex;
    align-items: center;
}

.popup-footer{
    display: flex;
}

.popup-video-link:before{
    content: " ";
    background: url("images/youtube.svg") no-repeat center center;
    width: 34px;
    height: 24px;
    display: inline-block;
    margin-right: 10px;
}

.popup-video-link:after{
    content: "ΔΕΣ ΤΟΝ ΧΟΡΟ";
    font-size: 14px;
    color: #000000;
    font-weight: 500;
}

.close-popup{
    font-size: 14px;
    font-weight: 500;
    text-decoration: underline;
    color: #000000;
    margin-left: auto;
}

.mfp-zoom-in {
    /* start state */
    /* animate in */
    /* animate out */
}
.mfp-zoom-in .mfp-with-anim {
    opacity: 0;
    transition: all 0.2s ease-in-out;
    transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
    opacity: 0;
    transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
    transform: scale(0.8);
    opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
}
.youtubeLabel{
    letter-spacing: 2px;
    font-weight: 500;
    line-height: 24px;
    font-size: 14px;
    text-transform: uppercase;
    margin-left: 16px;
}