@import url('//fonts.googleapis.com/css2?family=Send+Flowers&display=swap');
@import url('//fonts.googleapis.com/css2?family=Arima+Madurai:wght@300&display=swap');
@import url('//fonts.googleapis.com/css2?family=Alumni+Sans+Inline+One&display=swap');
@import url('//fonts.googleapis.com/css2?family=Lobster&family=Quicksand&family=Teko:wght@500&display=swap');
/* 
    NEW FONTS 
navigacija - lobster 400
titlovi - lobster - 400
body - Quicksand - 400
subtitle - Teko 500 
buttons - Teko 500 

font-family: 'Lobster', cursive;
font-family: 'Quicksand', sans-serif;
font-family: 'Teko', sans-serif;
*/

/*
  Heading fonts : font-family: 'Send Flowers', cursive; font-weight: 400;
  Body fonts : font-family: 'Arima Madurai', cursive; font-weight: 300;
  Subheading fonts: font-family: 'Alumni Sans Inline One', cursive; font-weight: 400;
  Navigtion fonts : font-family: 'Alumni Sans Inline One', cursive; font-weight: 400;
  Button fonts: font-family: 'Alumni Sans Inline One', cursive; font-weight: 400;
 */

body {
  font-family: 'Quicksand', sans-serif; 
  font-weight: 500;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Teko', sans-serif; 
  font-weight: 400;
}

.navigation-left li a,
.navigation-right li a {
  font-weight: normal;
}

.nav-v2 .navigation-left li.active a,
.nav-v2 .navigation-right li.active a,
.nav-v2 .navigation-left li a:hover,
.nav-v2 .navigation-right li a:hover,
.nav-v2 .navigation-left li a:focus,
.nav-v2 .navigation-right li a:focus {
  color: #3f7c7d;
}

.nav-v2 .social-icon:hover,
.nav-v2 .social-icon:active {
  color: #3f7c7d;
}

/* nav dropdown */

li.drop-down-link {
	position: relative;
}
li.drop-down-link a.drop-down {
	display: initial;
}
li.drop-down-link .sub-menu {
	display: none;
	position: absolute;
	left: 0px;
	top: 23px;
	background-color: #fefff7;
	padding: 10px 3px;
}
li.drop-down-link .sub-menu a {
	display: block;
	padding: 8px 0 8px 10px !important;
	font-family: 'Bebas Neue', cursive;
	text-transform: capitalize !important;
	color: #000;
	opacity: 1;
}
li.drop-down-link .sub-menu a:hover,
li.drop-down-link .sub-menu a:focus {
	text-decoration: none;
	color: #3f7c7d;
}
li.drop-down-link .sub-menu a span {
	display: none;
}
.outside-link {
	display: none;
}
/* nav end */

.navigation-social {
  padding-left: 15px;
}

.section-header,
.about-us-v8-content .text-wrapper h1,
.about-us-v7-content .text-wrapper h1,
.specials-v3.home-specials h1,
.specials h1,
.events-container h1,
.about-us-page .about-us-s1-content h1,
.custom-modal .newsletter-popup .section-header {
  text-transform: none;
  font-family: 'Lobster', cursive; 
  font-weight: 400;
  font-size: 4.2em;
}

.about-us-v8-content .text-wrapper h2,
.custom_html_1-section h2,
.tmt-section h2,
.reviews-v2-wrapper h2,
.map-newsletter h2 {
  font-family: 'Teko', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 1.7em;
}

.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,
.custom-about-us-v8-wrapper.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,
.food-menu-nav .food-menu-nav-item,
.food-menu-page .menu-order:hover,
.food-menu-page .menu-order:focus,
.weddings-page .reservations-and-parties-v2 button {
  padding: 6px 40px;
  text-transform: uppercase;
  background-color: #c0dfe1;
  background: #c0dfe1;
  border: 2px solid #c0dfe1;
  color: #000;
  font-family: 'Teko', sans-serif; 
  font-weight: 500;
  font-size: 18px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  line-height: 1.4em;
}

