/*
Theme Name: Laerskool Oranje-Noord
Author: Web Ateljee
Author URI: https://www.webateljee.co.za
Version: 2.0
Text Domain: lsoranjenoordtheme

Table of contents:
~~~~~~~~~~~~~~~~~
1. Typography / General
2. Header / Navigation
3. Main Slider / Page Headers
4. Content
5. Footer
6. Copyright
7. Scroll Up
8. Responsive Styles
9. Plugin Styles
*/

/* 1. Typography / General */

body {
    background-color: #640f24;
    color: #111111;
    font-family: "Lora", serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
}
body * {
    
}
body p {
    line-height: 25px;
}
body.locked {
    overflow: hidden;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Outfit", sans-serif;
    font-style: normal;
    font-weight: 600;
    color: #111111;
    margin: 0 0 30px 0;
    position: relative;
}
h1 {
    font-size: 30px;
}
h2 {
    font-size: 26px;
    letter-spacing: 1px;
}
h3 {
    font-size: 18px;
}
h4 {
    font-size: 15px;
}
h5 {
    font-size: 13px;
}
h6 {
    font-size: 12px;
}

hr {
    border: 2px solid #eaeaea;
    clear: both;
    margin: 30px 0;
}

::selection {
  background: transparent; /* WebKit/Blink Browsers */
  background-color: transparent;
  color: inherit;
}
::-moz-selection {
  background: transparent; /* Gecko Browsers */
  background-color: transparent;
  color: inherit;
}

a {
    color: #111111;
    text-decoration: none;
}
a:focus {
    color: inherit;
    text-decoration: none;
}
a:hover {
    color: #ffffff;
    text-decoration: underline;
}

strong {
    color: #111111;
    font-weight: 600;
}

/*.light-link {
    color: #ffffff;
}
.dark-link {
    color: #111111;
}*/
.btn {
    align-items: center;
    background: #e2e2e2;
    border: 0;
    border-radius: 4px;
    color: #555555;
    cursor: pointer;
    display: inline-flex;
    font-family: "Outfit", sans-serif;
    font-size: 13px;
    font-weight: 600;
    height: 48px;
    margin-top: 30px;
    padding: 0 25px;
    position: relative;
    text-transform: uppercase;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    width: auto;
}
.btn:hover {
    background: #f0f0f0;
    color: #111111;
    transition: all 0.3s;
}
.btn::after {
    align-self: center;
    content: "\f101";
    font-family: "Font Awesome 5 Free";
    font-size: 16px;
    font-weight: 900;
    margin-left: -10px;
    opacity: 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
}
.btn:hover::after {
    margin-left: 10px;
    opacity: 1;
    transition: all 0.3s;
}

.first-color {
    color: #640f24;
}
.first-bgcolor {
    background-color: #640f24;
    color: #ffffff;
}
.first-bgcolor:focus,
.first-bgcolor:hover {
    background-color: #640f24;
    color: #ffffff;
}
.first-bgcolor strong {
    color: #ffffff;
}
.second-color {
    color: #0b233f;
}
.second-bgcolor {
    background-color: #0b233f;
    color: #ffffff;
}
.second-bgcolor:focus,
.second-bgcolor:hover {
    background-color: #0b233f;
    color: #ffffff;
}
.third-color {
    color: #d7a133;
}
.third-bgcolor {
    background-color: #d7a133;
    color: #ffffff;
}
.third-bgcolor:focus,
.third-bgcolor:hover {
    background-color: #d7a133;
    color: #ffffff;
}

ul {
    list-style: none;
    margin: 0 0 30px 0;
    padding: 0;
}
ul li {
    position: relative;
}

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

.extra-padding-30 {
    padding: 30px;
}
.extra-padding-0-30 {
    padding: 0 30px;
}
.extra-padding-15-0 {
    padding: 15px 0;
}
.extra-padding-30-0 {
    padding: 30px 0;
}
.extra-padding-50 {
    padding: 50px;
}
.extra-padding-50-30 {
    padding: 50px 30px;
}
.extra-padding-75-0 {
    padding: 75px 0;
}
.extra-padding-100-0 {
    padding: 100px 0;
}

.for-mobile, .for-tablet {
    display: none !important;
}

#page-wrapper {
    background-color: #f0f0f0;
}
/* 1. Typography / General */

/* 2. Header / Navigation */
header.primary {
    background-color: transparent;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1002;
}
body.admin-bar header.primary {
    top: 32px;
}

header.primary .header-top {
    background-color: #640f24;
    color: #ffffff;
    max-height: 50px;
    min-height: 50px;
    padding: 10px 0;
    position: relative;
    z-index: 1;
}

header.primary .header-top .socials {
    float: right;
    margin-left: 30px;
}
header.primary .header-top .socials span {
    display: inline-block;
    font-family: "Outfit", sans-serif;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
}
header.primary .header-top .socials ul {
    display: inline-block;
    margin: 0 0 0 0;
}
header.primary .header-top .socials ul li {
    display: inline-block;
    margin: 0 0 0 15px;
    padding: 0 0;
}
header.primary .header-top .socials ul li a {
    align-items: center;
    background-color: rgba(255, 255, 255, 0.15);
    border-radius: 4px;
    color: #ffffff;
    display: flex;
    height: 30px;
    justify-content: center;
    text-decoration: none;
    transition: all 0.3s;
    width: 30px;
}
header.primary .header-top .socials ul li a:hover {
    background-color: rgba(255, 255, 255, 1);
    color: #640f24;
}
header.primary .header-top .socials ul li a i {
    font-weight: 100;
}
header.primary .header-top .socials ul li a i.fa-whatsapp {
    font-size: 18px;
}
header.primary .header-top .socials ul li a i.fa-google {
    font-size: 16px;
}

header.primary .header-top .apps {
    float: right;
    margin-left: 30px;
}
header.primary .header-top .apps span {
    display: inline-block;
    font-family: "Outfit", sans-serif;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
}
header.primary .header-top .apps ul {
    display: inline-block;
    margin: 0 0 0 0;
}
header.primary .header-top .apps ul li {
    display: inline-block;
    margin: 0 0 0 15px;
    padding: 0 0;
}
header.primary .header-top .apps ul li a {
    align-items: center;
    background-color: rgba(255, 255, 255, 0.15);
    background-image: url(assets/images/d6-logo-white-100x100.png);
    background-position: center center;
    background-size: cover;
    border-radius: 4px;
    color: #ffffff;
    display: flex;
    filter: invert(1) brightness(2);
    height: 30px;
    justify-content: center;
    text-decoration: none;
    transition: all 0.3s;
    width: 30px;
}
header.primary .header-top .apps ul li a:hover {
    background-color: rgba(255, 255, 255, 1);
    filter: invert(0) brightness(1);
}
header.primary .header-top .apps ul li a span {
    font-size: 16px;
    font-weight: 100;
    line-height: 0;
    opacity: 0;
}

header.primary nav.menu .brand {
    background-color: transparent;
    display: block;
    float: left;
    height: 100px;
    margin-right: 40px;
    padding: 0 0 10px 0;
    position: relative;
    text-align: left;
    width: 300px;
}
header.primary nav.menu.fixed .brand {
    
}
header.primary nav.menu .brand a.logo {
    display: block;
    height: 100%;
    position: relative;
    width: 100%;
    z-index: 1;
}
header.primary nav.menu .brand a.logo img {
    bottom: 0;
    height: 130px;
    left: 0;
    position: absolute;
    right: 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
}
header.primary nav.menu.fixed .brand a.logo img {
    height: 80px;
}
header.primary nav.menu .brand a.logo h1 {
    font-family: "Lora", serif;
    font-size: 20px;
    font-weight: 900;
    margin: 0;
    padding: 25px 0 0 120px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
}
header.primary nav.menu.fixed .brand a.logo h1 {
    padding-left: 75px;
}
header.primary nav.menu .brand a.logo h1 span {
    display: block;
    letter-spacing: 1px;
    text-transform: uppercase;
}

header.primary nav.menu {
    background-color: #ffffff;
    padding: 0 0;
    position: relative;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    width: 100%;
    z-index: 2;
}
header.primary nav.menu.fixed {
    background-color: #ffffff;
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.15);
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    width: 100%;
    z-index: 9;
}
body.admin-bar header.primary nav.menu.fixed {
    top: 32px;
}
header.primary nav.menu .menu-list-wrapper {
    float: right;
    position: relative;
}
header.primary nav.menu .menu-list-inner,
header.primary nav.menu .menu-list-inner #menu-list {
    display: flex;
}
header.primary nav.menu .menu-list-inner ul {
    display: inline-block;
    margin: 0;
}
header.primary nav.menu .menu-list-inner ul.nav-list {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style-type: none;
    margin: 0 0;
    padding: 0 0;
}
header.primary nav.menu .menu-list-inner ul li {
    display: block;
    float: left;
    margin: 20px 0 0 40px;
    padding: 10px 0 20px 0;
    position: relative;
}
header.primary nav.menu.fixed .menu-list-inner ul li {
    
}
header.primary nav.menu .menu-list-inner ul li:first-child {
    margin-left: 0;
}
header.primary nav.menu .menu-list-inner ul li a {
    color: #111111;
    display: block;
    font-family: "Outfit", sans-serif;
    font-size: 13px;
    font-weight: 600;
    padding: 5px 0;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
}
header.primary nav.menu.fixed .menu-list-inner ul li a {
    color: #111111;
    text-shadow: none;
}

