/*
Theme Name: myMamaSaid-child-2025
Description: 2025 Child theme for myMamaSaid
Author: ThemeFusion
Author URI: https://kobecreations.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/
/* OLD VARIABLES
$primary: #ff3db5;
$primary-alt: #ff3db4;
$primary-dark: #b21978;
$white: #ffffff;
$black: #000000;
$muted: #636363;
$gray-light: #E6E6E6; 
*/
@import url("https://use.typekit.net/fqu1hvo.css");
@font-face {
  font-family: "Eina";
  src: url("../fonts/eina-03-regular.woff2") format("woff2"), url("../fonts/eina-03-regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Eina";
  src: url("../fonts/eina-03-semibold.woff2") format("woff2"), url("../fonts/eina-03-semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Eina";
  src: url("../fonts/eina-03-bold.woff2") format("woff2"), url("../fonts/eina-03-bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "gelica", "Eina", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

/* Base styles and global tweaks extracted from style.css */
/* OLD VARIABLES
$primary: #ff3db5;
$primary-alt: #ff3db4;
$primary-dark: #b21978;
$white: #ffffff;
$black: #000000;
$muted: #636363;
$gray-light: #E6E6E6; 
*/
/* Theme header comment kept in compiled CSS via entry file */
#main {
  padding-right: 30px !important;
  padding-left: 60px !important;
}
#main > div.fusion-row {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.home #main {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.fusion-meta-info .fusion-alignright,
.fusion-single-line-meta {
  display: none;
}

.post-content p {
  margin-top: 0;
  margin-bottom: 0 !important;
}

.modal {
  z-index: 10000000000000000000 !important;
}

.no-link-styling {
  text-decoration: inherit;
}

.site-header {
  background: #fbbdaf;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1400px;
  margin: 0 auto;
  padding: 12px 20px;
}
@media (max-width: 1100px) {
  .header-inner {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 0;
  }
  .header-inner .main-navigation {
    order: 1;
    flex: 0 0 auto;
  }
  .header-inner .site-branding {
    order: 2;
    flex: 1 1 auto;
    justify-content: center;
  }
  .header-inner .header-actions {
    order: 3;
    flex: 0 0 auto;
  }
  .header-inner .mobile-book-button {
    order: 4;
    flex: 0 0 auto;
  }
  .header-inner .site-branding {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .header-inner img.site-logo {
    max-height: 46px;
  }
}

.site-logo {
  font-weight: 700;
  color: #793937;
  text-decoration: none;
  margin-bottom: 10px;
}

.site-branding {
  display: flex;
  align-items: center;
  gap: 10px;
}
.site-branding img.site-logo {
  max-height: 60px;
  width: auto;
  display: none;
}
@media (min-width: 1101px) {
  .site-branding img.site-logo.desktop-logo {
    display: block;
  }
}
@media (max-width: 1100px) {
  .site-branding img.site-logo.desktop-logo {
    display: none !important;
  }
}
.site-branding img.site-logo.mobile-logo {
  display: none;
}
@media (max-width: 1100px) {
  .site-branding img.site-logo.mobile-logo {
    display: block !important;
    margin: 0px;
    max-width: 60px;
    padding-left: 10px;
  }
}
.site-branding a.site-logo {
  font-size: 20px;
  line-height: 1;
  color: #793937;
  text-decoration: none;
  font-family: "gelica", "Eina", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
@media (max-width: 1100px) {
  .site-branding a.site-logo {
    display: none;
  }
}

.main-navigation .menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 20px;
}
.main-navigation .menu li a {
  color: #793937;
  text-decoration: none;
  font-family: "gelica", "Eina", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.header-actions {
  display: none;
}

.mobile-book-button {
  display: none;
}
@media (max-width: 1100px) {
  .mobile-book-button {
    display: block;
  }
}
.mobile-book-button .btn-book-mobile {
  background: #fe7740;
  color: #ffffff;
  padding: 8px 12px;
  border-radius: 2px;
  text-decoration: none;
  font-family: "gelica", "Eina", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  transition: all 0.2s ease;
}
.mobile-book-button .btn-book-mobile:hover {
  background: #fe7740;
  color: #793937;
}

/* Custom horizontal menu styles (nested and DRY) */
.custom-menu-wrapper {
  position: relative;
}
.custom-menu-wrapper .menu-toggle {
  display: none;
  background: transparent;
  border: none;
  padding: 8px;
  cursor: pointer;
  position: relative;
  z-index: 1001;
}
@media (max-width: 1100px) {
  .custom-menu-wrapper .menu-toggle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 44px;
    border-radius: 6px;
    transition: all 0.3s ease;
  }
  .custom-menu-wrapper .menu-toggle:hover {
    background: rgb(253.4285714286, 229.0714285714, 223.5714285714);
  }
  .custom-menu-wrapper .menu-toggle.active .hamburger-line:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
  }
  .custom-menu-wrapper .menu-toggle.active .hamburger-line:nth-child(2) {
    opacity: 0;
  }
  .custom-menu-wrapper .menu-toggle.active .hamburger-line:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
  }
}
.custom-menu-wrapper .menu-toggle .menu-toggle-icon {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 24px;
  height: 18px;
}
.custom-menu-wrapper .menu-toggle .menu-toggle-icon .hamburger-line {
  width: 100%;
  height: 4px;
  background: #793937;
  border-radius: 2px;
  transition: all 0.3s ease;
  transform-origin: center;
}
.custom-menu-wrapper .menu-toggle .screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.custom-menu-wrapper .custom-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 15px;
  align-items: center;
}
.custom-menu-wrapper .custom-menu .menu-item {
  position: relative;
}
.custom-menu-wrapper .custom-menu .menu-item a {
  color: #793937;
  text-decoration: none;
  font-family: "gelica", "Eina", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  padding: 8px 4px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  transition: color 0.2s ease;
}
.custom-menu-wrapper .custom-menu .menu-item a:hover {
  color: #b38333;
}
.custom-menu-wrapper .custom-menu .menu-item a.active, .custom-menu-wrapper .custom-menu .menu-item a:active {
  color: #793937;
}
.custom-menu-wrapper .custom-menu .menu-item a .dropdown-arrow {
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid currentColor;
  transition: transform 0.2s ease;
  display: none;
}
.custom-menu-wrapper .custom-menu .menu-item.menu-item-button a.btn-book {
  background: #fe7740;
  color: #ffffff;
  padding: 13px 29px;
  font-size: 18px;
  border-radius: 2px;
  font-style: italic;
  font-weight: 400;
  margin-left: 10px;
  line-height: 17px;
  max-width: 95%;
}
.custom-menu-wrapper .custom-menu .menu-item.menu-item-button a.btn-book:hover {
  background: #fe7740;
  color: #793937 !important;
}
.custom-menu-wrapper .custom-menu .menu-item.menu-item-has-children {
  position: relative;
}
.custom-menu-wrapper .custom-menu .menu-item .sub-menu {
  position: absolute;
  left: 0;
  top: 100%;
  display: none;
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  list-style: none;
  padding: 8px 0;
  min-width: 200px;
  z-index: 1000;
  border-radius: 8px;
  border: 1px solid rgb(229.5, 229.5, 229.5);
}
.custom-menu-wrapper .custom-menu .menu-item .sub-menu li a {
  display: block;
  padding: 10px 16px;
  color: #793937;
  font-weight: 500;
  transition: color 0.2s ease;
}
.custom-menu-wrapper .custom-menu .menu-item .sub-menu li a:hover {
  color: #b38333;
  background: hsl(17.3684210526, 98.9583333333%, 157.3529411765%);
}
.custom-menu-wrapper .custom-menu .menu-item .sub-menu li a.active, .custom-menu-wrapper .custom-menu .menu-item .sub-menu li a:active {
  color: #793937;
}
.custom-menu-wrapper .custom-menu .menu-item .sub-menu li a .dropdown-arrow {
  display: none;
}
.custom-menu-wrapper .custom-menu .menu-item .sub-menu .sub-menu {
  left: 100%;
  top: 0;
  margin-left: 2px;
  min-width: 180px;
  background: rgb(249.9, 249.9, 249.9);
  border: 1px solid rgb(216.75, 216.75, 216.75);
}
.custom-menu-wrapper .custom-menu .menu-item .sub-menu .sub-menu li a {
  padding: 8px 16px;
  font-size: 14px;
  color: #333333;
  transition: color 0.2s ease;
}
.custom-menu-wrapper .custom-menu .menu-item .sub-menu .sub-menu li a:hover {
  color: #b38333;
  background: hsl(17.3684210526, 98.9583333333%, 152.3529411765%);
}
.custom-menu-wrapper .custom-menu .menu-item .sub-menu .sub-menu li a.active, .custom-menu-wrapper .custom-menu .menu-item .sub-menu .sub-menu li a:active {
  color: #793937;
}
.custom-menu-wrapper .custom-menu .menu-item:hover > .sub-menu {
  display: block;
}
.custom-menu-wrapper .custom-menu .menu-item:hover > .sub-menu > .menu-item > a .dropdown-arrow {
  transform: rotate(180deg);
}
@media (max-width: 1100px) {
  .custom-menu-wrapper .custom-menu .menu-item:hover > .sub-menu {
    display: none;
  }
  .custom-menu-wrapper .custom-menu .menu-item:hover > .sub-menu > .menu-item > a .dropdown-arrow {
    transform: none;
  }
}
@media (max-width: 1100px) {
  .custom-menu-wrapper .menu-toggle {
    display: flex;
  }
  .custom-menu-wrapper .custom-menu {
    display: none;
    flex-direction: column;
    gap: 0;
    width: 100vw;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #ffffff;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
    margin-top: 86px;
    padding: 10px 20px 20px;
    z-index: 999;
    border: none;
    max-height: 100vh;
    overflow-y: auto;
  }
  .custom-menu-wrapper .custom-menu::-webkit-scrollbar {
    width: 8px;
  }
  .custom-menu-wrapper .custom-menu::-webkit-scrollbar-track {
    background: rgb(242.25, 242.25, 242.25);
    border-radius: 2px;
  }
  .custom-menu-wrapper .custom-menu::-webkit-scrollbar-thumb {
    background: hsl(10.4, 88.2352941176%, 103.3333333333%);
    border-radius: 2px;
  }
  .custom-menu-wrapper .custom-menu::-webkit-scrollbar-thumb:hover {
    background: #fabcaf;
  }
  .custom-menu-wrapper .custom-menu.open {
    display: flex;
  }
  .custom-menu-wrapper .custom-menu .menu-item {
    width: 100%;
    margin: 0;
  }
  .custom-menu-wrapper .custom-menu .menu-item a {
    width: 100%;
    padding: 16px 20px;
    border-bottom: 1px solid rgb(229.5, 229.5, 229.5);
    justify-content: space-between;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
  }
  .custom-menu-wrapper .custom-menu .menu-item a .dropdown-arrow {
    transition: transform 0.3s ease;
    flex-shrink: 0;
  }
  .custom-menu-wrapper .custom-menu .menu-item .sub-menu {
    position: relative;
    top: 0;
    left: 0;
    box-shadow: none;
    display: none;
    width: 100%;
    background: hsl(10.4, 88.2352941176%, 181.3333333333%);
    border-radius: 0;
    margin-top: 0;
    border: none;
    border-left: 4px solid #fabcaf;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
  }
  .custom-menu-wrapper .custom-menu .menu-item .sub-menu li a {
    padding: 14px 20px 14px 40px;
    border-bottom: 1px solid hsl(10.4, 88.2352941176%, 173.3333333333%);
    font-size: 16px;
    line-height: 1.3;
  }
  .custom-menu-wrapper .custom-menu .menu-item .sub-menu .sub-menu {
    background: hsl(10.4, 88.2352941176%, 179.3333333333%);
    border-left: 4px solid hsl(10.4, 88.2352941176%, 103.3333333333%);
  }
  .custom-menu-wrapper .custom-menu .menu-item .sub-menu .sub-menu li a {
    padding: 12px 20px 12px 60px;
    font-size: 15px;
    color: rgb(76.5, 76.5, 76.5);
    line-height: 1.3;
  }
  .custom-menu-wrapper .custom-menu .menu-item.open > a .dropdown-arrow {
    transform: rotate(180deg);
  }
  .custom-menu-wrapper .custom-menu .menu-item.open > .sub-menu {
    display: block;
    max-height: 1000px;
  }
}

@media (max-width: 1100px) {
  .menu-toggle {
    display: flex;
  }
  .custom-menu {
    display: none;
  }
  .header-actions {
    display: flex;
    align-items: center;
  }
  .header-actions .btn-book {
    margin-left: 12px;
  }
  .site-header {
    position: sticky;
    top: 0;
    z-index: 1001;
    transition: box-shadow 0.3s ease;
  }
  .site-header.scrolled {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
  }
  .custom-menu-wrapper {
    position: relative;
    z-index: 1000;
  }
  .custom-menu {
    transition: opacity 0.3s ease, transform 0.3s ease;
  }
  .custom-menu.open {
    opacity: 1;
    transform: translateY(0);
  }
  .custom-menu:not(.open) {
    opacity: 0;
    transform: translateY(-10px);
  }
  .site-header {
    position: sticky !important;
    z-index: 1001;
  }
}
/* Four colour band after #rev_slider_1_1_wrapper */
.kobe-line-base::after {
  content: "";
  display: block;
  width: 100%;
  height: 80px;
  position: relative;
  margin: 0;
  background: linear-gradient(to bottom, #fe7740 0%, #fe7740 25%, #793937 25%, #793937 50%, #b38333 50%, #b38333 75%, #fdc935 75%, #fdc935 100%);
}

/* Do the same four-bolor bottom border after .rpt_custom_btn*/
.rpt_plan::after {
  content: "";
  display: block;
  width: 100%;
  height: 50px;
  background: linear-gradient(to bottom, #fe7740 0%, #fe7740 25%, #793937 25%, #793937 50%, #b38333 50%, #b38333 75%, #fdc935 75%, #fdc935 100%);
  border-radius: 0px 0px 5pxstatus 5px;
}

.kobe-text-shadow, h1.entry-title {
  text-shadow: -3px 3px 0px #fe7740;
  font-style: italic !important;
}

@media (min-width: 1100px) {
  .kobe-text-lg-desktop {
    padding-top: 15px;
    font-size: 32px !important;
  }
}

/* Layout and structural components */
/* OLD VARIABLES
$primary: #ff3db5;
$primary-alt: #ff3db4;
$primary-dark: #b21978;
$white: #ffffff;
$black: #000000;
$muted: #636363;
$gray-light: #E6E6E6; 
*/
.fusion-row {
  padding-right: 30px;
}

.post-template-default .fusion-row {
  padding-left: 60px;
  padding-right: 20px;
}

#sidebar_angle {
  left: 210px;
  position: fixed;
  top: 0;
  bottom: 0;
}

#side-header {
  width: 210px !important;
}

.side-header-background, #side-header .side-header-border {
  width: 210px !important;
}

