/*
Theme Name: Bagel Shop
Theme URI: https://github.com/studiopress/genesis-block-theme/
Template: genesis-block-theme
Author: StudioPress
Author URI: https://www.studiopress.com/
Description: A beautifully-simple yet powerful WordPress theme that integrates perfectly with the block editor and the Genesis Blocks plugin. Start building amazing websites with blocks today! Install the Genesis Blocks plugin to add even more page-building blocks such as testimonials, sharing icons, notices, call to actions, buttons and more.
Tags: one-column,featured-images,theme-options,custom-background,custom-colors,custom-logo,custom-menu,editor-style,translation-ready,footer-widgets,full-width-template,blog,sticky-post,threaded-comments,wide-blocks
Version: 1.0.0.1660716721
Updated: 2022-08-17 06:12:01

*/

@font-face {
    font-family: 'Oswald';
    src: url('fonts/oswald/Oswald-Bold.woff') format('woff2'),
        url('fonts/oswald/Oswald-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Oswald';
    src: url('fonts/oswald/Oswald-SemiBold.woff') format('woff2'),
        url('fonts/oswald/Oswald-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Oswald';
    src: url('fonts/oswald/Oswald-Medium.woff') format('woff2'),
        url('fonts/oswald/Oswald-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Oswald';
    src: url('fonts/oswald/Oswald-Regular.woff') format('woff2'),
        url('fonts/oswald/Oswald-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Oswald';
    src: url('fonts/oswald/Oswald-Light.woff') format('woff2'),
        url('fonts/oswald/Oswald-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Oswald';
    src: url('fonts/oswald/Oswald-ExtraLight.woff') format('woff2'),
        url('fonts/oswald/Oswald-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Gruppo';
    src: url('fonts/gruppo/Gruppo.woff') format('woff2'),
        url('fonts/gruppo/Gruppo.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


/*Menu CSS*/
.nav-menu ul li ul {
    position: absolute;
    top: 100%;
    left: 0;
    list-style: none;
    z-index: 1;
    margin: 0 !important;
    padding: 0;
    min-width: 150px;
    transition: all linear .1s;
    background-color: #fff;
    visibility: hidden;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
}
.nav-menu ul li ul ul{
    left:100%;
    top:0;
}
.nav-menu ul li:hover>ul {
    display: block;
    opacity: 1;
    visibility: visible;
    -moz-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
}
.nav-menu .sub-menu {
    background: #192336;
    min-width: 20rem;
    text-align: left;
}
.nav-menu ul#headernav .sub-menu li {
    padding: 0;
    margin: 0;
    display: block;
    border-bottom: 1px solid #c1c0c033;
}
.nav-menu ul#headernav .sub-menu li:last-child{
    border-bottom: none;
}
.nav-menu ul#headernav .sub-menu li a {
    padding: 10px 15px;
    font-size: 14px;
    display: block;
    text-transform: capitalize;
    line-height: 1.5;
    color: #000;
    border: transparent;
}
.nav-menu ul#headernav .sub-menu li{
    position: relative;
}

.nav-menu ul#headernav .sub-menu li a::after{
    display: none;
}
.nav-menu ul#headernav .sub-menu li a:hover {
    color: #e72714;
}
.nav-menu ul#headernav .sub-menu li.current-menu-item a{
    color: #e72714; 
}
.header-right-bottom span.sidebar-menu-arrow{
    display: none;
}
/* header mobile menu */
.menu-wrap {
    background-color: #192336;
    position: fixed;
    top: 0;
    height: 100%;
    width: 100%;
    right: -100%;
    font-size: 1em;
    font-weight: 700;
    overflow: auto;
    transition: .5s;
    z-index: 12;
    display: flex;
    justify-content: center;
    align-items: center;
}

.menu-full-wrapper {
    width: 100%;
    position: relative;
    height: 100%;
}

.menu-show {
    right: 0;
    box-shadow: none;
    display: block;
    max-width: 100%;
}

.menu-sidebar {
    margin: 0;
    position: relative;
    top: 70px;
    width: 100%;
    margin-left: auto;
    height: auto;
    align-items: center;
    display: flex;
}

.menu-bar-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}

.menu-sidebar .menu-bar-wrapper li {
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    margin: 0;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0);
    padding: 0;
}

.menu-sidebar .menu-bar-wrapper .menu-item-has-children .sub-menu li:first-child {
    border-top: 1px solid rgba(255,255,255,0);
}

.menu-sidebar .menu-bar-wrapper li:last-child{
    border: none;
}

.menu-sidebar .menu-bar-wrapper li > a {
    color: #fff;
    font-family: 'Oswald';
    font-weight: 400;
    padding: 7px 20px;
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 35px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    outline: none;
}

.menu-sidebar .menu-bar-wrapper li > a:hover::after {
    opacity: 1;
}

.menu-sidebar .menu-bar-wrapper li > a:hover {
    background-color: transparent;
    color: #fff;
    width: 100%;
}

.menu-sidebar .menu-bar-wrapper li > a:hover::after {
    opacity: 1;
}

.menu-sidebar .menu-bar-wrapper li.current-menu-item.menu-item-23 ul li a {
    background: none;
}

.menu-sidebar .menu-bar-wrapper li.current-menu-item > a + .sidebar-menu-arrow::after{
    color: #0e2743;
}

