/*
Theme Name: Shopkeeper Child
Theme URI: http://shopkeeper.getbowtied.com/
Description: This is a child theme for Shopkeeper.
Author: Get Bowtied
Author URI: http: //www.getbowtied.com/
Template: shopkeeper
Version: 1.1
*/

.main-navigation ul li {
    padding: 0 26px;
}
.main-navigation ul.menu-main > li:first-child{
    padding-left: 0;
}
.main-navigation ul li:last-child{
    padding-right: 0;
}
.menu-button-text{
    display:none;
}
h1:first-child{
    margin-top: 0;
}
h1, h2, h3, h4, h5, h6 {
    margin:0;
    line-height: 1.2;
    font-weight: normal;
}

@font-face{
    font-family: 'Gotham';
    src: url("font/Gotham-Medium.otf") format("opentype");
    font-weight: normal;
}
@font-face{
    font-family: 'Gotham';
    src: url("font/Gotham-Bold.otf") format("opentype");
    font-weight: bold;
}
@font-face{
    font-family: 'Gotham Book';
    src: url("font/Gotham-Book.otf") format("opentype");
}
@font-face{
    font-family: 'Gotham Black';
    src: url("font/Gotham-Black.otf") format("opentype");
}

@font-face{
    font-family: 'Baskerville';
    src: url("font/Baskerville.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
@font-face{
    font-family: 'Baskerville';
    src: url("font/Baskerville-Italic.ttf") format("truetype");
    font-weight: normal;
    font-style: italic;
}
@font-face{
    font-family: 'Baskerville';
    src: url("font/Baskerville-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
}
@font-face{
    font-family: 'Baskerville';
    src: url("font/Baskerville-SemiBoldItalic.ttf") format("truetype");
    font-weight: 600;
    font-style: italic;
}
@font-face{
    font-family: 'Baskerville';
    src: url("font/Baskerville-BoldItalic.ttf") format("truetype");
    font-weight: bold;
    font-style: italic;
}
@font-face{
    font-family: 'Baskerville';
    src: url("font/Baskerville-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}


*{
    font-family: 'Gotham Book',sans-serif;
    font-size: 16px;
    color:#000000;
}

.fontGotham{
    font-family: 'Gotham';
}
.fontGothamBlack{
    font-family: 'Gotham Black';
}
.fontGothamBook{
    font-family: 'Gotham Book';
}
.fontBaskerville{
    font-family: 'Baskerville';
}
.spacing1::after{
    content: '';
    height: 1px;
    clear: both;
    display: block;
}
.spacing128::after{
    height: 128px;
}
.spacing64::after{
    height: 64px;
}
.spacing32::after{
    height: 32px;
}
.spacing16::after{
    height: 16px;
}
.spacing8::after{
    height: 8px;
}
.spacing4::after{
    height: 4px;
}
.siteSubtitle{
    padding: 18px 0px 32px 0px;
    text-align: center;
    position: relative;
}
.siteSocialButtonGroup{
    position: absolute;
    top:-24px;
    width: 204px;
    right: -102px;
    text-align: justify;
    display: block;
    white-space: nowrap;
}
.siteSocialButtonGroup__button{
    display: inline-block;
    
}
.site-branding .siteSocialButtonGroup__button img{
    height: 32px !important;
}

.siteSubtitle--text{
    font-family: 'Gotham Book';
    font-style: normal;
    font-size:16px;
    display: inline-block;
    line-height: 1.2;
    height: 22px;
    letter-spacing: .22em;
    color: #6f6f6e;
}
.siteSubtitle__draps{
    display: flex;
    flex-flow: row nowrap;
    /*width: 400px;*/
    margin: 0 auto;
    justify-content: center;
    margin-top: 13px;
}
.siteSubtitle__drap{
    margin:0 20px;
}
.siteSubtitle__drap::after{
    content: '';
    width: 43px;
    height: 6px;
    padding: 0;
    display: block;
}
.siteSubtitle__drap--left::after{
    background: #2b4d97;
}
.siteSubtitle__drap--right::after{
    background: #e12821;
}
/* reset responsiveness*/
.center-block{
    margin: 0 auto;
}

.site-header .main-navigation,.boxed-container, .main-navigation ul{
    /*max-width: 1583px;*/
}
.boxed-container{
    margin: 0 125px;
}
#masthead{
    box-shadow: none;
}

#page_wrapper .top-headers-wrapper{
    background: #ffffff;
}
.no-break{
    white-space: nowrap;
}
.no-padding{
    padding: 0 !important;
}
.no-padding-left{
    padding-left: 0 !important;
}
.no-padding-right{
    padding-right: 0 !important;
}
.no-margin-bottom{
    margin-bottom: 0 !important;
}
/*Emotion Promagere*/
.imgMarker{
    position: absolute;
    cursor: pointer;
    display: block;
}

.sectionTitle{
    font-family: 'Gotham';
    letter-spacing: 0;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    line-height: 1.2;
    color: #010101;
}
.sectionSubtitle{
    text-align: center;
    font-family: 'Gotham Book';
    font-size: 13px;
    letter-spacing: 0;
    line-height: 1.2;
    color: #010101;
}
.my_col_2,.my_col_6{
    width: 16.66666667%;
    min-height: 1px;
    position: relative;
    float:left;
    box-sizing: border-box;
}

.my_col_2{
    width: 50%;
}
.my_col_row{
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    
}
.boxed-container::after,.my_col_row::after{
    content: '';
    display: block;
    clear: both;
}
.blockContent{
    line-height: 1.2;
    letter-spacing: 0;
    /*max-width: 238px;*/
    position: absolute;
    padding: 0 10px;
}
.emotionFromagereTopTitle .blockContent{
    visibility: hidden;
}
.emotionFromagereTopTitle .blockContent--show{
    visibility: visible;
}
.blockContent__col1{
    top:-8.5vw;
    padding-left: 0;
}
.blockContent__col5{
    top:-4vw;
    padding-right: 0;
}
.blockContent__col3{
    top:3vw;
    position: relative;
}
.blockContent__Title{
    font-family: 'Gotham';
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 24px;
}
.blockContent__Detail{
    font-family: 'Gotham Book';
    font-size: 16px;
}
.emotionFromagereTop{
    position: relative;
    display: block;
}
.esquirouTop__img,.emotionFromagereTop__img{
    width: 100%;
}
.emotionFromagereTop__Title{
    position: absolute;
    top:3vw;
    left:14px;
    text-align: left;
}
.homeslider__text,.emotionFromagereTop__Title-content,.emotionFromagereTop__Title-header{
    font-family: 'Baskerville' !important;
    font-weight: 600;
    font-size: 50px;
    font-style: italic;
    letter-spacing: 0;
    line-height: 1.2;
}
.homeslider__text{
    font-size: 50px !important;
    font-style: italic !important;
    line-height: 1.2 !important;
}
.emotionFromagereTop__Title-content{
    font-size: 25px;
}
.esquirouTop__Title{
    position: absolute;
    top:10vw;
    right: 11%;
}
.textHeader20, .esquirouTop__Title-header,.esquirouTop__Title-subHeader{
    font-family: 'Gotham';
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 0;
    line-height: 1.2;
}

.esquirouTop__Title-subHeader{
    margin-bottom: 29px;
}

.esquirouTop__Title-header{
    font-size: 25px;
    margin-bottom: 40px;
}
.textBook14,.esquirouTop__Title-content{
    font-family: 'Gotham Book';
    font-weight: normal;
    font-size: 20px;
    letter-spacing: 0;
    line-height: 1.2;
}
.textBook14{
    font-size: 14px;
}
.esquirouTop__Title-contentRow{
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-start;
}
.esquirouTop__Title__col1{
    width: 295px;
    display: block;
    padding-right: 20px;
}
.esquirouTop__Title__col1:last-child{
    padding: 0;
}
.esquirouImageBlock{
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: flex-end;
    margin: 0 20%;
}
.esquirouImageBlock__item{
    max-width: 224px;
    display: block;
    margin-right: 46px;
}
.esquirouImageBlock__item:last-child{
    margin-right: 0;
}
.esquirouImageBlock__item img{
    width: 100%;
    display: block;
}
.esquirouImageBlock__item__caption{
    display: block;
    text-align: center;
    padding: 15px 0 0 0;
    font-family: 'Gotham Book';
    font-size:20px;
    word-wrap: normal;
}
.shortLine{
    line-height: 4px;
    display: block;
    font-size: 1px;
}
.shortLine::after{
    content: '';
    display: inline-block;
    height: 4px;
    line-height: 4px;
    width: 94px;
    background: #000000;
}
.shortLineFull::after{
    width: 100%;
    height: 3px;
    line-height: 3px;
}
.sectionVideo,.sectionImage{
    margin: 0 16.66666667%;
}
.sectionFulledge{
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: flex-end;
}
.sectionFulledge__col{
    padding: 0 14px;
    width: 50%;
}
.sectionFulledge__col img{
    width: 100%;
}
.sectionSingle{
    display: flex;
    justify-content: center;
}
.sectionSingle__col{
    width: 50%;
}

/*//*/

/*Menu*/
#page_wrapper .main-navigation .menu-item a{
    font-family: 'Gotham Book';
    font-size:16px;
    color: #6f6f6e !important;
    letter-spacing: .22em;
    line-height: 22px;
    padding: 0;
    font-weight: normal;
    text-align: center;
}
.main-navigation .sub-menu li{
    padding: 7px 20px;
}
.main-navigation .sub-menu li:nth-child(even){
    background: #ebebeb;
}
#page_wrapper .main-navigation .current-menu-item > a,
#page_wrapper .main-navigation .current-menu-parent > a{
    font-family: 'Gotham';
    font-weight: bold;
}
.site-branding{
    text-align: center;
    height: auto;
    max-width: 100%;
}
#page_wrapper .site-branding a{
    display: inline-block;
    max-width: none;
    max-height: 100%;
    position: static;
    transform: none;
    -webkit-transform:none;
    -ms-transform:none;
}
#page_wrapper .site-header.sticky .site-branding img{
    height: 48px;
}
/*/Menu*/

