:root {
  --green: #00c650;
  --green2: #00c750;
  --pink: #ff6f6f;
  --yellow: #fae8b6;
  --light-yellow: #fcf0d0;
}

@font-face {
    font-family: 'gt_walsheim_proregular';
    src: url('fonts/gt-walsheim-regular-web-webfont.woff2') format('woff2'),
         url('fonts/gt-walsheim-regular-web-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: 'gt_walsheim_prolight';
    src: url('fonts/gt-walsheim-light-web-webfont.woff2') format('woff2'),
         url('fonts/gt-walsheim-light-web-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
	font-display: swap;

}

@font-face {
    font-family: 'gt_walsheim_promedium';
    src: url('fonts/gt-walsheim-medium-web-webfont.woff2') format('woff2'),
         url('fonts/gt-walsheim-medium-web-webfont.woff') format('woff');
	font-weight: normal;
    font-style: normal;
	font-display: swap;
}

body {
	font-family: "Cormorant Garamond", serif;
	font-weight: 500;
	font-style: normal;
	font-size: 24px;
	line-height: normal;
}

h1, .home h2 {
	font-family: acumin-pro-extra-condensed, sans-serif;
	font-weight: 300;
	font-style: normal;
	line-height: normal;
}

h2 {
	font-family: 'gt_walsheim_prolight';
	font-size: 51px;
	
}

h3 {
	font-family: 'gt_walsheim_proregular';
	font-weight: normal;
	font-style: normal;
}

.button {
	display: inline-block;
	color: #fff;
	background-color: var(--green);
	padding: 15px 50px;
	font-family: acumin-pro-extra-condensed, sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 32px;
	text-transform: uppercase;
	line-height: 1;
	border-radius: 5px;
}

.button:hover {
	color: #fff;
	background-color: var(--pink);
}

.button.reserve {
    padding-left: 80px;
    background-image: url('images/calendar-icon.webp');
    background-position: top 22px left 40px;
    background-repeat: no-repeat;
}

.button.reverse {
	background-color: var(--pink);
}

.button.reverse:hover {
	background-color: var(--green);
}

.g-container  {
	width: 1650px;
	max-width: 95%;
}

/* Navigation */

#g-navigation {
    padding: 38px 0;
    position: absolute;
    width: 100%;
    z-index: 50;
    background: rgb(255 255 255 / 88%);
}

.home #g-navigation {
	position: relative;
	padding: 38px 0 0 0;
}

#g-navigation .g-container {
	width: calc(100% - 140px);
	max-width: none;
}

#g-navigation .g-content {
	margin: 0;
	padding: 0;
}

#g-navigation .g-logo.g-logo-helium img {
    max-height: none;
}

.nav-buttons {
	text-align: right;
}

.nav-buttons .button {
	margin-top: 25px;
}

/* Main Menu */

#g-navigation .g-main-nav {
	text-align: center;
	margin-top: 45px;
}

.g-main-nav .g-toplevel > li {
    margin: 0 20px;
}

.g-main-nav .g-toplevel > li .g-menu-item-content {
	 font-family: 'gt_walsheim_promedium';
	 font-size: 23px;
	 text-transform: uppercase;
	 color: #2b2b2b;
}

.g-main-nav .g-toplevel > li:hover .g-menu-item-content {
	color: var(--green);
}

.g-main-nav .g-standard .g-dropdown {
   background: var(--yellow);
   padding: 7.5px 15px;
   border-radius: 10px;
   box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
   min-width: 240px;
   text-align: left;
}

.g-main-nav .g-sublevel > li {
    margin: 15px 0;
}

#g-navigation .g-main-nav .g-sublevel > li .g-menu-item-content {
    font-size: 21px;
    color: var(--pink);
}

#g-navigation .g-main-nav .g-sublevel > li:hover .g-menu-item-content, #g-navigation .g-main-nav .g-sublevel > li.active .g-menu-item-content {
	color: var(--green);
}

.g-main-nav .g-toplevel > li.g-parent .g-menu-parent-indicator {
    font-size: 18px;
}

/* Homepage */

#g-mainbar {
    padding: 0;
}

#g-mainbar .g-content {
	margin: 0;
	padding: 0;
}

#slider-row .slide img {
    border-radius: 500px 500px  0 0;
	border: 6px solid #eaeaea;
}


#slider-row .ms-staff-carousel.ms-round .ms-slide-bgcont {
    border-radius: 5000px 5000px 0 0;
    border: solid 6px  #eaeaea;
    margin: 0 -8px;
}