.menu-sidebar .menu-bar-wrapper .current-menu-parent.menu-item-has-children>.nav-link {
    font-weight: 500;
    background-color: #3889c8;
    color: #fff;
    width: 100%;
}

.menu-sidebar .menu-bar-wrapper .current-menu-parent.menu-item-has-children>.nav-link + .sidebar-menu-arrow::after {
    background-image: url(https://www.thebagelshop.co/wp-content/themes/img/white-arrow-down.svg);
}

.menu-sidebar .menu-bar-wrapper .current-menu-parent.menu-item-has-children>.nav-link::after {
    opacity: 1;
}

.menu-sidebar .menu-bar-wrapper .menu-item-has-children {
    position: relative;
}

.menu-sidebar .menu-bar-wrapper .menu-item-has-children .sidebar-menu-arrow {
    position: absolute;
    right: 0;
    top: 0;
    height: 46px;
    width: 40px;
}

.menu-sidebar .menu-bar-wrapper .menu-item-has-children .sub-menu {
    display: none;
    background: none;
}
.menu-sidebar .menu-bar-wrapper .menu-item-has-children .sub-menu {
    margin-top: 0;
    margin-left: 20px;
}

.menu-sidebar .menu-bar-wrapper .menu-item-has-children .sub-menu li {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0px;
}  

.menu-sidebar .menu-bar-wrapper li .sub-menu li a {
    font-size: 18px;
    padding-left: 20px;
    line-height: 28px;
}
.menu-sidebar .menu-bar-wrapper li .sub-menu li .sub-menu  li a {
    padding-left: 40px;
}

.menu-sidebar .menu-bar-wrapper li .sub-menu .sidebar-menu-arrow::after {    
    padding: 0 10px;
    font-size: 16px;
}
.site-header li.menu-item-has-children{
    margin-right: 10px;
}
.site-header .menu-item-has-children > a::after,
.menu-sidebar .menu-bar-wrapper .menu-item-has-children > a::after {
    cursor: pointer;
    content: "";
    position: absolute;
    top: 5px;
    margin: auto;
    bottom: 0px;
    right: -15px;
    background-size: 12px;
    background-repeat: no-repeat;
    background-image: url(img/menu-arrow.png);
    background-position: center;
    height: 11px;
    width: 12px;
}

.menu-sidebar .menu-bar-wrapper .menu-item-has-children > a::after {
    right: 23px;
    background-size: 18px;
    height: 15px;
    width: 18px;
}
.nav-menu ul#headernav .sub-menu li .sidebar-menu-arrow::after{
    right: 5px;
}
.site-header .menu-item-has-children > a:hover::after {
    transform: rotate(180deg);
    background-image: url(img/menu-arrow-hover.png);
}

/*Hamburger Button*/

.header-aside-col {
    align-items: center;
    display: flex;
    justify-content: flex-end;
    padding-right: 70px;
}
.header-left-side {
    padding-left: 9px;
}
.logo-wrapper a {
    padding: 9px 0;
}

.logo-wrapper {
    padding-right: 0;
    margin-right: 0;
}

.menu-button {
    border: none;
    padding: 5px;
    flex-wrap: wrap;
    line-height: 1;
    justify-content: center;
    flex-direction: column;
    height: 40px;
    width: 40px;
    position: relative;
    top: 0;
    z-index: 12;
    right: 0;
    display: block;
    text-align: center;
    border: 0px solid #fff;
}

.menu-button:hover {
    cursor: pointer;
}

.menu-button .menu-bar {
    position: absolute;
    border-radius: 0px;
    width: 26px;
    transition: .5s;
    opacity: 1;
    top: 7px;
    right: 0;
    left: 0;
    margin: auto;
}

.menu-button .menu-bar-top {
    border: 2px solid #fff;
    border-bottom: none;
    top: 10px;
}

.menu-button .menu-bar-middle {
    height: 2px;
    background-color: #fff;
    margin-top: 3px;
    margin-bottom: 3px;
    top: 16px;
    left: 0px;
}

.menu-button .menu-bar-bottom {
    border: 2px solid #fff;
    border-top: none;
    top: 28px;
    width: 26px;
    right: 0px;
}

.button-open {
    z-index: 16;
}

.menu-button.button-open {
    background: none;
    z-index: 13;
    height: 35px;
    width: 35px;
    right: 15px;
    top: 15px;
    border-color: #fff;
    background: #192336;
}
.menu-button.button-open img.new-menu-responsive{
    opacity: 0;
}
.button-open .menu-bar {
    opacity: 1;
}

.button-open .menu-bar-top {
    border-color: #fff;
    transform: rotate(45deg) translate(8px, 8px);
    transition: .5s;
}
.button-open .menu-bar-middle {
    background-color: #fff;
    transform: translate(230px);
    transition: .1s ease-in;
    opacity: 0;
}

.button-open .menu-bar-bottom {
    border-color: #fff;
    transform: rotate(-45deg) translate(5px, -5px);
    transition: .5s;
    right: 0;
}  

.menu-button.button-open .menu-bar-top {
    border-color: #fff !important;
    width: 90%;
    top: 5px;
}

.menu-button.button-open .menu-bar-bottom {
    border-color: #fff !important;
    width: 90%;
    top: 23px;
}

.menu-logo-wrapper {
    width: 50%;
    padding-left: 1rem;
    left: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 274px;
}

/*mobile menu css end*/