#st-container .instagram-theatre{
    margin: 20px 0 0;
    width: 100% !important;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
#st-container .instagram-theatre > .instagram-photo{
    width: 30%;
    width: expression(33.333% - 30px);
    width: -webkit-calc(33.333% - 30px);
    width: -moz-calc(33.333% - 30px);
    width: -o-calc(33.333% - 30px);
    width: calc(33.333% - 30px);
    margin: 0 0 45px;
    padding: 0;
    height: auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
#st-container .instagram-theatre{
    margin: 38px 0 0;
}
#fancybox-title{
    margin: 0 !important;
    font-family: 'Gotham Book';
}
#fancybox-title-inside{
    font-size: 14px;
}
.row {
    padding: 0;
    max-width: none;
}

.vc_column_container > .vc_column-inner {
    padding-left: 0;
    padding-right: 0;
}

#page_wrapper.sticky_header #primary, #page_wrapper.transparent_header #primary{
    margin-top: 170px;
    min-height: 200px;
}
.footerSection{
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    padding: 5px 0;
    margin: 0 auto;
    border-top:2px solid #aeaeae;
}
#st-container #site-footer{
    padding: 15px 125px 20px;
}
.content-area .column,.content-area .columns{
    padding: 0;
}
.content-area .vc_row{
    margin: 0;
}
.footerSection__author,.footerSection__year,.footerSection__copyright{
    font-family: 'Gotham Book';
    font-style: normal;
    color: #b0b0b0;
    font-size: 10px;
    letter-spacing: .22em;
}

