/* *****************************************************************

Stylesheet: Main Stylesheet

Here's where the magic happens. Here is where you import
all of your Sass files so they can compile into one
CSS file. 

***************************************************************** */

.mobile-button .wp-block-button__link {
  display: none !important;
}

@media screen and (max-width: 1024px) {
  body.home main {
    grid-column: span 12;
  }

  .mobile-button {
    display: flex;
    align-items: center;
  }

  .mobile-button .wp-block-button__link {
    margin-left: 15px;
    margin-right: 15px;
    padding-left: 30px;
    padding-right: 30px;
    display: flex !important;
  }

  .posts-inner-grid {
    grid: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .posts-inner-grid .flex {
    justify-content: center;
  }

  .post-title h2 {
    text-align: center;
  }
}

body.home .content {
  margin-top: 0;
  width: 100%;
}

.post-sidebar > #terms-popup {
  display: none;
}

.is-style-secondary-link > a.with-icon .link-icon {
  background-color: var(--tertiary-color);
}

hr {
  border-top: none !important;
}

.swiper-button:hover svg {
  transform: none;
}

li, li a {
  align-items: flex-start !important;
  line-height: 1.5;
}

ul li:before {
  margin-top: 8px;
}

.wp-block-quote {
  align-items: start;
}

@media screen and (max-width: 640px) {
  .download-document-inner img {
    margin-right: 0;
  }

  .wp-block-quote {
    align-items: center;
  }
}

.aioseo-breadcrumb,
.aioseo-breadcrumb a {
  font-size: 16px !important;
}

h3, h4, h5, h6 {
  margin-bottom: 5px;
}

li {
  color: var(--body-color);
}

.wp-block-post {
  align-items: center !important;
}

.wp-image-3686 {
  width: 150px;
}

@media screen and (max-width: 640px) {
  .mobile-hidden {
    display: none !important;
  }
}

@media screen and (min-width: 641px) and (max-width: 768px) {
  .sm-tablet-hidden {
    display: none !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .lg-tablet-hidden {
    display: none !important;
  }
}

@media screen and (min-width: 1025px) {
  .desktop-hidden {
    display: none !important;
  }
}

@media (min-width: 1025px) {
  .contact-page-content .gform_wrapper .gform_body .gform_fields .gfield:nth-child(5), .contact-page-content .gform_wrapper .gform_body .gform_fields .gfield:nth-child(6) {
    margin-right: 10px;
  }
}

.video-popup-container .hello-popup-inner {
  height: 100vh;
  width: 100vw;
  max-width: 100vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.5);
}

.video-popup-container .hello-popup-inner .button-container {
  position: absolute;
  right: 30px;
  top: 30px;
}

.video-popup-container .hello-popup-inner .button-container button {
  color: white;
}

@media screen and (max-width: 640px) {
  #terms-popup .inner-modal .hello-popup-inner {
    top: 170px;
  }
}

.play-button a {
  margin-bottom: 0;
}

.gfield.terms-popup .gfield_description {
  display: inline-block !important;
}

.gfield.terms-popup .gfield_description > p {
  display: inline-block;
}

.gfield.terms-popup .gfield_description #terms-popup {
  display: inline !important;
}

.gfield.terms-popup .gfield_description #terms-popup a {
  margin-right: 0;
}

/*# sourceMappingURL=output-child.css.map */