/*End Generated Styles*/@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Special+Elite&display=swap');

body {
    font-family: "Barlow Condensed", sans-serif;
    font-size: 24px;
    color: #502608;
    background: #fff;
}
a {
    transition: all 0.3s;
    color: #e11b4e;
    text-decoration: underline;
}
a:hover,
a:focus {
    color: #ff517e;
    text-decoration: none;
}
a img {
    transition: all 0.3s;
}
a:hover img {
    opacity: 0.8;
}
a[href^="tel"] {
    color: inherit;
    text-decoration: none;
}
.center {text-align: center;}
#navigation, #header, #footer, .page_title {
    display: none;
}
#wrap {
    float:  none;
}
#mainbody {
    width: 100%;
    max-width: 100%;
    border: 0;
    background: transparent;
    padding: 0;
    display: block;
}
#user_content {
    float: none;
}
#user_content,
#content p {
    font-family: "Barlow Condensed", sans-serif;
    font-size: 24px;
}
#content p {
    margin: 1em 0;
}
#user_content p:last-child {
padding-bottom: 0;
}

.homepage #container {
    height: 100vh;
    background-color: #000;
    overflow: hidden;
}
#content.whatsnew_empty {
    width: 100% !important;
    padding: 0;
    float:  none;
}

.split-container {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}
.bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}
.image-left {
    background-image: url("/uploads/2026/08/20/home-band-bw.jpg");
    background-color: #000;
}
.image-right {
    background-image: url("/uploads/2026/08/20/gonzo-ramen-appetizers-group-shot.jpg");
    background-color: #000;
    clip-path: polygon(0 0, 65% 0, 35% 100%, 0% 100%);
}
.split-container-content {
    position: relative;
    z-index: 10;
    display: flex;
    flex-direction: column;
    height: 100%;
    align-items: center;
    justify-content: space-between;    
}

.home-logo-arrow {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 20vh;
}
.home-logo-arrow a {
    text-decoration: none;
    color: #fff;
    font-weight: 900;
    font-size: 60px;
    text-transform: uppercase;
    background-color: rgba(191,0,54,0.8);
    padding: 0 10px 8px 10px;
}
.home-arrow-day a:before {
    content: '';
    width: 65px;
    height: 57px;
    display: inline-block;
    background: url(/uploads/2026/08/20/arrow_home-left.png) center/contain no-repeat;
    position: relative;
    top: 7px;
    left: 0;
    margin-right: 5px;
    padding-left: 20px;
    transition: all 0.3s;
}
.home-arrow-night a:after {
    content: '';
    width: 65px;
    height: 57px;
    display: inline-block;
    background: url(/uploads/2026/08/20/arrow_home-right.png) center/contain no-repeat;
    position: relative;
    top: 7px;
    right: 0;
    margin-left: 5px;
    padding-right: 20px;
    transition: all 0.3s;
}
.home-logo-arrow a:hover {
    background-color: rgba(191,0,54,0.9);
}
.home-arrow-day a:hover:before {
    left: -5px;
}
.home-arrow-night a:hover:after {
    right: -5px;
}

.home-footer {
    color: #fff;
    text-align: center;
}
.home-footer a {
    color: #fff;
    text-decoration: none;
}
.home-footer a:hover {
    text-decoration: underline;
}
#content .home-footer p {
    font-size: 24px;
    text-shadow: 0 0 5px #000;
}
#content .home-footer p.copyright {
    font-size: 18px;
}

/************* DAY PAGE *********************************/
body.day-page {
    background: url(/uploads/2026/08/21/day_bg.jpg) center repeat #faf7ef;
}
.day-page #content .ramen-menu-wrap h2 {
    color: #502608;
    font-size: 30px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 800;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.day-page #content .ramen-menu-wrap h2:before {
    content: '';
    width: 210px;
    height: 59px;
    background: url(/uploads/2026/08/21/day_title-left.png) center/contain no-repeat;
}
.day-page #content .ramen-menu-wrap h2:after {
    content: '';
    width: 185px;
    height: 59px;
    background: url(/uploads/2026/08/21/day_title-right.png) center/contain no-repeat;
}

