@import url('//fonts.googleapis.com/css2?family=Arimo:wght@400;700&family=Cherry+Swash:wght@700&family=Luxurious+Roman&family=Odibee+Sans&display=swap');
/* 
    TITLES: 
    font-family: 'Cherry Swash', cursive;

    SUBTITLES: 
    font-family: 'Arimo', sans-serif;
    font-weight: 700;

    BUTTONS: 
    font-family: 'Odibee Sans', cursive;

    BODY: 
    font-family: 'Arimo', sans-serif;
    font-weight: 400;

    NAV:
    font-family: 'Luxurious Roman', cursive;
*/
body {
    font-family: 'Arimo', sans-serif;
    font-weight: 400;
}
h1,h2,h3,h4,h5,h6 {
    font-family: 'Cherry Swash', cursive;
}
.navbar.nav-v6 .header-logo {
    max-width: 130px;
}
.navbar-regular.nav-v6 .navbar-nav > li > a {
    font-family: 'Arimo', sans-serif;
    font-weight: 700;
    padding: 0 10px;
    font-size: 1.3em;
    text-transform: uppercase;
    border-right: none !important;
}
.navbar.nav-v7 .container {
    width: 100%;
}
.drink-menu .navbar.nav-v7 .logo-top {
    visibility: hidden;
}
.drink-menu .navbar.nav-v7 .logo-scroll {
    visibility: visible;
}
li.drop-down-link .sub-menu a {
  font-family: 'Arimo', sans-serif;
  font-weight: 700;
  font-size: 0.8em;
  text-transform: uppercase;
}
li.drop-down-link .sub-menu {
  padding: 6px;
  min-width: 192px;
}
/* Buttons */
.custom-temp-btn,
.uk-overlay-panel a.custom-temp-btn,
.on-cover-content .section-wrapper a.custom-temp-btn,
.about-us-v7-content .text-wrapper .text-content .custom-temp-btn,
.about-us-v8-wrapper a.custom-temp-btn,
.map-newsletter .sph-email-subscription .sph-submit-button,
.custom-modal .newsletter-popup .sph-email-subscription .sph-submit-button,
.addtocalendar.atc-style-blue .atcb-link,
.specials-v3.home-specials div a.custom-temp-btn,
.party-offer a.custom-temp-btn,
.gift-certificates-page button.gift-certiciates {
    padding: 8px 35px;
    text-transform: uppercase;
    background-color: #4b2815;
    background: #4b2815;
    border: 2px solid #4b2815;
    color: #fff;
    font-family: 'Odibee Sans', cursive;
    font-size: 18px;
    box-shadow: none;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.uk-overlay-panel a.custom-temp-btn,
.about-us-v8-wrapper.custom-about-us-v8-wrapper a.custom-temp-btn,
.gift-certificates-page button.gift-certiciates {
    background-color: #4b2815;
    background: #4b2815;
    border: 2px solid #fff;
    color: #fff;
}
/* Floating "Order Online" button */
.css-115ak0a a.css-1oz90by {
  padding: 8px 35px;
  text-transform: uppercase;
  background-color: #4b2815 !important;
  border: 2px solid #fff;
  font-family: 'Odibee Sans', cursive !important;
  font-size: 18px !important;
  font-weight: 400;
  border-radius: 0;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.custom-temp-btn:hover,
.uk-overlay-panel a.custom-temp-btn:hover,
.about-us-v8-wrapper a.custom-temp-btn:hover,
.specials-v3.home-specials div a.custom-temp-btn:hover,
.map-newsletter .sph-email-subscription .sph-submit-button:hover,
.custom-modal .newsletter-popup .sph-email-subscription .sph-submit-button:hover,
.addtocalendar.atc-style-blue .atcb-link:hover,
.tmt-section a.custom-temp-btn:focus,
.locations-btn-wrapper a.custom-temp-btn:hover,
.locations-btn-wrapper a.custom-temp-btn:focus {
    text-decoration: none;
    background-color: #fff;
    background: #fff;
    border: 2px solid #4b2815;
    color: #4b2815;
    opacity: 1;
}
/* Floating "Order Online" button */
.css-115ak0a a.css-1oz90by:hover,
.css-115ak0a a.css-1oz90by:focus {
  background-color: #fff !important;
  color: #4b2815 !important;
}
.uk-overlay-panel a.custom-temp-btn:hover,
.gift-certificates-page button.gift-certiciates:hover,
.gift-certificates-page button.gift-certiciates:focus {
    text-decoration: none;
    background-color: #fff;
    background: #fff;
    border: 2px solid #fff;
    color: #4b2815;
    opacity: 1;
}
/* End Buttons */
/* Headings */
.section-header,
.about-us-v8-content .text-wrapper h1,
.about-us-v7-content .text-wrapper h1,
.specials-v3.home-specials h1,
.about-us-v3 h1,
.specials h1,
.events h1,
.events-container h1,
.about-us-page .about-us-s1-content h1,
.gift-certificates-page h1 {
    font-size: 5em;
    text-transform: capitalize;
}
.about-us-page .about-us-v7-content .text-wrapper h2 {
  font-size: 1.7em;
}
.about-us-v8-content .text-wrapper h2,
.tmt-section h2,
.reviews-v2-wrapper h2,
.map-newsletter h2 {
    font-family: 'Arimo', sans-serif;
    font-weight: 700;
    font-size: 1.8em;
    text-transform: capitalize;
    color: #000;
}
.uk-overlay-panel h1,
.on-cover-content .section-wrapper .section-header {
    color: #fff;
    font-size: 4em;
    text-shadow: none;
    text-transform: capitalize;
}
.uk-overlay-panel .slide-text {
    font-size: 1.8em;
    text-transform: capitalize;
    font-family: 'Arimo', sans-serif;
    font-weight: 700;
}
/* End Headings */
/* Baner */
.banner-section {
    padding: 25px 0;
}
.banner-section .container {
    width: 75%;
}
.banner-section h1 {
    font-family: 'Arimo', sans-serif;
    font-weight: 400;
    font-size: 1.3em;
}
.banner-section .banner-pin {
    color: #000;
}
.banner-section .banner-pin:hover,
.banner-section .banner-pin:active,
.banner-section .banner-pin:focus {
    color: #fff;
}
/* End Baner */
/* About us and Custom About Section */
.about-us-v8-wrapper:before {
    background-color: #f9ecdb;
}
.about-us-v8-wrapper.custom-about-us-v8-wrapper:before {
    background-color: #4b2815;
}
.about-us-v8-wrapper.custom-about-us-v8-wrapper .text-wrapper h2 {
    color: #fff;
}
.about-us-v8-wrapper.custom-about-us-v8-wrapper .about-us-v8-item-1 .text-holder p {
    padding: 0 3%;
}
/* End About us and Custom About Section */
/* Slideshow */
.uk-overlay-background {
    background: rgba(0, 0, 0, 0.2);
}
.uk-dotnav-contrast > .uk-active > *,
.uk-dotnav-contrast > * > :hover {
    background: #fff;
    border: 1px solid #fff;
    transform: scale(1);
    opacity: 1;
}
.uk-dotnav-contrast > * > * {
    background: #fff;
    opacity: .5;
    border: 1px solid #fff;
}
.uk-overlay-panel .container {
    width: 100%;
}
.slideshow-v2-wrapper .uk-slideshow>li:nth-of-type(1) .uk-position-cover {
    background-position-y: 60%;
}
.slideshow-v2-wrapper .uk-slideshow>li:nth-of-type(3) .uk-position-cover {
    background-position-y: 25%;
}
/* End Slideshow */
/* Gallery section */
.gallery-v4-wrapper {
    border-top: 5px solid #91541b;
}
/* End Gallery section */
/* Reviews */
.reviews-v2-wrapper.section-wrapper {
    background-size: cover !important;
    background-attachment: scroll !important;
}
.reviews-v2-wrapper .container {
    padding-top: 0;
}
.reviews-v2-wrapper h2 {
    color: #fff;
}
.reviews-v2-wrapper h3 {
    font-family: 'Arimo', sans-serif;
    font-weight: 400;
    font-size: 1.4em;
    margin: 30px 0;
    text-transform: capitalize;
    color: #fff;
}
.reviews-v2-wrapper h3 .fa.fa-star {
    font-size: .8em;
    color: #000;
}
.reviews-v2-wrapper .review-text blockquote {
    margin: 0;
    padding: 0;
}
.reviews-v2-wrapper .review-text p {
    line-height: 1.4em;
    font-size: 1.3em;
}
.reviews-v2-wrapper .review-quote {
    opacity: 1;
    color: #000;
}
.owl-theme .owl-dots .owl-dot button {
    background-color: transparent;
    border: 1px solid #000;
    opacity: 1;
}
.owl-theme .owl-dots .owl-dot.active button,
.owl-theme .owl-dots .owl-dot:hover button {
    background-color: #000;
    border: 1px solid #000;
    opacity: 1;
}
/* End Reviews */
/* Newsletter */
.map-newsletter .text-wrapper:before {
    background-color: #f9ecdb;
}
.map-newsletter {
    border-right: none;
}
.map-newsletter .section-header {
    color: #91541b;
}
.map-newsletter .sph-email-subscription h2 {
    font-family: 'Arimo', sans-serif;
    font-weight: 400;
    color: #000;
    font-size: 1.3em;
}
.map-newsletter .sph-email-subscription .sph-email-input {
    padding: 11px 5px;
    color: #000;
    border-bottom: 1px solid #000;
}
.map-newsletter .sph-email-subscription .sph-email-input::-webkit-input-placeholder {
    color: #000;
}
.map-newsletter  .sph-email-subscription .sph-email-input:-moz-placeholder { /* Firefox 18- */
    color: #000;
}
.map-newsletter  .sph-email-subscription .sph-email-input::-moz-placeholder {  /* Firefox 19+ */
    color: #000;
}
.map-newsletter  .sph-email-subscription .sph-email-input:-ms-input-placeholder {
    color: #000;
}
.map-newsletter .sph-email-subscription .sph-email-input:-webkit-autofill{
    -webkit-text-fill-color: #000 !important;
}
.map-newsletter .bar {
    top: -5px;
}
.map-newsletter .bar:before,
.map-newsletter .bar:after {
    background-color: #4b2815;
}
.googlemap-v3-wrapper .triangle {
    display: none;
}
.sph-response-message {
    font-size: 1.3em;
    color: #000;
}
/* End Newsletter */
/* Newsletter popup */
.custom-modal .modal-content {
    background-color: #f9ecdb;
    background-image: url(https://static.spotapps.co/web/themissionsd--com/css/../custom/newsletter_back.jpg);
}
.custom-modal .newsletter-popup .section-header {
    color: #91541b;
    font-size: 5em;
}
.custom-modal .newsletter-popup .sph-email-subscription h2 {
    font-family: 'Arimo', sans-serif;
    font-weight: 400;
    font-size: 1.3em;
    color: #000;
}
.custom-modal .newsletter-popup .sph-email-subscription .sph-email-input {
    padding: 11px 15px;
    border: none;
    border-bottom: 1px solid #000;
    border-radius: 0;
    background: transparent;
    color: #000;
}
.custom-modal .newsletter-popup .sph-email-subscription .sph-email-input::-webkit-input-placeholder {
    color: #000;
}
.custom-modal .newsletter-popup .sph-email-subscription .sph-email-input:-moz-placeholder { /* Firefox 18- */
    color: #000;
}
.custom-modal .newsletter-popup .sph-email-subscription .sph-email-input::-moz-placeholder {  /* Firefox 19+ */
    color: #000;
}
.custom-modal .newsletter-popup .sph-email-subscription .sph-email-input:-ms-input-placeholder {
    color: #000;
}
.custom-modal .newsletter-popup .sph-email-subscription .sph-email-input:-webkit-autofill,
.custom-modal .newsletter-popup .sph-email-subscription .sph-email-input:-webkit-autofill:hover, 
.custom-modal .newsletter-popup .sph-email-subscription .sph-email-input:-webkit-autofill:focus, 
.custom-modal .newsletter-popup .sph-email-subscription .sph-email-input:-webkit-autofill:active {
    -webkit-text-fill-color: #000 !important;
	transition: background-color 5000s;
}
/* End Newsletter Popup */
/* Contact */
.contact-v3 {
    background-color: #4b2815;
}
.contact-v3 .contact-location,
.contact-v3 .hours,
.contact-v3 .find-us {
    font-size: 1.1em;
}
.contact-v3 .hours-title h1,
.contact-v3 .social-title h1,
.contact-v3 .contact-us-title h1 {
    font-size: 1.2em;
    text-transform: capitalize;
}
.contact-v3 .days {
    text-transform: capitalize;
    padding-bottom: 0;
}
.contact-v3 .from-to {
    text-transform: lowercase;
}
.contact-v3 a {
    color: #fff;
}
.contact-v3 a,
.contact-v3 a:hover {
    text-decoration: none;
}
.contact-v3 .contact-us p {
    margin: 0;
}
.location-name {
    font-family: 'Arimo', sans-serif;
font-weight: 700;
text-transform: uppercase;
}
.sister-logo {
    max-width: 200px;
}

.contact-location a:hover,
.contact-location a:focus {
  color: #91541b;
}


.custom-badge-section a img {
    margin-top: 20px;
    height: 100%;
    width: 50%;
}

.contact-v3 .badge-item {
    text-align: center;
}
/* End Contact */
/* About Us Page */
.about-us-s1-wrapper  {
    margin-top: 140px;
}
.about-us-page .about-us-s1-content {
    padding-top: 40px;
}
.about-us-page .about-us-s1-content img {
    max-width: 250px;
}
.about-us-v7-content .text-wrapper:before {
    background-color: #f9ecdb;
}
.about-us-v7-content .text-wrapper .text-content {
    padding: 40px 9%;
}


.about-us-s3-wrapper .map-footer a:hover,
.about-us-s3-wrapper .map-footer a:focus {
    color: #f9ecdb;
    text-decoration: none;
}

.about-us-v8-wrapper.custom-about-us-v9-wrapper {
    background-color: #91541b;
}
.about-us-v8-wrapper.custom-about-us-v9-wrapper .text-content h2  {
    color: #fff;
}
.about-us-v8-wrapper.custom-about-us-v9-wrapper .text-content p a {
    color: #fff;
}
.about-us-v8-wrapper.custom-about-us-v9-wrapper .text-content p a:hover,
.about-us-v8-wrapper.custom-about-us-v9-wrapper .text-content p a:focus {
    color: #4b2815;
}
.about-us-v8-wrapper.custom-about-us-v9-wrapper .text-content p .custom-about-us-v9-text-span {
    font-weight: bold;
}
/* End About Us Page */
/* Food and Drinks Pages */
.food-menu-page .food-menu-v2-wrapper,
.drink-menu-page .drink-menu-v2-wrapper {
    padding-top: 90px;
}
.food-menu-nav .food-menu-nav-item {
    background-color: transparent;
    background: transparent;
    border: 2px solid #4b2815;
    color: #000;
}
.food-menu-nav .food-menu-nav-item.active,
.food-menu-nav .food-menu-nav-item:hover,
.food-menu-nav .food-menu-nav-item:focus {
    background-color: #4b2815;
    background: #4b2815;
    border: 2px solid #4b2815;
    color: #fff;
}
.food-menu-grid-item-content {
    border-radius: 0;
}
.food-menu-grid-item-content .food-menu-content {
    border-left: 1px solid #4b2815;
}
.food-menu-grid .menu-description p {
    font-size: 1.4em;
    font-weight: 700;
}
.drink-menu .food-menu-page h2,
.drink-menu .drink-menu-page h2 {
    font-size: 2em;
}
.food-menu-grid .food-menu-description p {
    font-size: 1.1em;
}
.food-menu-grid h3,
.food-menu-grid .food-price {
    font-size: 1.3em;
    font-family: 'Arimo', sans-serif;
    font-weight: 700;
}
.food-menu-grid .food-price {
    color: #4b2815;
}
.food-menu-grid .food-item-description {
    font-size: 1.1em;
    color: #000;
}
/* End Food and Drinks Pages */
/* Specials Page */
.specials h1 {
    padding-top: 0;
}
.specials h2 {
    text-transform: capitalize;
    font-family: 'Arimo', sans-serif;
    font-weight: 700;
}
.onespecial {
    font-size: 16px;
}
.specials-custom-page h2.not-valid {
    margin: 30px auto;
    font-size: 1.8em;
    text-align: center;
}
.specials-custom-page .img-responsive.specials-custom-img {
    margin: 10px auto;
    -webkit-box-shadow: 0px 0px 10px 4px rgba(255, 255, 255, 0.5);
    -moz-box-shadow: 0px 0px 10px 4px rgba(255, 255, 255, 0.5);
    box-shadow: 0px 0px 10px 4px rgba(255, 255, 255, 0.5);
    max-width: 700px;
    width: 100%;
}
.specials-custom-page .scrolling > .container {
    padding-bottom: 60px;
}
/* End Specials Page */
/* Events */
.events-container h1 {
    margin-top: 20px;
}
.events-container h2 {
    font-size: 2em;
    text-transform: capitalize;
    font-family: 'Arimo', sans-serif;
    font-weight: 700;
}
.events-container h3,
.events-container p,
.events-container .event-time  {
    font-family: 'Arimo', sans-serif;
    font-weight: 400;
    font-size: 1.3em;
}
.events-container .event-image {
    border: none;
    -webkit-box-shadow: 0px 0px 10px 4px rgba(145, 84, 27, 0.5);
    -moz-box-shadow: 0px 0px 10px 4px rgba(145, 84, 27, 0.5);
    box-shadow: 0px 0px 10px 4px rgba(145, 84, 27, 0.5);
}
/* End Events */
/* Gift Cards */
.gift-cards-page .section-header {
    margin-top: 20px;
}
/* End Gift Cards */
/* Locations Page */
.locations-page .food-menu-nav .food-menu-nav-item {
    color: #fff;
}
.locations-page.about-us-background .about-us-v3-wrapper {
    padding-top: 10px;
}
.locations-page.about-us-background .about-us-v3 .section-header {
    font-size: 4.5em;
    margin-top: 20px;
}
.locations-page.about-us-background .food-menu-nav .food-menu-nav-item {
    background-color: transparent;
    background: transparent;
    border: 2px solid #4b2815;
    color: #fff;
}
.locations-page.about-us-background .food-menu-nav .food-menu-nav-item.active,
.locations-page.about-us-background .food-menu-nav .food-menu-nav-item:hover,
.locations-page.about-us-background .food-menu-nav .food-menu-nav-item:focus {
    background-color: #4b2815;
    background: #4b2815;
    border: 2px solid #4b2815;
    color: #fff;
}
.location-info-item img {
    border: 2px solid #4b2815;
}
.locations-page.about-us-background .about-us-v3 h1 {
    font-size: 3.7em;
    text-transform: capitalize;
}
.locations-page.about-us-background .food-menu-grid h2 {
    font-family: 'Arimo', sans-serif;
    font-weight: 700;
    font-size: 1.5em;
    color: #000;
}
.location-info-holder p {
    margin-bottom: 15px;
    font-size: 1.3em;
}
.location-info-holder p a {
    color: #000;
}
.location-info-holder p a:hover,
.location-info-holder p a:focus {
    color: #000;
}
.locations-btn-wrapper {
    margin-top: 3%;
}
.locations-btn-wrapper a.custom-temp-btn {
    margin: 0 15px;
}
/* Locations Page End */
/* Gift Cards */
.gift-cards-page .section-header {
    margin-top: 20px;
}
/* End Gift Cards */
/* Specials, Events and Gift Cards Heading Align */
.drink-menu .pagecontent {
    padding-top: 170px;
}
/* End Specials, Events and Gift Cards Heading Align */
/* Empty Content Message  */
.empty-content-message h2,
.empty-content-message h3,
.drink-menu .food-menu-page .empty-content-message h2,
.drink-menu .food-menu-page .empty-content-message h3 {
    font-family: 'Arimo', sans-serif;
    font-weight: 400;
    text-align: center;
    text-transform: none;
    font-size: 1.5em;
}
/* End Empty Content Message */

/* News/Achievements */
.press-background .section-header {
  margin-top: 25px;
}
.press-holder h2 {
  font-family: 'Arimo', sans-serif;
  font-weight: 700;
  font-size: 1.6em;
}
.press-holder p {
  font-family: 'Arimo', sans-serif;
  color: #000;
}
/* End News/Achievements */

/* Custom Locations Page */
.locations-page.custom-locations-page {
    background-color: #FFF4E0 !important;
}
.custom-locations-page .pagecontent {
    padding-top: 130px;
}
.custom-locations-page.about-us-background .text-holder {
    width: 100% !important;
}

.custom-locations-page.about-us-background .about-us-v3 {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}
.custom-locations-page .custom-locations-page-title-wrapper {
    background-image: url(https://static.spotapps.co/web/themissionsd--com/css/../custom/locations_custom/locations_custom_title_back.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 600px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #000;
}

.custom-locations-page .custom-locations-page-title-wrapper .section-header:after {
    height: 2px;
    width: 80%;
    margin: 10px auto 0;
    background-color: #91541b;
    display: block;
    content: "";
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.custom-locations-page .custom-locations-page-title-wrapper h2 {
    font-family: 'Arimo', sans-serif;
    font-weight: 700;
    text-transform: none;
    font-size: 1.6em;
    margin-top: 0;
}
.custom-locations-page.about-us-background .about-us-v3 .text-wrapper {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin: 30px auto;
}
.custom-locations-page .custom-locations-items-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    background-color: #FFF4E0;

}
.custom-locations-page .custom-locations-item {
    width: 550px;
    max-width: 30%;
}
.custom-locations-page.about-us-background .about-us-v3 h1 {
    color: #4b2815 !important;
    text-align: left;
}
.custom-locations-page.about-us-background .custom-locations-page-title-wrapper h1 {
    margin-top: 0;
    color: #fff !important;
}

.custom-locations-page .location-info-holder .location-info-item {
    text-align: left;
}
.custom-locations-page .location-info-holder p {
    text-align: left;
    color: #000;
}
.custom-locations-item .locations-btn-wrapper {
    margin-top: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
}
.custom-locations-item .locations-btn-wrapper a.custom-temp-btn:first-of-type {
    margin-left: 0;
}
.custom-locations-item .locations-btn-wrapper .social-icon {
    width: 40px;
    height: 40px;
    background-color: #4b2815;
    border: 2px solid #4b2815;
    border-radius: 50%;
    text-align: center;
    font-size: 1.5em;
    line-height: 38px;
    color: #fff;
    margin-right: 5px;
}
.custom-locations-item .locations-btn-wrapper .social-icon:hover,
.custom-locations-item .locations-btn-wrapper .social-icon:focus {
    background-color: #fff;
    border: 2px solid #4b2815;
    color: #4b2815;
}
.custom-locations-page .custom-badge-section {
    text-align: center;
}
.custom-locations-page .custom-badge-section:not(.not) {
    position: relative;
    left: 50%;
}
.custom-locations-page .custom-badge-section img {
    width: 75%;
}
.locations-bages {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 3px solid #4b2815;
    padding: 30px 20px;
}
.locations-bages > div {
    -webkit-box-flex: 45%;
    -ms-flex: 45%;
    flex: 45%;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
/* End Custom Locations Page */

/*custom page*/

.gift-certificates-page:before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('https://static.spotapps.co/web/themissionsd--com/css/../custom/gift_certificates_back.jpg');
    -webkit-filter: grayscale(0.3) opacity(0.6);
    -moz-filter: grayscale(0.3) opacity(0.6);
    -o-filter: grayscale(0.3) opacity(0.6);
    -ms-filter: grayscale(0.3) opacity(0.6);
    filter: grayscale(0.3) opacity(0.6);
}

.gift-certificates-page .pagecontent {
    text-align: center;
}

.gift-certificates-page .tabs-container {
  margin-bottom: 50px;
  padding-bottom: 1px;
}

.gift-certificates-page {
    background-color: #000;
    color: #fff;
}

.gift-certificates-page h1 {
    text-shadow: none;
    margin-top: 25px;
}

.gift-certificates-page h2 {
  font-family: 'Arimo', sans-serif;
  font-weight: 700;
  font-size: 1.7em;
}

.gift-certificates-page h3 {
  font-family: 'Arimo', sans-serif;
  font-weight: 700;
  font-size: 1.5em;
}

.gift-certificates-page .row div.col-md-4 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.gift-certificates-page p {
    text-shadow: none;
    margin-bottom: 20px;
}

.gift-certificates-page p a {
  color: #fff;
  text-decoration: underline;
}

.gift-certificates-page p a:hover,
.gift-certificates-page p a:focus {
  color: #fff;
  text-decoration: none;
}

/*custom page end*/

.widget-subtitle {
  width: 100%;
  color: #000;
  text-align: center;
  font-size: 1.8em;
}
.break {
  flex-basis: 100%;
  height: 0;
}
.bravo-widg,
.first-widg {
  display: block !important;
  text-align: center !important;
 width: 100% !important;
}
.bravo-widg .widget-subtitle {
  margin-left: 50%;
}
#TA_excellent332,
#TA_certificateOfExcellence57 {
  margin-left: 66%;
}
.locations-bages {
  align-items: center;
  justify-content: center;
}
.locations-bages h2 {
  text-transform: capitalize;
}

.css-ya841x {
    bottom: 35px !important;
}
/* Responsive */
@media (max-width:1700px) {
    .locations-page.about-us-background .text-holder {
        width: 90%;
    }
    .navbar-regular.nav-v6 .navbar-nav > li > a {
        padding: 0 5px;
        font-size: 1.2em;
    }
    #TA_excellent332, #TA_certificateOfExcellence57 {
      margin-left: 58%;
  }
  .custom-locations-page .custom-locations-item {
    width: 500px;
  }
}
@media (max-width:1500px) {
.custom-locations-page .custom-locations-item {
  width: 450px;
}
.custom-locations-page .custom-locations-item {
  width: 450px;
}
}
@media (max-width:1400px) {
    .navbar-regular.nav-v6 .navbar-nav>li>a {
        padding: 0 3px;
    }
    .navbar.nav-v6 .socialnav a {
        display: none;
    }
    .section-header,
    .about-us-v8-content .text-wrapper h1,
    .about-us-v7-content .text-wrapper h1,
    .specials-v3.home-specials h1,
    .about-us-v3 h1,
    .specials h1,
    .events h1,
    .events-container h1,
    .about-us-page .about-us-s1-content h1,
    .gift-certificates-page h1 {
        font-size: 4.2em;
    }
    .about-us-v8-content .text-wrapper h2,
    .tmt-section h2,
    .reviews-v2-wrapper h2,
    .map-newsletter h2 {
        font-size: 1.6em;
    }
    .banner-section .container {
        width: 95%;
    }
    .banner-section h1 {
        font-size: 1.1em;
    }
    .map-newsletter .sph-email-subscription h2 {
        font-size: 1.2em;
    }
    .sister-logo {
        max-width: 160px;
    }
    .about-us-v7-content .text-wrapper .text-content {
        padding: 40px 8%;
    }
    .locations-page.about-us-background .about-us-v3 .section-header {
        font-size: 4.2em;
    }
    .locations-page.about-us-background .text-holder {
        width: 100%;
    }
    .locations-btn-wrapper a.custom-temp-btn {
        margin: 0 10px;
    }
    .locations-page.about-us-background .about-us-v3 h1 {
        font-size: 3em;
    }
    .widget-subtitle {
      font-size: 1.6em;
      text-transform: capitalize;
  }
  #TA_excellent332, #TA_certificateOfExcellence57 {
    margin-left: 42%;
}
.bravo-widg .widget-subtitle {
  margin-left: 42%;
}
.custom-locations-page .custom-locations-item {
  width: 400px;
}

}
@media (max-width:1200px) {
    .navbar-regular.nav-v6 .navbar-nav>li>a {
        font-size: 1em;
    }
    p {
        font-size: 1.2em;
    }
    .section-header,
    .about-us-v8-content .text-wrapper h1,
    .about-us-v7-content .text-wrapper h1,
    .specials-v3.home-specials h1,
    .about-us-v3 h1,
    .specials h1,
    .events h1,
    .events-container h1,
    .about-us-page .about-us-s1-content h1,
    .gift-certificates-page h1 {
        font-size: 3.5em;
    }
    .about-us-v8-content .text-wrapper h2,
    .tmt-section h2,
    .reviews-v2-wrapper h2,
    .map-newsletter h2 {
        font-size: 1.4em;
    }
    .uk-overlay-panel h1,
    .on-cover-content .section-wrapper .section-header {
        font-size: 3.3em;
    }
    .uk-overlay-panel .slide-text {
        font-size: 1.5em;
    }
    .banner-section h1 {
        font-size: 1.2em;
    }
    .about-us-page .about-us-s1-content img {
        max-width: 180px;
    }
    .about-us-v8-wrapper.custom-about-us-v9-wrapper .about-us-v8-item-2 .text-content p {
        padding: 0 3%;
    }
    .about-us-v8-wrapper.custom-about-us-v9-wrapper .about-us-v8-item-3 .text-content p {
        padding: 0 3%;
    }
    .about-us-v8-wrapper.custom-about-us-v9-wrapper .about-us-v8-item-4 .text-content p {
        padding: 0 3%;
    }
    .locations-page.about-us-background .about-us-v3 .section-header {
        font-size: 3.5em;
    }
    .locations-btn-wrapper a.custom-temp-btn {
        margin: 0 5px;
        font-size: 16px;
        padding: 8px 28px;
    }
    .locations-page.about-us-background .about-us-v3 h1 {
        font-size: 2.6em;
    }
    .location-info-holder p {
        font-size: 1.2em;
    }
    .bravo-widg .widget-subtitle {
      margin-left: 4%;
  }
  #TA_excellent332, #TA_certificateOfExcellence57 {
    margin-left: 18%;
}
.custom-locations-page .custom-badge-section.not img {
    width: 100%;
}
.custom-locations-page .custom-badge-section:not(.not) {
    left: 4%;
}
.custom-locations-page .custom-locations-item {
  width: 350px;
}
}
@media (max-width:1100px) {
.custom-locations-page .custom-locations-item {
width: 300px;
}
}
@media (max-width:1023px) {
    p {
        font-size: 1.1em;
    }
    .navbar-regular.nav-v6 .navbar-nav > li > a {
        padding: 0 4px;
        font-size: .9em;
    }
    .section-header,
    .about-us-v8-content .text-wrapper h1,
    .about-us-v7-content .text-wrapper h1,
    .specials-v3.home-specials h1,
    .about-us-v3 h1,
    .specials h1,
    .events h1,
    .events-container h1,
    .about-us-page .about-us-s1-content h1,
    .gift-certificates-page h1 {
        font-size: 3em;
    }
    .about-us-v8-content .text-wrapper h2,
    .tmt-section h2,
    .reviews-v2-wrapper h2,
    .map-newsletter h2 {
        font-size: 1.3em;
    }
    .uk-overlay-panel h1,
    .on-cover-content .section-wrapper .section-header {
        font-size: 2.8em;
    }
    .uk-overlay-panel .slide-text {
        font-size: 1.4em;
    }
    .banner-section .container {
        width: 100%;
    }
    .banner-section {
        padding: 20px 0;
    }
    .banner-section h1 {
        font-size: .9em;
    }
    .about-us-v8-wrapper.custom-about-us-v8-wrapper .about-us-v8-item-0 .text-wrapper h1 {
        font-size: 2.7em;
    }
    .about-us-v8-wrapper.custom-about-us-v8-wrapper .about-us-v8-item-0 .text-holder p {
        padding: 0 3%;
    }
    .tmt-section.section-wrapper {
        padding: 2em 0;
    }
    .reviews-v2-wrapper h3 {
        font-size: 1.2em;
    }
    .reviews-v2-wrapper .review-text p {
        font-size: 1.1em;
    }
    .contact-v3 .contact-location,
    .contact-v3 .hours,
    .contact-v3 .find-us {
        font-size: .9em;
    }
    .sister-logo {
        max-width: 120px;
    }
    .about-us-v8-wrapper.custom-about-us-v9-wrapper .about-us-v8-item-0 .text-content p {
        padding: 0 3%;
    }
    .about-us-v8-wrapper.custom-about-us-v9-wrapper .about-us-v8-item-2 .text-content p {
        padding: 0 5%;
    }
    .about-us-v8-wrapper.custom-about-us-v9-wrapper .about-us-v8-item-3 .text-wrapper h1 {
        font-size: 2.7em;
    }
    .about-us-v8-wrapper.custom-about-us-v9-wrapper .about-us-v8-item-3 .text-content p {
        padding: 0;
    }
    .about-us-v8-wrapper.custom-about-us-v9-wrapper .about-us-v8-item-4 .text-content p {
        padding: 0;
    }
    .food-menu-grid .menu-description p {
        font-size: 1.3em;
    }
    .drink-menu .food-menu-page h2,
    .drink-menu .drink-menu-page h2 {
        font-size: 1.6em;
    }
    .food-menu-grid .food-menu-description p {
        font-size: 1em;
    }
    .food-menu-grid h3,
    .food-menu-grid .food-price {
        font-size: 1.1em;
    }
    .food-menu-grid .food-item-description {
        font-size: 1em;
    }
    .onespecial {
        font-size: 14px;
    }
    .events-container h2 {
        font-size: 1.6em;
    }
    .events-container h3,
    .events-container p,
    .events-container .event-time  {
        font-size: 1.1em;
    }
    .locations-page.about-us-background .about-us-v3 .section-header {
        font-size: 3em;
    }
    .locations-page.about-us-v3 .text-wrapper {
        margin: 30px 0;
    }
    .locations-page.about-us-background .about-us-v3 h1 {
        font-size: 2.5em;
    }
    .location-info-holder p {
        font-size: 1.1em;
    }
    .locations-btn-wrapper {
        margin-top: 6%;
    }
    .locations-btn-wrapper a.custom-temp-btn {
        margin: 0px 5px;
        font-size: 14px;
        padding: 8px 15px;
    }
    .custom-locations-page .custom-badge-section:not(.not) {
        left: 50%;
    }
    .custom-locations-page .custom-badge-section.not img {
        width: 70%;
    }
    .custom-locations-page .custom-badge-section img {
        width: 60%;
    }
    .empty-content-message h2,
    .empty-content-message h3,
    .drink-menu .food-menu-page .empty-content-message h2,
    .drink-menu .food-menu-page .empty-content-message h3 {
        font-size: 1.3em;
    }
    .custom-locations-page .custom-locations-items-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .custom-locations-page .custom-locations-item {
        width: 90%;
        margin: 0 auto;
    }
    .location-info-item img {
        width: 100%;
        margin: 30px auto;
    }
    .locations-page.about-us-background .about-us-v3 h1 {
        font-size: 3.5em;
        text-align: center;
    }
    .custom-locations-page .location-info-holder p {
        font-size: 1.3em;
        text-align: center;
    }
    .custom-locations-item .locations-btn-wrapper {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .locations-btn-wrapper a.custom-temp-btn {
        font-size: 20px;
        padding: 8px 35px;
        margin: 15px;
    }
    .custom-locations-item .locations-btn-wrapper .social-icon {
        height: 50px;
        width: 50px;
        line-height: 50px; 
    }
    .gift-certificates-page h2 {
      font-size: 1.6em;
    }
    .gift-certificates-page h3 {
      font-size: 1.4em;
    }
}
@media (max-width:1023px) {
  #TA_excellent332, #TA_certificateOfExcellence57 {
    margin-left: 81%;
}
.bravo-widg .widget-subtitle {
  margin-left: 51%;
}

}
@media (max-width:991px) {
    .navbar-regular.nav-v6 .navbar-nav > li > a {
        padding: 0 2px;
        font-size: .75em;
    }
    .custom-badge-section a img {
        width: 60%;
    }
    .map-newsletter .bar {
        top: 0;
    }
    #TA_excellent332, #TA_certificateOfExcellence57 {
      margin-left: 74%;
  }
  