a,
a:hover{
    outline: none;
    text-decoration: none;
    transition: 0.2s all;
}
h1{
    font-size: 90px;
}
h2{
    font-size: 60px;
}
h3{
    font-size: 50px;
}
h4{
    font-size: 40px;
}
h5{
    font-size: 20px;
}
h6{
    font-size: 18px;
}

h1,h2,h3,h4,h5,h6{
    font-family: 'Oswald';
    font-weight: 500;
    line-height: 1.2;
    text-transform: uppercase;
    color: #192336;
}
ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.cus_btn,
.btn {
    background: #2D57A3;
    border: 2px solid #2D57A3;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    color: #fff;
    padding: 0 2.5rem;
    outline: 0 !important;
    box-shadow: none !important;
    border-radius: 0px;
    text-transform: uppercase;
    position: relative;
    cursor: pointer;
    font-weight: 400;
    font-size: 22px;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    letter-spacing: 0.5px;
    font-family: 'Oswald';
    display: inline-block;
    line-height: 63px;
    height: 70px;
    min-width: 11rem;
    text-align: center;
    width: 220px;
}

.cus_btn:hover,
.btn:hover,
.btn:focus,
.cus_btn:focus{
    background: #fff;
    color:#2D57A3 ;
}
.btn{
    background: #192336;
    border: 2px solid #192336;
}
.btn:hover{
    background: transparent;
    border: 2px solid #192336;
    color: #192336;
}
.banner-content .white-btn{
    background: #fff;
    border: 2px solid #fff; 
    color: #1C2336;   
}
.banner-content .white-btn:hover{
    background: #1C2336;
    border: 2px solid #1C2336;
    color: #fff;    
}
.white-btn{
    background: transparent;
    border: 2px solid #fff;  
}
.white-btn:hover{
    background: #192336;
    border: 2px solid #192336;  
    color: #fff;
}

.white{
    color: #fff !important;
}
.spaced {
    padding: 7rem 0;
}
body, p,
.description{
    font-family: 'Gruppo';
    font-size: 20px;
    line-height: 28px;
    color: #182838;
    font-weight: normal;
}
.main-navigation ul li {
    display: inline-block;
    list-style-type: none;
    padding: 21px 15px;
    position: relative;
}
.nav-menu ul li:hover>ul li {
    border-bottom: 1px solid rgba(255,255,255,0.2);
    display: block;
}
.nav-menu ul li:hover>ul li:last-child{
    border-bottom: none;
}
.custom_order_btn .cus_btn {
    width: auto;
}
#site-navigation ul li a {
    font-family: 'Oswald';
    font-size: 22px;
    line-height: 1;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-weight: 400;
    margin: 0;
    color: #fff;
    outline: none;
}
#site-navigation ul li a:hover{
    color: #2D57A3;
}
.site-header {
    background: #192336;
    padding: 25px 0;
    transition: 0.2s all;
}
.top-navigation .row {
    align-items: center;
}
.site-header.shrink {
    padding: 15px 0;
}
.menu-right-side {
    display: flex;
    align-items: center;
    justify-content: right;
}
.custom_order_btn {
    margin-left: 15px;
}
.bg-cover{
    background-size: cover;
    background-position: 0 0;
    background-repeat: no-repeat;
}
.banner-content {
    margin-top: 125px;
}

.banner-title{
    font-size: 80px;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
	max-width: 80%;
	margin: auto;
}

