h1 {
    font-size: 3rem;
}

a, img {
    border: none;
    text-decoration: none;
    outline: 0
}

img {
    display: block;
    max-width: 100%
}

:focus {
    outline: 0
}

* {
    box-sizing: border-box
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 300
}

footer ul, header ul {
    list-style: none
}

fieldset {
    border: 0
}

input {
    padding: 0;
    margin: 0
}

a {
    transition: color .2s ease-in-out;
    text-decoration: underline
}

a, a:hover {
    color: #fff
}

.pageAlign {
    max-width: 1540px
}

.pageAlign, .pageAlign2 {
    margin: 0 auto;
    padding: 0 50px
}

.pageAlign2 {
    max-width: 1000px
}

.pageAlignFluid {
    max-width: 2020px
}

.pageAlignFluid, .pageAlignMax {
    margin: 0 auto;
    padding: 0 50px
}

.relative {
    position: relative
}

.fullWidth {
    float: left;
    width: 100%
}

.invisible {
    display: none
}

.fl {
    float: left
}

.fr {
    float: right
}

html {
    font-size: 62.5%;
    height: 100%
}

body, input, select, textarea {
    font-family: Nunito Sans, sans-serif;
    font-weight: 300
}

body {
    width: 100%;
    padding: 0;
    margin: 0;
    min-height: 100%;
    height: 100%;
    min-width: 100%;
    color: #fff;
    font-size: 18px;
    background: #fff
}

p {
    margin-bottom: 3rem;
    line-height: 1.5
}

::selection {
    background: #fff;
    color: #fff
}

::-moz-selection {
    background: #fff;
    color: #fff
}

.responsive-nav {
    margin: -10px 0 0;
    float: left;
    color: #fff;
    border-radius: 3px
}

.responsive-nav, .responsive-nav button {
    cursor: pointer;
    transition: all .2s ease-in-out
}

.responsive-nav button {
    padding: 7px 10px;
    background: none;
    border: none;
    position: relative;
    height: 40px;
    width: 51px;
    outline: none;
    float: right
}

.line, .responsive-nav button:hover .line {
    background: #fff
}

.line {
    position: absolute;
    height: 3px;
    width: 40px;
    left: 10px;
    transition: all .2s ease-in-out
}

.line-t {
    top: 9px
}

.line-m {
    top: 17px
}

.line-b {
    top: 25px
}

.menu-on .line-m, .menu-on:hover .line-m {
    background: transparent;
    opacity: 0
}

.menu-on .line {
    top: 18px
}

.menu-on .line-t {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.menu-on .line-b {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

::-webkit-scrollbar {
    width: 15px
}

::-webkit-scrollbar-track {
    background: #000
}

::-webkit-scrollbar-thumb {
    background: #a2a2a2;
    border: 6px solid #000
}

::-webkit-scrollbar-thumb:hover {
    background: #fff
}

.single-press .subpage-hero, .tax-press_category .subpage-hero {
    min-height: 0;
    padding-top: 166px
}

.single-press .article-list-sidebar .article-list, .tax-press_category .article-list-sidebar .article-list {
    padding-top: 40px
}

.press-title {
    text-align: center;
    background: #121214
}

.press-title h1 {
    margin: 0;
    padding-top: 20px;
    font-size: 3rem
}

.post-type-archive-press .article-list .container .my-lazyloader-content, .tax-press_category .article-list .container .my-lazyloader-content {
    display: flex !important;
    align-items: flex-end !important;
    flex-wrap: wrap
}

.post-type-archive-press .article-list .container .my-lazyloader-content:after, .tax-press_category .article-list .container .my-lazyloader-content:after {
    content: "";
    display: block;
    clear: both
}

.post-type-archive-press .article-list .container .my-lazyloader-content .column, .tax-press_category .article-list .container .my-lazyloader-content .column {
    overflow: hidden;
    transition: all .5s;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(150px) scale(0);
    transform: translateY(150px) scale(0)
}

.post-type-archive-press .article-list .container .my-lazyloader-content .column.masonry-loaded, .tax-press_category .article-list .container .my-lazyloader-content .column.masonry-loaded {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1)
}

.post-type-archive-press .article-list .container .my-lazyloader-content .column, .post-type-archive-press .article-list .container .my-lazyloader-content .grid-sizer, .tax-press_category .article-list .container .my-lazyloader-content .column, .tax-press_category .article-list .container .my-lazyloader-content .grid-sizer {
    width: 33.3333%
}

.post-type-archive-press .article-list .container .my-lazyloader-content .column:nth-child(2n) .image-wrapper .image, .tax-press_category .article-list .container .my-lazyloader-content .column:nth-child(2n) .image-wrapper .image {
    padding-bottom: 100%
}

body.overflowed {
    overflow: hidden
}

.clear-both {
    clear: both
}

.animation-wrapper {
    overflow: hidden
}

[data-aos=mask-down] {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform
}

[data-aos=image-mask-down], [data-aos=mask-down].aos-animate {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
}

[data-aos=image-mask-down] {
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform
}

[data-aos=image-mask-down].aos-animate {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 1
}

.image-mask {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

a.btn {
    text-transform: uppercase;
    font-size: 15px;
    color: #838588;
    font-weight: 700;
    display: inline-block;
    text-decoration: none;
    margin: 10px 20px;
    position: relative
}

a.btn:hover {
    color: #fff
}

a.btn:hover:after {
    -webkit-transform: scaleX(0);
    transform: scaleX(0)
}

a.btn:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 2px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #838588;
    transition: all .3s cubic-bezier(.61, .01, .3, .99);
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: center;
    transform-origin: center
}

a.btn.type2:after {
    display: none
}

a.btn.type2:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 100%;
    width: 23px;
    height: 11px;
    background: url(../images/arrow2.svg) no-repeat 50%;
    background-size: cover;
    opacity: .6;
    -webkit-transform: translate(15px, -50%);
    transform: translate(15px, -50%);
    transition: all .3s ease
}