#slider-row .ms-staff-carousel.ms-round .ms-nav-next, #slider-row .ms-staff-carousel.ms-round .ms-nav-prev {
	top: 90%;
}

#slider-row  .ms-skin-default .ms-bullet {
    width: 8px;
    height: 8px;
    background: #2c2c2c;
    border-radius: 10px;
}

#slider-row  .ms-skin-default .ms-bullet.ms-bullet-selected {
	background: var(--pink);
}

#slider-row .ms-staff-carousel.ms-round .ms-nav-next  {
	background: url('images/next.webp') center center no-repeat;
}

#slider-row .ms-staff-carousel.ms-round .ms-nav-prev  {
	background: url('images/prev.webp') center center no-repeat;
}

#slider-row .ms-bullets  {
	bottom: -5px !important;
}

#slider-row .ms-staff-carousel {
    overflow: hidden;
}

#main-title {
	padding: 100px 0;
	background: url('images/main-title-bg.webp') center center no-repeat;
	margin-top: 30px;
}

#main-title .vc_column-inner {
	background: #fff;
	padding: 25px 0;
}

#main-title .wpb_content_element {
	margin: 0;
}

#main-title h1 {
	font-size: 115px;
	margin: 0;
    line-height: 0.55;
}

#main-title h3 {
	font-size: 30px;
	line-height:1;
	margin: 30px 0 0 0;
}

#ab {
	margin: 30px 0 65px 0;
}

#products {
	margin: 55px 0;
}


#products h2 {
	font-size: 81px;
	line-height: 1;
	text-transform: uppercase;
}

#products.vc_row.vc_column-gap-35>.vc_column_container {
    padding: 0 35px;
}

#products.vc_row.vc_column-gap-35>.vc_column_container  .vc_column-inner {
    padding: 60px 90px  0 90px;
	background-size: 100% 440px;
}

#products .cake-flavors .vc_column-inner {
	background: url('images/cake-flawors_bg.webp') center top no-repeat;

}

#products .custom-cakes .vc_column-inner {
	background: url('images/custom-cakes_bg.webp') center top no-repeat;

}

#products .fine-breads .vc_column-inner {
	background: url('images/fine-breads_bg.webp') center top no-repeat;
}

#gallery-row h2 {
	font-size: 74px;
	line-height: 1;
	margin: 0 auto;
	position: relative;
	display: table;
}

#gallery-row h2:after {
	content: '';
	width: 19px;
	height: 39px;
	background: url('images/chevron-right.webp') center center no-repeat;
	position: absolute;
	right: -50px;
	bottom: -10px;
}

#gallery-row .third-column h2:after {
	background: url('images/chevron-right-dark.webp') center center no-repeat;
}

#gallery-row p {
	margin: 0;
}

#gallery-row .explore {
	font-family: 'gt_walsheim_proregular';
	font-size: 31px;
}

#gallery-row .vc_column-inner {
	position: relative;
	padding: 0;
}

#gallery-row  .text {
    position: absolute;
    bottom: 0;
    width: 100%;
	background: #fff;
	padding: 20px 0;
	margin: 0;
	z-index: 10;
}

#gallery-row  .image, #gallery-row  .image img {
	margin: 0;
}

#gallery-row .first-column .text  {
	background: var(--pink);
	color: #fff;
}

#gallery-row .second-column .text {
	background: var(--green);
	color: #fff;
}

#gallery-row .third-column .text {
	background: var(--yellow);
	color: #0e0e0e;
}

#gallery-row .vc_column_container {
	padding: 0 11px;
	transition: ease .4s;
}

.banner-button {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(40,40,40,0.33);
	z-index: 5;
}

#gallery-row .vc_column-inner:hover .banner-button {
    display: flex;
    visibility: visible;
    align-items: center;
    justify-content: center;
	-webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}

@-webkit-keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}

@keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}

#gallery-row .first-column {
	margin-top: 102px;
}

#gallery-row .third-column {
	margin-top: 170px;
}

#gallery-row .gallery-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-indent: -9999em;
	z-index: 8;
}

#orders {
	background: var(--yellow);
	font-size:  28px;
}

.home #orders {
	margin-top: 100px; 
} 

#orders .our-availability {
	font-family: 'gt_walsheim_proregular';
	font-size: 34px;
	background: var(--green2) url('images/ab_green.webp') center right 40px no-repeat;
	color: #fff;
	padding: 100px 100px 50px 100px;
	margin-top: 45px;
}