.banner-sub-title{
    font-size: 26px;
    line-height: 49px;
    text-align: center;
    color: #FFFFFF;
    font-family: 'Gruppo';
}
.banner-btns {
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner-btns .btn {
    margin: 20px;
}
.loyality-icon img {
    width: 90px;
    margin-bottom: 20px;
}
.loyality-section .heading {
    color: #021C4C;
}
.loyality-section .description{
    margin-bottom: 30px;
    padding-right: 30px;
}
.loyality-right {
    padding-left: 30px;
}
.google-review-section p strong {
    font-size: 16px;
    font-weight: 600;
}
.bagel-section {
    background: #192336;
    position: relative;
}
.bagel-right-img {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0 0;
}
.bagel-white .heading{
    line-height: 70px;
}
.bagel-white .description {
    color: #fff;
    margin-bottom: 30px;
}
.bagel-white .white-btn{
    border: 2px solid #fff;
    background: #fff;
    color: #192336;
}
.bagel-white .white-btn:hover{
    border: 2px solid #fff;
    color: #fff;
    background: transparent;
}
.google-reviews {
    align-items: center;
    display: flex;
    flex-direction: column;
    margin-top: 47px;
}

.site-footer .widget-title{
	color:#fff;
}
.footer-column p {
    color: #fff;
}
.footer-logo {
    margin-bottom: 40px;
}
.footer-logo img.custom-logo {
    width: 100px;
}
ul.footer-social {
    display: flex;
    align-items: center;
}

ul.footer-social li {
    margin-right: 20px;
}
ul.footer-social li a svg,
ul.footer-social li a img {
    width: 30px;
    height: 30px;
}
ul.footer-social li a svg path{
    fill: #fff;
}
ul.footer-social li a:hover svg path{
    fill: #2D57A3;
}

.site-footer {
    padding: 80px 0 20px;
    display: block;
    width: 100%;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.footer-title,
.menu-footer li a {
    font-family: 'Oswald';
    font-size: 22px;
    line-height: 33px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 6px;
    display: block;
    transition: 0.2s all;
    outline: none;
}
.footer-title{
    margin-bottom: 0px;    
}
.footer-menus-col {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.menushop-footer li a{
    font-family: 'Gruppo';
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    margin-bottom: 0px;
    display: block;
    outline: none;
}
.menu-footer li a:hover,
.menushop-footer li a:hover{
    color: #2D57A3;
}
.footer-newsletter p {
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    margin-bottom: 15px;
}
.copyrights {
    font-size: 14px;
    color: #fff;
}
.footer-bottom {
    display: inline-block;
    width: 100%;
    padding-top: 20px;
    text-align: center;
    border-top: 1px solid rgba(255,255,255,0.5);
    margin-top: 50px;
}
.footer-newsletter {
    padding-left: 30px;
}
/*Form*/
.form-control {
    display: block;
    width: 100%;
    padding: 0 1rem;
    font-size: 18px;
    line-height: 58px;
    color: #162A4D;
    height: 70px;
    background-color: transparent;
    background-clip: padding-box;
    border: none;
    border: 0px solid transparent;
    border-radius: 0;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    font-weight: 400;
    box-shadow: none;
    background: #FFFFFF;
    box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.229819);
}
.apply-job-form  select.form-control:not([size]):not([multiple]) {
    height: 70px;
    -webkit-appearance: none;
    appearance: none;
    background: #fff url(../../uploads/2022/09/location-arrow.webp) no-repeat scroll right 20px center / 14px auto;
}
.form-control:focus{
    background: #FFFFFF;
    box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.229819);  
    border-color: transparent;  
}
textarea.form-control {
    height: 250px;
    resize: none;
}
.wpcf7-spinner {
    visibility: hidden;
    display: inline-block;
    background-color: #23282d;
    opacity: 0.75;
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 100%;
    padding: 0;
    position: absolute;
    bottom: 0;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 12px;
    font-weight: normal;
    display: block;
    position: absolute;
    right: 7px;
    bottom: 2px;
    font-style: italic;
}

.wpcf7 form .wpcf7-response-output {
    margin: 10px 0;
    padding: 0;
    border: 0;
    color: #000;
    text-align: left;
    font-size: 12px;
}
.form-group {
    margin-bottom: 3rem;
}
.form-section input.wpcf7-submit.cus_btn,
.apply-job-form input.wpcf7-submit.cus_btn{
    width: 100%;
    background: #192336;
    border: 2px solid #192336;
}
.form-section input.wpcf7-submit.cus_btn:hover,
.form-section input.wpcf7-submit.cus_btn:focus,
.apply-job-form input.wpcf7-submit.cus_btn:hover,
.apply-job-form input.wpcf7-submit.cus_btn:focus{
    background: transparent;
    color: #192336;
}
.newsletter-form .form-control{
    border: 2px solid #fff; 
    color: #fff;  
    font-family: 'Gruppo';
    font-size: 18px;
    line-height: 28px;
    color: #FFFFFF;
    mix-blend-mode: normal;
    box-shadow: none;
    background: transparent;
}
.newsletter-form .form-control::-webkit-input-placeholder { /* Edge */
    opacity: 0.45;
    color: #fff;
}

.newsletter-form .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    opacity: 0.45;
    color: #fff;
}

.newsletter-form .form-control::placeholder {
    opacity: 0.45;
    color: #fff;
}
.newsletter-form .form-control:focus{
    background: transparent;
    opacity: 1;
}

.form-control::-webkit-input-placeholder { /* Edge */
    opacity: 0.45;
    color: #162A4D;
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    opacity: 0.45;
    color: #162A4D;
}

.form-control::placeholder {
    opacity: 0.45;
    color: #162A4D;
}
.newsletter-form .form-control:focus{
    background: transparent;
    opacity: 1;
}

.newsletter-form {
    display: flex;
    align-items: center;
}
.newsletter-btn {
    margin-left: 20px;
    position: relative;
}
.newsletter-btn input[type='submit']{
    background: #2D57A3;
    border: 2px solid #2D57A3;
    width: 180px;
}
.newsletter-btn input[type='submit']:hover,
.newsletter-btn input[type='submit']:focus{
    background: #fff;
    border: 2px solid #2D57A3;
    color: #2D57A3;
}
.footer-newsletter .wpcf7 form .wpcf7-response-output{
    color: #fff;
}
.form-section {
    margin-top: 30px;
}
.contact-form-section {
    background-color: #F9EFE8;
}
/*.contact-form-section {
    background-color: rgba(211, 146, 99, 0.5);
}*/
.contact-form-section .wpcf7 form .wpcf7-response-output,
.apply-job-form .wpcf7 form .wpcf7-response-output{
    text-align: center;
}


/*About Page */
.inner-banner-section {
    height: 34rem;
    position: relative;
    z-index: 9;
}
.page-template-catering-menu .inner-banner-section{
    height: 45rem;
}
.inner-banner-section::after{
    position: absolute;
    content: "";
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}
.inner-banner-section .banner-content {
    margin-top: 0;
    text-align: center;
}
.page-template-about-page .google-review-section {
    background: #F9EFE8;
}
.location-icon svg,
.location-icon img {
    width: 72px;
    height: 72px;
}
.location-icon svg path{
    fill: #fff;
}
.about-section-location .location-icon svg path{
    fill: #192336;
}
.franchise-heading-text img {
    width: 80px;
    height: 80px;
    margin: 0 10px 10px 0;
    position: absolute;
    left: 0;
}
.franchise-heading-text{
    position: relative;
    padding-left: 95px;
}