.custom-temp-btn:hover,
.custom-temp-btn:focus,
.custom-temp-btn:active,
.uk-overlay-panel a.custom-temp-btn:hover,
.on-cover-content .section-wrapper a.custom-temp-btn:hover,
.about-us-v7-content .text-wrapper .text-content .custom-temp-btn:hover,
.about-us-v8-wrapper a.custom-temp-btn:hover,
.custom-about-us-v8-wrapper.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:hover,
.food-menu-nav .food-menu-nav-item,
.food-menu-page .menu-order,
.weddings-page .reservations-and-parties-v2 button:hover, 
.weddings-page .reservations-and-parties-v2 button:focus {
  text-decoration: none;
  background-color: #84c3ca;
  background: #84c3ca;
  border: 2px solid #84c3ca;
  color: #000;
  opacity: 1;
}

.uk-overlay-panel a.custom-temp-btn {
  background-color: #fefff7;
  background: #fefff7;
  border: 2px solid #fefff7;
  color: #3f7c7d;
}

.map-newsletter .sph-email-subscription .sph-submit-button,
.custom-modal .newsletter-popup .sph-email-subscription .sph-submit-button, .catering-tmt-section a.custom-temp-btn {
  background-color: #fefff7;
  background: #fefff7;
  border: 2px solid #fefff7;
  color: #000;
}

/*HOMEPAGE*/
/* Slideshow and cover content */
.uk-overlay-background {
  background: rgba(0, 0, 0, 0.5);
}

.on-cover-content .section-wrapper .section-header,
.uk-overlay-panel h1 {
  margin-top: 70px;
  text-transform: none;
  font-family: 'Lobster', cursive; 
  font-weight: 400;
  font-size: 4.4em;
}

.uk-dotnav-contrast > * > * {
  background: #fefff7;
  border: 1px solid #fefff7;
  opacity: 1;
}

