/*
 * Main Configs:
 * Colors:
 * Green:
 * Black:
 * White (Opacity):
 *
 * Title Size: 36px (35px Spacing)
 * Text Size: 24px
 * Button Text Size: 17px (5px Character Spacing)
 *
 * Font:
 * Font 2:
 *
 * Max-width: 1280px
 */


/******************************** Vars ********************************/

:root {
    --bg-color-black: #383834;
    --bg-color-black-dark: #23231F;
    --bg-color-red: #B32017;
    --font-color-black: #23231F;
}

/******************************** General ********************************/
/******************************** TODO Create link style ********************************/

ul {
    list-style: none;
}

.pointer {
    cursor: pointer;
}

a.noohn-link-underline {
    color: white;
}
a.noohn-link-underline.nav-link-active {
    text-decoration: underline;
}
a.noohn-link-underline:hover {
    text-underline: white;
}

a.noohn-link {
    color: white;
}
a.noohn-link:hover {
    text-decoration: none;
    text-underline: none;
}

.bg-color-black {
    background-color: #383834;
}
.bg-color-black-dark {
    background-color: #23231F;
}

.bg-color-red {
    background-color: #B32017;
}

.font-color-black {
    color: #23231F;
}

.noohn-img-tab {
    min-width: 160px;
    max-width: 100%;
    height: 45px;
    border-radius: 0 0 10px 10px;
    padding: 8px 8px;
}

.social-icons i {
    font-size: 30px;
    color: white;
    float: left;
    padding-right: 15px;
}

section {
    position: relative;
}

section.top-spacer {
    width: 100%;
    height: 150px !important;
}

.btn-noohn {
    background-image: url('/app/assets/images/business/button/mid.png');
    background-size: 100% 99%;
    color: white;
    text-decoration: none;
    position: relative;
    display: inline-block;
    height: 30px;
    width: auto;
    margin: 10px;
    z-index: 1;
    white-space: nowrap;
    text-align: center;
    cursor: pointer;
}

.btn-noohn > a {
    color: white;
    text-decoration: none;
}

.btn-noohn > a:hover {
    color: white;
    text-decoration: none;
}

.btn-noohn:hover {
    animation: noohn-middle .45s;
    animation-timing-function: linear;
}
.btn-noohn:hover::before {
    animation: noohn-start .3s;
    animation-timing-function: linear;
}
.btn-noohn:hover::after {
    animation: noohn-end .6s;
    animation-timing-function: linear;
}

@keyframes noohn-start {
    0% {
        width: 0;
    }
    30% {
        width: 100px;
    }
}

@keyframes noohn-middle {
    0% {
        width: 0;
    }
    10% {
        width: 1px;
    }
    30% {
        width: 30px;
    }
    80% {
        width: 50px;
    }
}

@keyframes noohn-end {
    0% {
        width: 0;
    }
    50% {
        width: 1px;
    }
    100% {
        width: 100px;
    }
}

.btn-noohn:hover {
    color: white;
    text-decoration: none;
}

.btn-noohn::before {
    background-image: url('/app/assets/images/business/button/start.png');
    content: ' ';
    position: absolute;
    width: 100px;
    height: 30px;
    left: -70px;
    top: 0;
    background-repeat: no-repeat;
    z-index: -1;
}

.btn-noohn::after {
    background-image: url('/app/assets/images/business/button/end.png');
    content: ' ';
    position: absolute;
    width: 100px;
    height: 30px;
    left: 90%;
    top: 0;
    background-repeat: no-repeat;
    z-index: -1;
}

/******************************** Image / General ********************************/
.img-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: #BA352D;
}
.img-wrapper {
    position: relative;
}
.img-wrapper:hover .img-overlay {
    opacity: 0.7;
}

.img-overlay-text {
    color: white;
    font-size: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

img.img-plus-thin {
    width: 24px;
    height: 24px;
}

/******************************** Body ********************************/
body {
    color: white;
    font-size: 18px;
    font-family: "Helvetica Neue", sans-serif;
    font-weight: normal;
    font-style: normal;
}

.font-title {
    font-family: HelveticaNeueLTPro-Cn, sans-serif;
    font-weight: lighter;
    font-style: normal;
    letter-spacing: 2px;
    font-size: 18px;
    text-transform: uppercase;
}

#panel {
    width: 100%;
}

