/*** STICKY ***/
.site-main {
  margin-top: 75px;
}
.main-header-bar, .site-header {
  position: fixed;
  width: 100%;
}

/*** NAVI ***/
.ast-logo-title-inline .site-logo-img {
  padding-right: 0em;
}

.ast-desktop .ast-menu-hover-style-underline > .menu-item > .menu-link::before, .ast-desktop .ast-menu-hover-style-overline > .menu-item > .menu-link::before {
  content: "";
  position: absolute;
  width: 100%;
  right: 50%;
  height: 5px;
  background-color: transparent;
  transform: scale(0,0) translate(-50%,0);
  transition: transform .3s ease-in-out,color .0s ease-in-out;
}

.site-header-section .fa, .site-header-section .fas {
  margin-right: 5px;
  margin-left: 15px;
}

/*** HEADINGS ***/
.entry-content h1, .entry-content h2 {
  margin-bottom: 0px;
}

.tilt-html {
  text-align: center;
  padding: 10px 0px;
  background-color: #e96319;
  box-shadow: 1px 5px 10px 0px #666666;
}
.tilt-html h1 span {
  line-height: 1.2em;
  color: #ffffff;
}
.tilt-html h2 span {
  color: #ffffff;
}

/*** START-TILES ***/
.wpr-flip-box-item.wpr-flip-box-front .wpr-flip-box-overlay {
  background-image: linear-gradient(to top, #ea641b 18%, transparent 10%);
}
.wpr-flip-box-back .wpr-flip-box-description {
  margin-bottom: 0px !important;
}
.ht-team .wpr-flip-box-item.wpr-flip-box-front .wpr-flip-box-overlay {
  background-image: none;
}
.ht-team .wpr-flip-box-back .wpr-flip-box-description {
  margin-bottom: 0px;
}

/*** TEAM ***/
.team-list a {
  text-decoration: none !important;
}
.team-list a:hover {
  text-decoration: none !important;
  color: #ea641b !important;
}


/*** CONTACT ***/
.contact-form .contact-row {
  width: 99%;
  display: flex;
}
.contact-field {
  width: 49%;
}
.contact-drop {
  width: 100%;
}
.wpcf7 select, .wpcf7 textarea {
  width: 96%;
  background: none;
  border: none;
  border-bottom: 3px solid #8a4433;
}
.wpcf7 textarea {
  height: 250px;
}
.consent {
  font-size: 14px;
  margin: 20px 0px;
}
.wpcf7 input:not([type="submit"]) {
  width: 95%;
  background: none;
  border: none;
  border-bottom: 3px solid #8a4433;
  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;
}
.send-button {
  text-align: center;
}
input[type="submit"] {
  font-weight: 700;
  color: #8a4433;
  background-color: #faca12;
  border: solid 2px #8a4433;
}
input[type="submit"]:hover {
  font-weight: 700;
  color: #ffffff;
  background-color: #8a4433;
  border: solid 2px #8a4433;
}

/*** FOOTER ***/
.widget {
  text-align: left;
  margin: 0 0 25px 0;
}
.site-footer .fa, .site-footer .fas {
  margin-right: 10px;
}
.site-footer .wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) img {
  height: auto;
  width: 100px;
}
.wp-block-image.size-full {
  max-width: 100px;
  margin: 10px 10px;
}
.wp-block-gallery {
  margin-bottom: 0em;
}


/****** RESPONSIVE ******/

@media (max-width: 1690px) {
}
@media (max-width: 1280px) {
}
@media (max-width: 921px) {
  .site-main { margin-top: 0px; }
  /*.wp-block-themepunch-revslider { margin-top: 135px; }*/
}
@media (max-width: 820px) {
  .main-header-bar, .site-header { position: relative; width: 100%; }
  
  .widget { margin: 0 0 0 4em; }
  #block-5.widget { margin: 0 0 0 0; }
}
@media (max-width: 550px) {
  .widget { margin: 0 0 0 2em; }
  #block-5.widget { margin: 0 0 0 2em; }
}
@media (max-width: 480px) {
  .ast-header-button-1[data-section*="section-hb-button-"] .ast-builder-button-wrap .ast-custom-button { text-align: center; }
  
  .tilt-html h1 span { font-size: 22px; padding: 10px 10px; }
  .tilt-html h2 span { font-size: 20px; padding: 10px 10px; }
  
  .contact-form .contact-row { width: 99%; display: block; }
  .contact-field { width: 98%; }
}