#page_wrapper .entry-meta{
    margin: 0;
}
#page_wrapper .wpb_content_element{
    margin: 0;
}
.amazon-image{
    height: 1.2em;
}
.more .fa{
    color: #6f6f6e;
}
.st-menu .mobile-navigation.primary-navigation a{
    color: #6f6f6e !important;
    letter-spacing:.22em;
    font-style: normal;
    font-size: 14px;
    line-height: 22px;
    font-family: 'Gotham Book';
}
.pageHeader{
    padding:60px 0 16px 0;
}
.introSection__year,.pageHeader__content,.pageHeader__title{
    font-family: 'Baskerville';
    font-weight: 600;
    font-style: italic;
    letter-spacing: 0;
    line-height: 1.2;
    font-size: 50px;
    padding-bottom: 24px;
}
.pageHeader__content{
    font-size: 25px;
    padding-bottom: 0;
    max-width: 98%;
}
.shop_pageTitle{
    font-family: 'Baskerville';
    font-weight: normal;
    font-style: italic;
    letter-spacing: 0;
    line-height: 1.2;
    font-size: 50px;
    padding-bottom: 41px;
    color: #6f6f6e;
}
.shopRow{
    display: flex;
    flex-flow: row wrap;
    flex:0 0 auto;
}
.shopRowBlock{
    display: block;
    padding-right: 27px;
    width: 260px;
    margin-bottom: 28px;
    position: relative;
}
.shopRowBlock__img{
    display: block;
    margin-bottom: 50px;
    width: 100%;
}
.shopRowBlock__title{
    font-family: 'Gotham';
    font-weight: bold;
    font-size: 20px;
    color: #6f6f6e;
    letter-spacing: 0;
    line-height: 1.2;
    height: 2.7em;
}
.shopRowBlock__description{
    font-family: 'Gotham Book';
    font-weight: normal;
    font-size: 14px;
    color: #6f6f6e;
    letter-spacing: 0;
    line-height: 1.2;
    padding: 18px 0 62px 0;
}
.shopRowBlock__button{
    display: inline-block;
    font-family: 'Gotham Book';
    font-weight: normal;
    font-size: 17px;
    padding: 10px 13px;
    text-transform: uppercase;
    border:outset 2px #e3e3e3;
    color: #6f6f6e;
    letter-spacing: 0;
    line-height: 1.2;
    -moz-box-shadow: 1px 3px 4px #585857;
    -webkit-box-shadow: 1px 3px 4px #585857;
    box-shadow: 1px 3px 4px #585857;
    position: absolute;
    bottom: 0;
}
.gothamBold{
    font-family: 'Gotham';
    font-weight: bold;
    font-size: inherit;
}
.introSection{
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    position: relative;
    
}
.introImageBlock__image1{
    width: 50%;
    margin: 0 auto;
}
.globeSection-gray::before,.introSection-gray::before {
    content: '';
    display: block;
    position: absolute;
    z-index: 1; 
    background: #f2f2f2;
    top: 0;
    bottom: 0;
    left: -130px;
    right: -130px;
}
.introSection-gray{
    padding: 25px 0;
}
.globeSection-gray{
    position: relative;
    padding:36px 0;
}
.introSection__year{
    font-size: 70px;
}
.introSection__yearDetail{
    font-family: 'Gotham Book';
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 0;
    text-align: justify;
    text-align-last:left;
    -moz-text-align-last:left;
    text-justify: inter-word;
    hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
}
.introSection__textHeader{
    font-family: 'Gotham';
    font-weight: bold;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: 0;
    font-size: 50px;
    padding-bottom: 66px;
}
.introSection__textSmall{
    font-size: 14px;
    font-family: 'Gotham';
    font-weight: bold;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: 0;
}
.video_frame{
    width: 100%;
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    /*padding-top: 25px;*/
    height: 0;
}
.video_frame iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.introSection__col2,.introSection__col{
    z-index: 2;
    width: 33.33333333%;
    display: flex;
    flex-flow: column;
    /*justify-content: space-between;*/
    padding: 0 10px;
}
.introSection__stretch{
    justify-content: space-between;
}
.introSection__center{
    justify-content: center;
}
.allBottom{
    position: absolute;
    bottom: 0;
}
.introSection_alignBottom{
    align-items: flex-end;
}
.introSection__col2{
    width: 66.66666667%;
}
.introSection__quote{
    font-family: 'Baskerville';
    font-weight: normal;
    font-style: italic;
    letter-spacing: 0;
    line-height: 1.2;
    font-size: 48px;
    text-align: center;

}
.introSection__quoter{
    font-family: 'Gotham';
    font-weight: bold;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: 0;
    font-size: 20px;
}
.introSection_image{
    display: block;
    width: 100%;
}
.introSection_yearContent{
    display: block;
    padding: 0 0 20px 0;
}
.introImageBlock{
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: flex-end;
}
.introImageBlock--start{
    align-items: flex-start;
}
.introSection__text__header,.introImageBlock__header{
    font-family: 'Gotham';
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 0;
    width: 100%;
    text-align: center;
    font-size: 50px;
}
.introImageBlock__header{
    padding-bottom: 44px;
}
.introImageBlock__item{
    padding: 0 15px;
    max-width: 195px;
    display: flex;
    flex-flow: column;
}

