/*

Author: George Ilidis
Author URI: https://georgeilidis.com

*/
/* Table of Contents
------------------------------------------------------------

- Defaults
- Variables
- Structure & Layout

- Site Header
- Responsive Menu (Plugin)
- Footer Widgets
- Site Footer

- Links
- Typography
- CTAs & Buttons

- Blog Pages
	- Single Post Templates
	- Blog Archives
- 404 Page

- Contact Form
- Simple Lightbox

- Latest Blog Posts Block
- Gutenberg Gallery Block
- Accordion Block

- Slider Blocks
	- Swiper Slider
	- Testimonial Slider Block
	- Gallery Slider Block
	- Hub Block Type 01 Slider
	- Hub Block Type 03 Slider

- Project Specific Styles

- Live CSS

------------------------------------------------------------ */
/* Variables
------------------------------------------------------------ */
/* Header Menu
------------------------------------------------------------ */
/* Mobile Menu
------------------------------------------------------------ */
/* Typography 
------------------------------------------------------------ */
/* Links 
------------------------------------------------------------ */
/* Buttons 
------------------------------------------------------------ */
/* Blog Pages 
------------------------------------------------------------ */
/* Contact Form
------------------------------------------------------------ */
/* Slider Blocks
------------------------------------------------------------ */
/* ------------------------------------------------------------ */
body {
  background-color: #fff;
  color: #000000;
  font-family: 'Manrope', sans-serif;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.7;
}

@media only screen and (max-width: 650px) {
  body {
    font-size: 1.6rem;
  }
}

/* Structure & Layout
------------------------------------------------------------ */
.site-inner {
  max-width: none;
  padding: 0;
}

.wrap {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.site-header .wrap {
  max-width: 1800px;
  padding: 0 1.5rem;
}

.footer-widgets .wrap {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.content {
  margin: 0 auto;
  width: 100%;
}

.acf-group--wrapped .wp-block-group__inner-container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.acf-group--wrapped .wp-block-group__inner-container p {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.acf-group--wrapped .wp-block-group__inner-container p:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 1440px) {
  .wrap,
  .site-header .wrap,
  .footer-widgets .wrap {
    max-width: 1320px;
  }
  .acf-group--wrapped .wp-block-group__inner-container {
    max-width: 1320px;
  }
  .blog .site-inner .content,
  .archive .site-inner .content,
  .search-results .site-inner .content,
  .search-no-results .site-inner .content {
    max-width: 1320px;
  }
}

.site-inner,
.blog .site-inner,
.archive .site-inner,
.search-results .site-inner,
.search-no-results .site-inner,
.single-post.hero-bg .single-post-hero {
  margin-top: 0;
}

@media only screen and (max-width: 1440px) {
  .site-inner,
  .blog .site-inner,
  .archive .site-inner,
  .search-results .site-inner,
  .search-no-results .site-inner,
  .single-post.hero-bg .single-post-hero {
    margin-top: 0;
  }
}

@media only screen and (max-width: 1024px) {
  .site-inner,
  .blog .site-inner,
  .archive .site-inner,
  .search-results .site-inner,
  .search-no-results .site-inner,
  .single-post.hero-bg .single-post-hero {
    margin-top: 0;
  }
}

@media only screen and (max-width: 650px) {
  .site-inner,
  .blog .site-inner,
  .archive .site-inner,
  .search-results .site-inner,
  .search-no-results .site-inner,
  .single-post.hero-bg .single-post-hero {
    margin-top: 0;
  }
}

/* Site Header 
------------------------------------------------------------ */
.wp-custom-logo .site-container .title-area {
  padding: 0;
  max-width: 200px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.wp-custom-logo .site-container .title-area a {
  line-height: 0;
}

@media only screen and (max-width: 1024px) {
  .wp-custom-logo .site-container .title-area {
    padding: 0;
    max-width: 140px;
  }
}

@media only screen and (max-width: 650px) {
  .wp-custom-logo .site-container .title-area {
    padding: 0;
    max-width: 120px;
  }
}

.site-header {
  box-shadow: none;
  background-color: #fff;
  padding: 2.8rem 0;
  position: static;
  width: 100%;
  z-index: 9995;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.site-header .wrap {
  display: flex;
  align-items: center;
}

.site-header .nav-primary {
  margin-left: auto;
  padding: 0;
}

.site-header .nav-primary .wrap {
  padding: 0;
}

.site-header .nav-primary .genesis-nav-menu a {
  color: #000;
  font-size: 1.8rem;
  font-weight: 700;
  padding-left: 2rem;
  padding-right: 2rem;
  letter-spacing: -.4px;
}

.site-header .nav-primary .genesis-nav-menu a:hover {
  color: #d3232a;
}

.site-header .nav-primary .genesis-nav-menu li.current-menu-item a {
  color: #000;
}

.site-header .nav-primary .genesis-nav-menu li.current-menu-item a:hover {
  color: #d3232a;
}

.site-header .nav-primary .genesis-nav-menu li.menu-item.menu-item-has-children > a > span:after {
  border: 0.385rem solid transparent;
  border-top-color: #000;
  content: '';
  display: inline-block;
  margin-left: 1rem;
  width: auto;
  vertical-align: -.08rem;
}

.site-header .nav-primary .genesis-nav-menu .sub-menu {
  background-color: #fff;
  border-top: 1px solid #fff;
  border-radius: 0;
  box-shadow: 0 0.82rem 2.45rem rgba(35, 44, 57, 0.05);
  padding: 1.4rem 0 .3rem;
  width: 270px;
}

.site-header .nav-primary .genesis-nav-menu .sub-menu a {
  border: 1px solid #fff;
  color: #000;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.45;
  width: 270px;
}

.site-header .nav-primary .genesis-nav-menu .sub-menu a:hover {
  color: #d3232a;
}

.site-header .nav-primary .genesis-nav-menu .sub-menu::before, .site-header .nav-primary .genesis-nav-menu .sub-menu::after {
  clear: both;
  content: "";
  display: block;
}

.site-header .nav-primary .genesis-nav-menu .sub-menu::before {
  border: 0.52rem solid transparent;
  border-bottom-color: #fff;
  content: '';
  display: block;
  position: absolute;
  top: -1.05rem;
  left: 3.25rem;
}

.site-header .nav-primary .genesis-nav-menu .sub-menu .sub-menu::before {
  display: none;
}

.site-header .nav-primary .genesis-nav-menu .sub-menu .menu-item.menu-item-has-children > a span:after {
  border-top-color: #232c39;
  vertical-align: 0.13rem;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
}

.site-header .nav-primary .genesis-nav-menu .header-menu-cta a {
  background-color: #D3232A;
  border-radius: 0;
  color: #fff;
  display: inline-block;
  font-size: 1.65rem;
  font-weight: 800;
  letter-spacing: -.4px;
  padding: 1.6rem 3.2rem;
  text-transform: none;
  margin-left: 2rem;
}

.site-header .nav-primary .genesis-nav-menu .header-menu-cta.current-menu-item a {
  color: #fff;
}

.site-header.shrink {
  background-color: #f0f4f5;
  padding: 1.2rem 0;
}

.site-header.shrink .title-area {
  padding: 0;
  max-width: 100px;
}

.site-header.shrink .title-area a {
  line-height: 0;
}

.site-header.shrink .nav-primary .genesis-nav-menu a {
  color: #000;
}

.site-header.shrink .nav-primary .genesis-nav-menu a:hover {
  color: #000;
}

.site-header.shrink .nav-primary .genesis-nav-menu li.current-menu-item a {
  color: #000;
}

.site-header.shrink .nav-primary .genesis-nav-menu li.menu-item.menu-item-has-children > a > span:after {
  border-top-color: #000;
}

.site-header.shrink .nav-primary .genesis-nav-menu .sub-menu a {
  color: #000;
}

.site-header.shrink .nav-primary .genesis-nav-menu .sub-menu a:hover {
  color: #000;
}

.site-header.shrink .nav-primary .genesis-nav-menu .sub-menu li.current-menu-item a {
  color: #000;
}

.site-header.shrink .nav-primary .genesis-nav-menu .header-menu-cta a {
  color: #fff;
}

.site-header.shrink .nav-primary .genesis-nav-menu .header-menu-cta.current-menu-item a {
  color: #fff;
}

@media only screen and (max-width: 650px) {
  .site-header {
    padding: 1.2rem 0;
  }
}

/* Responsive Menu (Plugin)
------------------------------------------------------------ */
#genesis-mobile-nav-primary {
  display: none;
}

/* Trigger Button
------------------------------------------- */
button#rmp_menu_trigger-10 {
  background: transparent !important;
  color: #000 !important;
  width: 50px !important;
  height: 50px !important;
  top: 1rem !important;
  right: 1rem !important;
  position: absolute !important;
  z-index: 10001 !important;
}

#rmp_menu_trigger-10 .responsive-menu-pro-inner {
  background-color: #000 !important;
  height: 0.25rem !important;
}

#rmp_menu_trigger-10 .responsive-menu-pro-inner::before {
  background-color: #000 !important;
  height: 0.25rem !important;
  top: 0.95rem !important;
  width: 75% !important;
}

#rmp_menu_trigger-10 .responsive-menu-pro-inner::after {
  background-color: #000 !important;
  height: 0.25rem !important;
  bottom: 0.95rem !important;
}

#rmp_menu_trigger-10.shrink .responsive-menu-pro-inner {
  background-color: #000 !important;
  height: 0.2rem !important;
}

#rmp_menu_trigger-10.shrink .responsive-menu-pro-inner::before {
  background-color: #000 !important;
  height: 0.2rem !important;
  top: 0.9rem !important;
}

#rmp_menu_trigger-10.shrink .responsive-menu-pro-inner::after {
  background-color: #000 !important;
  height: 0.2rem !important;
  bottom: 0.9rem !important;
}

#rmp_menu_trigger-10.is-active .responsive-menu-pro-inner {
  background-color: #000 !important;
}

#rmp_menu_trigger-10.is-active .responsive-menu-pro-inner::before, #rmp_menu_trigger-10.is-active .responsive-menu-pro-inner::after {
  background-color: #000 !important;
  top: 0 !important;
  bottom: 0 !important;
}

/* Menu Container
------------------------------------------- */
#rmp-menu-title-10 {
  display: block !important;
  text-align: left !important;
  margin-bottom: 8rem;
}

#rmp-menu-title-10:hover {
  background: transparent !important;
}

#rmp-menu-title-10 a {
  float: none !important;
  text-align: left !important;
}

#rmp-menu-title-10 a img {
  float: none !important;
  margin: 0 0 5rem 0.8rem !important;
  text-align: left !important;
  width: 140px !important;
  height: auto !important;
}

#rmp-container-10 {
  background: #f8f7f7 !important;
  padding: 140px 27px 0 40px !important;
  width: 40% !important;
  z-index: 10000 !important;
  border-left: 6px solid #D3232A;
}

#rmp-container-10 .rmp-menu-wrap {
  background: #f8f7f7 !important;
}

#rmp-container-10 .rmp-menu-wrap .rmp-menu li.rmp-menu-item {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#rmp-container-10 .rmp-menu-wrap .rmp-menu li.rmp-menu-item a {
  border-bottom: none !important;
  color: #000 !important;
  height: auto !important;
  line-height: inherit !important;
  padding: 1.8rem 0.8rem !important;
  text-align: left !important;
}

#rmp-container-10 .rmp-menu-wrap .rmp-menu li.rmp-menu-item a:hover {
  color: #000 !important;
}

