/*** BODY ***/
html::before {
  content: ' ';
  display: block;
  background-image: url('/wp-content/uploads/utes-ton-background.jpg');
  background-position: center;
  background-size: cover;
  height: 100vh; width: 100vw;
  top: 0; bottom: 0; left: 0; right: 0;
  position: fixed;
  z-index: -10;
}


.entry-content h4 {
  margin-bottom: 10px;
  margin-top: 20px;
}


/*** GALLERY ***/
.gallery-icon.landscape {
  background-color: #5a2e14;
}
.elementor-image-gallery .gallery-item img {
  filter: opacity(80%);
}
.elementor-image-gallery .gallery-item img:hover {
  filter: opacity(100%);
}
.elementor-slideshow__title {
  display: none;
}


/*** CONTACT ***/
.contact-form .contact-row {
  width: 99%;
  display: flex;
}
.contact-field {
  width: 48%;
}
.wpcf7 select, .wpcf7 textarea {
  width: 92.5%;
  background: none;
  border: none;
  border-bottom: 1px solid #3A3A3A;
}
.wpcf7 textarea {
  height: 250px;
}
.consent {
  font-size: 14px;
  margin: 20px 0px;
}
.wpcf7 input:not([type="submit"]) {
  width: 95%;
  background: none;
  border: none;
  border-bottom: 1px solid #3A3A3A;
  margin-bottom: 5px;
}
input[type="email"], input[type="number"], input[type="password"], input[type="reset"], [type="search"], input[type="tel"], input[type="text"], input[type="url"], select, textarea {
  color: #333333;
}
.wpcf7 input[type="checkbox"], .wpcf7 input[type="radio"] {
  width: 1.4em !important;
}
.sent-button {
  text-align: center;
}
input[type="submit"] {
  color: #ffffff;
  background-color: #ff00ff;
  border-color: #ff00ff;
}
input[type="submit"]:hover {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}

/*** FOOTER ***/
.ast-footer-copyright {
  text-shadow: 0 0 5px rgba(0,0,0,1), 0 0 10px rgba(0,0,0,1);
}
.ast-footer-copyright a:hover {
  color: #ffffffCC;
}



/****** RESPONSIVE ******/

@media (max-width: 1690px) {
}
@media (max-width: 1280px) {
}
@media (max-width: 921px) {
}
@media (max-width: 820px) {
  .elementor-image-gallery .gallery-item img { filter: opacity(100%); }
}
@media (max-width: 480px) {
  .contact-form .contact-row { width: 99%; display: block; }
  .contact-field { width: 98%; }
}
@media (max-width: 360px) { 
  /* iPHONE SE */
  .entry-content h1 { font-size: 24px; }
}
