@charset "UTF-8";
/*
Theme Name:     Neve Child
Theme URI:      https://themeisle.com/themes/neve/
Template: neve
Author:         ThemeIsle
Author URI:     https://themeisle.com
Description:    Neve is a super fast, easily customizable, multi-purpose theme. It’s perfect for blogs, small business, startups, agencies, firms, e-commerce shops (WooCommerce storefront) as well as personal portfolio sites and most types of projects. A fully AMP optimized and responsive theme, Neve will load in mere seconds and adapt perfectly on any viewing device. While it is lightweight and has a minimalist design, the theme is highly extendable, it has a highly SEO optimized code, resulting in top rankings in Google search results. Neve works perfectly with Gutenberg and the most popular page builders (Elementor, Brizy, Beaver Builder, Visual Composer, SiteOrigin, Divi). Neve is also WooCommerce ready, responsive, RTL & translation ready. Look no further. Neve is the perfect theme for you!
Version:        1.0.0
License:        GNU General Public License v2 or later
License URI:    http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:    neve
Tags: blog, custom-logo, e-commerce, rtl-language-support, post-formats, grid-layout, one-column, two-columns, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, flexible-header, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, accessibility-ready, wide-blocks, block-styles
*/
h1 {
  color: #437295;
  font-weight: 600;
  font-size: 34px;
  line-height: 1.2em;
}

h2 {
  color: #437295;
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 22px;
  line-height: 1em;
}

h3 {
  margin-bottom: 12px;
  font-size: 20px;
}
h3.center {
  text-align: center;
}

.container ul {
  margin: 12px 0 30px 15px;
}

.btn {
  display: inline-block;
  background-color: #437295;
  color: #FFFFFF;
  border-radius: 0px;
  font-size: 16px;
  line-height: 16px;
  padding: 15px 24px;
  text-decoration: none;
  transition: all 0.2s ease;
  box-shadow: inset 0 0 0 0 #437295;
}
.btn:hover {
  transition: all 0.6s ease;
  background-color: #353836;
  box-shadow: inset 0px -200px 0 0 #353836;
}

