/*

Includes core styles only. Anything related to the specific project should be added into the project-styles.css file.

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

*/
/* Table of Contents

- Defaults
- Swiper Slider
- Blocks Page Template
- Blog Pages
	- Single Post Templates
	- Blog Archives
- Gutenberg Core Classes
- ACF Group
- ACF Columns
	- Col-2
	- Col-3
	- Col-4
- Latest Blog Posts
- Hero Blocks
	- Hero Block Type 01
	- Hero Block Type 02
	- Hero Block Type 03
	- Hero Block Background Slider
- Generic Blocks
	- Section Intro Block
	- Feature Block
	- CTA Block
	- Testimonial Block
	- Buttons Block
	- Accordion Block
	- Spacer Block
- Hub Blocks
	- Hub Block Type 01
	- Hub Block Type 02
	- Hub Block Type 03
- Contact Blocks
- Slider Blocks
	- Testimonial Slider Block
	- Gallery Slider Block
	- Hub Block Type 01 Slider
	- Hub Block Type 03 Slider

*/
html {
  font-size: 62.5%;
  /* 10px browser default */
}

/* Blocks Page Template
------------------------------------------------------------ */
/* Blog Pages
------------------------------------------------------------ */
/* Single Post Templates
------------------------------------------------------------ */
.single-post .entry {
  margin-bottom: 0;
}

.single-post.hero-bg .site-inner {
  max-width: 880px;
  padding: 8rem 1.5rem 6rem;
  margin-top: 0 !important;
}

.single-post.hero-bg .single-post-hero {
  padding: 32rem 0 6rem;
  position: relative;
}

.single-post.hero-bg .single-post-hero .wrap {
  max-width: 1240px;
}

.single-post.hero-bg .single-post-hero .breadcrumb {
  border-bottom: none;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 1rem;
  padding-bottom: 0;
}

.single-post.hero-bg .single-post-hero .breadcrumb a {
  color: #fff;
  text-decoration: none;
}

.single-post.hero-bg .single-post-hero .entry-title {
  color: #fff;
  font-size: 5rem;
  margin-bottom: 1.5rem;
}

.single-post.hero-bg .single-post-hero .entry-meta {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 500;
}

.single-post.hero-bg .single-post-hero .entry-meta a {
  color: #fff;
  text-decoration: none;
}

.single-post.hero-bg .single-post-hero .entry-categories {
  display: inline-block;
  margin-right: 1.5rem;
}

.single-post.hero-bg .single-post-hero .entry-tags {
  display: inline-block;
}

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

.single-post.classic .entry-content,
.single-post.classic .swp_social_panel {
  max-width: 880px;
  margin: 0 auto;
}

.single-post.classic .breadcrumb {
  border-bottom: none;
  color: #666;
  font-size: 1.5rem;
  font-weight: 500;
  max-width: 1040px;
  margin: 0 auto 1rem;
  text-align: center;
  padding-bottom: 0;
}

.single-post.classic .breadcrumb a {
  color: #666;
  text-decoration: none;
}

.single-post.classic .entry-header {
  max-width: 1040px;
  margin: 0 auto 6rem;
  text-align: center;
}

.single-post.classic .entry-header .entry-meta {
  margin-bottom: .5rem;
}

.single-post.classic .entry-title {
  font-size: 5rem;
  margin-bottom: 1.5rem;
}

.single-post.classic .entry-meta {
  color: #666;
  font-size: 1.5rem;
  font-weight: 500;
}

.single-post.classic .entry-meta a {
  color: #666;
  text-decoration: none;
}

.single-post.classic .entry-categories {
  display: inline-block;
  margin-right: 1.5rem;
}

.single-post.classic .entry-tags {
  display: inline-block;
}

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