header.primary nav.menu .menu-list-inner ul li a:hover,
header.primary nav.menu .menu-list-inner ul li.current-menu-item a {
    color: #111111;
    text-decoration: none;
}
header.primary nav.menu.fixed .menu-list-inner ul li a:hover,
header.primary nav.menu.fixed .menu-list-inner ul li.current-menu-item a {
    color: #111111;
}
header.primary nav.menu .menu-list-inner ul li a::after {
    background: #111111;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 100%;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    transform-origin: top;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
}
header.primary nav.menu.fixed .menu-list-inner ul li a::after {
    background-color: #111111;
}
header.primary nav.menu .menu-list-inner ul li:hover a::after,
header.primary nav.menu .menu-list-inner ul li.current-menu-item a::after,
header.primary nav.menu .menu-list-inner ul li.current-menu-parent a::after {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
}
header.primary nav.menu.fixed .menu-list-inner ul li:hover a::after,
header.primary nav.menu.fixed .menu-list-inner ul li.current-menu-item a::after {
    
}

header.primary nav.menu .menu-list-inner ul > li.dropdown {
    position: relative;
}
header.primary nav.menu .menu-list-inner ul li.dropdown > a button {
    background: #111111;
    border: none;
    border-radius: 0;
    bottom: 0;
    color: #ffffff;
    display: none;
    height: 35px;
    margin: auto 6px auto 0;
    outline: none;
    padding: 0 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    width: 35px;
}
header.primary nav.menu .menu-list-inner ul li.dropdown > a.expanded {
    color: #111111;
}
header.primary nav.menu .menu-list-inner ul li.dropdown > a button.expanded {
    background-color: #111111;
    color: #ffffff;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
body.fixed-nav header.primary nav.menu .menu-list-inner ul li a {
    color: #000000;
}
header.primary nav.menu .menu-list-inner ul li.dropdown > a:hover button {
    background-color: #111111;
    color: #ffffff;
}
header.primary nav.menu .menu-list-inner ul li a:hover,
header.primary nav.menu .menu-list-inner ul li.current-menu-item a,
header.primary nav.menu .menu-list-inner ul li.current-menu-parent a {
    color: #111111;
}
header.primary nav.menu.fixed .menu-list-inner ul li:hover a,
header.primary nav.menu.fixed .menu-list-inner ul li.current-menu-item a,
header.primary nav.menu.fixed .menu-list-inner ul li.current-menu-parent a {
    color: #111111;
}

header.primary nav.menu .menu-list-inner ul li.nav-btn {
    margin-top: 25px;
    padding: 0 0;
}
header.primary nav.menu .menu-list-inner ul li.nav-btn a {
    align-items: center;
    appearance: none;
    background-color: rgba(11, 35, 63, 1);
    border: 0;
    border-radius: 4px;
    box-sizing: border-box;
    color: #ffffff;
    cursor: pointer;
    display: inline-flex;
    height: 48px;
    justify-content: center;
    line-height: 1;
    list-style: none;
    overflow: hidden;
    padding-bottom: 0;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 0;
    position: relative;
    text-align: left;
    text-decoration: none;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-user-select: none;
    white-space: nowrap;
}
header.primary nav.menu.fixed .menu-list-inner ul li.nav-btn {
    margin-top: 25px;
}
header.primary nav.menu .menu-list-inner ul li.nav-btn a::after {
    display: none;
}
header.primary nav.menu .menu-list-inner ul li.nav-btn a:hover {
    background-color: rgba(11, 35, 63, 0.75);
}
header.primary nav.menu .menu-list-inner ul li.nav-btn a:hover,
header.primary nav.menu.fixed .menu-list-inner ul li.nav-btn a:hover {
    color: #ffffff;
}
header.primary nav.menu .menu-list-inner ul li.nav-btn.current-menu-item a,
header.primary nav.menu.fixed .menu-list-inner ul li.nav-btn.current-menu-parent a {
    background-color: rgba(11, 35, 63, 1);
    color: #ffffff;
}

@media screen and (min-width: 1200px) {
    header.primary nav.menu .menu-list-inner ul > li.dropdown > ul.dropdown-menu {
        transform: translateY(50px);
        -webkit-transform: translateY(50px);
        -moz-transform: translateY(50px);
        -o-transform: translateY(50px);
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        -ms-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
    }
    header.primary nav.menu .menu-list-inner ul > li.dropdown:hover > ul.dropdown-menu {
        opacity: 1;
        transform: translateY(0) !important;
        visibility: visible;
    }
}
header.primary nav.menu .menu-list-inner ul > li.dropdown > ul.dropdown-menu {
    background-color: #640f24;
    border-top: none;
    border-radius: 4px;
    display: block;
    left: 0;
    margin: 0 auto 0 auto;
    min-width: 200px;
    opacity: 0;
    padding: 5px;
    position: absolute;
    right: auto;
    top: 100%;
    visibility: hidden;
    width: auto;
}
header.primary nav.menu .menu-list-inner ul > li.dropdown > ul.dropdown-menu::before {
    border: 6px solid transparent;
    border-bottom-width: 6px;
    border-bottom-color: transparent;
    border-bottom-width: 5px;
    border-bottom-color: #640f24;
    content: "";
    display: block;
    left: 14px;
    position: absolute;
    top: -10px;
}
body.fixed-nav header.primary nav.menu .menu-list-inner ul > li.dropdown > ul.dropdown-menu {
    margin: 0 auto 0 auto;
}
header.primary nav.menu .menu-list-inner ul > li.dropdown > ul.dropdown-menu > li {
    display: block;
    float: none;
    margin: 0 0;
    padding: 0 0;
    position: relative;
}
header.primary nav.menu .menu-list-inner ul > li.dropdown > ul.dropdown-menu > li > a {
    background-color: #640f24;
    border-radius: 4px;
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
    overflow: hidden;
    padding: 15px 15px;
    position: relative;
    text-shadow: none;
    text-transform: uppercase;
    -webkit-transition: 500ms;
    transition: 500ms;
    width: auto;
}
header.primary nav.menu .menu-list-inner ul > li.dropdown > ul.dropdown-menu > li:last-child {
    
}
header.primary nav.menu .menu-list-inner ul > li.dropdown > ul.dropdown-menu > li:last-child > a {
    
}
header.primary nav.menu .menu-list-inner ul > li.dropdown > ul.dropdown-menu > li.current-menu-item > a {
    background-color: #640f24;
    color: #ffffff;
    text-decoration: none;
}
header.primary nav.menu .menu-list-inner ul > li.dropdown > ul.dropdown-menu > li.current-menu-item > a,
header.primary nav.menu .menu-list-inner ul > li.dropdown > ul.dropdown-menu > li.current-menu-item > a:hover {
    background-color: rgba(255, 255, 255, 0.15);
}
header.primary nav.menu .menu-list-inner ul > li.dropdown > ul.dropdown-menu > li > a::before,
header.primary nav.menu .menu-list-inner ul > li.dropdown > ul.dropdown-menu > li > a::after {
    display: none;
}
header.primary nav.menu .menu-list-inner ul > li.dropdown > ul.dropdown-menu > li:hover > a {
    
}
header.primary nav.menu .menu-list-inner ul > li.dropdown > ul.dropdown-menu > li > a:hover {
    background-color: rgba(255, 255, 255, 0.15);
    color: #ffffff;
    text-decoration: none;
}

@media (min-width: 1200px) {
    header.primary nav.menu a.nav-toggle {
        display: none;
    }
}

header.primary nav.menu a.nav-toggle {
    float: right;
}
header.primary nav.menu a.nav-toggle span {
    display: inline-block;
}
header.primary nav.menu a.nav-toggle span.icon {
    height: 16px;
    margin-right: 15px;
    position: relative;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    width: 20px;
}
body.locked header.primary nav.menu a.nav-toggle span.icon {
    z-index: 999999;
}
header.primary nav.menu a.nav-toggle span.icon::before {
    background-color: #ffffff;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    width: 100%;
}
header.primary nav.menu.fixed a.nav-toggle span.icon::before {
    background-color: #ffffff;
}
header.primary nav.menu a.nav-toggle span.icon::after {
    background-color: #ffffff;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    width: 100%;
}
body.locked header.primary nav.menu a.nav-toggle span.icon::after {
    background-color: transparent
}
header.primary nav.menu a.nav-toggle span.icon span.icon-inner {
    background-color: #ffffff;
    bottom: 0;
    height: 2px;
    left: 0;
    margin: auto auto;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    width: 20px;
}
body.locked header.primary nav.menu a.nav-toggle span.icon span.icon-inner {
    background-color: transparent;
}
header.primary nav.menu a.nav-toggle span.icon span.icon-inner::before {
    background-color: #ffffff;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    margin: auto auto;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    width: 100%;
}
body.locked header.primary nav.menu a.nav-toggle span.icon span.icon-inner::before {
    background-color: #000000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}
header.primary nav.menu a.nav-toggle span.icon span.icon-inner::after {
    background-color: #ffffff;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    margin: auto auto;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    width: 100%;
}
body.locked header.primary nav.menu a.nav-toggle span.icon span.icon-inner::after {
    background-color: #000000;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

header.primary nav.menu .menu-list-wrapper .menu-list-inner span.mobile-nav-toggle {
    cursor: pointer;
    display: block;
    height: 24px;
    position: absolute;
    right: 15px;
    top: 50px;
    width: 24px;
}
header.primary nav.menu .menu-list-wrapper .menu-list-inner span.mobile-nav-toggle::before,
header.primary nav.menu .menu-list-wrapper .menu-list-inner span.mobile-nav-toggle::after {
    background-color: #111111;
    color: #ffffff;
    content: "";
    height: 26px;
    left: 8px;
    position: absolute;
    top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 2px;
}
header.primary nav.menu .menu-list-wrapper .menu-list-inner span.mobile-nav-toggle::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
/* 2. Header / Navigation */

/* 3. Slider / Page Header */
section.slider {
    background-color: #f0f0f0;
    overflow: visible;
    padding: 0 0;
    position: relative;
    z-index: 1;
}
section.main-slider-fallback {
    background-color: #5f5f5f;
    height: 750px;
    padding: 0 0;
    position: relative;
    width: 100%;
}
section.slider .main-slider {
    overflow: hidden;
    width: 100%;
}
section.slider .main-slider .swiper-wrapper {
    z-index: 1;
}
section.slider .main-slider .swiper-slide {
    flex-shrink: 0;
    height: 750px;
    position: relative;
    z-index: 3;
}
section.slider .main-slider .swiper-slide-active {
    z-index: 5;
}
section.slider .main-slider .swiper-slide:not(.swiper-slide-active) {
    z-index: 3;
}
section.slider .main-slider .swiper-slide::after {
    background-color: rgba(0, 0, 0, 0.25);
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 4;
}
section.slider .main-slider .swiper-slide figure.slide-layer {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 7000ms ease;
    transition: -webkit-transform 7000ms ease;
    transition: transform 7000ms ease;
    transition: transform 7000ms ease, -webkit-transform 7000ms ease;
    z-index: 1;
}
section.slider .main-slider .swiper-slide .slide-caption-wrapper {
    bottom: 0;
    height: 100px;
    left: 0;
    margin: auto auto;
    padding: 0 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 13;
}
section.slider .main-slider .swiper-slide .slide-caption-wrapper .slide-caption {
    position: relative;
}
section.slider .main-slider .swiper-slide .slide-caption-wrapper .slide-caption::before {
    background-color: rgba(255, 255, 255, 0.60);
    content: "";
    height: 150%;
    left: 0;
    margin: -20px auto 0 auto;
    position: absolute;
    right: 0;
    width: 80%;
    z-index: 1;
    border-radius: 4px;
}
section.slider .main-slider .swiper-slide .slide-caption-wrapper .slide-caption {
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 50%;
    z-index: 2;
}
section.slider .main-slider .swiper-slide .slide-caption-wrapper .slide-caption .inner {
    position: relative;
    z-index: 3;
}
section.slider .main-slider .swiper-slide .slide-caption-wrapper .slide-caption h1 {
    color: #111111;
    font-size: 55px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 15px;
    opacity: 0;
    text-align: center;
    text-shadow: 1px 1px 1px #ffffff;
    text-transform: none;
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    -webkit-transition-delay: 0;
    transition-delay: 0s;
    -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}
section.slider .main-slider .swiper-slide-active .slide-caption-wrapper .slide-caption h1 {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0) translateY(0);
    transform: translateY(0) translateY(0);
}
section.slider .main-slider .swiper-slide .slide-caption-wrapper .slide-caption h2 {
    color: #111111;
    font-family: "Lora", serif;
    font-size: 18px;
    letter-spacing: 3px;
    margin-bottom: 0;
    opacity: 0;
    text-align: center;
    text-shadow: 1px 1px 1px #ffffff;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition-delay: 0;
    transition-delay: 0s;
    -webkit-transition: opacity 1500ms ease, -webkit-transform 1500ms ease;
    transition: opacity 1500ms ease, -webkit-transform 1500ms ease;
    transition: transform 1500ms ease, opacity 1500ms ease;
    transition: transform 1500ms ease, opacity 1500ms ease, -webkit-transform 1500ms ease;
}
section.slider .main-slider .swiper-slide-active .slide-caption-wrapper .slide-caption h2 {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0) translateY(0);
    transform: translateY(0) translateY(0);
}

section.slider .main-slider .swiper-nav .swiper-button-prev,
section.slider .main-slider .swiper-nav .swiper-button-next {
    color: #ffffff;
    --swiper-navigation-size: 20px;
}
section.slider .main-slider .swiper-nav .swiper-button-prev {
    left: 50px;
}
section.slider .main-slider .swiper-nav .swiper-button-prev::before,
section.slider .main-slider .swiper-nav .swiper-button-prev::after {
    content: 'prev';
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    font-variant: initial;
    letter-spacing: 0;
    line-height: 1;
    text-transform: none !important;
}
section.slider .main-slider .swiper-nav .swiper-button-next {
    right: 50px;
}
section.slider .main-slider .swiper-nav .swiper-button-next::before,
section.slider .main-slider .swiper-nav .swiper-button-next::after {
    content: 'next';
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    font-variant: initial;
    letter-spacing: 0;
    line-height: 1;
    text-transform: none !important;
}

section.slider .thumbs-slider {
    background-color: #ffffff;
    height: 150px;
    margin: -75px auto 0 auto;
    overflow: hidden;
    padding: 30px;
    position: relative;
    width: 100%;
}
section.slider .thumbs-slider .swiper-wrapper {
    z-index: 1;
}
section.slider .thumbs-slider .swiper-slide {
    flex-shrink: 0;
    position: relative;
    z-index: 5;
}
section.slider .thumbs-slider .swiper-slide::after {
    background-color: rgba(0, 0, 0, 0.6);
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
}
section.slider .thumbs-slider .swiper-slide-thumb-active::after {
    background-color: rgba(0, 0, 0, 0);
}
section.slider .thumbs-slider .swiper-slide figure.slide-layer {
    height: 100%;
}

section.page-header {
    background-color: #640f24;
    border: none;
    box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.60);
    margin: 0;
    min-height: 280px;
    padding: 0;
    position: relative;
}
section.page-header .header-slider {
    height: 400px;
    overflow: hidden;
    width: 100%;
}
section.page-header .header-slider .swiper-wrapper {
    z-index: 1;
}
section.page-header .header-slider .swiper-slide {
    flex-shrink: 0;
    margin-left: -1px;
    width: auto;
    z-index: 5;
}
section.page-header .header-slider .swiper-slide-active {
    z-index: 10;
}
section.page-header .header-slider .swiper-slide:not(.swiper-slide-active) {
    z-index: 5;
}
section.page-header .header-slider .swiper-slide::after {
    background-color: rgba(0, 0, 0, 0.6);
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
}
section.page-header .header-slider .swiper-slide-active::after {
    background-color: rgba(0, 0, 0, 0);
}
section.page-header .header-slider .swiper-slide figure.slide-layer {
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 7000ms ease;
    transition: -webkit-transform 7000ms ease;
    transition: transform 7000ms ease;
    transition: transform 7000ms ease, -webkit-transform 7000ms ease;
    width: 100%;
    z-index: 1;
}
section.page-header .header-slider .swiper-nav {
    display: none;
}
/* 3. Slider / Page Header */

