/*
Theme Name: SSD
Theme URI: https://superseedstudio.com
Template: hello-elementor
Author: Superseed Digital
Author URI: https://superseedstudio.com
Description: Based on Hello
Version: 1.1655299352
Updated: 2022-06-15 13:22:32

*/

/* WICC STAGE */

/* INDEX
* 
* Global Padding
* GLOBAL TEXT STYLES
* GLOBAL BUTTONS
*
* GLOBAL GRAVITY FORMS
* HEADER
* HOME
* PARKING & LOCATION
* DINING
* EVENT TYPE
* ACCOMMODATION
* VENUE
*
*
* MEDIA QUERIES
*/

/* WICC STAGE */

:root {
  --color-blue: #003049;
  --color-light-blue: #649bbc;
  --color-silver-grey: #a0b4c01a;
  --color-white: #ffffff;
  --color-grey: #a0b4c0;
  --color-eggshell: #fdf0d5;
  --color-baby-blue: #f0f5f8;
  --efx: all 350ms ease-in-out;
}

html {
  scroll-behavior: smooth;
}

/* Global Padding  */

.pad-top {
  padding: 6rem 3rem 0 3rem;
}

.pad-bot {
  padding: 0 3rem 6rem 3rem;
}

.pad-tb {
  padding: 6rem 3rem;
}

.pad-sides {
  padding-left: 3rem;
  padding-right: 3rem;
}

.pad-no-sides {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.pad-col-right {
  padding-right: 6rem;
}

.pad-col-left {
  padding-left: 6rem;
}

.text-pad-bot {
  padding-bottom: 2rem;
}

/* GLOBAL TEXT STYLES */

.small-h1 h1 {
  font-size: clamp(1.8rem, 1.74rem + 0.30000000000000004vw, 2.1rem);
}

.legal-info,
.legal-info a,
.legal-info h2,
.legal-info h3 {
	color: var(--color-white) !important;
}

.small-h3 h3 {
  font-size: clamp(
    1.5rem,
    1.3639999999999999rem + 0.6800000000000002vw,
    2.18rem
  );
}

.big-h4 h4 {
  font-size: clamp(1.2rem, 1.0899999999999999rem + 0.55vw, 1.75rem);
}

.small-h4 h4 {
  font-size: clamp(1.1rem, 1.07rem + 0.1499999999999999vw, 1.25rem);
}

.hero-lead p {
  font-size: clamp(0.9rem, 0.8300000000000001rem + 0.35vw, 1.25rem);
  font-weight: 500 !important;
}

.home-overview-paragraph a {
	color: #649bbc !important;
	font-weight: bold !important;
}

.small-para {
  font-size: clamp(0.8rem, 0.785rem + 0.07499999999999996vw, 0.875rem);
}

.white-links a {
  color: var(--color-white) !important;
}

.elementor-divider__text {
  margin: 0 2rem !important;
}

.footer-contact-info a {
	color: var(--color-dark-blue) !important;
	transition: var(--efx) !important;
}

.footer-contact-info a:hover {
	color: var(--color-light-blue) !important;
}

/* GLOBAL BUTTONS */

.btn-light-blue a,
.btn-light-blue-w-icon a {
  transition: var(--efx) !important;
}

.btn-white a {
  background-color: var(--color-white) !important;
  color: var(--color-blue) !important;
  border-color: var(--color-white) !important;

  transition: var(--efx);
}

.btn-white a:hover {
  background-color: var(--color-eggshell) !important;
  border-color: var(--color-eggshell) !important;
}

.btn-ghost-white a {
  background-color: transparent !important;
  color: var(--color-white) !important;
  border-color: var(--color-white) !important;

  transition: var(--efx);
}

.btn-ghost-white a:hover {
  color: var(--color-eggshell) !important;
  border-color: var(--color-eggshell) !important;
}

.btn-ghost-blue a {
  background-color: transparent !important;
  color: var(--color-blue) !important;
  border-color: var(--color-blue) !important;

  transition: var(--efx);
}

.btn-ghost-blue a:hover {
  color: var(--color-grey) !important;
  border-color: var(--color-grey) !important;
}

.btn-txt-blue a {
  background-color: transparent !important;
  padding: 0 !important;
  color: var(--color-blue) !important;
  border: none !important;
}

.btn-txt-white a {
  background-color: transparent !important;
  padding: 0 !important;
  color: var(--color-white) !important;
  border: none !important;
}

/* buttons with icons */

.btn-ghost-white-w-icon a {
  background-color: transparent !important;
  color: var(--color-white) !important;
  border-color: var(--color-white) !important;

  transition: var(--efx);
}

.btn-ghost-blue-w-icon a {
  background-color: transparent !important;
  color: var(--color-blue) !important;
  border-color: var(--color-blue) !important;

  transition: var(--efx);
}

.btn-txt-white-w-icon a {
  background-color: transparent !important;
  padding: 0 !important;
  color: var(--color-white) !important;
  border: none !important;

  transition: var(--efx);
  -webkit-transition: var(--efx);
}

.btn-txt-blue-w-icon a {
  background-color: transparent !important;
  padding: 0 !important;
  color: var(--color-blue) !important;
  border: none !important;

  transition: var(--efx);
}

.btn-ghost-white-w-icon a svg,
.btn-ghost-blue-w-icon a svg,
.btn-txt-white-w-icon a svg,
.btn-txt-blue-w-icon a svg,
.btn-light-blue-w-icon a svg {
  width: 0.85em;
}

#download.btn-txt-blue-w-icon a svg {
  width: 0.7em;
}

