/*!
Version: dev
*/
/* ## Root ## */
:root {
  --wr-container-default-width: 1200px;
  --wr-container-medium-width: 1400px;
  --wr-container-short-width: 1200px;
  --wr-main-font-family: "Poppins", serif;
  --wr-main-font-size: 14px;
  --wr-main-font-weight: 300;
  --wr-main-line-height: 1.5em;
  --wr-main-text-color: #231F20;
  --wr-icon-font-family: "theme-icons";
  --wr-details-font-family: "Poppins", serif;
  --wr-details-font-size: 15px;
  --wr-details-line-height: 1.5em;
  --wr-details-text-color: #070E0D;
  --wr-heading-font-family: "Arsenal", sans-serif;
  --wr-heading-text-color: #070E0D;
  --wr-heading-strike-color: #070E0D;
  --wr-h1-font-size: 34px;
  --wr-h1-line-height: 1.5em;
  --wr-h1-font-weight: 700;
  --wr-h2-font-size: 28px;
  --wr-h2-line-height: 1.5em;
  --wr-h2-font-weight: 700;
  --wr-h3-font-size: 22px;
  --wr-h3-line-height: 1.5em;
  --wr-h3-font-weight: 700;
  --wr-h4-font-size: 18px;
  --wr-h4-line-height: 1.5em;
  --wr-h4-font-weight: 700;
  --wr-h5-font-size: 16px;
  --wr-h5-line-height: 1.5em;
  --wr-h5-font-weight: 700;
  --wr-h6-font-size: 15px;
  --wr-h6-line-height: 1.5em;
  --wr-h6-font-weight: 700;
  --wr-subheading-text-color: #626262;
  --wr-subheading-font-size: 14px;
  --wr-subheading-line-height: 1.5em;
  --wr-subheading-font-weight: 400;
  --wr-pre-font-family: "Poppins", serif;
  --wr-pre-font-size: 14px;
  --wr-pre-line-height: 1.5em;
  --wr-pre-background-color: #eeeeee;
  --wr-pre-text-color: #070E0D;
  --wr-code-font-family: "Poppins", serif;
  --wr-code-font-size: 14px;
  --wr-code-line-height: 1.5em;
  --wr-code-background-color: #eeeeee;
  --wr-code-text-color: #070E0D;
  --wr-ins-background-color: #fff9c0;
  --wr-ins-text-color: #070E0D;
  --wr-primary-accent-light-color: #3771C8;
  --wr-primary-accent-light-complementary-color: #ffffff;
  --wr-primary-accent-dark-color: #3267b6;
  --wr-primary-accent-dark-complementary-color: #ffffff;
  --wr-secondary-accent-light-color: #FFA800;
  --wr-secondary-accent-light-complementary-color: #ffffff;
  --wr-secondary-accent-dark-color: #ef9e00;
  --wr-secondary-accent-dark-complementary-color: #ffffff;
  --wr-header-background-color: transparent;
  --wr-header-border-color: #e6e6e6;
  --wr-header-margin: 40px;
  --wr-header-top-area-padding: 10px;
  --wr-header-top-area-background-color: #D6D5D9;
  --wr-header-top-area-border-color: #D6D5D9;
  --wr-header-middle-area-padding: 10px;
  --wr-header-middle-area-background-color: #ffffff;
  --wr-header-middle-area-border-color: #ffffff;
  --wr-header-bottom-area-padding: 5px;
  --wr-header-bottom-area-background-color: #ffffff;
  --wr-header-bottom-area-border-color: #ffffff;
  --wr-footer-background-color: #cecece;
  --wr-footer-margin: 30px;
  --wr-footer-main-area-padding: 35px;
  --wr-footer-main-area-background-color: #cecece;
  --wr-footer-main-area-heading-color: #333535;
  --wr-footer-main-area-text-color: #333535;
  --wr-footer-main-area-link-color: #333535;
  --wr-footer-main-area-link-hover-color: #333535;
  --wr-footer-main-area-text-font-size: 14px;
  --wr-footer-main-area-heading-font-size: 20px;
  --wr-footer-bottom-area-padding: 40px;
  --wr-footer-bottom-area-background-color: #cecece;
  --wr-footer-bottom-area-heading-color: #333535;
  --wr-footer-bottom-area-text-color: #333535;
  --wr-footer-bottom-area-link-color: #333535;
  --wr-footer-bottom-area-link-hover-color: #333535;
  --wr-footer-bottom-area-text-font-size: 15px;
  --wr-footer-bottom-area-heading-font-size: 14px;
  --wr-navigation-drop-down-background-color: #ffffff;
  --wr-navigation-drop-down-divider-color: #e1dede;
  --wr-navigation-drop-down-link-color: #171616;
  --wr-navigation-drop-down-link-hover-color: #171616;
  --wr-navigation-link-color: #171616;
  --wr-navigation-link-accent-color: #171616;
  --wr-fullscreen-search-overlay-text-color: #ffffff;
  --wr-fullscreen-search-overlay-background-color: #090d14;
  --wr-pagination-border-color: #626262;
  --wr-pagination-text-color: #626262;
  --wr-screen-reader-background-color: #f1f1f1;
  --wr-screen-reader-text-color: #21759b;
  --wr-screen-reader-text-font-size: 14px;
  --wr-screen-reader-text-line-height: 1.5em;
  --wr-table-border-color: #d6d6d6;
  --wr-table-thead-text-color: #2d2d2d;
  --wr-form-fieldset-legend-text-font-size: 18px;
  --wr-form-fieldset-legend-text-color: #2d2d2d;
  --wr-form-label-text-color: #000000;
  --wr-form-label-text-font-size: 14px;
  --wr-input-border-color: #cccccc;
  --wr-input-border-focus-color: #b4b4b4;
  --wr-input-background-color: #ffffff;
  --wr-input-text-color: #000000;
  --wr-input-text-font-size: 14px;
  --wr-body-background-color: #ffffff;
  --wr-hr-light-color: #e6e6e6;
  --wr-hr-dark-color: #d6d6d6;
  --wr-border-default-color: #e6e6e6;
  --wr-error-color: rgba(255, 0, 0, .7);
  --wr-success-color: rgba(0, 128, 0, .7);
  --wr-info-color: rgba(0, 0, 128, .7);
  --wr-slider-background-color: #2d2d2d;
  --wr-slider-navigation-background-color: #0000007F;
  --wr-slider-navigation-hover-background-color: #000000BD;
  --wr-slider-navigation-icon-color: #ffffff;
  --wr-slider-dots-border-color: #ffffff;
  --wr-slider-dots-background-color: #000000;
  --wr-slider-dots-hover-background-color: #ffffff;
  --wr-scroll-top-background-color: #000000A5;
  --wr-scroll-top-icon-color: #ffffff;
  --wr-widgets-heading-font-size: 16px;
  --wr-dimmension-size1: 15px;
  --wr-dimmension-size2: 30px;
  --wr-dimmension-size3: 45px;
  --wr-dimmension-size4: 60px;
}