.day-header {
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: url(/uploads/2026/08/21/day_header.jpg) center/cover no-repeat;
    padding: 1em;
}
#content .day-header h1 {
    color: #fff;
    font-size: 50px !important;
    max-width: 700px;
    font-weight: 800;
    text-shadow: 0 0 10px #000;
}
.ramen-menu-wrap,
.recognition-wrap {
    width: 1300px;
    max-width: 100%;
    margin: 0 auto;
    padding: 2em 1em 0 1em;
}
.ramen-menu-list,
.more-menu-list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 25px;
    justify-content: space-evenly;
    margin: 20px 0;
}
#content .ramen-menu-list h3,
#content .more-menu-list h3 {
    font-size: 22px;
}

#content .large-text {
    text-align: center;
    font-size: 30px;
    font-weight: 800;
    text-transform: uppercase;
}
.btn-order {
    text-decoration: none;
    font-size: 30px;
    color: #fff;
    background-color: #6a3022;
    font-weight: 800;
    text-transform: uppercase;
    padding: 20px 100px 25px 80px;
    margin: 0.5em 0;
    display: inline-block;
    position: relative;
}
.btn-order:after {
    content: '';
    display: inline-block;
    width: 60px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: url(/uploads/2026/08/21/day_buttonbg.png) center right repeat;
    clip-path: polygon(100% 0%, 100% 100%, 0 100%, 50% 50%, 0 0);
    transition: all 0.3s;
}
.btn-order:hover,
.btn-order:focus {
    color: #fff;
}
.btn-order:hover:after,
.btn-order:focus:after {
    background-position-x: 1px; 
}

.recognition-wrap {
    display: flex;
    flex-wrap: wrap;
}
.recognition-wrap > div {
    width: 50%;
}
.recognition-list {
    background-color: rgba(255,255,255,0.7);
    padding: 2em 1.5em;
}
#content .recognition-list h2 {
    font-size: 24px;
    color: #502608;
    text-transform: uppercase;
    display: flex;
    align-items: flex-end;
    gap: 15px;
    margin-bottom: 1em;
}
.recognition-image img {
    width: 100%;
    height: 100% !important;
    display: block;
    object-fit: cover;
}
#content .recognition-list p {
    margin: 10px 0;
    font-size: 25px;
}
#content .recognition-list p strong {
    min-width: 40px;
    display: inline-block;
}
#content .recognition-list p .yelp-year {
    display: inline-block;
    color: #fff;
    background-color: #6a3022;
    padding: 0 8px 3px 8px;
    font-weight: 500;
    margin-left: 5px;
}

.day-page footer {
    text-align: center;
    background: url(/uploads/2026/08/21/day_footer.jpg) center/cover no-repeat;
    position: relative;
    z-index: 0;
    color: #fff;
    margin-top: 50px;
    padding: 1em;
}
.day-page footer:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0,0,0,0.7);
    top: 0;
    z-index: -1;
    left: 0;
}
.day-page #content footer h2 {
    color: #fff;
    font-weight: 400;
    font-size: 60px;
    text-transform: uppercase;
}
.day-page #content footer h2:before {
    content: '';
    display: block;
    width: 315px;
    height: 61px;
    background: url(/uploads/2026/08/21/day_open-today.png) center/contain no-repeat;
    margin: 0 auto;
    position: relative;
    top: 4px;
}
.day-page #content footer p {
    margin: 0.5em 0;
}
.day-page #content footer a {
    color: #fff;
    text-decoration: none;
}
.day-page #content footer a:hover {
    text-decoration: underline;
}
footer .sns-wrap,
#footer .sns-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10px 40px;
    padding: 0.5em 0;
}
footer .sns-wrap a:hover,
#footer .sns-wrap a:hover {
    opacity: 0.8;
}
#user_content .sns-wrap img,
#footer .sns-wrap img {
    width: 30px;
    height: auto;
}