#rmp-container-10 .rmp-menu-wrap .rmp-menu li.rmp-menu-item a .fa {
  margin-right: 0 !important;
}

#rmp-container-10 .rmp-menu-wrap .rmp-menu li.rmp-menu-item a .rmp-menu-subarrow {
  background: transparent !important;
  border-left: none !important;
  color: #000 !important;
  font-size: 11px !important;
  font-size: 1.1rem !important;
  font-weight: 300 !important;
  line-height: 68px !important;
  width: 55px !important;
  height: auto !important;
  right: 0rem !important;
}

#rmp-container-10 .rmp-menu-wrap .rmp-menu li.rmp-menu-item a .rmp-menu-subarrow:hover {
  box-shadow: none !important;
}

#rmp-container-10 .rmp-menu-wrap .rmp-menu li.rmp-menu-item .rmp-menu-item-link {
  background: #f8f7f7 !important;
  font-size: 19px !important;
  font-size: 1.9rem !important;
  font-family: "Manrope", sans-serif !important;
  font-weight: 700 !important;
  text-transform: none;
  letter-spacing: -0.6px !important;
}

#rmp-container-10 .rmp-menu-wrap .rmp-menu li.rmp-menu-current-item a {
  color: #000 !important;
}

#rmp-container-10 .rmp-menu-wrap .rmp-menu ul.rmp-submenu li.rmp-menu-item .rmp-menu-item-link {
  font-size: 17.5px !important;
  font-size: 1.75rem !important;
  text-align: left !important;
}

#rmp-container-10 .rmp-menu-wrap .rmp-menu ul.rmp-submenu li.rmp-menu-item a {
  padding-left: 2.5rem !important;
}

#rmp-container-10 .rmp-menu-wrap .rmp-menu ul.rmp-submenu-depth-2 li.rmp-menu-item a {
  padding-left: 4.4rem !important;
}

#rmp-container-10 .rmp-menu-wrap .rmp-menu li.header-menu-cta.rmp-menu-item a {
  border-bottom: none !important;
  border-radius: 0 !important;
  background-color: #D3232A !important;
  color: #fff !important;
  font-size: 1.6rem !important;
  height: auto !important;
  line-height: inherit !important;
  padding: 1.4rem 2rem !important;
  margin-top: 1.8rem;
  text-align: center !important;
}

#rmp-container-10 .rmp-menu-wrap .rmp-menu li.header-menu-cta.rmp-menu-item a:hover {
  color: #fff !important;
}

@media only screen and (max-width: 1024px) {
  #genesis-nav-primary {
    display: none;
  }
  /* Trigger Button
	------------------------------------------- */
  button#rmp_menu_trigger-10 {
    top: 6.5rem !important;
  }
  button#rmp_menu_trigger-10.is-active {
    top: 2.4rem !important;
  }
  /* Menu Container
	------------------------------------------- */
  #rmp-container-10 {
    width: 100% !important;
    padding: 4rem 2.5rem 6rem !important;
    text-align: center !important;
  }
}

@media only screen and (max-width: 650px) {
  /* Trigger Button
	------------------------------------------- */
  button#rmp_menu_trigger-10 {
    top: 3.1rem !important;
  }
  button#rmp_menu_trigger-10.is-active {
    top: 2.85rem !important;
  }
}

/* Footer Widgets
------------------------------------------------------------ */
.footer-widgets {
  background-color: #F8F7F7;
  background: url("/wp-content/themes/genesis-sample/main-assets/project-files/images/logo-footer-bg.png");
  background-repeat: no-repeat;
  background-size: auto, auto;
  background-position: center right;
  border-top: none;
  color: #000;
  font-size: 1.55rem;
  padding: 10rem 0;
}

.footer-widgets .footer-widget-area {
  padding: 0;
}

.footer-widgets .widget-title {
  color: #fff;
  font-size: 1.95rem;
  font-weight: 600;
  margin-bottom: 2rem;
}

.footer-widgets .footer-widgets-1 {
  width: 25%;
  margin-right: 5%;
}

.footer-widgets .footer-widgets-1 figure {
  max-width: 200px;
  margin-bottom: 0;
}

.footer-widgets .footer-widgets-2 {
  width: 70%;
  padding-top: .6rem;
}

.footer-widgets .footer-widgets-2 ul.menu {
  float: right;
  display: flex;
  gap: 4rem;
}

.footer-widgets .footer-widgets-2 ul.menu a {
  color: #000;
  font-size: 1.9rem;
  font-weight: 600;
  text-decoration: none;
}

.footer-widgets .footer-widgets-2 .footer-social-icons {
  float: right;
  gap: 2.5rem;
}

@media only screen and (max-width: 1024px) {
  .footer-widgets {
    padding: 8rem 0;
  }
  .footer-widgets .footer-widgets-1 {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5rem;
  }
  .footer-widgets .footer-widgets-1 figure {
    max-width: 180px;
    margin-bottom: 0;
  }
  .footer-widgets .footer-widgets-2 {
    width: 100%;
    padding-top: 0;
  }
  .footer-widgets .footer-widgets-2 ul.menu {
    float: left;
    gap: 4rem;
  }
  .footer-widgets .footer-widgets-2 ul.menu a {
    font-size: 1.8rem;
  }
  .footer-widgets .footer-widgets-2 .footer-social-icons {
    float: left;
    gap: 3rem;
  }
}

@media only screen and (max-width: 800px) {
  .footer-widgets .footer-widgets-1 figure {
    max-width: 180px;
    margin-bottom: 0;
  }
  .footer-widgets .footer-widgets-2 ul.menu {
    float: left;
    column-gap: 4rem;
    row-gap: 1rem;
    flex-wrap: wrap;
  }
  .footer-widgets .footer-widgets-2 ul.menu a {
    font-size: 1.75rem;
  }
  .footer-widgets .footer-widgets-2 .footer-social-icons {
    float: left;
    gap: 3rem;
  }
}

@media only screen and (max-width: 800px) {
  .footer-widgets .footer-widgets-1 figure {
    max-width: 150px;
  }
  .footer-widgets .footer-widgets-2 ul.menu {
    display: block;
  }
  .footer-widgets .footer-widgets-2 ul.menu a {
    font-size: 1.8rem;
  }
  .footer-widgets .footer-widgets-2 .footer-social-icons {
    gap: 2rem;
  }
}

/* Site Footer
------------------------------------------------------------ */
.site-footer {
  border-top: none;
  color: #000;
  font-size: 1.4rem;
  font-weight: 500;
  padding: 2rem 0;
}

.site-footer a {
  color: inherit;
  text-decoration: underline;
}

.site-footer .left {
  clear: both;
  float: left;
}

.site-footer .right {
  float: right;
  text-align: right;
}

@media only screen and (max-width: 800px) {
  .site-footer {
    font-size: 1.3rem;
  }
  .site-footer .left {
    width: 100%;
    margin-bottom: .6rem;
    text-align: center;
  }
  .site-footer .right {
    width: 100%;
    float: left;
    text-align: center;
  }
}

/* Links 
------------------------------------------------------------ */
a:focus {
  outline: none;
}