.site-header {
  background-color: #FFFFFF;
  padding: 15px 0;
}
@media (min-width: 760px) {
  .site-header {
    /*margin-bottom: -64px;*/
  }
}
.site-header .container {
  max-width: 1450px;
}
.site-header .content {
  margin: 0 auto;
  text-align: left;
  padding: 12px 0;
}
@media (min-width: 760px) {
  .site-header .content {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.site-header .content .site-logo {
  display: inline-block;
}
@media (max-width: 760px) {
  .site-header .content .site-logo {
    margin: 0 auto 15px;
    width: 100%;
  }
}
.site-header .content .site-logo .logo-svg {
  width: 200px;
}
@media (min-width: 760px) {
  .site-header .content .site-logo .logo-svg {
    width: 215px;
  }
}
@media (min-width: 760px) {
  .site-header .content .top-right .nav-container {
    display: flex;
    flex-flow: row;
    align-items: center;
  }
}
@media (max-width: 760px) {
  .site-header .content .top-right .nav-container .book-button {
    text-align: center;
  }
}

footer.bottom-bar {
  background-color: #437295;
  color: #FFFFFF;
  font-size: 16px;
  padding: 80px 0;
}
footer.bottom-bar h1, footer.bottom-bar h2, footer.bottom-bar h3, footer.bottom-bar h4, footer.bottom-bar a {
  color: #FFFFFF;
}
footer.bottom-bar h2 {
  font-size: 20px;
}
footer.bottom-bar .holder {
  margin: 0 auto;
  max-width: 1000px;
  display: flex;
  text-align: center;
  justify-content: center;
  flex-flow: row wrap;
}
@media (min-width: 760px) {
  footer.bottom-bar .holder {
    justify-content: center;
    flex-flow: row;
  }
}
footer.bottom-bar .holder .footer-item {
  width: 100%;
  padding: 0 0 30px 0;
}
footer.bottom-bar .holder .footer-item a:hover {
  color: #353836;
}
@media (min-width: 760px) {
  footer.bottom-bar .holder .footer-item {
    padding: 0 30px 0 0;
    width: 30%;
  }
}
footer.bottom-bar .holder .footer-item .social-icons {
  display: flex;
  justify-content: center;
}
footer.bottom-bar .holder .footer-item .social-icons a i {
  font-size: 22px;
  width: 35px;
  height: 35px;
  line-height: 24px;
  background-color: #FFFFFF;
  color: #437295;
  padding: 6px;
  border-radius: 40px;
  margin: 0 8px 0 0;
}
footer.bottom-bar .holder .footer-item .social-icons a:hover i {
  background-color: #353836;
  color: #FFFFFF;
}

.hfg-slot {
  align-items: flex-end;
}

.hfg_header.site-header {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.nv-nav-wrap .nav-menu-primary ul.nav-ul li {
  font-size: 17px;
  margin: 0 12px;
}
.nv-nav-wrap .nav-menu-primary ul.nav-ul li a {
  min-height: 0;
}
.nv-nav-wrap .nav-menu-primary ul.nav-ul li ul.sub-menu {
  margin: 0;
  left: 0;
  padding: 6px 12px;
  right: auto;
  background-color: #E8E5E3;
}
.nv-nav-wrap .nav-menu-primary ul.nav-ul li ul.sub-menu li {
  font-size: 15px;
  margin: 0;
}
.nv-nav-wrap .nav-menu-primary ul.nav-ul li ul.sub-menu li > .wrap {
  padding: 5px 0;
}
.nv-nav-wrap .nav-menu-primary ul.nav-ul li ul.sub-menu li a:hover {
  color: #353836;
}

section.block-super {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 760px) {
  section.block-super {
    height: auto !important;
  }
}
section.block-super .subtext {
  font-size: 23px;
}
section.block-super .background-video {
  position: absolute;
  height: 100%;
  min-width: 100%;
  object-fit: cover;
  z-index: -1;
}
section.block-super .inner {
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
}
section.block-super .inner .columns {
  display: flex;
  justify-content: space-between;
  flex-flow: column;
  max-width: 100%;
}
@media (min-width: 760px) {
  section.block-super .inner .columns.reverse {
    flex-flow: row-reverse;
  }
}
section.block-super .inner .columns.a-center {
  align-items: center;
}
@media (min-width: 760px) {
  section.block-super .inner .columns {
    flex-flow: row;
  }
}
section.block-super .inner .columns .flex-col {
  padding: 0 0 25px 0;
  max-width: 100%;
}
@media (min-width: 760px) {
  section.block-super .inner .columns .flex-col {
    width: 48%;
    padding: 0;
  }
}
@media (min-width: 760px) {
  section.block-super .inner .columns.seventy-thirty .flex-col.thefirst {
    width: 68%;
  }
  section.block-super .inner .columns.seventy-thirty .flex-col.thesecond {
    width: 30%;
  }
}
@media (min-width: 760px) {
  section.block-super .inner .columns.carousel .flex-col.thefirst {
    width: 30%;
  }
  section.block-super .inner .columns.carousel .flex-col.thesecond {
    width: 68%;
  }
}
section.block-super .inner.bottom-aligned {
  justify-content: flex-end;
}
section.block-super .inner.bottom-aligned .container {
  padding-bottom: 100px;
}
@media (max-width: 760px) {
  section.block-super .inner.bottom-aligned .container {
    padding: 30px;
    display: flex;
    align-items: center;
  }
}
section.block-super.parallax {
  background-attachment: fixed;
}
@media (min-width: 760px) {
  section.block-super.parallax .background-video {
    position: fixed;
  }
}

section.block-multi {
  padding: 60px 0;
}
section.block-multi .holder {
  display: flex;
  flex-flow: column;
  justify-content: center;
}
@media (min-width: 760px) {
  section.block-multi .holder {
    flex-flow: row;
    justify-content: space-between;
  }
}
section.block-multi .holder .item {
  width: 100%;
  margin: 0 0 30px 0;
}
@media (min-width: 760px) {
  section.block-multi .holder .item {
    flex: 1 1 auto;
    margin: 0 15px;
  }
}
section.block-multi .holder.line {
  border-top: 1px solid #00769c;
  padding-top: 50px;
}
section.block-multi .holder.acenter {
  align-items: center;
}

section.block-icons {
  padding: 50px 0;
}
section.block-icons .container {
  max-width: 1400px;
}
section.block-icons .container .icons-holder {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
@media (min-width: 760px) {
  section.block-icons .container .icons-holder {
    flex-flow: row;
  }
}
section.block-icons .container .icons-holder .item {
  flex-grow: 1;
  max-width: 800px;
  margin: 0 20px 25px;
}
section.block-icons .container .icons-holder .item .the-icons {
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
}
section.block-icons .container .icons-holder .item .the-icons .icon {
  margin: 0 15px 25px;
  text-align: center;
  width: 170px;
}
section.block-icons .container .icons-holder .item .the-icons .icon__image {
  text-align: center;
  transition: all 0.2s ease;
  position: relative;
  bottom: 0;
}
section.block-icons .container .icons-holder .item .the-icons .icon__image:hover {
  transition: all 0.2s ease;
  bottom: 6px;
}
section.block-icons .container .icons-holder .item .the-icons .icon__image p {
  margin-bottom: 0;
}
section.block-icons .container .icons-holder .item .the-icons .icon__image IMG {
  width: 160px;
  max-width: 100%;
  height: auto;
}
section.block-icons .container .icons-holder .item .the-icons .icon__text {
  font-family: "Lato", sans-serif;
  font-size: 17px;
  font-weight: bold;
  color: #353836;
}
section.block-icons .container .icons-holder .item .the-icons .icon__text a {
  text-decoration: none;
  color: #353836;
}

section.block-hero {
  min-height: 200px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 760px) {
  section.block-hero.short {
    min-height: 250px;
  }
}
@media (min-width: 760px) {
  section.block-hero.medium {
    min-height: 450px;
  }
}
@media (min-width: 760px) {
  section.block-hero.tall {
    min-height: 750px;
  }
}
section.block-hero .banner-content {
  text-align: center;
}
section.block-hero .banner-content p:last-child {
  margin-bottom: 0;
}
section.hero-rotating .swiper {
  height: 110px;
}
@media (min-width: 480px) {
  section.hero-rotating .swiper {
    height: 130px;
  }
}
@media (min-width: 760px) {
  section.hero-rotating .swiper.short {
    height: 250px;
  }
}
@media (min-width: 760px) {
  section.hero-rotating .swiper.medium {
    height: 450px;
  }
}
@media (min-width: 760px) {
  section.hero-rotating .swiper.tall {
    height: 750px;
  }
}
section.hero-rotating .swiper .swiper-wrapper .swiper-slide {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.blue-bar {
  color: #FFFFFF;
  text-align: center;
  padding: 7px 31px;
  font-size: 26px;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.19);
  text-transform: uppercase;
  background: #437295;
}

section.block-resources {
  padding: 60px 0;
}
section.block-resources .resources {
  display: flex;
  justify-content: center;
  flex-flow: column;
}
@media (min-width: 760px) {
  section.block-resources .resources {
    flex-flow: row wrap;
    justify-content: flex-start;
  }
}
section.block-resources .resources .resource {
  width: 100%;
  margin: 0 0 40px;
  display: flex;
  justify-content: space-between;
}
@media (min-width: 760px) {
  section.block-resources .resources .resource {
    width: 46%;
  }
  section.block-resources .resources .resource:nth-child(odd) {
    margin: 0 3% 40px 0;
  }
}
section.block-resources .resources .resource .image {
  width: 40%;
  text-align: center;
}
section.block-resources .resources .resource .image IMG {
  max-height: 250px;
}
section.block-resources .resources .resource .details {
  width: 57%;
  color: #353836;
  font-size: 16px;
}
section.block-resources .resources .resource .details h3 {
  color: #437295;
}
section.block-resources .resources .resource .details ul {
  margin: 0;
  padding: 0;
}
section.block-resources .resources .resource .details ul li {
  list-style-type: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #E4E4E4;
  padding: 0 0 1px 0;
  margin: 0 0 3px 0;
}
section.block-resources .resources .resource .details ul li .icons {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
section.block-resources .resources .resource .details ul li .icons a {
  margin: 0 0 0 4px;
  line-height: 1px;
}

a {
  opacity: 1;
  color: #437295;
}
a:hover {
  opacity: 1;
  color: #353836;
}

.full {
  width: 100vw;
  position: relative;
  left: calc(-50vw + 50%);
}

.container {
  max-width: 1300px;
}

.white {
  color: #FFFFFF;
}
.white h1, .white h2, .white h3, .white a {
  color: #FFFFFF;
}

.wp-block-image {
  margin: 0;
}

span.svgicons.svg-wprsp-verified {
  background: #437295 !important;
}

.wp-block-aioseo-faq {
  max-width: 800px;
  margin: 0 auto;
  background-color: #F5F3EF;
  padding: 25px;
}
.wp-block-aioseo-faq + .wp-block-aioseo-faq {
  margin-top: 30px;
}

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