/*
 * 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;
}
a,
.elementor a {
  color: inherit;
  text-decoration: underline;
  text-decoration-thickness: 1px;
}
a:active,
a:hover {
  color: inherit;
}
p {
  margin-top: 0;
  margin-bottom: 20px;
}
p:last-child {
  margin-bottom: 0;
}

/* 
 * Colors 
*/

/*
 * Layout
*/

.content-wrap {
  overflow: hidden;
}

/*
 * Header
*/

.main-header .elementor-widget-theme-site-logo {
  flex: 1;
  text-align: left;
}
@media (max-width: 1475px) {
  .main-header .elementor-widget-theme-site-logo {
    margin-left: 0 !important;
    text-align: center;
  }
  .main-header .elementor-widget-social-icons {
    display: none;
  }
  .main-header .elementor-widget-nav-menu {
    display: none;
  }
  .main-header .elementor-widget-icon {
    display: block;
  }
}

/* Sticky Header */
.sticky-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  transform: translate(0, -100%);
  transition: all 0.75s !important;
}
.sticky-header.sticky-active {
  transform: translate(0, 0);
}
.admin-bar .sticky-header {
  top: 32px;
}

/* Main Nav */
.main-nav .elementor-nav-menu--main .current-menu-item a:after {
  background-color: transparent !important;
}
.main-nav .elementor-nav-menu--main .current-menu-item:hover a:after {
  background-color: #c1a580 !important;
}

/*
 * Formidable
*/

.frm_forms .frm_inside_container label {
  display: none;
}
.frm_forms fieldset {
  padding: 0;
}
.frm_forms .frm_submit button {
  line-height: 1.2em !important;
}
@media (max-width: 767px) {
  .frm_forms .frm_submit button {
    width: 100% !important;
    padding: 11px 15px !important;
    font-size: 18px !important;
  }
  .frm_forms input {
    padding: 10px !important;
    height: 45px !important;
    font-size: 18px !important;
  }
}

/* Inline Form */
.formidable-inline .frm_fields_container {
  display: flex;
  grid-gap: 0;
}
.formidable-inline .frm_form_field {
  flex: 1;
}
.formidable-inline .frm_button_submit {
  margin: 0 !important;
  border-left: 0 !important;
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000 !important;
  opacity: 1; /* Firefox */
}
:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #000 !important;
}
::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #000 !important;
}

/* Contact Form */
.frm-contact-form fieldset {
  border: none;
}
.frm-contact-form .frm_fields_container {
  grid-gap: 14px;
  grid-template-columns: repeat(12, 1fr);
}
.frm-contact-form input,
.frm-contact-form textarea {
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 0;
  font-size: 20px;
  line-height: 1.33em;
  padding: 16px 20px;
  display: block;
  width: 100%;
  max-width: 100%;
}
.frm-contact-form input:focus,
.frm-contact-form textarea:focus {
  border-color: #c1a580;
}
.frm-contact-form .frm_error_style,
.frm-contact-form .frm_error {
  color: #b94a48;
  font-size: 18px;
}
.frm-contact-form .frm_error_style {
  margin-bottom: 15px;
}
.frm-contact-form .frm_submit {
  text-align: center;
}
.frm-contact-form .frm_submit .frm_button_submit {
  background-color: #c1a580;
  border: 1px solid #c1a580;
  padding: 16px 50px;
  font-style: italic;
  font-size: 24px;
  color: #fff;
  text-decoration: none;
}
.frm-contact-form .frm_submit .frm_button_submit:hover {
  background-color: #b49873;
}

/* Tabs - Menu */
.menu-tabs .elementor-tabs-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.menu-tabs .elementor-tab-title {
  padding: 10px 0;
  margin: 0 50px;
}

.menu-tabs .elementor-tab-title:after {
  content: '';
  position: absolute;
  height: 1px !important;
  background-color: #c1a580;
  width: 100% !important;
  left: 0 !important;
  bottom: 0;
  opacity: 0;
  transition: all 0.3s;
}

.menu-tabs .elementor-tab-title:hover:after {
  opacity: 0.25;
}
.menu-tabs .elementor-tab-title.elementor-active:after {
  opacity: 1;
}
.menu-tabs .elementor-tab-content {
  padding: 65px 0 0;
}
.menu-tabs .elementor-price-list-title,
.menu-tabs .elementor-tab-content h5 {
  text-transform: uppercase;
  font-weight: 700;
  margin: 0;
}
.menu-tabs .elementor-price-list-description {
	padding-right:40px;
}
.menu-tabs .elementor-tab-content > p {
  display: none; /* Some bug in elementor */
}
.menu-tabs .elementor-tab-mobile-title {
  display: none;
}
@media (max-width: 1500px) {
  .menu-tabs .elementor-tab-title {
    font-size: 2.225rem !important;
  }
  .menu-tabs .elementor-tab-title {
    margin: 0 20px;
  }
}
@media (max-width: 1024px) {
  .menu-tabs .elementor-tab-content {
    padding-top: 40px;
  }
  .menu-tabs .elementor-tab-title {
    font-size: 2.1rem !important;
  }
  .menu-tabs .elementor-tab-title {
    margin: 0 14px;
  }
}
@media (max-width: 767px) {
  .menu-tabs .elementor-tabs-wrapper {
    justify-content: center;
  }
  .menu-tabs .elementor-tab-title {
    margin: 4px 12px;
    padding: 6px 0;
  }
  .menu-tabs .elementor-tab-content h5 {
    font-size: 1.75rem;
  }
  .menu-tabs br {
    display: none;
  }
}