/* 4. Content */
section {
    background-color: #ffffff;
    overflow-x: hidden;
    padding: 100px 0;
    position: relative;
}

section.intro-content {
    background-color: #f0f0f0;
    overflow: visible;
    padding: 0 0 100px 0;
}
section.intro-content .intro-blocks {
    margin-top: -100px;
}
section.intro-content .intro-blocks .intro-block {
    color: #ffffff;
    min-height: 350px;
    padding: 30px;
}
section.intro-content .intro-blocks .intro-block h3 {
    color: #ffffff;
    font-size: 26px;
    padding: 0 0 0 40px;
}
section.intro-content .intro-blocks .intro-block h3 i {
    color: rgba(255, 255, 255, 0.60);
    font-size: 22px;
    left: 0;
    position: absolute;
    top: 5px;
}
section.intro-content .intro-blocks .intro-block a {
    color: #ffffff;
}
section.intro-content .intro-blocks .intro-block a.btn {
    color: #555555;
}
section.intro-content .intro-blocks .intro-block a.btn:hover {
    color: #111111;
}

section.main-content {
    background-color: #ffffff;
}
section .content-title {
    margin-bottom: 30px;
}
section .content-title h1 {
    color: #0b233f;
    margin-bottom: 0;
}
section .content-title h2 {
    font-size: 20px;
    margin-bottom: 15px;
}

section.main-content .content {
    overflow: hidden;
}
section.main-content .content h3 {
    margin: 30px 0;
}
section.main-content .content ul {
    margin-bottom: 15px;
}
section.main-content .content ul li {
    display: block;
    padding: 0 0 5px 25px;
    position: relative;
}
section.main-content .content ul li::before {
    color: rgba(0, 0, 0, 0.60);
    content: "\f101";
    font-size: 14px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    left: 0;
    line-height: normal;
    position: absolute;
    top: 5px;
}

/* Sidebar */
section.main-content .sidebar {
    background-color: #640f24;
    padding: 15px 15px;
}
section.main-content .sidebar ul.menu {
    margin-bottom: 0;
}
section.main-content .sidebar ul.menu li {
    display: block;
    margin: 0 0 5px 0;
    padding: 0 0;
    position: relative;
}
section.main-content .sidebar ul.menu li a {
    background-color: transparent;
    border-radius: 4px;
    color: #ffffff;
    display: block;
    font-family: "Outfit", sans-serif;
    font-size: 13px;
    font-weight: 600;
    overflow: hidden;
    padding: 15px 15px;
    position: relative;
    text-shadow: none;
    text-transform: uppercase;
    -webkit-transition: 500ms;
    transition: 500ms;
    width: auto;
}
section.main-content .sidebar ul.menu li a:hover,
section.main-content .sidebar ul.menu li.current_page_item a,
section.main-content .sidebar ul.menu li.current-menu-item a {
    background-color: rgba(255, 255, 255, 0.15);
    color: #ffffff;
    text-decoration: none;
}
/* Sidebar */