@media (max-width: 992px) {
  :root {
    --wr-h1-font-size: 40px;
    --wr-h2-font-size: 34px;
    --wr-h3-font-size: 28px;
    --wr-h4-font-size: 24px;
    --wr-h5-font-size: 20px;
    --wr-h6-font-size: 18px;
  }
}
@media (max-width: 768px) {
  :root {
    --wr-h1-font-size: 32px;
    --wr-h2-font-size: 28px;
    --wr-h3-font-size: 24px;
    --wr-h4-font-size: 22px;
    --wr-h5-font-size: 18px;
    --wr-h6-font-size: 16px;
  }
}
/* ## General ## */
#site-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  z-index: 9999999;
}
#site-loader.active {
  opacity: 1;
}

.preloader-spinner {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  box-sizing: border-box;
  color: #171616;
}
.preloader-spinner div {
  box-sizing: border-box;
  display: inline-block;
  position: absolute;
  left: 8px;
  width: 16px;
  background: currentColor;
  animation: preloader-spinner 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}
.preloader-spinner div:nth-child(1) {
  left: 8px;
  animation-delay: -0.24s;
}
.preloader-spinner div:nth-child(2) {
  left: 32px;
  animation-delay: -0.12s;
}
.preloader-spinner div:nth-child(3) {
  left: 56px;
  animation-delay: 0s;
}

@keyframes preloader-spinner {
  0% {
    top: 8px;
    height: 64px;
  }
  50%, 100% {
    top: 24px;
    height: 32px;
  }
}
body {
  background: #eeeeee;
}

#page {
  overflow: hidden;
}

h1 {
  margin-top: 0 !important;
}

.h1.panel-widget-style, .h2.panel-widget-style, .h3.panel-widget-style {
  margin: 0 !important;
}

