/* http://meyerweb.com/eric/tools/css/reset/
   v4.0 | 20180602
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
  display: block;
}

/* HTML5 hidden-attribute fix for newer browsers */
*[hidden] {
  display: none;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before, .mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

html {
  overflow-x: hidden;
}

html.is-mobile-menu-open {
  overflow: hidden;
}

html:not(.is-mobile-menu-open) .mobile-menu {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

html:not(.is-mobile-menu-open) .mobile-menu__back {
  opacity: 0;
  visibility: hidden;
}

.theme-style {
  /**
 *	Impress Listings
 */
}

.theme-style *,
.theme-style *:before,
.theme-style *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.theme-style *:focus {
  outline: none;
}

.theme-style,
.theme-style input,
.theme-style select,
.theme-style textarea,
.theme-style button {
  font-family: "Lato", sans-serif;
  color: #214A4C;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-break: break-word;
}

.theme-style .site-wrapper {
  overflow: hidden;
}

.theme-style p {
  line-height: 1.75;
}

.theme-style strong, .theme-style b {
  font-weight: 700;
}

.theme-style em:not([class]),
.theme-style i:not([class]) {
  font-style: italic;
}

.theme-style [class*="fa-"] {
  font-style: normal;
}

.theme-style img {
  max-width: 100%;
  height: auto;
}

.theme-style h1, .theme-style h2, .theme-style h3, .theme-style h4, .theme-style h5, .theme-style h6 {
  font-weight: 700;
  line-height: 1.2;
  font-family: "Aleo", sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.theme-style h1 {
  font-size: 36px;
  letter-spacing: 5px;
}

.theme-style h2 {
  font-size: 30px;
  letter-spacing: 5px;
}

.theme-style h3 {
  font-size: 24px;
}

.theme-style h4 {
  font-size: 20px;
}

.theme-style h5 {
  font-size: 16px;
}

.theme-style h6 {
  font-size: 14px;
}

.theme-style a {
  color: #668C8E;
  -webkit-transition: 300ms ease;
  transition: 300ms ease;
}

.theme-style li {
  vertical-align: top;
}

.theme-style header, .theme-style footer, .theme-style section {
  position: relative;
}

.theme-style .container {
  position: relative;
  z-index: 10;
  max-width: 1240px;
  margin: 0 auto;
  width: auto;
}

.theme-style .container:before, .theme-style .container:after {
  content: "";
  clear: both;
  display: table;
}

.theme-style .site-wrapper {
  position: relative;
}

.theme-style .elementor-text-editor h1, .theme-style .elementor-text-editor h2, .theme-style .elementor-text-editor h3, .theme-style .elementor-text-editor h4, .theme-style .elementor-text-editor h5, .theme-style .elementor-text-editor h6,
.theme-style .content h1,
.theme-style .content h2,
.theme-style .content h3,
.theme-style .content h4,
.theme-style .content h5,
.theme-style .content h6 {
  color: #668C8E;
  line-height: 1.25;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.theme-style .elementor-text-editor h1, .theme-style .elementor-text-editor h2, .theme-style .elementor-text-editor h3, .theme-style .elementor-text-editor h4, .theme-style .elementor-text-editor h5, .theme-style .elementor-text-editor h6, .theme-style .elementor-text-editor p,
.theme-style .content h1,
.theme-style .content h2,
.theme-style .content h3,
.theme-style .content h4,
.theme-style .content h5,
.theme-style .content h6,
.theme-style .content p {
  margin-bottom: 30px;
}

.theme-style .elementor-text-editor .elementor-heading-title,
.theme-style .content .elementor-heading-title {
  margin: 0;
}

.theme-style .elementor-text-editor h1,
.theme-style .content h1 {
  color: #F3EFE6;
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
  text-transform: none;
  letter-spacing: 0;
}

.theme-style .elementor-text-editor a,
.theme-style .content a {
  font-weight: 700;
  text-decoration: underline;
}

.theme-style .elementor-text-editor a:hover,
.theme-style .content a:hover {
  color: #F3EFE6;
}

.theme-style .elementor-text-editor a.elementor-button-link,
.theme-style .content a.elementor-button-link {
  text-decoration: none;
}

.theme-style .elementor-text-editor .button,
.theme-style .content .button {
  margin: 8px 8px 8px 0;
}

.theme-style .elementor-text-editor ol, .theme-style .elementor-text-editor ul,
.theme-style .content ol,
.theme-style .content ul {
  margin: 0 0 30px 30px;
}

.theme-style .elementor-text-editor ol li, .theme-style .elementor-text-editor ul li,
.theme-style .content ol li,
.theme-style .content ul li {
  margin: 0 0 10px;
  padding: 0 0 0 10px;
}

.theme-style .elementor-text-editor ol ol, .theme-style .elementor-text-editor ol ul, .theme-style .elementor-text-editor ul ol, .theme-style .elementor-text-editor ul ul,
.theme-style .content ol ol,
.theme-style .content ol ul,
.theme-style .content ul ol,
.theme-style .content ul ul {
  margin: 10px 0 0 10px;
}

.theme-style .elementor-text-editor ol li,
.theme-style .content ol li {
  list-style-type: decimal;
}

.theme-style .elementor-text-editor ul li,
.theme-style .content ul li {
  list-style-type: disc;
}

.theme-style .elementor-text-editor ul ul li,
.theme-style .content ul ul li {
  list-style-type: circle;
}

.theme-style .elementor-text-editor li,
.theme-style .content li {
  line-height: 1.8;
}

.theme-style .elementor-text-editor > *:last-child,
.theme-style .content > *:last-child {
  margin-bottom: 0 !important;
}

.theme-style .elementor-text-editor .gform_wrapper,
.theme-style .content .gform_wrapper {
  margin: 0 auto;
  margin-bottom: 30px;
}

.theme-style .elementor-text-editor .gform_wrapper ul,
.theme-style .content .gform_wrapper ul {
  margin: 0;
  padding: 0;
}

.theme-style .elementor-text-editor .gform_wrapper ul li,
.theme-style .content .gform_wrapper ul li {
  margin: 0;
}

.theme-style .nav-menu {
  white-space: nowrap;
  margin: 0 -10px;
}

.theme-style .nav-menu-desktop {
  display: none;
}

@media (min-width: 1201px) {
  .theme-style .nav-menu-desktop {
    display: block;
  }
}

.theme-style .nav-menu-mobile {
  display: block;
}

@media (min-width: 1201px) {
  .theme-style .nav-menu-mobile {
    display: none;
  }
}

.theme-style .nav-menu a {
  display: block;
  padding: 0 10px;
  line-height: 40px;
  font-size: 16px;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Aleo", sans-serif;
  letter-spacing: 2px;
}

.theme-style .nav-menu li {
  position: relative;
  text-align: left;
  display: inline-block;
}

.theme-style .nav-menu ul ul li {
  display: block;
  border-bottom: 1px solid #516f70;
}

.theme-style .nav-menu ul ul {
  position: absolute;
  top: 100%;
  left: 0;
  visibility: hidden;
  opacity: 0;
  display: block;
  -webkit-transition: 300ms ease;
  transition: 300ms ease;
  -webkit-box-shadow: 0 0 0 1px #516f70;
          box-shadow: 0 0 0 1px #516f70;
  background-color: #668C8E;
  min-width: 100%;
}

.theme-style .nav-menu ul ul li:hover a {
  background-color: #eee;
  color: #668C8E;
}

.theme-style .nav-menu ul ul ul {
  top: 0;
  left: 100%;
}

.theme-style .nav-menu li:hover > ul {
  visibility: visible;
  opacity: 1;
}

.theme-style .nav-menu .menu-item-has-children:hover > a {
  -webkit-box-shadow: 0 0 0 1px #516f70;
          box-shadow: 0 0 0 1px #516f70;
}

.theme-style .mobile-menu {
  z-index: 120;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 400px;
  max-width: 75%;
  background-color: #668C8E;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
  color: #fff;
}

.theme-style .mobile-menu__logo {
  padding: 20px;
}

.theme-style .mobile-menu__logo img {
  display: block;
  margin: 0 auto;
}

.theme-style .mobile-menu__back {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 110;
  background-color: #000;
  opacity: 0.75;
  -webkit-transition: 300ms ease;
  transition: 300ms ease;
}

.theme-style .mobile-menu__container {
  position: relative;
  height: 100%;
  overflow: auto;
}

.theme-style .mobile-menu .close-button {
  display: inline-block;
  line-height: 40px;
  font-size: 30px;
  padding: 0 10px;
}

.theme-style .mobile-menu__header {
  text-align: right;
}

.theme-style .mobile-menu a {
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

.theme-style .mobile-menu a:hover {
  background-color: #516f70;
}

.theme-style .mobile-menu .current_page_item > a {
  font-weight: 700;
}

.theme-style .mobile-menu li {
  position: relative;
}

.theme-style .mobile-menu li a {
  display: block;
  line-height: 40px;
  padding: 0 20px;
}

.theme-style .mobile-menu ul ul {
  display: none;
  background-color: #516f70;
}

.theme-style .mobile-menu ul ul.is-open {
  display: block;
}

.theme-style .mobile-menu ul ul ul {
  background-color: #f4f4f4;
}

.theme-style .mobile-menu .mobile-menu-sub-toggle {
  position: absolute;
  z-index: 10;
  display: block;
  top: 0;
  right: 0;
  padding: 0 15px;
  line-height: 40px;
  font-size: 20px;
  border-left: 1px solid #eee;
  cursor: pointer;
  background-color: #fff;
}

.theme-style .mobile-menu .mobile-menu-sub-toggle:hover {
  background-color: #eee;
}

.theme-style .mobile-menu__social .row, .theme-style .mobile-menu__social .gform_wrapper .gform_fields, .theme-style .gform_wrapper .mobile-menu__social .gform_fields, .theme-style .mobile-menu__social .gform_wrapper .clear-multi, .theme-style .gform_wrapper .mobile-menu__social .clear-multi, .theme-style .mobile-menu__social .gform_wrapper .ginput_complex, .theme-style .gform_wrapper .mobile-menu__social .ginput_complex {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.theme-style .mobile-menu__social li {
  border: none !important;
}

.theme-style .mobile-menu__social li a {
  padding: 5px 10px;
}

.theme-style .mobile-menu__social li a:hover {
  background-color: transparent;
}

.theme-style #wpadminbar {
  z-index: 101;
}

.theme-style .sidebar-widget {
  margin-bottom: 30px;
}

.theme-style .sidebar-widget__body {
  padding: 15px;
  background-color: #fafafa;
}

.theme-style .sidebar-widget .widget-title {
  padding: 15px;
  background-color: #f6f6f6;
  border-bottom: 1px solid #eee;
  margin: -15px -15px 15px;
}

.theme-style .sidebar-widget li {
  margin: 8px 0;
}

.theme-style .mfp-arrow,
.theme-style .mfp-arrow {
  color: #fff;
  font-size: 40px;
}

.theme-style .mfp-arrow:before, .theme-style .mfp-arrow:after,
.theme-style .mfp-arrow:before,
.theme-style .mfp-arrow:after {
  display: none;
}

.theme-style .responsive-video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}

.theme-style .responsive-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.theme-style .gallery {
  max-width: 900px;
  margin: 30px auto;
}

.theme-style .gallery .gallery-item {
  padding: 5px;
}

.theme-style .gallery img {
  display: block;
  margin: 0 auto;
}

.theme-style .gallery {
  margin-bottom: 1.5em;
}

.theme-style .gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .theme-style .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .theme-style .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .theme-style .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .theme-style .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .theme-style .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .theme-style .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .theme-style .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .theme-style .gallery-item {
  max-width: 11.11%;
}

.theme-style .gallery-caption {
  display: block;
}

.theme-style .alignleft {
  float: left;
  margin: 6px 30px 15px 0;
  max-width: 50%;
}

.theme-style .alignright {
  float: right;
  margin: 6px 0 15px 30px;
  max-width: 50%;
}

.theme-style .aligncenter {
  clear: both;
  display: block;
  margin: 0 auto 28px;
}

.theme-style .wp-caption {
  margin-bottom: 1.5em;
}

.theme-style .wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0 auto;
}

.theme-style .wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.theme-style .wp-caption-text {
  text-align: center;
}

.theme-style .mfp-iframe-holder .mfp-content {
  max-width: 1240px;
}

.theme-style .white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 700px;
  margin: 20px auto;
}

.theme-style .app-map-info-box {
  padding: 0 0 15px;
}

.theme-style .app-map-info-box img {
  display: none !important;
  width: 100%;
  margin: 0 0 10px;
}

@media (min-width: 1201px) {
  .theme-style .app-map-info-box img {
    display: block !important;
  }
}

.theme-style .app-map-info-box h4 {
  font-weight: 400;
  margin: 0;
  text-transform: none;
}

.theme-style .app-map-info-box p {
  font-size: 14px;
}

.theme-style .app-map-info-box p a {
  display: block;
  color: #F3EFE6;
  font-weight: 700;
  text-decoration: underline;
  font-size: 12px;
}

.theme-style .gm-style-iw-container {
  width: 320px !important;
  padding: 15px !important;
  height: auto !important;
}

.theme-style .gm-style-iw-container * {
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
}

.theme-style .gm-style-iw-container > div:first-child > div:nth-child(2) {
  width: 322px !important;
}

.theme-style .gm-style-iw-container > div:first-child > div:last-child {
  width: 320px !important;
  padding: 15px !important;
}

.theme-style .gm-style-iw {
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
}

.theme-style .gm-style-iw > div:first-child {
  display: block !important;
  max-height: none !important;
}

.theme-style .gm-style-iw img {
  width: 100% !important;
}

.theme-style .gm-style-iw + div {
  display: none !important;
}

.theme-style .js-testimonials {
  -webkit-user-select: text;
     -moz-user-select: text;
      -ms-user-select: text;
          user-select: text;
}

.theme-style .js-testimonials:not(.slick-initialized) .card-testimonial:not(:first-child) {
  display: none;
}

.theme-style .fa-phone {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.theme-style .row, .theme-style .gform_wrapper .gform_fields, .theme-style .gform_wrapper .clear-multi, .theme-style .gform_wrapper .ginput_complex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
}

.theme-style .row-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.theme-style .s1 {
  -ms-flex-preferred-size: 8.33333333%;
      flex-basis: 8.33333333%;
}

.theme-style .s2 {
  -ms-flex-preferred-size: 16.66666667%;
      flex-basis: 16.66666667%;
}

.theme-style .s3 {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
}

.theme-style .s4 {
  -ms-flex-preferred-size: 33.33333333%;
      flex-basis: 33.33333333%;
}

.theme-style .s5 {
  -ms-flex-preferred-size: 41.66666667%;
      flex-basis: 41.66666667%;
}

.theme-style .s6 {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

.theme-style .s7 {
  -ms-flex-preferred-size: 58.33333333%;
      flex-basis: 58.33333333%;
}

.theme-style .s8 {
  -ms-flex-preferred-size: 66.66666667%;
      flex-basis: 66.66666667%;
}

.theme-style .s9 {
  -ms-flex-preferred-size: 75%;
      flex-basis: 75%;
}

.theme-style .s10 {
  -ms-flex-preferred-size: 83.33333333%;
      flex-basis: 83.33333333%;
}

.theme-style .s11 {
  -ms-flex-preferred-size: 91.66666667%;
      flex-basis: 91.66666667%;
}

.theme-style .s12, .theme-style .gform_wrapper .gfield, .theme-style .gform_wrapper .ginput_complex > span {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.theme-style .s0 {
  width: auto;
}

@media (min-width: 769px) {
  .theme-style .m1 {
    -ms-flex-preferred-size: 8.33333333%;
        flex-basis: 8.33333333%;
  }
}

@media (min-width: 769px) {
  .theme-style .m2 {
    -ms-flex-preferred-size: 16.66666667%;
        flex-basis: 16.66666667%;
  }
}

@media (min-width: 769px) {
  .theme-style .m3 {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
  }
}

@media (min-width: 769px) {
  .theme-style .m4 {
    -ms-flex-preferred-size: 33.33333333%;
        flex-basis: 33.33333333%;
  }
}

@media (min-width: 769px) {
  .theme-style .m5 {
    -ms-flex-preferred-size: 41.66666667%;
        flex-basis: 41.66666667%;
  }
}

@media (min-width: 769px) {
  .theme-style .m6 {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}

@media (min-width: 769px) {
  .theme-style .m7 {
    -ms-flex-preferred-size: 58.33333333%;
        flex-basis: 58.33333333%;
  }
}

@media (min-width: 769px) {
  .theme-style .m8 {
    -ms-flex-preferred-size: 66.66666667%;
        flex-basis: 66.66666667%;
  }
}

@media (min-width: 769px) {
  .theme-style .m9 {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
  }
}

@media (min-width: 769px) {
  .theme-style .m10 {
    -ms-flex-preferred-size: 83.33333333%;
        flex-basis: 83.33333333%;
  }
}

@media (min-width: 769px) {
  .theme-style .m11 {
    -ms-flex-preferred-size: 91.66666667%;
        flex-basis: 91.66666667%;
  }
}

@media (min-width: 769px) {
  .theme-style .m12 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

@media (min-width: 769px) {
  .theme-style .m0 {
    width: auto;
  }
}

@media (min-width: 1201px) {
  .theme-style .l1 {
    -ms-flex-preferred-size: 8.33333333%;
        flex-basis: 8.33333333%;
  }
}

@media (min-width: 1201px) {
  .theme-style .l2 {
    -ms-flex-preferred-size: 16.66666667%;
        flex-basis: 16.66666667%;
  }
}

@media (min-width: 1201px) {
  .theme-style .l3 {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
  }
}

@media (min-width: 1201px) {
  .theme-style .l4 {
    -ms-flex-preferred-size: 33.33333333%;
        flex-basis: 33.33333333%;
  }
}

@media (min-width: 1201px) {
  .theme-style .l5 {
    -ms-flex-preferred-size: 41.66666667%;
        flex-basis: 41.66666667%;
  }
}

@media (min-width: 1201px) {
  .theme-style .l6, .theme-style .gform_wrapper .gfield.half, .theme-style .gform_wrapper .ginput_complex > span {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}

@media (min-width: 1201px) {
  .theme-style .l7 {
    -ms-flex-preferred-size: 58.33333333%;
        flex-basis: 58.33333333%;
  }
}

@media (min-width: 1201px) {
  .theme-style .l8 {
    -ms-flex-preferred-size: 66.66666667%;
        flex-basis: 66.66666667%;
  }
}

@media (min-width: 1201px) {
  .theme-style .l9 {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
  }
}

@media (min-width: 1201px) {
  .theme-style .l10 {
    -ms-flex-preferred-size: 83.33333333%;
        flex-basis: 83.33333333%;
  }
}

@media (min-width: 1201px) {
  .theme-style .l11 {
    -ms-flex-preferred-size: 91.66666667%;
        flex-basis: 91.66666667%;
  }
}

@media (min-width: 1201px) {
  .theme-style .l12 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.theme-style .slick-slider button {
  padding: 0;
  border: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.theme-style .slick-slider button:hover {
  cursor: pointer;
}

.theme-style .slick-arrowed {
  padding-left: 60px;
  padding-right: 60px;
}

.theme-style .slick-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 60px;
  font-size: 60px;
}

.theme-style .slick-arrow.slick-prev {
  left: 0;
}

.theme-style .slick-arrow.slick-next {
  right: 0;
}

.theme-style .slick-dotted {
  padding-bottom: 40px;
}

.theme-style .slick-dotted .slick-arrow {
  bottom: 40px;
}

.theme-style .slick-dots {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  text-align: center;
}

.theme-style .slick-dots li {
  display: inline-block;
  margin: 0 4px;
}

.theme-style .slick-dots button {
  font-size: 0;
  height: 14px;
  width: 14px;
  border: 2px solid #214A4C;
  border-radius: 50%;
  -webkit-transition: 300ms ease;
  transition: 300ms ease;
}

.theme-style .slick-dots .slick-active button {
  background-color: #214A4C;
}

.theme-style .cta-slider {
  -webkit-transition: 300ms ease;
  transition: 300ms ease;
}

.theme-style .cta-slider:not(.slick-initialized) {
  visibility: hidden;
}

.theme-style .cta-slider:not(.slick-initialized) .cta-slider-slide:not(:first-of-type) {
  display: none;
}

.theme-style .gform_wrapper li {
  list-style-type: none !important;
}

.theme-style .gform_wrapper .fa-angle-down {
  position: absolute;
  top: 7.5px;
  right: 7.5px;
  line-height: 37px;
  width: 30px;
  text-align: center;
  pointer-events: none;
}

.theme-style .gform_wrapper .validation_error {
  margin: 30px 0;
  color: red;
}

.theme-style .gform_wrapper .validation_message {
  color: red;
  font-size: 13px;
}

.theme-style .gform_wrapper .ginput_container_multiselect .fa-angle-down {
  display: none;
}

.theme-style .gform_wrapper .address_country,
.theme-style .gform_wrapper .ginput_container_select {
  position: relative;
}

.theme-style .gform_wrapper .ginput_container_select .fa-angle-down {
  top: 0;
  right: 0;
}

.theme-style .gform_wrapper select {
  display: block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  padding: 5px 35px 5px 5px;
  line-height: 30px;
  background-color: #fff;
  border: 2px solid #668C8E;
  border-radius: 0px;
  font-size: 16px;
}

.theme-style .gform_wrapper input[type="text"],
.theme-style .gform_wrapper input[type="email"],
.theme-style .gform_wrapper input[type="tel"],
.theme-style .gform_wrapper input[type="number"],
.theme-style .gform_wrapper input[type="password"] {
  display: block;
  width: 100%;
  border: 2px solid #668C8E;
  padding: 5px;
  line-height: 30px;
  border-radius: 0px;
  font-size: 16px;
}

.theme-style .gform_wrapper textarea {
  display: block;
  width: 100%;
  border: 2px solid #668C8E;
  padding: 5px;
  height: 100px;
  font-size: 16px;
}

.theme-style .gform_wrapper .gform_title {
  margin: 0 0 15px;
}

.theme-style .gform_wrapper .gform_description {
  margin: 0;
}

.theme-style .gform_wrapper .gsection_title {
  font-size: 24px;
  margin: 15px 0 5px;
}

.theme-style .gform_wrapper .gsection_description {
  font-size: 16px;
}

.theme-style .gform_wrapper .gfield_label {
  margin: 0 0 5px;
  display: block;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #668C8E;
}

.theme-style .gform_wrapper .ginput_complex select + label,
.theme-style .gform_wrapper .ginput_complex input + label {
  margin-top: 3px;
  font-size: 14px;
  font-weight: 700;
  display: block;
}

.theme-style .gform_wrapper .gform_footer {
  margin-top: 15px;
  text-align: center;
}

.theme-style .gform_wrapper .gform_footer .button {
  margin: 0;
}

.theme-style .gform_wrapper .gform_hidden {
  display: none;
}

.theme-style .gform_wrapper .gform_fields {
  margin: -7.5px !important;
}

.theme-style .gform_wrapper .gform_fields > .col, .theme-style .gform_wrapper .gform_fields > .gfield, .theme-style .gform_wrapper .gform_fields > .ginput_container_time, .theme-style .gform_wrapper .ginput_complex.gform_fields > span {
  padding: 7.5px;
}

.theme-style .gform_wrapper .ginput_container {
  margin: 0;
}

.theme-style .gform_wrapper .clear-multi {
  margin: -7.5px !important;
}

.theme-style .gform_wrapper .clear-multi > .col, .theme-style .gform_wrapper .clear-multi > .gfield, .theme-style .gform_wrapper .clear-multi > .ginput_container_time, .theme-style .gform_wrapper .ginput_complex.clear-multi > span {
  padding: 7.5px;
}

.theme-style .gform_wrapper .ginput_container_time {
  position: relative;
}

.theme-style .gform_wrapper .ginput_container_time input {
  width: auto;
}

.theme-style .gform_wrapper .hidden_label input + label,
.theme-style .gform_wrapper .hidden_label .gfield_label {
  display: none;
}

.theme-style .gform_wrapper .ginput_complex {
  margin: -7.5px !important;
}

.theme-style .gform_wrapper .ginput_complex > .col, .theme-style .gform_wrapper .ginput_complex > .gfield, .theme-style .gform_wrapper .ginput_complex > .ginput_container_time, .theme-style .gform_wrapper .ginput_complex > span {
  padding: 7.5px;
}

.theme-style .button, .theme-style .elementor-text-editor .button,
.theme-style .content .button {
  padding: 15px 12px;
  background-color: #668C8E;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  min-width: 200px;
  display: inline-block;
  line-height: 1;
  text-align: center;
  font-size: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  border: 2px solid #668C8E;
  -webkit-transition: 300ms ease;
  transition: 300ms ease;
  border-radius: 0;
  font-family: "Aleo", sans-serif;
  letter-spacing: 3px;
}

.theme-style .button i, .theme-style .elementor-text-editor .button i, .theme-style .content .button i {
  margin-left: 10px;
}

.theme-style .button:hover {
  background-color: #668C8E;
  color: #fff;
}

.theme-style .button-secondary {
  background-color: #F3EFE6;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.theme-style .button-secondary:hover {
  background-color: #daceb2;
}

.theme-style .button-hollow {
  background-color: transparent;
  -webkit-box-shadow: inset 0 0 0 2px #fff;
          box-shadow: inset 0 0 0 2px #fff;
  padding: 12px;
  min-width: 0;
}

.theme-style .button-hollow:hover {
  background-color: #F3EFE6;
  -webkit-box-shadow: inset 0 0 0 2px #F3EFE6;
          box-shadow: inset 0 0 0 2px #F3EFE6;
}

.theme-style .elementor-button-text {
  font-size: 17px;
  letter-spacing: 3px;
  font-weight: 700;
  font-family: "Aleo", sans-serif;
  text-transform: uppercase;
}

.theme-style .text-center {
  text-align: center;
}

.theme-style .bg {
  background-size: cover;
  background-position: 50%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.theme-style .bg.skrollable {
  top: -50px !important;
  bottom: -50px !important;
  height: calc(100% + 100px) !important;
  -webkit-transition-property: opacity !important;
  transition-property: opacity !important;
}

.theme-style .js-backgrounds {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.theme-style .js-backgrounds .slick-list,
.theme-style .js-backgrounds .slick-track,
.theme-style .js-backgrounds .slick-slide {
  height: 100%;
}

.theme-style .js-backgrounds:not(.slick-initialized) .bg:not(:first-of-type) {
  display: none;
}

.theme-style .uppercase {
  text-transform: uppercase;
}

.theme-style .overflow-hidden {
  overflow: hidden;
}

.theme-style .block {
  display: block;
}

.theme-style .rel {
  position: relative;
}

.theme-style .pagination-list {
  text-align: center;
  margin: 60px 0 0;
  white-space: nowrap;
  overflow: hidden;
}

.theme-style .pagination-list > ul {
  display: inline-block;
  border-radius: 4px;
  overflow: hidden;
  font-size: 0;
}

.theme-style .pagination-list li {
  font-size: 14px;
  display: inline-block;
}

.theme-style .pagination-list li span,
.theme-style .pagination-list li a,
.theme-style .pagination-list li .page-number {
  display: block;
  line-height: 36px;
  font-size: 14px;
  padding: 0 15px;
  font-weight: 400;
  color: #214A4C;
  text-decoration: none;
  border-radius: 18px;
}

.theme-style .pagination-list li span.current,
.theme-style .pagination-list li a.current,
.theme-style .pagination-list li .page-number.current {
  color: #fff;
  background-color: #F3EFE6;
}

.theme-style .pagination-list li .next,
.theme-style .pagination-list li .prev {
  padding: 0 8px;
}

.theme-style .pagination-list li a {
  -webkit-transition: 300ms ease;
  transition: 300ms ease;
}

.theme-style .site-header {
  position: relative;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
}

@media (min-width: 1201px) {
  .theme-style body.home .site-header {
    position: absolute;
  }
  .theme-style body.home .site-header .header-main {
    background-color: transparent;
  }
}

.theme-style .card-post {
  overflow: hidden;
}

.theme-style .card-post__image {
  position: relative;
  height: 240px;
  background-color: #eee;
}

.theme-style .card-post__tag {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(243, 239, 230, 0.92);
  color: #fff;
  padding: 10px;
  min-width: 200px;
  text-align: center;
  font-size: 18px;
}

.theme-style .card-post__background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: 50%;
  -webkit-transition: 300ms ease;
  transition: 300ms ease;
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
}

.theme-style .card-post__details {
  background-color: #fff;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  padding: 10px;
  line-height: 1.5;
  margin: 20px 0;
  font-size: 15px;
}

.theme-style .card-post__body {
  padding: 20px;
  color: #8E8E8E;
  text-align: center;
}

.theme-style .card-post__body h2 {
  letter-spacing: 0;
  text-transform: none;
  font-weight: 500;
  font-size: 20px;
  color: #214A4C;
  margin: 0 0 20px;
  letter-spacing: 2px;
  line-height: 1;
  text-transform: uppercase;
}

.theme-style .card-post__body h2 a {
  color: #214A4C;
  text-decoration: none;
}

.theme-style .card-post:hover .card-post__background {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.theme-style .slider-with-nav__top {
  position: relative;
  height: 300px;
  margin-bottom: 10px;
}

@media (min-width: 769px) {
  .theme-style .slider-with-nav__top {
    height: 440px;
  }
}

@media (min-width: 1201px) {
  .theme-style .slider-with-nav__top {
    height: 540px;
  }
}

.theme-style .slider-with-nav__nav {
  display: none;
}

@media (min-width: 769px) {
  .theme-style .slider-with-nav__nav {
    display: block;
  }
}

.theme-style .slider-with-nav__nav__item {
  position: relative;
  height: 150px;
  padding: 0 5px;
  cursor: pointer;
}

.theme-style .slider-with-nav__nav__item .rel {
  height: 100%;
}

.theme-style .default-hero {
  padding: 150px 30px;
  color: #fff;
  text-align: center;
  background-color: #F3EFE6;
}

.theme-style .default-hero h1 {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 50px;
}

.theme-style .default-hero .bg:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  opacity: 0.4;
  -webkit-transition: 300ms ease;
  transition: 300ms ease;
}

.theme-style .default-section {
  padding: 60px 30px;
}

.theme-style .posts-list .row, .theme-style .posts-list .gform_wrapper .gform_fields, .theme-style .gform_wrapper .posts-list .gform_fields, .theme-style .posts-list .gform_wrapper .clear-multi, .theme-style .gform_wrapper .posts-list .clear-multi, .theme-style .posts-list .gform_wrapper .ginput_complex, .theme-style .gform_wrapper .posts-list .ginput_complex {
  margin: -15px !important;
}

.theme-style .posts-list .row > .col, .theme-style .posts-list .gform_wrapper .gform_fields > .col, .theme-style .gform_wrapper .posts-list .gform_fields > .col, .theme-style .posts-list .gform_wrapper .clear-multi > .col, .theme-style .gform_wrapper .posts-list .clear-multi > .col, .theme-style .posts-list .gform_wrapper .ginput_complex > .col, .theme-style .gform_wrapper .posts-list .ginput_complex > .col, .theme-style .posts-list .gform_wrapper .row > .gfield, .theme-style .gform_wrapper .posts-list .row > .gfield, .theme-style .posts-list .gform_wrapper .gform_fields > .gfield, .theme-style .gform_wrapper .posts-list .gform_fields > .gfield, .theme-style .posts-list .gform_wrapper .clear-multi > .gfield, .theme-style .gform_wrapper .posts-list .clear-multi > .gfield, .theme-style .posts-list .gform_wrapper .ginput_complex > .gfield, .theme-style .gform_wrapper .posts-list .ginput_complex > .gfield, .theme-style .posts-list .gform_wrapper .row > .ginput_container_time, .theme-style .gform_wrapper .posts-list .row > .ginput_container_time, .theme-style .posts-list .gform_wrapper .gform_fields > .ginput_container_time, .theme-style .gform_wrapper .posts-list .gform_fields > .ginput_container_time, .theme-style .posts-list .gform_wrapper .clear-multi > .ginput_container_time, .theme-style .gform_wrapper .posts-list .clear-multi > .ginput_container_time, .theme-style .posts-list .gform_wrapper .ginput_complex > .ginput_container_time, .theme-style .gform_wrapper .posts-list .ginput_complex > .ginput_container_time, .theme-style .posts-list .gform_wrapper .ginput_complex > span, .theme-style .gform_wrapper .posts-list .ginput_complex > span {
  padding: 15px;
}

.theme-style .single-post-header h1, .theme-style .single-post-header h2, .theme-style .single-post-header h3 {
  margin: 10px 0;
}

.theme-style .header-main {
  background-color: #668C8E;
  padding: 20px;
}

.theme-style .header-nav-left {
  height: 100%;
  position: relative;
}

.theme-style .header-nav-left a, .theme-style .header-nav-left img {
  display: block;
}

.theme-style .header-nav-right {
  text-align: center;
}

@media (min-width: 769px) {
  .theme-style .header-nav-right {
    text-align: right;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.theme-style .header-bubble {
  border-radius: 4px;
  margin: 10px;
  text-align: center;
}

@media (min-width: 769px) {
  .theme-style .header-bubble {
    display: inline-block;
    margin: 0 0 0 10px;
  }
}

.theme-style .header-bubble a {
  display: inline-block;
  text-decoration: none;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 6px;
  font-size: 20px;
  position: relative;
  color: #fff;
}

.theme-style .header-bubble a:not(:first-of-type):after {
  content: "";
  position: absolute;
  top: 5px;
  left: -3px;
  bottom: 5px;
  width: 2px;
  background-color: #668C8E;
}

.theme-style .footer-main {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#557576), to(#668C8E));
  background-image: linear-gradient(to top, #557576, #668C8E);
  padding: 70px 30px;
  font-size: 15px;
  text-align: center;
  color: #fff;
  font-family: "Aleo", sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.theme-style .footer-main h4 {
  margin-bottom: 10px;
}

.theme-style .footer-main a {
  color: #fff;
  text-decoration: none;
}

@media (min-width: 1201px) {
  .theme-style .footer-main {
    text-align: left;
  }
}

.theme-style .footer-main .row, .theme-style .footer-main .gform_wrapper .gform_fields, .theme-style .gform_wrapper .footer-main .gform_fields, .theme-style .footer-main .gform_wrapper .clear-multi, .theme-style .gform_wrapper .footer-main .clear-multi, .theme-style .footer-main .gform_wrapper .ginput_complex, .theme-style .gform_wrapper .footer-main .ginput_complex {
  margin: -10px !important;
}

.theme-style .footer-main .row > .col, .theme-style .footer-main .gform_wrapper .gform_fields > .col, .theme-style .gform_wrapper .footer-main .gform_fields > .col, .theme-style .footer-main .gform_wrapper .clear-multi > .col, .theme-style .gform_wrapper .footer-main .clear-multi > .col, .theme-style .footer-main .gform_wrapper .ginput_complex > .col, .theme-style .gform_wrapper .footer-main .ginput_complex > .col, .theme-style .footer-main .gform_wrapper .row > .gfield, .theme-style .gform_wrapper .footer-main .row > .gfield, .theme-style .footer-main .gform_wrapper .gform_fields > .gfield, .theme-style .gform_wrapper .footer-main .gform_fields > .gfield, .theme-style .footer-main .gform_wrapper .clear-multi > .gfield, .theme-style .gform_wrapper .footer-main .clear-multi > .gfield, .theme-style .footer-main .gform_wrapper .ginput_complex > .gfield, .theme-style .gform_wrapper .footer-main .ginput_complex > .gfield, .theme-style .footer-main .gform_wrapper .row > .ginput_container_time, .theme-style .gform_wrapper .footer-main .row > .ginput_container_time, .theme-style .footer-main .gform_wrapper .gform_fields > .ginput_container_time, .theme-style .gform_wrapper .footer-main .gform_fields > .ginput_container_time, .theme-style .footer-main .gform_wrapper .clear-multi > .ginput_container_time, .theme-style .gform_wrapper .footer-main .clear-multi > .ginput_container_time, .theme-style .footer-main .gform_wrapper .ginput_complex > .ginput_container_time, .theme-style .gform_wrapper .footer-main .ginput_complex > .ginput_container_time, .theme-style .footer-main .gform_wrapper .ginput_complex > span, .theme-style .gform_wrapper .footer-main .ginput_complex > span {
  padding: 10px;
}

.theme-style .footer-main .social-media {
  text-align: center;
}

.theme-style .footer-main .social-media .row, .theme-style .footer-main .social-media .gform_wrapper .gform_fields, .theme-style .gform_wrapper .footer-main .social-media .gform_fields, .theme-style .footer-main .social-media .gform_wrapper .clear-multi, .theme-style .gform_wrapper .footer-main .social-media .clear-multi, .theme-style .footer-main .social-media .gform_wrapper .ginput_complex, .theme-style .gform_wrapper .footer-main .social-media .ginput_complex {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.theme-style .footer-main .social-media [class*="fa-"] {
  background-color: #668C8E;
  color: #fff;
  border-radius: 50%;
  font-size: 20px;
  padding: 10px;
  min-width: 40px;
}

@media (min-width: 1201px) {
  .theme-style .footer-social {
    text-align: left;
  }
  .theme-style .footer-social .social-media .row, .theme-style .footer-social .social-media .gform_wrapper .gform_fields, .theme-style .gform_wrapper .footer-social .social-media .gform_fields, .theme-style .footer-social .social-media .gform_wrapper .clear-multi, .theme-style .gform_wrapper .footer-social .social-media .clear-multi, .theme-style .footer-social .social-media .gform_wrapper .ginput_complex, .theme-style .gform_wrapper .footer-social .social-media .ginput_complex {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
}

.theme-style .widget-call-to-action {
  background-color: #fff;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.theme-style .widget-call-to-action__header {
  position: relative;
  padding: 0 0 50%;
}

.theme-style .widget-call-to-action__main {
  padding: 30px;
  font-size: 18px;
  text-align: justify;
}

.theme-style .widget-call-to-action__main p {
  margin: 0 0 30px;
  min-height: 360px;
}

.theme-style .widget-call-to-action__title {
  position: relative;
  text-transform: uppercase;
  text-align: center;
  background-color: #668C8E;
  padding: 30px;
  margin-bottom: 30px;
}

.theme-style .widget-call-to-action__title h2 {
  position: relative;
  z-index: 10;
  color: #fff;
  letter-spacing: 2px;
  font-size: 30px;
}

.theme-style .widget-call-to-action__title:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  background-color: #668C8E;
}

.theme-style .elementor-row .elementor-col-50:nth-child(1) .widget-call-to-action__title:after {
  left: -9999px;
}

.theme-style .elementor-row .elementor-col-50:nth-child(2) .widget-call-to-action__title:after {
  right: -9999px;
}

.theme-style .widget-hero-call-to-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  height: 500px;
}

.theme-style .widget-hero-call-to-action h2 {
  font-size: 40px;
  text-transform: uppercase;
  letter-spacing: 5px;
  margin-bottom: 10px;
}

.theme-style .widget-hero-call-to-action h3 {
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 20px;
}

.theme-style .widget-hero-call-to-action .button {
  border-color: #fff;
  color: #fff;
}

.theme-style .widget-hero-call-to-action__main {
  position: relative;
  z-index: 10;
}

.theme-style .widget-hero-call-to-action .bg:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #6892C9;
  opacity: 0.75;
  -webkit-transition: 300ms ease;
  transition: 300ms ease;
}

.theme-style .widget-hero-call-to-action:hover .bg:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #6892C9;
  opacity: 0.95;
  -webkit-transition: 300ms ease;
  transition: 300ms ease;
}

.theme-style .widget-hero-call-to-action:hover .button {
  border-color: #668C8E;
  background-color: #668C8E;
}

.theme-style .widget-icon-call-to-action {
  background-color: #6892C9;
  color: #fff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 100px 0 80px 0;
}

.theme-style .widget-icon-call-to-action h2 {
  padding-top: 20px;
  margin-bottom: 10px;
  font-size: 30px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.theme-style .widget-icon-call-to-action h3 {
  font-size: 25px;
  margin-bottom: 20px;
  line-height: 1.25;
}

.theme-style .widget-icon-call-to-action .button {
  border-color: #fff;
  color: #fff;
}

.theme-style .widget-icon-call-to-action .button:hover {
  background-color: #fff;
  color: #668C8E;
}

.theme-style .widget-icon-call-to-action__icon {
  height: 140px;
  width: 140px;
  border-radius: 50%;
  background-color: #668C8E;
  position: relative;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
}

@media (min-width: 1201px) {
  .theme-style .widget-icon-call-to-action__icon {
    position: absolute;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.theme-style .widget-icon-call-to-action__icon div {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

.theme-style .widget-icon-call-to-action:hover .button {
  background-color: #fff;
  color: #668C8E;
}

.theme-style .elementor-row .elementor-col-50:nth-child(1) .widget-icon-call-to-action {
  background-color: #6892C9;
}

.theme-style .elementor-row .elementor-col-50:nth-child(2) .widget-icon-call-to-action {
  background-color: #7299CD;
}

.theme-style .site-content {
  padding: 30px;
}

.theme-style .site-content:before, .theme-style .site-content:after {
  content: "";
  clear: both;
  display: table;
}

.theme-style .archive-header,
.theme-style .entry-header {
  margin: 30px 0;
}

.theme-style .archive-header h1,
.theme-style .entry-header h1 {
  color: #668C8E;
}

.theme-style .comment-respond,
.theme-style .comments-link,
.theme-style .edit-link,
.theme-style .sidebar-widget {
  display: none !important;
}

.theme-style .footer-disclaimer {
  padding: 30px;
  font-size: 14px;
  text-align: center;
}

.theme-style .footer-disclaimer .container {
  max-width: 1100px;
}

.theme-style .footer-disclaimer p {
  line-height: 1.5;
}

.theme-style .widget-basic-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 90px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 5px;
  border: 2px solid #668C8E;
  color: #214A4C;
}

.theme-style .widget-basic-cta__main {
  font-size: 20px;
  letter-spacing: 3px;
  font-weight: 400;
  font-family: "Aleo", sans-serif;
  text-transform: uppercase;
  max-width: 350px;
  margin: 0 auto;
  text-align: center;
}

.theme-style .widget-basic-cta:hover {
  background-color: #668C8E;
  color: #fff;
}

.theme-style .widget-image-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 360px;
  max-width: 370px;
  margin: 0 auto;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 35px;
}

.theme-style .widget-image-cta__main {
  color: #F3EFE6;
  font-size: 20px;
  letter-spacing: 3px;
  font-weight: 700;
  position: relative;
  z-index: 10;
  text-align: center;
  font-family: "Aleo", sans-serif;
  text-transform: uppercase;
}

.theme-style .widget-image-cta .bg {
  -webkit-transition: 300ms ease;
  transition: 300ms ease;
}

.theme-style .widget-image-cta .bg:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #214A4C;
  opacity: 0;
  -webkit-transition: 300ms ease;
  transition: 300ms ease;
}

.theme-style .widget-image-cta:hover .bg:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #214A4C;
  opacity: 0.33;
  -webkit-transition: 300ms ease;
  transition: 300ms ease;
}

.theme-style .homepage-hero__angle {
  display: none;
}

.theme-style .homepage-hero__angle svg {
  fill: #fff;
}

@media (min-width: 1201px) {
  .theme-style .homepage-hero__angle {
    display: block;
    position: absolute;
    bottom: 0px;
    right: 0;
    left: 0;
    z-index: 1;
    height: 180px;
  }
}

@media (min-width: 1201px) {
  .theme-style .homepage-hero .elementor-container {
    position: relative;
    z-index: 10;
  }
}

@media (min-width: 1201px) {
  .theme-style .double-angle .elementor-container {
    position: relative;
    z-index: 10;
  }
}

.theme-style .double-angle-container {
  display: none;
}

@media (min-width: 1201px) {
  .theme-style .double-angle-container {
    display: block;
    position: absolute;
    top: 0px;
    right: 0;
    left: 0;
    z-index: 1;
    height: 180px;
  }
}

.theme-style .double-angle-container .double-angle-1 {
  fill: #F3EFE6;
}

.theme-style .double-angle-container .double-angle-2 {
  fill: #F3EFE6;
}