#side-header .side-header-content {
  padding-right: 0 !important;
}

/* Home section positioning */
#homeSectionOne-oneThird {
  margin-bottom: 0;
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
  padding-left: 7%;
}

@media (min-width: 1100px) {
  .home-padding {
    padding-left: 80px;
    padding-right: 80px;
  }
}

#homeSectionTwo-oneThird {
  padding-right: 4%;
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
  margin-bottom: 0;
  float: right;
  background-color: black;
  right: 0;
}

#homeSectionOne-oneThird p, #homeSectionTwo-oneThird p {
  font-size: 15px;
}

#homeSectionTwo-oneThird a, #homeSectionOne-oneThird a {
  color: #fabcaf;
}

.custom-full-width-container.fullwidth-box .fusion-row,
#wrapper .width-100 .fullwidth-box {
  margin: 0;
  max-width: 100% !important;
  padding: 0 !important;
}

.custom-full-width-container.fullwidth-box .fusion-row {
  position: relative;
}

#home-sectionTwo-full-width .fusion-row {
  background-color: black;
}

@media (min-width: 769px) {
  .home .fusion-content-boxes {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media (max-width: 768px) {
  .right-align-mob {
    padding: 15px;
  }
}

/* UI components: buttons, modals, icons, gallery */
/* OLD VARIABLES
$primary: #ff3db5;
$primary-alt: #ff3db4;
$primary-dark: #b21978;
$white: #ffffff;
$black: #000000;
$muted: #636363;
$gray-light: #E6E6E6; 
*/
.timetable-button, .fusion-column-wrapper .button-home, #contact-us-submit {
  background-color: transparent;
  display: inline-block;
  color: #fabcaf;
  margin: 0 auto;
  border: 1px solid #fabcaf;
  margin-top: 20px;
  transition: 0.1s;
  padding: 8px 16px;
  border-radius: 25px;
  font-weight: bold;
}

#sb_instagram .sb_instagram_header, .sb_instagram_header {
  background: white;
  border-radius: 2px;
  padding-left: 10px;
}