#orders .our-availability  h2 {
	font-family: acumin-pro-extra-condensed, sans-serif;
	font-weight: 300;
	font-size: 103px;
	text-transform: uppercase;
	line-height: 1;
}

#orders .our-availability .button.reverse:hover {
	background-color: #292929;
}

#orders .calendar {
    padding: 45px 75px;
}

#orders  .ult_tabmenu.style3 {
    border-bottom: 0;
    position: absolute;
    width: 100%;
}

#orders .wpsbc-legend {
    border: 0;
    background: transparent;
}

#orders .wpsbc-container[data-columns] .wpsbc-calendars .wpsbc-calendar {
	max-width: 100% !important;
}

#orders .wpsbc-container .wpsbc-calendars .wpsbc-calendar table tr td .wpsbc-date-inner .wpsbc-date-number {
    font-size: 27px;
}

#orders .ult_tabmenu.style3>li.ult_tab_li:before {
    content: none;
	display: none;
}

#orders  .ult_tabmenu .ult-span-text {
    font-size: 21px ;
    text-transform: uppercase;
}

#orders  .wpsbc-legend {
    margin: 0;
}

#orders  .wpsbc-container .wpsbc-calendars .wpsbc-calendar .wpsbc-calendar-header {
    padding: 20px;
	padding-top: 65px;
}

#orders .ult_tabmenu.style3>li.current {
    background: var(--yellow) !important;
	border: 2px solid #4f4f4f !important;
	border-radius: 3px !important;
	text-align: center;
}

#orders .ult_tabmenu.style3>li  {
    background: #fff !important;
	border: 2px solid #4f4f4f !important;
	border-radius: 3px !important;
	text-align: center;
	margin: 0 25px;
}

#orders .aio-icon.none.ult_tab_iconright {
    display: none;
}

#orders .ult_tabmenu.style3>li.ult_tab_li a span {
	color: #4f4f4f;
} 

#orders  .wpsbc-container .wpsbc-calendars .wpsbc-calendar .wpsbc-calendar-header .wpsbc-select-container select {
    height: 45px;
    line-height: 45px;
    font-size: 30px;
	text-align: center;
}

#orders .wpsbc-legend .wpsbc-legend-item-name {
    font-size: 24px;
    color: #292929;
}

#orders .limited-spots {
	padding: 90px 250px 90px 150px;
	background: url('images/orders_leaves.webp') center right no-repeat;
}

#orders .limited-spots h3 {
	font-family: 'gt_walsheim_prolight';
	font-size: 51px;
}

#orders form {
	color: #111111;
}

#our-process {
	background: var(--light-yellow);
}

.page-id-256 #our-process .about-text {
	padding: 0 50px;
}

#our-process .about-text .text {
	padding: 0 150px;
	font-size: 30px;
}

#our-process.text-only .about-text .text {
    padding: 0 30px;
    margin: 45px auto 0 auto;
}

#our-process .about-text .text h2 {
	font-family: acumin-pro-extra-condensed, sans-serif;
	font-weight: 300;
	font-size: 85px;
}

 #our-process .about-text .image img {
	margin: 0;
}

#our-process .about-text .image p {
	margin: 0;
	display: table;
	float: right;
	position: relative;
}

#our-process .about-text .image p:before {
	content: '';
	display: block;
	width: 150px;
	height: 143px;
	background: url('images/top-swirl.webp') center center no-repeat;
	background-size: cover;
	position: absolute;
	top: 30px;
	left: 30px;
	z-index:3;
}

#our-process .about-text .image p:after {
	content: '';
	display: block;
	width: 151px;
	height: 143px;
	background: url('images/bottom-swirl.webp') center center no-repeat;
	background-size: cover;
	position: absolute;
	bottom: 30px;
	right: 30px;
	z-index:3;
}

#our-process .process-steps {
	margin-top: 75px;
}

#our-process .process-steps .vc_column_container {
	padding: 75px 65px;
}

#our-process h3 {
	font-size: 62px;
	font-family: acumin-pro-extra-condensed, sans-serif;
	font-weight: 300;
	font-style: normal;
	text-align: center;
	margin-top: 0;
	padding-top: 0;
}

#our-process h3 .number {
	font-family: "Cormorant Garamond", serif;
	font-size: 87px;
	font-weight: bold;
	font-style: italic;
}

#our-process .process-steps .consultation {
	background: url('images/consultation_leaves.webp') top 15px center no-repeat;
}


#our-process .process-steps .tasting  {
	background: url('images/testing_leaves.webp') top 15px center no-repeat;
}


