/**
Theme Name: Eventide Communications
Author: Kyle Borst
Description: Theme for eventidecommunications.com
Version: 1.0.0
Text Domain: eventide-communications
Template: astra
*/

a.menu-link {
  cursor: pointer;
}

.home-button {
  line-height: normal !important;
}

.menu-item-has-children a.menu-link {
  cursor: pointer;
}

.banner-text * {
  color: white;
}

.sub-menu a.menu-link {
  cursor: pointer;
}

.main-header-bar {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.site-footer .widget-title {
  margin-bottom: 0;
  font-size: 25px;
}

.footer-adv-widget-1 {
  height: 180px;
}

.ast-small-footer > .ast-footer-overlay {
  background-color: #141c2b;
  color: white;
  border: none;
}

.footer-adv-overlay {
  background-color: #141c2b;
  margin-bottom: -80px;
}

.footer-adv-overlay > .ast-container {
  width: 80%;
}

.site-footer .widget-title,
.site-footer a {
  color: white;
}

a:where(:not(.wp-element-button)) {
  text-decoration: none !important;
  }

.site-footer a:hover {
  color: white;
  text-decoration: none;
}

.site-footer-section-4 img {
  max-width: 100px !important;
  height: auto !important;
}

.widget_nav_menu li {
  margin-top: 5px;
}

.ast-no-widget-row {
  visibility: hidden;
}

.caldera-grid textarea {
  height: 100px;
}

.override-primary-margin {
  margin: -4em 0 0 0;
}

@media (min-width: 1200px) {
  /* .ast-container #primary {
    width: 1170px;
  } */
  .banner-text {
    font-size: 50px;
    width: 65%;
  }
}

@media (min-width: 600px) and (max-width: 1199px) {
  .markets-image > img {
    margin-top: 0 !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .caldera-grid {
    width: 100%;
  }
  /* .ast-container #primary {
    width: 970px;
    margin: 0, 40px, 0, 40px !important;
  } */
}

@media (min-width: 768px) and (max-width: 991px) {
  /* .ast-container #primary {
    width: 750px;
  } */
  .banner-text {
    font-size: 40px;
    width: 75%;
  }
  .caldera-grid {
    width: 100%;
  }
}

@media (min-width: 990px) {
  #product-buttons-div {
    float: right;
    width: 702px;
  }
}

#demo-button {
  padding-left: 40px;
  padding-right: 40px;
}

@media (max-width: 767px) {
  /* .ast-container #primary {
    width: 95%;
  } */

  .banner-text {
    font-size: 30px;
    width: 75%;
  }

  .caldera-grid {
    width: 100%;
  }
}

@media (min-width: 631px) and (max-width: 767px) {
  #product-buttons-div a {
    font-size: 18px !important;
  }
}

.ast-container #primary {
  margin-left: auto;
  margin-right: auto;
  float: unset;
  margin-bottom: 0;
  margin-top: 0;
  word-wrap: break-word !important;
}

.banner-container {
  width: 100%;
  min-height: 375px;
  background-size: cover;
  background-position: center;
  position: relative;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: white;
  overflow: hidden;
}

.banner-container.half-height {
  min-height: 250px;
}

.banner-image {
  height: 100%;
  width: 100%;
}

.banner-image.faded {
  filter: brightness(50%);
}

.banner-text.center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.button-container {
  position: relative;
  margin-bottom: 15px;
  margin-top: 15px;
}

#pdf-button {
  margin-left: -15px;
}

@media (max-width: 544px) {
  .banner-text h1 {
    font-size: 20px;
  }
  .banner-text h3 {
    font-size: 16px;
  }
}

#post-title {
  padding-left: 0;
}

#header_container {
  margin-left: 0;
}

#account-update-result {
  margin-top: 10px;
}

.markets-row > .wp-block-column {
  margin-inline: auto;
  max-width: 367px;
  margin-bottom: 30px;
  background-color: white;
  box-shadow: 0 30px 40px 0 rgba(35, 35, 35, 0.1);
  transition: box-shadow 0.4s ease-in-out;
}

.markets-row > .wp-block-column:hover {
  box-shadow: 0 30px 40px 0 rgba(35, 35, 35, 0.2);
  transition: box-shadow 0.4s ease-in-out;
}

.wp-block-columns.markets-row {
  margin-bottom: 0;
}

.markets-row > .wp-block-column figcaption {
  text-align: center;
  font-size: 20px;
}

.markets-image {
  margin: auto;
}

.markets-image > img {
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.software-image {
  margin: auto;
}

.software-image > img {
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.markets-row p {
  margin: auto;
  width: inherit;
  padding: 0 30px 15px 30px;
  padding-bottom: 15px;
}

.evt-background-image {
  margin-top: -150px;
  width: 100%;
  background-size: cover;
  filter: brightness(0.8);
}

.evt-background-image-container {
  overflow: hidden;
  max-height: 500px;
  left: 0;
  z-index: -1;
}

.background-image-position-container {
  z-index: -1;
  position: relative;
}

.ast-logo-title-inline .site-logo-img {
  padding-right: 0em;
}

.menu-link {
  font-size: 15px;
}

.full-width {
  width: 100vw !important;
  position: relative;
  left: calc(-50vw + 50%);
  margin-left: 0 !important;
  margin-right: 0 !important;
}

figure.das-usa-footer {
  margin-bottom: 0;
}

#product-buttons-div.row {
  margin-left: 0;
  margin-right: 0;
}


@media (max-width: 640px) {
  .text-intro-block {
    font-size: 16px !important;
  }
}

input#country,
select#country,
input#state,
select#state,
input#city,
select#city {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
}

