/*!
Theme Name: SDBX Studio
Theme URI: http://underscores.me/
Author: Craig Tran
Author URI: https://www.sdbxstudio.com
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: sdbx-wp-theme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

SDBX Studio is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
html {
    font-size: 17px;
}
#event-intro p {
    margin-bottom: 1rem;
}
.event-template a,
#event-intro a,
#event-highlight a,
#event-schedule a,
#nl-event-intro a {
    text-decoration: underline;
}
#event-intro a.no-underline {
    text-decoration: none;
}
p {
}
body {
    font-family: brandon-grotesque, sans-serif;
    font-weight: 400;
    font-style: normal;
}
article.post ul {
    list-style: disc !important;
}
article.post ol {
    list-style: number !important;
}
article.post h2 {
}
#program-commitee ul {
	list-style: disc !important;
}

#program-commitee ul li,
#program-commitee ol li{
	text-align: center;
	list-style-position:inside; 
	
}
#program-commitee ol {
	list-style: number !important;
}
#glt-translate-trigger {
    background: #b57916 !important;
    font-family: brandon-grotesque, sans-serif !important;
    text-transform: uppercase;
    letter-spacing: 0.05rem;
    font-size: 1rem;
}

.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}

.rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
}

.rslides li:first-child {
    position: relative;
    display: block;
    float: left;
}

.rslides img {
    display: block;
    height: auto;
    float: left;
    width: 100%;
    border: 0;
}
.rslides_nav {
    position: absolute; /* 2 */
    top: 50%; /* 3 */
    transform: translate(0, -50%);
    color: transparent;
    z-index: 999;
    width: 2rem;
    height: 2.5rem;
    background-repeat: no-repeat;
    background-size: contain;
}
.rslides_nav:hover {
    color: transparent;
}
.rslides_nav.prev {
    background-image: url(./images/arrow-prev.svg);
    left: 1rem;
}
.rslides_nav.next {
    background-image: url(./images/arrow-next.svg);
    right: 1rem;
}

/* Close Button */
.close-icon {
    margin: auto;
    text-align: center;
    width: 1.5rem;
    height: 1.5rem;
    display: block;
    position: relative;
    cursor: pointer;
}
.close-icon::before,
.close-icon::after {
    content: '';
    background: #000;
    position: absolute;
    height: 100%;
    width: 1px;
}
.close-icon.close-white::before,
.close-icon.close-white::after {
    background: #fff;
}
.close-icon::before {
    transform: rotate(45deg);
}
.close-icon::after {
    transform: rotate(-45deg);
}

/* Header Nav */
header ul#menu-main {
    display: flex;
    gap: 3rem;
    justify-content: space-between;
    padding-right: 3rem;
}

header .sub-menu ul.menu li.menu-item a,
footer .menu li a {
    display: inline-block;
    border-bottom: 2px solid transparent;
    transition: 0.3s;
    line-height: 1.2;
}
header .sub-menu ul.menu li.menu-item a {
    display: inline-block;
    margin-top: 0.5rem;
}
header .sub-menu ul.menu li.menu-item:hover a,
header .sub-menu ul.menu li.current-menu-item a,
footer .menu li:hover a {
    display: inline-block;
    border-bottom: 2px solid #b57916;
}

/* Hamburger Icon */
#hamburger-1.is-active .line:nth-child(2) {
    opacity: 0;
}

#hamburger-1.is-active .line:nth-child(1) {
    -webkit-transform: translateY(0.75rem) rotate(45deg);
    -ms-transform: translateY(0.75rem) rotate(45deg);
    -o-transform: translateY(0.75rem) rotate(45deg);
    transform: translateY(0.75rem) rotate(45deg);
}

#hamburger-1.is-active .line:nth-child(3) {
    -webkit-transform: translateY(-1rem) rotate(-45deg);
    -ms-transform: translateY(-1rem) rotate(-45deg);
    -o-transform: translateY(-1rem) rotate(-45deg);
    transform: translateY(-1rem) rotate(-45deg);
}

/* Blog */
#ajax-load-more {
    padding: 0 2%;
    background: #f5f3ee;
}
.alm-btn-wrap {
    background: #f5f3ee;
    margin: 0 !important;
}

.entry-content h2 {
    font-size: 1.5rem;
    line-height: 1.2;
    margin-bottom: 1rem;
}
.about-template .entry-content h2 {
    margin-bottom: 0;
}
.entry-content h3 {
    font-size: 1.25rem;
    line-height: 1.2;
    margin-bottom: 1rem;
}
.entry-content h4 {
    font-size: 1.125rem;
    line-height: 1.2;
    margin-bottom: 1rem;
}
.entry-content ul {
    list-style: disc;
    margin-left: 1.5rem;
}
.entry-content ol {
    margin-left: 1.5rem;
}

/* WP Gallery */
.gallery {
    padding: 0;
    list-style-type: none;
    margin: 0 auto 18px;
}

.gallery .gallery-item {
    float: left;
    margin-top: 0;
    text-align: center;
    width: 33%;
}
.gallery-columns-2 .gallery-item {
    width: 50%;
}
.gallery-columns-4 .gallery-item {
    width: 25%;
}
.gallery img {
    padding: 8px;
}
.gallery img:hover {
    background: white;
}
.gallery-columns-2 .attachment-medium {
    max-width: 92%;
    height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
    max-width: 84%;
    height: auto;
}
.gallery .gallery-caption {
    color: #888;
    font-size: 12px;
    margin: 0 0 12px;
}
.gallery dl,
.gallery dt {
    margin: 0;
}
.gallery br + br {
    display: none;
}
.back-button a {
    padding: 0.5rem 1rem;
    font-size: 1rem;
    border-radius: 0px;
    background-color: #b57916;
}
.back-button:hover {
    opacity: 0.9;
}
.back-button a:hover {
    color: #fff;
}
.footer-links a:hover {
    color: #fff;
}

.restaurant-week-date {
    font-size: 1.875rem; /* 30px */
    line-height: 2.25rem; /* 36px */
}
.restaurants ul {
    list-style-type: disc;
    margin-left: 1.25rem;
}
@media only screen and (max-width: 767px) {
    header ul#menu-main {
        display: block;
        padding-right: 0;
    }
    header ul#menu-main li a {
        border-bottom: 1px solid #b57916;
        padding: 25px 15px;
        background: url('./images/caret-right.png') no-repeat center right;
    }

    .sub-nav-header {
        background: url('./images/caret-left.png') no-repeat center left;
        padding-left: 30px;
    }

    #site-sub-navigation .menu {
        margin-left: 30px;
    }
    header .search-icon img {
        width: 2.25rem;
    }
    header .search-icon,
    header .search-icon:hover {
        border-bottom: 0;
        padding: 0 0 0 2rem;
    }
    img.member-info-open {
        height: 30rem;
    }
    .restaurant-week-date {
        font-size: 1rem;
        padding-top: 0;
    }
}

/* MODAL */
.modal {
    z-index: 99999999999999999;
}