.timetable-button:hover,
.fusion-column-wrapper .button-home:hover {
  background: #fabcaf;
  color: #ffffff !important;
}

.timetable-button-wrapper, .button-home-wrapper {
  text-align: center;
}

/* Scroll / back-to-top */
.scroll-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2em;
  width: 1.2em;
  font-size: 24px;
  color: #fabcaf !important;
  border-radius: 2em;
  border: solid 3px;
  z-index: 100000000;
  font-weight: bold;
  transition: 0.4s;
  position: fixed;
  right: 20px;
  bottom: 15px;
}

.scroll-icon::after {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #fabcaf !important;
  border-radius: 50%;
  animation: scroll-icon 1.8s infinite cubic-bezier(0.65, 0.05, 0.36, 1);
}

@keyframes scroll-icon {
  0% {
    transform: translateY(-12px);
    opacity: 0;
  }
  30%, 70% {
    opacity: 1;
  }
  100% {
    transform: translateY(12px);
    opacity: 0;
  }
}
/* Modal */
.modal {
  display: none;
  position: fixed;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
  position: relative;
  background-color: #212020;
  margin: auto;
  padding-right: 7px;
  padding-left: 7px;
  padding-bottom: 7px;
  border: 1px solid #888;
  width: 80%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  animation: animatetop 0.4s;
}

.close {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover, .close:focus {
  color: #000;
  cursor: pointer;
}

/* Studio popup */
.studio-popup {
  display: flex;
  justify-content: space-around;
}

.studio-popup__left {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 50px;
  border-right: 1px solid #E5E5E5;
}

.studio-popup__location {
  font-family: "PT Sans";
  font-weight: 700;
  font-size: 17px;
  color: #000;
  display: block;
  text-align: center;
  margin-bottom: 5px;
}

/* Gallery */
.gallery-category-link {
  width: 100%;
  height: 100%;
  background-size: cover;
  text-align: center;
  position: relative;
}

.gallery-category-link:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  content: "";
}

.gallery-category-link:hover:before {
  background: rgba(0, 0, 0, 0.7);
}

.gallery-category-link span {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  color: #ffffff;
  border: 1px solid #ffffff;
  padding: 3px 16px;
  font-size: 23px;
  font-weight: 600;
}

/*Pricing page*/
.healcode-link {
  background: #fe7740 !important;
  border-color: #fe7740 !important;
  color: white;
  font-family: "gelica";
  font-weight: 700;
  font-size: 16px !important;
  font-style: italic;
  border-radius: 2px !important;
  padding: 10px !important;
}