.uk-dotnav-contrast > .uk-active > *,
.uk-dotnav-contrast > * > :focus,
.uk-dotnav-contrast > * > :hover {
  background: #dfdedc;
  border: 1px solid #dfdedc;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* Slideshow and cover content end*/
/*Banner section*/
.banner-section {
  padding: 30px 0;
}

.banner-section h1 {
  font-family: 'Quicksand', sans-serif; 
  font-weight: 300;
  font-size: 1.3em;
}

.banner-section .banner-pin {
  color: #000;
  font-size: 1.1em;
}

.banner-section .banner-pin:hover,
.banner-section .banner-pin:focus,
.banner-section .banner-pin.active {
  color: #fff;
}

/*Banner section end*/
/*About us section*/
.about-us-v8-content .text-wrapper h2 {
  margin-top: 10px;
  margin-bottom: 20px;
  color: #3f7c7d;
}

.about-us-v8-content .about_us_award {
  margin: 0 auto;
}

/*About us section end*/
/*Accolades (custom) section*/

.custom_html_1-section {
  background-color: #84c3ca;
  color: #000;
  text-align: center;
}

.custom_html_1-section h1 {
  margin-top: 0;
}

.custom_html_1-section img[alt="Sugar Mama's Bakeshop Guru Reward flyer"] {
  width: 300px;
}

.custom_html_1-section h2 a,
.custom_html_1-section h2 a:hover,
.custom_html_1-section h2 a:focus {
  color: #000;
}

/*Accolades (custom) section end*/
/*TMT section*/
.tmt-section h1 {
  margin-top: 20px;
  margin-bottom: 0;
}

.tmt-section h2 {
  margin-top: 10px;
}

.tmt-section p {
  font-size: 1.3em;
  margin: 20px auto;
}

.tmt-section a.custom-temp-btn {
  margin: 20px 5px 20px;
}

/*TMT section end*/
/*Reviews section*/
.reviews-v2-wrapper {
  background-size: cover !important;
  background-attachment: scroll !important;
}

.reviews-v2-wrapper h1 {
  margin-top: 20px;
  color: #de1623;
}

.reviews-v2-wrapper .container {
  padding-top: 20px;
}

.reviews-v2-wrapper h1 {
  margin-bottom: 0;
}

.reviews-v2-wrapper h2 {
  margin-top: 0;
  color: #3f7c7d;
}

.reviews-v2-wrapper h3 {
  font-family: 'Teko', sans-serif; 
  font-weight: 500;
  text-transform: capitalize;
  margin: 20px auto 15px;
  color: #000;
}

.reviews-v2-wrapper h3 .fa.fa-star {
  color: #de1623;
  font-size: 0.8em;
}

.reviews-v2-wrapper .review-quote {
  color: #84c3ca;
  opacity: 1;
}

.reviews-v2-wrapper .review-text {
  padding-top: 0;
  font-style: italic;
}

.reviews-v2-wrapper .review-text p {
  line-height: 1.5em;
}

.owl-theme .owl-dots .owl-dot button {
  background: #84c3ca;
  border: 1px solid #84c3ca;
  opacity: 0.5;
}

.owl-theme .owl-dots .owl-dot.active button,
.owl-theme .owl-dots .owl-dot:hover button {
  background: #84c3ca;
  border: 1px solid #84c3ca;
  opacity: 1;
}

/*Reviews section end*/
/*Newsletter section*/
.map-newsletter {
  border-right: none;
}

.map-newsletter .text-wrapper:before {
  background-color: #f7dad6;
}

.map-newsletter .text-wrapper:before {
  background-position: top left;
}

.map-newsletter .section-header {
  color: #000;
}

.map-newsletter h2 {
  color: #000;
}

.map-newsletter .sph-email-subscription h2 {
  font-family: 'Teko', sans-serif; 
  font-weight: 500;
  color: #000;
  font-size: 1.3em;
}

.map-newsletter .sph-email-subscription .sph-email-input {
  padding: 9px 5px;
  color: #000;
  border-bottom: 1px solid #000;
}

.map-newsletter .sph-email-subscription input::-webkit-input-placeholder {
  color: #000;
}

.map-newsletter .sph-email-subscription input:-moz-placeholder {
  /* Firefox 18- */
  color: #000;
}

.map-newsletter .sph-email-subscription input::-moz-placeholder {
  /* Firefox 19+ */
  color: #000;
}

.map-newsletter .sph-email-subscription input:-ms-input-placeholder {
  color: #000;
}

.map-newsletter .bar {
  top: -4px;
}

.map-newsletter .bar:before,
.map-newsletter .bar:after {
  background: #84c3ca;
}

.googlemap-v3-wrapper .triangle {
  display: none;
}

.sph-response-message {
  font-size: 1.3em;
  color: #000;
}

.googlemap-v3-wrapper input:-webkit-autofill,
.googlemap-v3-wrapper input:-webkit-autofill:hover,
.googlemap-v3-wrapper input:-webkit-autofill:focus,
.googlemap-v3-wrapper input:-webkit-autofill:active {
  -webkit-text-fill-color: #000;
  color: #000 !important;
}

/*Newsletter section end*/
/*Newsletter popup section*/
.custom-modal .modal-content {
  background-color: #f7dad6;
}

.custom-modal .newsletter-popup .section-header {
  color: #000;
}

.custom-modal .newsletter-popup .sph-email-subscription h2,
.custom-modal .newsletter-popup .sph-email-subscription label h2 {
  font-family: 'Teko', sans-serif; 
  font-weight: 500;
  font-size: 1.3em;
  color: #000;
}

.custom-modal .newsletter-popup .sph-email-subscription .sph-email-input {
  color: #000;
  border: 1px solid #000;
  background: transparent;
  padding: 9px 5px;
}

.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 input:-webkit-autofill,
.custom-modal .newsletter-popup .sph-email-subscription input:-webkit-autofill:hover,
.custom-modal .newsletter-popup .sph-email-subscription input:-webkit-autofill:focus,
.custom-modal .newsletter-popup .sph-email-subscription input:-webkit-autofill:active {
  -webkit-text-fill-color: #000;
  color: #000 !important;
}

/*Newsletter popup section end*/
/*Contact section*/
.contact-v3 {
  background-color: #84c3ca;
  color: #000;
}

.contact-v3 .hours-title h1,
.contact-v3 .social-title h1,
.contact-v3 .contact-us-title h1 {
  text-transform: none;
}

.contact-v3 .contact-us p {
  margin: 0;
}

.contact-v3 .days {
  padding: 0;
  text-transform: uppercase;
}

.contact-v3 .from-to {
  text-transform: uppercase;
}

.contact-v3 a {
  text-decoration: none;
  color: #000;
}

.contact-v3 a:focus {
  color: #000;
}

/*Contact section end*/
.footer-v2-wrapper {
  background-color: #84c3ca;
  border-top: 2px solid #000;
  color: #000;
}

.footer-v2-wrapper p {
  font-size: 1.3em;
}

.footer-v2-wrapper a {
  color: #000;
}

/*HOMEPAGE END*/
/*FOOD AND DRINKS PAGE*/
.food-menu-page .food-menu-v2-wrapper,
.drink-menu-page .drink-menu-v2-wrapper {
  padding-top: 85px;
}

.food-menu-nav .food-menu-nav-item {
  padding: 6px 40px;
}

.food-menu-nav .food-menu-nav-item:hover,
.food-menu-nav .food-menu-nav-item:focus,
.food-menu-nav .food-menu-nav-item.active {
  background-color: #c0dfe1;
  background: #c0dfe1;
  border: 2px solid #c0dfe1;
  color: #000;
}

.food-menu-grid-item-content {
  border-radius: 0;
}

.food-menu-page .order-menu-btn {
  margin-top: 100px;
}

.drink-menu .food-menu-page h2,
.drink-menu .drink-menu-page h2 {
  font-family: 'Teko', sans-serif; 
  font-weight: 500;
  text-transform: uppercase;
  font-size: 2em;
  color: #000;
}

.food-menu-grid h3,
.food-menu-grid .food-price {
  font-family: 'Teko', sans-serif; 
  font-weight: 500;
  font-size: 1.3em;
  color: #000;
}

.food-menu-grid p,
.food-menu-grid .food-item-description {
  font-size: 1.2em;
}

.food-menu-grid-item-content .food-menu-content {
  border-left: 1px solid #84c3ca;
}

.food-menu-grid .food-price {
  color: #000;
}

.nav-v2 .navigation-sections .navigation-right .pull-left li.drop-down-link .sub-menu {
  width: 140px;
}
/*FOOD AND DRINKS PAGE END*/
/*SPECIALS PAGE*/
.onespecial {
  font-size: 1.3em;
}

/*SPECIALS PAGE END*/
/*GIFT CARDS PAGE*/
.gift-cards-page h1 {
  margin-top: 35px;
}

/*GIFT CARDS PAGE END*/
.drink-menu .pagecontent {
  padding-top: 150px;
}

.empty-content-message h2,
.empty-content-message h3,
.food-menu-page .empty-content-message h2,
.food-menu-page .empty-content-message h3 {
  text-transform: none;
  text-align: center;
  font-family: 'Teko', sans-serif; 
  font-weight: 500;
  font-size: 1.3em;
}

.weddings-page .section-header {
	color: #000;
	text-shadow: none;
}

.weddings-page .bar:before,
.weddings-page .bar:after {
	background: #3f7c7d;
}
.weddings-page .reservations-and-parties p.submit-success,
.weddings-page .process-button {
	color: #000;
	text-shadow: none;
}

.order-now-fixed-btn-holder {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  height: 72px;
  position: fixed;
  width: 100vw;
  background-color: transparent;
  padding: 12px 16px;
  box-sizing: border-box;
  z-index: 100000;
  bottom: 0px;
  border-top: 1px solid transparent;
  -webkit-box-pack: center;
  justify-content: center;
}

/* ORDER NOW FIXED BUTTON START */
.order-now-fixed-btn-link {
  min-height: 40px;
  min-width: 288px;
  border-radius: 1000px;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  font-weight: 700;
  font-size: 16px;
  text-decoration: none;
  box-shadow: none;
  background-color: rgb(173, 0, 0) !important;
  color: rgb(255, 255, 255) !important;
}

a.order-now-fixed-btn-link:hover {
  text-decoration: none;
  color: rgb(173, 0, 0) !important;
  background-color: rgb(255, 255, 255) !important;
}

.order-now-fixed-btn-holder {
  z-index: 99 !important;
}
/* ORDER NOW FIXED BUTTON END */




@media (max-width: 1400px) {
  .section-header,
  .about-us-v8-content .text-wrapper h1,
  .about-us-v7-content .text-wrapper h1,
  .specials-v3.home-specials h1,
  .specials h1,
  .events-container h1,
  .about-us-page .about-us-s1-content h1,
  .custom-modal .newsletter-popup .section-header {
    font-size: 3.8em;
  }
  .about-us-v8-content .text-wrapper h2,
  .custom_html_1-section h2,
  .tmt-section h2,
  .reviews-v2-wrapper h2,
  .map-newsletter h2 {
    font-size: 1.4em;
  }
  .on-cover-content .section-wrapper .section-header,
  .uk-overlay-panel h1 {
    font-size: 4em;
  }
  .specials h2 {
    font-size: 1.3em;
  }
  .empty-content-message h2,
  .empty-content-message h3,
  .food-menu-page .empty-content-message h2,
  .food-menu-page .empty-content-message h3 {
    font-size: 1.3em;
  }
}

@media (max-width: 1200px) {
  .section-header,
  .about-us-v8-content .text-wrapper h1,
  .about-us-v7-content .text-wrapper h1,
  .specials-v3.home-specials h1,
  .specials h1,
  .events-container h1,
  .about-us-page .about-us-s1-content h1,
  .custom-modal .newsletter-popup .section-header {
    font-size: 3.4em;
  }
  .about-us-v8-content .text-wrapper h2,
  .custom_html_1-section h2,
  .tmt-section h2,
  .reviews-v2-wrapper h2,
  .map-newsletter h2 {
    font-size: 1.5em;
  }
  p {
    font-size: 1.2em;
  }
  .on-cover-content .section-wrapper .section-header,
  .uk-overlay-panel h1 {
    font-size: 3.6em;
  }
  .banner-section {
    padding: 25px 0;
  }
  .banner-section h1 {
    font-size: 1.2em;
  }
  .tmt-section p {
    font-size: 1.2em;
  }
  .googlemap-v3-wrapper .map-item,
  #map-v3-container {
    min-height: 460px;
  }
  .map-newsletter .sph-email-subscription h2 {
    font-size: 1.2em;
  }
  .sph-response-message {
    font-size: 1.2em;
  }
  .custom-modal .newsletter-popup .sph-email-subscription h2,
  .custom-modal .newsletter-popup .sph-email-subscription label h2 {
    font-size: 1.2em;
  }
  .contact-v3 .contact-location,
  .contact-v3 .hours,
  .contact-v3 .find-us {
    font-size: 1.1em;
  }
  .footer-v2-wrapper a {
    font-size: 1.1em;
  }
  .drink-menu .food-menu-page h2,
  .drink-menu .drink-menu-page h2 {
    font-size: 1.8em;
  }
  .food-menu-grid h3,
  .food-menu-grid .food-price {
    font-size: 1.2em;
  }
  .food-menu-grid p,
  .food-menu-grid .food-item-description {
    font-size: 1.1em;
  }
  .onespecial {
    font-size: 1.2em;
  }
  .empty-content-message h2,
  .empty-content-message h3,
  .food-menu-page .empty-content-message h2,
  .food-menu-page .empty-content-message h3 {
    font-size: 1.2em;
  }
}

