/*
Theme Name: LYV
Theme URI: 
Author: The Marketing Blender
Author URI: 
Description: LYV
Requires at least: 6.8
Tested up to: 6.8
Requires PHP: 5.7
Version: 
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: lyv
Tags: 
*/
.hero,
.editor-styles-wrapper .hero {
  position: relative;
}
@media (max-width: 768px) {
  .hero,
  .editor-styles-wrapper .hero {
    overflow: hidden;
  }
}
.hero .hero-bg-image,
.editor-styles-wrapper .hero .hero-bg-image {
  padding: 0;
  align-items: flex-end;
  margin-top: 0;
}
.hero .hero-image,
.editor-styles-wrapper .hero .hero-image {
  margin: 100px 0;
}
@media (max-width: 1280px) {
  .hero .hero-image,
  .editor-styles-wrapper .hero .hero-image {
    margin: 100px 0 0;
    max-width: 400px;
  }
}
@media (max-width: 430px) {
  .hero .hero-image,
  .editor-styles-wrapper .hero .hero-image {
    display: none;
  }
}
.hero .hero-heading,
.editor-styles-wrapper .hero .hero-heading {
  position: absolute;
  top: 200px;
  font-size: 55px;
  color: #1a437d;
  z-index: 9;
  text-align: center;
  text-wrap: pretty;
  padding: 0 20px;
}
@media (max-width: 1280px) {
  .hero .hero-heading,
  .editor-styles-wrapper .hero .hero-heading {
    left: 0;
    padding-left: 20px;
  }
}
@media (max-width: 768px) {
  .hero .hero-heading,
  .editor-styles-wrapper .hero .hero-heading {
    text-align: center;
    width: 100%;
    padding: 0;
  }
}
@media (max-width: 430px) {
  .hero .hero-heading,
  .editor-styles-wrapper .hero .hero-heading {
    font-size: 30px;
  }
}
.hero .hero-text,
.editor-styles-wrapper .hero .hero-text {
  width: 100%;
  background: rgba(255, 255, 255, 0.5);
  padding: 40px 150px;
}
@media (max-width: 1280px) {
  .hero .hero-text,
  .editor-styles-wrapper .hero .hero-text {
    padding: 30px;
  }
}
@media (max-width: 430px) {
  .hero .hero-text,
  .editor-styles-wrapper .hero .hero-text {
    background: #1a437d;
    padding: 10px;
  }
}
.hero .hero-text p,
.editor-styles-wrapper .hero .hero-text p {
  color: #1a437d;
  font-size: 25px;
  font-weight: 600;
  text-wrap: pretty;
  margin: 0 0 10px 0;
}
@media (max-width: 1280px) {
  .hero .hero-text p,
  .editor-styles-wrapper .hero .hero-text p {
    line-height: 1.2em;
  }
}
@media (max-width: 430px) {
  .hero .hero-text p,
  .editor-styles-wrapper .hero .hero-text p {
    color: #fff;
    font-size: 17px;
  }
}
.hero .inner-block {
  max-width: 100% !important;
}

.section-intro,
.editor-styles-wrapper .section-intro {
  padding: 40px 100px;
}
@media (max-width: 1280px) {
  .section-intro,
  .editor-styles-wrapper .section-intro {
    padding: 40px 20px;
  }
}
@media (max-width: 768px) {
  .section-intro,
  .editor-styles-wrapper .section-intro {
    padding: 20px;
  }
}
.section-intro .section-intro-header,
.editor-styles-wrapper .section-intro .section-intro-header {
  background: url(assets/images/bg_flourish.png) no-repeat left top;
  background-size: 90px;
  padding: 45px 0 10px 45px;
}
@media (max-width: 430px) {
  .section-intro .section-intro-header,
  .editor-styles-wrapper .section-intro .section-intro-header {
    padding: 0 0 40px;
    background: url(assets/images/bg_horizontal_bars.png) no-repeat left bottom;
  }
}
.section-intro .section-intro-paragraph,
.editor-styles-wrapper .section-intro .section-intro-paragraph {
  padding: 0 0 0 45px;
}
@media (max-width: 430px) {
  .section-intro .section-intro-paragraph,
  .editor-styles-wrapper .section-intro .section-intro-paragraph {
    padding: 0;
  }
}
.section-intro .section-intro-group,
.editor-styles-wrapper .section-intro .section-intro-group {
  padding: 0 0 0 45px;
}
@media (max-width: 430px) {
  .section-intro .section-intro-group,
  .editor-styles-wrapper .section-intro .section-intro-group {
    padding: 0;
  }
}

.section-intro-special,
.editor-styles-wrapper .section-intro-special {
  padding: 40px 100px;
  margin-top: 40px;
  background: url(assets/images/bg_gold_foil.jpg) no-repeat center center;
  background-size: cover;
}
@media (max-width: 1280px) {
  .section-intro-special,
  .editor-styles-wrapper .section-intro-special {
    padding: 40px 20px;
  }
}
@media (max-width: 768px) {
  .section-intro-special,
  .editor-styles-wrapper .section-intro-special {
    padding: 20px;
  }
}
.section-intro-special .section-intro-special-row,
.editor-styles-wrapper .section-intro-special .section-intro-special-row {
  gap: 40px;
  align-items: flex-end;
}
.section-intro-special .section-intro-special-group h3,
.editor-styles-wrapper .section-intro-special .section-intro-special-group h3 {
  margin-top: 10px;
  font-size: 30px;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 400;
}
.section-intro-special .section-intro-special-icon,
.editor-styles-wrapper .section-intro-special .section-intro-special-icon {
  padding-bottom: 10px;
}
@media (max-width: 430px) {
  .section-intro-special .section-intro-special-icon,
  .editor-styles-wrapper .section-intro-special .section-intro-special-icon {
    display: none;
  }
}
@media (max-width: 430px) {
  .section-intro-special .section-intro-special-header,
  .editor-styles-wrapper .section-intro-special .section-intro-special-header {
    font-size: 35px;
  }
}
.section-intro-special--only-heading .section-intro-special-row,
.editor-styles-wrapper .section-intro-special--only-heading .section-intro-special-row {
  align-items: center;
}
.section-intro-special--bg-blue,
.editor-styles-wrapper .section-intro-special--bg-blue {
  background: url(assets/images/bg_footer.jpg) no-repeat center center;
  background-size: cover;
}
.section-intro-special--bg-blue h2,
.editor-styles-wrapper .section-intro-special--bg-blue h2 {
  color: #fff;
}

.section-cta,
.editor-styles-wrapper .section-cta {
  padding: 40px 100px 40px 145px;
  margin-top: 40px;
  background: url(assets/images/bg_gold_foil.jpg) no-repeat center center;
  background-size: cover;
}
@media (max-width: 1024px) {
  .section-cta,
  .editor-styles-wrapper .section-cta {
    padding: 40px 50px 40px 95px;
  }
}
@media (max-width: 768px) {
  .section-cta,
  .editor-styles-wrapper .section-cta {
    padding: 20px;
  }
}
.section-cta .section-cta-header,
.editor-styles-wrapper .section-cta .section-cta-header {
  padding-right: 500px;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 1024px) {
  .section-cta .section-cta-header,
  .editor-styles-wrapper .section-cta .section-cta-header {
    padding-right: 0;
  }
}
.section-cta .section-cta-paragraph,
.editor-styles-wrapper .section-cta .section-cta-paragraph {
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  max-width: 800px;
  margin: 0 auto;
}
.section-cta .section-cta-buttons,
.editor-styles-wrapper .section-cta .section-cta-buttons {
  justify-content: center;
}
.section-cta .section-cta-button,
.editor-styles-wrapper .section-cta .section-cta-button {
  padding: 3px;
}
.section-cta .section-cta-button a,
.editor-styles-wrapper .section-cta .section-cta-button a {
  border: none;
}