.rpt_style_basic .rpt_plan {
  background: #ffffff;
  border-radius: 5px;
  min-height: 320px;
}

.rpt_style_basic .rpt_plan .rpt_title {
  font-family: "gelica" !important;
  font-weight: 700 !important;
  background: none !important;
  color: #793937 !important;
  border: none !important;
}

.rpt_style_basic .rpt_plan .rpt_price {
  font-family: "gelica" !important;
  font-weight: 700 !important;
}

.rpt_recurrence {
  height: 60px;
}

.rpt_head.rpt_head.rpt_head.rpt_head {
  background: none !important;
  border: none !important;
}
.rpt_head.rpt_head.rpt_head.rpt_head div {
  color: #793937 !important;
  font-family: "Eighties Comeback" !important;
}

.rpt_style_basic .rpt_plan .rpt_custom_btn {
  background: none !important;
  border: none !important;
}

.home-blog h3.block-title {
  display: none;
}

.content-box-wrapper img {
  border-radius: 20px;
}
.content-box-wrapper .content-container {
  border-radius: 2px;
}
.content-box-wrapper span {
  line-height: 1.5;
  font-size: 16px !important;
}
.content-box-wrapper .fusion-button-text {
  font-size: 18px !important;
  line-height: 17px;
}

.fusion-blog-archive .fusion-post-wrapper, q.fusion-clearfix {
  border-radius: 4px;
}

.fusion-testimonials .reviews blockquote {
  min-height: 400px;
  overflow: hidden;
}
.fusion-testimonials .reviews blockquote q {
  font-size: 16px !important;
}

.home-video-container .wp-video-shortcode {
  border-radius: 4px;
}
.home-video-container video {
  border-radius: 4px;
}
.home-video-container .mejs-time {
  padding: 10px 6px;
}
.home-video-container .mejs-controls {
  border-radius: 0px 0px 4px 4px;
}
@media (max-width: 768px) {
  .home-video-container {
    display: flex;
    flex-flow: column-reverse;
  }
  .home-video-container .content-wrapper {
    padding-right: 15px;
  }
}

.whats-on-text {
  height: auto !important;
}
@media (min-width: 768px) {
  .whats-on-text {
    height: 240px !important;
  }
}

/* WooCommerce specific rules */
/* OLD VARIABLES
$primary: #ff3db5;
$primary-alt: #ff3db4;
$primary-dark: #b21978;
$white: #ffffff;
$black: #000000;
$muted: #636363;
$gray-light: #E6E6E6; 
*/
.woocommerce-container .woocommerce-info {
  text-indent: 2px;
}
.woocommerce-container #content .products li.product .fusion-product-wrapper {
  border-radius: 2px;
}
.woocommerce-container #content .products li.product .fusion-product-wrapper .fusion-product-content {
  padding: 5px;
}
.woocommerce-container #content .current-li, .woocommerce-container #content .order a {
  border: 1px solid #793937;
  border-radius: 2px;
}
.woocommerce-container #content .fusion-grid-list-view {
  border: 0px;
}
.woocommerce-container #content .fusion-grid-list-view li {
  border: 1px solid #793937;
  border-radius: 2px;
}
.woocommerce-container #content select {
  border: 1px solid #793937;
  border-radius: 2px;
  font-family: "Eighties Comeback";
  font-size: 12px;
}
.woocommerce-container #content span.select2 {
  display: none;
}
.woocommerce-container #content h3.product-title a {
  color: #793937;
}
.woocommerce-container #content a.button.add_to_cart_button {
  background: #fe7740;
  color: #ffffff;
  border: 0;
  font-family: "gelica";
  font-weight: 400;
  font-size: 12px;
  padding: 10px 0px 10px 15px;
  white-space: nowrap;
  width: 100%;
  min-width: 100px;
  text-align: center;
  border-radius: 2px;
  margin: 5px auto !important;
}
.woocommerce-container #content a.show_details_button {
  display: none;
}

.shop-buttons a {
  border-radius: 2px;
  background: coral;
  border: 0 !important;
  font-weight: 400;
  font-family: "gelica";
}

/* OLD VARIABLES
$primary: #ff3db5;
$primary-alt: #ff3db4;
$primary-dark: #b21978;
$white: #ffffff;
$black: #000000;
$muted: #636363;
$gray-light: #E6E6E6; 
*/
/* Constant Contact embed and contact form tweaks */
:root div.ctct-form-embed div.ctct-form-defaults p.ctct-form-text, .ctct-gdpr-text, #email_address_label_0 {
  display: none;
}

:root .ctct-form-embed.form_0 .ctct-form-defaults {
  padding: 0px;
  background-color: transparent;
}

:root .ctct-form-header {
  color: #ffffff !important;
  font-size: 27px;
  display: inline-block;
  margin-right: 30px !important;
}

:root div.ctct-form-embed form.ctct-form-custom input.ctct-form-element, #email_address_field_0 {
  display: inline-block;
  font-size: 16px;
  margin-right: 28px;
}

:root div.ctct-form-embed form.ctct-form-custom button.ctct-form-button, #gdpr_text {
  display: inline-block;
  width: unset;
  background: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
  font-weight: 700;
  border-radius: 50px;
  margin-top: 10px;
  margin-bottom: 10px;
}

#gdpr_text {
  display: none;
}

:root div.ctct-form-embed form.ctct-form-custom button.ctct-form-button:hover {
  color: #fabcaf;
  background-color: #ffffff;
  border-color: #ffffff;
}

#home-subscribe-btn {
  background: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
  border-radius: 50px;
  margin-top: 10px;
  margin-bottom: 10px;
}

#home-subscribe-btn:hover {
  color: #fabcaf;
  background-color: #ffffff;
}

#wpcf7-f13030-p10868-o1 p {
  display: inline-block;
}

#wpcf7-f13030-p10868-o1 {
  text-align: center;
}

div.wpcf7 .ajax-loader {
  width: 0 !important;
}