.content a:not(.cta-button):not(.cta-inline):not(.entry-title-link):not(.swp_share_link):not(.breadcrumb-link):not([rel="category tag"]):not(.accordion-block__heading) {
  box-shadow: inset 0 -2px 0 0 #D3232A;
  color: #D3232A;
  font-weight: 500;
  text-decoration: none;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.content a:not(.cta-button):not(.cta-inline):not(.entry-title-link):not(.swp_share_link):not(.breadcrumb-link):not([rel="category tag"]):not(.accordion-block__heading):hover {
  color: #D3232A;
  box-shadow: inset 0 -3px 0 0 #D3232A;
}

.content a:not(.cta-button):not(.cta-inline):not(.entry-title-link):not(.swp_share_link):not(.breadcrumb-link):not([rel="category tag"]):not(.accordion-block__heading):focus {
  outline: none;
}

.content figure a,
.content figure a:hover,
.content img a,
.content img a:hover {
  box-shadow: none !important;
}

/* Typography 
------------------------------------------------------------ */
h1,
h2,
h3,
h4,
h5 {
  color: #000000;
  font-weight: 700;
  font-family: "Manrope", sans-serif;
  margin-bottom: 3rem;
}

h1 {
  font-size: 4.6rem;
  line-height: 1.25;
  letter-spacing: -.8px;
  margin-bottom: 1.5rem;
}

h2 {
  font-size: 3.8rem;
  line-height: 1.35;
  letter-spacing: -.8px;
}

h3 {
  font-size: 2.6rem;
  line-height: 1.35;
  letter-spacing: -.8px;
}

h4 {
  font-size: 2.05rem;
  line-height: 1.35;
}

h5 {
  color: #555;
  font-size: 1.38rem;
  line-height: 1.4;
  letter-spacing: 1px;
  margin-bottom: .8rem;
  text-transform: uppercase;
}

@media only screen and (max-width: 1440px) {
  h1 {
    font-size: 4.4rem;
  }
  h2 {
    font-size: 3.8rem;
  }
  h3 {
    font-size: 2.6rem;
  }
  h4 {
    font-size: 2.05rem;
  }
}

@media only screen and (max-width: 1024px) {
  h1 {
    font-size: 4rem;
  }
  h2 {
    font-size: 3.4rem;
  }
  h3 {
    font-size: 2.3rem;
  }
  h4 {
    font-size: 2rem;
  }
}

@media only screen and (max-width: 800px) {
  h1 {
    font-size: 3.6rem;
  }
  h2 {
    font-size: 3rem;
  }
  h3 {
    font-size: 2.2rem;
  }
  h4 {
    font-size: 2rem;
  }
}

@media only screen and (max-width: 650px) {
  h1 {
    font-size: 3rem;
    line-height: 1.4;
    letter-spacing: -.4px;
  }
  h2 {
    font-size: 2.6rem;
    line-height: 1.4;
  }
  h3 {
    font-size: 2.1rem;
  }
  h4 {
    font-size: 1.9rem;
  }
  h5 {
    font-size: 1.25rem;
    margin-bottom: 1.1rem;
  }
}

/* CTAs & Buttons
------------------------------------------------------------ */
.cta-button {
  border-radius: 0;
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 800;
  letter-spacing: -0.4px;
  padding: 1.4rem 3.8rem;
  text-decoration: none;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.cta-button--primary {
  background: #D3232A;
  border: 2px solid #D3232A;
  color: #fff;
}

.cta-button--primary:hover, .cta-button--primary:focus {
  background: #D3232A;
  border: 2px solid #D3232A;
  color: #fff;
}

.cta-button--secondary {
  background: transparent;
  border: 2px solid #D3232A;
  color: #D3232A;
}

.cta-button--secondary:hover, .cta-button--secondary:focus {
  background: transparent;
  color: #D3232A;
}

.cta-button--white {
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
}

.cta-button--white:hover {
  color: #fff;
}

@media only screen and (max-width: 650px) {
  .cta-button {
    font-size: 1.5rem;
  }
}

.cta-inline {
  color: #D3232A;
  display: inline-block;
  font-weight: 500;
  text-decoration: none;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.cta-inline:hover {
  color: #D3232A;
  box-shadow: inset 0 -2px 0 0 #D3232A;
}

/* Blog Pages 
------------------------------------------------------------ */
/* Single Post Templates
------------------------------------------------------------ */
.single-post.hero-bg .single-post-hero .breadcrumb {
  font-size: 1.4rem;
  font-weight: 500;
}

.single-post.hero-bg .single-post-hero .entry-title {
  font-size: 5rem;
}

.single-post.hero-bg .single-post-hero .entry-meta {
  font-size: 1.4rem;
  font-weight: 500;
}

.single-post.classic .site-inner {
  padding: 8rem 1.5rem;
}

.single-post.classic .breadcrumb {
  color: #000;
  font-size: 1.4rem;
  font-weight: 500;
}

.single-post.classic .breadcrumb a {
  color: #000;
}

.single-post.classic .entry-header {
  max-width: 880px;
  margin: 0 auto 4rem;
}

.single-post.classic .entry-title {
  color: #000000;
  font-size: 4.4rem;
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  text-align: left;
  margin-bottom: 3rem;
}

.single-post.classic .entry-meta {
  color: #000;
  font-size: 1.5rem;
  font-weight: 600;
  text-align: left;
}

.single-post.classic .entry-meta a {
  color: #D3232A;
}

.single-post.classic .singular-image {
  max-width: calc(100% + 360px);
  margin-left: -180px;
  margin-right: -180px;
}

.single-post .entry-content .attachment-post-image {
  margin-bottom: 4rem;
}

.single-post .entry-content figure {
  margin-bottom: 4rem;
}

.single-post .entry-content ol, .single-post .entry-content ul {
  padding-left: 4rem;
}

.single-post .entry-content ol li, .single-post .entry-content ul li {
  margin-bottom: 1.6rem;
}

@media only screen and (max-width: 1024px) {
  .single-post.hero-bg .single-post-hero {
    padding: 25rem 0 6rem;
  }
  .single-post.classic .entry-title {
    font-size: 4rem;
  }
  .single-post.classic .singular-image {
    width: 100%;
    margin: 0 auto 3rem;
  }
}

@media only screen and (max-width: 800px) {
  .single-post.hero-bg .single-post-hero .entry-title {
    font-size: 4rem;
  }
  .single-post.classic .entry-title {
    font-size: 3.6rem;
  }
}

@media only screen and (max-width: 650px) {
  .single-post.hero-bg .single-post-hero {
    padding: 16rem 0 6rem;
  }
  .single-post.hero-bg .single-post-hero .entry-title {
    font-size: 3.2rem;
  }
  .single-post.hero-bg .single-post-hero .entry-meta,
  .single-post.hero-bg .single-post-hero .breadcrumb {
    font-size: 1.35rem;
  }
  .single-post.classic .site-inner {
    padding: 5rem 1.5rem;
  }
  .single-post.classic .entry-title {
    font-size: 2.8rem;
    line-height: 1.3;
  }
  .single-post.classic .entry-meta,
  .single-post.classic .breadcrumb {
    font-size: 1.35rem;
  }
  .single-post .entry-content ol, .single-post .entry-content ul {
    padding-left: 2rem;
  }
}

/* Blog Archives 
------------------------------------------------------------ */
.blog .content,
.archive .content,
.search-results .content,
.search-no-results .content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 3rem;
  grid-row-gap: 6rem;
}

.blog .entry,
.archive .entry,
.search-results .entry,
.search-no-results .entry {
  border-radius: 0px;
  transition: all 0.1s cubic-bezier(0, 1, 0.5, 1);
  -webkit-transition: all 0.1s cubic-bezier(0, 1, 0.5, 1);
}

.blog .entry .entry-image,
.archive .entry .entry-image,
.search-results .entry .entry-image,
.search-no-results .entry .entry-image {
  border-radius: 0 0 0 0;
}

.blog .entry .entry-header .entry-title,
.blog .entry .entry-header .entry-title a,
.archive .entry .entry-header .entry-title,
.archive .entry .entry-header .entry-title a,
.search-results .entry .entry-header .entry-title,
.search-results .entry .entry-header .entry-title a,
.search-no-results .entry .entry-header .entry-title,
.search-no-results .entry .entry-header .entry-title a {
  border-bottom: none;
  color: #000000;
  font-size: 2.1rem;
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  text-decoration: none;
  margin: 0 auto 1rem;
}

.blog .entry .entry-header .entry-meta,
.archive .entry .entry-header .entry-meta,
.search-results .entry .entry-header .entry-meta,
.search-no-results .entry .entry-header .entry-meta {
  color: #000;
  font-size: 1.3rem;
  font-style: italic;
  font-weight: 500;
}

.blog .entry .entry-content,
.archive .entry .entry-content,
.search-results .entry .entry-content,
.search-no-results .entry .entry-content {
  font-size: 1.5rem;
}

.blog .entry .entry-content p,
.archive .entry .entry-content p,
.search-results .entry .entry-content p,
.search-no-results .entry .entry-content p {
  margin-top: 1rem;
}

.blog .entry .entry-content p:last-child,
.archive .entry .entry-content p:last-child,
.search-results .entry .entry-content p:last-child,
.search-no-results .entry .entry-content p:last-child {
  margin-bottom: 0;
}

.blog .archive-pagination,
.archive .archive-pagination,
.search-results .archive-pagination,
.search-no-results .archive-pagination {
  float: none;
  margin: 8rem auto 0;
  text-align: center;
}

.blog .archive-pagination ul,
.archive .archive-pagination ul,
.search-results .archive-pagination ul,
.search-no-results .archive-pagination ul {
  text-align: center;
}

.blog .archive-pagination li a,
.archive .archive-pagination li a,
.search-results .archive-pagination li a,
.search-no-results .archive-pagination li a {
  background-color: #f8f7f7;
  color: #000;
  font-weight: 700;
  padding: 1rem 1.8rem;
}

.blog .archive-pagination li a:hover, .blog .archive-pagination li a:focus,
.archive .archive-pagination li a:hover,
.archive .archive-pagination li a:focus,
.search-results .archive-pagination li a:hover,
.search-results .archive-pagination li a:focus,
.search-no-results .archive-pagination li a:hover,
.search-no-results .archive-pagination li a:focus {
  background-color: #D3232A;
  color: #fff;
}

.blog .archive-pagination li.active a,
.archive .archive-pagination li.active a,
.search-results .archive-pagination li.active a,
.search-no-results .archive-pagination li.active a {
  background-color: #000;
  color: #fff;
}

.blog .archive-description,
.archive .archive-description,
.search-results .archive-description,
.search-no-results .archive-description {
  background-color: #f8f7f7;
  margin-bottom: 12rem;
  padding: 8rem 1.5rem;
  text-align: center;
}

.blog .archive-description .archive-title,
.archive .archive-description .archive-title,
.search-results .archive-description .archive-title,
.search-no-results .archive-description .archive-title {
  color: #000;
  font-size: 4.4rem;
  font-weight: 700;
  margin: 0 auto 0;
  max-width: 1400px;
}

.blog .archive-description p,
.archive .archive-description p,
.search-results .archive-description p,
.search-no-results .archive-description p {
  color: #000;
  font-size: 1.65rem;
  max-width: 640px;
  margin: 0 auto;
}

.search-no-results .entry {
  box-shadow: none;
}

@media only screen and (max-width: 1024px) {
  .blog .content,
  .archive .content {
    grid-template-columns: repeat(2, 1fr);
  }
  .blog .archive-description .archive-title,
  .archive .archive-description .archive-title {
    font-size: 4rem;
  }
}

@media only screen and (max-width: 800px) {
  .blog .archive-description,
  .archive .archive-description {
    padding: 5rem 1.5rem;
    margin-bottom: 8rem;
  }
  .blog .archive-description .archive-title,
  .archive .archive-description .archive-title {
    font-size: 3.6rem;
  }
}

@media only screen and (max-width: 650px) {
  .blog .content,
  .archive .content {
    grid-template-columns: repeat(1, 1fr);
  }
  .blog .content .entry,
  .archive .content .entry {
    padding: 4rem 2.5rem 0;
  }
  .blog .content .entry .entry-header .entry-title,
  .blog .content .entry .entry-header .entry-title a,
  .archive .content .entry .entry-header .entry-title,
  .archive .content .entry .entry-header .entry-title a {
    font-size: 2rem;
  }
  .blog .content .entry .entry-header .entry-meta,
  .archive .content .entry .entry-header .entry-meta {
    font-size: 1.25rem;
  }
  .blog .archive-description .archive-title,
  .archive .archive-description .archive-title {
    font-size: 3rem;
  }
  .blog .archive-description p,
  .archive .archive-description p {
    font-size: 1.55rem;
  }
}

/* 404 Page
------------------------------------------------------------ */
.error-404 {
  text-align: center;
}

.error-404 .content {
  padding: 12rem 0;
}

.error-404 .content h2 {
  margin-bottom: 2rem;
}

.error-404 .content h4 {
  margin-bottom: 5rem;
}

.error-404 .content {
  padding: 12rem 0;
}

@media only screen and (max-width: 650px) {
  .error-404 .content {
    padding: 8rem 0;
  }
}

/* Contact Form
------------------------------------------------------------ */
.contact-form-container .fluentform .ff-el-group {
  margin-bottom: 5rem;
}

.contact-form-container .fluentform .ff-el-group.no-margin-bottom {
  margin-bottom: 0;
}

.contact-form-container .fluentform .ff-el-form-control {
  background-color: transparent;
  color: #000;
  font-size: 1.5rem;
  font-weight: 500;
  padding: 1.5rem 0;
  border: none;
  border-bottom: 1px solid #000;
  border-radius: 0;
}

.contact-form-container .fluentform .ff-el-form-control.ff-el-phone {
  padding: 1.5rem 2rem 1.5rem 7rem;
}

.contact-form-container .fluentform .ff-el-form-control:focus {
  color: #000;
  border-color: #000;
}

.contact-form-container .fluentform .ff-el-input--label.ff-el-is-required.asterisk-right label::after {
  display: none;
}

.contact-form-container .fluentform .ff-el-input--label label {
  color: #000;
  font-size: 1.3rem;
  font-weight: 800;
  letter-spacing: .8px;
  text-transform: uppercase;
}

.contact-form-container .fluentform .ff-btn {
  background-color: #D3232A !important;
  border-radius: 0 !important;
  color: #fff !important;
  font-size: 1.6rem !important;
  font-weight: 800 !important;
  letter-spacing: -0.4px !important;
  line-height: inherit !important;
  padding: 1.4rem 3.8rem !important;
  text-transform: none !important;
  -webkit-transition: all 0.3s ease-in-out !important;
  -moz-transition: all 0.3s ease-in-out !important;
  -ms-transition: all 0.3s ease-in-out !important;
  -o-transition: all 0.3s ease-in-out !important;
  transition: all 0.3s ease-in-out !important;
}

.contact-form-container .fluentform .ff-btn:hover, .contact-form-container .fluentform .ff-btn:focus {
  background-color: #D3232A !important;
  color: #fff !important;
  opacity: 1 !important;
}

.contact-form-container .fluentform .ff-message-success {
  border: none;
  box-shadow: none;
  color: #000;
  font-size: 1.6rem;
  font-weight: 500;
  font-style: italic;
  padding: 0;
  margin-top: 3rem;
}

.contact-form-container .fluentform .ff-el-is-error .text-danger {
  font-size: 1.3rem;
  font-weight: 500;
}

.contact-form-container .gdpr-note .ff_t_c {
  color: #000;
  display: inline-block;
  font-size: 1.4rem;
  font-style: italic;
  text-align: left;
  position: relative;
  top: -.3rem;
}

.contact-form-container.narrow {
  max-width: 740px;
  margin: 0 auto;
}

.contact-form-container--white-text {
  color: #fff !important;
}

.contact-form-container--white-text h4, .contact-form-container--white-text label, .contact-form-container--white-text p {
  color: #fff !important;
}

.contact-form-container--white-text .gdpr-note .ff_t_c {
  color: #fff;
}

.contact-form-container--white-text span.iti__country-name {
  color: #000 !important;
}

.contact-form-container--white-button .ff-btn {
  background-color: #fff !important;
  color: #333 !important;
}

.contact-form-container--white-button .ff-btn:hover, .contact-form-container--white-button .ff-btn:focus {
  background-color: #fff !important;
  color: #333 !important;
}

@media only screen and (max-width: 650px) {
  .contact-form-container .fluentform .ff-el-form-control {
    font-size: 1.4rem;
    padding: 1.5rem;
  }
  .contact-form-container .fluentform .ff-btn {
    font-size: 1.5rem;
  }
}

/* Simple Lightbox 
------------------------------------------------------------ */
.sl-wrapper {
  z-index: 9999 !important;
}

.sl-wrapper .sl-counter {
  font-size: 1.35rem;
  font-weight: 600;
  letter-spacing: 1.5px;
}

.sl-wrapper .sl-close {
  font-size: 4rem;
}

.sl-wrapper .sl-navigation button.sl-next {
  font-size: 4.5rem;
}

.sl-wrapper .sl-navigation button.sl-prev {
  font-size: 4.5rem;
}

.sl-overlay {
  background: #000 !important;
  opacity: 0.8 !important;
  z-index: 9998 !important;
}

@media only screen and (max-width: 650px) {
  .sl-wrapper .sl-counter {
    font-size: 1.2rem;
    letter-spacing: 1.2px;
  }
  .sl-wrapper .sl-close {
    font-size: 2.8rem;
    top: 3.5rem;
    right: 2.5rem;
  }
  .sl-wrapper .sl-navigation button.sl-next {
    font-size: 3rem;
  }
  .sl-wrapper .sl-navigation button.sl-prev {
    font-size: 3rem;
  }
}

/* Latest Blog Posts Block
------------------------------------------------------------ */
.latest-blog-posts-block li a {
  box-shadow: none !important;
  color: #000000 !important;
  font-size: 2.1rem;
  font-family: "Manrope", sans-serif;
  font-weight: 700 !important;
  line-height: 1.5;
  text-decoration: none;
  margin: 0;
}

.latest-blog-posts-block li a:hover {
  color: inherit !important;
}

.latest-blog-posts-block li .wp-block-latest-posts__featured-image {
  margin-bottom: 3rem;
}

@media only screen and (max-width: 800px) {
  .latest-blog-posts-block li a {
    font-size: 1.9rem;
  }
}

/* Gutenberg Gallery Block 
------------------------------------------------------------ */
@media only screen and (max-width: 650px) {
  .wp-block-gallery .blocks-gallery-grid .blocks-gallery-item {
    width: 100% !important;
    margin: 2rem 0 0;
  }
}

/* Accordion Block
------------------------------------------------------------ */
.accordion-block__heading {
  background-color: #082630;
  border-radius: 0;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.55;
  padding: 1.7rem 1.5rem 1.7rem 5rem;
  position: relative;
}

.accordion-block__heading:hover, .accordion-block__heading:focus {
  color: #fff;
}

.accordion-block__heading::before {
  content: "+";
  font-size: 2.6rem;
  position: absolute;
  top: .93rem;
  left: 2rem;
}

.accordion-block__heading.is-active::before {
  content: "-";
  font-size: 3.4rem;
  position: absolute;
  top: .1rem;
  left: 2.2rem;
}

.accordion-block__content {
  font-size: inherit;
}

/* Slider Blocks
------------------------------------------------------------ */
/* Swiper Slider
------------------------------------------------------------ */
.swiper-button-next:focus,
.swiper-button-prev:focus {
  outline: none;
}

/* Testimonial Slider Block
------------------------------------------------------------ */
.testimonial-slider-block {
  max-width: none;
  margin: 0 auto;
}

.testimonial-slider-block .swiper-container {
  width: 72%;
}

.testimonial-slider-block .swiper-container .swiper-pagination-bullet {
  background: #D3232A;
  width: 11px;
  height: 11px;
}

.testimonial-slider-block .swiper-button-next,
.testimonial-slider-block .swiper-button-prev {
  background-color: #D3232A;
  border: 2px solid #D3232A;
  border-radius: 50%;
  padding: 2.8rem;
  top: 44%;
}

.testimonial-slider-block .swiper-button-next::after,
.testimonial-slider-block .swiper-button-prev::after {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
}

.testimonial-slider-block .swiper-button-next {
  right: 0;
}

.testimonial-slider-block .swiper-button-next::after {
  padding-left: .3rem;
}

.testimonial-slider-block .swiper-button-prev {
  left: 0;
}

.testimonial-slider-block .swiper-button-prev::after {
  padding-right: .3rem;
}

.testimonial-slider-block--nav-top-right .swiper-container {
  width: 100%;
}

.testimonial-slider-block--nav-top-right .swiper-button-next {
  top: 6.5rem;
  right: 2rem;
}

.testimonial-slider-block--nav-top-right .swiper-button-prev {
  top: 6.5rem;
  right: 9.5rem;
  left: auto;
}

@media only screen and (max-width: 960px) {
  .testimonial-slider-block .swiper-container {
    width: 78%;
  }
  .testimonial-slider-block .swiper-button-next,
  .testimonial-slider-block .swiper-button-prev {
    padding: 2.2rem;
  }
  .testimonial-slider-block .swiper-button-next::after,
  .testimonial-slider-block .swiper-button-prev::after {
    font-size: 1.4rem;
  }
  .testimonial-slider-block .swiper-button-next {
    right: 0;
  }
  .testimonial-slider-block .swiper-button-next::after {
    padding-left: .2rem;
  }
  .testimonial-slider-block .swiper-button-prev {
    left: 0;
  }
  .testimonial-slider-block .swiper-button-prev::after {
    padding-right: .2rem;
  }
  .testimonial-slider-block--nav-top-right .swiper-container {
    width: 100%;
  }
  .testimonial-slider-block--nav-top-right .swiper-button-next {
    top: 6.5rem;
    right: 2rem;
  }
  .testimonial-slider-block--nav-top-right .swiper-button-prev {
    top: 6.5rem;
    right: 8.5rem;
    left: auto;
  }
}

@media only screen and (max-width: 650px) {
  .testimonial-slider-block .swiper-container {
    width: 100%;
  }
  .testimonial-slider-block .swiper-button-next,
  .testimonial-slider-block .swiper-button-prev {
    display: none;
  }
  .testimonial-slider-block .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 .5rem;
  }
}

/* Gallery Slider Block
------------------------------------------------------------ */
.gallery-slider-block {
  max-width: none;
  margin: 0 auto;
}

.gallery-slider-block .swiper-container {
  width: 88%;
}

.gallery-slider-block .swiper-container .swiper-pagination-bullet {
  background: #D3232A;
  width: 11px;
  height: 11px;
}

.gallery-slider-block .swiper-button-next,
.gallery-slider-block .swiper-button-prev {
  background-color: #D3232A;
  border: 2px solid #D3232A;
  border-radius: 50%;
  padding: 2.8rem;
  top: 44%;
}

.gallery-slider-block .swiper-button-next::after,
.gallery-slider-block .swiper-button-prev::after {
  color: #fff;
  font-size: 2.1rem;
  font-weight: 700;
}

.gallery-slider-block .swiper-button-next {
  right: 0;
}

.gallery-slider-block .swiper-button-next::after {
  padding-left: .3rem;
}

.gallery-slider-block .swiper-button-prev {
  left: 0;
}

.gallery-slider-block .swiper-button-prev::after {
  padding-right: .3rem;
}

.gallery-slider-block--nav-top-right .swiper-container {
  width: 100%;
}

.gallery-slider-block--nav-top-right .swiper-button-next {
  top: 6.5rem;
  right: 2rem;
}

.gallery-slider-block--nav-top-right .swiper-button-prev {
  top: 6.5rem;
  right: 10.5rem;
  left: auto;
}

@media only screen and (max-width: 1200px) {
  .gallery-slider-block .swiper-container {
    width: 82%;
  }
  .gallery-slider-block--nav-top-right .swiper-container {
    width: 100%;
  }
}

@media only screen and (max-width: 960px) {
  .gallery-slider-block .swiper-container {
    width: 82%;
  }
  .gallery-slider-block .swiper-button-next,
  .gallery-slider-block .swiper-button-prev {
    padding: 2.2rem;
  }
  .gallery-slider-block .swiper-button-next::after,
  .gallery-slider-block .swiper-button-prev::after {
    font-size: 1.4rem;
  }
  .gallery-slider-block .swiper-button-next {
    right: 0;
  }
  .gallery-slider-block .swiper-button-next::after {
    padding-left: .2rem;
  }
  .gallery-slider-block .swiper-button-prev {
    left: 0;
  }
  .gallery-slider-block .swiper-button-prev::after {
    padding-right: .2rem;
  }
  .gallery-slider-block--nav-top-right .swiper-container {
    width: 100%;
  }
  .gallery-slider-block--nav-top-right .swiper-button-next {
    top: 6.5rem;
    right: 2rem;
  }
  .gallery-slider-block--nav-top-right .swiper-button-prev {
    top: 6.5rem;
    right: 8.5rem;
    left: auto;
  }
}

@media only screen and (max-width: 650px) {
  .gallery-slider-block .swiper-container {
    width: 100%;
  }
  .gallery-slider-block .swiper-button-next,
  .gallery-slider-block .swiper-button-prev {
    display: none;
  }
  .gallery-slider-block .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 .5rem;
  }
}