.services-section,
.editor-styles-wrapper .services-section {
  margin: 40px 100px;
}
@media (max-width: 1280px) {
  .services-section,
  .editor-styles-wrapper .services-section {
    padding: 40px 20px;
  }
}
@media (max-width: 768px) {
  .services-section,
  .editor-styles-wrapper .services-section {
    margin: 20px;
  }
}
.services-section .wp-block-query,
.editor-styles-wrapper .services-section .wp-block-query {
  background: url(assets/images/bg_services_bars.png) no-repeat left top;
  background-size: 20px;
  padding: 0 100px;
}
.services-section .wp-block-query, .editor-styles-wrapper .services-section .wp-block-query,
.editor-styles-wrapper .services-section .wp-block-query, .editor-styles-wrapper .services-section .wp-block-query {
  max-width: 1200px !important;
  margin: 0 auto;
}
@media (max-width: 1280px) {
  .services-section .wp-block-query,
  .editor-styles-wrapper .services-section .wp-block-query {
    padding: 0 50px;
  }
}
@media (max-width: 430px) {
  .services-section .wp-block-query,
  .editor-styles-wrapper .services-section .wp-block-query {
    padding: 0;
    background: none;
  }
}
.services-section--vitality .wp-block-query,
.editor-styles-wrapper .services-section--vitality .wp-block-query {
  background: none;
  padding: 0;
}

.services-gallery-heading,
.editor-styles-wrapper .services-gallery-heading {
  margin: 0 0 40px 0;
}
.services-gallery-heading h3,
.editor-styles-wrapper .services-gallery-heading h3 {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 400;
}

.services-gallery,
.editor-styles-wrapper .services-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 80px;
  width: 100%;
  justify-content: space-evenly;
}
@media (max-width: 1280px) {
  .services-gallery,
  .editor-styles-wrapper .services-gallery {
    gap: 40px;
  }
}
.services-gallery li,
.editor-styles-wrapper .services-gallery li {
  max-width: 290px;
  margin: 0;
  position: relative;
}
@media (max-width: 430px) {
  .services-gallery li,
  .editor-styles-wrapper .services-gallery li {
    max-width: 100%;
  }
}
.services-gallery li .service-gallery-item-image,
.editor-styles-wrapper .services-gallery li .service-gallery-item-image {
  position: relative;
}
.services-gallery li .service-gallery-item-image a,
.editor-styles-wrapper .services-gallery li .service-gallery-item-image a {
  display: block;
}
.services-gallery li .service-gallery-item-image img,
.editor-styles-wrapper .services-gallery li .service-gallery-item-image img {
  max-width: 290px;
}
@media (max-width: 430px) {
  .services-gallery li .service-gallery-item-image img,
  .editor-styles-wrapper .services-gallery li .service-gallery-item-image img {
    max-width: 100%;
  }
}
.services-gallery li .service-gallery-item-image .service-gallery-item-title,
.editor-styles-wrapper .services-gallery li .service-gallery-item-image .service-gallery-item-title {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.7);
  text-align: center;
  margin: 0;
  height: 60px;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  transition: all 0.3s ease;
}
.services-gallery li .service-gallery-item-image .service-gallery-item-title h2,
.editor-styles-wrapper .services-gallery li .service-gallery-item-image .service-gallery-item-title h2 {
  font-size: 18px;
  font-family: 'Nunito Sans', sans-serif;
  color: #1a437d;
  margin: 0;
  font-weight: 600;
  text-wrap: balance;
  line-height: 1.2em;
}
.services-gallery li .service-gallery-item-image .service-gallery-item-title h2 a,
.editor-styles-wrapper .services-gallery li .service-gallery-item-image .service-gallery-item-title h2 a {
  padding: 20px 10px;
}
.services-gallery li .service-gallery-item-description,
.editor-styles-wrapper .services-gallery li .service-gallery-item-description {
  margin-top: 15px;
}
.services-gallery li .service-gallery-item-description p,
.editor-styles-wrapper .services-gallery li .service-gallery-item-description p {
  font-size: 16px;
  color: #1a437d;
  margin: 0;
  text-align: center;
}
.services-gallery .wp-block-post:hover .service-gallery-item-title,
.editor-styles-wrapper .services-gallery .wp-block-post:hover .service-gallery-item-title {
  background: #1a437d;
}
.services-gallery .wp-block-post:hover .service-gallery-item-title h2 a,
.editor-styles-wrapper .services-gallery .wp-block-post:hover .service-gallery-item-title h2 a {
  color: #fff;
}

.services-section--vitality ul.services-post-template,
.editor-styles-wrapper .services-section--vitality ul.services-post-template {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  text-align: center;
  width: 100%;
  gap: 40px;
  justify-content: space-evenly;
}
@media (max-width: 430px) {
  .services-section--vitality ul.services-post-template,
  .editor-styles-wrapper .services-section--vitality ul.services-post-template {
    gap: 0;
  }
}
.services-section--vitality ul.services-post-template li,
.editor-styles-wrapper .services-section--vitality ul.services-post-template li {
  width: 40%;
}
@media (max-width: 430px) {
  .services-section--vitality ul.services-post-template li,
  .editor-styles-wrapper .services-section--vitality ul.services-post-template li {
    width: 100%;
  }
}
.services-section--vitality ul.services-post-template li h2.service-gallery-item-title,
.editor-styles-wrapper .services-section--vitality ul.services-post-template li h2.service-gallery-item-title {
  font-size: 24px;
  margin: 0;
  font-weight: 600;
  text-wrap: balance;
  line-height: 1.2em;
}
.services-section--vitality ul.services-post-template li p,
.editor-styles-wrapper .services-section--vitality ul.services-post-template li p {
  margin-top: 0;
  font-size: 18px;
  color: #1a437d;
  margin: 0;
  text-align: center;
}
.services-section--vitality ul.services-post-template li:nth-child(4n+1) h2.service-gallery-item-title, .services-section--vitality ul.services-post-template li:nth-child(4n+2) h2.service-gallery-item-title,
.editor-styles-wrapper .services-section--vitality ul.services-post-template li:nth-child(4n+1) h2.service-gallery-item-title,
.editor-styles-wrapper .services-section--vitality ul.services-post-template li:nth-child(4n+2) h2.service-gallery-item-title {
  color: #e07779;
}
.services-section--vitality ul.services-post-template li:nth-child(4n+3) h2.service-gallery-item-title, .services-section--vitality ul.services-post-template li:nth-child(4n+4) h2.service-gallery-item-title,
.editor-styles-wrapper .services-section--vitality ul.services-post-template li:nth-child(4n+3) h2.service-gallery-item-title,
.editor-styles-wrapper .services-section--vitality ul.services-post-template li:nth-child(4n+4) h2.service-gallery-item-title {
  color: #e9b741;
}

.photo-grid-row,
.editor-styles-wrapper .photo-grid-row {
  gap: 0;
  margin-top: 80px;
}
@media (max-width: 768px) {
  .photo-grid-row:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-basis: 33.33333333333333% !important;
  }
}
@media (max-width: 430px) {
  .photo-grid-row:not(.is-not-stacked-on-mobile) > .wp-block-column:not(:first-child) {
    display: none;
  }
}

