/* Thasadith 100 - latin */
@font-face {
    font-family: 'Thasadith';
    font-style: normal;
    font-weight: 400;
    src: local(''),
         url('fonts/Thasadith-Regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  }


/* Thasadith 700 - latin */
@font-face {
    font-family: 'Thasadith';
    font-style: normal;
    font-weight: 700;
    src: local(''),
         url('fonts/Thasadith-Bold.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  }
  
body {
    line-height: 1.4;
    font-size: 18px;
    font-family: 'Thasadith',Arial,non-serif!important;
}

h1, h2, h3, h4, h5, h6, .heading-font {
    color: #ffffff;
    font-family: 'Thasadith',Arial,non-serif!important;
    font-weight: 300!important;
}

a {
    color: white;
    text-decoration: none;
}

a:hover {
    color: #cccccc;
}



.container {
    padding-left: 3%;
    padding-right: 3%;
}

.johHeader {
    display: flex;
    color: white;
    width: 100%;
    justify-content: space-between;
    align-content: center;
}

#johAsideClose {
    display: none;
    opacity: 0;
    cursor: pointer;
    transition: all .3s;
}

#johAsideClose.johActive {
    display: inline;
    opacity: .7;
}

#johAsideClose.johActive:hover {
    opacity: 1;
}

.johIcon {
    font-size: 30px;
}

#johHeaderLeft {
    text-align: left;
}

#johHeaderCenter {
    text-align: center;
    transition: all 0.3s;
}

#johHeaderCenter.johHidden {
    opacity: 0;
}

#johHeaderRight {
    text-align: right;
}

.johAsideTrigger {
    float: left;
    cursor: pointer;
    opacity: .7;
    transition: all .3s;
}

.johAsideTrigger:hover {
    opacity: 1;
}

#johAsideWrapper {
    position: absolute;
    transition: all 0.4s;
    width: 100%;
    text-align: center;
    bottom: 0px;
    z-index: 2;
}

.header-main {
    z-index: 10;
    position: fixed;
    width: 100%;
}

#masthead .header-inner {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 30px;
    height: auto;
}

.johHeaderItem {
    flex: 0 0 33.33333%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

#johHeaderLeft, #johHeaderRight {
    padding-top: 10px;
}

h1, h2, h3, h4, h5, h6, .heading-font {
    text-transform: uppercase;
}

h2 {
    font-size: 3.4vw;
}

h2.johWrapperHeading {
    text-align: center;
    margin-bottom: 50px;
}

h2.johWrapperHeading.johWrapperContactHeading {
    font-size: 40px;
    margin-bottom: 30px;
}

#johAsideWrapper.johActive {
    bottom: 0px;
    text-align: center;
    z-index: 3;
    opacity: 1;
}

.johAsideItem {
    cursor: pointer;
    color: white;
    padding: 0 !important;
    margin-bottom: 0px;
    line-height: 1.9;
    font-weight: 400;
    position: relative;
    transition: all 0.4s;
    text-transform: uppercase;
    z-index: 5;
    height: 45vh;
    font-size: 30px;
    float: left;
    width: 33.333333%;
    opacity: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.nav-dark .header-logo-dark, .stuck .header-logo-sticky {
    display: inline-block !important;
}

.johAsideItem:hover {
    opacity: 1;
}

.johActive .johAsideItem {
    opacity: .9;
}

.johActive .johAsideItem:hover {
    opacity: 1;
}

.johContent {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
}

.footer-wrapper {
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 10;
    color: rgb(159, 159, 159);
    font-size: 15px;
}

#johFooter {
    display: flex;
    justify-content: flex-end;
}

.johFooterItem {
    margin: 0 10px;
    cursor: pointer;
    opacity: .9;
    transition: all .3s;
}

.johFooterItem:hover {
    opacity: 1;
}

#johCulinaryWrapper {
}

#johShaksfinWrapper {
}

#johBiographyWrapper {
}

#johImprintWrapper {

}

.johWrapper.johActiveWrapper {
    opacity: 1;
    z-index: 3;
    position: relative;
}

#johVideoWrapper {
    height: 100vh;
    opacity: 1;
}

#johVideoWrapper.johActiveWrapper {
    z-index: 1;
}

#johShaksfinWrapper.johActiveWrapper {
}

.johWrapperAll {
}

.johWrapper {
    width: 100vw;
    opacity: 0;
    position: absolute;
    transition: opacity .5s;
    background: #111;
}

.johWrapperLeft {
    left: 0;
    top: 0;
    width: 50%;
    height: 100vh;
    position: fixed;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

#johContactWrapper {
    background-position: center 60%;
    background-size: cover;
}

.johWrapperFullContact {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.johContactTextWrapper {
    text-align: center;
}

.johCulinaryWrapperLeft {
    top: 100px;
    bottom: 50px;
    height: calc(100vh - 150px);
    left: 50px;
    right: 0;
    width: calc(50% - 50px);
}

.johCulinaryWrapperLeftInner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.johContactTextInnerWrapper {

}

.johWrapperRight {
    width: 50%;
    padding: 110px 90px 80px 80px;
    min-height: 100vh;
    position: relative;
    left: 50%;
    color: white;
    z-index: 9;
}

a.johItemLink {
    color: inherit;
}

a.johItemLink:hover {
    color: inherit;
}

.johWrapperFull {
    width: 100%;
    padding: 110px 20% 80px;
    min-height: 100vh;
    position: relative;
    left: 0;
    color: white;
    z-index: 9;
}


video#bgvid {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

video#bgvid.no-object-fit {
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%,-50%);
}