/* Hub Block Type 01 Slider
------------------------------------------------------------ */
.hub-block-type-01-slider {
  max-width: none;
  margin: 0 auto;
}

.hub-block-type-01-slider .swiper-container {
  width: 88%;
}

.hub-block-type-01-slider .swiper-container .swiper-pagination-bullet {
  background: #D3232A;
  width: 11px;
  height: 11px;
}

.hub-block-type-01-slider .swiper-button-next,
.hub-block-type-01-slider .swiper-button-prev {
  background-color: #D3232A;
  border: 2px solid #D3232A;
  border-radius: 50%;
  padding: 2.8rem;
  top: 44%;
}

.hub-block-type-01-slider .swiper-button-next::after,
.hub-block-type-01-slider .swiper-button-prev::after {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
}

.hub-block-type-01-slider .swiper-button-next {
  right: 0;
}

.hub-block-type-01-slider .swiper-button-next::after {
  padding-left: .3rem;
}

.hub-block-type-01-slider .swiper-button-prev {
  left: 0;
}

.hub-block-type-01-slider .swiper-button-prev::after {
  padding-right: .3rem;
}

.hub-block-type-01-slider--nav-top-right .swiper-container {
  width: 100%;
}

.hub-block-type-01-slider--nav-top-right .swiper-button-next {
  top: 6.5rem;
  right: 2rem;
}

.hub-block-type-01-slider--nav-top-right .swiper-button-prev {
  top: 6.5rem;
  right: 9.5rem;
  left: auto;
}

@media only screen and (max-width: 650px) {
  .hub-block-type-01-slider .swiper-container {
    width: 100%;
  }
  .hub-block-type-01-slider .swiper-button-next,
  .hub-block-type-01-slider .swiper-button-prev {
    display: none;
  }
  .hub-block-type-01-slider .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 .5rem;
  }
}