.list-items,
.editor-styles-wrapper .list-items {
  padding: 40px 0;
}
@media (max-width: 430px) {
  .list-items,
  .editor-styles-wrapper .list-items {
    padding: 20px;
  }
}
.list-items, .editor-styles-wrapper .list-items,
.editor-styles-wrapper .list-items, .editor-styles-wrapper .list-items {
  max-width: 1200px !important;
  margin: 0 auto;
}
.list-items .list-items-heading,
.editor-styles-wrapper .list-items .list-items-heading {
  margin-bottom: 40px;
}
.list-items .list-items-row,
.editor-styles-wrapper .list-items .list-items-row {
  background: url(assets/images/bg_list_items.png) no-repeat 100px top;
  background-size: 40px;
  padding: 0 0 0 100px;
}
@media (max-width: 768px) {
  .list-items .list-items-row,
  .editor-styles-wrapper .list-items .list-items-row {
    padding: 0 20px;
    background-position: 20px top;
  }
}
@media (max-width: 430px) {
  .list-items .list-items-row,
  .editor-styles-wrapper .list-items .list-items-row {
    flex-direction: column;
  }
}
@media (max-width: 430px) {
  .list-items .list-items-row,
  .editor-styles-wrapper .list-items .list-items-row {
    background: none;
    padding: 0;
  }
}
.list-items .list-items-row ul,
.editor-styles-wrapper .list-items .list-items-row ul {
  list-style: none;
  padding: 0 0 0 80px;
}
@media (max-width: 430px) {
  .list-items .list-items-row ul,
  .editor-styles-wrapper .list-items .list-items-row ul {
    padding: 0;
  }
}
.list-items .list-items-row li,
.editor-styles-wrapper .list-items .list-items-row li {
  font-size: 28px;
  margin-bottom: 20px;
}
.list-items .list-items-row li:nth-child(even),
.editor-styles-wrapper .list-items .list-items-row li:nth-child(even) {
  color: #e07779;
}
.list-items .list-items-row img,
.editor-styles-wrapper .list-items .list-items-row img {
  max-width: 250px;
}
@media (max-width: 430px) {
  .list-items .list-items-row img,
  .editor-styles-wrapper .list-items .list-items-row img {
    max-width: 100%;
  }
}

.three-col-section,
.editor-styles-wrapper .three-col-section {
  margin: 0 100px;
  padding: 40px 0;
}
.three-col-section, .editor-styles-wrapper .three-col-section,
.editor-styles-wrapper .three-col-section, .editor-styles-wrapper .three-col-section {
  max-width: 1200px !important;
  margin: 0 auto;
}
@media (max-width: 430px) {
  .three-col-section .three-col-section-content,
  .editor-styles-wrapper .three-col-section .three-col-section-content {
    background: #1a437d;
  }
}
.three-col-section .three-col-section-content .wp-block-columns,
.editor-styles-wrapper .three-col-section .three-col-section-content .wp-block-columns {
  gap: 100px;
}
@media (max-width: 1024px) {
  .three-col-section .three-col-section-content .wp-block-columns,
  .editor-styles-wrapper .three-col-section .three-col-section-content .wp-block-columns {
    gap: 50px;
    padding: 40px 20px;
  }
}
.three-col-section .three-col-section-content h3,
.editor-styles-wrapper .three-col-section .three-col-section-content h3 {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 28px;
  font-weight: 500;
}
@media (max-width: 430px) {
  .three-col-section .three-col-section-content h3,
  .editor-styles-wrapper .three-col-section .three-col-section-content h3 {
    color: #e9b741;
  }
}
.three-col-section .three-col-section-content h3:after,
.editor-styles-wrapper .three-col-section .three-col-section-content h3:after {
  content: '';
  display: block;
  width: 100%;
  height: 4px;
  background: #f3e3bc;
  margin-top: 35px;
  border-radius: 10px;
}
.three-col-section .three-col-section-content p,
.editor-styles-wrapper .three-col-section .three-col-section-content p {
  margin-top: 25px;
  color: #1a437d;
}
@media (max-width: 430px) {
  .three-col-section .three-col-section-content p,
  .editor-styles-wrapper .three-col-section .three-col-section-content p {
    color: #fff;
  }
  .three-col-section .three-col-section-content p a,
  .editor-styles-wrapper .three-col-section .three-col-section-content p a {
    color: #fff;
  }
}

.section-intro-blue,
.editor-styles-wrapper .section-intro-blue {
  padding: 40px 60px;
}
.section-intro-blue, .editor-styles-wrapper .section-intro-blue,
.editor-styles-wrapper .section-intro-blue, .editor-styles-wrapper .section-intro-blue {
  max-width: 1200px !important;
  margin: 0 auto;
}
@media (max-width: 1280px) {
  .section-intro-blue,
  .editor-styles-wrapper .section-intro-blue {
    padding: 40px 20px;
  }
}
@media (max-width: 768px) {
  .section-intro-blue,
  .editor-styles-wrapper .section-intro-blue {
    padding: 20px;
  }
}
.section-intro-blue .section-intro-blue-paragraph,
.editor-styles-wrapper .section-intro-blue .section-intro-blue-paragraph {
  color: #1a437d;
}

.section-intro-dark-blue,
.editor-styles-wrapper .section-intro-dark-blue {
  padding: 40px 60px;
}
.section-intro-dark-blue, .editor-styles-wrapper .section-intro-dark-blue,
.editor-styles-wrapper .section-intro-dark-blue, .editor-styles-wrapper .section-intro-dark-blue {
  max-width: 1200px !important;
  margin: 0 auto;
}
@media (max-width: 1280px) {
  .section-intro-dark-blue,
  .editor-styles-wrapper .section-intro-dark-blue {
    padding: 40px 20px;
  }
}
@media (max-width: 768px) {
  .section-intro-dark-blue,
  .editor-styles-wrapper .section-intro-dark-blue {
    padding: 20px;
  }
}
.section-intro-dark-blue .section-intro-dark-blue-paragraph,
.editor-styles-wrapper .section-intro-dark-blue .section-intro-dark-blue-paragraph {
  color: #0d1034;
}

.team-section,
.editor-styles-wrapper .team-section {
  margin: 40px 100px;
}
@media (max-width: 1280px) {
  .team-section,
  .editor-styles-wrapper .team-section {
    margin: 40px 20px;
  }
}
.team-section .wp-block-query,
.editor-styles-wrapper .team-section .wp-block-query {
  background: url(assets/images/bg_services_bars.png) no-repeat left top;
  background-size: 20px;
  padding: 0 100px;
}
.team-section .wp-block-query, .editor-styles-wrapper .team-section .wp-block-query,
.editor-styles-wrapper .team-section .wp-block-query, .editor-styles-wrapper .team-section .wp-block-query {
  max-width: 1200px !important;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .team-section .wp-block-query,
  .editor-styles-wrapper .team-section .wp-block-query {
    padding: 0;
    background: none;
  }
}

.team-section-heading,
.editor-styles-wrapper .team-section-heading {
  max-width: 1200px;
  margin: 0 auto 40px;
  padding: 0 100px;
}
@media (max-width: 768px) {
  .team-section-heading,
  .editor-styles-wrapper .team-section-heading {
    padding: 0;
  }
}
.team-section-heading h3,
.editor-styles-wrapper .team-section-heading h3 {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 400;
}

