/*
 * Typography 
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  font-family: inherit;
  font-weight: 400;
  line-height: 1.2em;
  color: inherit;
  letter-spacing: 0.04em !important;
}
h2 {
  margin-bottom: 2.5rem;
}
a,
.elementor a {
  transition: all 0.3s;
  /* color: inherit; */
  /* text-decoration: underline; */
  /* text-decoration-thickness: 1px; */
}
a:active,
a:hover {
  color: inherit;
}
.reverse-hover a {
  color: inherit;
}
.reverse-hover a:active,
.reverse-hover a:hover {
  opacity: 0.5;
}
p {
  margin-top: 0;
  margin-bottom: 20px;
  letter-spacing: 0.04em;
}
p:last-child {
  margin-bottom: 0;
}

/*
 * Layout
*/

.content-wrap {
  overflow: hidden;
  overflow: clip;
}

/* Header */
.content-wrap,
.elementor-location-header,
.elementor-location-header > section {
  background-color: inherit;
}

/*
 * Formidable 
*/

/* General Styles */
.frm_forms fieldset {
  padding: 0;
}
.frm_forms .frm_button_submit {
  font-family: 'wedding-gothic-atf', Sans-serif !important;
}
.frm_forms ::placeholder {
  color: #f2dc917f !important;
  opacity: 1;
}
.frm_forms :-ms-input-placeholder {
  color: #f2dc917f !important;
}
.frm_forms ::-ms-input-placeholder {
  color: #f2dc917f !important;
}

/* Coming Soon Newsletter */
.formidable-centered input {
  text-align: center;
}
.formidable-centered .frm_submit,
.frm-btn-centered {
  text-align: center;
}
.formidable-centered .frm_submit .frm_button_submit {
  border: none !important;
  font-size: 1.25rem !important;
}

/* Inline Form */
.formidable-inline,
.formidable-inline input,
.formidable-inline button {
  letter-spacing: 0.1em;
}
.formidable-inline fieldset {
  display: flex;
  align-items: center;
}
.formidable-inline .frm_fields_container {
  display: flex;
  align-items: flex-end;
  flex: 1;
  grid-gap: 0;
}
.formidable-inline .frm_form_field {
  flex: 1;
  margin-bottom: 0 !important;
}
.formidable-inline .frm_description p {
  margin-right: 20px;
  letter-spacing: 0.1em;
}
.formidable-inline .frm_fields_container .frm_submit .frm_button_submit {
  line-height: 1em;
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  .formidable-inline fieldset {
    flex-direction: column;
  }
  .formidable-inline .frm_description p {
    margin: 20px 0 0 !important;
  }
}
@media screen and (max-width: 500px) {
  .formidable-inline .frm_fields_container {
    flex-direction: column;
  }
  .formidable-inline .frm_fields_container .frm_submit .frm_button_submit {
    margin-top: 0;
    width: 100%;
  }
  .formidable-inline .frm_fields_container .frm_submit {
    width: 100%;
  }
}
/* WP Blocks */
a.wp-block-button__link {
	font-family: "wedding-gothic-atf", Sans-serif;
    font-size: 1rem;
    text-transform: uppercase;
    color: var( --e-global-color-6014910 );
    background-color: #03352E00;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-radius: 0px 0px 0px 0px;
    padding: 0px 0px 8px 0px;
}
a.wp-block-button__link:hover {
	color: #F2DC917F;
    border-style: solid;
    border-color: #F2DC9100;
}
.post-content  a.wp-block-button__link  {
	margin-top: 30px;
}
/*
 * Elementor 
*/

/* Default Column Gap */
.elementor-column-gap-default
  > .elementor-column
  > .elementor-element-populated {
  padding: 10px 30px;
}

/* Section */
section.section-align-left > .elementor-container {
  margin-left: 0;
}
section.section-align-right > .elementor-container {
  margin-right: 0;
}
@media (max-width: 767px) {
  section.section-align-left > .elementor-container {
    margin-left: auto;
  }
  section.section-align-right > .elementor-container {
    margin-right: auto;
  }
}