#our-process .process-steps .delivery {
	background: url('images/delivery_leaves.webp') top 0px center no-repeat;
}

#instagram-row {
	background: var(--pink);
	color: #fff;
	padding-top: 10px;
}

#instagram-row .text {
	font-family: 'gt_walsheim_proregular';
	font-size: 28px;
	text-align: center;
}

#instagram-row .text h2 {
	font-family: acumin-pro-extra-condensed, sans-serif;
	font-weight: 300;
    font-size: 128px;
    line-height: 1;
    text-transform: uppercase;
    display: table;
    margin: 0 auto;
    padding-left: 100px;
    background: url('images/instagram-icon.webp') left top 37.5px no-repeat;
}

#instagram-row .feed {
	margin-bottom: 0;
}

#instagram-row #sb_instagram #sbi_images {
    padding: 0;
}

#instagram-row .sbi-theme:not(.sbi-modern,.sbi-overlap) #sb_instagram .sbi_hover_bottom, #instagram-row .sbi-theme:not(.sbi-modern,.sbi-overlap) #sb_instagram .sbi_hover_top, #instagram-row .sbi-theme:not(.sbi-modern,.sbi-overlap)#sb_instagram .sbi_hover_bottom, .sbi-theme:not(.sbi-modern,.sbi-overlap)#sb_instagram .sbi_hover_top {
    font-size: 25px;
}

#instagram-row .sbi_carousel:hover .sbi-owl-nav>div:hover {
    background: var(--light-yellow);
}

/* Pages */

#header-row .box {
	width: 600px;
	max-width: 100%;
	margin: 0 auto;
	padding: 60px 90px 0 90px;
	background: url(images/custom-cakes_bg.webp) center top no-repeat;
	background-size: 100% 440px;
}

#header-row .box h3 {
	font-family: acumin-pro-extra-condensed, sans-serif;
    font-weight: 300;
    font-style: normal;
	font-size: 81px;
    line-height: 1;
    text-transform: uppercase;
}

#header-row .image img {
	border: 6px solid #eaeaea;
}

#header-row .text h2 {
	font-size: 42px;
}

#header-row .text h3 {
	font-size: 30px;
}

#cakes {
	margin: 45px 0 100px 0;
}

#cakes  .ultsl-record:before {
    font-size: 16px;
}

/* Footer */

#g-footer {
	background: #fff;
	color: #0b0b0b;
	font-size: 26px;
}

#g-footer .footer-logo {
	text-align: center;
	margin-bottom: 50px;
}

#g-footer ul {
	list-style: none;
	font-family: 'gt_walsheim_proregular';
	font-size: 26px;
}

#g-footer ul.special-thanks li {
	margin-bottom: 15px;
}

#g-footer .widget_custom_html {
	margin-bottom: 55px;
}

#g-footer .widget_custom_html.location-title {
	margin-bottom: 0px;
}

#g-footer  .widgettitle {
	font-family: 'gt_walsheim_promedium';
	font-size: 41px;
	color: #18c962;
}

#g-footer .operation-hours {
	font-size: 26px;
}

#g-footer .social-icon {
	display: inline-block;
	width: 65px;
	height: 65px;
	margin: 0 15px;
}

#g-footer .social-icon:hover {
    transform: rotate(-40deg);
	transition: ease .4s;
	opacity: 0.7;
}

#g-footer .social-icon a {
	display: block;
	width: 100%;
	height: 100%;
	background-size: contain;
}

#g-footer .social-icon #fb {
	background: url('images/facebook_glyph.webp') center center no-repeat;
}

#g-footer .social-icon #pin {
	background: url('images/pinterest_glyph.webp') center center no-repeat;
}

#g-footer .social-icon #ins {
	background: url('images/instagram_glyph.webp') center center no-repeat;
}

#g-footer .custom-html-widget {
	margin-bottom: 35px;
}

#g-footer .ultimate_google_map {
	width: 100% !important;
}

#g-footer .footer-map {
	padding: 25px;
	background: url('images/map-frame.webp') center center no-repeat;
	background-size: 100% 375px;
}

#g-footer .google-map {
    position: relative;
    top: 35px;
    right: 7.5px;
    margin: 0;
	opacity: 0.95;
}

#g-copyright {
	font-family: 'gt_walsheim_proregular';
	font-size: 24px;
	text-align: center;
	color: #fae8b6;
	background: var(--pink);
}

#g-copyright a {
	color: #fff;
}

#g-copyright a:hover {
	color: var(--green);
}