section .content-block {
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 30px;
    padding: 0 0 30px 0;
}

section.main-content .featured-img {
    display: block;
    margin-top: 30px;
    padding: 0 30px 30px 0;
    position: relative;
}
section.main-content .featured-img::before {
    background-color: #f0f0f0;
    bottom: 0;
    content: "";
    height: calc( 100% - 30px );
    position: absolute;
    right: 0;
    width: calc( 100% - 30px );
    z-index: 1;
}
section.main-content .featured-img figure {
    height: 400px;
    position: relative;
    z-index: 2;
}
section.main-content .featured-img .img-caption {
    background-color: #0b233f;
    color: #ffffff;
    display: block;
    padding: 10px 15px;
    position: relative;
    text-align: center;
    z-index: 2;
}

section.main-content .content .content-block .block-item.file-type {
    align-items: center;
    background-color: #f0f0f0;
    display: flex;
    justify-content: flex-start;
    margin-bottom: 30px;
    padding: 15px 15px 15px 75px;
    position: relative;
    width: 100%;
}
section.main-content .content .content-block .block-item.file-type.pdf::before {
    align-items: center;
    background-color: #e2e2e2;
    border-radius: 4px;
    bottom: 0;
    color: #777777;
    content: "\f1c1";
    display: inline-flex;
    font-size: 26px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    height: 40px;
    justify-content: center;
    left: 15px;
    margin: auto 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 40px;
}
section.main-content .content .content-block .block-item.file-type span {
    flex-grow: 1;
    font-weight: 600;
    margin-right: 15px;
    word-break: break-word;
}
section.main-content .content .content-block .block-item.file-type .btn {
    align-items: center;
    display: inline-flex;
    justify-content: center;
    margin: 0;
    text-decoration: none;
}

section.main-content .content .content-block .page-slider {
    overflow: hidden;
    margin-bottom: 30px;
    margin-top: 30px;
    padding: 0 30px 40px 0;
}
section.main-content .content .content-block .page-slider::before {
    background-image: url(assets/images/dots.png);
    background-repeat: repeat;
    width: 50%;
    height: 50%;
    position: absolute;
    right: 0;
    bottom: 0;
    content: "";
}
section.main-content .content .content-block .page-slider .swiper-slide {
    background-color: #ffffff;
    background-position: center;
    background-size: cover;
    height: 320px;
    margin: 0;
    max-width: 100%;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100%;
}
section.main-content .content .content-block .page-slider .swiper-slide figure {
    backdrop-filter: blur(15px);
    height: 100%;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    width: 100%;
}
section.main-content .content .content-block .page-slider .swiper-slide figure::before {
    background-color: rgba(0, 0, 0, 0.60);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}
section.main-content .content .content-block .page-slider .swiper-slide figure img {
    height: 100%;
    left: 0;
    margin: auto auto;
    position: absolute;
    right: 0;
    width: auto;
    z-index: 2;
}
section.main-content .content .content-block .page-slider .swiper-slide figure.slide-layer .media-caption {
    background-color: rgba(209, 196, 171, 1);
    bottom: 20px;
    color: #5f5f5f;
    font-weight: 600;
    height: auto;
    left: 0;
    margin: 0 auto;
    opacity: 0;
    padding: 10px 10px;
    position: absolute;
    right: 0;
    text-align: center;
    -webkit-transform: translateY(200px);
    transform: translateY(200px);
    -webkit-transition-delay: 0;
    transition-delay: 0s;
    -webkit-transition: opacity 1000ms ease, -webkit-transform 1000ms ease;
    transition: opacity 1000ms ease, -webkit-transform 1000ms ease;
    transition: transform 1000ms ease, opacity 1000ms ease;
    transition: transform 1000ms ease, opacity 1000ms ease, -webkit-transform 1000ms ease;
    top: auto;
    width: 40%;
    z-index: 3;
}
section.main-content .content .content-block .page-slider .swiper-slide-active figure.slide-layer .media-caption {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0) translateY(0);
    transform: translateY(0) translateY(0);
}

section.main-content .content .content-block .page-slider .swiper-nav {
    
}
section.main-content .content .content-block .page-slider .swiper-nav .swiper-button-prev,
section.main-content .content .content-block .page-slider .swiper-nav .swiper-button-next {
    color: #111111;
}
section.main-content .content .content-block .page-slider .swiper-nav .swiper-button-prev {
    background-color: #f0f0f0;
    border-radius: 4px;
    height: 40px;
    left: -40px;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 40px;
}
section.main-content .content .content-block .page-slider:hover .swiper-nav .swiper-button-prev {
    left: 0;
    opacity: 1;
}
section.main-content .content .content-block .page-slider .swiper-nav .swiper-button-prev::before,
section.main-content .content .content-block .page-slider .swiper-nav .swiper-button-prev::after {
    content: 'prev';
    font-family: swiper-icons;
    font-size: 20px;
    font-variant: initial;
    letter-spacing: 0;
    line-height: 1;
    text-transform: none !important;
}
section.main-content .content .content-block .page-slider .swiper-nav .swiper-button-next {
    background-color: #f0f0f0;
    border-radius: 4px;
    height: 40px;
    opacity: 0;
    right: -40px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 40px;
}
section.main-content .content .content-block .page-slider:hover .swiper-nav .swiper-button-next {
    opacity: 1;
    right: 0;
}
section.main-content .content .content-block .page-slider .swiper-nav .swiper-button-next::before,
section.main-content .content .content-block .page-slider .swiper-nav .swiper-button-next::after {
    content: 'next';
    font-family: swiper-icons;
    font-size: 20px;
    font-variant: initial;
    letter-spacing: 0;
    line-height: 1;
    text-transform: none !important;
}

section.main-content .content .content-block .page-slider .swiper-pagination {
    bottom: 0;
    height: 40px;
    padding: 5px 0 0 0;
}
section.main-content .content .content-block .page-slider .swiper-pagination .swiper-pagination-bullet {
    height: 10px;
    margin: 0 10px;
    width: 10px;
}
section.main-content .content .content-block .page-slider .swiper-pagination .swiper-pagination-bullet-active {
    background-color: rgba(11, 35, 63, 1);
}

/* News Page */
body.single-nuus header.primary nav.menu .menu-list-inner ul.nav-list li.menu-item-221 a::after {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
}

section.main-content.content-posts {
    padding: 100px 0;
}
section.main-content.content-posts .content {
    
}
section.main-content.content-posts .content .content-block {
    min-height: unset;
    padding: 0 0 30px 0;
}
section.main-content.content-posts .content .content-block .block-item {
    margin-bottom: 30px;
    position: relative;
}
section.main-content.content-posts .content .content-block .block-item .post-img {
    display: block;
    overflow: hidden;
    position: relative;
}
section.main-content.content-posts .content .content-block .block-item .post-img a.post-img-link {
    display: block;
    position: relative;
}
section.main-content.content-posts .content .content-block .block-item .post-img figure {
    backdrop-filter: blur(15px);
    height: 260px;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    width: 100%;
}
section.main-content.content-posts .content .content-block .block-item .post-img figure::before {
    background-color: rgba(0, 0, 0, 0.60);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}
section.main-content.content-posts .content .content-block .block-item .post-img figure img {
    height: 100%;
    left: 0;
    margin: auto auto;
    position: absolute;
    right: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    width: auto;
    z-index: 2;
}
section.main-content.content-posts .content .content-block .block-item .post-img a:hover figure img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
section.main-content.content-posts .content .content-block .block-item .post-details {
    background-color: #f0f0f0;
    display: block;
    max-height: unset;
    min-height: 60px;
    padding: 15px 15px;
}
section.main-content.content-posts .content .content-block .block-item .post-details a.post-title {
    color: rgba(11, 35, 63, 1);
    display: block;
    font-weight: 600;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
}
section.main-content.content-posts .content .content-block .block-item .post-details a.post-title:hover {
    color: rgba(11, 35, 63, 0.75);
    text-decoration: none;
}
section.main-content.content-posts .content .content-block .block-item .post-meta {
    background-color: #d7a133;
    color: #ffffff;
    padding: 5px 15px;
    position: absolute;
    right: 15px;
    top: 15px;
}
section.main-content.content-posts .content .content-block .block-item .post-meta span.date {
    padding: 0 0 0 25px;
    position: relative;
}
section.main-content.content-posts .content .content-block .block-item .post-meta span.date::before {
    color: rgba(255, 255, 255, 0.60);
    content: "\f073";
    font-size: 14px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    left: 0;
    line-height: normal;
    position: absolute;
    top: 2px;
}

body.single-nuus section.main-content .content .content-block .post-content p > a[data-lbwps-srcsmall],
body.single-nuus section.main-content .content .content-block .post-content p > br {
    display: none !important;
}

section.main-content .content .social-share {
    background-color: #f0f0f0;
    padding: 30px;
}
section.main-content .content .social-share span {
    float: left;
    font-family: "Outfit", sans-serif;
    margin-right: 15px;
}
section.main-content .content .social-share a.share-button {
    align-items: center;
    background-color: rgba(100, 15, 36, 0.75);
    border-radius: 4px;
    color: #ffffff;
    display: flex;
    float: left;
    height: 30px;
    justify-content: center;
    margin-right: 15px;
    text-decoration: none;
    transition: all 0.3s;
    width: 30px;
}
section.main-content .content .social-share a.share-button:focus,
section.main-content .content .social-share a.share-button:hover {
    background-color: rgba(100, 15, 36, 1);
}
section.main-content .content .social-share a.share-button i {
    font-size: 18px;
}
/* News Page */