/* Full height image */
.full-height-img,
.full-height-img *,
.full-height-img img {
  height: 100%;
}
.full-height-img img {
  object-fit: cover;
}

/* Overlay Content */
.overlay-content > .elementor-widget-wrap {
  width: auto;
}
@media (max-width: 767px) {
  .overlay-content > .elementor-widget-wrap {
    width: 100%;
  }
}

/* Button */
.elementor-button {
  letter-spacing: 0.05em;
}

/* Popup */
.dialog-message {
  font-size: inherit;
  line-height: inherit;
}
.elementor-popup-modal,
.elementor-popup-modal .dialog-widget-content {
  background-color: inherit;
}
/* Popup - Close button */
.elementor-popup-modal .dialog-close-button i {
  display: none;
}
.elementor-popup-modal .dialog-close-button {
  left: 30px;
  top: 30px;
  right: auto;
}
.elementor-popup-modal .dialog-close-button:before {
  content: '';
  background: url('../images/close.svg') no-repeat;
  height: 35px;
  width: 35px;
  background-position: center;
  transition: 0.3s;
}
.elementor-popup-modal .dialog-close-button:hover:before {
  opacity: 0.5;
}

/* Light Box */
.elementor-lightbox {
  z-index: 10000;
}

/* Swiper */
.e-widget-swiper .elementor-swiper-button i {
  display: none;
}
.e-widget-swiper .elementor-swiper-button:before {
  content: '';
  background: url('../images/arrow.svg') no-repeat;
  height: 50px;
  width: 50px;
  background-position: center;
  transition: 0.3s;
}
.e-widget-swiper .elementor-swiper-button:hover:before {
  opacity: 0.5;
}
.e-widget-swiper .elementor-swiper-button-next:before {
  transform-origin: center;
  transform: rotate(180deg);
}
.e-widget-swiper.elementor-arrows-position-outside .swiper-container {
  width: calc(100% - 130px);
}
@media screen and (max-width: 767px) {
  .e-widget-swiper.elementor-arrows-position-outside .swiper-container {
    width: 100%;
  }
}

@media (max-width: 1310px) {
  .selector > .elementor-widget-wrap {
    margin-top: 0;
  }
}

/* Tabs */
.vertical-tabs.elementor-widget-tabs .elementor-tabs .elementor-tabs-wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 140px;
  align-self: flex-start;
  overflow: auto;
}
.vertical-tabs.elementor-widget-tabs .elementor-tab-title {
  text-align: right;
  padding: 10px 60px 10px 30px;
  transition: all 0.3s;
}
.vertical-tabs.elementor-widget-tabs .elementor-tab-title:hover {
  color: #f2dc917f;
}
.vertical-tabs.elementor-widget-tabs .elementor-tab-content {
  padding: 0;
}
.vertical-tabs .elementor-tabs-content-wrapper > .elementor-tab-content > p {
  display: none;
}
.vertical-tabs .elementor-tab-mobile-title {
  display: none;
}
@media screen and (max-width: 767px) {
  .vertical-tabs.elementor-widget-tabs .elementor-tabs .elementor-tabs-wrapper {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    padding: 0 30px 20px;
    position: static;
  }
  .vertical-tabs.elementor-widget-tabs .elementor-tab-title {
    padding: 10px 20px 10px 0;
  }
  .vertical-tabs.elementor-widget-tabs .elementor-tab-title:first-last {
    padding-right: 0;
  }
}

/* Toggle */
.reverse-toggle .elementor-toggle-item {
  display: flex;
  flex-direction: column-reverse;
}

/*
 * Animations
 */

/* Grow */
.onhover-grow {
  transition: all 0.3s;
}
.onhover-grow:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

/* Shrink */
.onhover-shrink {
  transition: all 0.3s;
}
.onhover-shrink:hover {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

/*
 * Helpers
 */

.rtl {
  direction: rtl;
}