.btn-ghost-blue-w-icon a svg path,
.btn-txt-white-w-icon a svg path,
.btn-txt-blue-w-icon a svg path {
  fill: var(--color-blue) !important;

  transition: var(--efx);
}

.btn-ghost-white-w-icon a .elementor-button-icon,
.btn-ghost-blue-w-icon a .elementor-button-icon,
.btn-txt-white-w-icon a .elementor-button-icon,
.btn-txt-blue-w-icon a .elementor-button-icon,
.btn-light-blue-w-icon a .elementor-button-icon {
  margin-left: -14px;
  opacity: 0;

  transition: var(--efx);
}

#download.btn-txt-blue-w-icon a .elementor-button-icon {
  margin-left: 0;
  opacity: 0;
}

.btn-ghost-white-w-icon a .elementor-button-icon,
.btn-ghost-blue-w-icon a .elementor-button-icon,
.btn-txt-white-w-icon a .elementor-button-icon,
.btn-txt-blue-w-icon a .elementor-button-icon,
#download.btn-txt-blue-w-icon a .elementor-button-icon,
.btn-light-blue-w-icon a .elementor-button-icon {
  transition: var(--efx);
}

/* hover efxs */

.btn-ghost-white-w-icon a:hover {
  color: var(--color-eggshell) !important;
  border-color: var(--color-eggshell) !important;
}

.btn-ghost-blue-w-icon a:hover {
  color: var(--color-grey) !important;
  border-color: var(--color-grey) !important;
}

.btn-txt-white-w-icon a:hover {
  color: var(--color-blue) !important;
}

.btn-ghost-white-w-icon a:hover svg path {
  fill: var(--color-eggshell);
}

.btn-ghost-blue-w-icon a:hover svg path {
  fill: var(--color-grey) !important;
}

.btn-txt-white-w-icon a:hover svg path,
.btn-light-blue-w-icon a:hover svg path {
  fill: var(--color-blue) !important;
}

.btn-ghost-white-w-icon a:hover .elementor-button-content-wrapper,
.btn-ghost-blue-w-icon a:hover .elementor-button-content-wrapper,
.btn-txt-white-w-icon a:hover .elementor-button-content-wrapper,
.btn-txt-blue-w-icon a:hover .elementor-button-content-wrapper,
.btn-light-blue-w-icon a:hover .elementor-button-content-wrapper {
  gap: 10px !important;
}

.btn-ghost-white-w-icon a:hover .elementor-button-icon,
.btn-ghost-blue-w-icon a:hover .elementor-button-icon,
.btn-txt-white-w-icon a:hover .elementor-button-icon,
.btn-txt-blue-w-icon a:hover .elementor-button-icon,
.btn-light-blue-w-icon a:hover .elementor-button-icon {
  margin-left: inherit;
  opacity: 1;
}

#download.btn-txt-blue-w-icon a:hover .elementor-button-icon {
  opacity: 1;

  animation-name: dowloadBtnAnimation;
  animation-duration: 350ms;
  animation-iteration-count: 1;
  animation-timing-function: ease-in-out;
}

@keyframes dowloadBtnAnimation {
  0% {
    transform: translateY(0);
  }

  25% {
    transform: translateY(-2px);
  }

  50% {
    transform: translateY(3px);
  }

  75% {
    transform: translateY(-2px);
  }

  100% {
    transform: translateY(0);
  }
}