.team-gallery,
.editor-styles-wrapper .team-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 80px;
  width: 100%;
  justify-content: space-evenly;
}
@media (max-width: 768px) {
  .team-gallery,
  .editor-styles-wrapper .team-gallery {
    justify-content: space-between;
  }
}
.team-gallery li,
.editor-styles-wrapper .team-gallery li {
  max-width: 290px;
  margin: 0;
  position: relative;
}
.team-gallery li .team-gallery-item-image,
.editor-styles-wrapper .team-gallery li .team-gallery-item-image {
  position: relative;
}
.team-gallery li .team-gallery-item-image a,
.editor-styles-wrapper .team-gallery li .team-gallery-item-image a {
  display: block;
}
.team-gallery li .team-gallery-item-image img,
.editor-styles-wrapper .team-gallery li .team-gallery-item-image img {
  max-width: 290px;
}
.team-gallery li .team-gallery-item-image .team-gallery-item-title,
.editor-styles-wrapper .team-gallery li .team-gallery-item-image .team-gallery-item-title {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.7);
  text-align: center;
  margin: 0;
  height: 60px;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
}
.team-gallery li .team-gallery-item-image .team-gallery-item-title h2,
.editor-styles-wrapper .team-gallery li .team-gallery-item-image .team-gallery-item-title h2 {
  font-size: 18px;
  font-family: 'Nunito Sans', sans-serif;
  color: #1a437d;
  margin: 0;
  font-weight: 600;
  text-wrap: balance;
  line-height: 1.2em;
}
.team-gallery li .team-gallery-item-description,
.editor-styles-wrapper .team-gallery li .team-gallery-item-description {
  margin-top: 15px;
}
.team-gallery li .team-gallery-item-description p,
.editor-styles-wrapper .team-gallery li .team-gallery-item-description p {
  font-size: 18px;
  color: #1a437d;
  margin: 0;
}

@media (max-width: 430px) {
  .wp-block-media-text.has-media-on-the-right,
  .editor-styles-wrapper .wp-block-media-text.has-media-on-the-right {
    display: flex;
    flex-direction: column;
  }
}
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content,
.editor-styles-wrapper .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
  padding-left: 0;
}
@media (max-width: 430px) {
  .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content,
  .editor-styles-wrapper .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    order: 1;
  }
}
@media (max-width: 430px) {
  .wp-block-media-text.has-media-on-the-right .wp-block-media-text__media,
  .editor-styles-wrapper .wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
    order: 2;
    width: 100%;
    text-align: center;
  }
  .wp-block-media-text.has-media-on-the-right .wp-block-media-text__media img,
  .editor-styles-wrapper .wp-block-media-text.has-media-on-the-right .wp-block-media-text__media img {
    max-width: 200px;
  }
}

.wp-block-media-text.has-media-on-the-left .wp-block-media-text__content,
.editor-styles-wrapper .wp-block-media-text.has-media-on-the-left .wp-block-media-text__content {
  padding-right: 0;
}

.pull-quote,
.editor-styles-wrapper .pull-quote {
  padding: 0 150px;
}
.pull-quote, .editor-styles-wrapper .pull-quote,
.editor-styles-wrapper .pull-quote, .editor-styles-wrapper .pull-quote {
  max-width: 1200px !important;
  margin: 0 auto;
}
@media (max-width: 1280px) {
  .pull-quote,
  .editor-styles-wrapper .pull-quote {
    padding: 0 100px;
  }
}
@media (max-width: 768px) {
  .pull-quote,
  .editor-styles-wrapper .pull-quote {
    padding: 40px 20px;
  }
}
.pull-quote:before, .pull-quote:after,
.editor-styles-wrapper .pull-quote:before,
.editor-styles-wrapper .pull-quote:after {
  content: '';
  display: block;
  width: 100%;
  height: 4px;
  background: #f3e3bc;
  border-radius: 25px;
}
.pull-quote:before,
.editor-styles-wrapper .pull-quote:before {
  margin: 0 auto 40px auto;
}
.pull-quote:after,
.editor-styles-wrapper .pull-quote:after {
  margin: 40px auto 0 auto;
}
@media (max-width: 430px) {
  .pull-quote .wp-block-media-text > .wp-block-media-text__content,
  .editor-styles-wrapper .pull-quote .wp-block-media-text > .wp-block-media-text__content {
    padding: 0;
  }
}
@media (max-width: 430px) {
  .pull-quote .pull-quote-image figure,
  .editor-styles-wrapper .pull-quote .pull-quote-image figure {
    text-align: center;
  }
}
.pull-quote .pull-quote-image img,
.editor-styles-wrapper .pull-quote .pull-quote-image img {
  max-width: 200px;
}
@media (max-width: 430px) {
  .pull-quote .pull-quote-image img,
  .editor-styles-wrapper .pull-quote .pull-quote-image img {
    max-width: 150px;
    padding-bottom: 10px;
  }
}
.pull-quote .pull-quote-heading,
.editor-styles-wrapper .pull-quote .pull-quote-heading {
  font-family: 'Nunito Sans', sans-serif;
  color: #1a437d;
  margin: 0 0 20px 0;
  font-size: 30px;
  letter-spacing: 1px;
}
.pull-quote ul,
.editor-styles-wrapper .pull-quote ul {
  list-style-type: disc;
}
.pull-quote li, .pull-quote p, .pull-quote span, .pull-quote a,
.editor-styles-wrapper .pull-quote li,
.editor-styles-wrapper .pull-quote p,
.editor-styles-wrapper .pull-quote span,
.editor-styles-wrapper .pull-quote a {
  color: #1a437d;
}
.pull-quote li, .pull-quote p,
.editor-styles-wrapper .pull-quote li,
.editor-styles-wrapper .pull-quote p {
  margin-bottom: 10px;
}

