/*borders off:*/
body {
  background-color: white !important;
}
/*body class*/
.home {
  padding: 0 !important;
}
/*=masthead*/
.main-header-bar {
  background-color: beige;
  background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(0, 169, 255, 1) 0%, rgba(145, 132, 252, 1) 100%, rgba(249, 249, 249, 1) 100%);
}
/*=logo*/
.site-branding {
  margin: 0 auto;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}
.ast-logo-title-inline .site-logo-img {
  padding-right: 0;
}
/*content containers*/
.ast-container {
  max-width: 1200px;
  border: none;
}
/*=content*/
/*main content wrapper*/
.ast-separate-container #primary, .ast-separate-container.ast-left-sidebar #primary, .ast-separate-container.ast-right-sidebar #primary {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  border: none;
}
/*main content container*/
.ast-separate-container .ast-article-post, .ast-separate-container .ast-article-single {
  padding: 0 !important;
  padding: 2rem !important;
  border: none;
}
.content-block {
  border: none;
  width: 950px !important;
  margin: 0 auto !important;
}
.content-block img {
  border: none;
  width: 75% !important;
  width: 85% !important;
  display: block !important;
  margin: 0 auto !important;
  box-shadow: 5px 5px 5px #bbb;
}
.wp-block-media-text__media img {
  margin-bottom: 1rem !important;
}
/*text content*/
.box {
  display: inline-block;
  text-align: center;
  border: none;
  padding: 0.5rem;
}
.box {
  width: 100%;
}
h1, h2, h3 {
  border: none;
}
h1 {
  color: #00a9ff !important;
  font-size: 2rem !important;
  letter-spacing: -0.0035em;
}
.entry-content h1 {
  margin-bottom: 0.5rem !important;
}
h3 {
  color: black !important;
}
.box p {
  margin-bottom: 0.5rem;
}
.box p span {
  color: black;
  font-weight: bold;
}
/*audio player*/
.audio-player {
  border: none;
  text-align: center;
  margin-top: 0.5rem;
}
.audio-player figcaption {
  font-size: 0.7rem;
  line-height: 150%;
  color: gray;
  text-transform: uppercase;
}
.promotional p {
  margin-top: 3rem;
}
/*=footer*/
footer {
  border-top: 1px solid #eee;
}
.ast-footer-overlay {
  background: none;
  border: none;
  color: gray;
}
.ast-small-footer-wrap {
  font-size: 0.7rem;
  letter-spacing: 3px;
  font-weight: normal;
  text-transform: uppercase;
  color: #bbb !important;
}
.ast-small-footer {
  border-top: 0;
}
.ast-small-footer a {
  color: #bbb;
}
.ast-small-footer a:hover {
  color: #00a9ff;
}
/*=======================================================================*/
/*=mobile styles*/
/*tablet specific*/
@media only screen and (min-device-width: 544px) and (max-width: 921px) {
  /*tablet specific*/
}
/*don't touch*/
/*smartphone specific*/
@media only screen and (min-device-width: 320px) and (max-width: 544px) {
  /*mobile specific*/
}
/*don't touch*/
/*=======================================================================*/
@media only screen and (min-device-width: 320px) and (max-width: 921px) {
  /*mobile logo - centered*/
  /*main content wrapper*/
  /*main content container*/
  /*image*/
  /*=flex styles:*/
  .ast-container {
    max-width: 100% !important;
  }
  .site-logo-img {
    margin: 0 auto !important;
    width: 50% !important;
    border: none;
  }
  .ast-header-break-point .ast-mobile-header-inline .site-branding {
    text-align: center;
  }
  .ast-header-break-point .header-main-layout-1 .site-branding {
    padding-right: 0 !important;
  }
  .ast-site-identity {
    padding-right: 0 !important;
    border: none;
  }
  .ast-separate-container #primary, .ast-separate-container.ast-left-sidebar #primary, .ast-separate-container.ast-right-sidebar #primary {
    padding: 0 !important;
  }
  .ast-separate-container .ast-article-post, .ast-separate-container .ast-article-single {
    padding: 0 !important;
  }
  .content-block {
    width: 100% !important;
    overflow: hidden;
  }
  .entry-content {
    border: none;
    padding: 0.25rem;
    padding: 1rem;
  }
  .wp-block-media-text__media {
    border: none;
    margin-bottom: 1rem;
  }
  .wp-block-media-text__media img {
    margin-bottom: 1rem !important;
  }
  .wp-block-media-text__content {
    border: none;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .wp-block-media-text .wp-block-media-text__content {
    padding: 0;
  }
  .wp-block-audio {
    border: none;
    order: 1;
  }
  .audio-player figcaption {
    text-transform: none;
  }
  .text-container {
    border: none;
    order: 2;
  }
  .text-container h1 {
    margin-bottom: 0.5rem;
    margin-top: 1rem;
  }
  .text-container p {
    border: none;
    width: 80%;
    margin: 0 auto;
    line-height: 150%;
  }
  .promotional {
    order: 3;
  }
  .promotional p {
    border: none;
    margin-top: 1rem;
  }
  footer .bar {
    display: none;
  }
}
/*don't touch*/
