/*!
    Theme Name: Enfold Child
    Theme URI: http://www.kriesi.at/themes/enfold/
    Template: enfold
    Author: Kriesi
    Author URI: https://kriesi.at
    Description: A superflexible and responsive Business Theme by Kriesi - Update notifications available on Facebook and via newsletter: - Join the Facebook Group - Subscribe to our Newsletter
    Version: 6.0.4
    Updated: 2024-09-24
*/
body {
  font-size: 16px;
}

#header_main .av-main-nav a {
  text-transform: uppercase;
  font-size: 18px;
}

.heroContent {
  max-width: 650px;
}

#main {
  background-color: #f2f2f2;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
ul:last-child,
ol:last-child {
  margin-bottom: 0;
}

.avia_textblock li {
  line-height: 1.4rem;
}

#top .av-main-nav ul a {
  font-size: 16px;
}

footer#socket {
  padding: 40px 0;
  font-size: 18px;
  border-top: none;
}

.scrollMoreWrap {
  scroll-margin-top: 20px;
  margin-top: 2rem;
  display: flex;
  justify-content: center;
}
.scrollMoreWrap .scrollMore {
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 0.5rem;
  cursor: pointer;
  transition: 150ms all ease-in;
  border: none;
  background-color: transparent;
  color: #333333;
  font-weight: 600;
}
.scrollMoreWrap .scrollMore:hover {
  color: #293f39;
}

.caption_center .slideshow_inner_caption {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}

.intro-content {
  font-size: 20px;
  max-width: 850px;
  margin: 0 auto;
}

.link-grid-overlay {
  position: relative;
}
.link-grid-overlay > section {
  position: relative;
  z-index: 1;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
.link-grid-overlay::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  visibility: visible;
  transition: 150ms all ease-in;
}
.link-grid-overlay:hover::after {
  background-color: rgba(0, 0, 0, 0.2);
}

.wrapper-section {
  max-width: 1210px;
  margin: 0 auto;
  float: none;
}

.gform_wrapper input,
.gform_wrapper select,
.gform_wrapper textarea {
  border: 1px solid #333333 !important;
  color: #333333 !important;
}
.gform_wrapper button[type=submit] {
  font-size: 1.2rem;
  padding: 0.8rem 3rem;
}

.special_amp {
  color: inherit !important;
  font-family: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
  font-style: inherit !important;
}

.avia-slideshow {
  max-height: 480px;
}
.avia-slideshow .avia-caption-title {
  color: white;
  text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
  .avia-slideshow .avia-caption-title {
    font-size: 2.2rem !important;
  }
}
.avia-slideshow img {
  max-height: 480px;
  object-fit: cover;
  object-position: center;
}

/*# sourceMappingURL=style.css.map */
