/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

@font-face {
	font-family: 'audrey';
	src: url('/wp-content/themes/hello-theme-child-master/fonts/Audrey-Normal.otf') format('opentype'),
		url('/wp-content/themes/hello-theme-child-master/fonts/Audrey-Normal.ttf') format('truetype');
}
@font-face {
	font-family: 'gotham-book';
	src: url('/wp-content/themes/hello-theme-child-master/fonts/Gotham-Book.otf') format('opentype'),
		url('/wp-content/themes/hello-theme-child-master/fonts/Gotham-Book.ttf') format('truetype');
}

.grecaptcha-badge{
  visibility: hidden !important;
}

a, a:hover {
	color: inherit;
	text-decoration: none;
}

h1, h2, .audrey-font {
	font-family: 'audrey', sans-serif;
}
p, .gotham-font {
	font-family: 'gotham-book', sans-serif;
}
span.audrey-accent::before{
    content: "";
    position: absolute;
    z-index: -1;
    background-color: #A81D3A;
    top: 28px;
    left: -6px;
    height: 18px;
    transform: skewX(-32deg);
    animation: highlightSlide 1s ease-in-out 800ms forwards;
}

@keyframes highlightSlide {
  0% {
    width: 0;
  }
  100% {
    width: calc(100% + 12px);
  }
}

.aula-menu span.jet-nav-link-text{
	position: relative;
	z-index: 1;
	display: inline-block;
}
.aula-menu .current-menu-item span.jet-nav-link-text::before {
	background-color: #0C0D0D;
  width: calc(100% + 12px);
}
.aula-menu span.jet-nav-link-text::before {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: 0px;
    left: -6px;
    height: 18px;
    width: 0;
    transition: width 0.5s;
    transform: skewX(-32deg);
}
.aula-menu span.jet-nav-link-text:hover::before{
	background-color: #A81D3A;
  width: calc(100% + 12px);
}
#aula-sticky-menu {
  opacity: 0;
  transition: all 300ms ease-in-out;
}
#aula-sticky-menu.show {
  opacity: 1;
}
.show-on-scroll {
  opacity: 0;
  transition: all 300ms ease-out;
  transition-delay: 20ms;
  transform: translateY(50%);
}
#contact-show-on-scroll {
  transform: translateY(15%);
}
.in-view, #contact-show-on-scroll.in-view {
  opacity: 1;
  transform: translateY(0);
}

span.audrey-accent {
	position: relative;
	font-style: italic;
	z-index: 1;
	display: inline-block;
}

.center-absolute {
	margin: auto;
    width: fit-content;
    left: 0;
    right: 0;
	display: inline-block;
}

.commodites-list .jet-listing-dynamic-repeater__items {
	text-align: center;
}

.commodites-list-mobile .jet-listing-dynamic-repeater__items {
	gap: 16px;
}

.commodites-list-desktop .jet-listing-dynamic-repeater__items {
	flex-wrap: wrap;
	gap: 20px;
}

.commodites-list-desktop .jet-listing-dynamic-repeater__item h1 {
	position: relative;
}

.commodites-list-desktop .jet-listing-dynamic-repeater__item h1::after {
	content: "■";
	margin-left: 20px;
	font-size: 12px;
	display: var(--show-separator, "none");
}

.jet-listing-grid__slider .jet-slick-dots li {
	border-radius: 0 !important;
}

.aula-contact-form input, .aula-contact-form textarea {
  border: none;
  border-radius: 0;
  background-color: rgb(0, 0, 0, 0.1);
  padding: 24px;
}
.aula-contact-form textarea {
  height: 196px;
}
.aula-contact-form input::placeholder, .aula-contact-form textarea::placeholder {
  text-transform: uppercase;
  font-weight: 700;
}
.aula-contact-form input, .aula-contact-form textarea, .aula-contact-form .captcha-row, .aula-contact-form input::placeholder, .aula-contact-form textarea::placeholder {
  color: #D1B39B !important;
}
.aula-contact-form input[type="submit"] {
  border: 1px solid #D1B39B !important;
  padding: 24px 44px !important;
}
.aula-contact-form input[type="submit"]:hover {
  background-color: #D1B39B;
  color: #10464C !important;
}
.wpcf7-response-output {
  border: none !important;
  padding: none !important;
  font-family: 'gotham-book';
  color: #D1B39B;
  text-align: center;
}

.jet-popup--show-state .jet-popup__container-overlay {
  opacity: 0;
  transition: opacity 400ms ease-in-out 200ms;
}
.jet-popup--hide-state .jet-popup__container-overlay {
  opacity: 1;
}
textarea:focus, input:focus{
  outline: none;
}

.gm-style-iw-tc, .gm-style-iw-chr {
  display: none;
}
.gm-style-iw-d, .gm-style-iw.gm-style-iw-c {
  overflow: visible !important;
}
.gm-style-iw.gm-style-iw-c {
  padding: 0 8px !important;
  background-color: unset !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  top: 60px !important;
  height: 80px !important;
}
.jet-map-pin__link {
  height: 80px !important;
  display: block;
}
.jet-map-pin__link::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 12px;
  left: -3px;
  height: 12px;
  width: 0;
  transition: width 0.5s;
  transform: skewX(-24deg);
}
.jet-map-pin__link:hover::before{
	background-color: #d7b9a1;
  width: calc(100% + 4px);
}
@media only screen and (max-width: 767px) {
  .footer-contact-wrapper {
    max-width: 364px;
  }
  .mw320-mobile {
    max-width: 320px;
  }
}

@media only screen and (max-width:  1024px) {
  .footer-contact-wrapper {
    max-width: 600px;
  }
}

@media only screen and (min-width: 1025px) {
  .scale-with-vw * {
    font-size: 80px !important;
    font-size: max(2.5vw, 80px) !important;
    font-size: clamp(80px, 2.5vw, 3vw) !important;
  }
}

@media screen and (max-width: 1366px) and (min-width: 1025px), (max-width: 767px) {
  span.audrey-accent::before{
    top: 22px;
    height: 16px;
  }
  .aula-menu span.jet-nav-link-text::before {
    height: 12px;
  }
}