/* Contact Page */
section.main-content .contact-block {
    margin-bottom: 30px;
    padding: 30px;
}
section.main-content .contact-block h4 {
    color: #ffffff;
    margin: 20px 0;
    text-transform: uppercase;
}
section.main-content .contact-block a {
    color: #ffffff;
}
form.wpcf7-form .form-group {
    position: relative;
}
form.wpcf7-form .form-group label {
    color: #969696;
    cursor: text;
    font-family: "Outfit", sans-serif;
    font-size: 10px;
    left: 15px;
    line-height: 10px;
    margin: 0;
    position: absolute;
    text-transform: uppercase;
    top: 15px;
}
form.wpcf7-form .form-group span.wpcf7-form-control-wrap {
    
}
.wpcf7-form .form-group span.wpcf7-form-control-wrap input,
.wpcf7-form .form-group span.wpcf7-form-control-wrap select {
    background-color: transparent;
    border: 1px solid #e2e2e2;
    border-radius: 0;
    box-shadow: none;
    color: #111111;
    font-size: 14px;
    font-weight: 500;
    height: 60px;
    line-height: 34px;
    outline: none;
    padding: 30px 15px 10px 15px;
    transition: 0.3s;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    width: 100%;
}
.wpcf7-form .form-group span.wpcf7-form-control-wrap input:focus,
.wpcf7-form .form-group span.wpcf7-form-control-wrap select:focus {
    border-color: #333333;
}
.wpcf7-form .form-group span.wpcf7-form-control-wrap textarea {
    background-color: transparent;
    border: 1px solid #e2e2e2;
    border-radius: 0;
    box-shadow: none;
    color: #333333;
    font-size: 14px;
    font-weight: 500;
    height: 200px;
    outline: none;
    padding: 30px 15px 10px 15px;
    resize: none;
    transition: 0.3s;
    width: 100%;
}
.wpcf7-form .form-group span.wpcf7-form-control-wrap textarea:focus {
    border-color: #333333;
}
.wpcf7-form .form-group span.wpcf7-form-control-wrap span.wpcf7-acceptance span.wpcf7-list-item {
    margin: 0;
}
.wpcf7-form .form-group span.wpcf7-form-control-wrap span.wpcf7-acceptance span.wpcf7-list-item label {
    left: auto;
    position: relative;
    top: auto;
}
.wpcf7-form .form-group span.wpcf7-form-control-wrap span.wpcf7-acceptance span.wpcf7-list-item label input {
    display: inline-block;
    height: auto;
    line-height: normal;
    margin: 0 10px 0 0;
    margin-top: 1px\9;
    padding: 0;
    width: auto;
}
.wpcf7-form .form-group span.wpcf7-form-control-wrap span.wpcf7-acceptance span.wpcf7-list-item label span.wpcf7-list-item-label {
    color: #111111;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    text-transform: none;
}
.wpcf7-form .form-group span.wpcf7-form-control-wrap span.wpcf7-acceptance span.wpcf7-list-item label span.wpcf7-list-item-label a {
    color: #111111;
}
.wpcf7-form .btn {
    margin-top: 0;
}
.wpcf7 form.wpcf7-form .wpcf7-response-output {
    margin: 30px 0 0 0;
    text-align: center;
}
.wpcf7 form.wpcf7-form .wpcf7-not-valid {
    border-color: #dc3232 !important;
}
.wpcf7 form.wpcf7-form .wpcf7-not-valid-tip {
    display: none !important;
}

section.main-content .acf-map {
    border: #ffffff solid 1px;
    height: 600px;
    margin: 20px 0;
    width: 100%;
}
/* fixes potential theme css conflict */
section.main-content .acf-map img {
    max-width: inherit !important;
}
/* Contact Page */