a.btn.type2:hover:Before {
    opacity: 1;
    -webkit-transform: translate(20px, -50%);
    transform: translate(20px, -50%)
}

p:last-child {
    padding-bottom: 0;
    margin-bottom: 0
}

img {
    height: auto
}

h1 {
    font-size: 6rem
}

h2 {
    font-size: 4rem
}

body {
    background: #080808
}

body:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 1px
}

.container:after {
    content: "";
    display: block;
    clear: both
}

header {
    position: fixed;
    z-index: 10
}

header, header:after {
    top: 0;
    left: 0;
    right: 0;
    transition: all .3s cubic-bezier(.63, 0, .32, 1)
}

header:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    background: #161619;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}

header .pageAlignMax {
    position: relative;
    z-index: 1
}

header.scrolling:after {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

header.scrolling a.logo {
    height: 60px
}

header .container {
    text-align: center;
    position: relative
}

header a.logo {
    display: inline-block;
    width: 321px;
    height: 136px;
    background: url(../img/zaika_logo3.png) no-repeat 0%;
    background-size: 100px auto;
    background-position: top;
    transition: all .3s cubic-bezier(.63, 0, .32, 1);
    margin-top: 15px;
    overflow: hidden
}

header a.logo:hover {
    -webkit-transform: scale(.9);
    transform: scale(.9)
}

header .right {
    position: absolute;
    right: 0;
    top: 40px;
    font-size: 14px;
    text-transform: uppercase
}

header .right > a {
    float: left;
    position: relative;
    display: inline-block;
    text-decoration: none;
    margin-left: 1.5rem;
    cursor: pointer;
}

header .right > a:hover:after {
    -webkit-transform: scaleX(0);
    transform: scaleX(0)
}

header .right > a:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 2px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #fff;
    transition: all .3s cubic-bezier(.61, .01, .3, .99);
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: center;
    transform-origin: center
}

header .right .socials {
    float: left;
    margin: -1px 20px 0
}

header .right .socials a {
    display: block;
    width: 16px;
    height: 16px;
    background: no-repeat 50%;
    background-size: cover;
    float: left;
    margin: 0 5px;
    transition: all .3s
}

header .right .socials a:hover {
    opacity: .6
}

header .right .socials a.fb {
    background-image: url(../img/facebook.svg)
}

header .right .socials a.insta {
    background-image: url(../img/instagram.svg)
}

.main-menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #161619;
    display: flex;
    flex-wrap: wrap;
    padding-top: 100px;
    justify-content: center;
    align-items: center;
    z-index: 9;
    visibility: hidden;
    opacity: 0;
    transition: all .5s ease-in-out
}

.main-menu.active {
    opacity: 1;
    visibility: visible
}

.main-menu .align {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    overflow-y: auto;
    transition: all .6s ease
}

.main-menu ul {
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 20px
}

.main-menu ul li {
    display: block
}

.main-menu ul li.menu-item {
    cursor: pointer;
}

.main-menu ul li.current-menu-item a {
    color: #a2a2a2
}

.main-menu ul li.current-menu-item a:after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.main-menu ul li a {
    display: inline-block;
    text-decoration: none;
    padding: 10px 0;
    position: relative;
    transition: all .3s cubic-bezier(.61, .01, .3, .99);
    text-transform: uppercase
}

.main-menu ul li a:hover {
    color: #a2a2a2
}

.main-menu ul li a:hover:after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.main-menu ul li a:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 6px;
    left: 0;
    right: 0;
    height: 1px;
    background: #a2a2a2;
    transition: all .3s cubic-bezier(.61, .01, .3, .99);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: center;
    transform-origin: center
}

.hero {
    height: 100vh;
    background: no-repeat 50%;
    background-size: cover;
    background-attachment: fixed;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
    font-size: 25px;
    position: relative;
    overflow: hidden
}

.hero.has-video {
    height: 0 !important;
    padding-bottom: 56.25%
}

.hero.has-video .pageAlign2 {
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0
}

.hero.has-video.is-bigger {
    padding-bottom: 0;
    height: 100vh !important
}

.hero .youtube-video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.hero .youtube-video #bg_video {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    padding-bottom: 56.25%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block !important
}

.hero .youtube-video #bg_video iframe {
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important
}

.hero .youtube-video iframe, .hero .youtube-video span {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.hero .youtube-video span {
    z-index: 1;
    display: block
}

.hero .pageAlign2 {
    position: relative;
    z-index: 3;
    width: 100%
}

.hero .container {
    padding-bottom: 30px
}

.hero .container p {
    margin: 0
}

.hero .container h1 {
    margin: 0;
    font-size: 5rem
}

.hero img {
    max-height: 100px;
    max-width: 100px;
    display: inline-block;
    margin-top: 50px
}

.simple-text {
    padding: 10rem 0;
    font-size: 22px;
    text-align: center
}

.simple-text img {
    margin: 0 auto;
    max-height: 130px;
    max-width: 130px
}

.simple-text img.social {
    display: inline-block;
    margin: 0 5px;
    opacity: .6;
    transition: all .3s;
    width: 18px;
    height: 18px
}

.simple-text img.social:hover {
    opacity: 1
}

.simple-tabs {
    padding: 10rem 0;
    font-size: 30px
}

.simple-tabs .tab-content {
    padding: 1px 0;
    opacity: 0;
    transition: opacity 1s ease;
    transition-delay: .2s
}

.simple-tabs .tab-content.active {
    opacity: 1
}

.simple-tabs .tab-content p:first-child {
    padding-top: 0;
    margin-top: 0
}

.simple-tabs #tabs {
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    border-bottom: 1px solid #707070;
    padding: 0;
    margin: 0 0 -1px;
    font-weight: 400
}