/* custom SDK widget  */
.css-1oz90by {
  margin-bottom: 90px;
}
/* custom SDK widget  */
.custom-locations-page .custom-locations-item {
  max-width: 90%;
  width: 700px;
}
}
@media (max-width:767px) {
    .navbar.nav-v6 .header-logo {
        max-width: 95px;
    }
    .navbar.nav-v6 .socialnav a {
        display: inline-block;
    }
    .navbar-regular.nav-v6 .navbar-nav > li > a {
        padding: 7px 15px;
        font-size: 1.1em;
    }
    .home-page .nav-v7 .mobile-navigation {
        background-color: #4b2815;
        color: #fff;
    }
    .home-page .navbar-regular.nav-v6 .navbar-nav > li > a,
    .drink-menu .navbar-regular.nav-v6 .navbar-nav > li > a  {
        background-color: #4b2815;
        color: #fff;
    }
    .home-page .navbar.nav-v6 .social-icon {
       color: #fff;
    }
    .navbar.nav-v6.navbar-regular .navbar-toggle .icon-bar {
        background-color: #fff ;
    }
    .home-page .navbar.nav-v6 .header-logo.logo-top img {
        content: url('https://static.spotapps.co/web/themissionsd--com/css/../custom/logo.png') !important;
    }
    video#coverVideo {
        margin-top: 70px;
    }
    #circle_v2 {
        margin: 0 auto;
    }
    .section-header,
    .about-us-v8-content .text-wrapper h1,
    .about-us-v7-content .text-wrapper h1,
    .specials-v3.home-specials h1,
    .about-us-v3 h1,
    .specials h1,
    .events h1,
    .events-container h1,
    .about-us-page .about-us-s1-content h1,
    .gift-certificates-page h1 {
        font-size: 2.5em;
    }
    .about-us-v8-content .text-wrapper h2,
    .tmt-section h2,
    .reviews-v2-wrapper h2,
    .map-newsletter h2 {
        font-size: 1.2em;
    }
    .uk-overlay-panel h1,
    .on-cover-content .section-wrapper .section-header {
        font-size: 1.8em;
    }
    .uk-overlay-panel .slide-text {
        font-size: 1.2em;
    }
    .banner-section.animate .banner-pin {
        display: block;
        padding-bottom: 5px;
    }
    .banner-section h1 {
        margin: 10px auto;
        font-size: 1em;
    }
    .about-us-v8-wrapper.custom-about-us-v8-wrapper .about-us-v8-item-0 .text-wrapper h1 {
        font-size: 2.5em;
    }
    .map-newsletter .sph-email-subscription h2 {
        font-size: 1.1em;
    }
    .custom-modal .newsletter-popup .section-header {
        font-size: 3em;
    }
    .custom-modal .newsletter-popup .sph-email-subscription h2,
    .custom-modal .newsletter-popup .sph-email-subscription label h2 {
        font-size: 1.1em;
    }
    .footer-v2-wrapper a {
        font-size: 1em;
    }
    .about-us-s1-wrapper {
        margin-top: 70px;
    }
    .about-us-page .about-us-s1-content {
        padding-top: 20px;
    }
    .about-us-page .about-us-s1-content img {
        max-width: 140px;
    }
    .about-us-v8-wrapper.custom-about-us-v9-wrapper .about-us-v8-item-0 .text-content p {
        padding: 0;
    }
    .about-us-v8-wrapper.custom-about-us-v9-wrapper .about-us-v8-item-1 .text-content p {
        padding: 0 3%;
    }
    .about-us-v8-wrapper.custom-about-us-v9-wrapper .about-us-v8-item-3 .text-wrapper h1 {
        font-size: 2.4em;
    }
    .about-us-v8-wrapper.custom-about-us-v9-wrapper .about-us-v8-item-4 .text-content p {
        padding: 0 4%;
    }
    .food-menu-v2-wrapper .section-header,
    .drink-menu-v2-wrapper .section-header {
        padding-top: 30px;
    }
    .food-menu-nav .food-menu-nav-item {
        border: none;
        border-bottom: 2px solid #4b2815;
        border-radius: 0;
    }
    .food-menu-nav .food-menu-nav-item.active,
    .food-menu-nav .food-menu-nav-item:hover,
    .food-menu-nav .food-menu-nav-item:focus {
        border: none;
        border-bottom: 2px solid #4b2815;
    }
    .food-menu-nav .food-menu-nav-item:first-of-type {
        border-top: 2px solid #4b2815;
    }
    .food-menu-grid .menu-description p {
        font-size: 1.2em;
    }
    .events-container .container {
        margin-bottom: 150px;
    }
    .locations-page .party-offer {
        padding-right: 0;
        padding-left: 0;
    }
    .locations-page.about-us-background .about-us-v3 .section-header {
        font-size: 2.5em;
    }
    .locations-page .food-menu-grid {
        padding: 0 15px;
    }
    .locations-page.about-us-background .about-us-v3 h1 {
        font-size: 1.5em;
    }
    .locations-page.about-us-background .food-menu-grid h2 {
        font-size: 1.3em;
    }
    .locations-btn-wrapper a.custom-temp-btn {
        display: block;
        margin: 5px auto;
        font-size: 16px;
    }
    .locations-page.about-us-background .food-menu-nav .food-menu-nav-item {
        border: none;
        border-bottom: 2px solid #4b2815;
        border-radius: 0;
    }
    .custom-locations-page .custom-badge-section.not img {
        width: 100%;
    }
    .custom-locations-page .custom-badge-section:not(.not){
        left: 0;
    }
    .locations-page.about-us-background .food-menu-nav .food-menu-nav-item.active,
    .locations-page.about-us-background .food-menu-nav .food-menu-nav-item:hover,
    .locations-page.about-us-background .food-menu-nav .food-menu-nav-item:focus {
        border: none;
        border-bottom: 2px solid #4b2815;
    }
    .locations-page.about-us-background .food-menu-nav .food-menu-nav-item:first-of-type {
        border-top: 2px solid #4b2815;
    }
    .locations-page.about-us-background .food-menu-nav {
        margin-bottom: 50px;
    }
    .locations-page.about-us-background .food-menu-grid h2 {
        font-size: 1.1em;
    }
    .custom-locations-page .custom-badge-section {
        left: 0;
    }
    .drink-menu .pagecontent {
        padding-top: 100px;
    }
    .navbar-fixed-bottom.nav-v1 .bottom-list-item a {
        font-family: 'Odibee Sans', cursive;
        font-weight: 400;
        text-transform: uppercase;
        font-size: 1em;
        padding: 15px 5px;
    }
    .custom-locations-page .pagecontent {
        padding-top: 55px;
    }
    .custom-locations-page .custom-locations-page-title-wrapper h2 {
        font-size: 1.3em;
    }
    .locations-page.about-us-background .about-us-v3 h1 {
        font-size: 2.5em;
    }
    .custom-locations-page .location-info-holder p {
        font-size: 1.1em;
    }
    .gift-certificates-page h2 {
      font-size: 1.4em;
    }
    .gift-certificates-page h3 {
      font-size: 1em;
    }
    .about-us-page .about-us-v7-content .text-wrapper h2 {
      font-size: 1.3em;
    }
    #TA_excellent332, #TA_certificateOfExcellence57 {
      margin-left: 21%;
  }
  .bravo-widg .widget-subtitle {
    margin-left: 0%;
}

.custom-badge-section a img {
    width: 40%;
}
.custom-locations-page .custom-locations-item {
  width: 300px;
}
}
@media (max-width:320px) {
    .uk-overlay-panel h1, .on-cover-content .section-wrapper .section-header {
        font-size: 1.6em;
    }
    .banner-section h1 {
        font-size: .9em;
    }
    .about-us-v8-wrapper.custom-about-us-v8-wrapper .about-us-v8-item-0 .text-wrapper h1 {
        font-size: 2.2em;
    }
    .location-info-holder p {
        font-size: .9em;
    }
    #TA_excellent332, #TA_certificateOfExcellence57 {
      margin-left: 16%;
  }

}
/* End Responsive */