#login-form-card,
#reset-form-card,
#register-form-card {
  margin: auto;
  padding: 30px;
}

#login-title,
#reset-title {
  width: fit-content;
  height: fit-content;
}

#login-title h4,
#reset-title h4 {
  width: fit-content;
}

.login-form-buttons {
  padding-left: 20px;
  padding-right: 20px;
  transition: opacity 0.25s ease-in-out;
}

.login-form-buttons:hover,
.login-form-buttons:focus {
  background-color: #0274be;
}

.login-form-buttons:disabled {
  opacity: 0.5;
}

#alternate-links {
  width: fit-content;
  margin: auto;
  margin-top: 10px;
  margin-bottom: 41px;
  text-align: center;
}

#login-error {
  color: #721c24;
  width: fit-content;
  margin: auto;
  background-color: #f8d7da;
  padding: 5px;
  padding-left: 10px;
  padding-right: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #f5c6cb;
  border-radius: 0.25em;
  margin-top: -15px;
  margin-bottom: -5px;
}

#reset-send-success {
  text-align: center;
  padding: 9px;
  margin-bottom: -10px;
  margin-top: -30px;
}

#reset-success {
  text-align: center;
  padding: 9px;
  margin-bottom: 10px;
  margin-top: -30px;
}

#login-form-card input#remember_me {
  width: 16px;
  height: 16px;
}

.members-access-error {
  margin: auto;
  width: max-content;
  margin-bottom: 100px;
  margin-top: 50px;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 20px;
  padding-right: 20px;
  border: 1px solid rgba(0,0,0,.125);
}

#alternate-links a {
  color: black;
}

#alternate-links a:hover {
  cursor: pointer;
  text-decoration: underline;
}

#register-form-card #firstName {
  margin-right: 15px;
}

#remember-me-div {
  padding-left: 0;
  margin-bottom: 15px;
}

.form-div {
  width: 100%;
}

.links-banner {
  margin-bottom: 0 !important;
}

@media print {
  #primary {
    font-size: 20px;
    margin-top: 20px;
    margin-left: 40px !important;
    width: 93% !important;
  }

  footer {
    display: none;
  }

  .button-container {
    display: none;
  }

  #post-title {
    margin-bottom: 10px;
  }

  .site-logo-img img {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
  }

  .site-header-primary-section-right {
    display: none;
  }
}

.arconix-faq-wrap {
  background: unset !important;
  border: unset !important;
}

.arconix-faq-title {
  background: url("./images/down-caret.svg") no-repeat !important;
  font-size: 20px !important;
}

.arconix-faq-title.faq-open {
  background: url("./images/up-caret.svg") no-repeat !important;
}

.collapseomatic {
  background-image: url("./images/down-caret.svg") !important;
}

.colomat-close {
  background-image: url("./images/up-caret.svg") !important;
}

.fasc-type-flat:hover {
  background-image: unset !important;
}

.blank-column {
  visibility: hidden;
}

@media (min-width: 600px) {
  .browser-device-flexibility-block .wp-block-columns {
    padding: 0% 33%;
  }
}

.sub-menu .menu-link {
  font-size: 14px;
}

a.pr-link:hover {
  text-decoration: none;
}

input[type="button"]:focus {
  background-color: #0274be;
}

.application-note-icon :before {
  font-size: 45px;
  line-height: 1;
}

.application-note {
  margin-bottom: 10px;
}

#application-note-grid {
  margin-left: 1em;
}

#application-notes-page-title {
  text-align: center;
  margin-bottom: 40px;
}

.what-we-offer {
  margin-bottom: 0 !important;
}

.pr-link *:hover {
  color: #0274be;
  transition: color 0.2s ease-in-out;
}

.pr-link * {
  margin-bottom: 1em;
}

.site-primary-footer-inner-wrap {
  align-items: start !important;
}

.site-footer-section-1,
.site-footer-section-2 {
  display: block !important;
}

.main-header-menu .sub-menu .menu-link {
  padding: 0.7em 1em;
}

.caldera-grid ul.cf2-list-files .cf2-file-listed .cf2-file-extra-data {
  margin-top: -25px !important;
}

.inline {
  display: inline;
}

.logout-button {
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  color: #1f1f1f;
  background: none;
  padding: 1em;
  font-style: inherit;
}

.logout-button:hover {
  background: none;
  outline: none;
  color: inherit;
}

.logout-button:focus {
  background: none;
  outline: none;
}

.product-menu-items {
  color: #fff;
  font-size: 17px;
  padding-right: 0px;
  padding-left: 0px;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}

.product-menu-items:hover {
  color: #fff;
  font-weight: 700;
  cursor: pointer;
}

#header_container {
  background-color: #4b4f58;
  margin-left: 0px;
  margin-right: 0px;
}

#header_container.fixed {
  position: fixed;
  top: 0;
  z-index: 10;
  width: 100vw;
}

#header_container.fixed-mobile {
  position: fixed;
  bottom: 0;
  z-index: 9999;
  width: 100vw;
}

.header_wrap {
  margin: auto;
}

a.button-container {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

a.button-container:hover {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.is-style-gapless {
  gap: 0 !important;
}

.no-margin {
  margin: 0 !important;
}

.designed-assembled-supported {
  padding: 2em;
  text-align: center;
}

.designed-assembled-supported * {
  margin: auto;
  color: #fff
}

.designed-assembled-supported p {
  margin-bottom: 0;
}

.wp-block-buttons.is-content-justification-center {
  text-align: center;
}