.simple-tabs #tabs li {
    display: inline-block;
    padding: 0 30px
}

.simple-tabs #tabs li a {
    display: block;
    text-decoration: none;
    cursor: pointer;
    padding: 10px 0
}

.simple-tabs .tab-slider {
    display: block;
    height: 3px;
    background: #fff;
    transition: all .5s cubic-bezier(.71, .01, .27, 1);
    margin-top: -2px;
    margin-bottom: 10rem
}

.cta {
    padding: 20rem 0;
    text-align: center;
    background: no-repeat 50%;
    background-size: cover;
    background-attachment: fixed
}

.cta h2 {
    margin-bottom: 0
}

.cta .subscribe-cta {
    position: relative;
    margin: 30px auto 0;
    max-width: 600px
}

.cta .subscribe-cta .ajax-loader {
    display: none !important
}

.cta .subscribe-cta p {
    margin: 0;
    padding: 0
}

.cta .subscribe-cta .wpcf7-not-valid-tip {
    display: none
}

.cta .subscribe-cta .wpcf7-response-output {
    margin: 5px 0 0;
    padding: 20px;
    border: none !important;
    background: #121214 !important
}

.cta .subscribe-cta input {
    display: block;
    border: none;
    background: #fff;
    font-size: 16px;
    padding: 20px 150px 20px 20px;
    width: 100%
}

.cta .subscribe-cta input[type=submit] {
    position: absolute;
    top: 0;
    right: 0;
    width: 150px;
    padding: 20px 0;
    background: #121214;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    cursor: pointer;
    transition: all .3s
}

.cta .subscribe-cta input[type=submit]:hover, .mark {
    background: #161619
}

.mark {
    padding: 10rem 0;
    text-align: center
}

.mark .text {
    position: absolute;
    width: 160px
}

.mark .text h4 {
    font-weight: 700;
    text-transform: uppercase
}

.mark .text h4, .mark .text p {
    margin: 0;
    padding: 0
}

.mark .text.text-top {
    bottom: 100%;
    padding-bottom: 30px
}

.mark .text.text-bottom, .mark .text.text-top {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.mark .text.text-bottom {
    top: 100%;
    padding-top: 30px
}

.mark .text.text-left {
    right: 100%;
    padding-right: 30px
}

.mark .text.text-left, .mark .text.text-right {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.mark .text.text-right {
    left: 100%;
    padding-left: 30px
}

.mark .container {
    display: inline-block;
    position: relative;
    margin: 150px
}

.mark img {
    width: 300px;
    display: inline-block
}

footer {
    background: #161619;
    padding-top: 10rem
}

footer img {
    max-width: 200px;
    margin: 0 auto
}

footer .top {
    display: flex;
    flex-wrap: wrap;
    padding: 30px 0 60px;
    border-bottom: 1px solid #56575b
}

footer .top:after {
    content: "";
    display: block;
    clear: both
}

footer .top:first-child {
    border-bottom: none;
    padding: 0
}

footer .top:first-child .col30:first-child img {
    margin: 0;
    max-height: 100px
}

footer .col30 {
    float: left;
    width: 20%;
    font-size: 14px;
    font-weight: 400
}

footer .col30.subscribe-form {
    text-transform: uppercase
}

footer .col30.subscribe-form p {
    margin: 0;
    padding: 0
}

footer .col30.subscribe-form form {
    margin-top: 8px;
    position: relative
}

footer .col30.subscribe-form form .ajax-loader, footer .col30.subscribe-form form .wpcf7-not-valid-tip {
    display: none !important
}

footer .col30.subscribe-form form .wpcf7-response-output {
    text-transform: none;
    margin: 10px 0 0;
    border: none !important;
    background: #121214 !important;
    padding: 15px
}

footer .col30.subscribe-form form input {
    display: block;
    width: 100%;
    padding: 15px 100px 15px 15px;
    height: 48px;
    line-height: 48px;
    background: none;
    border: 1px solid #838588;
    transition: all .3s;
    color: #fff
}

footer .col30.subscribe-form form input:focus {
    border-color: #fff
}

footer .col30.subscribe-form form input[type=submit] {
    width: 60px;
    position: absolute;
    top: 1px;
    right: 1px;
    height: 46px;
    border: none;
    padding: 0;
    text-indent: -9000000px;
    overflow: hidden;
    background: #161619 url(../images/arrow2.svg) no-repeat 50%;
    background-size: 45%;
    opacity: .6;
    cursor: pointer;
    transition: all .3s
}

footer .col30.subscribe-form form input[type=submit]:hover {
    opacity: 1
}

footer .col30 p:first-child {
    margin-top: 0
}

footer .col30:first-child {
    margin-right: auto
}

footer .col30:nth-child(2) {
    margin: 0 auto;
    width: 30%
}

footer .col30:last-child {
    margin-left: auto
}

footer ul {
    margin: 0;
    padding: 0
}

footer ul li {
    width: 33.3333%;
    float: left;
    margin-bottom: 15px
}

footer ul li a {
    text-transform: uppercase;
    color: #a2a2a2;
    text-decoration: none
}

footer ul li a:hover {
    color: #fff
}

footer .bottom {
    font-size: 14px;
    color: #a2a2a2;
    font-weight: 400;
    padding: 30px 0 80px
}

footer .bottom:after {
    content: "";
    display: block;
    clear: both
}

footer .bottom .left {
    float: left
}

footer .bottom .right {
    float: right
}

footer .bottom .right a {
    display: block;
    width: 20px;
    height: 20px;
    background: no-repeat 50%;
    background-size: cover;
    float: left;
    margin: 0 5px;
    opacity: .6;
    transition: all .3s
}

footer .bottom .right a:hover {
    opacity: 1
}

footer .bottom .right a.fb {
    background-image: url(../images/facebook.svg)
}

footer .bottom .right a.insta {
    background-image: url(../images/instagram.svg)
}

body.single .subpage-hero h1 {
    margin-bottom: 0;
    font-size: 4rem
}

body.single .subpage-hero .single-date {
    padding-bottom: 20px
}

body.single .media {
    position: relative;
    overflow: hidden;
    display: block
}

body.single .media.video-media:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    width: 70px;
    height: 70px;
    background: url(../images/play.svg) no-repeat 50%;
    background-size: cover;
    transition: all .5s ease
}

body.single .media:hover .image {
    opacity: .6
}

body.single .media:hover:after {
    -webkit-transform: translateY(-50%) translateX(-50%) scale(1.2);
    transform: translateY(-50%) translateX(-50%) scale(1.2)
}

body.single .media span {
    display: block
}

body.single .media .image {
    height: 0;
    padding-bottom: 56%;
    background: no-repeat 50%;
    background-size: cover;
    transition: all .5s ease
}

.single-content {
    text-align: left;
    width: 100%
}

.single-content blockquote {
    border: 1px solid #434343;
    margin: 30px 0;
    padding: 40px
}

.single-content hr {
    border-color: #434343
}

.subpage-hero {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    min-height: 55vh;
    padding-top: 200px;
    background: no-repeat 50%;
    background-size: cover;
    background-attachment: fixed
}

.subpage-hero h1 {
    font-size: 5rem
}

.subpage-hero .single-date {
    font-size: 15px;
    text-align: center
}

.two-column {
    padding: 10rem 0
}

.two-column .container {
    display: flex;
    flex-wrap: wrap
}

.two-column .container .column {
    float: left;
    width: 50%;
    padding-right: 100px
}

.two-column .container .column p:first-child {
    margin-top: 0
}

.two-column .container .column.big-text p {
    font-size: 30px
}

.two-column .container .column:last-child {
    padding-right: 0
}

.image-text {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    min-height: 65vh
}

.image-text.reverse-order .image-wrapper {
    left: auto;
    right: 0
}

.image-text.reverse-order .content-wrapper .content {
    float: left;
    padding-left: 0;
    padding-right: 60px
}

.image-text a.btn {
    margin-left: 0
}

.image-text .image-wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 50%;
    overflow: hidden
}