#overlay {
    width: 100vw;
    min-height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10000;
    display: none;
    background-color: #31302c;
}

#overlay > div {
    width: 100%;
    height: 100%;
    text-align: center;
}

#overlay .img-wrapper {
    min-width: 35%;
}

#overlay img {
    height: 100% !important;
    object-fit: contain;
    object-position: left top;
}

.hidden {
    display: none;
}

.pse, .pse a {
    color: white !important;
}

.pswp__img {
    object-fit: contain;
}

/******************************** Menu / Header ********************************/
div.nav-menu-container {
    width: 100%;
    max-width: 1280px;
    height: 166px;
    margin-top: -165px;
    -webkit-transition: margin-top 0.75s; /* Safari webkit */
    transition: margin-top 0.75s;
    position: sticky;
}
div.nav-menu-container.active {
    margin-top: 0;
}

div#main-menu {
    display: flex;
    justify-content: space-between;
    width: 100%;
    position: relative;
    float: left;
    clear: both;
    height: inherit;
}

div.menu-cat {
    display: inline-block;
    float: left;
    position: relative;
    padding: 15px 8px 0 7px;
    width: 25%;
}

div.menu-cat .btn-noohn,
div.menu-cat .btn-noohn::before,
div.menu-cat .btn-noohn::after {
    background-image: none;
}

div.menu-cat .btn-noohn:hover {
    background-image: url('/app/assets/images/business/button/mid.png');
}
div.menu-cat .btn-noohn:hover::before {
    background-image: url('/app/assets/images/business/button/start.png');
}
div.menu-cat .btn-noohn:hover::after {
    background-image: url('/app/assets/images/business/button/end.png');
}


ul.nav-menu-cat {
    float: left;
    clear: both;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul.nav-menu-cat > li.nav-item,
ul.nav-menu-cat > li.nav-item-title {
    list-style-type: none;
    padding-left : 0;
}

div.menu-cat .btn-noohn {
    margin: 2px;
}

li.nav-item-title {
    margin-bottom: 15px;
    font-size: 21px;
    text-transform: uppercase;
    font-family: HelveticaNeueLTPro-BdCn, sans-serif;
    font-weight: lighter;
    font-style: normal;
    letter-spacing: 2px;
}

li.nav-item {
    margin: 0 0 5px;
    font-size: 18px;
}

div.nav-languages {
    position: absolute;
    top: 25px;
    left: 25px;
    z-index: 31;
}

div.nav-logo-wrapper {
    width: calc(100% - 80px);
    height: 100px;
    padding-left: 80px;
}

div.nav-logo-wrapper > div.nav-logo {
    width: 300px;
    height: 100%;
    padding: 25px 20px;
    border-radius: 0 0 10px 10px;
    margin: 0 auto;
}
div.nav-logo > a > img {
    width: 260px;
}

div.nav-action-wrapper {
    width: 80px;
    height: 100px;
    cursor: pointer;
}

div.nav-action-wrapper > div.nav-action {
    width: 80px;
    height: 80px;
    padding: 15px 17px 0;
    border-radius: 0 0 10px 10px;
}

div.nav-action > img {
    width: 37px;
    height: 26px;
    margin: 5px;
    text-align: center;
}

div.nav-action > span {
    padding-top: 5px;
    text-align: center;
    text-transform: uppercase;
}

nav#main-nav {
    padding: 0;
}

/******************************** Landing Page ********************************/
section#top {
    height: 100vh;
}

.landing-container {
    overflow: hidden;
    width: 100%;
    height: calc(100% - 0px);
    position: relative;
    background-image: url('/app/assets/images/business/Sushi_Noohn_lg.jpg');
    background-position: center;
    background-size: cover;
}

.landing-container > .landing-logo {
    width: 100%;
    position: absolute;
    top: calc(50% - 250px);
    left: calc(50% - 250px);
}

.landing-container > .social-icons {
    z-index: 10;
    position: absolute;
    bottom: 50px;
    left: 50px;
    width: 100px;
    height: 32px;
    align-content: baseline;
}