/* OLD VARIABLES
$primary: #ff3db5;
$primary-alt: #ff3db4;
$primary-dark: #b21978;
$white: #ffffff;
$black: #000000;
$muted: #636363;
$gray-light: #E6E6E6; 
*/
@media (max-width: 1550px) {
  .fusion-page-title-bar h1 {
    text-align: center;
  }
}
@media (max-width: 1290px) {
  #homeSectionTwo-TwoThird {
    width: 51.6666%;
  }
  #homeSectionOne-oneThird {
    width: 53.3333%;
  }
  #full-width-home-section-one-container {
    padding-left: 43px !important;
  }
  .tp-mask-wrap {
    padding-left: 40px;
  }
}
@media (max-width: 1100px) {
  #clip-shape-img1, #clip-shape-img2 {
    display: none;
  }
  .post-template-default .fusion-row {
    padding-left: 20px;
    padding-right: 20px;
  }
  #main .woocommerce-container {
    padding: 15px;
  }
  .fusion-mobile-logo {
    padding: 16px !important;
    max-width: 170px !important;
  }
  #main .fusion-fullwidth {
    padding: 15px !important;
  }
  #home-sectionTwo-img-two-thirds {
    width: 100% !important;
  }
  #homeSectionTwo-oneThird {
    width: 100% !important;
  }
  #btnBookNow {
    border-radius: 7px;
    color: #fabcaf;
    background: #ffffff;
    border: none;
    padding: 6px;
    cursor: pointer;
  }
  #homeSectionTwo-oneThird {
    padding: 20px;
    margin-bottom: 0;
    top: 0;
    position: initial;
    transform: none;
  }
  #homeSectionOne-oneThird {
    margin-bottom: 0;
    top: 0;
    position: initial;
    transform: none;
    padding: 20px;
    width: 100% !important;
  }
  #homeSectionTwo-TwoThird {
    width: 100% !important;
  }
  .book-now-mobile-button {
    padding: 7px;
    border-radius: 60px;
  }
  #home-img-two, #home-img-one {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  .book-now-mobile-angle {
    position: absolute;
    right: 0;
    top: 0;
    height: 51px;
    width: 106px;
    background-color: #fabcaf;
    clip-path: polygon(23% 0, 100% 0, 100% 100%, 0 100%);
    z-index: 10;
  }
  .book-now-mobile-div {
    display: inline-block !important;
    position: absolute;
    right: 0px;
    font-size: 11px;
    top: 10px;
    z-index: 20;
  }
  .side-header-logo-text {
    display: none !important;
  }
  .shop-buttons a {
    float: right;
  }
  #shop-titles {
    float: left;
    text-align: center;
  }
  #sidebar_angle {
    display: none !important;
  }
  body #wrapper #side-header {
    padding: 0 !important;
    text-align: center;
  }
}
@media (max-width: 480px) {
  #video-mobile {
    display: block;
  }
  #video-desktop {
    display: none !important;
  }
}
@media (max-width: 440px) {
  .shop-buttons {
    width: 100%;
    float: none;
    text-align: center;
    margin-bottom: 15px;
    margin-top: 10px;
  }
  #shop-titles {
    float: none;
    text-align: center;
  }
  .shop-buttons a {
    float: none;
  }
}
@media (max-width: 321px) {
  #wrapper #side-header.fusion-mobile-menu-design-modern .fusion-logo-left {
    display: inline-block;
    float: none;
    margin-right: 60px !important;
  }
}
@media (max-width: 1024px) {
  .custom-menu {
    padding-top: 60px !important;
  }
  .custom-menu .menu-item:first-child {
    padding-top: 10px !important;
  }
}
@media (max-width: 768px) {
  .custom-menu .menu-item:nth-last-child(2) a {
    border-bottom: none !important;
  }
}
.show-mobile-down {
  display: none;
}
@media (max-width: 768px) {
  .show-mobile-down {
    display: block;
  }
}

.display-tablet-up {
  display: none;
}
@media (min-width: 768px) {
  .display-tablet-up {
    display: block;
  }
}

/* Legacy rules imported from original style-old.css to restore any missing selectors
   This partial is imported last so it can override earlier, more-structured rules
   if necessary. */
/* --- copied from style-old.css (excluding top theme header) --- */
.woocommerce-page .fusion-row {
  padding-right: 30px;
}

/*.fusion-fullwidth, #main {
	padding-left: 60px !important;
	padding-right: 30px !important;
}*/
#main {
  padding-right: 30px !important;
  padding-left: 60px !important;
}

.home #main {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.fusion-meta-info .fusion-alignright {
  display: none;
}

.fusion-single-line-meta {
  display: none;
}

.post-template-default .fusion-row {
  padding-left: 60px;
  padding-right: 20px;
}

.timetable-button {
  background-color: transparent;
  color: #fabcaf;
  margin: 0 auto;
  border: 1px solid #fabcaf;
  margin-top: 20px;
  transition: 0.1s;
  padding: 8px 16px;
  border-radius: 25px;
  font-weight: bold;
  display: inline-block;
}

.timetable-button:hover {
  background: #fabcaf;
  color: #ffffff;
}

.timetable-button-wrapper {
  text-align: center;
}

#mute-button {
  position: absolute;
  left: 48% !important;
  bottom: 50px !important;
}

.book-now-mobile-div {
  display: none;
}

.side-header-logo-text {
  font-size: 14px;
  position: relative;
  bottom: 45px;
  margin: 0;
  padding: 0;
  color: #fabcaf;
}

.blog-content {
  padding-left: 7%;
  padding-right: 3%;
}

.fusion-row .pricing-table-header-cell .pricing-table-heading {
  color: #fabcaf;
}

.post-content .fusion-row .pricing-table-header-cell {
  padding: 0px 20px;
}

.contact-us-content {
  padding: 20px;
}

#home-img-one {
  -webkit-clip-path: polygon(35% 0, 100% 0, 100% 100%, 0 100%);
  -o-clip-path: polygon(35% 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(35% 0, 100% 0, 100% 100%, 0 100%);
  float: right;
}

#home-img-two {
  -webkit-clip-path: polygon(0 0, 65% 0, 100% 100%, 0 100%);
  -o-clip-path: polygon(0 0, 65% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 65% 0, 100% 100%, 0 100%);
}

#homeSectionOne-oneThird {
  margin-bottom: 0;
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
  padding-left: 7%;
}

#homeSectionTwo-oneThird {
  padding-right: 4%;
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
  margin-bottom: 0;
  float: right;
  background-color: black;
  right: 0;
}

#homeSectionOne-oneThird p, #homeSectionTwo-oneThird p {
  font-size: 15px;
}

#homeSectionTwo-TwoThird {
  float: right;
}

#homeSectionOne-oneThird a, #homeSectionTwo-oneThird a {
  color: #fabcaf;
}

.fusion-column-wrapper .button-home, #contact-us-submit {
  background-color: transparent;
  display: inline-block;
  color: #fabcaf;
  margin: 0 auto;
  border: 1px solid #fabcaf;
  margin-top: 20px;
  transition: 0.1s;
  padding: 8px 16px;
  border-radius: 25px;
  font-weight: bold;
}