/* GLOBAL GRAVITY FORMS */

.gform_heading {
  display: none !important;
}

.global-form-styles_wrapper input::placeholder,
.global-form-styles_wrapper textarea::placeholder,
.global-form-styles_wrapper select::placeholder,
.gform-theme--framework .iti input::placeholder {
  color: #a0b4c0;
  font-weight: 500 !important;
}

.global-form-styles_wrapper input:not(.button, .iti__selected-country),
.global-form-styles_wrapper textarea,
.global-form-styles_wrapper select {
  border-color: var(--color-grey) !important;
  border-radius: 2px !important;
  background-color: var(--color-white) !important;
  color: var(--color-blue) !important;
  box-shadow: 0 0 0 !important;
}

#gform_fields_3,
#gform_fields_2 {
  grid-gap: 10px;
}

.gform_button {
  background-color: var(--color-light-blue) !important;
  box-shadow: 0 0 0 !important;

  transition: var(--efx) !important;
}

.gform_button:hover {
  background-color: var(--color-eggshell) !important;
  color: var(--color-blue) !important;
}

.iti__selected-country {
  background-color: var(--color-eggshell) !important;
  color: var(--color-blue) !important;
}

.newsletter-signup_wrapper .gform-footer {
  margin-top: 10px !important;
}

/* HEADER */

.main-navigation .sub-menu a,
.mobile-navigation .sub-menu a {
  border: none !important;
}

.mobile-navigation a:focus {
  background: transparent !important;
  color: #a0b4c0 !important;
}

.mobile-navigation a:active {
  color: #a0b4c0 !important;
}

.header-offset {
  margin-top: 80px !important;
}

.main-header.elementor-sticky--effects {
  background: var(--color-blue) !important;
}

.main-header.elementor-sticky--effects .navbar-divider {
  display: none !important;
}

/* blue headers */

.page-id-546 .main-header,
.page-id-532 .main-header,
.page-id-534 .main-header,
.page-id-536 .main-header {
  background: var(--color-blue) !important;
}

/* HOME */

.service-card-container,
.service-card-container img {
  transition: var(--efx) !important;
}

.service-card-container:hover {
  background-color: rgba(160, 180, 192, 0.2) !important;
}

.service-card-container:hover img {
  transform: rotate(-10deg);
}

.testimonial-listing-one .jet-listing-grid__slider-icon {
  border-radius: 100px;
  border: 1px solid var(--color-blue);
}

.testimonial-listing-one .prev-arrow:before {
  content: url("/wp-content/uploads/2024/11/icon-arrow.svg") !important;
  display: inline-block;
  position: absolute;
  z-index: 19;
  width: 20px;
  rotate: 180deg;
  filter: brightness(0) saturate(100%) invert(13%) sepia(26%) saturate(4245%)
    hue-rotate(175deg) brightness(95%) contrast(102%);
}

.testimonial-listing-one .next-arrow:before {
  content: url("/wp-content/uploads/2024/11/icon-arrow.svg") !important;
  display: inline-block;
  position: absolute;
  z-index: 19;
  width: 20px;
  rotate: 180deg;
  filter: brightness(0) saturate(100%) invert(13%) sepia(26%) saturate(4245%)
    hue-rotate(175deg) brightness(95%) contrast(102%);
}

.testimonial-listing-one .next-arrow:hover:before,
.testimonial-listing-one .prev-arrow:hover:before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(2%)
    hue-rotate(275deg) brightness(105%) contrast(100%);
}

/* PARKING & LOCATION */

.location-map .gm-style .gm-style-iw-c {
  background-color: transparent !important;
  box-shadow: 0 0 0 !important;
  padding: 0 !important;
}

.location-map .gm-style-iw-chr {
  display: none !important;
}

.gm-style .gm-style-iw-tc:after {
  background: transparent !important;
}

.location-map .gm-style-iw-d {
  font-size: clamp(0.9rem, 0.88rem + 0.09999999999999998vw, 1rem) !important;
  font-weight: 600 !important;
  text-align: center !important;
  overflow: hidden !important;
}

/* DINING */

.trading-repeater-wrapper {
  width: 100%;
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
}

.trading-repeater-wrapper:before {
  content: "Hours: ";
  font-weight: 700;
  font-size: clamp(0.8rem, 0.785rem + 0.07499999999999996vw, 0.875rem);
}

.trading-repeater-wrapper .jet-listing-dynamic-repeater__item {
  flex: 0 0 auto;
}