#content footer .copyright,
#footer .copyright {
    font-size: 18px !important;
    color: #bcbcbc !important;
}

/************* DAY PAGE *********************************/
body.night-page {
    background-color: #000;
}
body.night-page #content p {
    color: #fff;
}
body.night-page #content h1,
body.night-page #content h2 {
    font-family: "Special Elite", system-ui;
    color: #fff;
}
body.night-page #content h1 {
    font-size: 70px !important;
    margin: 20px 0 0 0;
    text-transform: uppercase;
}
body.night-page #content h2 {
    font-size: 45px !important;
}
.gonzo-red {
    color: #e11b4e;
}
.night-header {
    text-align: center;
    padding: 1em 1em 1.5em 1em;
}
body.night-page #content .night-header p {
    margin: 0.3em 0;
}
    
.night-gallery {
    display: flex;
    flex-wrap: wrap;
}
.night-gallery div {
    width: 50%;
    height: 95vh;
}
#user_content .night-gallery img {
    display: block;
    object-fit: cover;
}
#user_content .gallery-left img:nth-of-type(1) {
    height: 31%;
}
#user_content .gallery-left img:nth-of-type(2) {
    height: 31%;
}
#user_content .gallery-left img:nth-of-type(3) {
    height: 38%;
}
#user_content .gallery-right img:nth-of-type(1) {
    height: 45%;
}
#user_content .gallery-right img:nth-of-type(2) {
    height: 30%;
}
#user_content .gallery-right img:nth-of-type(3) {
    height: 25%;
}
.night-blog {
    text-align: center;
    padding: 1.5em 1em 1em 1em;
}
.night-blog a {
    color: #fff;
    text-decoration: none;
    display: inline-block;
    position: relative;
}
.night-blog a:after {
    content: '\279C';
    color: #e11b4e;
    display: inline-block;
    margin-left: 5px;
}
.night-blog a:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    opacity: 0;
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    transform: translateY(5px);
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    pointer-events: none;
}
.night-blog a:hover:before {
    opacity: 1;
    -webkit-transform: translateY(2px);
    -moz-transform: translateY(2px);
    transform: translateY(2px);
}
.night-blog a.btn-night {
    color: #fff;
    background-color: #e11b4e;
    padding: 10px 40px 15px 40px;
    margin: 1em 0;
    font-size: 18px;
}
.night-blog a.btn-night:hover {
    background-color: #a50c34;
}
.night-blog a.btn-night:before,
.night-blog a.btn-night:after {
    display: none;
}
body.night-page footer,
body.whatsnew-page #footer {
    background-color: #202020;
    padding: 1em;
    text-align: center;
}
body.contact-page footer {
    padding: 1em;
    text-align: center;
}
body.night-page #content footer p,
body.whatsnew-page #footer p {
    margin: 0.5em 0;
    color: #fff;
    font-size: 24px;
}
body.contact-page #content footer p {
    margin: 0;
    color: #fff;
    font-size: 24px;
}
body.night-page footer a,
body.contact-page footer a,
body.whatsnew-page #footer a {
    color: #fff;
    text-decoration: none;
}
body.night-page footer a:hover,
body.contact-page footer a:hover,
body.whatsnew-page #footer a:hover {
    text-decoration: underline;
}
body.night-page footer .copyright,
body.contact-page footer .copyright,
body.whatsnew-page #footer .copyright {
    color: #a0a0a0;
}

/************* WHATS NEW PAGE *********************************/
body.whatsnew-page {
    background: #000;
}
body.whatsnew-page a {
    color: #fc275e;
}
body.whatsnew-page a:hover {
    color: #e46586;
}
body.whatsnew-page #content.whatsnew_empty {
    width: 1300px !important;
    max-width: 100%;
    margin: 0 auto;
}
body.whatsnew-page #header {
    display: block;
    background: #000;
    min-height: 100px;
}
body.whatsnew-page #header .webdexpress_header {
    padding: 1em;
}
body.whatsnew-page #header .webdexpress_header h1 {
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: url(/uploads/2026/08/24/logo_night.png) 0 no-repeat;
    image-rendering: -webkit-optimize-contrast;
    background-size: 100%;
    margin: 0 auto;
    width: 135px;
    height: 62px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