/* Hub Block Type 03 Slider
------------------------------------------------------------ */
.hub-block-type-03-slider {
  max-width: none;
  margin: 0 auto;
}

.hub-block-type-03-slider .swiper-container {
  width: 88%;
}

.hub-block-type-03-slider .swiper-container .swiper-pagination-bullet {
  background: #D3232A;
  width: 11px;
  height: 11px;
}

.hub-block-type-03-slider .swiper-button-next,
.hub-block-type-03-slider .swiper-button-prev {
  background-color: #D3232A;
  border: 2px solid #D3232A;
  border-radius: 50%;
  padding: 2.8rem;
  top: 44%;
}

.hub-block-type-03-slider .swiper-button-next::after,
.hub-block-type-03-slider .swiper-button-prev::after {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
}

.hub-block-type-03-slider .swiper-button-next {
  right: 0;
}

.hub-block-type-03-slider .swiper-button-next::after {
  padding-left: .3rem;
}

.hub-block-type-03-slider .swiper-button-prev {
  left: 0;
}

.hub-block-type-03-slider .swiper-button-prev::after {
  padding-right: .3rem;
}

.hub-block-type-03-slider--nav-top-right .swiper-container {
  width: 100%;
}

.hub-block-type-03-slider--nav-top-right .swiper-button-next {
  top: 6.5rem;
  right: 2rem;
}

.hub-block-type-03-slider--nav-top-right .swiper-button-prev {
  top: 6.5rem;
  right: 9.5rem;
  left: auto;
}

.hub-block-type-03-slider .hub-block__type-03 {
  min-height: 350px;
}

@media only screen and (max-width: 650px) {
  .hub-block-type-03-slider .swiper-container {
    width: 100%;
  }
  .hub-block-type-03-slider .swiper-button-next,
  .hub-block-type-03-slider .swiper-button-prev {
    display: none;
  }
  .hub-block-type-03-slider .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 .5rem;
  }
}

/* Project Specific Styles
------------------------------------------------------------ */
.blocks-container ul {
  padding-left: 4rem;
  margin-bottom: 4rem;
}

.blocks-container ul li {
  list-style-type: disc;
  margin-bottom: 1.2rem;
}

.blocks-container ol {
  padding-left: 4rem;
  margin-bottom: 3rem;
}

.blocks-container ol li {
  list-style-type: numeric;
  margin-bottom: 1.8rem;
}

/* Cover Hero
------------------------------------------------------------ */
.cover-hero {
  min-height: unset;
  padding: 22rem 1.5rem;
}

.cover-hero h1 {
  max-width: 1080px;
  margin: 0 auto 1.5rem;
}

.cover-hero p {
  font-size: 2.1rem;
  font-weight: 500;
  max-width: 680px;
  margin: 0 auto;
}

.cover-hero.front-page {
  padding: 5rem 0 10rem;
}

.cover-hero.front-page .wp-block-cover__inner-container {
  padding-left: 10%;
}

.cover-hero.front-page h1 {
  font-size: 5.8rem;
  line-height: 1.25;
  max-width: 600px;
  margin-left: 0;
}

.cover-hero.front-page p {
  line-height: 1.55;
  max-width: 800px;
  margin-bottom: 3.5rem;
}

.cover-hero.front-page .cta-button--primary {
  background-color: #fff;
  border-color: #fff;
  color: #000;
}

@media only screen and (max-width: 1440px) {
  .cover-hero.front-page {
    padding: 5rem 0 7rem;
  }
  .cover-hero.front-page .wp-block-cover__inner-container {
    padding-left: 5%;
  }
  .cover-hero.front-page .wrap {
    padding: 0;
  }
  .cover-hero.front-page h1 {
    font-size: 4.8rem;
    line-height: 1.25;
    max-width: 550px;
  }
  .cover-hero.front-page p {
    font-size: 2rem;
    line-height: 1.55;
    max-width: 800px;
    margin-bottom: 3.5rem;
  }
}

@media only screen and (max-width: 1024px) {
  .cover-hero {
    min-height: unset;
    padding: 16rem 1.5rem;
  }
  .cover-hero p {
    font-size: 1.9rem;
  }
  .cover-hero.front-page {
    padding: 5rem 0 7rem;
  }
  .cover-hero.front-page .wp-block-cover__inner-container {
    padding: 0 1.5rem;
  }
  .cover-hero.front-page .wrap {
    padding: 0;
  }
  .cover-hero.front-page h1 {
    font-size: 4rem;
    line-height: 1.25;
    max-width: none;
  }
  .cover-hero.front-page p {
    font-size: 1.9rem;
    line-height: 1.55;
    max-width: 800px;
    margin-bottom: 3.5rem;
  }
}

@media only screen and (max-width: 800px) {
  .cover-hero {
    min-height: unset;
    padding: 14rem 1.5rem;
  }
  .cover-hero p {
    font-size: 1.75rem;
    line-height: 1.55;
  }
}

@media only screen and (max-width: 650px) {
  .cover-hero {
    min-height: unset;
    padding: 14rem 1.5rem;
  }
  .cover-hero p {
    font-size: 1.75rem;
    line-height: 1.55;
  }
  .cover-hero.front-page {
    padding: 5rem 0 5rem;
  }
  .cover-hero.front-page h1 {
    font-size: 3.2rem;
    line-height: 1.25;
    max-width: none;
  }
  .cover-hero.front-page p {
    font-size: 1.75rem;
    line-height: 1.55;
    max-width: 800px;
    margin-bottom: 3.5rem;
  }
}

/* Leadership Cols
------------------------------------------------------------ */
.leadership-cols {
  padding: 0;
  margin-bottom: 0;
}

.leadership-cols .image-col img {
  height: 520px;
  object-fit: cover;
  width: 100%;
}

.leadership-cols .content-col {
  padding-left: 10rem;
}

.leadership-cols .content-col h2 {
  margin-bottom: 2.5rem;
}

.leadership-cols .content-col p {
  font-size: 2.1rem;
  font-weight: 500;
  line-height: 1.65;
  max-width: 550px;
  margin-bottom: 2.5rem;
}

.leadership-cols.featured .image-col img {
  height: 600px;
  width: 100%;
}

.leadership-cols.featured .content-col {
  padding: 4rem 10rem;
}

.leadership-cols.featured .content-col p {
  max-width: none;
  margin-bottom: 2.8rem;
}

.leadership-cols.small .image-col img {
  height: 280px;
  object-fit: cover;
  width: 100%;
}

.leadership-cols.small .content-col {
  padding: 4rem;
}

.leadership-cols.small .content-col h2 {
  font-size: 2.8rem;
  margin-bottom: 1.5rem;
}

.leadership-cols.small .content-col p {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.65;
  max-width: 550px;
  margin-bottom: 1.5rem;
}

.leadership-cols.small .content-col p:last-child {
  margin-bottom: 0;
}

.leadership-cols.small .content-col a {
  box-shadow: none !important;
  color: #D3232A !important;
  font-size: 1.6rem;
  font-weight: 800 !important;
  letter-spacing: -.6px;
  text-decoration: none;
}

@media only screen and (max-width: 1024px) {
  .leadership-cols .image-col img {
    height: 420px;
  }
  .leadership-cols .content-col {
    padding-left: 4rem;
  }
  .leadership-cols .content-col h2 {
    margin-bottom: 2.5rem;
  }
  .leadership-cols .content-col p {
    font-size: 2rem;
  }
  .leadership-cols.featured {
    gap: 0;
  }
  .leadership-cols.featured .image-col img {
    height: 550px;
    width: 100%;
  }
  .leadership-cols.featured .content-col {
    padding: 0 5rem;
  }
  .leadership-cols.featured .content-col p {
    max-width: none;
    margin-bottom: 2.8rem;
  }
  .leadership-cols.small {
    gap: 0;
  }
  .leadership-cols.small .image-col img {
    height: 200px;
  }
  .leadership-cols.small .content-col {
    padding: 0 2rem;
  }
  .leadership-cols.small .content-col h2 {
    font-size: 2.2rem;
    margin-bottom: 1.5rem;
  }
  .leadership-cols.small .content-col p {
    font-size: 1.75rem;
    font-weight: 500;
    line-height: 1.65;
    max-width: 550px;
    margin-bottom: 1.5rem;
  }
  .leadership-cols.small .content-col p:last-child {
    margin-bottom: 0;
  }
  .leadership-cols.small .content-col a {
    box-shadow: none !important;
    color: #D3232A !important;
    font-size: 1.6rem;
    font-weight: 800 !important;
    letter-spacing: -.6px;
    text-decoration: none;
  }
}

@media only screen and (max-width: 780px) {
  .leadership-cols {
    gap: 0;
  }
  .leadership-cols .image-col {
    order: 0;
  }
  .leadership-cols .image-col figure {
    margin-bottom: 0;
  }
  .leadership-cols .image-col img {
    height: 320px;
  }
  .leadership-cols .content-col {
    padding: 4.5rem 3rem;
    order: 1;
  }
  .leadership-cols .content-col h2 {
    margin-bottom: 1.5rem;
  }
  .leadership-cols .content-col p {
    font-size: 1.7rem;
  }
  .leadership-cols.featured .image-col img {
    height: 550px;
  }
  .leadership-cols.featured .content-col {
    padding: 5rem;
  }
}

@media only screen and (max-width: 650px) {
  .leadership-cols {
    gap: 0;
  }
  .leadership-cols .image-col {
    order: 0;
  }
  .leadership-cols .image-col figure {
    margin-bottom: 0;
  }
  .leadership-cols .image-col img {
    height: 320px;
  }
  .leadership-cols .content-col {
    padding: 4.5rem 3rem;
    order: 1;
  }
  .leadership-cols .content-col h2 {
    margin-bottom: 1.5rem;
  }
  .leadership-cols .content-col p {
    font-size: 1.7rem;
  }
  .leadership-cols.featured .image-col img {
    height: 320px;
  }
  .leadership-cols.featured .content-col {
    padding: 4.5rem 3rem;
  }
  .leadership-cols.small .image-col img {
    height: 370px;
  }
  .leadership-cols.small .content-col {
    padding: 4rem 3rem;
  }
}

/* Two Members - Leadership Cols
------------------------------------------------------------ */
.two-members-cols {
  gap: 10rem;
  margin-bottom: 0;
  flex-wrap: nowrap !important;
}

@media only screen and (max-width: 1024px) {
  .two-members-cols {
    gap: 5rem;
  }
}

@media only screen and (max-width: 650px) {
  .two-members-cols {
    gap: 5rem;
    margin-bottom: 0;
    flex-wrap: wrap !important;
  }
}

/* History Slider
------------------------------------------------------------ */
.history-slider-group {
  padding-bottom: 12rem;
}

.history-slider-group h2 {
  margin-bottom: 8.5rem;
}

.history-slider-group .hub-block-type-03-slider--nav-top-right .swiper-button-next {
  top: 1.8rem;
  right: 0;
}

.history-slider-group .hub-block-type-03-slider--nav-top-right .swiper-button-prev {
  top: 1.8rem;
  right: 8rem;
}

.history-slider-group .buttons-block {
  margin-top: 8rem;
}

.history-slider .swiper-container {
  overflow: visible;
}

.history-slider .swiper-pagination {
  display: none;
  margin-top: 1rem;
}

.history-slider .hub-block__type-03 {
  min-height: unset;
  height: 330px;
  justify-content: flex-start;
}

.history-slider .main-content {
  padding: 2rem;
}

.history-slider .main-content h4 {
  font-size: 2.6rem;
  font-weight: 800;
}