/* Msonry Isotope Layout */
/* Horizontal */
section.main-content ul.block-filter.horizontal {
    text-align: left;
}
section.main-content ul.block-filter.horizontal li {
    display: inline-block;
    margin: 0 10px 10px 0;
    padding: 0;
    position: relative;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    vertical-align: middle;
}
section.main-content ul.block-filter.horizontal li::before {
    display: none;
}
section.main-content ul.block-filter.horizontal li .filter-text {
    background-color: #e2e2e2;
    border-radius: 4px;
    color: #555555;
    cursor: pointer;
    display: block;
    font-family: "Outfit", sans-serif;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 20px;
    position: relative;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
section.main-content ul.block-filter.horizontal li:hover .filter-text,
section.main-content ul.block-filter.horizontal li.active .filter-text {
    background-color: #f0f0f0;
    color: #0b233f;
}
section.main-content ul.block-filter.horizontal li .count {
    color: #640f24;
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    line-height: 22px;
    opacity: 0;
    padding: 0 0;
    position: relative;
    right: -4px;
    top: -8px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
section.main-content ul.block-filter.horizontal li:hover .count,
section.main-content ul.block-filter.horizontal li.active .count {
    opacity: 1;
}

section.main-content .filter-layout {
    overflow: hidden;
}
section.main-content .filter-layout .filter-item.file {
    width: 100%;
}
section.main-content .filter-layout .filter-item .block-item {
    display: block;
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
}
section.main-content .filter-layout .filter-item .block-item figure {
    max-height: 250px;
    min-height: 250px;
}
section.main-content .filter-layout .filter-item .block-item .img-caption {
	align-items: top;
    background-color: #0b233f;
    color: #ffffff;
    display: flex;
	justify-content: center;
	min-height: 72px;
    padding: 10px 15px;
    position: relative;
    text-align: center;
    z-index: 2;
}
section.main-content .filter-layout .filter-item .block-item ul.block-details {
    margin-bottom: 0;
    padding-top: 10px;
}
section.main-content .filter-layout .filter-item .block-item ul.block-details li {
    display: block;
    padding: 0 0 0 25px;
    position: relative;
    word-break: break-word;
}
section.main-content .filter-layout .filter-item .block-item ul.block-details li::before {
    color: rgba(0, 0, 0, 0.25);
    content: "\f101";
    font-family: "Font Awesome 5 Free";
    font-size: 16px;
    font-weight: 900;
    left: 0;
    position: absolute;
    top: 4px;
}
/* Horizontal */

/* Vertical */
section.main-content ul.block-filter.vertical {
    margin-bottom: 0;
    text-align: left;
}
section.main-content ul.block-filter.vertical li {
    display: block;
    margin: 0 0 5px 0;
    padding: 0 0;
    position: relative;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    vertical-align: middle;
}
section.main-content ul.block-filter.vertical li::before {
    display: none;
}
section.main-content ul.block-filter.vertical li .filter-text {
    background-color: #640f24;
    border-radius: 4px;
    color: #ffffff;
    cursor: pointer;
    display: block;
    font-family: "Outfit", sans-serif;
    font-size: 13px;
    font-weight: 600;
    overflow: hidden;
    padding: 15px 15px;
    position: relative;
    text-shadow: none;
    text-transform: uppercase;
    -webkit-transition: 500ms;
    transition: 500ms;
    width: auto;
}
section.main-content ul.block-filter.vertical li:hover .filter-text,
section.main-content ul.block-filter.vertical li.active .filter-text {
    background-color: rgba(255, 255, 255, 0.15);
    color: #ffffff;
    text-decoration: none;
}
section.main-content ul.block-filter.vertical li .count {
    color: #ffffff;
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    line-height: 22px;
    opacity: 0;
    padding: 0 0;
    position: relative;
    right: -4px;
    top: -8px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
section.main-content ul.block-filter.vertical li:hover .count,
section.main-content ul.block-filter.vertical li.active .count {
    opacity: 1;
}
/* Vertical */
/* Msonry Isotope Layout */

/* Icons Section */
section.content-icons {
    background-attachment: fixed;
    background-image: url(assets/images/waardes.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #ffffff;
    padding: 150px 0;
}
section.content-icons::before {
    background-color: rgba(11, 35, 63, 0.60);
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
section.content-icons h1 {
    color: #ffffff;
}
section.content-icons .icons {
    display: block;
}
section.content-icons .icons .content-icons-inner {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}
section.content-icons .icons .content-icon {
    align-items: center;
    border: 2px solid rgba(255, 255, 255, 0.15);
    border-radius: 4px;
    display: flex;
    flex: 1 1 calc(20% - 30px);
    flex-direction: column;
    justify-content: center;
    max-width: calc(20% - 30px);
    margin-top: 50px;
    min-height: 120px;
    text-align: center;
}
@media (max-width: 1199px) {
    section.content-icons .icons .content-icon {
        flex: 1 1 calc(20% - 30px);
        max-width: calc(20% - 30px);
    }
}
@media (max-width: 991px) {
    section.content-icons .icons .content-icon {
        flex: 1 1 calc(50% - 30px);
        max-width: calc(50% - 30px);
    }
}
@media (max-width: 650px) {
    section.content-icons .icons .content-icon {
        flex: 1 1 100%;
        max-width: 100%;
    }
}
section.content-icons .icons .content-icon span {
    align-items: center;
    background-color: rgba(11, 35, 63, 1);
    border-radius: 4px;
    display: inline-flex;
    height: 60px;
    justify-content: center;
    margin-top: -80px;
    width: 60px;
}
section.content-icons .icons .content-icon span i {
    color: #ffffff;
    display: inline-block;
    font-size: 36px;
    position: relative;
    z-index: 1;
}
section.content-icons .icons .content-icon h3 {
    color: #ffffff;
    display: block;
    margin-bottom: 0;
    padding: 20px 0 0 0;
    text-align: center;
    word-break: break-word;
    word-wrap: break-word;
}
/* Icons Section */

/* News Carousel */
section.content-posts {
    padding: 0 0 100px 0;
}
body.home section.content-posts {
    padding: 100px 0;
}
section.content-posts h2 {
    color: #ffffff;
}
section.content-posts .content-block {
    min-height: 400px;
    padding: 30px 30px;
}
section.content-posts .news-carousel {
    overflow: hidden;
}
section.content-posts .news-carousel .swiper-wrapper {
    cursor: auto;
    padding: 0;
}
section.content-posts .news-carousel .swiper-wrapper .swiper-slide {
    height: 320px;
    margin: 0;
    max-width: 100%;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100%;
}
section.content-posts .news-carousel .swiper-wrapper .swiper-slide .post-img {
    display: block;
    overflow: hidden;
    position: relative;
}
section.content-posts .news-carousel .swiper-wrapper .swiper-slide .post-img a.post-img-link {
    display: block;
    position: relative;
}
section.content-posts .news-carousel .swiper-wrapper .swiper-slide .post-img figure {
    backdrop-filter: blur(15px);
    height: 260px;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    width: 100%;
}
section.content-posts .news-carousel .swiper-wrapper .swiper-slide .post-img figure::before {
    background-color: rgba(0, 0, 0, 0.60);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}
section.content-posts .news-carousel .swiper-wrapper .swiper-slide .post-img figure img {
    height: 100%;
    left: 0;
    margin: auto auto;
    position: absolute;
    right: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    width: auto;
    z-index: 2;
}
section.content-posts .news-carousel .swiper-wrapper .swiper-slide .post-img a.post-img-link:hover figure img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
section.content-posts .news-carousel .swiper-wrapper .swiper-slide .post-details {
    background-color: #f0f0f0;
    display: block;
    max-height: 60px;
    min-height: 60px;
    padding: 6px 12px;
}
section.content-posts .news-carousel .swiper-wrapper .swiper-slide .post-details a.post-title {
    color: rgba(11, 35, 63, 1);
    display: block;
    font-weight: 600;
    line-height: 22px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
}
section.content-posts .news-carousel .swiper-wrapper .swiper-slide .post-details a.post-title:hover {
    color: rgba(11, 35, 63, 0.75);
    text-decoration: none;
}
section.content-posts .news-carousel .swiper-wrapper .swiper-slide .post-meta {
    background-color: #d7a133;
    color: #ffffff;
    padding: 5px 15px;
    position: absolute;
    right: 15px;
    top: 15px;
}
section.content-posts .news-carousel .swiper-wrapper .swiper-slide .post-meta span.date {
    padding: 0 0 0 25px;
    position: relative;
}
section.content-posts .news-carousel .swiper-wrapper .swiper-slide .post-meta span.date::before {
    color: rgba(255, 255, 255, 0.60);
    content: "\f073";
    font-size: 14px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    left: 0;
    line-height: normal;
    position: absolute;
    top: 2px;
}

section.content-posts .news-carousel .swiper-nav {
    background-color: #f0f0f0;
    border-radius: 4px;
    float: right;
    height: 50px;
    margin-bottom: 30px;
    position: relative;
    width: 100px;
    z-index: 2;
}
section.content-posts .news-carousel .swiper-nav .swiper-button-prev,
section.content-posts .news-carousel .swiper-nav .swiper-button-next {
    color: #111111;
    --swiper-navigation-size: 20px;
}
section.content-posts .news-carousel .swiper-nav .swiper-button-prev {
    left: 20px;
}
section.content-posts .news-carousel .swiper-nav .swiper-button-next {
    right: 20px;
}
section.content-posts .news-carousel .swiper-nav .swiper-button-prev::before,
section.content-posts .news-carousel .swiper-nav .swiper-button-prev::after {
    content: 'prev';
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    font-variant: initial;
    letter-spacing: 0;
    line-height: 1;
    text-transform: none !important;
}
section.content-posts .news-carousel .swiper-nav .swiper-button-next::before,
section.content-posts .news-carousel .swiper-nav .swiper-button-next::after {
    content: 'next';
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    font-variant: initial;
    letter-spacing: 0;
    line-height: 1;
    text-transform: none !important;
}
section.content-posts .news-carousel .swiper-pagination {
    bottom: auto;
    height: 50px;
    margin-bottom: 30px;
    padding: 10px 0;
    top: 0;
    z-index: 1;
}
section.content-posts .news-carousel .swiper-pagination .swiper-pagination-bullet {
    height: 10px;
    margin: 0 10px;
    width: 10px;
}
section.content-posts .news-carousel .swiper-pagination .swiper-pagination-bullet-active {
    background-color: rgba(11, 35, 63, 1);
}
/* News Carousel */

/* Masonry Galleries */
.masonry.gallery {
    padding: 30px 0 0 0;
}
.masonry {
    margin: 0 auto;
    width: 100%;
}
.masonry::after {
    clear: both;
    content: "";
    display: table;
}
.masonry-item {
    width: 100%;
    margin-bottom: 15px;
}
.masonry-item a {
    display: inline-block;
    position: relative;
}
.masonry-item a::before {
    background-color: rgba(11, 35, 63, 0.75);
    border-radius: 4px;
    bottom: 10px;
    content: "";
    left: 10px;
    opacity: 0;
    position: absolute;
    right: 10px;
    top: 10px;
    transition: .3s;
    visibility: hidden;
    z-index: 1;
}
.masonry-item a:hover::before {
    opacity: .9;
    visibility: visible;
}
.masonry-item a::after {
    bottom: -10px;
    color: #ffffff;
    content: "\f002";
    font-family: "Font Awesome 5 Free";
    font-size: 18px;
    font-weight: 900;
    height: 18px;
    left: 10px;
    line-height: 18px;
    margin: auto auto;
    opacity: 0;
    position: absolute;
    right: -10px;
    top: 10px;
    transform: translate(-50%,-50%) scale(0);
    transition: .3s;
    visibility: hidden;
    width: 18px;
    z-index: 2;
}
.masonry-item a:hover::after {
    opacity: 1;
    transform: translate(-50%,-50%) scale(1);
    visibility: visible;
}
.masonry-item img {
    border-radius: 4px;
}
.masonry-item span.caption {
    display: block;
    font-size: 14px;
    line-height: 14px;
    padding-top: 5px;
}
@media (min-width: 768px) {
    .masonry-item {
        width: calc(50% - 15px);
    }
}
@media (min-width: 991px) {
    .masonry-item {
        width: calc(33.33% - 15px);
    }
}
@media (min-width: 1199px) {
    .masonry-item {
        width: calc(25% - 15px);
    }
}
.pswp .pswp__scroll-wrap {
    background-color: #640f24;
}
.pswp .pswp__icn {
    fill: #ffffff;
    color: #640f24;
}
/* Masonry Galleries */

/* 5. Footer */
section.footer {
    background-color: #640f24;
    padding: 0 0;
}

section.footer .footer-block {
    color: #ffffff;
    font-size: 16px;
    margin-bottom: 50px;
    padding: 50px 0 0 0;
}
section.footer .footer-block h2 {
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
}
section.footer .footer-block a {
    color: #ffffff;
}
section.footer .footer-block a:focus,
section.footer .footer-block a:hover {
    color: #ffffff;
    text-decoration: underline;
}

section.footer .footer-block .brand {
    background-color: transparent;
    display: block;
    position: relative;
    text-align: center;
}
section.footer .footer-block .brand a.logo {
    display: inline-block;
    position: relative;
    z-index: 1;
}
section.footer .footer-block .brand a.logo img {
    height: 100px;
}
section.footer .footer-block .brand a.logo h1 {
    color: #ffffff;
    font-family: "Lora", serif;
    font-size: 20px;
    font-weight: 900;
    margin: 0;
    padding: 30px 0 0 0;
    text-align: center;
    text-decoration: none !important;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
}
section.footer .footer-block .brand a.logo:focus,
section.footer .footer-block .brand a.logo:hover,
section.footer .footer-block .brand a.logo:focus h1,
section.footer .footer-block .brand a.logo:hover h1,
section.footer .footer-block .brand a.logo:focus h1 span,
section.footer .footer-block .brand a.logo:hover h1 span {
    text-decoration: none !important;
}
section.footer .footer-block .brand a.logo h1 span {
    display: block;
    letter-spacing: 1px;
    text-transform: uppercase;
}
section.footer .footer-block .socials {
    padding: 30px 0 0 0;
    text-align: center;
}
section.footer .footer-block .socials span {
    display: inline-block;
    font-family: "Outfit", sans-serif;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
}
section.footer .footer-block .socials ul {
    display: inline-block;
    margin: 0;
    padding: 0;
}
section.footer .footer-block .socials ul li {
    display: inline-block;
    margin: 0 10px;
    padding: 0;
}
section.footer .footer-block .socials ul li a {
    align-items: center;
    background-color: rgba(255, 255, 255, 0.15);
    border-radius: 4px;
    color: #ffffff;
    display: flex;
    height: 30px;
    justify-content: center;
    text-decoration: none;
    transition: all 0.3s;
    width: 30px;
}
section.footer .footer-block .socials ul li a:hover {
    background-color: rgba(255, 255, 255, 1);
    color: #640f24;
}
section.footer .footer-block .socials ul li a i {
    font-weight: 100;
}

section.footer .footer-block ul.menu {
    margin-bottom: 0;
}
section.footer .footer-block ul.menu li {
    display: block;
    padding: 0 0 10px 30px;
    position: relative;
}
section.footer .footer-block ul.menu li::before {
    color: rgba(255, 255, 255, 0.25);
    content: "\f101";
    font-family: "Font Awesome 5 Free";
    font-size: 16px;
    font-weight: 900;
    left: 0;
    position: absolute;
    top: -1px;
}
section.footer .footer-block ul.menu li a {
    color: #ffffff;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
}
section.footer .footer-block ul.menu li a:hover {
    color: #ffffff;
    text-decoration: underline;
}
section.footer .footer-block .contacts p {
    display: block;
    margin-bottom: 10px;
    padding: 0 30px 0 0;
    position: relative;
}
section.footer .footer-block .contacts p i {
    color: rgba(255, 255, 255, 0.25);
    position: absolute;
    right: 0;
    top: 5px;
}
/* 5. Footer */

/* 6. Copyright */
section.copyright {
    background-color: #640f24;
    font-family: "Outfit", sans-serif;
    font-size: 14px;
    padding: 0 0 50px 0;
}
section.copyright .inner-block {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    color: #ffffff;
    padding-top: 50px;
}
section.copyright .inner-block a {
    color: #ffffff;
}
section.copyright .inner-block a:hover {
    color: #ffffff;
    text-decoration: underline;
}
section.copyright p {
    line-height: 20px;
    margin: 0;
}
/* 6. Copyright */

/* 7. Scroll Up */
#scroll_up {
    background-color: rgba(11, 35, 63, 1);
    border-radius: 4px;
    bottom: 100px;
    color: #ffffff;
    display: none;
    font-size: 13px;
    font-weight: 600;
    height: 120px;
    line-height: 40px;
    padding: 0 0;
    position: fixed;
    right: -60px;
    text-align: center;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    width: 48px;
    z-index: 999;
}
#scroll_up span {
    display: block;
    font-family: "Outfit", sans-serif;
    font-size: 13px;
    line-height: 10px;
    margin-top: 30px;
    text-transform: uppercase;
    transform: rotate(-90deg);
}
#scroll_up i {
    font-size: 13px;
    line-height: 10px;
    padding: 0 0;
}
#scroll_up.top-visible {
    right: 10px;
}
#scroll_up.top-visible:hover {
    background-color: rgba(11, 35, 63, 0.75);
    text-decoration: none;
}
/* 7. Scroll Up */

