/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/
.fusion-mobile-menu-icons .awb-icon-bars::before {
  display: none !important;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 0 0;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 1;
}
.hamburger.is-active:hover {
  opacity: 1;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: var(--primary_color);
}

.hamburger-box {
  width: 24px;
  height: 20px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 24px;
  height: 4px;
  background-color: var(--primary_color);
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -8px;
}
.hamburger-inner::after {
  bottom: -8px;
}

/*
 * Collapse
 */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse .hamburger-inner::after {
  top: -16px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -8px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

body#tinymce .white-text {
  background-color: #343a40 !important;
}
body .white-text, body#tinymce .white-text {
  color: #fff;
}
body .primary-text, body#tinymce .primary-text {
  color: var(--primary_color);
}
body .secondary-text, body#tinymce .secondary-text {
  color: #194187;
}
body .red-text, body#tinymce .red-text {
  color: #e0004d;
}
body .blue-text, body#tinymce .blue-text {
  color: #194187;
}
body .green-text, body#tinymce .green-text {
  color: #aadb1e;
}
body .big-text, body#tinymce .big-text {
  font-size: 1.25rem;
}
body .small-text, body#tinymce .small-text {
  font-size: 0.875rem;
}
body .text-uppercase, body#tinymce .text-uppercase {
  text-transform: uppercase !important;
}
body .text-lowercase, body#tinymce .text-lowercase {
  text-transform: lowercase !important;
}
body h1 .text-lowercase, body h2 .text-lowercase, body h3 .text-lowercase, body h4 .text-lowercase, body h5 .text-lowercase, body h6 .text-lowercase, body#tinymce h1 .text-lowercase, body#tinymce h2 .text-lowercase, body#tinymce h3 .text-lowercase, body#tinymce h4 .text-lowercase, body#tinymce h5 .text-lowercase, body#tinymce h6 .text-lowercase {
  text-transform: lowercase !important;
}
body #toTop {
  right: 25px !important;
}
body .icon-flex {
  display: -ms-flexbox;
  display: flex;
}
body .icon-flex i {
  padding-top: 0.25rem;
  padding-right: 0.75rem;
}
body .d-none {
  display: none !important;
}
body .d-flex {
  display: flex !important;
}
body .wsp-pages-title {
  display: none;
}
@media (max-width: 800px) {
  body .row-reverse > .fusion-row {
    display: -ms-flexbox;
    display: flex;
    flex-direction: column-reverse;
  }
}
body .fusion-content-boxes .fusion-column {
  margin-bottom: 1rem !important;
}
body .fusion-content-boxes.equal-heights {
  display: flex;
  flex-wrap: wrap;
}
body .fusion-content-boxes.equal-heights > .content-box-column {
  display: flex;
}
body .gmaps-wrapper {
  display: flex;
  flex-grow: 1;
}
body .gmaps-wrapper .BorlabsCookie {
  display: flex;
  width: 100%;
}
body .gmaps-wrapper .BorlabsCookie ._brlbs-content-blocker {
  display: flex;
  width: 100%;
}
body .gmaps-wrapper .BorlabsCookie ._brlbs-content-blocker ._brlbs-google-maps {
  display: flex;
  margin-bottom: 0;
  width: 100%;
}
body .gmaps-wrapper .BorlabsCookie ._brlbs-content-blocker ._brlbs-google-maps ._brlbs-thumbnail {
  object-fit: cover;
  width: 100%;
  z-index: -1;
}
body .embed-responsive {
  position: relative;
  display: flex;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
body .embed-responsive .embed-responsive-item {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
body .fusion-video.fusion-youtube .video-shortcode, body .fusion-video.fusion-vimeo .video-shortcode {
  padding-top: 56.25% !important;
  width: 100%;
  position: relative;
}
body .fusion-video.fusion-youtube .video-shortcode iframe, body .fusion-video.fusion-youtube .video-shortcode .fluid-width-video-wrapper, body .fusion-video.fusion-youtube .video-shortcode .BorlabsCookie, body .fusion-video.fusion-vimeo .video-shortcode iframe, body .fusion-video.fusion-vimeo .video-shortcode .fluid-width-video-wrapper, body .fusion-video.fusion-vimeo .video-shortcode .BorlabsCookie {
  padding-top: 0 !important;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
body.page-template main#main {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
body a.borlabs-cookie-preference {
  margin-bottom: 2rem;
}
body .wpostahs-fusion-flex.fusion-flex-container {
  flex-direction: row;
}
body .wpostahs-slider .wpostahs-slider-nav-title .wpostahs-main-title {
  color: #fff;
  background: var(--primary_color);
}
body .wpostahs-slider .wpostahs-slider-nav-title.slick-current .wpostahs-main-title {
  background: #194187;
  color: #fff;
}
body .wpostahs-slider .wpostahs-slider-nav-title.slick-current .wpostahs-main-title::before {
  border-top-color: #194187;
}
body .wpostahs-slider .wpostahs-slider-nav-title.slick-current .wpostahs-main-title::after {
  border-top-color: #194187;
}
body .awb-carousel img {
  border-radius: 6px 6px 60px 6px !important;
}
body .fusion-post-grid .fusion-image-wrapper {
  padding-bottom: 100%;
}
body .fusion-post-grid .fusion-image-wrapper img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.fusion-page-title-bar {
  position: relative;
}
.fusion-page-title-bar .fusion-page-title-secondary {
  text-align: left !important;
}
.fusion-page-title-bar .fusion-page-title-wrapper {
  position: static;
}
.fusion-page-title-bar .fusion-page-title-wrapper .fusion-page-title-secondary {
  position: absolute;
  bottom: -1rem;
  z-index: 20;
  width: calc(100% - 60px);
  max-width: var(--site_width);
  transform: translate(-50%, 100%);
  left: 50%;
}
.fusion-page-title-bar .fusion-page-title-wrapper .fusion-page-title-secondary .fusion-breadcrumbs {
  text-align: left;
}

.fusion-footer footer#footer .fusion-copyright-notice,
.fusion-footer footer#footer div[class^=menu] {
  width: 100%;
  text-align: center;
  display: block;
}
@media (min-width: 800px) {
  .fusion-footer footer#footer .fusion-copyright-content {
    display: block;
  }
  .fusion-footer footer#footer .fusion-copyright-notice {
    width: 40%;
    float: left;
    text-align: left;
    display: inline;
  }
  .fusion-footer footer#footer div[class^=menu] {
    width: 60%;
    float: right;
    text-align: right;
    display: inline;
  }
}
.fusion-footer footer#footer div[class^=menu] ul {
  margin: 0;
  padding: 0;
}
.fusion-footer footer#footer div[class^=menu] ul li {
  border: none;
  list-style: none;
  vertical-align: top;
  display: inline-block;
  margin: 0 5px;
}
.fusion-footer footer#footer div[class^=menu] ul li:last-child {
  margin-right: 0;
}
@media (min-width: 1024px) {
  .fusion-footer footer#footer div[class^=menu] ul li:not(:first-child)::before {
    content: "|";
    padding-right: 16px;
  }
}
form.wpcf7-form label.mandatory::after {
  content: " *";
  color: var(--primary_color);
}

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