.introImageBlock__item img{
    width: 100%;
    display: block;
}
.introImageBlock__item__caption{
    display: block;
    text-align: center;
    padding: 22px 0 0 0;
    font-family: 'Gotham Book';
    font-size:16px;
}
.introSection__text__header{
    font-size: 20px;
    letter-spacing: .02em;
    line-height: 1.2;
    padding-bottom: 25px;
    text-align: justify;
    text-justify: inter-word;
    text-align-last:left;
    -moz-text-align-last:left;
    hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
}
.introSection__textnormal{
    font-family: 'Gotham Book';
    text-align: justify;
    text-justify: inter-word;
    hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    text-align-last:left;
    -moz-text-align-last:left;
    font-size: 14px;
    letter-spacing: .02em;
}
.introSection__text2,.introSection__text1{
    width: 50%;
}
.introSection__text1{
    padding-right: 27px;
}
.introSection__text2{
    padding-left: 27px;
}
.guideSection{

}
.guideSectionHalf{
    width: 50%;
}

.globeOffsetRight{
    padding-right:40%; 
}
.guideSectionText{
    font-family: 'Gotham Book';
    text-align: justify;
    text-justify: inter-word;
    text-align-last:left;
    -moz-text-align-last:left;
    hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    font-size: 16px;
    letter-spacing: 0;
    padding-bottom: 58px;
    line-height: 1.2;
}
.guideSectionTextHeader{
    font-family: 'Gotham';
    font-weight: bold;
    font-size: 50px;
    font-style: normal;
    padding: 0 0 34px 0;
    letter-spacing: 0;
    line-height: 1.2;
}
.guideSectionRow{
    display: flex;
    flex-flow: row;
    align-items: flex-start;
}
.guideSectionRow__same{
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-start;
    width: 100%;
}
.guideSectionCol{
    padding: 0 15px;
    position: relative;
    z-index: 3;
}
.guideSectionCol1{
    width: 33.33333333%;
    padding: 0 15px;
}
.guideSectionCol2{
    width: 66.66666667%;
    padding: 0 15px;
}
.guideImageCaption--bottom{
    display: flex;
    flex-flow: column;
}
.guideImageCaption--bottom__img{
    width: 100%;
    margin-bottom: 16px;
}
.guideImageCaption--topright__caption,
.guideImageCaption--bottomright__caption,
.guideImageCaption--bottom__caption,
.guideImageCaption--bottomleft__caption{
    font-family: 'Gotham';
    font-weight: bold;
    font-size: 20px;
}
.guideImageCaption--bottomleft{
    position: relative;
}
.globeImage, .guideImageCaption--bottomleft__img,.guideImageCaption--bottomright__img,.guideImageCaption--topright__img{
    width: 100%;
}
.guideImageCaption--bottomleft__caption{
    position: absolute;
    bottom: 0;
    right: 100%;
    white-space: nowrap;
    padding-right: 29px;
    text-align: right;
}