.before-after,
.editor-styles-wrapper .before-after {
  padding: 40px 0;
}
.before-after, .editor-styles-wrapper .before-after,
.editor-styles-wrapper .before-after, .editor-styles-wrapper .before-after {
  max-width: 1200px !important;
  margin: 0 auto;
}
@media (max-width: 1280px) {
  .before-after,
  .editor-styles-wrapper .before-after {
    padding: 40px 0;
  }
}
@media (max-width: 1024px) {
  .before-after,
  .editor-styles-wrapper .before-after {
    padding: 40px 20px;
  }
}
@media (max-width: 430px) {
  .before-after .before-after-heading-row,
  .editor-styles-wrapper .before-after .before-after-heading-row {
    flex-direction: column;
  }
}
.before-after .before-after-heading-row img,
.editor-styles-wrapper .before-after .before-after-heading-row img {
  max-width: 350px;
}
@media (max-width: 430px) {
  .before-after .before-after-heading-row img,
  .editor-styles-wrapper .before-after .before-after-heading-row img {
    max-width: 100%;
  }
}
.before-after .before-after-heading-row h2,
.editor-styles-wrapper .before-after .before-after-heading-row h2 {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 400;
}
.before-after .before-after-images .wp-block-group,
.editor-styles-wrapper .before-after .before-after-images .wp-block-group {
  justify-content: space-between;
}
@media (max-width: 430px) {
  .before-after .before-after-images .wp-block-group,
  .editor-styles-wrapper .before-after .before-after-images .wp-block-group {
    flex-direction: column;
  }
}
.before-after .before-after-images .wp-block-group > .wp-block-image,
.editor-styles-wrapper .before-after .before-after-images .wp-block-group > .wp-block-image {
  flex-basis: 50%;
}
.before-after .before-after-images-description,
.editor-styles-wrapper .before-after .before-after-images-description {
  margin-top: 20px;
}
.before-after .before-after-images-description > .wp-block-group,
.editor-styles-wrapper .before-after .before-after-images-description > .wp-block-group {
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 430px) {
  .before-after .before-after-images-description > .wp-block-group,
  .editor-styles-wrapper .before-after .before-after-images-description > .wp-block-group {
    flex-direction: column;
  }
}
.before-after .before-after-images-description-left,
.editor-styles-wrapper .before-after .before-after-images-description-left {
  flex-basis: 50%;
}
.before-after .before-after-images-description-left h3,
.editor-styles-wrapper .before-after .before-after-images-description-left h3 {
  color: #e07779;
}
.before-after .before-after-images-description-right,
.editor-styles-wrapper .before-after .before-after-images-description-right {
  flex-basis: 50%;
}
.before-after .before-after-images-description-right h3,
.editor-styles-wrapper .before-after .before-after-images-description-right h3 {
  color: #e9b741;
}
.before-after .before-after-images-description-left ul,
.before-after .before-after-images-description-right ul,
.editor-styles-wrapper .before-after .before-after-images-description-left ul,
.editor-styles-wrapper .before-after .before-after-images-description-right ul {
  list-style-type: disc;
  margin-top: 20px;
}
.before-after .before-after-images-description-left li, .before-after .before-after-images-description-left p, .before-after .before-after-images-description-left span, .before-after .before-after-images-description-left a,
.before-after .before-after-images-description-right li,
.before-after .before-after-images-description-right p,
.before-after .before-after-images-description-right span,
.before-after .before-after-images-description-right a,
.editor-styles-wrapper .before-after .before-after-images-description-left li,
.editor-styles-wrapper .before-after .before-after-images-description-left p,
.editor-styles-wrapper .before-after .before-after-images-description-left span,
.editor-styles-wrapper .before-after .before-after-images-description-left a,
.editor-styles-wrapper .before-after .before-after-images-description-right li,
.editor-styles-wrapper .before-after .before-after-images-description-right p,
.editor-styles-wrapper .before-after .before-after-images-description-right span,
.editor-styles-wrapper .before-after .before-after-images-description-right a {
  color: #1a437d;
}