.landing-container > .social-icons a:hover > i {
    color: #BA352D !important;
}

.landing-container > .landing-reservation {
    position: absolute;
    bottom: 140px;
    right: 50px;
    width: 250px;
    height: 30px;
}

.landing-down {
    position: absolute;
    bottom: 0;
    right: 50px;
    width: 30px;
    cursor: pointer;
}

/******************************** Home ********************************/
section.home-section-text {
    width: 100%;
    min-height: 300px;
}

div.text-container {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    padding: 50px 0;
}

section.home-section-text h4.home-title {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 300;
}

section.home-section-text p.home-text {
    font-size: 26px;
    padding: 15px 0 0;
    font-weight: 400;
}

section.home-section-text div.home-text-links {
    width: 100%;
    position: absolute;
    bottom: 25px;
}

section.home-section-text div.home-text-links-left {
    width: 100%;
    text-align: left;
    position: absolute;
    bottom: 25px;
}

section.home-section-text div.home-text-links > a {
    line-height: 30px;
}

section.home-section-img {
    width: 100%;
    height: 500px;
}

section.home-section-img div.noohn-img-tab {
    text-align: center;
    text-transform: uppercase;
    position: absolute;
    top: 0;
    left: 30px;
}

section.home-section-map {
    width: 100%;
    height: 400px;
}

/******************************** Events ********************************/
section.events-section-text,
section.events-section-img,
section.events-section-instagram {
    clear: both;
    float: left;
    width: 100%;
    min-height: 300px;
}

section.events-section-text div.text-container,
section.events-section-img div.img-container {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    padding: 15px 0;
}

section.events-section-text h4.events-title {
    font-size: 18px;
}

section.events-section-text p.events-text {
    font-size: 26px;
    padding: 15px 0 0;
}

section.events-section-text div.events-text-links {
    position: absolute;
    bottom: 0;
    right: 0;
}

section.events-section-text div.events-text-links > a {
    line-height: 30px;
}

div.event-item-wrapper {
    margin: 50px 0;
}

div.event-item-wrapper > div {
    margin: 0 auto;
}
div.event-back {
    position: absolute;
    top: -40px;
    left: 20px;
}

div.event-item div.event-tab {
    text-align: center;
    text-transform: uppercase;
    position: absolute;
    top: 0;
    left: 30px;
    height: 35px;
    border-radius: 0 0 10px 10px;
    padding: 4px 10px 10px;
    z-index: 3;
}

div.event-item-container {
    float: left;
    width: 100%;
    margin-bottom: 25px;
}

div.event-item-container > div.event-item {
    width: 100%;
    height: 290px;
    max-height: 290px;
    margin: 0 15px 15px 0;
}

div.event-item img.event-item-img {
    width: 100%;
    height: 250px;
}

div.event-item > div.event-item-title {
    width: 100%;
    height: 75px;
    padding: 10px 30px 10px 10px;
}

div.event-item > div.event-item-text {
    width: 100%;
    padding: 15px 30px 15px 15px;
}

div.event-item-full-container {
    width: 75%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

div.event-item-full img.event-item-img {
    height: auto !important;
}

div.event-item-full {
    overflow: hidden;
    position: relative;
    margin: 50px 0;
    display: flex;
    flex-direction: row;
    text-align: left;
    background-color: #23231e;
	max-height: 90vh;
}

div.event-item > div.event-item-content {
    width: 100%;
    height: auto;
    overflow-y: auto;
    padding: 10px 40px;
}

.event-trigger {
    cursor: pointer;
}

.overlay-close {
    position: absolute;
    right: 60px;
    top: 30px;
    font-size: 35px;
    cursor: pointer;
}


/******************************** Footer ********************************/
footer {
    padding: 25px 0;
    position: relative;
    clear: both;
    float: left;
}

footer a:hover,
footer a:hover > i {
    color: #293133 !important;
}

footer > .text-container {
    padding-bottom: 0;
}

footer .footer-title {
    font-size: 26px;
    text-transform: uppercase;
}
footer .social-icons {
    position: relative;
    width: 100%;
    align-content: baseline;
}

footer ul.footer-links {
    float: left;
    clear: both;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

footer .footer-logos {
    display: flex;
    flex-direction: column;
}

footer .footer-logos img {
    position: relative;
    height: 100px;
    object-fit: contain;
    margin: 10px;
}

footer .footer-logos div {
    position: relative;
    margin: 0 auto;
    float: left;
    clear: both;
    width: 100%;
    height: 130px;
}

.footer-up {
    position: fixed;
    right: 50px;
    bottom: 50px;
    z-index: 10001;
    cursor: pointer;
    width: 30px;
    height: 30px;
    display: none;
}

footer .footer-copyright {
    margin: 0 auto;
    text-align: center;
}

footer #search {
    border: none;
    border-bottom: 1px solid white;
    color: white;
    background-color: transparent;
    min-width: 0;
}

footer #search-submit {
    background-color: transparent;
    border: none;
    cursor: pointer;
}