body.whatsnew-page #header .webdexpress_header h1 a {
    display: block;
    width: 135px;
    height: 62px;
}
body.whatsnew-page #header .webdexpress_header h2 {
    display: none;
}

#whatsnew_full_list {
    float: none;
    gap: 60px 20px;
    justify-content: center;
    padding: 0 1em;
}
#whatsnew_full_list .whatsnew_image_top {
    width: calc(100% / 4 - 20px);
    margin: 0;
}
#whatsnew_full_list .whatsnew_image_top:nth-child(2n+1) {
    margin: 0;
}
#whatsnew_full_list .whatsnew_image_top .whatsnew_image {
    width: 100%;
    height: 400px;
}
#whatsnew_full_list .whatsnew_excerpt {
    display: none;
}

#whatsnew_full_list .whatsnew_date,
#whatsnew_full_list .whatsnew_title a {
    font-family: "Barlow Condensed", sans-serif;
    color: #fff;
}
#whatsnew_full_list .whatsnew_date {
    font-size: 18px;
    padding: 0;
    background: none;    
}
#whatsnew_full_list .whatsnew_title a {
    font-size: 24px;
    text-decoration: none;
    display: block;
}
#whatsnew_full_list .whatsnew_title a:hover,
#whatsnew_full_list .whatsnew_title a:focus {
    color: #777;
}

#bloguru_pagination {
    padding: 1em;
}
#bloguru_pagination .pag_container #paginator_index {
    color: #fff;
    font-size: 18px;
}
body.whatsnew-page #bloguru_pagination .pag_container li ol li a {
    border: 0;
    font-size: 20px;
    color: #fff;
}
body.whatsnew-page #bloguru_pagination .pag_container li ol li a:hover,
body.whatsnew-page #bloguru_pagination .pag_container li ol li.active a {
    background: transparent;
    color: #777;
    font-weight: 600;
}

body.whatsnew-page #footer {
    display: block;
    background: #202020;
    margin-top: 1em;
    text-align: center;
    font-size: 30px;
}
body.whatsnew-page #footer .webdexpress_navigation {
    display: none;
}

body.whatsnew-article #content .page_title {
    display: block;
    color: #fff;
    font-family: "Barlow Condensed", sans-serif;
    text-align: center;
    font-size: 30px;
}
#whatsnew_full,
#whatsnew_full i {
    color: #fff;
}
#whatsnew_full i {
    font-size: 18px;
    text-align: center;
    margin-bottom: 2em;
}
#whatsnew_full .img-wrap {
    padding: 0 1em;
    width: 900px;
    max-width: 100%;
    margin: 0 auto;
}
#whatsnew_full .whatsnew_excerpt {
    color: #fff;
    font-family: "Barlow Condensed", sans-serif;
    padding: 0 1em;
    width: 900px;
    max-width: 100%;
    margin: 0 auto;
}
.back-button {
    padding: 0 1em;
}
.back-button a {
    background-color: #e11b4e;
    color: #fff !important;
    text-decoration: none;
    padding: 10px 20px;
    font-size: 18px;
    display: inline-block;
    margin: 1em 0;
}
.back-button a:before {
    content: '\279C';
    display: inline-block;
    margin-right: 5px;
    rotate: 180deg;
    position: relative;
    top: 0;
    left: 0;
}
.back-button a:hover,
.back-button a:focus {
    background-color: #a50c34;
}


/************* CONTACT PAGE *********************************/
body.contact-page {
    background-color: #000;
    position: relative;
}
body.contact-page:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0.3;
    background: url(/uploads/2026/08/24/bg_contact.jpg) center/cover no-repeat fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}