/* Masonry Gallery */
.masonry-gallery .gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  /* grid-template-rows: repeat(7, 1fr); */
  /* grid-template-rows: minmax(auto, 500px); */
  grid-auto-rows: minmax(auto, 450px);
  column-gap: 20px;
  row-gap: 20px;
}
.masonry-gallery .gallery-item {
  position: relative;
  max-width: 100% !important;
}
.masonry-gallery .gallery-item,
.masonry-gallery .gallery-icon,
.masonry-gallery a {
  display: block;
  height: 100%;
  width: 100%;
}
.masonry-gallery .gallery-item:hover:after {
  opacity: 0.5;
}
.masonry-gallery .gallery-item:nth-child(7n + 2) {
  grid-area: auto / auto / span 2 / span 1;
}
.masonry-gallery .gallery-item:nth-child(7n + 3) {
  grid-area: auto / auto / span 2 / span 1;
}
.masonry-gallery .gallery-item:nth-child(7n + 5) {
  grid-area: auto / auto / span 2 / span 2;
}
.masonry-gallery .gallery-item:nth-child(7n + 6) {
  grid-area: auto / auto / span 2 / span 1;
}
.masonry-gallery .gallery-item:nth-child(7n + 7) {
  grid-area: auto / auto / span 2 / span 1;
}
.masonry-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.masonry-gallery a {
  position: relative;
}
.masonry-gallery a:after {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #000;
  opacity: 0;
  top: 0;
  left: 0;
  transition: all 0.5s;
}
@media (max-width: 1280px) {
  .masonry-gallery .gallery {
    grid-auto-rows: minmax(auto, 350px);
  }
}
@media (max-width: 1024px) {
  .masonry-gallery .gallery {
    grid-auto-rows: minmax(auto, 300px);
  }
}
@media (max-width: 767px) {
  .masonry-gallery .gallery {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
    column-gap: 0;
    row-gap: 30px;
  }
  .masonry-gallery .gallery-item {
    grid-area: auto / auto / span 1 / span 1 !important;
  }
}

/*
 * Google Maps Easy - Plugin
*/

.gmpInfoWindowtitle {
  font-size: 24px !important;
  color: #c1a580 !important;
  line-height: 1.2em !important;
}
.egm-marker-iw {
  font-size: 15px !important;
  line-height: 1.45em !important;
}

/*
 * Elementor
*/

/* Default Column Gap */
.elementor-column-gap-default
  > .elementor-column
  > .elementor-element-populated {
  padding: 10px 30px;
}
.elementor-inner-section .elementor-column-gap-no .elementor-element-populated {
  padding: 0;
}

/* 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;
}

/* Square Image - Mobile - 1:1 ratio */
@media (max-width: 767px) {
  .square-img-mobile .elementor-widget-container {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    padding-top: 100%;
  }
  .square-img-mobile .elementor-widget-container img {
    display: block;
    width: 100%;
    height: 100% !important;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    object-fit: cover;
  }
}

/* Rectangle Image - 16:9 ratio */
.img-16-9 .elementor-widget-container {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  padding-top: 66%;
}
.img-16-9 .elementor-widget-container img {
  display: block;
  width: 100%;
  height: 100% !important;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  object-fit: cover;
}

/* Icon */
.fullwidth-icon svg {
  width: 100%;
  height: auto;
}
.fullwidth-icon .elementor-icon {
  display: block;
}

/* Popup */
.elementor-popup-modal .dialog-message::-webkit-scrollbar-track {
  /* -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); */
  /* border-radius: 10px; */
  background-color: transparent;
}

.elementor-popup-modal .dialog-message::-webkit-scrollbar {
  width: 12px;
  background-color: transparent;
}

.elementor-popup-modal .dialog-message::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #2d2d2d;
}

/*
 * Animations
*/

.onhover-shrink {
  transition: all 0.3s;
}
.onhover-shrink.elementor-widget-image:hover {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

/*
 * Helpers
*/

@media (max-width: 767px) {
  .no-padding-mobile > .elementor-widget-wrap {
    padding: 0 !important;
  }
}

/*
 * Responsive
*/

@media (max-width: 1024px) {
  html {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 10px;
  }
}