.image-text .image-wrapper .image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: no-repeat 50%;
    background-size: cover
}

.image-text .content-wrapper {
    padding: 10rem 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.image-text .content-wrapper:after {
    content: "";
    display: block;
    clear: both
}

.image-text .content-wrapper .content {
    float: right;
    width: 50%;
    padding-left: 60px;
    font-size: 22px
}

.hero-slider .slide {
    height: 100vh;
    background: no-repeat 50%;
    background-attachment: fixed;
    background-size: cover
}

.hero-slider .slick-next, .hero-slider .slick-prev {
    width: 26px;
    height: 49px;
    overflow: hidden;
    text-indent: -900000px;
    background: url(../images/arrow.svg) no-repeat 50%;
    background-size: cover;
    z-index: 5;
    transition: all .3s
}

.hero-slider .slick-next:hover, .hero-slider .slick-prev:hover {
    opacity: .6
}

.hero-slider .slick-next:before, .hero-slider .slick-prev:before {
    display: none
}

.hero-slider .slick-prev {
    left: 20px;
    -webkit-transform: scaleX(-1) translateY(-50%);
    transform: scaleX(-1) translateY(-50%)
}

.hero-slider .slick-next {
    right: 20px
}

.gallery-images {
    text-align: center;
    padding: 10rem 0
}

.gallery-images .container {
    margin: 0 -10px
}

.gallery-images a.gallery-image {
    display: block;
    display: none;
    float: left;
    padding: 10px;
    width: 25%
}

.gallery-images a.gallery-image:hover .image {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
    z-index: 2
}

.gallery-images a.gallery-image .gallery-image-wrapper {
    height: 100%;
    display: block;
    overflow: hidden
}

.gallery-images a.gallery-image .image {
    display: block;
    height: 0;
    padding-bottom: 56%;
    background: no-repeat 50%;
    background-size: cover;
    position: relative;
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: all .8s cubic-bezier(.71, .01, .27, 1)
}

.past-events {
    padding: 10rem 0 0
}

.past-events h3 {
    font-size: 22px;
    display: block;
    border-bottom: 1px solid #434343;
    padding-bottom: 12px;
    margin-bottom: 50px
}

.past-events .container {
    display: flex;
    flex-wrap: wrap
}

.past-events .container .content {
    float: left;
    width: 40%;
    padding-right: 60px
}

.past-events .container .content h2 {
    font-size: 30px
}

.past-events .container .content h2 a {
    text-decoration: none;
    transition: all .3s
}

.past-events .container .content h2 a:hover {
    opacity: .6
}

.past-events .container .content .event-date {
    font-size: 15px;
    color: #838588
}

.past-events .container .content a.btn {
    margin-top: 30px;
    margin-left: 0
}

.past-events .container .media {
    float: right;
    width: 60%;
    position: relative;
    overflow: hidden;
    display: block
}

.past-events .container .media.video-media:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    width: 70px;
    height: 70px;
    background: url(../images/play.svg) no-repeat 50%;
    background-size: cover;
    transition: all .5s ease
}

.past-events .container .media:hover .image {
    opacity: .6
}

.past-events .container .media:hover:after {
    -webkit-transform: translateY(-50%) translateX(-50%) scale(1.2);
    transform: translateY(-50%) translateX(-50%) scale(1.2)
}

.past-events .container .media span {
    display: block
}

.past-events .container .media .image {
    height: 0;
    padding-bottom: 56%;
    background: no-repeat 50%;
    background-size: cover;
    transition: all .5s ease
}

.my-lazyloader-content {
    display: flex;
    flex-wrap: wrap
}