.side-header-wrapper .fusion-main-menu-container .fusion-main-menu #menu-main-menu .button-home a:hover {
  background: #fabcaf;
  color: #ffffff !important;
}

.fusion-column-wrapper .button-home:hover {
  /*transform: rotateZ(3deg);*/
  background: #fabcaf;
  color: #ffffff !important;
}

.button-home-wrapper {
  text-align: center;
}

#homeSectionTwo-oneThird p {
  color: #ffffff;
  background-color: #000000;
}

.custom-full-width-container.fullwidth-box .fusion-row, #wrapper .width-100 .fullwidth-box {
  margin: 0;
  margin-right: 0 !important;
  margin-left: 0 !important;
  max-width: 100% !important;
  padding: 0 !important;
}

.custom-full-width-container.fullwidth-box .fusion-row {
  position: relative;
}

.post-content p {
  margin-top: 0;
  margin-bottom: 0 !important;
}

#home-sectionTwo-img-two-thirds {
  background-color: black;
}

#home-sectionTwo-full-width .fusion-row {
  background-color: black;
}

.fusion-row .full-width .post-content #home-full-width-subscribe {
  /*background-color: #ff3db4;*/
  padding: 1% !important;
}

.fusion-row #home-full-width-subscribe {
  max-width: 100%;
}

#home-subscribe-btn {
  background: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
  border-radius: 50px;
  margin-top: 10px;
  margin-bottom: 10px;
}

#home-subscribe-btn:hover {
  color: #fabcaf;
  background-color: #ffffff;
}

#home-form-h3 {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  margin: 0;
  line-height: 2.33;
  font-size: 19px;
  color: white;
  font-weight: bold;
}

#wpcf7-f13030-p10868-o1 p {
  display: inline-block;
}

#wpcf7-f13030-p10868-o1 {
  text-align: center;
}

#wpcf7-f13030-p10868-o1 .your-email {
  display: inline-block;
  margin-left: 30px;
  margin-right: 30px;
}

div.wpcf7 .ajax-loader {
  width: 0 !important;
}

/*------------------------
Nav customimsation
------------------------*/
#side-header .fusion-main-menu > ul > li > a {
  border: 0;
  font-size: 19px;
}

.side-header-wrapper .fusion-main-menu .fusion-menu .sub-menu li a {
  font-size: 19px;
  background-color: white;
}

.side-header-wrapper .fusion-main-menu .fusion-menu .sub-menu li a:hover {
  color: #fabcaf;
  background-color: white;
}

.fusion-main-menu-container .fusion-main-menu > ul > li > a:hover {
  color: #fabcaf;
}

.fusion-main-menu > ul > li.current-menu-item > a {
  border: 0 !important;
}

#sidebar_angle {
  left: 210px;
  position: fixed;
  top: 0;
  bottom: 0;
}

body.side-header-left #side-header .side-header-border {
  border: 0 !important;
}

#side-header {
  width: 210px !important;
}

.side-header-background {
  width: 210px !important;
}

#side-header .side-header-border {
  width: 210px !important;
}

#side-header .side-header-content {
  padding-right: 0 !important;
}

.side-header-wrapper .fusion-main-menu-container .fusion-main-menu #menu-main-menu .button-home a {
  background-color: transparent;
  display: inline-block;
  color: #fabcaf;
  border: 1px solid #fabcaf !important;
  margin-top: 30px;
  transition: 0.1s;
  padding: 1px 14px;
  border-radius: 25px;
  font-size: 18px;
  font-weight: bold;
  margin-left: 15%;
}

.full-width .post-content #home-sectionThree-fullwidth {
  padding: 100px !important;
}

.fusion-row #home-sectionThree-fullwidth .fusion-column-wrapper h2 {
  font-size: 38px;
  text-align: center;
}

.home-sectionThree-halfColumn {
  text-align: center;
}

.home-sectionThree-halfColumn .fusion-column-wrapper .home-sectionThree-button {
  font-size: 21px;
  background-color: rgba(255, 255, 255, 0.82);
  border: 2px solid #fabcaf;
}

.home-sectionThree-halfColumn .fusion-column-wrapper .home-sectionThree-button:hover {
  color: #ffffff;
  background-color: #fabcaf;
}

#side-header .fusion-main-menu > ul > li:first-child > a {
  border: 0;
}

.fusion-column-wrapper .sep-boxed-pricing .panel-heading {
  background-color: #fe7740;
}

.fusion-column-wrapper .fusion-pricing-table .panel-body .price .integer-part {
  color: #fe7740;
}

.fusion-column-wrapper .sep-boxed-pricing .panel-heading h3 {
  color: white;
  font-size: 22px;
}

body.side-header-left #side-header .fusion-main-menu > ul > li > ul {
  left: 162px !important;
}

.fusion-page-title-bar {
  background-color: green;
}

#menu-main-menu .book-now-btn .menu-text {
  background: #fe7740;
  color: #ffffff;
  padding: 15px 32px;
  border-radius: 2px;
  font-size: 14px;
  text-transform: uppercase;
  transition: 0.15s;
  border: 1px solid #fe7740;
}

#menu-main-menu .book-now-btn .menu-text:hover {
  background: #ffffff;
  color: #fe7740;
  border: 1px solid #fe7740;
}

#menu-main-menu .book-now-btn .fusion-caret {
  display: none;
}

#menu-main-menu .book-now-btn .sub-menu {
  transform: translateX(-40px) translateY(-20px);
  width: 220px;
}

#menu-main-menu .book-now-btn .sub-menu .fusion-bar-highlight span {
  font-size: 14px;
  text-transform: uppercase;
}

#menu-main-menu .sub-menu {
  transform: translateX(-50px) translateY(-30px);
  border-top: none !important;
  box-shadow: 0px 4px 10px -2px rgba(0, 0, 0, 0.25);
  border-radius: 2px;
}

#menu-main-menu .sub-menu .fusion-bar-highlight {
  text-align: center;
  font-family: var(--nav_typography-font-family);
  border-bottom: 1px solid #E6E6E6;
  margin: 0 14px;
}

@media (max-width: 1100px) {
  .fusion-mobile-menu-design-modern .fusion-mobile-menu-icons {
    height: 50px;
    display: flex !important;
    justify-content: right;
    align-items: center;
  }
}
/*----------------------------------------
WooCommerce Customisation
----------------------------------------
*/
#main .woocommerce-container {
  padding-left: 60px;
}

.top-cart-button:before {
  position: absolute;
  margin-left: -21px;
  content: "\f07a";
  font-family: awb-icons;
  color: inherit;
  position: absolute;
}