/* Sticky Menu */

#g-navigation.sticky-pre {
    opacity: 0;
    width: 100%;
    position: fixed;
    top: -200px;
    left: 0;
    transition: none;
    padding: 0;
	background: #fff;
	z-index: 2250;
	box-shadow: 1px 1px 1px rgba(0,0,0,0.1);
}

#g-navigation.sticky-pre .g-logo.g-logo-helium img {
    max-height: 88px;
}

#g-navigation.sticky-pre #above-menu {
    display: none;
}

#g-navigation.sticky-pre .g-main-nav {
    border-top: 0;
	margin-top: 31px;
}

#g-navigation.sticky-pre .nav-buttons .button {
    margin-top: 15px;
}

#g-navigation.sticky {
    top: 0;
    transition: .45s cubic-bezier(.05,.21,.41,.95) !important;
    overflow: visible;
    padding: 4px 0;
    opacity: 1;
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
    background-color: rgba(255,255,255,.8);
}

body.sticky.home #g-page-surround {
    padding-top: 125px;
}

#g-footer .g-totop.uptown a {
    color: #fff;
    background: var(--pink);
    border-radius: 40px;
    line-height: 39px;
    position: fixed;
    right: 10px;
    bottom: 15px;
    display: block;
    font-size: 16px;
    width: 39px;
    height: 39px;
    text-align: center;
    z-index: 5;
}

#g-footer .g-totop {
    padding: 0;
}

#g-footer .g-particle  {
    margin: 0;
    padding: 0;
}

#g-footer .footer-map {
    margin-top: -35px;
}

/* Featured Image */

#page-fi-wrap {
    height: 800px;
    clear: both;
    display: flex;
    width: 100%;
    align-items: center;
	margin-bottom: 35px;
}

#page-fi {
    background-size: cover !important;
    height: 800px;
    position: absolute;
    width: 100%;
    left: 0;
}

#page-fi:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.34);
}


#title-wrap {
	position: relative;
	display: inline-block;
	margin-top: 250px;
}

.page-id-256 #title-wrap h1 {
	background: url('images/wedding-cake.webp') top center no-repeat;
}

.page-id-228 #title-wrap h1 {
	background: url('images/occasion-cake.webp') top center no-repeat;
}

.page-id-295 #title-wrap h1 {
	background: url('images/cake-flavors.webp') top center no-repeat;
}

.page-id-17 #title-wrap h1 {
	background: url('images/breadsandpast.webp') top center no-repeat;
	background-size: contain;
	
}

.page-id-31 #title-wrap h1 {
	background: url('images/applause.webp') top center no-repeat;
	background-size: contain;
}

.page-id-33 #title-wrap h1 {
	background: url('images/aboutus.webp') top center no-repeat;

}

.page-id-35 #title-wrap h1 {
	background: url('images/contactus.webp') top center no-repeat;

}

.page-id-23 #title-wrap h1 {
	background: url('images/desserts.webp') top center no-repeat;
	background-size: contain;
	padding-right: 70px;
}

.page-id-27 #title-wrap h1 {
	background: url('images/faqs.webp') top center no-repeat;
	padding-right: 100px;
}


#title-wrap .entry-title {
    font-size: 80px;
    font-weight: 300;
    text-transform: uppercase;
    text-align: left;
    line-height: 1;
    color: #fff;
    margin: 0;
    padding: 85px 0 0 0;
}

/* Forms */

input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input:not([type]), textarea {
    font-size: 23px ;
}

body .pum-theme-208 .pum-content, body .pum-theme-hello-box .pum-content {
    font-weight: 500;
    font-size: 23px;
}

body .pum-theme-208 .pum-container, body .pum-theme-hello-box .pum-container {
    padding: 50px;
    border-radius: 60px;
    border: 10px solid var(--pink);
}


.pum-theme-hello-box textarea {
	height: 125px;
}

select {
	font-size: 23px ;
	background-color: white;
    vertical-align: middle;
    border: 1px solid #e0e0e5;
    width: 100%;
    line-height: 2;
    padding: 0.375rem 1.25rem;
    transition: border-color 0.2s;
}

.ult_tabs .wpcf7.js {
	background: #f9f9f9;
	padding: 35px;
	font-size: 24px;
}

.ult_tabs .wpcf7.js textarea {
	height: 110px;
}

.page-id-408 #orders .limited-spots {
    padding: 15px;
    background: none;
}

.page-id-408 #page-fi-wrap {
    margin-bottom: 0;
}