.pull-quote-cta,
.editor-styles-wrapper .pull-quote-cta {
  padding: 40px 100px;
  max-width: 1200px;
  margin: 40px auto;
  background-image: url(assets/images/bg_pull_quote_cta_left.png), url(assets/images/bg_pull_quote_cta_right.png);
  background-repeat: no-repeat, no-repeat;
  background-position: left top, right top;
  background-size: 40px, 40px;
}
@media (max-width: 1024px) {
  .pull-quote-cta,
  .editor-styles-wrapper .pull-quote-cta {
    margin: 40px 20px;
  }
}
@media (max-width: 430px) {
  .pull-quote-cta,
  .editor-styles-wrapper .pull-quote-cta {
    background-image: url(assets/images/bg_horizontal_bars.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100%;
    padding: 60px 0 0 0;
  }
}
.pull-quote-cta p,
.editor-styles-wrapper .pull-quote-cta p {
  margin: 0 0 20px;
}
@media (max-width: 430px) {
  .pull-quote-cta .wp-block-buttons,
  .editor-styles-wrapper .pull-quote-cta .wp-block-buttons {
    margin-bottom: 40px;
  }
}

.full-width-text-image-section,
.editor-styles-wrapper .full-width-text-image-section {
  background: radial-gradient(circle, #fff 0%, #b5c6e7 100%);
}
.full-width-text-image-section .full-width-text-image-section-group, .editor-styles-wrapper .full-width-text-image-section .full-width-text-image-section-group,
.editor-styles-wrapper .full-width-text-image-section .full-width-text-image-section-group, .editor-styles-wrapper .full-width-text-image-section .full-width-text-image-section-group {
  max-width: 1200px !important;
  margin: 0 auto;
}
.full-width-text-image-section .full-width-text-image-section-group .wp-block-cover,
.editor-styles-wrapper .full-width-text-image-section .full-width-text-image-section-group .wp-block-cover {
  padding: 40px 0;
}
@media (max-width: 1024px) {
  .full-width-text-image-section .full-width-text-image-section-group .wp-block-cover,
  .editor-styles-wrapper .full-width-text-image-section .full-width-text-image-section-group .wp-block-cover {
    padding: 40px 20px;
  }
}
@media (max-width: 430px) {
  .full-width-text-image-section .full-width-text-image-section-group .wp-block-cover img,
  .editor-styles-wrapper .full-width-text-image-section .full-width-text-image-section-group .wp-block-cover img {
    display: none;
  }
}
.full-width-text-image-section .full-width-text-image-section-content,
.editor-styles-wrapper .full-width-text-image-section .full-width-text-image-section-content {
  max-width: 45%;
  text-wrap: pretty;
}
@media (max-width: 430px) {
  .full-width-text-image-section .full-width-text-image-section-content,
  .editor-styles-wrapper .full-width-text-image-section .full-width-text-image-section-content {
    max-width: 100%;
  }
}

.full-width-image-section,
.editor-styles-wrapper .full-width-image-section {
  max-width: 1440px;
  margin: 0 auto -40px;
}
@media (min-width: 1025px) {
  .full-width-image-section .wp-block-cover,
  .editor-styles-wrapper .full-width-image-section .wp-block-cover {
    min-height: 800px;
  }
}
@media (max-width: 1024px) {
  .full-width-image-section .wp-block-cover,
  .editor-styles-wrapper .full-width-image-section .wp-block-cover {
    min-height: 600px;
  }
}
@media (max-width: 430px) {
  .full-width-image-section .wp-block-cover,
  .editor-styles-wrapper .full-width-image-section .wp-block-cover {
    min-height: 400px;
  }
}
.full-width-image-section--bottom-space,
.editor-styles-wrapper .full-width-image-section--bottom-space {
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .full-width-image-section--bottom-space,
  .editor-styles-wrapper .full-width-image-section--bottom-space {
    margin-bottom: 20px;
  }
}

.full-width-image-text-over-right,
.editor-styles-wrapper .full-width-image-text-over-right {
  max-width: 1440px;
  margin: 0 auto -40px;
}
@media (min-width: 1025px) {
  .full-width-image-text-over-right,
  .editor-styles-wrapper .full-width-image-text-over-right {
    min-height: 800px;
  }
}
@media (max-width: 1024px) {
  .full-width-image-text-over-right,
  .editor-styles-wrapper .full-width-image-text-over-right {
    min-height: 600px;
    padding: 20px 20px 40px !important;
  }
  .full-width-image-text-over-right .wp-block-cover__background.has-background-dim.has-background-dim-0,
  .editor-styles-wrapper .full-width-image-text-over-right .wp-block-cover__background.has-background-dim.has-background-dim-0 {
    opacity: 0.9;
    background-color: #fff;
  }
}
@media (max-width: 430px) {
  .full-width-image-text-over-right img,
  .editor-styles-wrapper .full-width-image-text-over-right img {
    display: none;
  }
}
.full-width-image-text-over-right .full-width-image-text-over-right-group {
  padding-left: 50%;
}
@media (max-width: 430px) {
  .full-width-image-text-over-right .full-width-image-text-over-right-group {
    padding-left: 0;
  }
}

.full-width-image-text-over-left,
.editor-styles-wrapper .full-width-image-text-over-left {
  max-width: 1440px;
  margin: 0 auto -40px;
}
@media (min-width: 1025px) {
  .full-width-image-text-over-left,
  .editor-styles-wrapper .full-width-image-text-over-left {
    min-height: 800px;
  }
}
@media (max-width: 1024px) {
  .full-width-image-text-over-left,
  .editor-styles-wrapper .full-width-image-text-over-left {
    min-height: 600px;
    padding: 20px 20px 40px !important;
  }
  .full-width-image-text-over-left .wp-block-cover__background.has-background-dim.has-background-dim-0,
  .editor-styles-wrapper .full-width-image-text-over-left .wp-block-cover__background.has-background-dim.has-background-dim-0 {
    opacity: 0.9;
    background-color: #fff;
  }
}
@media (max-width: 430px) {
  .full-width-image-text-over-left img,
  .editor-styles-wrapper .full-width-image-text-over-left img {
    display: none;
  }
}
.full-width-image-text-over-left .full-width-image-text-over-left-group {
  padding-right: 50%;
}
@media (max-width: 430px) {
  .full-width-image-text-over-left .full-width-image-text-over-left-group {
    padding-right: 0;
  }
}

.generic-section,
.editor-styles-wrapper .generic-section {
  padding: 40px 0;
}
.generic-section, .editor-styles-wrapper .generic-section,
.editor-styles-wrapper .generic-section, .editor-styles-wrapper .generic-section {
  max-width: 1200px !important;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .generic-section,
  .editor-styles-wrapper .generic-section {
    padding: 40px 20px;
  }
}
.generic-section h1, .generic-section h2, .generic-section h3, .generic-section h4, .generic-section h5, .generic-section h6, .generic-section ul, .generic-section p, .generic-section img,
.editor-styles-wrapper .generic-section h1,
.editor-styles-wrapper .generic-section h2,
.editor-styles-wrapper .generic-section h3,
.editor-styles-wrapper .generic-section h4,
.editor-styles-wrapper .generic-section h5,
.editor-styles-wrapper .generic-section h6,
.editor-styles-wrapper .generic-section ul,
.editor-styles-wrapper .generic-section p,
.editor-styles-wrapper .generic-section img {
  margin-bottom: 20px;
}
.generic-section--gold-bars,
.editor-styles-wrapper .generic-section--gold-bars {
  background: url(assets/images/bg_vertical_bars_right.png) no-repeat bottom right;
  background-size: 25px;
  padding-right: 45px;
}
@media (max-width: 1024px) {
  .generic-section--gold-bars,
  .editor-styles-wrapper .generic-section--gold-bars {
    background: none;
    padding-right: 0;
    padding: 40px 20px;
  }
}
.generic-section--gold-bars-v2,
.editor-styles-wrapper .generic-section--gold-bars-v2 {
  background: url(assets/images/bg_vertical_bars_right.png) no-repeat;
  background-size: 25px;
  padding-right: 45px;
  background-position: 100% 40px;
}
@media (max-width: 1024px) {
  .generic-section--gold-bars-v2,
  .editor-styles-wrapper .generic-section--gold-bars-v2 {
    background: none;
    padding-right: 0;
    padding: 40px 20px;
  }
}
.generic-section--gold-bars-left,
.editor-styles-wrapper .generic-section--gold-bars-left {
  background: url(assets/images/bg_vertical_bars_left.png) no-repeat top left;
  background-size: 25px;
  padding-left: 45px;
  margin-top: 40px;
}
@media (max-width: 1024px) {
  .generic-section--gold-bars-left,
  .editor-styles-wrapper .generic-section--gold-bars-left {
    background: none;
    padding: 40px 20px;
  }
}
.generic-section--gold-bars-left-and-right,
.editor-styles-wrapper .generic-section--gold-bars-left-and-right {
  background: url(assets/images/bg_vertical_bars_left.png) no-repeat top left, url(assets/images/bg_vertical_bars_right.png) no-repeat bottom right;
  background-size: 25px;
  padding-left: 45px;
  padding-right: 45px;
  margin-top: 40px;
}
@media (max-width: 1024px) {
  .generic-section--gold-bars-left-and-right,
  .editor-styles-wrapper .generic-section--gold-bars-left-and-right {
    background: none;
    padding: 40px 20px;
  }
}
@media (max-width: 768px) {
  .generic-section--image-right,
  .editor-styles-wrapper .generic-section--image-right {
    background: none !important;
    padding-right: 0;
  }
}
@media (max-width: 430px) {
  .generic-section--image-right,
  .editor-styles-wrapper .generic-section--image-right {
    padding-right: 20px;
  }
  .generic-section--image-right img,
  .editor-styles-wrapper .generic-section--image-right img {
    max-width: 100% !important;
  }
}

.pillars-cols .wp-block-column p,
.editor-styles-wrapper .pillars-cols .wp-block-column p {
  margin-top: 10px;
}
.pillars-cols .wp-block-cover,
.editor-styles-wrapper .pillars-cols .wp-block-cover {
  align-items: end;
  padding: 0;
}
.pillars-cols .wp-block-cover__inner-container,
.editor-styles-wrapper .pillars-cols .wp-block-cover__inner-container {
  background: rgba(255, 255, 255, 0.5);
  padding: 10px;
}
.pillars-cols .wp-block-cover__inner-container p,
.editor-styles-wrapper .pillars-cols .wp-block-cover__inner-container p {
  color: #1a437d;
  font-size: 24px !important;
  font-weight: 600 !important;
}

.cols-menu-items.wp-block-columns {
  align-items: stretch !important;
}
.cols-menu-items.wp-block-columns > .wp-block-column {
  min-height: 100%;
}
.cols-menu-items .wp-block-column,
.editor-styles-wrapper .cols-menu-items .wp-block-column {
  position: relative;
  padding-left: 20px;
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-start;
  min-height: 1px;
}
@media (max-width: 768px) {
  .cols-menu-items .wp-block-column,
  .editor-styles-wrapper .cols-menu-items .wp-block-column {
    padding: 0;
  }
  .cols-menu-items .wp-block-column .wp-block-cover,
  .editor-styles-wrapper .cols-menu-items .wp-block-column .wp-block-cover {
    display: none;
  }
}
.cols-menu-items .wp-block-column:before,
.editor-styles-wrapper .cols-menu-items .wp-block-column:before {
  content: '';
  position: absolute;
  left: 0;
  top: 60px;
  bottom: 0;
  width: 4px;
  background: #f3e3bc;
  border-radius: 2px;
}
@media (max-width: 768px) {
  .cols-menu-items .wp-block-column:before,
  .editor-styles-wrapper .cols-menu-items .wp-block-column:before {
    display: none;
  }
}
.cols-menu-items .wp-block-column > .wp-block-group,
.editor-styles-wrapper .cols-menu-items .wp-block-column > .wp-block-group {
  flex: 0 0 auto;
  margin-bottom: 0;
}
.cols-menu-items .wp-block-column > figure.wp-block-image,
.editor-styles-wrapper .cols-menu-items .wp-block-column > figure.wp-block-image {
  margin-top: auto !important;
  margin-bottom: 0;
  align-self: center;
}
.cols-menu-items .wp-block-column h2,
.editor-styles-wrapper .cols-menu-items .wp-block-column h2 {
  font-family: "Inter", sans-serif;
  font-weight: 400;
}
@media (max-width: 768px) {
  .cols-menu-items .wp-block-column h2,
  .editor-styles-wrapper .cols-menu-items .wp-block-column h2 {
    margin: 0 0 20px 0;
  }
}
.cols-menu-items .wp-block-column h3,
.editor-styles-wrapper .cols-menu-items .wp-block-column h3 {
  color: #e07779;
}
@media (max-width: 768px) {
  .cols-menu-items .wp-block-column h3,
  .editor-styles-wrapper .cols-menu-items .wp-block-column h3 {
    margin: 0 0 20px 0;
  }
}
.cols-menu-items .wp-block-column p, .cols-menu-items .wp-block-column ul, .cols-menu-items .wp-block-column li,
.editor-styles-wrapper .cols-menu-items .wp-block-column p,
.editor-styles-wrapper .cols-menu-items .wp-block-column ul,
.editor-styles-wrapper .cols-menu-items .wp-block-column li {
  color: #1a437d;
}
@media (max-width: 768px) {
  .cols-menu-items .wp-block-column p, .cols-menu-items .wp-block-column ul, .cols-menu-items .wp-block-column li,
  .editor-styles-wrapper .cols-menu-items .wp-block-column p,
  .editor-styles-wrapper .cols-menu-items .wp-block-column ul,
  .editor-styles-wrapper .cols-menu-items .wp-block-column li {
    margin: 0 0 20px 0;
  }
}
.cols-menu-items .wp-block-column:first-child:before,
.editor-styles-wrapper .cols-menu-items .wp-block-column:first-child:before {
  display: none;
}
.cols-menu-items--alt .wp-block-column h3 {
  color: #e9b741;
  padding-bottom: 40px;
}
@media (max-width: 768px) {
  .cols-menu-items--alt .wp-block-column h3 {
    margin: 0 0 20px 0;
    padding-bottom: 0;
  }
}
.cols-menu-items--gold-bars-left {
  background: url(assets/images/bg_horizontal_bars_cols_left.png) no-repeat bottom left;
  background-size: 25px;
  background-size: 800px;
  padding-bottom: 25px;
}
@media (max-width: 768px) {
  .cols-menu-items--gold-bars-left {
    background: none;
  }
}
.cols-menu-items--gold-bars-right {
  background: url(assets/images/bg_horizontal_bars_cols_right.png) no-repeat bottom right;
  background-size: 25px;
  background-size: 800px;
  padding-bottom: 25px;
}
@media (max-width: 768px) {
  .cols-menu-items--gold-bars-right {
    background: none;
  }
}

.editor-styles-wrapper .hero {
  min-height: 600px;
}

.block-editor-iframe__body {
  padding: 20px;
}

.wp-element-button {
  display: inline-block;
  background-color: #e07779;
  color: white;
  text-decoration: none;
  border: 3px solid white !important;
  border-radius: 50px;
  padding: 10px 60px !important;
  font-size: 16px !important;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  text-align: center;
  transition: all 0.3s ease;
}
@media (max-width: 430px) {
  .wp-element-button {
    padding: 10px 20px !important;
  }
}
.wp-element-button:hover {
  border-color: #e07779 !important;
}

@media (max-width: 430px) {
  .wp-block-buttons {
    padding: 0 20px !important;
  }
}

.wp-block-button,
.editor-styles-wrapper .wp-block-button {
  border: 1px solid #e07779;
  border-radius: 50px;
}
.wp-block-button a,
.editor-styles-wrapper .wp-block-button a {
  display: inline-block;
  background-color: #e07779;
  color: white;
  text-decoration: none;
  border: 3px solid white !important;
  border-radius: 50px;
  padding: 10px 60px !important;
  font-size: 16px !important;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  text-align: center;
  transition: all 0.3s ease;
}
@media (max-width: 430px) {
  .wp-block-button a,
  .editor-styles-wrapper .wp-block-button a {
    padding: 10px 20px !important;
  }
}
.wp-block-button a:hover,
.editor-styles-wrapper .wp-block-button a:hover {
  border-color: #e07779 !important;
}

.wp-block-list {
  list-style-type: disc;
}

.wp-site-blocks header,
.editor-styles-wrapper .wp-site-blocks header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
.wp-site-blocks main,
.editor-styles-wrapper .wp-site-blocks main {
  margin-top: 0;
}

.main-header,
.editor-styles-wrapper .main-header {
  position: relative;
}
.main-header .main-header-row,
.editor-styles-wrapper .main-header .main-header-row {
  align-items: flex-start;
}
@media (max-width: 1280px) {
  .main-header .main-header-row,
  .editor-styles-wrapper .main-header .main-header-row {
    gap: 10px;
  }
}
@media (max-width: 768px) {
  .main-header .main-header-row,
  .editor-styles-wrapper .main-header .main-header-row {
    gap: 0;
  }
}

.main-header-logo, .main-header-logo-alt,
.editor-styles-wrapper .main-header-logo, .main-header-logo-alt {
  padding: 40px 0 0 40px;
}
@media (max-width: 1024px) {
  .main-header-logo, .main-header-logo-alt,
  .editor-styles-wrapper .main-header-logo, .main-header-logo-alt {
    padding: 20px 0 0 20px;
  }
}
@media (max-width: 768px) {
  .main-header-logo, .main-header-logo-alt,
  .editor-styles-wrapper .main-header-logo, .main-header-logo-alt {
    order: 2;
    width: 100%;
    text-align: center;
    padding: 10px;
  }
}

.main-header-nav,
.editor-styles-wrapper .main-header-nav {
  background: url(assets/images/bg_gold_nav.png) no-repeat center center;
  background-size: cover;
}
@media (max-width: 768px) {
  .main-header-nav,
  .editor-styles-wrapper .main-header-nav {
    width: 100%;
  }
}
.main-header-nav ul,
.editor-styles-wrapper .main-header-nav ul {
  padding: 0 0px;
  gap: 5px;
}
@media (max-width: 1024px) {
  .main-header-nav ul,
  .editor-styles-wrapper .main-header-nav ul {
    padding: 0 15px;
  }
}
@media (max-width: 768px) {
  .main-header-nav ul,
  .editor-styles-wrapper .main-header-nav ul {
    padding: 0;
    gap: 0;
  }
}
.main-header-nav li a,
.editor-styles-wrapper .main-header-nav li a {
  text-transform: uppercase;
  font-weight: 700;
  padding: 15px;
  font-size: 18px;
  letter-spacing: 0.05rem;
  transition: all 0.3s ease;
}
.main-header-nav li a:hover,
.editor-styles-wrapper .main-header-nav li a:hover {
  color: #fff !important;
}
@media (max-width: 1024px) {
  .main-header-nav li a,
  .editor-styles-wrapper .main-header-nav li a {
    padding: 10px;
    font-size: 14px;
  }
}
@media (max-width: 430px) {
  .main-header-nav li.has-child > a > span,
  .editor-styles-wrapper .main-header-nav li.has-child > a > span {
    opacity: 0.5;
  }
}
.main-header-nav li.has-child:hover,
.editor-styles-wrapper .main-header-nav li.has-child:hover {
  cursor: pointer;
}
.main-header-nav li.current-menu-item > a, .main-header-nav li.current-menu-ancestor > a,
.editor-styles-wrapper .main-header-nav li.current-menu-item > a,
.editor-styles-wrapper .main-header-nav li.current-menu-ancestor > a {
  color: #fff !important;
}
@media (max-width: 430px) {
  .main-header-nav li.current-menu-item > a, .main-header-nav li.current-menu-ancestor > a,
  .editor-styles-wrapper .main-header-nav li.current-menu-item > a,
  .editor-styles-wrapper .main-header-nav li.current-menu-ancestor > a {
    color: #e9b741 !important;
  }
}
.main-header-nav ul.wp-block-navigation-submenu.wp-block-navigation__submenu-container,
.editor-styles-wrapper .main-header-nav ul.wp-block-navigation-submenu.wp-block-navigation__submenu-container {
  padding: 10px 20px;
  border-top: none;
  border-bottom: 1px solid #dcbf4e;
  border-left: 1px solid #dcbf4e;
  border-right: 1px solid #dcbf4e;
}
@media (max-width: 1024px) {
  .main-header-nav ul.wp-block-navigation-submenu.wp-block-navigation__submenu-container,
  .editor-styles-wrapper .main-header-nav ul.wp-block-navigation-submenu.wp-block-navigation__submenu-container {
    padding: 5px 10px;
    left: 0 !important;
    gap: 0;
  }
}
@media (max-width: 430px) {
  .main-header-nav ul.wp-block-navigation-submenu.wp-block-navigation__submenu-container,
  .editor-styles-wrapper .main-header-nav ul.wp-block-navigation-submenu.wp-block-navigation__submenu-container {
    padding: 10px 0 0 0 !important;
  }
}
@media (max-width: 430px) {
  .main-header-nav ul.wp-block-navigation-submenu.wp-block-navigation__submenu-container li,
  .editor-styles-wrapper .main-header-nav ul.wp-block-navigation-submenu.wp-block-navigation__submenu-container li {
    padding: 10px 0 0 0 !important;
  }
}
.main-header-nav ul.wp-block-navigation-submenu.wp-block-navigation__submenu-container li a,
.editor-styles-wrapper .main-header-nav ul.wp-block-navigation-submenu.wp-block-navigation__submenu-container li a {
  font-size: 16px;
  padding: 10px 0;
  transition: all 0.3s ease;
}
.main-header-nav ul.wp-block-navigation-submenu.wp-block-navigation__submenu-container li a:hover,
.editor-styles-wrapper .main-header-nav ul.wp-block-navigation-submenu.wp-block-navigation__submenu-container li a:hover {
  color: #e9b741 !important;
}
.main-header-nav ul.wp-block-navigation-submenu.wp-block-navigation__submenu-container li.current-menu-item > a,
.editor-styles-wrapper .main-header-nav ul.wp-block-navigation-submenu.wp-block-navigation__submenu-container li.current-menu-item > a {
  color: #e9b741 !important;
}
@media (max-width: 430px) {
  .main-header-nav .wp-block-navigation__responsive-container-close svg, .main-header-nav .wp-block-navigation__responsive-container-open svg {
    width: 34px;
    height: 34px;
  }
}

.entry-content > *:not(.wp-block-group),
.editor-styles-wrapper .entry-content > *:not(.wp-block-group) {
  padding: 0 100px;
}
.entry-content .photo-grid-row,
.editor-styles-wrapper .entry-content .photo-grid-row {
  padding: 0;
}

.inner-block,
.editor-styles-wrapper .inner-block {
  max-width: 1200px !important;
  margin: 0 auto;
}

.wp-site-blocks main ul li {
  margin-bottom: 15px;
}

input[type="text"],
input[type="email"],
input[type="number"],
input[type="tel"],
input[type="url"],
input[type="search"],
input[type="password"],
textarea, select {
  border: 2px solid #e9b741;
  border-radius: 5px;
  padding: 10px;
  width: 100%;
  font-size: 20px;
}

input[type="submit"] {
  display: inline-block;
  background-color: #e07779;
  color: white;
  text-decoration: none;
  border: 3px solid white !important;
  border-radius: 50px;
  padding: 10px 60px !important;
  font-size: 16px !important;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  text-align: center;
  transition: all 0.3s ease;
}
@media (max-width: 430px) {
  input[type="submit"] {
    padding: 10px 20px !important;
  }
}
input[type="submit"]:hover {
  border-color: #e07779 !important;
}

.submit-wrap .nf-field-element {
  border: 1px solid #e07779;
  border-radius: 50px;
  width: auto;
}

.main-footer,
.editor-styles-wrapper .main-footer {
  padding: 40px;
  margin-top: -40px;
  background: url(assets/images/bg_footer.jpg) no-repeat center center;
  background-size: cover;
}
@media (max-width: 1024px) {
  .main-footer,
  .editor-styles-wrapper .main-footer {
    padding: 20px;
  }
}
@media (max-width: 768px) {
  .main-footer .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column,
  .editor-styles-wrapper .main-footer .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-basis: 40% !important;
  }
}
@media (max-width: 430px) {
  .main-footer .wp-block-columns,
  .editor-styles-wrapper .main-footer .wp-block-columns {
    flex-direction: column;
  }
}
.main-footer .footer-tagline p,
.editor-styles-wrapper .main-footer .footer-tagline p {
  color: #fff;
  font-size: 28px;
  text-wrap: pretty;
  max-width: 380px;
}
@media (max-width: 1024px) {
  .main-footer .footer-tagline p,
  .editor-styles-wrapper .main-footer .footer-tagline p {
    font-size: 20px;
  }
}
.main-footer .footer-tagline h1,
.editor-styles-wrapper .main-footer .footer-tagline h1 {
  color: #fff;
  margin: 10px 0 80px 0;
}
@media (max-width: 1024px) {
  .main-footer .footer-tagline h1,
  .editor-styles-wrapper .main-footer .footer-tagline h1 {
    font-size: 40px;
  }
}
@media (max-width: 430px) {
  .main-footer .footer-tagline h1,
  .editor-styles-wrapper .main-footer .footer-tagline h1 {
    margin-bottom: 20px;
  }
}
.main-footer .footer-social-icons,
.editor-styles-wrapper .main-footer .footer-social-icons {
  font-size: 50px;
  gap: 10px;
}
@media (max-width: 1024px) {
  .main-footer .footer-social-icons,
  .editor-styles-wrapper .main-footer .footer-social-icons {
    font-size: 30px;
  }
}
.main-footer .footer-address,
.editor-styles-wrapper .main-footer .footer-address {
  background: url(assets/images/bg_list_items.png) no-repeat left top;
  background-size: 40px;
  padding: 0 0 0 100px;
}
@media (max-width: 430px) {
  .main-footer .footer-address,
  .editor-styles-wrapper .main-footer .footer-address {
    background: url(assets/images/bg_horizontal_bars.png) no-repeat left top;
    padding: 60px 0 0 0;
  }
}
.main-footer .footer-address p,
.editor-styles-wrapper .main-footer .footer-address p {
  color: #fff;
  font-size: 28px;
}
@media (max-width: 1024px) {
  .main-footer .footer-address p,
  .editor-styles-wrapper .main-footer .footer-address p {
    font-size: 20px;
  }
}
@media (max-width: 430px) {
  .main-footer .footer-address nav,
  .editor-styles-wrapper .main-footer .footer-address nav {
    gap: 0;
    margin: 5px 0 0 0;
  }
}
.main-footer .footer-address nav ul,
.editor-styles-wrapper .main-footer .footer-address nav ul {
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
}
.main-footer .footer-address nav ul li a,
.editor-styles-wrapper .main-footer .footer-address nav ul li a {
  color: #fff !important;
}
@media (max-width: 430px) {
  .main-footer .footer-address nav ul li a,
  .editor-styles-wrapper .main-footer .footer-address nav ul li a {
    color: #e9b741 !important;
  }
}
.main-footer .footer-logo,
.editor-styles-wrapper .main-footer .footer-logo {
  align-self: end;
  text-align: right;
}
@media (max-width: 768px) {
  .main-footer .footer-logo,
  .editor-styles-wrapper .main-footer .footer-logo {
    align-self: center;
    text-align: center;
  }
}
.main-footer .footer-logo img,
.editor-styles-wrapper .main-footer .footer-logo img {
  max-width: 250px;
}

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