.contact-header {
    text-align: center;
    padding: 1em 1em 0 1em;
}
#content .contact-header h1 {
    color: #fff;
    font-size: 45px !important;
    font-weight: 300;
}
.contact-wrap {
    width: 900px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 1em 1em 1em;
    color: #fff;
}
.informakers-form {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
}
.informakers-form div.input.required:nth-of-type(2),
.informakers-form div.input.required:nth-of-type(3) {
    width: calc(100% / 2 - 20px);
}
.informakers-form div.input.required:nth-of-type(4) {
    width: 100%;
}
.informakers-form label {
    display: block;
    font-weight: 400 !important;
    font-size: 20px;
}
.informakers-form input[type="text"],
.informakers-form textarea {
    width: 100%;
    outline: 0;
    border: #999 1px solid;
    padding: 10px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border-radius: 0;
    background-color: transparent;
    color: #fff;
    font-family: "Barlow Condensed", sans-serif;
    font-size: 20px;
}
.informakers-form input[type="text"]:focus,
.informakers-form textarea:focus {
    box-shadow: none;
    border: 1px solid #aaa;
    background-color: rgba(0,0,0,0.5);
}
.informakers-form .error-message {
    color: #fffc00;
    font-size: 18px;
}
.informakers-form .g-recaptcha {
    margin: 0.5em 0;
}
#formSubmitButtonActive {
    width: 100%;
}
#formSubmitButtonActive input[type="button"] {
    border: 0;
    display: inline-block;
    background-color: #e11b4e;
    padding: .5em 1em;
    margin: 0;
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    appearance: none;
    transition: all .3s;
    font-size: 22px;
    font-family: "Barlow Condensed", sans-serif;
    text-transform: uppercase;
    font-weight: 500;
}
#formSubmitButtonActive input[type="button"]:hover,
#formSubmitButtonActive input[type="button"]:focus {
    background-color: #a50c34;
}

/************* MEDIA QUERY *********************************/
@media only screen and (max-width:1065px) {
    .bg-image {
        height: 50%;
    }
    .image-right {
        clip-path: none;
    }
    .image-left {
        bottom: 0;
        top: inherit;
    }
    .home-logo-arrow {
        flex-direction: column;
        padding: 0;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
    .home-logo {
        margin: 50px 20px;
        width: 500px;
        max-width: 100%;
    }
    .home-logo-arrow a {
        font-size: 50px;
        padding: 5px 10px 10px 10px;
    }
    .home-arrow-day a:before {
        top: 10px;
        padding-left: 10px;
    }
    .home-arrow-night a:after {
        top: 10px;
        padding-right: 10px;
    }
    .home-footer {
        position: absolute;
        bottom: 0;
    }
    #content .home-footer p {
        font-size: 0.7em;
        margin: 0.5em 0;
    }
    #content .home-footer p.copyright {
        font-size: 15px;
    }
}
@media only screen and (max-width:880px) {
    .ramen-menu-list img {
        width: 300px;
    }
    .recognition-wrap > div {
        width: 100%;
    }
    .recognition-list {
        padding: 1em;
    }
    #whatsnew_full_list .whatsnew_image_top {
        width: calc(100% / 2 - 20px);
    }    
}
@media only screen and (max-width:685px) {
    .day-page #content h2 {
        flex-direction: column;
    }
    .day-page #content h2:after {
        display: none;
    }
    .day-page #content .recognition-list h2 {
        flex-direction: row;
    }
}
@media only screen and (max-width:560px) {
    #content .day-header h1 {
        font-size: 40px !important;
    }
    .btn-order {
        padding: 20px 70px 25px 30px;
    }
    
    #whatsnew_full_list .whatsnew_image_top {
        width: 100%;
    }    
    
    .informakers-form div.input.required:nth-of-type(2),
    .informakers-form div.input.required:nth-of-type(3) {
        width: 100%;
    }
}