.guideImageCaption--bottomright{
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-end;
}
.guideImageSmall{
    width: 60%;
}
.topPadding{
    padding-top: 17.5%;
}
.guideImageCaption--topright{
    position: relative;
}
.guideImageCaption--topright__caption{
    position: absolute;
    top: 0;
    left: 100%;
}
.guideImageCaption--topright__caption,.guideImageCaption--bottomright__caption{
    padding-left: 30px;
    white-space: nowrap;
}
.guide2paddingLeft{
    padding-left: 30px;
}
.globeTextCol,.globeVideoCol{
    width: 50%;
    margin: 0 auto;
}
.globeTextCol{
    width: 78%;
}
.globeColumns{
    display: flex;
    flex-flow: column;
}
#page_wrapper .main-navigation > ul > li.menu-item-has-children > a::after{
    font-family: sans-serif;
    text-decoration: inherit;
    content: "";
    display: block;
    position: absolute;
    right: -10px;
    top: 1em;
    line-height: 1;
    width: 0;
    height: 0;
    border-top: 0.5em solid transparent;
    border-bottom: .5em solid transparent;
    border-left: 0.6em solid #6f6f6e;
}
#page_wrapper .main-navigation > ul > li.menu-item-has-children.current-menu-item > a::after,
#page_wrapper .main-navigation > ul > li.menu-item-has-children.current-menu-parent > a::after{
    border-right: 0.5em solid transparent;
    border-left: 0.5em solid transparent;
    border-bottom: none;
    border-top: 0.6em solid #6f6f6e;
    top:1.2em;
}
@media (min-width: 1584px){
    #page_wrapper .main-navigation > ul > li.menu-item-has-children > a::after{
        top:.6em;
    }
    .introSection__text1{
        padding-right: 37px;
    }
    .introSection__text2{
        padding-left: 37px;
    }
}
@media (max-width: 1583px){
    .shopblankCol{
        display: none;
    }
    .emotionFromagereTop__Title{
        top:1vw;
        
    }
    .esquirouTop__Title{
        right: 5%;
        top: 5vw;
    }
    
    /*.esquirouTop__Title-header{
        font-size: 22px;
    }
    .esquirouTop__Title-subHeader{
        font-size: 19px;
    }
    .esquirouTop__Title-content{
        font-size: 16px;
    }*/
    .shop_pageTitle ,.emotionFromagereTop__Title-header,.introSection__year, .pageHeader__title{
        font-size: 50px;
    }
    .emotionFromagereTop__Title-content,.pageHeader__content{
        font-size: 20px;
    }
    .introImageBlock__header{
        font-size: 35px;
        padding-bottom: 30px;
    }
    .introImageBlock__item__caption,.introSection__textnormal{
        font-size: 11px;
    }
    .shopRowBlock{
        margin-bottom: 70px;
    }
    .shopRowBlock__img{
        margin-bottom: 38px;
    }
    .shopRowBlock__title{
        font-size: 17px;
    }
    .shopRowBlock__description{
        font-size: 12px;
    }
    
    .introSection__year{
        font-size: 35px;
        padding-bottom: 15px;
    }
    .introSection__yearDetail{
        font-size: 11px;
    }
    .introSection__textHeader{
        font-size: 40px;
        padding-bottom: 50px;
    }
    .introSection__textSmall{
        font-size: 13px;
    }
    .sectionSubtitle{
        /*font-size: 26px;*/
    }
    .sectionTitle{
        /*font-size: 45px;*/
    }
    
    #page_wrapper .main-navigation .menu-item a{
        font-size: 11.1px;
    }
    #page_wrapper .site-header{

    }
    .introSection__quote{
        font-size: 22.5px;
    }
    .introSection__quoter{
        font-size: 15px;
    }
    .guideSectionText{
        padding-bottom: 45px;
    }
    .guideSectionTextHeader{
        font-size: 30px;
        padding-bottom: 25px;
    }
    .guideSectionText,.guideImageCaption--bottomleft__caption,.guideImageCaption--topright__caption,.guideImageCaption--bottom__caption,.guideImageCaption--bottomright__caption{
        font-size: 12px;
    }
}
@media (max-width: 1024px){
    #page_wrapper .main-navigation .menu-item a{
        font-size: 9px;
    }
    #st-container .site-header .main-navigation{
        padding: 7px 0;
        height: 40px !important;
    }
    #page_wrapper .main-navigation > ul > li.menu-item-has-children > a::after{
        top:1.28em;
    }

}
@media (min-width: 992px){
    #page_wrapper .main-navigation ul ul{
        padding: 0;
        min-width:0;
        left: 50% !important;
    }
    
    #st-container .site-header .main-navigation{
        margin: 0 auto;
        border-top: 2px solid #aeaeae;
        border-bottom: 2px solid #aeaeae;
        height: 46px !important;
        padding: 10px 0;
    }
    .main-navigation ul li{
        padding: 0;
    }
    .main-navigation > ul{
        display: block;
        text-align: justify;
    }
    .main-navigation > ul:after{
        content: '';
        display: inline-block;
        width: 100%;
    }
    #page_wrapper .site-logo {
        display:inline-block;
        max-height: 100%;
    }
    #site-top-bar {
        display: block; 
    }

    #page_wrapper .sticky-logo{
        display: none;
    }
    .site-header-wrapper {
    position: relative;
    margin: 0 auto; }
    #page_wrapper .site-header {
        padding: 15px 125px 0;
    }
  
  
    #page_wrapper .site-header .site-tools{
        display: none;
    }
    
    #page_wrapper.transparent_header .site-header {
        background: none;
    }
    #page_wrapper.sticky_header .top-headers-wrapper,#page_wrapper.transparent_header .top-headers-wrapper {
        position: absolute;
        width: 100%;
        z-index: 8888;
        -webkit-transform: translateZ(0);
        top: 0;
        overflow: visible;
    }
    
    #page_wrapper.sticky_header .top-headers-wrapper.on_page_scroll {
        position: fixed;
        top: 0;
    }
    .logged-in.admin-bar #page_wrapper.sticky_header .top-headers-wrapper.on_page_scroll {
        position: fixed;
        top: 0;
    }
    .site-header.sticky {
        padding-top: 15px !important;
        padding-bottom: 0 !important;
    }
    .site-branding a {
        max-width: none;
        position: relative;
        top: auto;
        left: auto;
        transform: none;
        -webkit-transform: none; 
    }
    .site-branding {
        width: auto;
        max-width: 100%;
        position: relative;
        text-align: center;
        height: auto;
    }
    .site-branding img {
        text-align: center;
        height: auto;
    }
    .site-tools ul .wishlist-button,
    .site-tools ul .my_account_icon,
    .site-tools ul .search-button {
        display: inline-block;
    }
    #page_wrapper .menu-button-text {
        display: none; 
    }
}
@media (max-width:991px) {
    #st-container #site-footer{
        width: 90%;
        margin: 0 auto;
        max-width: 750px;
        padding: 0;
    }
    .homeslider__text{
        font-size: 50px !important;
    }
    .siteSocialButtonGroup{
        display: none;
    }
    #page_wrapper.sticky_header #primary, #page_wrapper.transparent_header #primary{
        margin-top: 139px;
    }
    .shop_pageTitle{
        font-size: 50px;
        font-family: 'Baskerville';
        font-weight: 600;
        font-style: italic;
        color: #b0b0b0;
    }
    .sectionText,.esquirouTop__mobile{
        padding: 0 6vw;
    }
    .shopRow{
        flex-flow: column;
    }
    .shopRowBlock__button{
        font-size: 17px;
    }
    .globeVideoCol{
        width: 100%;
    }
    .guideOneCol{
        width: 80%;
        margin: 0 auto;
    }
    .guideTextMobile{
        font-family: 'Gotham Book';
        text-align: justify;
        text-justify: inter-word;
        hyphens: auto;
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        text-align-last:left;
        -moz-text-align-last:left;
        font-size: 14px;
        letter-spacing: 0;
        line-height: 1.2;
    }
    .guideImageCaption--bottom__img{
        margin-bottom: 22px;
    }
    .guideImageCaption--bottomleft__caption,.guideImageCaption--bottom__caption,.guideImageCaption--bottomright__caption{
        font-size: 12px;
    }
    .introSection__textHeader{
        font-size: 20px;
        padding-bottom: 30px;
    }
    .introSection__text1,.introSection__text2{
        width: 100%;
        padding: 0;
    }
    .introImageBlock__item__caption{
        font-size: 12px;
    }
    .introImageBlock__header{
        font-size: 20px;
    }
    .introSection__text__header{
        font-size: 14px;
    }
    .introSection__textnormal{
        font-size: 12px;
    }
    .introSection__year{
        font-size: 30px;
        padding-bottom: 11px;
    }
    .introSection__yearDetail{
        font-size: 12px;
    }
    .introSection__quote{
        font-size: 30px;
        text-align: center;
        padding: 0 10px;
    }
    .introSection__quoter{
        font-size: 14px;
        text-align: center;
        padding: 20px 10px 0;
    }
    .introSectionMobile{
        display: flex;
        flex-flow: column;
        position: relative;
        width: 90%;
        max-width: 310px;
        margin: 0 auto;
        padding: 20px 0;
    }
    .introSection__col{
        width: 100%;
        padding: 0;
    }
    .pageHeader{
        padding: 20px 0 16px 0;
    }
    /*.top-headers-wrapper::after {
        content: '';
        display: block;
        position: absolute;
        height: 2px;
        width: 100%;
        background: #aeaeae;
        bottom: 0;
        padding: 0 6.4vw;
        background-clip: content-box;
    }*/
    .mobileLine{
        height: 2px;
        position: absolute;
        display: block;
        width: 100%;
        bottom: 0px;
        z-index: 3;
    }
    .mobileLine .center-block__mobile{
        background: #aeaeae;
        height: 2px;
    }

    .pageHeader__title{
        font-size: 50px;
        padding-bottom: 4px;
    }
    .pageHeader__content{
        font-size: 20px;
    }
    .esquirouImageBlock__item__caption{
        font-size:14.5px;
    }
    
    .esquirouTop__Title-header{
        font-size: 25px;
    }
    .esquirouTop__Title-content,.esquirouTop__Title-subHeader{
        font-size: 16px;
    }
    .esquirouTop__Title__col1{
        width: 50%;
    }
    
    .center-block__mobile{
        padding:0 6.4vw;
    }
    .globeSection-gray-mobile{
        background: #f2f2f2;
        padding: 3vw 6.4vw;
    }
    .sectionVideo, .sectionImage{
        margin: 0;
    }
    .sectionImage{
        flex-flow: column;
    }
    .sectionSingle__col img,.sectionFulledge__col img{
        display: block;
        width: 100%;
    }
    .sectionFulledge__col{
        width: 100%;
        margin-bottom: 73px;
        padding: 0;
    }
    .sectionSingle__col{
        width: 100%;
    }
    .sectionFulledge__col:last-child{
        
    }

    .sectionText{
        /*padding: 0 57px;*/
    }
    .sectionTitle{
        font-size: 20px;
        text-align: left;
    }
    .sectionSubtitle{
        font-size: 13px;
        text-align: left;
    }

    .center-block{
        width: 90%;
        margin: 0 auto;
        max-width: 750px;
    }
    .my_col_2{
        width: 50%;
        padding: 0;
    }
    .my_col_2:first-child{
        padding-right: 34px;
    }
    .my_col_2:last-child{
        padding-left: 34px;
    }
    .blockContent{
        position: static;
        max-width: 100%;
        padding: 0;
    }
    .blockContent__Detail,.blockContent__Title{
        text-align: justify;
        text-justify: inter-word;
        hyphens: auto;
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        text-align-last:left;
        -moz-text-align-last:left;
        font-size: 14px;
    }
    .emotionFromagereTop__Title-header{
        font-size: 50px;
    }
    .emotionFromagereTop__Title-content{
        font-size: 20px;
    }
    .emotionFromagereTop__Title{
        top:10px;
        width: 90%;
        left: 50%;
        margin-left: -45%;
    }
    
    
    div#primary{
        padding-top: 0;
    }
    #page_wrapper .top-headers-wrapper{
        height: 187px;
        top: 15px;
    }
    #page_wrapper .top-headers-wrapper.on_page_scroll{
        top:0;
        height: 175px;
    }
    
    #masthead{
        padding-top: 20px;
        padding-bottom: auto;
    }
    #page_wrapper .site-header-wrapper {
        margin: 0;
    }
    #page_wrapper .st-menu {
        width: 320px;
    }
    #page_wrapper .site-tools ul li {
        margin-left: 6px;
    }
    #page_wrapper .site-header .site-tools{
        top:40px;
    }
    #page_wrapper .site-logo {
        display:none;
    }
    #page_wrapper .sticky-logo{
        display: block;
        max-height: 100%;
        max-width: none;
        height: 60px;
    }

}