@media (max-width: 1023px) {
  .header-logo {
    max-width: 100px;
    left: 5px;
  }
  .nav > li {
    padding: 0;
  }
  .nav > li > a {
    font-family: 'Lobster', cursive; 
    font-weight: 400;
    font-size: 1em;
    padding: 10px 8px;
    font-weight: normal;
  }
  .navbar-inverse.nav-v2 .navbar-nav > li > a:focus,
  .navbar-inverse.nav-v2 .navbar-nav > li > a:hover,
  .navbar-inverse.nav-v2 .navbar-nav > .active > a,
  .navbar-inverse.nav-v2 .navbar-nav > .active > a:focus,
  .navbar-inverse.nav-v2 .navbar-nav > .active > a:hover {
    color: #3f7c7d;
  }
  li.drop-down-link a.drop-down {
	display: inline-block;
  }
  .nav-v2 .social-icon {
    font-size: 24px;
    line-height: 28px;
  }

  .section-header,
  .about-us-v8-content .text-wrapper h1,
  .about-us-v7-content .text-wrapper h1,
  .specials-v3.home-specials h1,
  .specials h1,
  .events-container h1,
  .about-us-page .about-us-s1-content h1,
  .custom-modal .newsletter-popup .section-header {
    font-size: 3em;
  }
  .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,
  .custom-about-us-v8-wrapper.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,
  .food-menu-nav .food-menu-nav-item {
    font-size: 16px;
  }
  .on-cover-content .section-wrapper .section-header,
  .uk-overlay-panel h1 {
    font-size: 3em;
  }
  .reviews-v2-wrapper h3 {
    font-size: 1.1em;
  }
  .reviews-v2-wrapper .review-text p {
    font-size: 1.1em;
  }
  .map-newsletter .text-wrapper:before {
    background-position: center center;
  }
  .onespecial {
    font-size: 1.1em;
  }
  .specials h2 {
    font-size: 1.2em;
  }
  .empty-content-message h2,
  .empty-content-message h3,
  .food-menu-page .empty-content-message h2,
  .food-menu-page .empty-content-message h3 {
    font-size: 1.2em;
  }
  li.drop-down-link .sub-menu {
    width: 125px !important;
  }
}