section.section-video-container {
    width: 100%;
    height: 100vh;
}

section.section-video-container video {
    width: 100%;
}

.powr-social-feed > iframe {
    height: 450px !important;
}

.promotion-container {
    position: absolute;
    display: flex;
    justify-content: center;
    bottom: 0;
    width: 100%;
    height: auto;
}

.promotion-container > .promotion {
    position: relative;
    background-color: #23231F;
    color: #FFFFFF;
    text-align: center;
    padding: 18px 67px 11px;
    border-radius: 10px 10px 0 0;
    font-size: 21px !important;
    cursor: pointer;
}

#apero_form {
    width: 100%;
    display: flex;
    flex-direction: column;
}

#apero_form > .apero_list_header,
#apero_form > .apero_list_footer{
    font-weight: bold;
    background-color: transparent !important;
}


#apero_form > .apero_list_header {
    border-bottom: 2px solid white;
}

#apero_form > .apero_list_footer {
    border-top: 2px solid white;
}

#apero_form > .item {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    padding: 10px;
}

#apero_form > .item div:first-child {
    min-width: 50% !important;
}

#apero_form h4 {
    font-size: 20px;
    margin: 25px 5px;
    font-weight: bold;
    color: #BA352D;
}

#apero_form > .item div {
    flex: 1 1 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

#apero_form > .item div:nth-child(4),
#apero_form > .item div:last-child {
    justify-content: flex-end;
}

#apero_form > .item:nth-child(odd) {
    background-color: #383834;
}

#apero_form > .item:nth-child(even) {
    background-color: #23231F;
}

#contact-form input,
#contact-form textarea,
#apero_customer_form input,
#apero_customer_form textarea {
    background-color: transparent;
    color: white;
}

#apero_form > .item input[type=number] {
    width: 100px;
    background-color: transparent;
    color: white;
}

#apero_form > .item span {
    margin-left: 5px;
}

.form-control:focus {
    border-color: #23231F;
    box-shadow: 0 0 0 .2rem rgba(35, 35, 31, 0.25);
}

.has-error {
    border-color: #BA352D;
    box-shadow: 0 0 0 .2rem rgba(186, 53, 45, 0.25);
}

.swal-modal {
    background-color: #383834;
    border: 1px solid #23231F;
}

.swal-button {
    background-color: #23231F;
}

.swal-icon--success__hide-corners,
.swal-icon--success::after, .swal-icon--success::before {
    background: transparent;
}

.swal-button:focus {
    box-shadow: none;
}

.swal-title,
.swal-text {
    color: white;
}

.search {
    border: none;
    border-bottom: 1px solid white;
    color: white;
    background-color: transparent;
    min-width: 0;
}

.search-submit {
    background-color: transparent;
    border: none;
    cursor: pointer;
    color: white;
}

.search-result {
    border-bottom: 1px solid white;
    width: 100%;
    margin-top: 20px;
}

.search-result a {
    color: white;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: border-bottom-color, .3s;
}

.search-result a:hover {
    border-color: white;
}

#search-results {
    min-height: calc(100vh - 525px);
}

.mobile-logo {
	display: none;
	width: 100%;
	height: 100%;
	padding: 15px 0 0;
	text-align: center;
}

.mobile-logo img {
	height: 100%;
	width: 100%;
	object-fit: contain;
}