.my-lazyloader-btn-disabled {
    opacity: 0;
    visibility: hidden
}

.article-list-sidebar {
    display: flex;
    flex-wrap: wrap
}

.article-list-sidebar.no-sidebar .article-list .container {
    width: 100%;
    max-width: 936px;
    margin: 0 auto;
    float: none
}

.article-list-sidebar .article-list {
    width: 100%
}

.article-list-sidebar .article-list .container {
    float: left;
    width: 65%;
    padding: 0
}

.article-list-sidebar .article-list .container .column {
    width: 50%
}

.article-list-sidebar .article-list .container .column .title {
    padding-top: 0
}

.article-list-sidebar .article-list .container .column .event-date {
    padding-bottom: 10px
}

.article-list-sidebar .article-list .sidebar {
    padding-left: 70px;
    float: right;
    width: 35%;
    text-align: left;
    font-size: 16px
}

.article-list-sidebar .article-list .sidebar h4 {
    font-size: 18px;
    margin: 50px 0 10px
}

.article-list-sidebar .article-list .sidebar h4:first-child {
    margin-top: 15px
}

.article-list-sidebar .article-list .sidebar .post-list a {
    padding: 6px 0;
    display: block;
    color: #a2a2a2;
    text-decoration: none
}

.article-list-sidebar .article-list .sidebar .post-list a:hover {
    color: #fff
}

.article-list-sidebar .article-list .sidebar .categories-list ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.article-list-sidebar .article-list .sidebar .categories-list ul li {
    display: block
}

.article-list-sidebar .article-list .sidebar .categories-list ul li a {
    display: block;
    text-decoration: none;
    padding: 10px 0;
    color: #a2a2a2;
    border-bottom: 1px solid #434343
}

.article-list-sidebar .article-list .sidebar .categories-list ul li a:hover {
    color: #fff
}

.article-list {
    padding: 10rem 0;
    overflow: hidden;
    text-align: center
}

.article-list h3 {
    font-size: 22px;
    display: block;
    border-bottom: 1px solid #434343;
    padding-bottom: 12px;
    margin-bottom: 50px;
    margin-top: 0;
    text-align: left
}

.article-list .container {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    width: 100%
}

.article-list .container .my-lazyloader, .article-list .container .my-lazyloader-btn-container, .article-list .container .my-lazyloader-content {
    width: 100%
}

.article-list .container .column {
    float: left;
    padding: 15px;
    width: 33.33333%;
    margin-bottom: 30px;
    text-align: left
}

.article-list .container .column a {
    text-decoration: none
}

.article-list .container .column a:hover .image {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
    z-index: 2
}

.article-list .container .column span {
    display: block
}

.article-list .container .column .image-wrapper {
    position: relative;
    overflow: hidden
}

.article-list .container .column .image-wrapper .image {
    height: 0;
    padding-bottom: 56%;
    background: no-repeat 50%;
    background-size: cover;
    transition: all .8s cubic-bezier(.71, .01, .27, 1)
}

.article-list .container .column .title {
    font-size: 22px;
    padding: 25px 0 5px
}

.article-list .container .column .event-date {
    font-size: 15px;
    color: #838588
}

.article-list .container .column a.btn {
    margin-left: 0
}

.make-reservation, .three-column {
    padding: 10rem 0
}

.three-column a {
    color: #838588
}

.three-column a.btn {
    margin-left: 0
}

.three-column a:hover {
    color: #fff
}

.three-column .container {
    display: flex;
    flex-wrap: wrap;
    font-size: 16px;
    color: #838588;
    justify-content: center
}

.three-column .container h3 {
    color: #fff;
    font-size: 28px
}

.three-column .container h3:first-child {
    margin: 0 0 10px
}

.three-column .container .column {
    padding: 0 100px
}

.contact-form {
    padding: 10rem 0;
    background: #161619
}

.contact-form a.btn {
    margin-left: 0
}

.contact-form form {
    margin: 40px -15px 0
}

.contact-form form:after {
    content: "";
    display: block;
    clear: both
}

.contact-form form .wpcf7-not-valid-tip {
    display: none
}

.contact-form form input[type=checkbox]:checked + span:before {
    opacity: 1
}

.contact-form form span.checkbox:after {
    content: "";
    display: block;
    clear: both
}

.contact-form form span.checkbox .wpcf7-list-item {
    margin: 0
}

.contact-form form span.checkbox label {
    position: relative;
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    cursor: pointer
}

.contact-form form span.checkbox label input {
    display: none
}

.contact-form form span.checkbox label span {
    position: relative;
    padding-left: 30px;
    display: inline-block
}

.contact-form form span.checkbox label span:after {
    border: 1px solid #484848;
    margin-top: -2px
}

.contact-form form span.checkbox label span:after, .contact-form form span.checkbox label span:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 16px;
    height: 16px
}

.contact-form form span.checkbox label span:before {
    background: url(../images/check.svg) no-repeat 50%;
    background-size: 50%;
    margin: -2px 0 0 1px;
    opacity: 0
}

.contact-form form .nice-select {
    background: none;
    border-radius: 0;
    height: auto;
    line-height: normal;
    float: none;
    font-size: 15px;
    color: #757575;
    border: 1px solid #484848;
    font-size: 16px;
    padding: 15px;
    transition: border-color .3s ease
}

.contact-form form .nice-select .list {
    right: -1px;
    left: -1px;
    background: #121214;
    color: #838588;
    border-radius: 0;
    margin-top: 0;
    border: 1px solid #484848
}

.contact-form form .nice-select .option.focus, .contact-form form .nice-select .option.selected, .contact-form form .nice-select .option.selected.focus, .contact-form form .nice-select .option:hover {
    background: transparent;
    color: #fff
}

.contact-form form .col50 {
    float: left;
    width: 50%;
    padding: 15px
}