.ult_tabitemname iframe {
	padding: 0;
	margin-bottom: 35px; 
}

.ult_tabitemname .wpb_wrapper {
	background: #f9f9f9;
	padding: 65px 35px 35px 35px;
}

.ult_tabcontent {
	height: auto !important;
}

.ult_tabitemname {
	position: relative !important;
}
/* Fixes */

.button.mobile-show {
	display: none;
}

#g-instagram .g-content {
    margin: 0;
    padding: 0;
}

.fid06-08-2023, .fid04-26-2022, .gid-1708207278 {
	display: none;
}

.lb-data .lb-caption {
	display: none !important;
}

.vc_btn3.vc_btn3-color-pink, .vc_btn3.vc_btn3-color-pink.vc_btn3-style-flat {
	font-family: acumin-pro-extra-condensed, sans-serif;
    color: #fff;
    background-color: var(--green) !important;
    font-size: 28px;
	text-transform: uppercase;
	line-height: 1;
}

.sub-text {
	font-size: 17px;
}

.grecaptcha-badge { visibility: hidden; }

/* Responsive Fix */

@media only screen and (max-width: 1830px) {
	
	.g-main-nav .g-toplevel > li {
		margin: 0px 10px;
	}
	
	#products.vc_row.vc_column-gap-35>.vc_column_container {
		padding: 0 15px;
	}
	
	#our-process .about-text .text h2 {
		font-size: 79px;
	}
	
}

@media only screen and (max-width: 1720px) {
	
	.button.reserve {
		padding-left: 65px;
		background-position: top 20px left 30px;
	}
	
	.button {
		font-size: 30px;
		padding: 15px 40px;
	}
	
	#g-navigation .g-container {
		width: calc(100% - 80px);
	}
	
	#our-process .about-text .text h2 {
		font-size: 72px;
	}

}

@media  (max-width: 1600px) {
	
	#g-navigation .g-container {
		width: calc(100% - 50px);
	}
	
	.g-main-nav .g-toplevel > li {
		margin: 0px 7.5px;
	}
	
	#products.vc_row.vc_column-gap-35>.vc_column_container {
		padding: 0 5px;
	}
	
	.button {
		font-size: 29px;
		padding: 15px 35px;
	}
	
	#products h2 {
		font-size: 70px;
	}
	
	#orders .our-availability  h2 {
		font-size: 90px;
	}
	
	#orders .wpsbc-legend .wpsbc-legend-item-name {
		font-size: 22px;
	}
	
	#orders .limited-spots {
		padding: 90px 160px 90px 60px;
	}
	
	#orders .limited-spots h3 {
		font-size: 45px;
	}
	
	#our-process .about-text .text h2 {
		font-size: 60px;
	}
	
}

@media  (max-width: 1500px) {
	
	#g-navigation .g-container {
		width: calc(100% - 40px);
	}
	
	.g-main-nav .g-toplevel > li .g-menu-item-content {
		font-size: 20px;
	}
	
	#g-navigation .g-main-nav {
		margin-top: 30px;
	}
	
	.nav-buttons .button {
		margin-top: 12.5px;
	}
	
	#products h2 {
		font-size: 62px;
	}
	
	#g-footer .social-icon {
		margin: 0px 10px;
	}

}
 
@media  (max-width: 1400px) {
	
	.g-main-nav .g-toplevel > li {
		margin: 0px 5px;
	}
	
	.button {
		font-size: 25px;
	}
	
	.button.reserve {
		padding-left: 60px;
		background-position: top 19px left 26px;
	}
	
	#g-navigation .g-main-nav .g-sublevel > li .g-menu-item-content {
		font-size: 18px;
	}

	.g-main-nav .g-toplevel > li.g-parent .g-menu-parent-indicator:after {
		width: 15px;
	}
	
	#gallery-row h2 {
		font-size: 65px;
	}
	
	#gallery-row .explore {
		font-size: 25px;
	}
	
	#products h2 {
		font-size: 59px;
	}
	
	#orders .calendar {
		padding: 45px;
	}
	
	#orders .our-availability {
		font-size: 25px;
		padding: 50px;
	}
	
	#orders .our-availability  h2 {
		font-size: 76px;
	}
	
	#orders .limited-spots h3 {
		font-size: 38px;
	}
	
	#our-process .about-text .text {
		padding: 0 50px;
	}
	
	#our-process .process-steps .vc_column_container {
		padding: 75px 25px;
	}
	
	#instagram-row .text h2 {
		font-size: 100px;
		background: url('images/instagram-icon.webp') left top 19.5px no-repeat;
	}
	
	#g-footer .social-icon {
		margin: 0px 5px;
	}
	
	#g-footer  .widgettitle {
		font-size: 33px;
	}
	
	#g-footer {
		font-size: 28px;
	}
}
  