.history-slider .date-description {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.45;
  margin-top: 2.5rem;
}

@media only screen and (max-width: 1024px) {
  .history-slider-group {
    padding-bottom: 8rem;
  }
  .history-slider-group .hub-block-type-03-slider--nav-top-right .swiper-button-next {
    right: 1.5rem;
  }
  .history-slider-group .hub-block-type-03-slider--nav-top-right .swiper-button-prev {
    right: 9.5rem;
  }
  .history-slider .swiper-container {
    overflow: hidden;
  }
  .history-slider .swiper-pagination {
    display: none;
  }
  .history-slider .hub-block__type-03 {
    min-height: unset;
    height: 350px;
    justify-content: flex-start;
  }
}

@media only screen and (max-width: 800px) {
  .history-slider .hub-block__type-03 {
    height: 300px;
  }
}

@media only screen and (max-width: 650px) {
  .history-slider-group h2 {
    margin-bottom: 5rem;
  }
  .history-slider-group .buttons-block {
    margin-top: 5rem;
  }
  .history-slider .swiper-pagination {
    display: block;
  }
  .history-slider .hub-block__type-03 {
    min-height: unset;
    height: 280px;
    justify-content: flex-start;
  }
  .history-slider .main-content h4 {
    font-size: 2.5rem;
  }
  .history-slider .date-description {
    font-size: 1.7rem;
  }
}

/* Theseis Group
------------------------------------------------------------ */
.theseis-group .intro-cols {
  font-size: 1.9rem;
  font-weight: 600;
  line-height: 1.55;
  gap: 15rem;
}

.theseis-group .intro-cols .wp-block-column:nth-child(2) {
  padding-top: .8rem;
}

.theseis-group .intro-cols h2 {
  max-width: 370px;
}

@media only screen and (max-width: 1024px) {
  .theseis-group .intro-cols {
    gap: 8rem;
  }
  .theseis-group .intro-cols h2 {
    max-width: none;
  }
}

@media only screen and (max-width: 800px) {
  .theseis-group .intro-cols {
    font-size: 1.7rem;
  }
  .theseis-group .intro-cols .wp-block-column {
    flex-basis: 100% !important;
  }
  .theseis-group .intro-cols h2 {
    max-width: none;
    margin-bottom: 1rem;
  }
}

@media only screen and (max-width: 650px) {
  .theseis-group .intro-cols {
    flex-wrap: wrap !important;
    gap: 0;
  }
  .theseis-group .intro-cols .wp-block-column {
    flex-basis: 100% !important;
  }
  .theseis-group .intro-cols h2 {
    max-width: none;
    margin-bottom: 1rem;
  }
}

/* Steps Slider Block
------------------------------------------------------------ */
.steps-slider .swiper-container {
  width: 100%;
}

.steps-slider .hub-block__type-01 {
  display: flex;
}

.steps-slider .hub-block__type-01 .image {
  flex-basis: 500px;
  flex-shrink: 0;
  flex-grow: 0;
}

.steps-slider .hub-block__type-01 .image img {
  width: 100%;
  height: 620px;
  object-fit: cover;
}

.steps-slider .hub-block__type-01 .main-content {
  background-color: #D3232A;
  color: #fff;
  display: flex;
  font-size: 1.9rem;
  font-weight: 500;
  line-height: 1.45;
  flex-direction: column;
  justify-content: center;
  padding: 0 6rem;
  height: 620px;
  flex-grow: 1;
}

.steps-slider .hub-block__type-01 .main-content a {
  box-shadow: none !important;
}

.steps-slider .hub-block__type-01 .main-content span.step {
  border: 2px solid #fff;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 800;
  padding: .8rem 2.4rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  width: fit-content;
  margin-bottom: 1.5rem;
}

.steps-slider .hub-block__type-01 .main-content h4 {
  color: #fff;
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: -.8px;
  line-height: 1.35;
  margin-bottom: 2rem;
}

.steps-slider .hub-block__type-01 .main-content .cta-button--primary {
  background-color: #fff;
  color: #000;
  width: fit-content;
  margin-top: 1.5rem;
}

.steps-slider .hub-block__type-01 .main-content .slider-controls {
  display: flex;
  align-items: center;
  gap: 4rem;
  margin-top: 5rem;
}

.steps-slider .hub-block__type-01 .main-content .slider-controls .swiper-pagination {
  font-size: 1.9rem;
  font-weight: 800;
  letter-spacing: 1px;
  width: fit-content;
  margin: 0;
}

.steps-slider .hub-block__type-01 .main-content .slider-controls .slider-nav {
  display: flex;
  gap: 1.5rem;
}

.steps-slider .hub-block__type-01 .main-content .slider-controls .swiper-button-next {
  border-color: #fff;
  background-color: #fff;
  padding: 0;
  position: static;
  width: 50px;
  height: 50px;
  margin: 0;
}

.steps-slider .hub-block__type-01 .main-content .slider-controls .swiper-button-next::after {
  color: #000;
}

.steps-slider .hub-block__type-01 .main-content .slider-controls .swiper-button-prev {
  border-color: #fff;
  background-color: #fff;
  padding: 0;
  position: static;
  width: 50px;
  height: 50px;
  margin: 0;
}

.steps-slider .hub-block__type-01 .main-content .slider-controls .swiper-button-prev::after {
  color: #000;
}

@media only screen and (max-width: 1024px) {
  .steps-slider .hub-block__type-01 {
    display: flex;
  }
  .steps-slider .hub-block__type-01 .image {
    flex-basis: 350px;
    height: 580px;
  }
  .steps-slider .hub-block__type-01 .main-content {
    padding: 0 5rem;
    height: 580px;
  }
  .steps-slider .hub-block__type-01 .main-content span.step {
    font-size: 1.3rem;
  }
  .steps-slider .hub-block__type-01 .main-content h4 {
    font-size: 2.8rem;
    line-height: 1.4;
    letter-spacing: -.6px;
  }
  .steps-slider .hub-block__type-01 .main-content .slider-controls {
    margin-top: 4rem;
  }
  .steps-slider .hub-block__type-01 .main-content .slider-controls .swiper-pagination {
    font-size: 1.8rem;
  }
  .steps-slider .hub-block__type-01 .main-content .slider-controls .slider-nav {
    display: flex;
    gap: 1.5rem;
  }
  .steps-slider .hub-block__type-01 .main-content .slider-controls .swiper-button-next {
    width: 45px;
    height: 45px;
  }
  .steps-slider .hub-block__type-01 .main-content .slider-controls .swiper-button-prev {
    width: 45px;
    height: 45px;
  }
}

@media only screen and (max-width: 800px) {
  .steps-slider .hub-block__type-01 {
    display: flex;
  }
  .steps-slider .hub-block__type-01 .image {
    flex-basis: 300px;
    height: 580px;
  }
  .steps-slider .hub-block__type-01 .main-content {
    font-size: 1.8rem;
    padding: 0 5rem;
    height: 580px;
  }
  .steps-slider .hub-block__type-01 .main-content p {
    margin-bottom: 1.5rem;
  }
  .steps-slider .hub-block__type-01 .main-content .cta-button--primary {
    margin-top: 1rem;
  }
  .steps-slider .hub-block__type-01 .main-content span.step {
    font-size: 1.3rem;
  }
  .steps-slider .hub-block__type-01 .main-content h4 {
    font-size: 2.4rem;
    margin-bottom: 1rem;
  }
  .steps-slider .hub-block__type-01 .main-content .slider-controls {
    margin-top: 4rem;
  }
  .steps-slider .hub-block__type-01 .main-content .slider-controls .swiper-pagination {
    font-size: 1.7rem;
  }
  .steps-slider .hub-block__type-01 .main-content .slider-controls .slider-nav {
    display: flex;
    gap: 1.5rem;
  }
  .steps-slider .hub-block__type-01 .main-content .slider-controls .swiper-button-next {
    width: 42px;
    height: 42px;
  }
  .steps-slider .hub-block__type-01 .main-content .slider-controls .swiper-button-prev {
    width: 42px;
    height: 42px;
  }
}

@media only screen and (max-width: 650px) {
  .steps-slider .hub-block__type-01 {
    display: flex;
    flex-wrap: wrap;
  }
  .steps-slider .hub-block__type-01 .image {
    flex-basis: 100%;
    flex-grow: 1;
    height: 280px;
  }
  .steps-slider .hub-block__type-01 .image img {
    height: 280px;
  }
  .steps-slider .hub-block__type-01 .main-content {
    font-size: 1.75rem;
    line-height: 1.6;
    padding: 4.5rem 3rem;
    height: auto;
    flex-grow: 1;
    flex-basis: 100%;
  }
  .steps-slider .hub-block__type-01 .main-content span.step {
    border: 1px solid #fff;
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
  }
  .steps-slider .hub-block__type-01 .main-content h4 {
    color: #fff;
    font-size: 2.2rem;
    font-weight: 700;
    letter-spacing: -.2px;
    line-height: 1.35;
    margin-bottom: 1.5rem;
  }
  .steps-slider .hub-block__type-01 .main-content .cta-button--primary {
    margin-top: 1rem;
  }
  .steps-slider .hub-block__type-01 .main-content .slider-controls {
    gap: 4rem;
    margin-top: 4rem;
  }
  .steps-slider .hub-block__type-01 .main-content .slider-controls .swiper-pagination {
    font-size: 1.7rem;
  }
  .steps-slider .hub-block__type-01 .main-content .slider-controls .slider-nav {
    display: flex;
    gap: 1.5rem;
  }
  .steps-slider .hub-block__type-01 .main-content .slider-controls .swiper-button-next {
    display: flex;
    width: 38px;
    height: 38px;
  }
  .steps-slider .hub-block__type-01 .main-content .slider-controls .swiper-button-next::after {
    font-size: 1.5rem;
    padding-left: .2rem;
  }
  .steps-slider .hub-block__type-01 .main-content .slider-controls .swiper-button-prev {
    display: flex;
    width: 38px;
    height: 38px;
  }
  .steps-slider .hub-block__type-01 .main-content .slider-controls .swiper-button-prev::after {
    font-size: 1.5rem;
  }
}

/* Contact Form Group
------------------------------------------------------------ */
.contact-form-group {
  font-size: 1.9rem;
  font-weight: 600;
  line-height: 1.7;
}

.contact-form-group h2 {
  margin-bottom: 4rem;
}

.contact-form-group .buttons-block {
  margin-top: 4.5rem;
}

.contact-form-group .cta-button--primary {
  background-color: #000;
  border-color: #000;
}

@media only screen and (max-width: 650px) {
  .contact-form-group {
    font-size: 1.75rem;
  }
  .contact-form-group h2 {
    margin-bottom: 2rem;
  }
  .contact-form-group .buttons-block {
    margin-top: 4.5rem;
    margin-bottom: 5rem;
  }
}

/* Profile Links Group
------------------------------------------------------------ */
.profile-links-group {
  font-size: 2rem;
  font-weight: 700;
}

.profile-links-group a {
  color: inherit !important;
  box-shadow: none !important;
  font-weight: 700 !important;
}

.profile-links-group .wp-block-columns {
  gap: 0 !important;
  margin-bottom: 0;
}

.profile-links-group .wp-block-column {
  padding: 4rem 1.5rem;
}

@media only screen and (max-width: 1024px) {
  .profile-links-group {
    font-size: 1.8rem;
    line-height: 1.5;
  }
  .profile-links-group .wp-block-columns {
    gap: 0 !important;
    margin-bottom: 0;
    flex-wrap: wrap !important;
  }
  .profile-links-group .wp-block-column {
    padding: 4rem 1.5rem;
    flex-basis: 100% !important;
  }
}