/* 8. Responsive Styles */
@media screen and (max-width: 1710px) {
    
    
    
}

@media screen and (max-width: 1400px) {
    
    
    
    
    
}

@media screen and (max-width: 1199px) {
    
    
    .for-tablet {
        display: block;
    }
    
    body.locked header.primary nav.menu {
        background-color: #ffffff;
        z-index: 999998;
    }
    
    body.locked header.primary nav.menu .brand,
    body.locked header.primary nav.menu .contact,
    body.locked header.primary nav.menu .socials {
        z-index: 999999;
    }
    
    body.locked header.primary nav.menu .brand::before,
    body.locked header.primary nav.menu .brand::after {
        opacity: 0;
    }
    
    header.primary nav.menu a.nav-toggle {
        align-items: center;
        display: flex;
        margin-top: 44px;
        text-decoration: none;
    }
    header.primary nav.menu a.nav-toggle span {
        display: inline-flex;
    }
    header.primary nav.menu a.nav-toggle span.text {
        color: #111111;
        font-family: "Outfit", sans-serif;
        font-size: 16px;
        font-weight: 600;
        line-height: unset;
        padding-right: 5px;
        text-transform: uppercase;
    }
    body.locked header.primary nav.menu a.nav-toggle span.text {
        color: #111111;
        z-index: 999999;
    }
    header.primary nav.menu a.nav-toggle span.icon {
        height: 16px;
        margin-right: 0;
        position: relative;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
        width: 20px;
    }
    body.locked header.primary nav.menu a.nav-toggle span.icon {
        z-index: 999999;
    }
    header.primary nav.menu.fixed a.nav-toggle span.text {
        color: #111111;
    }
    body.locked header.primary nav.menu.fixed a.nav-toggle span.text {
        color: #111111;
    }
    header.primary nav.menu a.nav-toggle span.icon::before {
        background-color: #111111;
        content: "";
        display: block;
        height: 2px;
        left: 0;
        position: absolute;
        top: 0;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
        width: 100%;
    }
    header.primary nav.menu.fixed a.nav-toggle span.icon::before {
        background-color: #111111;
    }
    body.locked header.primary nav.menu a.nav-toggle span.icon::before {
        background-color: transparent;
    }
    header.primary nav.menu a.nav-toggle span.icon::after {
        background-color: #111111;
        bottom: 0;
        content: "";
        display: block;
        height: 2px;
        left: 0;
        position: absolute;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
        width: 100%;
    }
    header.primary nav.menu.fixed a.nav-toggle span.icon::after {
        background-color: #111111;
    }
    body.locked header.primary nav.menu a.nav-toggle span.icon::after {
        background-color: transparent
    }
    header.primary nav.menu a.nav-toggle span.icon span.icon-inner {
        background-color: #111111;
        bottom: 0;
        height: 2px;
        left: 0;
        margin: auto auto;
        position: absolute;
        right: 0;
        top: 0;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
        width: 20px;
    }
    header.primary nav.menu.fixed a.nav-toggle span.icon span.icon-inner {
        background-color: #111111;
    }
    body.locked header.primary nav.menu a.nav-toggle span.icon span.icon-inner {
        background-color: transparent;
    }
    header.primary nav.menu span.icon a.nav-toggle span.icon-inner::before {
        background-color: #111111;
        bottom: 0;
        content: "";
        display: block;
        height: 2px;
        left: 0;
        margin: auto auto;
        position: absolute;
        right: 0;
        top: 0;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
        width: 100%;
    }
    header.primary nav.menu.fixed span.icon a.nav-toggle span.icon-inner::before {
        background-color: #111111;
    }
    body.locked header.primary nav.menu a.nav-toggle span.icon span.icon-inner::before {
        background-color: #111111;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }
    body.locked header.primary nav.menu.fixed a.nav-toggle span.icon span.icon-inner::before {
        background-color: #111111;
    }
    header.primary nav.menu a.nav-toggle span.icon span.icon-inner::after {
        background-color: #111111;
        bottom: 0;
        content: "";
        display: block;
        height: 2px;
        left: 0;
        margin: auto auto;
        position: absolute;
        right: 0;
        top: 0;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
        width: 100%;
    }
    header.primary nav.menu.fixed a.nav-toggle span.icon span.icon-inner::after {
        background-color: #111111;
    }
    body.locked header.primary nav.menu a.nav-toggle span.icon span.icon-inner::after {
        background-color: #111111;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    body.locked header.primary nav.menu.fixed a.nav-toggle span.icon span.icon-inner::after {
        background-color: #111111;
    }
    
    header.primary nav.menu .menu-list-wrapper {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        justify-content: left;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        -webkit-transform-origin: left center;
        transform-origin: left center;
        -webkit-transition: visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
        transition: visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
        transition: transform 500ms ease 500ms, visibility 500ms ease 500ms;
        transition: transform 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
        visibility: hidden;
        z-index: 999998;
    }
    header.primary nav.menu .menu-list-wrapper.expanded {
        opacity: 1;
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
        visibility: visible;
        -webkit-transition: visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
        transition: visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
        transition: transform 500ms ease 0ms, visibility 500ms ease 0ms;
        transition: transform 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
    }
    header.primary nav.menu .menu-list-wrapper .menu-list-inner span.mobile-nav-toggle {
        cursor: pointer;
        display: block;
        height: 24px;
        position: absolute;
        right: 15px;
        top: 50px;
        width: 24px;
    }
    header.primary nav.menu .menu-list-wrapper .menu-list-inner span.mobile-nav-toggle::before,
    header.primary nav.menu .menu-list-wrapper .menu-list-inner span.mobile-nav-toggle::after {
        background-color: #131313;
        content: "";
        height: 26px;
        left: 8px;
        position: absolute;
        top: 0;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        width: 2px;
    }
    header.primary nav.menu .menu-list-wrapper .menu-list-inner span.mobile-nav-toggle::after {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    header.primary nav.menu .menu-list-wrapper.expanded .menu-list-wrapper-overlay {
        background-color: #ffffff;
        bottom: 0;
        content: "";
        cursor: pointer;
        left: 0;
        opacity: 0.5;
        position: absolute;
        right: 0;
        top: 0;
    }
    header.primary nav.menu .menu-list-wrapper .menu-list-inner {
        background-color: #ffffff;
        display: block;
        height: 100%;
        opacity: 0;
        overflow: hidden;
        padding-bottom: 15px;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 194px;
        position: relative;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        -webkit-transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
        transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
        transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms;
        transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
        visibility: hidden;
        width: 100%;
        z-index: 10;
    }
    header.primary nav.menu.fixed .menu-list-wrapper .menu-list-inner {
        padding-top: 130px;
    }
    header.primary nav.menu .menu-list-wrapper .menu-list-inner #menu-list {
        display: block;
        height: 90%;
        overflow-x: hidden;
        overflow-y: auto;
        padding: 0 0;
    }
    header.primary nav.menu .menu-list-wrapper.expanded .menu-list-inner {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
        transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
        transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms;
        transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
        visibility: visible;
    }
    header.primary nav.menu .menu-list-wrapper .menu-list-inner #menu-list > ul.nav-list {
        background-color: #ffffff;
        display: block;
        margin: 0 auto;
        padding: 5px 5px 15px 5px;
    }
    header.primary nav.menu .menu-list-wrapper .menu-list-inner #menu-list ul.nav-list li {
        display: block;
        float: none;
        margin: 0 0 10px 0;
        margin-left: 0;
        padding: 0 0;
    }
    header.primary nav.menu .menu-list-wrapper .menu-list-inner #menu-list ul.nav-list li:last-child {
        border-bottom: none;
    }
    header.primary nav.menu .menu-list-wrapper .menu-list-inner #menu-list ul.nav-list li.nav-btn {
        padding-top: 0;
    }
    header.primary nav.menu .menu-list-inner ul li.nav-btn a {
        background-color: rgba(0, 0, 0, 0.15);
        border-radius: 4px;
        color: #111111;
        display: block;
        font-family: "Outfit", sans-serif;
        font-size: 13px;
        font-weight: 600;
        height: auto;
        line-height: 26px;
        padding: 10px 10px;
        position: relative;
        text-decoration: none;
        text-transform: uppercase;
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        -moz-transition: all 0.3s;
    }
    header.primary nav.menu .menu-list-inner ul li.nav-btn a:hover {
        color: #111111;
    }
    header.primary nav.menu .menu-list-wrapper ul li a {
        background-color: rgba(0, 0, 0, 0.15);
        border-radius: 4px;
        color: #111111;
        display: block;
        padding: 10px 10px;
    }
    header.primary nav.menu.fixed .menu-list-inner ul li a {
        color: #111111;
    }
    header.primary nav.menu .menu-list-wrapper .menu-list-inner #menu-list ul.nav-list li a::before,
    header.primary nav.menu .menu-list-wrapper .menu-list-inner #menu-list ul.nav-list li a::after {
        display: none !important;
    }
    header.primary nav.menu .menu-list-wrapper ul li a:hover,
    header.primary nav.menu.fixed .menu-list-inner ul li:hover a {
        background-color: #640f24;
        color: #ffffff;
    }
    header.primary nav.menu.fixed .menu-list-inner ul li.current-menu-item a,
    header.primary nav.menu.fixed .menu-list-inner ul li.current-menu-parent a,
    header.primary nav.menu .menu-list-wrapper .menu-list-inner #menu-list ul.nav-list li.current-menu-parent > a,
    header.primary nav.menu .menu-list-wrapper .menu-list-inner #menu-list ul.nav-list li.current-menu-item > a {
        background-color: #640f24;
        color: #ffffff;
        text-shadow: none;
    }
    header.primary nav.menu .menu-list-inner ul li.dropdown > a.expanded {
        background-color: #640f24;
        color: #ffffff;
    }
    header.primary nav.menu .menu-list-wrapper .menu-list-inner #menu-list ul.nav-list li.current-menu-parent > a button {
        background-color: #111111;
        color: #ffffff;
    }
    header.primary nav.menu .menu-list-inner ul > li.dropdown a {
        padding: 10px 50px 10px 10px;
    }
    header.primary nav.menu .menu-list-inner ul li.dropdown ul.dropdown-menu {
        background: none;
        background-color: transparent;
        border: none;
        box-shadow: none;
        display: none;
        float: none;
        left: auto;
        margin: 0;
        opacity: 1;
        padding: 0 0 0 15px;
        position: relative;
        right: auto;
        top: auto;
        visibility: visible;
    }
    header.primary nav.menu .menu-list-inner ul li.dropdown ul.dropdown-menu::before {
        display: none;
    }
    header.primary nav.menu .menu-list-wrapper .menu-list-inner #menu-list ul.nav-list li.dropdown ul.dropdown-menu li {
        line-height: normal;
        margin-bottom: 0;
        text-align: left;
    }
    header.primary nav.menu .menu-list-wrapper .menu-list-inner #menu-list ul.nav-list li.dropdown ul.dropdown-menu li a {
        background-color: rgba(0, 0, 0, 0.15);
        color: #111111;
        display: block;
        line-height: normal;
        margin-top: 10px;
        text-shadow: none;
    }
    header.primary nav.menu .menu-list-wrapper .menu-list-inner #menu-list ul.nav-list li.dropdown ul.dropdown-menu li a:hover,
    header.primary nav.menu .menu-list-wrapper .menu-list-inner #menu-list ul.nav-list li.dropdown ul.dropdown-menu li.current-menu-item a {
        background-color: #640f24;
        color: #ffffff;
        text-shadow: none;
    }
    header.primary nav.menu .menu-list-wrapper .menu-list-inner #menu-list ul.nav-list li.dropdown ul.dropdown-menu li a.expanded {
        color: #111111;
    }
    header.primary nav.menu .menu-list-wrapper .menu-list-inner #menu-list ul.nav-list li.dropdown > a button {
        display: block;
    }
    
    section.slider .main-slider .swiper-slide .slide-caption {
        width: 70%;
    }
    
    section.main-content {
        padding: 50px 0 0 0;
    }
    
    section.content-posts {
        padding: 50px 0;
    }
    
    section.related-page .extra-padding-75-0 {
        padding: 25px 0;
    }
    
    section.footer {
        padding: 50px 0 0 0;
    }
    
    section.copyright {
        padding: 25px 0 50px 0;
    }
    
}