.trading-repeater-container .jet-listing-dynamic-repeater__items {
  gap: 5px;
}

.trading-repeater-wrapper
  .jet-listing-dynamic-repeater__item:last-child
  .repeater-commer {
  opacity: 0;
}

.dinner-content-unfold-wrapper .jet-unfold__trigger {
  margin-top: 13px !important;
}

.dinner-content-unfold-wrapper .jet-unfold__button-icon i {
  scale: 0.9;
  margin-right: 5px;
}

/* EVENT TYPE */

.event-type-listing-grid
  .jet-listing-grid__item:nth-child(even)
  .event-type-listing-card {
  flex-direction: row-reverse !important;
}

/* ACCOMMODATION */

.amenities-lisitng img {
  aspect-ratio: 1 / 1;
  object-fit: contain;
  width: 1.2rem !important;
}

.single-accommodation .dining-card-img img {
	width: 900px !important;
	height: auto;
}

/* VENUE */

.venue-factsheet tr:not(:last-child) {
  border-bottom: 1px solid rgba(160, 180, 192, 0.5);
  /* border-radius: 5px !important; */
}

.venue-factsheet tr:first-child {
  border-top: 5px solid white;
}

.venue-factsheet .bdt-table th,
.venue-factsheet .bdt-table th:last-child,
.venue-factsheet .bdt-table th:first-child {
  border-radius: 8px !important;
}

.venue-alt-listing-card img {
  transition: var(--efx);
}

.venue-alt-listing-card:hover img {
  opacity: 1 !important;
  scale: 1.05;
}

.venue-factsheet .bdt-static-column-cell-wrap {
	display: flex !important;
	flex-direction: column !important;
	width: 100% !important;
	gap: 20px;
	justify-content: center !important;
	align-items: center !important;
}

.venue-factsheet .bdt-static-column-cell-icon {
	margin-left: 0 !important;
	width: 100px !important;
	height: auto !important;
}

.venue-factsheet .bdt-static-column-cell-icon img {
	width: 100px !important;
	transform: scale(1.5) !important;
	height: auto !important;
}

/* .venue-factsheet .bdt-static-column-cell-icon img {
	width: 100% !important;
	height: auto !important;
 	object-fit: cover !important;
} */

.venue-factsheet .bdt-width-1-1 {
	padding-left: 0 !important;
}

#wicc-table-section,
#mecure-table-section,
#movenpick-table-section,
#movenpick-lower-ground-table-section {
  text-wrap: nowrap !important;
  margin-right: -20rem !important;
}

/* MEDIA QUERIES */

@media (width <= 64em) {
  /* 1024px screen size */

  /* Global Padding  */

  .pad-top {
    padding: 3rem 1rem 0 1rem;
  }

  .pad-bot {
    padding: 0 1rem 3rem 1rem;
  }

  .pad-tb {
    padding: 3rem 1rem;
  }

  .pad-sides {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .pad-no-sides {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .pad-col-right {
    padding-right: 2rem;
  }

  .pad-col-left {
    padding-left: 2rem;
  }

  .text-pad-bot {
    padding-bottom: 1rem;
  }

  .correct-blue-grad {
    background: var(--color-blue) !important;
  }

  #gform_submit_button_2 {
    flex: 0 0 35% !important;
    width: 300px;
  }

  #doit.accom-card-container {
    background-color: transparent;
    background-image: linear-gradient(
      180deg,
      var(--e-global-color-accent) 250px,
      #ffffff 0%
    ) !important;
  }
}

@media (width <= 26.5625em) {
  /* 425x screen size */

  .pad-col-right {
    padding-right: 0rem;
  }

  .pad-col-left {
    padding-left: 0rem;
  }

  .text-pad-bot {
    padding-bottom: 0.5rem;
  }

  .venue-factsheet tr:first-child {
    border-top: none !important;
    border-left: 1px solid var(--color-white);
  }

  .venue-factsheet tr:not(:last-child) {
    border-bottom: none;
    border-right: 1px solid rgba(160, 180, 192, 0.5);
  }

  .venue-factsheet .bdt-table th,
  .venue-factsheet .bdt-table th:last-child,
  .venue-factsheet .bdt-table th:first-child {
    border-radius: 5px 0 0 5px !important;
  }

  .gform-datepicker {
    width: 100% !important;
  }

  #wicc-table-section,
  #mecure-table-section,
  #movenpick-table-section,
  #movenpick-lower-ground-table-section {
  	text-wrap: wrap !important;
  	margin-right: 0 !important;
  }
}
