/* ==================Custom Pop Ups================== */
.wrapper-custom-popup {
    background-color: rgba(255, 255, 255, 0.9);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
    z-index: 9;
    visibility: visible;
    transition: all 0.5s ease 0s;
}
.custom-popup {
    max-width: 80%;
    max-height: 90vh;
    margin: 0 auto;
    top: 50%;
    left: 50%;
    position: fixed;
    z-index: 999;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: all 0.5s ease 0s;
    width: 600px;
}
.custom-popup .additional {
    padding: 90px;
    background-color: #0f3301;
}
.custom-popup .additional:after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 60px;
    background-image: url('../css/icons/pattern.svg');
    background-repeat: repeat-x;
    background-size: contain;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    background-position: center bottom;
}

.custom-popup h2 {
    color: #fff;
    width: 100%;
    font-size: 5rem;
    line-height: 1.1;
    font-weight: 300;
    letter-spacing: 0.4rem;
    margin: 0 0 50px;
    text-align: center;
}

.custom-popup p {
    font-size: 2.6rem;
    letter-spacing: 0.04em;
    font-weight: 300;
    color: #fff;
    margin-bottom: 40px;
    text-align: center;
}
.custom-popup .white-button .close-icon svg {
    fill: #fff;
}
.custom-popup .close-icon,
.custom-popup .close-icon svg{
    width: 50px;
    height: 50px;
}
.custom-popup .close-modal {
    top: 20px;
    right: 25px;
}
.custom-popup img {
    width: auto;
    height: auto;
    max-height: 90vh;
    max-width: 100%;
    margin: auto;
    display: block;
}
.custom-popup img.btn-under-img {
    max-height: calc(90vh - 160px);
}
.custom-popup a.popup_img_btn,
.custom-popup a.popup_btn {
    text-align: center;
    padding: 15px 25px;
    color: #ffffff;
    background-color: #0f3301;
    border: 1px solid #ffffff;
    font-size: 2.1rem;
    letter-spacing: 0.04em;
    font-weight: 400;
    display: block;
    width: fit-content;
    width: -moz-fit-content;
    max-width: 100%;
    margin: auto;
}
.custom-popup a.popup_img_btn.front-img {
    margin: 0;
    position: absolute;
    top: 90%;
    left: 50%;
    -ms-transform: translate(-50%, -90%);
    transform: translate(-50%, -90%);
}
.custom-popup a.popup_img_btn:hover,
.custom-popup a.popup_btn:hover {
    color: #0f3301;
    background-color: #ffffff;
    border-color: #0f3301;
}
.on-the-go .sit-in-menu-cta .sit-in-menu-cta-svg {
    writing-mode: vertical-rl;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(180deg);
    text-align: center;
    background-color: orange;
    color: #ffffff;
    font-size: 1.8rem;
    font-weight: 500;
    padding-right: 12px;
    letter-spacing: 1px;
}
.on-the-go .sit-in-menu-cta .reserve-it-btn {
    background-color: #0f3301;
}
.on-the-go .sit-in-menu-cta .order-it-btn {
    background-color: #009DE0FF;
    height: 175px;
}
.on-the-go .call-actions i {
    font-size: 2rem;
    vertical-align: baseline;
    margin-right: 7px;
}
.on-the-go .call-actions i.fa-viber {
    color: #7360F2;
}
.on-the-go .call-actions i.fa-whatsapp {
    color: #25D366;
}
.on-the-go .call-actions i.fa-skype {
    color: #00aff0;
}
.on-the-go .call-actions i.fa-phone {
    color: #0f3301;
}
.on-the-go .call-actions {
    position: absolute;
    left: 78px;
    width: 272px;
    font-size: 18px;
    background-color: #F5F5F5;
    z-index: 9999999;
    padding: 35px 20px 20px;
    top: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.on-the-go .call-actions.active {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.on-the-go .call-actions li {
    padding-bottom: 15px;
}
.mobile-cta.on-the-go .call-actions a {
    flex-basis: unset;
    text-align: center;
    background: none;
    padding: 0;
    color: #1d1d1b;
    font-size: unset;
    border: none;
}
.mobile-cta.on-the-go .call-actions {
    left: 50%;
    transform: translate(-50%,0);
    width: 100%;
    top: unset;
    bottom: 72px;
}
.mobile-cta.on-the-go a {
    padding: 20px;
    color: #ffffff;
    font-size: 1.9rem;
    border: none;
}
.mobile-cta.on-the-go a.reserve-it-btn {
    color: #0f3301;
    border: 2px solid #0f3301;
}
.mobile-cta.on-the-go a.order-it-btn {
    color: #0f3301;
    border: 2px solid #0f3301;
}
.mobile-cta.on-the-go {
    display: none;
}
.mobile-cta.on-the-go .call-actions i {
    font-size: 2rem;
}
.on-the-go .sit-in-menu-list {
    margin-bottom: 35px;
}
.page-template-food-template .header-wrapper.dark-menu .custom-nav ul.menu > li.sitinmenu > a,
.page-template-drinks-menu .header-wrapper.dark-menu .custom-nav ul.menu > li.sitinmenu > a,
.page-template-brunch-menu .header-wrapper.dark-menu .custom-nav ul.menu > li.sitinmenu > a,
.page-template-foodonthego-template .header-wrapper.dark-menu .custom-nav ul.menu > li.deliverymenu > a,
.page-template-drinksonthego-template .header-wrapper.dark-menu .custom-nav ul.menu > li.deliverymenu > a {
    color: #231f20;
}
.contact-us .delivery-info {
    flex-basis: 100%;
    margin: 30px 0;
    flex-wrap: wrap;
}
.delivery-menu .select-menu-container li {
    position: relative;
    z-index: 9;
}
.delivery-menu .select-menu-container li .sub-menu {
    position: absolute;
    left: 0px;
    margin-left: 0;
}
.delivery-menu .select-menu-container li .sub-menu li {
    max-width: 250px;
}
.delivery-menu .select-menu-container li .sub-menu li a {
    padding-left: 20px;
    padding-right: 20px;
}
.delivery-menu .select-menu-container li .sub-menu li:first-child {
    border-bottom: none;
    border-right: 2px solid #0f3301;
}
.delivery-menu .stores-container {
    width: 100%;
    margin: 60px auto;
}
.delivery-menu .stores-container .store-container {
    width: 50%;
    padding: 0 15px;
    margin-bottom: 40px;
}
.delivery-menu .stores-container .store-container h2 {
    text-align: center;
    margin: 0 0 12px;
    font-size: 4rem;
    font-weight: 300;
}
.page-template-delivery-how-template .delivery-menu .stores-container .store-container a,
.delivery-menu .stores-container .store-container a:hover {
    color: #0f3301;
}

.delivery-menu .stores-container .store-container a:hover {
    font-weight: 500;
}
.delivery-menu .stores-container .store-container p {
    margin-bottom: 15px;
}
.delivery-menu .stores-container .store-container .store-info {
    margin-top: 32px;
    font-size: 2.2rem;
    font-weight: 300;
    color: #000000;
}
.delivery-menu .stores-container .store-container .store-info ul li {
    display: inline-block;
}
.select-menu-container li.menu-item-has-children .sub-menu {
    display: none;
}
.single-post .site-main a,
.single-post .site-main a:hover,
.single-post .site-main a:visited,
.single-post .site-main a:focus {
    color: #0f3301;
}
.delivery-menu .map-image-container {
    position: relative;
    text-align: center;
}
.delivery-menu .map-image-container h4 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #ffffff;
    font-size: 3.2rem;
    font-weight: 400;
    margin: 0;
    opacity: 0;
    -webkit-transition: all.3s ease;
    -moz-transition: all.3s ease;
    -o-transition: all.3s ease;
    transition: all.3s ease;
}
.delivery-menu .map-image-container div {
    position: relative;
}
.delivery-menu .map-image-container div:after {
    content: "";
    background-color: rgba(0, 0, 0, .3);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    -webkit-transition: all.3s ease;
    -moz-transition: all.3s ease;
    -o-transition: all.3s ease;
    transition: all.3s ease;
    opacity: 0;
    right: 0;
}
.delivery-menu .delivery-title-container {
    align-items: end;
    justify-content: center;
}
.delivery-menu .delivery-title-container div img {
    width: 100%;
    max-width: 200px;
}
.delivery-menu .delivery-title-container div i {
    font-size: 80px;
    color: #FFA500FF;
}
.delivery-menu .stores-container .store-container .delivery-title-container h2 {
    padding-right: 20px;
    margin: 0;
}
.page-template-delivery-how-template .delivery-menu .stores-container .store-container .store-info {
    font-size: 2.8rem;
    text-align: center;
    margin-top: 50px;
}
.page-template-delivery-how-template .delivery-menu .stores-container {
    margin: 120px auto;
}
.page-template-delivery-how-template .delivery-menu .stores-container .store-container {
    margin-bottom: 50px;
}
.page-template-delivery-how-template .delivery-menu .stores-container .store-container .store-info ul {
    width: fit-content;
    width: -moz-fit-content;
    margin: auto;
}
.page-template-delivery-how-template .delivery-menu .stores-container .store-container .store-info ul li {
    display: block;
    background:url('/wp-content/themes/itrestaurant/css/icons/pattern.svg') no-repeat top left;
    margin: 0 auto 30px;
    padding: 4px 0 4px 34px;
    text-align: left;
    background-size: 28px 50px;
}
.footer-newsletter .info-col {
    margin: 40px 0 0;
}