.contact-form form .col100 {
    float: left;
    width: 100%;
    padding: 15px
}

.contact-form form .col100.submit {
    display: inline-block;
    text-transform: uppercase;
    margin: 10px 15px;
    padding: 0;
    position: relative;
    float: none;
    width: auto;
    cursor: pointer
}

.contact-form form .col100.submit .ajax-loader {
    position: absolute
}

.contact-form form .col100.submit:hover {
    color: #fff
}

.contact-form form .col100.submit:hover:after {
    -webkit-transform: scaleX(0);
    transform: scaleX(0)
}

.contact-form form .col100.submit:hover input {
    color: #fff
}

.contact-form form .col100.submit:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 2px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #838588;
    transition: all .3s cubic-bezier(.61, .01, .3, .99);
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: center;
    transform-origin: center
}

.contact-form form .col100.submit input {
    font-size: 15px;
    color: #838588;
    font-weight: 700;
    display: inline-block;
    text-decoration: none;
    padding: 0;
    border: none;
    text-transform: uppercase;
    transition: color .3s ease;
    cursor: pointer
}

.contact-form form input, .contact-form form textarea {
    color: #fff;
    transition: border-color .3s ease;
    font-size: 16px
}

.contact-form form input.wpcf7-not-valid, .contact-form form textarea.wpcf7-not-valid {
    border-color: #bd5252
}

.contact-form form input:focus, .contact-form form textarea:focus {
    border-color: #fff
}

.contact-form form input, .contact-form form textarea {
    display: block;
    width: 100%;
    background: none;
    border: 1px solid #484848;
    padding: 15px
}

.contact-form form textarea {
    max-width: 100%;
    min-width: 100%;
    min-height: 150px;
    height: 150px;
    max-height: 500px
}

.reservation-form {
    padding: 10rem 0;
    background: #161619
}

.reservation-form .form-align {
    width: 300px;
    margin: 0 auto;
    padding-top: 50px
}

.reservation-form .dineplan-widget iframe {
    margin: 0 auto !important;
    width: 100% !important
}

.google-map {
    height: 60vh
}

.subscribe-popup {
    background: #2f2f2f;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 7;
    max-width: 450px;
    padding: 50px 70px;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    transition: all 1s cubic-bezier(.61, .01, .3, .99)
}