.so-panel.widget {
  margin-bottom: 20px;
}
.so-panel.widget:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .so-panel.widget:last-child {
    margin-bottom: 20px !important;
  }
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-white {
  color: white;
}
.text-white * {
  color: white;
}

#content-wrapper p > a {
  color: #1F504B;
  text-decoration: underline;
}

.parallax-row {
  height: 310px;
}

.widget_wr-spacer {
  margin: 0 !important;
}

#site-header {
  border: none !important;
  z-index: 9999;
}
#site-header .header-top-area {
  font-size: 12px;
  color: #212121;
}
#site-header .header-top-area a {
  color: #5A928E;
}
#site-header .header-top-area .component-custom-content {
  text-transform: uppercase;
}
#site-header .header-top-area .component-custom-content a {
  display: inline-block;
  margin: 0 0 0 20px;
}
#site-header .header-middle-area {
  border: none !important;
  box-shadow: 0 0 10px #D6D5D9;
}

#site-footer .footer-main-area {
  overflow: unset !important;
}
#site-footer .footer-main-area .column {
  width: 100%;
}
#site-footer .footer-main-area .column .component {
  width: 100%;
}
#site-footer .footer-main-area .secondary-navigation ul.mega-menu {
  text-align: center;
}
#site-footer .footer-main-area .secondary-navigation ul.mega-menu li {
  margin: 0 15px;
}
#site-footer .footer-main-area .secondary-navigation ul.mega-menu li a {
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
}
.primary-navigation ul li {
  font-size: 15px !important;
  line-height: 1.5rem !important;
}
.primary-navigation ul li:hover > a, .primary-navigation ul li.current_page_item > a, .primary-navigation ul li.current-menu-item > a, .primary-navigation ul li.current_page_ancestor > a, .primary-navigation ul li.current-menu-ancestor > a {
  border-bottom: none !important;
}
.primary-navigation ul li a {
  font-weight: 400;
  text-transform: none;
  padding-bottom: 2px !important;
  border-bottom: none !important;
}
.primary-navigation ul li a .children-icon {
  display: none !important;
}
.primary-navigation ul .sub-menu,
.primary-navigation ul .children {
  top: 35px;
}
.primary-navigation ul .sub-menu li,
.primary-navigation ul .children li {
  border-bottom: none !important;
}
.primary-navigation ul .sub-menu li a,
.primary-navigation ul .children li a {
  padding: 10px 15px;
  border-bottom: none !important;
}