.shop-buttons a.top-cart-button {
  padding-left: 33px;
}

.shop-buttons a {
  padding: 8px;
  font-size: 13px;
  border: 1px solid white;
  margin-right: 10px;
  color: white;
}

.shop-buttons a:hover {
  color: #793937;
  background-color: #ffffff;
}

.avada-myaccount-user .view-cart a:hover {
  color: #fe7740;
}

.post-content .woocommerce .shop_table .amount {
  color: #fe7740 !important;
}

.woocommerce-message a:hover {
  color: #fe7740;
}

.woocommerce .social-share li a:hover i {
  background: #fe7740 !important;
  border: 1px solid #fe7740 !important;
}

.woocommerce .social-share li a:hover .fusion-woo-social-share-text {
  color: #fe7740 !important;
}

.fusion-woo-social-share-text:hover {
  color: #fe7740 !important;
}

#content .woocommerce-tabs .tabs li.active a {
  color: #fabcaf;
}

#content .woocommerce-tabs .tabs li a:hover {
  color: #fabcaf;
}

.summary-container .cart .single_add_to_cart_button {
  background: #fe7740;
  color: #ffffff;
}

.product .onsale {
  background-color: #793937;
}

.product-details-container .price .woocommerce-Price-amount, .summary .price ins .amount {
  color: #fe7740;
}

.fusion-button, .checkout-button, #place_order {
  background: #fe7740 !important;
  color: #ffffff !important;
}

/*
---------------------------------------
Mobile Responsive
--------------------------------------*/
@media (max-width: 1550px) {
  /*.woocommerce-container #content.full-width {
  	margin-left: 7%;
  }*/
  .fusion-page-title-bar h1 {
    text-align: center;
  }
}
@media (max-width: 1290px) {
  #homeSectionTwo-TwoThird {
    width: 51.6666%;
  }
  #homeSectionOne-oneThird {
    width: 53.3333%;
  }
  #full-width-home-section-one-container {
    padding-left: 43px !important;
  }
  .tp-mask-wrap {
    padding-left: 40px;
  }
  #home-sectionTwo-img-two-thirds {
    width: 54.6666% !important;
  }
  #homeSectionTwo-oneThird {
    width: 45.3333% !important;
  }
}
@media (max-width: 1100px) {
  #clip-shape-img1 {
    display: none;
  }
  #clip-shape-img2 {
    display: none;
  }
  .post-template-default .fusion-row {
    padding-left: 20px;
    padding-right: 20px;
  }
  #main .woocommerce-container {
    padding: 15px;
  }
  .fusion-mobile-logo {
    padding: 16px !important;
    max-width: 170px !important;
  }
  #main .fusion-fullwidth {
    padding: 15px !important;
  }
  #home-sectionTwo-img-two-thirds {
    width: 100% !important;
  }
  #homeSectionTwo-oneThird {
    width: 100% !important;
  }
  #btnBookNow {
    border-radius: 7px;
    color: #ff3db4;
    background: #fff;
    border: none;
    padding: 6px;
    cursor: pointer;
    cursor: hand;
  }
  #homeSectionTwo-oneThird {
    padding: 20px;
    margin-bottom: 0;
    top: 0;
    position: initial;
    transform: translateY(0);
  }
  #homeSectionOne-oneThird {
    margin-bottom: 0;
    top: 0;
    position: initial;
    transform: translateY(0);
    padding: 20px;
    width: 100% !important;
  }
  #homeSectionTwo-TwoThird {
    width: 100% !important;
  }
  .book-now-mobile-button {
    padding: 7px;
    border-radius: 60px;
  }
  #home-img-two {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    -moz-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    -o-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  #home-img-one {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    -moz-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    -o-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  .book-now-mobile-angle {
    position: absolute;
    right: 0;
    top: 0;
    height: 51px;
    width: 106px;
    background-color: #fabcaf;
    clip-path: polygon(23% 0, 100% 0, 100% 100%, 0 100%);
    -webkit-clip-path: polygon(23% 0, 100% 0, 100% 100%, 0 100%);
    -o-clip-path: polygon(23% 0, 100% 0, 100% 100%, 0 100%);
    -moz-clip-path: polygon(23% 0, 100% 0, 100% 100%, 0 100%);
    z-index: 10;
  }
  #wrapper #side-header.fusion-mobile-menu-design-modern .fusion-logo {
    float: none;
  }
  .book-now-mobile-div {
    display: inline-block !important;
    position: absolute;
    right: 0px;
    font-size: 11px;
    top: 10px;
    z-index: 20;
  }
  #wrapper .side-header-wrapper .fusion-main-menu-container .fusion-mobile-nav-holder {
    padding: 0 !important;
    margin: 0 !important;
  }
  .side-header-logo-text {
    display: none !important;
  }
  .shop-buttons a {
    float: right;
  }
  #shop-titles {
    float: left;
    text-align: center;
  }
  #sidebar_angle {
    display: none !important;
  }
  body #wrapper #side-header {
    padding: 0 !important;
    text-align: center;
  }
  #wrapper #side-header.fusion-mobile-menu-design-modern .fusion-logo-left {
    display: inline-block;
    float: none;
  }
  #wrapper #side-header.fusion-mobile-menu-design-modern .fusion-logo-menu-left .fusion-mobile-menu-icons {
    position: absolute;
    top: 15px;
    left: 15px;
    float: none;
    right: unset;
    display: inline-block;
  }
  .fusion-main-menu .fusion-mobile-nav-holder {
    padding-top: 0;
  }
}
#video-mobile {
  display: none;
}

@media (max-width: 480px) {
  #video-mobile {
    display: block;
  }
  #video-desktop {
    display: none !important;
  }
}
@media (max-width: 440px) {
  .shop-buttons {
    width: 100%;
    float: none;
    text-align: center;
    margin-bottom: 15px;
    margin-top: 10px;
  }
  #shop-titles {
    float: none;
    text-align: center;
  }
  .shop-buttons a {
    float: none;
  }
}
@media (max-width: 321px) {
  #wrapper #side-header.fusion-mobile-menu-design-modern .fusion-logo-left {
    display: inline-block;
    float: none;
    margin-right: 60px !important;
  }
}
#contact-us-map {
  margin-top: 20px;
}

/*---------------------------
         footer styling
---------------------------*/
.kobe-footer {
  opacity: 0.4;
  margin: 8px 0;
  transition: 0.5s;
}

.kobe-footer > a {
  color: #999;
}

.kobe-footer:hover {
  opacity: 1;
}

.kobe-footer:hover img {
  transform: rotate(360deg);
}