.subscribe-popup.active {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.subscribe-popup.closed {
    opacity: 0;
    visibility: hidden
}

.subscribe-popup .subscribe-close {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 20px;
    right: 20px;
    background: url(../images/close.svg) no-repeat 50%;
    background-size: 70%;
    transition: all .3s;
    cursor: pointer
}

.subscribe-popup .subscribe-close:hover {
    opacity: .7
}

.subscribe-popup h3 {
    font-size: 28px
}

.subscribe-popup form {
    margin-top: 8px;
    position: relative
}

.subscribe-popup form ::-webkit-input-placeholder {
    color: #fff
}

.subscribe-popup form :-ms-input-placeholder {
    color: #fff
}

.subscribe-popup form ::-moz-placeholder {
    color: #fff
}

.subscribe-popup form ::-ms-input-placeholder {
    color: #fff
}

.subscribe-popup form ::placeholder {
    color: #fff
}

.subscribe-popup form .ajax-loader, .subscribe-popup form .wpcf7-not-valid-tip {
    display: none !important
}

.subscribe-popup form .wpcf7-response-output {
    text-transform: none;
    margin: 10px 0 0 !important;
    border: none !important;
    background: #121214 !important;
    padding: 15px !important
}

.subscribe-popup form input {
    display: block;
    width: 100%;
    padding: 15px 100px 15px 0;
    height: 48px;
    line-height: 48px;
    background: none;
    border: none;
    border-bottom: 1px solid #838588;
    transition: all .3s;
    color: #fff
}

.subscribe-popup form input:focus {
    border-color: #fff
}

.subscribe-popup form input[type=submit] {
    width: 60px;
    position: absolute;
    top: 1px;
    right: 1px;
    height: 46px;
    border: none;
    padding: 0;
    text-indent: -9000000px;
    overflow: hidden;
    background: #2f2f2f url(../images/arrow2.svg) no-repeat 100%;
    background-size: 45%;
    opacity: 1;
    cursor: pointer;
    transition: all .3s
}

.subscribe-popup form input[type=submit]:hover {
    opacity: .6
}

.brunch-menu {
    background: #121214;
    text-align: center;
    position: relative;
    padding-top: 50px
}

.brunch-menu .brunch-tabs {
    background: #121214;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 30px 0;
    z-index: 2
}

.brunch-menu .brunch-tabs.fixed {
    position: fixed;
    top: 106px
}

.brunch-menu .brunch-tabs .tab {
    text-transform: uppercase;
    font-size: 15px;
    color: #838588;
    font-weight: 700;
    display: inline-block;
    text-decoration: none;
    margin: 10px 20px;
    position: relative;
    transition: all .3s;
    cursor: pointer
}

.brunch-menu .brunch-tabs .tab:hover {
    color: #fff
}

.brunch-menu .brunch-tabs .tab:hover:after {
    -webkit-transform: scaleX(0);
    transform: scaleX(0)
}

.brunch-menu .brunch-tabs .tab.active {
    color: #fff
}

.brunch-menu .brunch-tabs .tab.active:after {
    background: #fff
}

.brunch-menu .brunch-tabs .tab.active:after, .brunch-menu .brunch-tabs .tab.active:hover {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.brunch-menu .brunch-tabs .tab.active:hover:after {
    background: #fff
}

.brunch-menu .brunch-tabs .tab:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 2px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #838588;
    transition: all .3s cubic-bezier(.61, .01, .3, .99);
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: center;
    transform-origin: center
}

.brunch-menu .brunch-section {
    padding: 10rem 0
}

.brunch-menu .brunch-section.top {
    background: red
}

.brunch-menu .brunch-section .brunch-introduction {
    margin-bottom: 40px
}

.brunch-menu .brunch-section .brunch-introduction h3 {
    font-size: 34px;
    font-weight: 700;
    margin: 0;
    padding: 0
}

.brunch-menu .brunch-section .brunch-introduction p {
    color: #a2a2a2
}

.brunch-menu .brunch-section .brunch-introduction p.margin-fix {
    margin-top: -15px
}

.brunch-menu .brunch-section .brunch-introduction p strong {
    color: #fff;
    font-size: 22px;
    font-weight: 300
}

.brunch-menu .brunch-section .brunch-introduction img {
    display: inline-block
}

.brunch-menu .brunch-section .brunch-categories .brunch-category {
    padding: 30px 0 0;
    border-top: 1px solid #434343
}

.brunch-menu .brunch-section .brunch-categories .brunch-category:last-child {
    margin-bottom: 50px
}

.brunch-menu .brunch-section .brunch-categories .brunch-category:last-child .dishes .dish {
    padding-top: 0
}

.brunch-menu .brunch-section .brunch-categories .brunch-category h3 {
    font-size: 30px;
    text-transform: uppercase;
    margin: 0
}

.brunch-menu .brunch-section .brunch-categories .brunch-category .dishes {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.brunch-menu .brunch-section .brunch-categories .brunch-category .dishes .dish {
    display: inline-block;
    width: 420px;
    max-width: 30%;
    padding: 30px 10px
}

.brunch-menu .brunch-section .brunch-categories .brunch-category .dishes .dish h4 {
    text-transform: uppercase;
    font-weight: 600;
    margin: 0;
    padding: 0;
    font-size: 16px
}

.brunch-menu .brunch-section .brunch-categories .brunch-category .dishes .dish div {
    font-size: 15px;
    font-weight: 400;
    color: #838588;
    margin-top: 8px
}

.brunch-menu .brunch-image {
    padding: 20rem 0;
    text-align: center;
    background: no-repeat 50%;
    background-size: cover;
    background-attachment: fixed
}

.scroll-up {
    background: #000;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 2;
    width: 45px;
    height: 45px;
    cursor: pointer;
    transition: all .3s ease;
    opacity: 0;
    visibility: hidden
}

.scroll-up.active {
    opacity: 1;
    visibility: visible
}

.scroll-up:hover:after {
    opacity: .6
}

.scroll-up:after {
    content: "";
    display: block;
    position: absolute;
    background: url(../images/arrow2.svg) no-repeat 50%;
    background-size: 30%;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    transition: all .3s
}

.loader, .scroll-up:after {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.loader {
    position: fixed;
    z-index: 100;
    background: #121214;
    opacity: 1;
    visibility: visible
}

@-webkit-keyframes loaderOut {
    0% {
        visibility: visible;
        opacity: 1
    }
    to {
        visibility: hidden;
        opacity: 0
    }
}

@keyframes loaderOut {
    0% {
        visibility: visible;
        opacity: 1
    }
    to {
        visibility: hidden;
        opacity: 0
    }
}

.loader.loaded {
    -webkit-animation: loaderOut 2s cubic-bezier(.78, .01, .2, 1) forwards;
    animation: loaderOut 2s cubic-bezier(.78, .01, .2, 1) forwards;
    -webkit-animation-delay: 0s;
    animation-delay: 0s
}

.loader.loaded .align {
    -webkit-animation: markOut 2s cubic-bezier(.78, .01, .2, 1) forwards;
    animation: markOut 2s cubic-bezier(.78, .01, .2, 1) forwards;
    -webkit-animation-delay: 0s;
    animation-delay: 0s
}

.loader .align {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 100px;
    height: 100px
}

@-webkit-keyframes markOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@keyframes markOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

.loader .mark-bottom, .loader .mark-left, .loader .mark-right, .loader .mark-top {
    opacity: 0;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-animation: markAnimation 2s cubic-bezier(.78, .01, .2, 1) infinite;
    animation: markAnimation 2s cubic-bezier(.78, .01, .2, 1) infinite
}

.loader .mark-right {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

.loader .mark-bottom {
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

.loader .mark-left {
    -webkit-animation-delay: .6s;
    animation-delay: .6s
}

@-webkit-keyframes markAnimation {
    0% {
        opacity: 0;
        -webkit-transform: scale(.4);
        transform: scale(.4)
    }
    45% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    55% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(.4);
        transform: scale(.4)
    }
}

@keyframes markAnimation {
    0% {
        opacity: 0;
        -webkit-transform: scale(.4);
        transform: scale(.4)
    }
    45% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    55% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(.4);
        transform: scale(.4)
    }
}

.image-popup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 50;
    background: rgba(22, 22, 25, .96);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all .3s
}

.image-popup.active {
    opacity: 1;
    visibility: visible
}

.image-popup .container {
    position: relative;
    padding: 20px
}

.image-popup .close {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 40px;
    right: 40px;
    background: url(../images/close.svg) no-repeat 50%;
    background-size: 70%;
    transition: all .3s;
    cursor: pointer
}

.image-popup .close:hover {
    opacity: .7
}

.image-popup a.btn {
    position: absolute;
    bottom: 40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin: 0
}

.mobile-only {
    display: none;
}

@media only screen and (max-width: 1500px) {
    .three-column .container .column {
        padding: 0 50px
    }

    .hero.has-video .pageAlign2 {
        bottom: 30px
    }
}

@media only screen and (max-width: 1200px) {
    .three-column .container .column {
        width: 100%;
        display: block;
        padding: 20px 0;
        text-align: center
    }

    .hero.has-video .pageAlign2 h1 {
        font-size: 4rem
    }
}

@media only screen and (max-width: 1000px) {
    header .right > a {
        display: none
    }

    .mobile-only {
        display: block;
    }

    .two-column {
        font-size: 16px
    }

    .two-column .container .column.big-text p {
        font-size: 18px
    }

    .hero.has-video {
        height: 100vh !important;
        padding-bottom: 0 !important
    }

    .hero.has-video .youtube-video #bg_video {
        top: 0;
        bottom: 0;
        padding-bottom: 0;
        -webkit-transform: none;
        transform: none
    }

    .past-events .container {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse
    }

    .past-events .container .content {
        width: 100%;
        padding-right: 0
    }

    .past-events .container .media {
        width: 100%
    }

    .article-list .container .column {
        width: 50%
    }

    .article-list-sidebar .article-list .container {
        margin: 0;
        width: 100%
    }

    .article-list-sidebar .article-list .sidebar {
        padding-left: 0;
        width: 100%
    }
}

.video-mobile {
    display: none !important
}

@media only screen and (max-width: 800px) {
    .hero.has-video {
        height: 0 !important;
        height: auto !important;
        padding-bottom: 0 !important;
        display: block !important
    }

    .hero.has-video .youtube-video {
        position: relative;
        height: 0;
        padding-bottom: 56.25%
    }

    .hero.has-video .pageAlign2 {
        background: #161619;
        position: static
    }

    .hero.has-video .pageAlign2 .container {
        padding-top: 30px;
        padding-bottom: 0
    }

    .hero .video-desktop {
        display: none !important
    }

    .hero .video-mobile {
        display: block !important
    }

    .simple-tabs {
        font-size: 18px
    }

    .simple-tabs .tab-slider {
        display: none
    }

    .simple-tabs #tabs {
        border-bottom: none;
        margin-bottom: 30px
    }

    .simple-tabs #tabs li {
        display: block
    }

    .simple-tabs #tabs li.active {
        border-bottom: 1px solid #707070
    }

    .two-column .container .column {
        width: 100%;
        padding: 20px 0
    }

    .image-text .image-wrapper {
        position: relative;
        width: 100%;
        padding-bottom: 65%
    }

    .image-text .content-wrapper .content {
        width: 100%;
        padding: 0 !important
    }

    footer .top:first-child .col30:first-child {
        display: none
    }

    footer .top .col30 {
        width: 100%;
        margin-right: 0;
        padding: 20px 0
    }
}