@media  (max-width: 1300px) {
	
	#g-navigation .g-container {
		width: calc(100% - 20px);
	}

	.g-main-nav .g-toplevel > li .g-menu-item-content {
		font-size: 18px;
	}
	
	.button {
		font-size: 24px;
	}
	
	#products h2 {
		font-size: 50px;
	}
	
	#instagram-row .text {
		font-size: 25px;
	}
	
	#orders .our-availability  h2 {
		font-size: 65px;
	}
	
	#orders .our-availability {
		font-size: 23px;
	}
	
	#orders  .ult_tabmenu .ult-span-text {
		font-size: 18px;
	}
	
	#orders .limited-spots {
		padding: 75px 145px 75px 45px;
	}
	
	#orders .limited-spots h3 {
		font-size: 36px;
	}
	
	#g-footer {
		font-size: 26px;
	}
	
	#g-footer ul {
		margin: 0;
	}
	
	#products.vc_row.vc_column-gap-35>.vc_column_container  .vc_column-inner {
		padding: 60px 70px 0 70px;
	}
	
	#g-footer .footer-logo img {
		width: 400px;
	}
	
	#gallery-row h2 {
		font-size: 60px;
	}
	
	#our-process h3 {
		font-size: 55px;
	}
	
	#our-process h3 .number {
		font-size: 75px;
	}
	
	.button {
		font-size: 22px;
	}
	
	#main-title h1 {
		font-size: 100px;
	}
	
	#main-title {
		padding: 85px 0;
		background-size: contain;
	}
}
 
@media (max-width: 1200px) {
	
	.g-offcanvas-toggle {
		display: block !important;
	}
	
	.main-logo {
		text-align: center;
	}
	
	.nav-buttons {
		display: table;
		float: right;
		margin-top: -120px;
	}
	
	#g-navigation {
		padding: 10px 0;
	}
	
	#g-navigation.sticky-pre {
		opacity: 1;
		position: absolute;
		top: 0;
		box-shadow: none;
		padding: 10px 0 !important;
	}
	
	.home #g-navigation.sticky-pre {
		position: relative;
	}
	
	body.sticky.home #g-page-surround {
		padding-top: 0;
	}
	
	#products.vc_row.vc_column-gap-35>.vc_column_container {
		margin-bottom: 35px;
		padding: 0px 15px;
		width: 100%;
	}
	
	#products.vc_row.vc_column-gap-35>.vc_column_container  .vc_column-inner {
		padding: 60px 90px 0 92px;
		max-width: 600px;
		margin: 0 auto;
	}
	
	#orders .calendar {
		padding: 45px 10px;
	}
	
	#orders .ult_tabmenu.style3>li {
		margin: 0 15px;
	}
	
	#gallery-row h2 {
		font-size: 50px;
	}
	
	#gallery-row h2:after {
		right: -37px;
	}
	
	#gallery-row .explore {
		font-size: 21px;
	}
	
	#orders .limited-spots {
		padding: 50px 110px 50px 30px;
		background-size: 85px;
		background-position: center right 10px;
	}
	
	#g-footer {
		font-size: 28px;
		text-align: center;
	}
	
	#g-footer .footer-map {
		max-width: 375px;
		margin: 0 auto;
	}
	
	#g-mobilemenu-container .g-toplevel li .g-menu-item-content {
		font-size: 25px;
		font-family: acumin-pro-extra-;
		text-transform: uppercase;
	}
	
	.g-offcanvas-open .g-nav-overlay {
		background: #0000008c;
	}
	
	#our-process .about-text .text h2 {
		font-size: 55px;
	}

}

@media (max-width: 960px) {
	
	#main-title h1 {
		font-size: 90px;
	}
	
	#main-title h3 {
		font-size: 25px;
	}
	
	#gallery-row .vc_column_container {
		padding: 0 11px;
		margin-top: 0 !important;
		top: 0 !important;
		max-width: 600px;
		margin: 0 auto 35px auto;
	}
	
	#instagram-row .text h2 {
		font-size: 80px;
		background: url('images/instagram-icon.webp') left top 5.5px no-repeat;
	}
	
	#our-process .process-steps .vc_column_container {
		padding: 75px 25px 10px 25px;
	}
	
	#title-wrap .entry-title {
		font-size: 80px;
	}
	
	.button.mobile-show {
	display: inline-block;
	}
	
	.button.mobile-hide {
	display: none;
	}
	
	#our-process .about-text .image p {
		float: none;
	}
	
	.mobile-button {
		margin-top: 25px;
	}
	
	#header-row .text h2 {
		font-size: 34px;
	}
	
	#header-row .text h3 {
		font-size: 26px;
	}
}