@media only screen and (max-width: 650px) {
  .single-post.hero-bg .single-post-hero {
    padding: 20rem 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 .entry-title {
    font-size: 3.2rem;
  }
  .single-post.classic .entry-meta,
  .single-post.classic .breadcrumb {
    font-size: 1.35rem;
  }
}

/* Blog Archives
------------------------------------------------------------ */
.blog .site-inner,
.archive .site-inner,
.search-results .site-inner,
.search-no-results .site-inner {
  max-width: none;
  margin: 0 auto;
  padding: 0 0 12rem;
}

.blog .site-inner .content,
.archive .site-inner .content,
.search-results .site-inner .content,
.search-no-results .site-inner .content {
  max-width: 1440px;
  margin: 0 auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.blog .entry,
.archive .entry,
.search-results .entry,
.search-no-results .entry {
  padding: 4rem 3rem 3rem;
  margin-bottom: 0;
}

.blog .entry .entry-image,
.archive .entry .entry-image,
.search-results .entry .entry-image,
.search-no-results .entry .entry-image {
  width: 100%;
}

.blog .entry a.entry-image-link,
.archive .entry a.entry-image-link,
.search-results .entry a.entry-image-link,
.search-no-results .entry a.entry-image-link {
  display: block;
  margin: -4rem -3rem 2rem;
}

.blog a,
.archive a,
.search-results a,
.search-no-results a {
  border-bottom: none;
  text-decoration: none;
}

.blog a:hover, .blog a:focus,
.archive a:hover,
.archive a:focus,
.search-results a:hover,
.search-results a:focus,
.search-no-results a:hover,
.search-no-results a:focus {
  color: inherit;
}

.blog .entry-title a,
.archive .entry-title a,
.search-results .entry-title a,
.search-no-results .entry-title a {
  color: inherit;
}

.blog .entry-title a:hover, .blog .entry-title a:focus,
.archive .entry-title a:hover,
.archive .entry-title a:focus,
.search-results .entry-title a:hover,
.search-results .entry-title a:focus,
.search-no-results .entry-title a:hover,
.search-no-results .entry-title a:focus {
  color: inherit;
}

.blog .entry-header .entry-meta,
.archive .entry-header .entry-meta,
.search-results .entry-header .entry-meta,
.search-no-results .entry-header .entry-meta {
  margin-bottom: 0;
}

.blog .archive-pagination,
.archive .archive-pagination,
.search-results .archive-pagination,
.search-no-results .archive-pagination {
  clear: both;
  float: left;
  margin: 6rem 0 0;
  text-align: left;
}

.blog .archive-pagination li a,
.archive .archive-pagination li a,
.search-results .archive-pagination li a,
.search-no-results .archive-pagination li a {
  border-bottom: none;
  text-decoration: none;
}

@media only screen and (max-width: 650px) {
  .blog .site-inner,
  .archive .site-inner,
  .search-results .site-inner,
  .search-no-results .site-inner {
    padding: 0 0 8rem;
  }
}

/* Gutenberg Core Classes
------------------------------------------------------------ */
.alignfull {
  margin: 0 calc(50% - 50vw);
  max-width: 100vw;
  width: 100vw;
}

.alignwide {
  margin: 0 calc(25% - 25vw);
  max-width: 100vw;
}

.wp-block-image.alignwide,
.wp-block-image.alignfull,
.wp-block-embed.alignwide,
.wp-block-embed.alignfull {
  margin-bottom: 3rem !important;
}

/* ACF Group
------------------------------------------------------------ */
.acf-group {
  padding: 12rem 0;
  position: relative;
}

.acf-group .wp-block-group__inner-container {
  max-width: none;
}

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

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

.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;
}

.acf-group--white-text {
  color: #fff;
}

.acf-group--white-text h2, .acf-group--white-text h3, .acf-group--white-text h4, .acf-group--white-text h5, .acf-group--white-text p {
  color: #fff;
}

.acf-group--white-text a:not(.cta-button) {
  color: #fff;
  font-weight: 600;
}

.acf-group--white-text a:not(.cta-button):hover {
  color: #fff !important;
  box-shadow: inset 0 -2px 0 0 #fff !important;
}

.acf-group--slider {
  padding: 12rem 0 8.5rem;
}

.acf-group--slider .wp-block-group__inner-container {
  position: relative;
}

.acf-group--slider .gallery-slider-block .swiper-container .swiper-pagination {
  margin-bottom: 0;
}

@media only screen and (max-width: 800px) {
  .acf-group {
    padding: 8rem 0;
  }
  .acf-group--slider {
    padding: 8rem 0 4.5rem;
  }
}

/* ACF Columns
------------------------------------------------------------ */
.blocks-container .wp-block-columns.acf-cols {
  margin-bottom: 0;
}

.acf-cols {
  gap: 4rem !important;
}

.acf-cols .wp-block-column .wp-block-image {
  margin-bottom: 0;
}

.acf-cols--mrg-top {
  margin-top: 5rem;
}

@media only screen and (max-width: 800px) {
  .acf-cols {
    gap: 5rem !important;
  }
  .acf-cols--2 {
    flex-wrap: wrap !important;
  }
  .acf-cols--2 .wp-block-column {
    flex-basis: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .acf-cols--2--reverse-mobile {
    flex-direction: column-reverse;
  }
  .acf-cols--3 {
    flex-wrap: wrap !important;
  }
  .acf-cols--3 .wp-block-column {
    flex-basis: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .acf-cols--4 {
    flex-wrap: wrap !important;
  }
  .acf-cols--4 .wp-block-column {
    flex-basis: calc( 50% - 2.5rem) !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .acf-cols--30-70, .acf-cols--70-30 {
    flex-wrap: wrap !important;
  }
  .acf-cols--30-70 .wp-block-column, .acf-cols--70-30 .wp-block-column {
    flex-basis: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .acf-cols--30-70--reverse-mobile, .acf-cols--70-30--reverse-mobile {
    flex-direction: column-reverse;
  }
  .acf-cols--only-text {
    gap: 2.8rem !important;
  }
}

@media only screen and (max-width: 600px) {
  .acf-cols--4 {
    flex-wrap: wrap !important;
  }
  .acf-cols--4 .wp-block-column {
    flex-basis: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    /*&:nth-child(2n+1) {
					flex-basis: calc( 50% - 1.5rem);
					margin-left: 0!important;
				}

				&:nth-child(2n) {
					flex-basis: calc( 50% - 1.5rem);
					margin-left: 3rem;
				}

				&:nth-child(3),
				&:nth-child(4) {
					margin-top: 6rem;
				}*/
  }
}

/* Latest Blog Posts
------------------------------------------------------------ */
.latest-blog-posts-block--col-2 {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 4rem;
}

.latest-blog-posts-block--col-3 {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 3rem;
}

.latest-blog-posts-block li {
  width: 100% !important;
  margin: 0 !important;
}

.latest-blog-posts-block li a {
  display: block;
}

.latest-blog-posts-block li .wp-block-latest-posts__featured-image {
  margin-right: 0 !important;
}

.latest-blog-posts-block li .wp-block-latest-posts__post-author {
  display: inline-block;
  font-size: 1.1rem;
  font-weight: 600;
  margin-right: .4rem;
  text-transform: uppercase;
}

.latest-blog-posts-block li .wp-block-latest-posts__post-date {
  display: inline-block;
  font-size: 1.1rem;
  font-weight: 600;
  text-transform: uppercase;
}

.latest-blog-posts-block li .wp-block-latest-posts__post-date::before {
  content: "on ";
  display: inline-block;
  margin-right: .4rem;
}

.latest-blog-posts-block li .wp-block-latest-posts__post-excerpt {
  font-size: 1.5rem;
  margin-top: .8rem;
  margin-bottom: 0;
}

@media only screen and (max-width: 650px) {
  .latest-blog-posts-block--col-2 {
    display: grid !important;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 4rem;
  }
  .latest-blog-posts-block--col-3 {
    display: grid !important;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 3rem;
  }
  .latest-blog-posts-block li .wp-block-latest-posts__post-excerpt {
    font-size: 1.45rem;
  }
}

/* Hero Blocks
------------------------------------------------------------ */
.hero-block .breadcrumb {
  border-bottom: none;
  color: inherit;
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 1rem;
  padding-bottom: 0;
}

.hero-block .breadcrumb a {
  color: inherit;
  text-decoration: none;
}

.hero-block h1 {
  margin-bottom: 2rem;
}

.hero-block p {
  font-size: 1.65rem;
  font-weight: 500;
  margin-bottom: 0;
}

.hero-block .cta-button {
  margin-top: 3rem;
}

.hero-block .cta-button--secondary {
  margin-left: 2.2rem;
}

.hero-block--white-text {
  color: #fff;
}

.hero-block--white-text .breadcrumb {
  color: #fff;
}

.hero-block--white-text .breadcrumb a {
  color: #fff;
}

.hero-block--white-text h5 {
  color: #fff;
}

.hero-block--white-text h1 {
  color: #fff;
}

.hero-block--centered-text {
  text-align: center;
}

.hero-block--centered-text h5 {
  margin-left: auto;
  margin-right: auto;
}

.hero-block--centered-text h1 {
  margin-left: auto;
  margin-right: auto;
}

.hero-block--centered-text p {
  margin-left: auto;
  margin-right: auto;
}

.hero-block--white-button .cta-button--primary {
  background: #fff;
  border: 2px solid #fff;
  color: #000;
}

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

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

.hero-block--white-button .cta-button--secondary:hover, .hero-block--white-button .cta-button--secondary:focus {
  background: #fff;
  color: #000;
}

@media only screen and (max-width: 650px) {
  .hero-block .breadcrumb {
    font-size: 1.35rem;
  }
  .hero-block p {
    font-size: 1.55rem;
  }
  .hero-block .cta-button--secondary {
    display: none;
  }
}

/* Hero Block Type 01
------------------------------------------------------------ */
.hero-block__type-01 {
  padding: 20rem 0;
}

.hero-block__type-01 h5 {
  max-width: 680px;
}

.hero-block__type-01 h1 {
  max-width: 680px;
}

.hero-block__type-01 p {
  max-width: 680px;
}

@media only screen and (max-width: 1024px) {
  .hero-block__type-01 {
    padding: 15rem 0;
  }
}

@media only screen and (max-width: 650px) {
  .hero-block__type-01 {
    padding: 12rem 0;
  }
  .hero-block__type-01 p {
    font-size: 1.6rem;
  }
}

/* Hero Block Type 02
------------------------------------------------------------ */
.hero-block__type-02 {
  align-items: center;
  display: flex;
}

.hero-block__type-02 .main-content {
  flex: 1;
  padding: 0 4%;
}

.hero-block__type-02 .background-image {
  flex: 0 0 57%;
  width: 100%;
  height: 75vh;
  margin-right: auto;
}

@media only screen and (max-width: 1400px) {
  .hero-block__type-02 .background-image {
    flex: 0 0 50%;
    height: calc( 100vh - 70px);
  }
}

@media only screen and (max-width: 1024px) {
  .hero-block__type-02 {
    display: block;
  }
  .hero-block__type-02 .main-content {
    padding: 10rem 2rem;
    width: 100%;
  }
  .hero-block__type-02 .background-image {
    height: 450px;
    width: 100%;
  }
}

@media only screen and (max-width: 650px) {
  .hero-block__type-02 .main-content {
    padding: 8rem 2rem;
  }
  .hero-block__type-02 .background-image {
    height: 300px;
  }
}

/* Hero Block Type 03
------------------------------------------------------------ */
.hero-block__type-03 {
  padding: 4rem 0;
}

.hero-block__type-03 .wrap {
  align-items: center;
  display: flex;
}

.hero-block__type-03 .main-content {
  flex: 1;
  padding-right: 6%;
}

.hero-block__type-03 .inline-image {
  flex: 0 0 700px;
  margin-left: auto;
}

@media only screen and (max-width: 1400px) {
  .hero-block__type-03 .inline-image {
    flex: 0 0 50%;
    text-align: center;
  }
  .hero-block__type-03 .inline-image img {
    max-height: 620px;
    width: auto;
  }
}

@media only screen and (max-width: 960px) {
  .hero-block__type-03 {
    padding: 0;
  }
  .hero-block__type-03 .wrap {
    display: block;
  }
  .hero-block__type-03 .main-content {
    padding: 8rem 0;
    width: 100%;
  }
  .hero-block__type-03 .inline-image {
    width: 100%;
  }
}

/* Hero Block Background Slider
------------------------------------------------------------ */
.hero-block__bg-slider {
  position: relative;
  height: 100vh;
}

.hero-block__bg-slider .swiper-container {
  width: 100%;
  height: 100%;
  position: absolute;
}

.hero-block__bg-slider .wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  max-width: none;
  z-index: 9000;
  justify-content: center;
  position: absolute;
}

.hero-block__bg-slider h5 {
  max-width: 680px;
}

.hero-block__bg-slider h1 {
  max-width: 680px;
}

.hero-block__bg-slider p {
  max-width: 680px;
}

@media only screen and (max-width: 650px) {
  .hero-block__bg-slider {
    height: 80vh;
  }
  .hero-block__bg-slider p {
    font-size: 1.6rem;
  }
}

/* Generic Blocks
------------------------------------------------------------ */
/* Section Intro Block
------------------------------------------------------------ */
.section-intro-block {
  margin-bottom: 6rem;
}

.section-intro-block h5 {
  max-width: 600px;
}

.section-intro-block h2 {
  max-width: 600px;
  margin-bottom: 0;
}

.section-intro-block p {
  max-width: 900px;
  margin-bottom: 0;
  margin-top: 2rem;
}

.section-intro-block .cta-button {
  margin-top: 3rem;
}

.section-intro-block .cta-button--secondary {
  margin-left: 2.2rem;
}

.section-intro-block--white-text {
  color: #fff;
}

.section-intro-block--white-text h5 {
  color: #fff;
}

.section-intro-block--white-text h2 {
  color: #fff;
}

.section-intro-block--centered-text {
  text-align: center;
}

.section-intro-block--centered-text h5 {
  margin-left: auto;
  margin-right: auto;
}

.section-intro-block--centered-text h2 {
  margin-left: auto;
  margin-right: auto;
}

.section-intro-block--centered-text p {
  margin-left: auto;
  margin-right: auto;
}

.section-intro-block--white-button .cta-button--primary {
  background: #fff;
  border: 2px solid #fff;
  color: #000;
}

.section-intro-block--white-button .cta-button--primary:hover {
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
}

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

.section-intro-block--white-button .cta-button--secondary:hover {
  background: #fff;
  color: #000;
}

.section-intro-block--inside-group .wrap {
  padding: 0;
}

@media only screen and (max-width: 650px) {
  .section-intro-block .cta-button--primary {
    margin-right: 2.2rem;
  }
  .section-intro-block .cta-button--secondary {
    margin-left: 0;
  }
  .section-intro-block--hiden-cta .cta-button--secondary {
    display: none;
  }
}

/* Feature Block
------------------------------------------------------------ */
.feature-block {
  max-width: 650px;
}

.feature-block .icon {
  margin-bottom: 2.5rem;
}

.feature-block .icon img {
  width: 58px;
  height: auto;
}

.feature-block .main-content {
  font-size: 1.6rem;
}

.feature-block .main-content h4 {
  font-size: 2rem;
  margin-bottom: .8rem;
}

.feature-block .main-content p {
  margin-bottom: 1.5rem;
}

.feature-block .main-content a {
  text-decoration: none;
}

.feature-block--centered-text {
  text-align: center;
}

.feature-block--icon-left {
  position: relative;
}

.feature-block--icon-left .icon {
  position: absolute;
  top: .5rem;
  left: 0;
}

.feature-block--icon-left .icon img {
  width: 45px;
  height: auto;
}

.feature-block--icon-left .main-content {
  padding-left: 8rem;
}

.feature-block--icon-small .main-content {
  font-size: 1.5rem;
}

.feature-block--icon-small .main-content h4 {
  font-size: 1.9rem;
}

.feature-block--icon-small .icon img {
  width: 38px;
  height: auto;
}

.feature-block--mrg-top {
  margin-top: 5rem;
}

@media only screen and (max-width: 800px) {
  .feature-block .main-content p {
    font-size: 1.5rem;
  }
}

@media only screen and (max-width: 650px) {
  .feature-block .main-content h4 {
    font-size: 1.9rem;
  }
}

/* CTA Block
------------------------------------------------------------ */
.cta-block {
  padding: 12rem 0;
}

.cta-block .wrap {
  display: flex;
  align-items: center;
}

.cta-block .message {
  flex-basis: 50%;
}

.cta-block .message h2 {
  margin-bottom: 0;
}

.cta-block .message p {
  font-size: 1.65rem;
  font-weight: 500;
  margin-top: .8rem;
  margin-bottom: 0;
}

.cta-block .buttons {
  flex-basis: 50%;
  text-align: right;
}

.cta-block .buttons .cta-button--secondary {
  margin-left: 2.2rem;
}

.cta-block--centered-text {
  text-align: center;
}

.cta-block--centered-text .wrap {
  display: block;
}

.cta-block--centered-text .message {
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
}

.cta-block--centered-text .buttons {
  max-width: 800px;
  margin: 3rem auto 0;
  text-align: center;
}

.cta-block--white-text {
  color: #fff;
}

.cta-block--white-text h5, .cta-block--white-text h2, .cta-block--white-text p {
  color: #fff;
}

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

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

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

.cta-block--white-button .cta-button--secondary:hover {
  background: #fff;
  color: #000;
}

@media only screen and (max-width: 960px) {
  .cta-block {
    text-align: center;
  }
  .cta-block .wrap {
    display: block;
  }
  .cta-block .message {
    max-width: 740px;
    margin-left: auto;
    margin-right: auto;
  }
  .cta-block .buttons {
    max-width: 800px;
    margin: 3rem auto 0;
    text-align: center;
  }
}

@media only screen and (max-width: 650px) {
  .cta-block .message p {
    font-size: 1.5rem;
  }
  .cta-block--hidden-secondary .cta-button--secondary {
    display: none;
  }
}

/* Testimonial Block
------------------------------------------------------------ */
.testimonial-block {
  max-width: 860px;
  margin: 0 auto;
}

.testimonial-block .main-content {
  font-weight: 500;
  font-style: italic;
}

.testimonial-block .author-info {
  display: flex;
  align-items: center;
  margin-top: 3rem;
}

.testimonial-block .author-info .avatar {
  margin-right: 2.2rem;
}

.testimonial-block .author-info .avatar img {
  border-radius: 50%;
  width: 68px;
  height: auto;
}

.testimonial-block .author-info .info .name {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.55;
}

.testimonial-block .author-info .info .job {
  display: block;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.55;
  opacity: .75;
}

.testimonial-block--centered-text {
  text-align: center;
}

.testimonial-block--centered-text .author-info {
  display: block;
  justify-content: center;
}

.testimonial-block--centered-text .author-info .avatar {
  display: block;
  text-align: center;
  width: 100%;
  margin-bottom: 1.2rem;
}

.testimonial-block--centered-text .author-info .info {
  display: block;
  text-align: center;
}

.testimonial-block--white-text {
  color: #fff;
}

@media only screen and (max-width: 650px) {
  .testimonial-block .author-info .avatar img {
    width: 62px;
    height: auto;
  }
  .testimonial-block .author-info .info .name {
    font-size: 1.5rem;
  }
  .testimonial-block .author-info .info .job {
    font-size: 1.2rem;
  }
}

/* Buttons Block
------------------------------------------------------------ */
.buttons-block .cta-button--secondary {
  margin-left: 2.2rem;
}

.buttons-block--centered-text {
  text-align: center;
}

.buttons-block--white-button .cta-button--primary {
  background: #fff;
  border: 2px solid #fff;
  color: #000;
}

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

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

.buttons-block--white-button .cta-button--secondary:hover {
  background: #fff;
  color: #000;
}

.buttons-block--small-button .cta-button--primary, .buttons-block--small-button .cta-button--secondary, .buttons-block--small-button .cta-button--white {
  font-size: 1.2rem;
  padding: 1rem 3.4rem;
}

@media only screen and (max-width: 550px) {
  .buttons-block .cta-button {
    display: block;
    text-align: center;
  }
  .buttons-block .cta-button--secondary {
    margin-left: 0;
    margin-top: 2rem;
  }
  .buttons-block--hidden-secondary .cta-button {
    display: inline-block;
  }
  .buttons-block--hidden-secondary .cta-button--secondary {
    display: none;
  }
}

/* Accordion Block
------------------------------------------------------------ */
.accordion-block__accordion {
  margin-bottom: 4rem;
}

.accordion-block__accordion:last-child {
  margin-bottom: 0;
}

.accordion-block__heading {
  display: block;
  text-decoration: none;
}

.accordion-block__content {
  display: none;
  padding: 3rem 3rem 0;
}

.accordion-block__content p:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 550px) {
  .accordion-block__content {
    padding: 3rem 0.5rem 0;
  }
}

/* Spacer Block
------------------------------------------------------------ */
.spacer-block {
  clear: both;
  display: block;
}

.spacer-block.mobile {
  display: none;
}

@media only screen and (max-width: 650px) {
  .spacer-block.desktop {
    display: none;
  }
  .spacer-block.mobile {
    display: block;
  }
}

/* Hub Blocks
------------------------------------------------------------ */
.hub-block .main-content {
  font-size: 1.55rem;
  padding: 3rem 0;
}

.hub-block .main-content h4 {
  margin-bottom: 1.2rem;
}

.hub-block .main-content p {
  margin-bottom: 1.8rem;
}

.hub-block--boxed-content .main-content {
  background: #fff;
  padding: 3.8rem 4rem;
}

.hub-block--centered-text .main-content {
  text-align: center;
}

.hub-block--small-button .cta-button--primary, .hub-block--small-button .cta-button--white {
  font-size: 1.2rem;
  padding: 1rem 3.4rem;
}

.hub-block__type-02--overlaid-content .main-content {
  padding: 4rem 5rem;
  position: relative;
  background: #fff;
  max-width: 80%;
  margin: -10rem auto 0;
  text-align: center;
}

.hub-block__type-03 {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 620px;
}

.hub-block__type-03 .main-content {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  padding: 2.5rem;
  max-width: 500px;
}

.hub-block__type-03 .main-content h4 {
  color: #fff;
  font-size: 2.4rem;
  margin-bottom: .8rem;
}

.hub-block__type-03--centered-content {
  justify-content: center;
  align-content: center;
  text-align: center;
}

.hub-block__type-03--centered-content .main-content {
  margin: 0 auto;
}

@media only screen and (max-width: 1400px) {
  .hub-block__type-03 {
    min-height: 550px;
  }
}

@media only screen and (max-width: 1024px) {
  .hub-block__type-02--overlaid-content .main-content {
    max-width: 88%;
    padding: 4rem 3rem;
  }
  .hub-block__type-03 .main-content {
    font-size: 1.55rem;
  }
}

@media only screen and (max-width: 800px) {
  .hub-block .main-content {
    font-size: 1.5rem;
  }
  .hub-block__type-01 .image img, .hub-block__type-02 .image img {
    width: 100%;
  }
}

@media only screen and (max-width: 650px) {
  .hub-block__type-02--overlaid-content .main-content {
    margin: -6rem auto 0;
  }
  .hub-block__type-03 .main-content h4 {
    font-size: 2.2rem;
  }
}

@media only screen and (max-width: 450px) {
  .hub-block__type-03 {
    min-height: 420px;
  }
}

/* Contact Blocks
------------------------------------------------------------ */
.google-map-container {
  line-height: 0;
}

.vertical-contact-details .feature-block--mrg-top {
  margin-top: 8rem;
}

@media only screen and (max-width: 550px) {
  .google-map-container iframe {
    max-height: 500px;
  }
}

/* Slider Blocks
------------------------------------------------------------ */
/* Testimonial Slider Block
------------------------------------------------------------ */
.testimonial-slider-block {
  position: relative;
}

.testimonial-slider-block .swiper-container .swiper-pagination {
  bottom: 0;
  margin-top: 3rem;
  margin-bottom: 2rem;
  position: relative;
}

.testimonial-slider-block .testimonial-inner .main-content {
  font-weight: 500;
  font-style: italic;
}

.testimonial-slider-block .testimonial-inner .author-info {
  display: flex;
  align-items: center;
  margin-top: 3rem;
}

.testimonial-slider-block .testimonial-inner .author-info .avatar {
  margin-right: 2.2rem;
}

.testimonial-slider-block .testimonial-inner .author-info .avatar img {
  border-radius: 50%;
  width: 68px;
  height: auto;
}

.testimonial-slider-block .testimonial-inner .author-info .info .name {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.55;
}

.testimonial-slider-block .testimonial-inner .author-info .info .job {
  display: block;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.55;
  opacity: .75;
}

.testimonial-slider-block--centered-text {
  text-align: center;
}

.testimonial-slider-block--centered-text .testimonial-inner .author-info {
  display: block;
}

.testimonial-slider-block--centered-text .testimonial-inner .author-info .avatar {
  display: block;
  text-align: center;
  width: 100%;
  margin-bottom: 1.2rem;
}

.testimonial-slider-block--centered-text .testimonial-inner .author-info .avatar img {
  width: 54px;
  height: auto;
}

.testimonial-slider-block--centered-text .testimonial-inner .author-info .info {
  display: block;
  text-align: center;
}

.testimonial-slider-block--white-text .testimonial-inner {
  color: #fff;
}

.testimonial-slider-block--inside-slider-group {
  position: static;
}

/* Gallery Slider Block
------------------------------------------------------------ */
.gallery-slider-block {
  position: relative;
}

.gallery-slider-block .swiper-container .swiper-pagination {
  bottom: 0;
  margin-top: 3rem;
  margin-bottom: 2rem;
  position: relative;
}

.gallery-slider-block--inside-slider-group {
  position: static;
}

/* Hub Block Type 01 Slider
------------------------------------------------------------ */
.hub-block-type-01-slider {
  position: relative;
}

.hub-block-type-01-slider .swiper-container .swiper-pagination {
  bottom: 0;
  margin-top: 3rem;
  margin-bottom: 2rem;
  position: relative;
}

.hub-block-type-01-slider--inside-slider-group {
  position: static;
}

/* Hub Block Type 03 Slider
------------------------------------------------------------ */
.hub-block-type-03-slider {
  position: relative;
}

.hub-block-type-03-slider .swiper-container .swiper-pagination {
  bottom: 0;
  margin-top: 3rem;
  margin-bottom: 2rem;
  position: relative;
}

.hub-block-type-03-slider--inside-slider-group {
  position: static;
}

.hub-block-type-03-slider.hub-block__type-03--centered-content .hub-block__type-03 {
  justify-content: center;
  align-content: center;
  text-align: center;
}

.hub-block-type-03-slider.hub-block__type-03--centered-content .hub-block__type-03 .main-content {
  margin: 0 auto;
}