@media (max-width: 991px) {
  .nav > li > a {
    font-size: 1em;
    padding: 10px 7px;
  }
  .map-newsletter .bar {
    top: 0;
  }
  .about-us-page .about-us-s1-content {
    text-align: center !important;
  }
  .menu-item-photos .food-menu-grid .food-item-photo-holder {
    padding: 15px 0;
  }
  .food-menu-grid .food-item-wrapper {
    padding: 0;
  }
  .food-menu-page .order-menu-btn {
    margin-top: 80px;
  }
}

@media (max-width: 769px) {
  .navbar-collapse.collapse {
    padding-bottom: 0;
  }
}

@media (max-width: 767px) {
  .header-logo {
    max-width: 70px;
  }
  .navbar-nav {
    margin-top: 5px !important;
    margin-bottom: 0;
  }
  .nav > li > a {
    padding: 6px 15px;
    font-size: 1.2em;
  }
  li.drop-down-link {
	display: none;
	}
  
  .navbar-inverse .navbar-collapse {
    max-height: 480px;
    overflow: hidden;
  }
  .navbar-inverse .navbar-nav > li > a:hover,
  .navbar-inverse .navbar-nav > li.active > a,
  .navbar-inverse .navbar-nav > li.active > a:hover {
    background-color: #3f7c7d;
    color: #fff !important;
  }
  .navbar-inverse .navbar-toggle:hover .icon-bar,
  .nav-v2.navbar-inverse.navbar-fixed-top button[aria-expanded="true"].navbar-toggle .icon-bar {
    background-color: #3f7c7d !important;
  }
  .navbar-inverse .navbar-nav>li>a {
    text-transform: capitalize;
  }
  .navigation-bootstrap {
    padding-bottom: 0 !important;
  }
  li.drop-down-link .sub-menu {
    padding: 0 30px 5px 30px;
  }
  .section-header,
  .about-us-v8-content .text-wrapper h1,
  .about-us-v7-content .text-wrapper h1,
  .specials-v3.home-specials h1,
  .specials h1,
  .events-container h1,
  .about-us-page .about-us-s1-content h1,
  .custom-modal .newsletter-popup .section-header {
    font-size: 2.6em;
  }
  .about-us-v8-content .text-wrapper h2,
  .custom_html_1-section h2,
  .tmt-section h2,
  .reviews-v2-wrapper h2,
  .map-newsletter h2 {
    font-size: 1.4em;
  }
  p {
    font-size: 1.1em;
  }
  .navbar-fixed-bottom.nav-v1 .bottom-list-item a {
    text-transform: uppercase;
    font-family: 'Lobster', cursive; 
    font-weight: 400;
    font-size: 14px;
    padding: 15px 5px;
  }
  .on-cover-content .section-wrapper .section-header,
  .uk-overlay-panel h1 {
    font-size: 2.4em;
  }
  .banner-section {
    padding: 15px 0;
  }
  .banner-section h1 {
    font-size: 1.1em;
  }
  .about-us-v8-content {
    min-height: 200px;
  }
  .about-us-v8-content .text-wrapper h1 {
    margin-top: 20px;
  }
  .about-us-v8-content .text-wrapper {
    text-align: center;
  }
  .about-us-v8-content .text-wrapper p {
    text-align: center !important;
  }
  .custom_html_1-section {
    padding: 2em 0;
  }
  .custom_html_1-section img[alt="Sugar Mama's Bakeshop Guru Reward flyer"] {
    width: 200px;
  }
  .tmt-section {
    padding: 2em 0;
  }
  .tmt-section p {
    font-size: 1.1em;
  }
  .reviews-v2-wrapper h3 {
    font-size: 1em;
  }
  .reviews-v2-wrapper .review-text p {
    font-size: 1em;
  }
  .googlemap-v3-wrapper .map-item.map-newsletter {
    min-height: 440px;
  }
  .map-newsletter .text-wrapper .text-content {
    top: -10px;
  }
  .map-newsletter .sph-email-subscription h2 {
    font-size: 1.1em;
  }
  .sph-response-message {
    font-size: 1.1em;
  }
  .custom-modal .newsletter-popup .sph-email-subscription h2,
  .custom-modal .newsletter-popup .sph-email-subscription label h2 {
    font-size: 1.1em;
  }
  .footer-v2-wrapper p {
    font-size: 1.1em;
  }
  .footer-v2-wrapper a {
    font-size: 1em;
  }
  .food-menu-page .food-menu-v2-wrapper,
  .drink-menu-page .drink-menu-v2-wrapper {
    padding-top: 45px;
  }
  .food-menu-nav .food-menu-nav-item {
    padding: 7px 20px;
    border: none;
    border-bottom: 2px solid #c0dfe1;
  }
  .food-menu-nav .food-menu-nav-item:hover,
  .food-menu-nav .food-menu-nav-item:focus,
  .food-menu-nav .food-menu-nav-item.active {
    border: none;
    border-bottom: 2px solid #c0dfe1;
  }
  .food-menu-nav .food-menu-nav-item:first-of-type {
    border-top: 2px solid #c0dfe1;
  }
  .drink-menu .food-menu-page h2,
  .drink-menu .drink-menu-page h2 {
    font-size: 1.6em;
  }
  .food-menu-grid h3,
  .food-menu-grid .food-price {
    font-size: 1.1em;
  }
  .food-menu-grid p,
  .food-menu-grid .food-item-description {
    font-size: 1.05em;
  }
  .drink-menu .pagecontent {
    padding-top: 70px;
  }
  .empty-content-message h2,
  .empty-content-message h3,
  .food-menu-page .empty-content-message h2,
  .food-menu-page .empty-content-message h3 {
    font-size: 1.1em;
  }

  .order-now-fixed-btn-holder {
    bottom: 40px !important;
  }
}