.h1, h1 {
    text-transform: uppercase;
    letter-spacing: -.2px;
}

.johMoveOutLeft figure {
    margin-bottom: .3em;
}

.johCulinaryWrapperLeftInner img {
    display:none;
}

.johClear {
    clear: both;
}

#johBiographyTextLink {
    left: 0;
    width: 30%;
    height: 58%;
}

#johCulinaryTextLink {
    left: 33%;
    width: 34%;
    height: 45%;
}

#johShaksfinTextLink {
    left: 69%;
    width: 31%;
    height: 45%;
}

.johHomepageLink {
    position: absolute;
    bottom: 0;
}

.johMoreWrapper {
    position: absolute;
    color: white;
    font-weight: bold;
    text-align: center;
}

.johHomepageLink:hover .johMoreText {
    opacity: 0.9;
}

#johBiographyTextLink .johMoreWrapper {
    left: 60%;
    bottom: 30%;
}

#johCulinaryTextLink .johMoreWrapper {
    left: 51%;
    bottom: 55%;
}

#johShaksfinTextLink .johMoreWrapper {
    left: 50%;
    bottom: 39%;
}



.johMoveOutLeft {
    margin-left: -150px;
    float: left;
    margin-right: 25px;
    margin-top: 6px;
}

.johMoveOutRight {
    float: right;
    margin-right: -150px !important;
    margin-left: 45px !important;
    margin-top: 6px;
}

.johSubpageWrapper {
    max-width: 700px;
    margin: 100px auto;
}

/*

.sidebar-menu li:nth-child(1) a::before {
    content: "1";
}

.sidebar-menu li:nth-child(2) a::before {
    content: "2";
}

.sidebar-menu li:nth-child(3) a::before {
    content: "3";
}

.sidebar-menu li:nth-child(4) a::before {
    content: "4";
}

.sidebar-menu li:nth-child(5) a::before {
    content: "5";
}

.sidebar-menu li:nth-child(6) a::before {
    content: "6";
}


.sidebar-menu li a::before {
    color: black;
    background-color: white;
    width: 32px;
    margin-right: 15px;
    display: inline-block;
    text-align: center;
    height: 32px;
    line-height: 1;
    font-size: 28px;
    position: relative;
    top: -5px;
    border-radius: 3px 0 0 3px;
    font-weight: 900;
    padding-left: 3px;
    padding-top: 1px;
    font-family: futura;
}
*/

.mfp-bg.mfp-ready {
    opacity: 1;
    background-color: transparent;
    background-image: linear-gradient(to right,rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.9) 9%,rgba(0, 0, 0, 0.5),transparent 45%);
}

.nav-sidebar.nav-vertical > li + li {
    border-top: none transparent;
}

.off-canvas-left .mfp-content {
    top: 20%;
    background-color: transparent;
    left: 9%;
    box-shadow: none;
    width: auto;
}

.off-canvas .nav-vertical > li > a {
    color: white;
    font-size: 3vw;
    padding: 0 !important;
    margin-bottom: 0px;
    line-height: 1.9;
}


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

h2 {
    font-size: 60px;
}

}


@media only screen and (max-width: 1100px)  {


.johWrapperRight {
    padding: 80px 40px 80px 50px;
}

body {
    font-size: 120%!important;
}

.johCulinaryWrapperLeft {
    left: 40px;
    width: calc(50% - 40px);
}

.johWrapperFull {
    padding: 110px 10% 80px;
}


}


@media only screen and (max-width: 900px)  {

body {
    font-size: 115%!important;
}

.johWrapperRight {
    padding: 80px 30px 80px 40px;
    width: 55%;
    left: 45%;
}

.johWrapperLeft {
    left: 0;
    top: 0;
    width: 45%;
}

.johCulinaryWrapperLeft {
    left: 30px;
    width: calc(45% - 30px);
    top: 80px;
}

}



@media only screen and (max-width: 800px)  {


#johHeaderCenter {
    flex: 1 1 60%;
}

.johHeaderItem {
    flex: 1 1 20%;
}

h2 {
    font-size: 35px;
}

.container {
    padding-left: 16px;
    padding-right: 20px;
}

.johWrapperLeft {
    width: 100%;
    padding-bottom: 90%;
    position: relative;
    height: 0;
}

.johCulinaryWrapperLeftInner img {
    display: inline-block;
}

.johWrapperRight {
    padding: 50px 20px 80px 20px;
    width: 100%;
    left: 0;
}

.johAsideItem {
    height: 100px;
    width: 100%;
}

#johAsideWrapper.johActive {
    bottom: 0px;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding: 90px 0 80px;
}

#johAsideWrapper {
    bottom: 0px;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding: 25% 0;

}

.johCulinaryWrapperLeft {
    width: 100%;
    position: relative;
    height: auto;
    padding-bottom: 0;
    left: 0;
    top: 0;
}

.johCulinaryWrapperLeftInner {
    background-image: none !important;
    position: relative;
    overflow: hidden;
    text-align: center;
}

#johHeaderCenter img {
    max-height: 50px;
    width: auto;
}

#masthead .header-inner {
    margin-top: 20px;
}

}



@media only screen and (max-width: 550px)  {

h2 {
    font-size: 30px;
}

#johHeaderLeft, #johHeaderRight {
    padding-top: 7px;
}



}