.breadcrumbs-wrapper {
  max-width: 1200px;
  margin-bottom: 50px;
}
.breadcrumbs-wrapper .aioseo-breadcrumbs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.breadcrumbs-wrapper .aioseo-breadcrumbs .aioseo-breadcrumb-separator {
  width: 1px;
  height: 25px;
  background: #081C21;
  background: linear-gradient(-90deg, #081C21 0%, #3E6E68 100%);
  text-indent: -9999px;
  display: inline-block;
  margin: 0 15px;
}
.breadcrumbs-wrapper .aioseo-breadcrumbs .aioseo-breadcrumb {
  font-size: 12px;
  font-weight: 400;
}
.breadcrumbs-wrapper .aioseo-breadcrumbs .aioseo-breadcrumb a {
  color: #5A928E;
}
.breadcrumbs-wrapper .aioseo-breadcrumbs .aioseo-breadcrumb a:hover {
  opacity: 0.8;
}

.wpcf7 {
  border: none;
  margin: 0;
}
.wpcf7 .form-field {
  margin-bottom: 20px;
}
.wpcf7 .form-field label {
  color: #212121;
  font-family: var(--wr-main-font-family, Roboto);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5em;
  margin-bottom: 10px;
  display: block;
}
.wpcf7 .form-field label strong {
  font-weight: 700;
}
.wpcf7 .form-field input, .wpcf7 .form-field select, .wpcf7 .form-field textarea {
  height: 40px;
  background: #F5F5F5;
  border-radius: 1px;
  border: 1px solid #F5F5F5;
}
.wpcf7 .form-field input:focus, .wpcf7 .form-field select:focus, .wpcf7 .form-field textarea:focus {
  outline: none;
}
.wpcf7 .form-field textarea {
  height: 150px;
}
.wpcf7 .form-field input[type=checkbox] {
  -webkit-appearance: none;
  appearance: none;
  background: #F7F7F7;
  margin: 3px 15px 0 0;
  font: inherit;
  color: currentColor;
  width: 20px;
  height: 20px;
  border: 1px solid #F7F7F7;
  border-radius: 1px;
  display: grid;
  place-content: center;
}
.wpcf7 .form-field input[type=checkbox]::before {
  content: "";
  display: inline-block;
  transform: scale(0) rotate(45deg);
  height: 14px;
  width: 8px;
  position: absolute;
  border-bottom: 3px solid #1D1E23;
  border-right: 3px solid #1D1E23;
  margin-left: 5px;
  margin-top: 0px;
}
.wpcf7 .form-field input[type=checkbox]:checked::before {
  transform: scale(1) rotate(45deg);
}
.wpcf7 .form-field .wpcf7-list-item {
  margin: 0;
}
.wpcf7 .form-field .wpcf7-list-item label {
  display: flex;
  align-items: start;
}
.wpcf7 .form-field .wpcf7-list-item .wpcf7-list-item-label {
  width: calc(100% - 50px);
  font-weight: 400;
}
.wpcf7 .form-submit {
  margin-top: 25px;
}
.wpcf7 .form-submit input.wpcf7-submit {
  padding: 15px 35px;
  border: 1px solid #1F504B;
  font-size: 14px;
  font-family: var(--wr-main-font-family);
  font-weight: 300;
  display: inline-block;
  color: #ffffff;
  text-transform: uppercase;
  background: #1F504B;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  transition: 0.5s all;
}
.wpcf7 .form-submit input.wpcf7-submit:hover {
  border: 1px solid #3E6E68;
  background: #3E6E68;
  color: #ffffff;
}

.widget_sow-button .so-widget-sow-button a.default-button {
  padding: 20px 35px !important;
  border: 1px solid #231F20 !important;
  font-size: 15px !important;
  background: #231F20 !important;
  font-family: var(--wr-main-font-family);
  display: inline-block;
  color: #ffffff !important;
  border-radius: 0 !important;
  text-transform: uppercase;
  text-decoration: none !important;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  transition: 0.5s all;
  margin-top: 25px !important;
}
.widget_sow-button .so-widget-sow-button a.default-button:hover {
  border: 1px solid #ffffff !important;
  background: #ffffff !important;
  color: #231F20 !important;
}

.map-frame {
  width: 100%;
  height: 400px;
  border: none;
}

.archive-layout-alternate article .article-inner {
  border: none !important;
}
.archive-layout-alternate article:nth-of-type(2n) .article-inner {
  flex-direction: row;
}
.archive-layout-alternate article .entry-thumbnail {
  background: #cecece;
  text-align: center;
  width: 30%;
  margin: 0;
  padding: 0;
}
.archive-layout-alternate article .entry-thumbnail img {
  object-fit: cover;
}
.archive-layout-alternate article .entry-content-wrapper {
  background: #cecece;
  width: 70%;
}
.archive-layout-alternate article a.article-link:hover .entry-thumbnail {
  background: #e4e4e4;
}
.archive-layout-alternate article a.article-link:hover .entry-content-wrapper {
  background: #e4e4e4;
}
.archive-layout-alternate article .flex-meta {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
}
.archive-layout-alternate article .flex-meta .post-label {
  font-weight: bold;
  text-transform: uppercase;
}
.archive-layout-alternate article .entry-title {
  margin-top: 15px;
}

.single .content-area .inner {
  padding: 50px 20px;
}
.single .content-area .flex-meta {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
}
.single .content-area .flex-meta .post-label {
  font-weight: bold;
  text-transform: uppercase;
}
.single .content-area .entry-title {
  margin-top: 15px !important;
}

.sidebar-inner {
  background: #212121;
  padding: 15px;
}
.sidebar-inner .widget-title {
  color: white;
}
.sidebar-inner a {
  color: white !important;
}

#post-aside {
  background: #333535;
  position: relative;
}
#post-aside:after {
  content: "";
  width: 50vw;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #333535;
  z-index: -1;
}
#post-aside .author-box {
  border-top: 0;
  color: white;
}
#post-aside .author-box .author {
  font-weight: 700;
}
#post-aside .author-box a {
  color: white;
}
#post-aside .related-posts-section ol {
  background: transparent;
}
#post-aside .related-posts-section ol li {
  width: 100%;
}
#post-aside .related-posts-section ol li .related-post-content-wrapper {
  background: transparent;
  border: none;
  color: white;
  padding: 0;
}
#post-aside .related-posts-section ol li .related-post-title {
  color: white;
}
#post-aside .related-posts-section ol li .related-post-date {
  color: white;
}