.kobe-footer img {
  transition: 0.5s;
  vertical-align: middle;
}

/*back to top button */
/*-------------------
Back to top button
-------------------*/
.scroll-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2em;
  width: 1.2em;
  font-size: 24px;
  color: #fabcaf !important;
  border-radius: 2em;
  border: solid 3px;
  z-index: 100000000;
  font-weight: bold;
  transition: 0.4s;
  position: fixed;
  right: 20px;
  bottom: 15px;
}

.scroll-icon:hover {
  /*background-color: rgba(color: #ff3db5;, .05);*/
  color: #fabcaf !important;
}

.scroll-icon::after {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #fabcaf !important;
  border-radius: 50%;
  animation: scroll-icon 1.8s infinite cubic-bezier(0.65, 0.05, 0.36, 1);
}

@keyframes scroll-icon {
  0% {
    transform: translateY(-12px);
    opacity: 0;
  }
  30%, 70% {
    opacity: 1;
  }
  100% {
    transform: translateY(12px);
    opacity: 0;
  }
}
/*remove old back to top*/
.to-top-container {
  display: none;
}

/*---------------------
End back to top
---------------------*/
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 10000000000000000000 !important; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #212020;
  margin: auto;
  padding-right: 7px;
  padding-left: 7px;
  padding-bottom: 7px;
  border: 1px solid #888;
  width: 80%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
/* The Close Button */
.close {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal-header {
  padding: 2px 16px;
  color: white;
}

.modal-header p {
  margin: 0px;
}

.modal-footer {
  padding: 2px 16px;
  color: white;
}

/*-------------------------
Firefox specific CSS
-----------------------*/
@-moz-document url-prefix() {
  #home-img-one {
    clip-path: url("#clip-shape-img1");
    float: right;
  }
  #home-img-two {
    clip-path: url("#clip-shape-img2");
  }
}
/*-------------------------
Constant contact form styling for homepage subsribe
-----------------------*/
:root div.ctct-form-embed div.ctct-form-defaults p.ctct-form-text, .ctct-gdpr-text, #email_address_label_0 {
  display: none;
}

:root .ctct-form-embed.form_0 .ctct-form-defaults {
  padding: 0px;
  background-color: transparent;
}

:root .ctct-form-header {
  color: white !important;
  font-size: 27px;
  display: inline-block;
  margin-right: 30px !important;
}

:root div.ctct-form-embed form.ctct-form-custom input.ctct-form-element, #email_address_field_0 {
  display: inline-block;
  font-size: 16px;
  margin-right: 28px;
}

:root div.ctct-form-embed form.ctct-form-custom button.ctct-form-button, #gdpr_text {
  display: inline-block;
  width: unset;
  background: transparent;
  border: 1px solid white;
  color: white;
  font-weight: 700;
  border-radius: 50px;
  margin-top: 10px;
  margin-bottom: 10px;
}

#gdpr_text {
  display: none;
}

:root div.ctct-form-embed form.ctct-form-custom button.ctct-form-button:hover {
  color: #fabcaf;
  background-color: #ffffff;
  border-color: #ffffff;
  font-weight: 700;
}

:root div.ctct-form-embed form.ctct-form-custom div.ctct-form-field {
  margin: 0px;
}

:root .ctct-form-footer {
  display: none;
}

:root #ctct_form_0 {
  display: inline-block;
}

:root .ctct-form-container {
  text-align: center;
}

:root div.ctct-form-embed form.ctct-form-custom {
  min-height: unset;
}

:root #ctct_recaptcha_0 {
  display: none;
}

:root #success_message_0 {
  padding: 25px 0px;
}

:root div.ctct-form-embed div.ctct-form-defaults div.ctct-form-success {
  min-height: unset;
}

:root #email_address_field_0::placeholder {
  color: black !important;
}

/*Social media sharing icons*/
.at-share-btn-elements {
  padding: 15px 0px;
}

/*Gallery page links*/
.page-id-15567 .fusion-spacing-no.fusion-one-fourth {
  width: 23%;
  margin-right: 2%;
}

.gallery-category-links-container {
  height: 230px;
  width: 100%;
}

.gallery-category-link {
  width: 100%;
  height: 100%;
  background-size: cover;
  text-align: center;
  position: relative;
}

.gallery-link-avada-wrapper {
  display: inline-block;
}

.gallery-category-link:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  content: "";
}

.gallery-category-link:hover:before {
  background: rgba(0, 0, 0, 0.7);
}

.gallery-category-link span {
  position: relative;
  display: inline-block;
  top: 50%;
  color: white;
  transform: translateY(-50%);
  border: 1px solid white;
  padding: 3px 16px;
  font-size: 23px;
  font-weight: 600;
}

#menu-main-menu #menu-item-61037 .fusion-bar-highlight {
  border-top: 0;
}

.side-header-background-color {
  width: auto !important;
}

.select2-selection__placeholder {
  font-size: 12px;
}

/*---------------------------
    Choose a studio popup
---------------------------*/
.pum-overlay {
  background-color: rgba(0, 0, 0, 0.6) !important;
}

.pum-container.popmake > .pum-title.popmake-title {
  font-family: "PT Sans";
  font-weight: 700;
  font-size: 24px;
  display: flex;
  justify-content: center;
  text-transform: uppercase;
  margin-top: 30px;
}

.studio-popup {
  display: flex;
  justify-content: space-around;
}

.studio-popup br {
  display: none;
}

.studio-popup__left {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 50px;
  border-right: 1px solid #E5E5E5;
}

.studio-popup__right {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 50px;
}

.studio-popup__location {
  font-family: "PT Sans";
  font-weight: 700;
  font-size: 17px;
  color: #000;
  display: block;
  text-align: center;
  margin-bottom: 5px;
}

.studio-popup__store {
  font-family: "PT Sans";
  font-weight: 400;
  font-size: 13px;
  color: #636363;
  display: block;
  text-align: center;
  text-transform: uppercase;
}

.pum-close.popmake-close {
  background: none !important;
  color: #000000 !important;
  width: 52px !important;
  box-shadow: none !important;
}

.pum-close.popmake-close > .fas.fa-times {
  font-size: 15px;
}

.fusion-footer::before {
  content: "";
  display: block;
  width: 100%;
  height: 80px;
  background: linear-gradient(to bottom, #fe7740 0%, #fe7740 25%, #793937 25%, #793937 50%, #b38333 50%, #b38333 75%, #fdc935 75%, #fdc935 100%);
  margin-bottom: 0;
}

footer#footer {
  border-top-width: 0;
}

/* Add any extra local overrides below */

/*# sourceMappingURL=style.css.map */