@media screen and (max-width: 991px) {
    
    .remove-on-mobile {
        display: none;
    }
    
    header.primary nav.menu .menu-list-wrapper .menu-list-inner #menu-list > ul.nav-list {
        
    }
    
    section.slider .main-slider .swiper-slide {
        height: 300px;
    }
    section.slider .main-slider .swiper-slide .slide-caption {
        height: 70px;
        width: 100%;
    }
    section.slider .main-slider .swiper-slide .slide-caption h2 {
        font-size: 18px;
    }
    section.slider .main-slider .swiper-slide .slide-caption h1 {
        font-size: 26px;
    }
    
    section.intro-content {
        padding: 50px 0;
    }
    section.intro-content .intro-blocks {
        margin-top: 0;
    }
    
    section.main-content .sidebar {
        display: none;
    }
    
}

@media screen and (max-width: 767px) {
    
    header.primary {
        background-color: #ffffff;
    }
    
    header.primary nav.menu .menu-list-inner ul li.dropdown ul.dropdown-menu {
        width: auto;
    }
    
    section.slider .main-slider .swiper-slide .slide-caption-wrapper {
        
    }
    section.slider .main-slider .swiper-slide .slide-caption-wrapper .slide-caption {
        width: 80%;
    }
    section.slider .main-slider .swiper-slide .slide-caption-wrapper .slide-caption::before {
        height: 200%;
        margin: -30px auto 0 auto;
    }
    section.slider .main-slider .swiper-slide .slide-caption-wrapper .slide-caption h1 {
        font-size: 30px;
    }
    section.slider .main-slider .swiper-slide .slide-caption-wrapper .slide-caption h2 {
        font-size: 16px;
    }
    section.slider .main-slider .swiper-nav .swiper-button-prev {
        left: 15px;
    }
    section.slider .main-slider .swiper-nav .swiper-button-next {
        right: 15px;
    }
    
    section.page-header {
        height: 200px;
    }
    
    section.footer .footer-block {
        margin-bottom: 0;
    }
    section.footer .footer-block.text-left,
    section.footer .footer-block.text-right {
        text-align: center;
    }
    section.footer .footer-block ul.menu li::before {
        left: auto;
        margin-right: 15px;
        position: relative;
        top: auto;
    }
    section.footer .footer-block .contacts p {
        padding: 0 0 0 30px;
    }
    section.footer .footer-block .contacts p i {
        left: auto;
        margin-right: 15px;
        position: relative;
        right: auto;
        top: auto;
    }
    
}

@media screen and (max-width: 560px) {
    
    header.primary .header-top {
        padding: 10px 0;
        z-index: 3;
    }
    
    header.primary nav.menu .brand a.logo img {
        height: 80px;
    }
    header.primary nav.menu .brand a.logo h1 {
        padding-left: 75px;
    }
    
    section.slider .main-slider .swiper-slide .slide-caption h2 {
        font-size: 10px;
    }
    section.slider .main-slider .swiper-slide .slide-caption h1 {
        font-size: 18px;
    }
    
    body.home section.main-content .row .col-xs-6 {
        width: 100%;
    }
    
    section.main-content .content .content-block.card .card-info ul li {
        display: block;
        float: none;
        width: 100%;
    }
    section.main-content .content .content-block.card .card-media .page-slider-thumbs {
        display: none;
    }
    
    section.posts .card a.title {
        max-height: 90px;
        min-height: 90px;
    }
    
}

@media screen and (max-width: 425px) {
    
    header.primary nav.menu .brand {
        width: 260px;
    }
    
}
/* 8. Responsive Styles */

/* 9. Plugin Styles */
.grecaptcha-badge {
    display: none !important;
}

/* 9. Plugin Styles */

/* Demo */
body .demo,
body.logged-in.admin-bar .demo {
    display: none;
}
body.logged-in .demo {
    display: block;
}
body.logged-in {
    
}
body.logged-in.admin-bar {
    padding-bottom: 0;
}
body.logged-in .demo {
    background-color: rgba(252, 110, 38, 0.95);
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    bottom: 250px;
    color: #ffffff;
    font-family: "Outfit", sans-serif;
    font-size: 14px;
    font-weight: 600;
    height: 46px;
    left: auto;
    padding: 5px 0 5px 5px;
    position: fixed;
    right: 0;
    text-align: right;
    top: auto;
    width: auto;
    z-index: 999989;
}
body.logged-in .demo p {
    margin-bottom: 0;
}
body.logged-in .demo .demo-btn {
    color: #ffffff;
    margin-top: 0;
    padding: 6px 10px !important;
    display: block;
    font-weight: 700;
    line-height: 26px;
}
body.logged-in .demo .demo-btn:hover {
    text-decoration: none;
}
/* Demo */