@media only screen and (max-width: 600px) {
    html {
        font-size: 40%
    }

    body {
        font-size: 16px
    }

    .pageAlign, .pageAlign2, .pageAlign3, .pageAlignFluid, .pageAlignMax {
        padding: 0 15px
    }

    .scroll-up {
        display: none !important
    }

    header a.logo {
        width: 100px;
        height: 76px;
        margin-top: 13px
    }

    header .right {
        top: 18px
    }

    header.scrolling a.logo {
        height: 34px;
        background-size: contain;
    }

    header .container {
        text-align: left
    }

    header .right .socials {
        display: none
    }

    .main-menu {
        padding-top: 50px
    }

    .subpage-hero {
        min-height: 40vh
    }

    .simple-text {
        font-size: 16px
    }

    .brunch-menu {
        padding-top: 0
    }

    .brunch-menu .brunch-tabs {
        display: none
    }

    .brunch-menu .brunch-tabs.fixed {
        top: 52px
    }

    .brunch-menu .brunch-section .brunch-introduction h3 {
        font-size: 22px
    }

    .brunch-menu .brunch-section .brunch-categories .brunch-category h3 {
        font-size: 20px
    }

    .brunch-menu .brunch-section .brunch-categories .brunch-category .dishes .dish {
        width: 100%;
        max-width: 100%;
        padding: 20px
    }

    .gallery-images a.gallery-image {
        width: 50%
    }

    .past-events .container .content h2 {
        font-size: 22px
    }

    .article-list-sidebar .article-list .container .column, .article-list .container .column {
        width: 100%
    }

    .three-column .container h3 {
        font-size: 22px
    }

    .contact-form form .col50 {
        width: 100%
    }

    .mark img {
        display: none
    }

    .mark .container {
        margin: 0
    }

    .mark .text {
        position: static;
        margin: 0 auto;
        -webkit-transform: none !important;
        transform: none !important;
        padding: 20px 0 !important
    }

    .subscribe-popup {
        padding: 20px;
        max-width: 90%
    }

    .subscribe-popup h3 {
        font-size: 22px
    }

    footer ul li {
        width: 50%
    }

    footer .bottom .right {
        float: left;
        clear: left;
        margin-top: 10px
    }

    footer .bottom .right a:first-child {
        margin-left: 0
    }

    .post-type-archive-press .article-list .container .my-lazyloader-content .column, .post-type-archive-press .article-list .container .my-lazyloader-content .grid-sizer, .tax-press_category .article-list .container .my-lazyloader-content .column, .tax-press_category .article-list .container .my-lazyloader-content .grid-sizer {
        width: 100%
    }

    .single-press .subpage-hero, .tax-press_category .subpage-hero {
        padding-top: 85px
    }

    .press-title h1 {
        font-size: 26px
    }

    .single-press .article-list-sidebar .article-list, .tax-press_category .article-list-sidebar .article-list {
        padding-top: 30px
    }
}

table.menu td {
    text-align: left;
    height: 4rem;
}

table.menu td:nth-child(2), table.menu td:nth-child(3) {
    text-align: right;
}

table.menu td.middle-column {
    padding-right: 2rem;
}

.menu-header {
    font-size: 4rem;
    padding: 0;
    margin: 0;
    text-align: center;
}

.menu-section-header {
    color: #e74601;
    padding: 4rem 0 1rem;
    text-align: center !important;
    border-bottom: 1px #e74601 solid;
}

.menu-note {
    font-style: italic;
    color: #a2a2a2;
    font-size: 60%;
    display: block;
}