/* Leadership Group
------------------------------------------------------------ */
.leadership-group h2 {
  margin-bottom: 5rem;
}

/* Vouli Person Group
------------------------------------------------------------ */
.vouli-people-group h2 {
  margin-bottom: 5rem;
}

.vouli-person-group {
  padding: 6rem 4rem;
  min-height: 225px;
}

.vouli-person-group h3 {
  font-size: 2.4rem;
  margin-bottom: 1.5rem;
}

@media only screen and (max-width: 1024px) {
  .vouli-person-group {
    padding: 4rem 2rem;
    min-height: unset;
  }
}

@media only screen and (max-width: 800px) {
  .vouli-person-group {
    min-height: unset;
  }
  .vouli-person-group h3 {
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }
}

/* Person Bio Hero Group
------------------------------------------------------------ */
.person-bio-hero-group h1 {
  max-width: 1080px;
  margin: 0 auto 1.5rem;
}

.person-bio-hero-group p {
  color: #D3232A;
  font-size: 2.1rem;
  font-weight: 600;
}

@media only screen and (max-width: 650px) {
  .person-bio-hero-group p {
    font-size: 1.8rem;
  }
}

/* Main Bio Group
------------------------------------------------------------ */
.main-bio-group {
  font-size: 2rem;
  font-weight: 500;
}

.main-bio-group .wp-block-group__inner-container {
  max-width: 1240px;
}

.main-bio-group .main-content-cols {
  gap: 12rem;
}

.main-bio-group .contact-col {
  font-size: 1.9rem;
  font-weight: 600;
}

.main-bio-group .contact-col strong {
  font-weight: 800;
}

.main-bio-group .contact-col figure {
  margin-bottom: 6rem;
}

.main-bio-group .contact-col figure img {
  width: 100%;
}

.main-bio-group .contact-col a {
  color: #D3232A !important;
  font-weight: 600 !important;
  text-decoration: none;
  box-shadow: none !important;
}

.main-bio-group .contact-col h3 {
  color: #D3232A;
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: -.8px;
  margin-bottom: 3.5rem;
}

.main-bio-group .contact-col .social-row-block {
  gap: 2.5rem;
  margin-bottom: 2.5rem;
}

@media only screen and (max-width: 650px) {
  .main-bio-group {
    font-size: 1.7rem;
  }
  .main-bio-group .main-content-cols {
    gap: 4rem;
  }
  .main-bio-group .contact-col {
    font-size: 1.75rem;
  }
  .main-bio-group .contact-col figure {
    margin-bottom: 4rem;
  }
  .main-bio-group .contact-col figure img {
    width: auto;
  }
  .main-bio-group .contact-col h3 {
    font-size: 2.4rem;
    letter-spacing: -.6px;
    margin-bottom: 3rem;
  }
  .main-bio-group .contact-col .social-row-block {
    margin-bottom: 3rem;
  }
}

/* Text Landing Page
------------------------------------------------------------ */
.text-landing-page .main-content-group .wp-block-group__inner-container {
  max-width: 1080px;
}

/* Theseis Slider Front Group
------------------------------------------------------------ */
.theseis-front-group {
  font-size: 1.85rem;
  font-weight: 500;
}

.theseis-front-group .buttons-block {
  margin-top: 3.5rem;
}

.theseis-slider-front-group h2 {
  max-width: 820px;
  margin: 0 auto 7rem;
}

@media only screen and (max-width: 650px) {
  .theseis-front-group {
    font-size: 1.6rem;
  }
  .theseis-front-group .wp-block-columns {
    gap: 0;
  }
  .theseis-slider-front-group h2 {
    margin: 0 auto 5rem;
  }
}

/* Social Icons Front Group
------------------------------------------------------------ */
.social-icons-front-group h2 {
  color: #fff;
  font-size: 3.2rem;
  margin-bottom: 7rem;
}

.social-icons-front-group a {
  box-shadow: none !important;
}

.social-icons-front-group .footer-social-icons {
  gap: 3.5rem;
}

@media only screen and (max-width: 800px) {
  .social-icons-front-group h2 {
    color: #fff;
    font-size: 2.4rem;
    margin-bottom: 4.5rem;
  }
}

@media only screen and (max-width: 800px) {
  .social-icons-front-group h2 {
    color: #fff;
    font-size: 2.2rem;
    line-height: 1.45;
    margin-bottom: 3.5rem;
  }
  .social-icons-front-group .footer-social-icons {
    gap: 3rem;
  }
}

/* Latest Posts Loop - Front Page
------------------------------------------------------------ */
.front-latest-posts-group h2 {
  margin-bottom: 4rem;
}

.latest-posts-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto auto;
  gap: 8rem 3rem;
}

.latest-posts-container .featured-post {
  grid-column: span 3;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: 5rem;
}

.latest-posts-container .featured-post .image img {
  width: 100%;
  height: 480px;
  object-fit: cover;
}

.latest-posts-container .featured-post .content .entry-categories {
  color: #D3232A;
  margin-bottom: 1rem;
}

.latest-posts-container .featured-post .content .entry-categories a {
  color: #D3232A;
  font-size: 1.6rem;
  font-weight: 800;
  letter-spacing: -.6px;
  text-transform: none;
  text-decoration: none;
}

.latest-posts-container .featured-post .content h2 {
  font-size: 3.2rem;
  font-weight: 800;
  margin-bottom: 1.5rem;
}

.latest-posts-container .featured-post .content .featured-meta {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: -.4px;
  opacity: .5;
  margin-bottom: 3.5rem;
}

.latest-posts-container .featured-post .content .read-more-link {
  box-shadow: none !important;
  color: #D3232A;
  font-size: 1.8rem;
  font-weight: 800 !important;
  letter-spacing: -.6px;
}

.latest-posts-container .post-item .post-thumbnail {
  margin-bottom: 2rem;
}

.latest-posts-container .post-item .entry-categories {
  color: #D3232A;
  margin-bottom: 1rem;
}

.latest-posts-container .post-item .entry-categories a {
  color: #D3232A;
  font-size: 1.6rem;
  font-weight: 800;
  letter-spacing: -.6px;
  text-transform: none;
  text-decoration: none;
}

.latest-posts-container .post-item h3 {
  font-size: 2.1rem;
  font-weight: 800;
  line-height: 1.5;
  margin-bottom: 1rem;
  letter-spacing: -.6px;
}

.latest-posts-container .post-item .post-meta {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: -.4px;
  opacity: .5;
  margin-bottom: 0;
}

@media only screen and (max-width: 800px) {
  .front-latest-posts-group h2 {
    margin-bottom: 4rem;
  }
  .latest-posts-container {
    grid-template-columns: repeat(1, 1fr);
    gap: 6rem;
  }
  .latest-posts-container .featured-post {
    grid-column: span 1;
    grid-template-columns: repeat(1, 1fr);
    gap: 3rem;
  }
  .latest-posts-container .featured-post .image img {
    height: auto;
  }
  .latest-posts-container .featured-post .content .entry-categories a {
    font-size: 1.45rem;
    letter-spacing: -.6px;
  }
  .latest-posts-container .featured-post .content h2 {
    font-size: 2.4rem;
    margin-bottom: 1.5rem;
  }
  .latest-posts-container .featured-post .content .featured-meta {
    font-size: 1.4rem;
    margin-bottom: 2rem;
  }
  .latest-posts-container .featured-post .content .read-more-link {
    font-size: 1.7rem;
  }
  .latest-posts-container .post-item .post-thumbnail {
    margin-bottom: 2rem;
  }
  .latest-posts-container .post-item .entry-categories a {
    font-size: 1.45rem;
    letter-spacing: -.6px;
  }
  .latest-posts-container .post-item h3 {
    font-size: 2.4rem;
    margin-bottom: 1.5rem;
  }
  .latest-posts-container .post-item .post-meta {
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 650px) {
  .latest-posts-container {
    gap: 5rem;
  }
  .latest-posts-container .featured-post {
    gap: 2rem;
  }
  .latest-posts-container .featured-post .content h2 {
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }
  .latest-posts-container .featured-post .content .read-more-link {
    font-size: 1.6rem;
  }
  .latest-posts-container .post-item .post-thumbnail {
    margin-bottom: 2rem;
  }
  .latest-posts-container .post-item h3 {
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }
}

/* Members Content Group
------------------------------------------------------------ */
.members-content-group .cta-button--primary {
  background-color: #fff;
  border-color: #fff;
  color: #000;
}

.members-content-group h2 {
  color: #fff;
  font-size: 2.8rem;
}

.members-content-group .member-cta-group {
  font-size: 2rem;
  font-weight: 700;
  max-width: 820px;
  margin: 10rem auto 0;
}

.members-content-group .member-cta-group .wp-block-group__inner-container {
  padding: 0;
}

.members-content-group .member-cta-group a {
  display: block;
  color: #000 !important;
  box-shadow: none !important;
  font-weight: 700 !important;
  padding: 4rem 6rem;
  width: 100%;
}

@media only screen and (max-width: 800px) {
  .members-content-group .members-more-link {
    flex-wrap: wrap;
  }
  .members-content-group .members-more-link h2 {
    margin-bottom: 3rem;
  }
  .members-content-group h2 {
    color: #fff;
    font-size: 2.8rem;
  }
  .members-content-group .member-cta-group {
    font-size: 1.8rem;
    font-weight: 700;
    max-width: 650px;
    margin: 8rem auto 0;
  }
  .members-content-group .member-cta-group .wp-block-group__inner-container {
    padding: 0;
  }
  .members-content-group .member-cta-group a {
    display: block;
    color: #000 !important;
    box-shadow: none !important;
    font-weight: 700 !important;
    padding: 3rem 2.5rem;
    width: 100%;
  }
}

@media only screen and (max-width: 650px) {
  .members-content-group h2 {
    font-size: 2.6rem;
  }
  .members-content-group .member-cta-group {
    font-size: 1.7rem;
    line-height: 1.6;
  }
  .members-content-group .member-cta-group a {
    padding: 2.5rem 2.5rem;
  }
}

/* Blog Archive Widget Group
------------------------------------------------------------ */
#after-archive-description-widget-area .widget {
  margin-bottom: 0;
}

.blog-archive-widget-group {
  background-color: #000;
  color: #fff;
  padding: 3rem 0;
}

.blog-archive-widget-group a {
  color: #fff;
  font-size: 2rem;
  font-weight: 800;
  letter-spacing: -.6px;
  width: fit-content;
}

@media only screen and (max-width: 650px) {
  .blog-archive-widget-group {
    padding: 2rem 0;
  }
  .blog-archive-widget-group a {
    font-size: 1.5rem;
  }
}

/* Theseis Main Content Group
------------------------------------------------------------ */
.theseis-main-content-group .wp-block-group__inner-container {
  max-width: 1140px;
}

.theseis-main-content-group h2.tomeis-heading {
  margin: 7rem 0 5rem;
}

.step-group {
  margin-bottom: 5rem;
}

.step-group .wp-block-group__inner-container {
  padding: 0;
}

.step-group .step-group-col {
  gap: 0;
}

.step-group figure {
  width: 100%;
}

.step-group figure img {
  width: 100%;
  min-height: 500px;
  object-fit: cover;
}

.step-group .wp-block-column:nth-child(2) {
  font-size: 1.9rem;
  font-weight: 600;
  line-height: 1.6;
  padding: 5rem;
}