/*Catering*/
.page-template-catering-menu .inner-banner-section .cus_btn {
    margin: 10px auto 0;
    width: 295px;
    position: relative;
    text-align: left;
}
li.location-parent > a,
.loyality-right .catering-menu-btn .cus_btn.catering-menu{
    position: relative;
}
.page-template-catering-menu .inner-banner-section .cus_btn.catering-menu::after,
li.location-parent > a::after,
.loyality-right .catering-menu-btn .cus_btn.catering-menu::after{
    cursor: pointer;
    content: "";
    position: absolute;
    top: 5px;
    margin: auto;
    bottom: 3px;
    right: 20px;
    background-size: 12px;
    background-repeat: no-repeat;
    background-image: url(img/menu-arrow.png);
    background-position: center;
    height: 11px;
    width: 12px;
}
.page-template-catering-menu .inner-banner-section .cus_btn.catering-menu:hover,
.page-template-catering-menu .inner-banner-section .cus_btn.catering-menu:focus,
li.location-parent > a:hover,
li.location-parent > a:focus,
.loyality-right a.cus_btn.catering-menu:hover,
.loyality-right a.cus_btn.catering-menu:focus{
    background: #2D57A3;
    border: 2px solid #2D57A3;
    color: #fff;
}
li.location-parent > a:hover,
li.location-parent > a:focus{
    border: 0;
}
.page-template-catering-menu .inner-banner-section .catering-menu-btn.location-show .cus_btn.catering-menu:hover,
.page-template-catering-menu .inner-banner-section .catering-menu-btn.location-show .cus_btn.catering-menu,
.loyality-right .catering-menu-btn.location-show .cus_btn.catering-menu:hover,
.loyality-right .catering-menu-btn.location-show .cus_btn.catering-menu{
    background: #fff;
    border: 2px solid #2D57A3;
    color: #2D57A3;   
}
.catering-menu-btn.location-show .cus_btn.catering-menu::after,
li.location-parent.location-parent-show > a::after,
.loyality-right .catering-menu-btn.location-show .cus_btn.catering-menu::after{
    transform: rotate(180deg);
    background-image: url(img/menu-arrow-hover.png); 
    bottom: 6px;
}
.dish-title {
    font-family: 'Gruppo';
    font-size: 26px;
    line-height: 1.2;
    color: #182838;
    margin-bottom: 10px;
    font-weight: 600;
}
.page-template-catering-menu .heading {
    margin-bottom: 30px;
}
.mbtm {
    margin-bottom: 30px;
}
.catring-page-bg {
    position: relative;
}
.catring-page-bg::after {
    position: absolute;
    content: "";
    right: -400px;
    bottom: -230px;
    background-image: url(img/catring-bg.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 1013px;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.job-listing-page {
    background: linear-gradient(180deg, rgba(45, 87, 163, 0.0001) 0%, rgba(45, 87, 163, 0.40785) 100%);
    padding-bottom: 7rem;
}
.job-banner-sec .banner-title{
    color: #162A4D;
}
.job-listing-title {
    font-family: 'Gruppo';
    font-size: 36px;
    line-height: 49px;
    color: #182838;
    font-weight: 500;
}
.job-listing-box {
    background: #fff;
    padding: 40px;
    margin-bottom: 60px;
    position: relative;
}
.job-sub-listing {
    font-family: 'Gruppo';
    font-size: 20px;
    line-height: 28px;
    color: #182838;
    margin-bottom: 15px;
    font-weight: 600;
}
.location-name {
    background: #D39263;
    font-family: 'Gruppo';
    font-size: 18px;
    line-height: 21px;
    color: #FFFFFF;
    padding: 15px 30px;
    position: absolute;
    right: 0;
    top: 45px;
    font-weight: 600;
}
.job-listing-box a.btn {
    margin-top: 30px;
}
.job-listing-content .col-lg-12:last-child .job-listing-box{
    margin-bottom: 0;
}


/*Menu Page*/
.menu-page-top {
    background: #D39263;
    padding: 25px 0;
}
ul.scroll-smooty {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
ul.scroll-smooty li {
    padding: 0 17px;
}
ul.scroll-smooty li:first-child{
    padding-left: 0;
}
ul.scroll-smooty li:last-child{
    padding-right: 0;
}
ul.scroll-smooty li a {
    font-family: 'Oswald';
    font-size: 22px;
    line-height: 38px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #fff;
    outline: none;
}
ul.scroll-smooty li a:hover{
    text-decoration: underline;
}
.col-full-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin: 20px 0 40px;
}
.col-full-row ul li,
.full-col ul li {
    margin-bottom: 6px;
}
.full-col ul li:last-child,
.col-full-row ul li:last-child{
    margin-bottom: 0;
}
.right-sidebar {
    background: rgba(45, 87, 163, 0.15);
    padding: 40px 50px 50px;
    border: 5px solid #fff;
}
.border-div{
    border: 5px solid #D39263;
}
.main-right-col {
    padding-right: 100px;
}
#breakfast-sandwiches {
    background: rgba(211, 146, 99, 0.15);
    position: relative;
}
#breakfast-sandwiches::after{
    position: absolute;
    content: "";
    right: -270px;
    bottom: 0px;
    background-image: url(img/catring-bg.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 780px;
    width: 100%;
    height: 100%;
    z-index: -1;
}
#pizza-bagels {
    background: rgba(45, 87, 163, 0.1);
}