@media (max-width: 767px) {
	
	body {
		font-size: 22px;
	}
	
	h2 {
		font-size: 38px;
	}
	
	.nav-buttons {
		display: block;
		float: none;
		margin-top: 15px;
		text-align: center;
	}
	
	#main-title h1 {
		font-size: 75px;
	}
	
	#main-title h3 {
		font-size: 21px;
	}
	
	#instagram-row .text h2 {
		font-size: 63px;
		background-size: 56px;
	}
	
	#instagram-row .text {
		font-size: 17px;
	}
	
	#header-row .box h3 {
		font-size: 65px;
	}
	
	#header-row .box {
		padding: 60px 60px 0 60px;
		background-size: 100% 450px;
	}
	
	#cakes {
		margin: 25px 0 25px 0;
	}
	
	#orders {
		font-size: 22px;
	}
	
	#page-fi-wrap {
		align-items: center;
		justify-content: center;
	}
	
	#ab {
		margin: 15px 0;
	}
	
	#products.vc_row.vc_column-gap-35>.vc_column_container {
		margin-bottom: 5px;
		padding: 0px 5px;
	 
	}
	
	#header-row .text h2 {
		font-size: 29px;
	}
	
	#header-row .text h3 {
		font-size: 23px;
	}

}


@media (max-width: 500px) {

	
	#main-title h1 {
		font-size: 45px;
	}
	
	#main-title h3 {
		font-size: 14px;
	}
	
	#products.vc_row.vc_column-gap-35>.vc_column_container  .vc_column-inner {
		padding: 60px 70px 0 70px;
		max-width: 100%;
	}
	
	#orders .our-availability  h2 {
		font-size: 45px;
	}
	
	#orders .limited-spots {
		padding: 15px;
		background-size: 0;
	}
	
	#orders  .ult_tabmenu.style3 {
		position: relative;
	}
	
	#orders .ult_tabmenu.style3>li.current {
		background: var(--green) !important;
		border: 2px solid #ffffff !important;
	}
	
	#orders .ult_tabmenu.style3>li.ult_tab_li.current a span {
		color: #fff;
	}
	
	#orders .ult_tabmenu.style3>li {
		background: var(--yellow) !important;
	}
	
	#orders .ult_tabmenu.style3>li {
		margin: 10px;
	}
	
	#orders  .wpsbc-container .wpsbc-calendars .wpsbc-calendar .wpsbc-calendar-header {
		padding-top: 25px;
	}
	
	#our-process .about-text .text h2 {
		font-size: 50px;
	}
	
	#our-process .about-text .text {
		padding: 0 50px;
		font-size: 24px;
	}
	
	#instagram-row .text h2 {
		font-size: 35px;
		background-size: 28px;
		text-align: center !important;
		padding-left: 50px;
	}
	
	#g-copyright {
		font-size: 18px;
	}
	
	#g-footer {
		font-size: 22px;
	}
	
	#our-process .about-text .image p:before, #our-process .about-text .image p:after {
		width: 75px;
		height: 71px;
	}
	
	#title-wrap .entry-title {
		font-size: 65px;
		background-size: 100% auto !important;
	}
	
	#title-main-wrap:before {
		content: '';
		width: 400px;
		height: 375px;
		background: url('images/white-moon.webp') center center no-repeat;
		position: absolute;
		left: 50%;
		margin-left: -200px;
		top: -125px;
		background-size: contain;
	}
	
	#page-fi-wrap, #page-fi {
		height: 550px;
	}
	
	#header-row .box h3 {
		font-size: 48px;
		padding-top: 25px;
	}
	
	#g-footer .operation-hours {
		font-size: 22px;
	}
	
	#g-footer ul {
		font-size: 22px;
	}
	
	.pum-theme-208 .pum-content+.pum-close, .pum-theme-hello-box .pum-content+.pum-close {;
		right: -10px !important;
	}

}


@media (max-width: 375px) {
		
}

@media (max-width: 321px) {

}

@media (max-width: 376px) {
	
}

@media (max-width: 321px) {

}