@media (max-width: 768px){
    #st-container #site-footer,.center-block{
        width: 95.5%;
    }
    .shopRowBlock{
        width: 260px;
    }
    .footerSection__author, .footerSection__year, .footerSection__copyright{
        font-size: 8px;
    }
    .emotionFromagereTop__Title-header{
        font-size: 50px;
    }
    .emotionFromagereTop__Title-content{
        font-size: 20px;
    }
    .siteSubtitle--text{
        font-size: 12px;
    }
    #page_wrapper.sticky_header #primary, #page_wrapper.transparent_header #primary{
        margin-top: 139px;
    }
}
@media (max-width: 544px){

    #st-container .instagram-theatre > .instagram-photo{
        width: 100%;
    }
    .esquirouImageBlock__item{
        max-width: 44px;
        margin-right: 30px;
    }
    
    .footerSection__author, .footerSection__year, .footerSection__copyright{
        font-size: 7px;
    }
    .introSection__quote{
        font-size: 20px;
    }
    .esquirouImageBlock__item__caption,.sectionSubtitle,.pageHeader__content,.introSection__textSmall,.introSection__quoter,
    .introSection__textnormal,.introSection__yearDetail,.guideTextMobile,.emotionFromagereTop__Title-content,.esquirouTop__Title-content,.textBook14,.blockContent__Detail,
    .guideSectionText,.guideImageCaption--bottomleft__caption, .guideImageCaption--topright__caption, .guideImageCaption--bottom__caption, .guideImageCaption--bottomright__caption{
        font-size: 16px;
        line-height: 1.2;
        hyphens: auto;
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
    }
    .emotionFromagereTop__Title{
        top:10px;
    }
    .emotionFromagereTop__Title-header,.guideSectionTextHeader{
        font-size: 27px;
    }
    .sectionTitle,.introImageBlock__header,.shopRowBlock__title,.introSection__textHeader,.guideSectionTextHeader{
        font-size: 16px;
        line-height: 1.2;
        hyphens: auto;
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
    }
    .shopRowBlock__description{
        font-size: 16px;
        line-height: 1.2;
        hyphens: auto;
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
    }
    .shop_pageTitle,.pageHeader__title{
        font-size: 30px;
    }
    .homeslider__text{
        font-size: 30px !important;
    }
    .shortLine{
        line-height: 2px;
    }
    .shortLine::after{
        height: 2px;
        line-height: 2px;
        width: 44px;
    }

}

@media (max-width: 320px){
    .emotionFromagereTop__Title-header,.guideSectionTextHeader{
        font-size: 20px;
    }
    .introSection__textnormal,.introSection__yearDetail,.guideTextMobile,.emotionFromagereTop__Title-content,.esquirouTop__Title-content,.textBook14,.blockContent__Detail,
    .guideSectionText,.guideImageCaption--bottomleft__caption, .guideImageCaption--topright__caption, .guideImageCaption--bottom__caption, .guideImageCaption--bottomright__caption{
        font-size: 16px;
        line-height: 1.2;
    }
    .esquirouImageBlock__item__caption, .sectionSubtitle, .pageHeader__content, .introSection__textSmall, .introSection__quoter{
        font-size: 16px;
        line-height: 1.2;
    }
}