/*Location Page*/
#mapCanvas {
    width: 100%;
    height: 100%;
    display: block;
}
.tab-section {
    width: 100%;
}
.tab-section ul {
    display: flex;
    align-items: center;
}
.tab-section ul li {
    display: inline-block;
    width: 50%;
}
.tab-section ul li a {
    font-family: 'Oswald';
    font-size: 22px;
    font-weight: 500;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    letter-spacing: 0.5px;
    outline: none;
    padding: 20px;
    background: #D39263;
    display: block;
}

.tab-section ul li.tablinks.activethis a{
    background: #D39263;
}
.tab-section ul li.tablinks a{
    background: rgba(211, 146, 99,0.49);
}

.location-page-data {
    padding: 30px 15px;
}
.form-group.map-search-field {
    background: #D39263;
    padding: 20px 30px 30px;
    flex: auto;
    display: block;
}
.filter-title-name {
    display: flex;
    width: 100%;
    color: #fff;
    margin-bottom: 20px;
    font-size: 20px;
}
.search-box {
    overflow: hidden;
    flex-direction: row;
    position: relative;
    display: flex;
    align-items: center;
    background: #fff;
/*    box-shadow: inset 0px 1px 3px rgb(0 0 0 / 23%);*/
}
.search-box .form-control {
    border-radius: 0;
    border: 0;
    height: 60px;
    width: 100%;
    background: transparent;
    padding: 0 20px;
    color: #192336;
}
.search-box .form-control::-webkit-input-placeholder { /* Edge */
    opacity: 0.5;
    color: #000;
}

.search-box .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    opacity: 0.5;
    color: #000;
}
.search-box .form-control::placeholder {
    opacity: 0.5;
    color: #000;
}
.search-box .input-group-btn {
    position: absolute;
    height: 60px;
    width: 60px;
    right: 0;
}
.search-box button.btn_search {
    width: 100%;
    height: 100%;
    border: none;
    cursor: pointer;
    background: url(img/vector-icon.png) no-repeat;
    background-position: center;
    background-size: 2.2rem;
    outline: 0;
    opacity: 0.5;
}
.search-box button.btn_search:hover,
.search-box button.btn_search:focus{
    opacity: 1;
}
.address-heading {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 8px;
}
.hours-heading {
    font-size: 20px;
}
.location_div {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 20px;
    border-bottom: 2px solid rgba(211, 146, 99,0.49);
    margin-bottom: 10px;
}
.location_div .left-side {
    padding-right: 20px;
}
.order_button_link .btn {
    font-size: 22px;
    height: 60px;
    width: 160px;
    line-height: 54px;
}
li.location_tel a{
    font-size: 20px;
    line-height: 28px;
    color: #182838;
    outline: none;
}
li.location_tel a:hover{
    color: #2D57A3;
}
.filter-map-inner {
    padding: 10px 0 0;
}
#allfilterlocations {
    padding: 0 7px 0 0;
    height: 480px;
    overflow: auto;
    overflow-x: hidden;
}
#allfilterlocations::-webkit-scrollbar {
    width: 10px;
}
#allfilterlocations::-webkit-scrollbar-thumb {
    background: #D39263;
    border-radius: 10px;
}
#allfilterlocations::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(211, 146, 99, 0.5);
}

.astrick-col {
    position: relative;
    padding-left: 9px;
}
.astrick-col span {
    display: inline-block;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 1;
}
.catering-menu-btn {
    width: 295px;
    margin: 0 auto;
    position: relative;
	z-index:99;
}
.catering-locations {
    position: absolute;
    left: 0;
    top: 80px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
}
.catering-menu-btn.location-show .catering-locations {
    display: block;
    opacity: 1;
    visibility: visible;
    -moz-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
}
.catering-locations li a {
    text-align: left;
    background: #2D57A3;
    display: block;
    color: #fff;
    padding: 8px 30px;
    outline: none;
}
.catering-locations li ul.catering-submenu a,
.catering-locations li.location-parent:last-child > a{
    border-top: 1px solid rgba(255,255,255,0.2);
}
.catering-locations li:first-child a{
    border-top: 0;
}
.catering-locations li ul.catering-submenu a:hover{
    background: #fff;
    color: #2D57A3;
}
li.location-parent.location-parent-show > a{
    background: #fff;
    color: #2D57A3;
}
ul.catering-submenu {
    margin: 0;
    opacity: 0;
    height: 0;
    visibility: hidden;
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
}
.location-parent.location-parent-show ul.catering-submenu {
    display: block;
    opacity: 1;
    height: 100%;
    visibility: visible;
    -moz-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);   
}
.loyality-right .catering-menu-btn{
    width: 220px;
    margin: 0;
}
.loyality-right a.cus_btn.catering-menu{
    text-align: left;
}
.loyality-right .catering-locations li a{
    padding: 8px 20px;
    border: 1px solid #2D57A3;
}
.loyality-right .catering-locations{
    top: 70px;
}

.apply-job-form .row > div{
    width: 100%;
}
@media (min-width: 1600px){
    .container {
        max-width: 1500px;
    }
}