@media (max-width: 320px) {
  .section-header,
  .about-us-v8-content .text-wrapper h1,
  .about-us-v7-content .text-wrapper h1,
  .specials-v3.home-specials h1,
  .specials h1,
  .events-container h1,
  .about-us-page .about-us-s1-content h1,
  .custom-modal .newsletter-popup .section-header {
    font-size: 2.2em;
  }
  .about-us-v8-content .text-wrapper h2,
  .custom_html_1-section h2,
  .tmt-section h2,
  .reviews-v2-wrapper h2,
  .map-newsletter h2 {
    font-size: 1.1em;
  }
  .navbar-fixed-bottom.nav-v1 .bottom-list-item a {
    font-size: 12px;
  }
  .on-cover-content .section-wrapper .section-header,
  .uk-overlay-panel h1 {
    font-size: 2.2em;
  }
  .footer-v2-wrapper a {
    font-size: 0.9em;
  }
  .empty-content-message h2,
  .empty-content-message h3,
  .food-menu-page .empty-content-message h2,
  .food-menu-page .empty-content-message h3 {
    font-size: 1.1em;
  }
}

/* START website specific style */
video#coverVideo {
  margin-top: 80px;
}

@media (max-width: 767px) {
  video#coverVideo {
    margin-top: 55px;
  }
}