.step-group h2 {
  color: #fff;
  font-size: 3rem;
  line-height: 1.3;
}

.step-group .cta-button--primary {
  background-color: #fff;
  border-color: #fff;
  color: #000;
}

@media only screen and (max-width: 800px) {
  .step-group figure img {
    min-height: 450px;
  }
  .step-group .wp-block-column:nth-child(2) {
    font-size: 1.8rem;
  }
  .step-group h2 {
    color: #fff;
    font-size: 2.5rem;
    line-height: 1.3;
  }
}

@media only screen and (max-width: 650px) {
  .theseis-main-content-group {
    padding-bottom: 3rem;
  }
  .theseis-main-content-group .wp-block-group__inner-container {
    max-width: 1140px;
  }
  .theseis-main-content-group h2.tomeis-heading {
    margin: 7rem 0 4rem;
  }
  .step-group figure img {
    height: 280px;
    min-height: unset;
  }
  .step-group .wp-block-column:nth-child(2) {
    padding: 4rem 3rem;
    font-size: 1.7rem;
  }
  .step-group h2 {
    font-size: 2.2rem;
  }
}

/* Enotites Group (Links)
------------------------------------------------------------ */
ul.enotites-list {
  padding-left: 0;
  column-count: 2;
  gap: 10rem;
}

ul.enotites-list li {
  background-image: url("/wp-content/themes/genesis-sample/main-assets/project-files/images/list-icon.png");
  background-repeat: no-repeat;
  background-position: left .86rem;
  background-size: 14px;
  display: block;
  margin-bottom: 2rem;
  padding-left: 3.5rem;
}

ul.enotites-list li a {
  box-shadow: none !important;
  font-size: 1.85rem;
  font-weight: 800 !important;
  text-decoration: none;
  letter-spacing: -.4px;
}

.enotites-group h2 {
  margin-bottom: 5rem;
}

@media only screen and (max-width: 650px) {
  ul.enotites-list {
    column-count: 1;
    gap: 0;
    margin-bottom: 0;
  }
  ul.enotites-list li {
    background-position: left .85rem;
  }
  ul.enotites-list li a {
    font-size: 1.75rem;
  }
  .enotites-group h2 {
    margin-bottom: 4rem;
  }
}

/* Blog Category Modal
------------------------------------------------------------ */
.modal {
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.75);
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: auto;
  z-index: 10002;
}

.modal .modal-window {
  background-color: #fff;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 15rem;
  overflow-y: auto;
}

.modal.open {
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal .close-icon {
  cursor: pointer;
  display: block;
  width: 50px;
  height: 50px;
  margin-bottom: 5rem;
}

.modal .category-container {
  max-width: 1440px;
  margin: 0 auto;
  text-align: left;
}

.modal .category-container a.all-posts {
  display: block;
  color: #D3232A;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: -.6px;
  text-align: left;
  margin-bottom: 3rem;
  width: fit-content;
}

.modal .category-container ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem 5rem;
}

.modal .category-container li {
  margin-bottom: 1rem;
  text-align: left;
}

.modal .category-container a {
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: -.6px;
  text-decoration: none;
}

@media only screen and (max-width: 1440px) {
  .modal .modal-window {
    padding: 5rem;
  }
  .modal .close-icon {
    width: 45px;
    height: 45px;
  }
  .modal .category-container a.all-posts {
    font-size: 2.1rem;
  }
  .modal .category-container ul {
    gap: 1rem 4rem;
  }
  .modal .category-container a {
    font-size: 2.1rem;
  }
}

@media only screen and (max-width: 1024px) {
  .modal .modal-window {
    padding: 5rem;
  }
  .modal .close-icon {
    width: 45px;
    height: 45px;
  }
  .modal .category-container a.all-posts {
    font-size: 2.1rem;
  }
  .modal .category-container ul {
    grid-template-columns: repeat(3, 1fr);
  }
  .modal .category-container a {
    font-size: 2.1rem;
  }
}

@media only screen and (max-width: 800px) {
  .modal .modal-window {
    padding: 4rem;
  }
  .modal .close-icon {
    width: 40px;
    height: 40px;
  }
  .modal .category-container a.all-posts {
    font-size: 2rem;
  }
  .modal .category-container ul {
    grid-template-columns: repeat(3, 1fr);
  }
  .modal .category-container a {
    font-size: 2rem;
  }
}

@media only screen and (max-width: 650px) {
  .modal .modal-window {
    padding: 3.5rem;
  }
  .modal .close-icon {
    width: 35px;
    height: 35px;
    margin-bottom: 4rem;
  }
  .modal .category-container a.all-posts {
    font-size: 1.8rem;
  }
  .modal .category-container ul {
    grid-template-columns: repeat(1, 1fr);
  }
  .modal .category-container li {
    margin-bottom: .5rem;
  }
  .modal .category-container a {
    font-size: 1.8rem;
  }
}

/* Notibar - Notification Bar
------------------------------------------------------------ */
.njt-nofi-container .njt-nofi-notification-bar {
  background-color: #D3232A !important;
  padding: 0 1rem !important;
}

.njt-nofi-container .njt-nofi-notification-bar .njt-nofi-content {
  color: #fff !important;
  font-size: 1.6rem !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  padding: 1.2rem 0 !important;
  text-transform: none !important;
}

.njt-nofi-container .njt-nofi-notification-bar .njt-nofi-content a {
  color: #fff !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 2rem;
}

.njt-nofi-container .njt-nofi-padding-text {
  padding: 0 !important;
}

.njt-nofi-container .njt-nofi-button {
  display: none !important;
}

@media only screen and (max-width: 650px) {
  .njt-nofi-container .njt-nofi-notification-bar .njt-nofi-content {
    font-size: 1.25rem !important;
    padding: 1.2rem 0 1rem !important;
  }
}

/* Live CSS
------------------------------------------------------------ */

.blog .entry .entry-content,
.archive .entry .entry-content,
.search-results .entry .entry-content,
.search-no-results .entry .entry-content {
	font-size: 1.5rem;
	line-height: 1.65;
}

.front-latest-posts-group .post-excerpt {
	font-size: 1.6rem;
	line-height: 1.65;
	margin-bottom: 1.5rem;
}

/* Featured Post on Blog Archive Pages
------------------------------------------------------------ */

.blog .archive-description {
	margin-bottom: 0;
}

#after-archive-description-widget-area {
	background-color: #f8f7f7;
	padding: 2rem 0 12rem;
	margin-bottom: 12rem;
}

#after-archive-description-widget-area .featured-post {
  grid-column: span 3;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: 5rem;
}

#after-archive-description-widget-area .featured-post .post-image img {
  width: 100%;
  height: 480px;
  object-fit: cover;
}

#after-archive-description-widget-area .featured-post .post-content .entry-categories {
  color: #D3232A;
  margin-bottom: 1rem;
}

#after-archive-description-widget-area .featured-post .post-content .entry-categories a {
  color: #D3232A;
  font-size: 1.6rem;
  font-weight: 800;
  letter-spacing: -.6px;
  text-transform: none;
  text-decoration: none;
}

#after-archive-description-widget-area .featured-post .post-content h2 {
  font-size: 3.2rem;
  font-weight: 800;
  margin-bottom: 1.5rem;
}

#after-archive-description-widget-area .featured-post .post-content .featured-meta {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: -.4px;
  opacity: .5;
  margin-bottom: 3.5rem;
}

#after-archive-description-widget-area .featured-post .post-content .read-more-link {
  box-shadow: none !important;
  color: #D3232A;
  font-size: 1.8rem;
  font-weight: 800 !important;
  letter-spacing: -.6px;
}

@media only screen and (max-width: 800px) {
	
	#after-archive-description-widget-area {
		padding: 2rem 0 8rem;
		margin-bottom: 8rem;
	}
	
	#after-archive-description-widget-area .featured-post {
		grid-column: span 1;
		grid-template-columns: repeat(1, 1fr);
		gap: 3rem;
	  }
	  #after-archive-description-widget-area .featured-post .post-image img {
		height: auto;
	  }
	  #after-archive-description-widget-area .featured-post .post-content .entry-categories a {
		font-size: 1.45rem;
		letter-spacing: -.6px;
	  }
	  #after-archive-description-widget-area .featured-post .post-content h2 {
		font-size: 2.4rem;
		margin-bottom: 1.5rem;
	  }
	  #after-archive-description-widget-area .featured-post .post-content .featured-meta {
		font-size: 1.4rem;
		margin-bottom: 2rem;
	  }
	  #after-archive-description-widget-area .featured-post .post-content .read-more-link {
		font-size: 1.7rem;
	  }
	
}

@media only screen and (max-width: 650px) {
	
	#after-archive-description-widget-area .featured-post {
    gap: 2rem;
  }
  #after-archive-description-widget-area .featured-post .post-content h2 {
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }
  #after-archive-description-widget-area .featured-post .post-content .read-more-link {
    font-size: 1.6rem;
  }
	
}

/* Header Profile Button
------------------------------------------------------------ */

.site-header {

  .header-profile-cta {
    background-color: #D3232A;
    border-radius: 0;
    color: #fff;
    display: inline-block;
    font-size: 1.65rem;
    font-weight: 800;
    letter-spacing: -.4px;
    padding: 1rem 3.2rem;
    text-transform: none;
    margin-left: 2rem;
    text-decoration: none;

    .text {
      margin-left: 1rem;
    }

    svg {
      position: relative;
      top: .1rem;
    }
  }

}

@media only screen and (max-width: 650px) {

  .site-header {

    .header-profile-cta {
      font-size: 1.4rem;
      letter-spacing: -.4px;
      padding: .8rem 2rem;
      margin-left: 2rem;
  
      .text {
        margin-left: 1rem;
      }
  
      svg {
        top: .17rem;
        max-width: 13px;
      }
      
    }
  
  }

}

/* Three Latest Posts Loop - From Shortcode
------------------------------------------------------------ */

.three-latest-posts-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto auto;
  gap: 3rem;
}

.three-latest-posts-container .post-item .post-thumbnail {
  margin-bottom: 2rem;
}

.three-latest-posts-container .post-item .entry-categories {
  color: #D3232A;
  margin-bottom: 1rem;
}

.three-latest-posts-container .post-item .entry-categories a {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 800;
  letter-spacing: -.6px;
  text-transform: none;
  text-decoration: none;
}

.three-latest-posts-container .post-item h3 {
	color: #fff;
  font-size: 2.1rem;
  font-weight: 800;
  line-height: 1.5;
  margin-bottom: 1rem;
  letter-spacing: -.6px;
}

.three-latest-posts-container .post-item .post-meta {
	color: #fff
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: -.4px;
  opacity: .85;
  margin-bottom: 0;
}

@media only screen and (max-width: 800px) {

  .three-latest-posts-container {
    grid-template-columns: repeat(1, 1fr);
    gap: 6rem;
  }
  .three-latest-posts-container .post-item .post-thumbnail {
    margin-bottom: 2rem;
  }
  .three-latest-posts-container .post-item .entry-categories a {
    font-size: 1.45rem;
    letter-spacing: -.6px;
  }
  .three-latest-posts-container .post-item h3 {
    font-size: 2.4rem;
    margin-bottom: 1.5rem;
  }
  .three-latest-posts-container .post-item .post-meta {
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 650px) {
  .three-latest-posts-container {
    gap: 5rem;
  }
  .three-latest-posts-container .post-item .post-thumbnail {
    margin-bottom: 2rem;
  }
  .three-latest-posts-container .post-item h3 {
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }
}