@media (min-width: 1200px){
    .banner-section {
        height: 100vh;
    }
    .bagel-white {
        width: 430px;
    }
    .bagel-white .description {
        padding-right: 13px;
    }
}

@media (max-width: 1199px){
    .banner-section {
        height: 56rem;
    }
    #site-navigation ul li a{
        font-size: 16px;
    }
    .main-navigation ul li{
        padding: 7px 13px;   
    }
    .site-header li.menu-item-has-children {
        margin-right: 6px;
    }
    .custom_order_btn .cus_btn {
        height: 42px;
        line-height: 36px;
        font-size: 16px;
    }
    .banner-title{
        font-size: 60px;
    }
    h2{
        font-size: 45px;
    }
    .form-control{
        height: 58px;
    }
    .newsletter-btn input[type='submit'] {
        background: #2D57A3;
        height: 58px;
        font-size: 18px;
        line-height: 52px;
	    width: 140px;
    }
    .menushop-footer li a{
        font-size: 20px;  
        line-height: 26px;
    }
    .footer-title, .menu-footer li a{
        font-size: 20px;
        line-height: 30px;
    }
    .footer-newsletter p {
        font-size: 20px;
        line-height: 25px;
    }
    ul.scroll-smooty li a{
        font-size: 18px;
        line-height: 32px;
    }
    .main-right-col {
        padding-right: 20px;
    }
    .right-sidebar {
        padding: 28px 28px 28px;
    }
    .order_button_link .btn {
        font-size: 18px;
        height: 60px;
        width: 160px;
        line-height: 54px;
    }
    .cus_btn, .btn{
        font-size: 18px;
    }
    .catring-page-bg::after {
        right: -340px;
        bottom: -150px;
        background-size: 800px;
    }
    .about-section-location .banner-btns .btn {
        margin: 8px;
    }
}
@media (min-width: 991px){
    .footer-menus-col>div:first-child .footer-title{
        margin-bottom: 6px;    
    }
}
@media (max-width: 991px){
    .ms-none{
        display: none;
    }
    .custom_order_btn {
        margin-right: 20px;
    }
    .cus_btn, .btn{
        padding: 0 1.5rem; 
        line-height: 56px;
        height: 60px;
        font-size: 18px;
    }
	.bagel-white .btn {
		font-size: 16px;
	}
    .custom_order_btn .cus_btn {
        height: 42px;
        line-height: 36px;
        font-size: 16px;
    }
    .menu-right-side {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
    .top-navigation .row{
        align-items: center;
    }
    .site-header .menu-item-has-children > a.activemenu::after,
    .site-header .menu-item-has-children > a.activemenu:hover::after,
    .site-header .menu-item-has-children > a:hover::after {
        transform: rotate(180deg);
        background-image: url(img/menu-arrow.png);
    }
    .site-header .menu-item-has-children > a:hover::after{
        transform: none;
    }
    .loyality-left-img{
        margin-bottom: 20px;
    }
    .bagel-right-img {
        position: relative;
        height: 45rem;
        margin-top: 30px;
    }
    .spaced {
        padding: 5rem 0;
    }
    .bagel-section.spaced{
        padding-bottom: 0;
    }
    .footer-newsletter {
        padding-left: 0;
        margin-top: 20px;
    }
    ul.scroll-smooty li a{
        font-size: 16px;
    }
    .dish-title{
        font-size: 25px;
    }
    .mbtm:last-child {
        margin-bottom: 0;
    }
    .about-section-location .about-left-img{
        margin-bottom: 30px;   
    }
    .tab-section ul li a{
        font-size: 16px;
        padding: 16px;  
    }
    .order_button_link .btn {
        font-size: 16px;
        margin-top: 10px;
    }
    .location_div{
        display: block;
    }
    .location_div .left-side {
        padding-right: 0;
    }
    #allfilterlocations {
        height: 600px;
    }
    .location-page-data {
        padding: 30px 0;
    }
    .loyality-right {
        padding-left: 0;
    }
    .loyality-section .description {
        padding-right: 0;
    }
    .bagel-white .heading {
        line-height: 1.2;
    }
    .astrick-col{
        margin-top: 15px;
    }
    .catering-locations{
        top: 70px;
    }
	.loyality-right .catering-locations {
        top: 60px;
    }
    .loyality-right a.cus_btn.catering-menu{
        width: 100%;
    }
    .page-template-catering-menu .inner-banner-section .cus_btn{
        width: 240px;    
    }
    .page-template-catering-menu .inner-banner-section .cus_btn.catering-menu::after{
        right: 15px    
    }
    .catering-menu-btn {
        width: 240px;
    }
}
@media only screen and (min-device-width: 480px) 
    and (max-device-width: 896px) 
    and (orientation: landscape) {

    .bagel-right-img {
        height: 30rem;
        margin-top: 0;
        margin-bottom: 30px;
    }
    .bagel-section.spaced {
        padding-bottom: 3rem;
        padding-top: 0;
    }   
    #bagels .row {
        flex-direction: column-reverse;
    } 
    .banner-section .banner-btns .btn {
        margin-left: 0;
    }
    .page-template-catering-menu .inner-banner-section .cus_btn{
        width: 240px;    
    }
    .page-template-catering-menu .inner-banner-section .cus_btn.catering-menu::after{
        right: 15px    
    }
    .catering-menu-btn {
        width: 240px;
    }
}
@media (max-width: 767px){
    .banner-section .banner-btns .btn {
        margin-left: 0;
    }
    .top-navigation .row {
        align-items: center;
        display: flex;
        flex-wrap: nowrap;
    }
    .header-left-side {
        width: 50%;
    }
    .header-right-side {
        width: 70%;
    }
    .banner-title {
        font-size: 35px;
    }
    .banner-sub-title {
        font-size: 20px;
        line-height: 24px;
    }
    .banner-section {
        height: 42rem;
    }
    h2 {
        font-size: 30px;
    }
    .custom_order_btn .cus_btn {
        font-size: 13px;
        padding: 0 1.5rem;
    }
    p, .description {
        font-size: 18px;
        line-height: 25px;
    }
    .bagel-right-img {
        height: 30rem;
        margin-top: 0;
        margin-bottom: 30px;
    }
    .bagel-section.spaced {
        padding-bottom: 3rem;
        padding-top: 0;
    }
    .site-footer{
        padding: 40px 0 20px;  
    }
    .footer-menus-col {
        margin-top: 20px;
        display: block;
        text-align: center;
    }
    .footer-menus-col > div:first-child {
        margin-bottom: 30px;
    }
    .footer-newsletter p {
        text-align: center;
    }
    .newsletter-form {
        display: block;
    }
    .newsletter-btn {
        position: relative;
        margin: 20px 0 0;
        text-align: center;
    }
    .footer-logo .custom-logo-link img {
        display: block;
        margin: 0 auto;
    }
    ul.footer-social {
        justify-content: center;
    }
    .form-control {
        height: 50px;
    }
    .newsletter-btn input[type='submit'] {
        height: 50px;
        font-size: 18px;
        line-height: 46px;
        width: auto;
    }
    .menu-sidebar .menu-bar-wrapper .menu-item-has-children > a::after{
        background-size: 15px;
    }
    ul.scroll-smooty {
        flex-wrap: wrap;
    }
    ul.scroll-smooty li a {
        font-size: 14px;
    }
    ul.scroll-smooty li {
        padding: 0px 0px;
        width: 50%;
    }
    .inner-banner-section {
        height: 26rem;
    }
    .col-full-row{
        margin: 20px 0 20px;   
    }
    .mbtm {
        margin-bottom: 20px;
    }
    #breakfast-sandwiches::after {
        right: -170px;
        background-size: 400px;
    }
    #pizza-bagels .col-lg-6.col-md-6.col-sm-6:last-child img{
        margin-top: 20px;
    }
    #mapCanvas {
        height: 50rem;
        display: block;
        margin-top: 20px;
    }
    .search-box .form-control{
        height: 50px;
    }
    .search-box .input-group-btn {
        height: 50px;
        width: 50px;
    }
    .form-group.map-search-field {
        padding: 20px 15px 20px;
    }
    .catring-page-bg::after {
        right: -100px;
        bottom: -20px;
        background-size: 300px;
    }
    .franchise-heading-text img{
        display: none;
    }
    .franchise-heading-text {
        padding-left: 0;
    }
    .location-name {
        position: relative;
        right: 0;
        top: 0;
        margin: 10px 0;
        width: auto;
        display: inline-block;
    }
    .job-listing-box {
        padding: 20px;
    }
    .job-listing-box a.btn {
        margin-top: 15px;
    }
    .spaced {
        padding: 3rem 0;
    }
    .job-sub-listing{
        line-height: 22px;
    }
    .job-listing-title{
        font-size: 30px;
    }
    .footer-title, .menu-footer li a {
        font-size: 20px;
        line-height: 28px;
    }
    .footer-title {
        margin-bottom: 30px;
    }
	.footer-menus-col > div:last-child .footer-title {
		 margin-bottom: 0px;
	}
    .menushop-footer li a {
        font-size: 18px;
        line-height: 26px;
    }
    .contact-form-section{
        background-image: none !important;
    }
    .menu-page-top{
        display: none;
    }
    #bagels .row {
        flex-direction: column-reverse;
    }
    .border-div {
        margin-bottom: 30px;
    }
    .astrick-col {
        margin-top: 0;
    }
    .page-template-catering-menu .inner-banner-section {
        height: 35rem;
    }
    .page-template-catering-menu .inner-banner-section .cus_btn{
        width: 240px;    
    }
    .page-template-catering-menu .inner-banner-section .cus_btn.catering-menu::after{
        right: 15px    
    }
    .catering-menu-btn {
        width: 240px;
    }

}
@media (max-width: 575px){
    .banner-btns .btn {
        margin: 10px;
    }
    .cus_btn, .btn{
        width: 160px;  
    }
    .newsletter-form {
        display: block;
        align-items: center;
    }
    .newsletter-btn {
        margin-left: 0;
        margin-top: 20px;
    }
    .copyrights {
        font-size: 12px;
    }
    .order_button_link .btn{
        width: 100%;
    }
}
@media (max-width: 321px){
    .custom_order_btn .cus_btn {
        font-size: 12px;
    }
    ul.scroll-smooty li a {
        font-size: 12px;
    }
    .cus_btn, .btn {
        padding: 0 1rem;
        line-height: 46px;
        height: 50px;
        font-size: 12px;
    }
    .banner-title {
        font-size: 25px;
    }
}