@media (max-width: 575.98px) {
    
    h1 {
        font-size: 3rem;
    }
    
    h2 {
        font-size: 3rem;
    }
    
    h3 {
        font-size: 2.3rem;
    }
    
    h4 {
        font-size: 2.3rem;
    }
    
    h5 {
        font-size: 2.3rem;
    }
    
    h6 {
        font-size: 3rem;
    }
    
    .navbar-brand__image {
        margin-top: -6px;
        height: 36px;
        width: auto;
    }
    
    .contact .container {
        padding: 90px 0 0 0;
    }

    .contact__span {
        margin-top: 10px;
        font-family: 'DM Sans', sans-serif;
        font-optical-sizing: auto;
        font-size: 1.6rem;
        color: #ffffff;
        text-align: center;
        line-height: 1em;
        position: relative;
        top: 4px;
        display: block;
    }
    
    .contact__image {
        margin-left: auto;
        margin-right: auto;
        height: 20px;
        width: auto;
        display: block;
    }
    
    .bottom__image {
        height: auto;
        max-width: 100%;
        display: inline-block;
    }
    
    .contact .container {
        padding: 0 0 90px 0;
    }
    
    .col-xs--margin-top {
        margin-top: 30px;
    }
    
    .xs--hidden {
        display: none;
    }
    
    .text-xs-justify {
        text-align: justify;
    }

}

@media (min-width: 576px) {
    
    .contact__span {
        font-family: 'DM Sans', sans-serif;
        font-optical-sizing: auto;
        font-size: 1.6rem;
        color: #ffffff;
        line-height: 1em;
        position: relative;
        top: 5px;
        display: inline-block;
    }
    
    .contact__image {
        margin-right: 10px;
        height: 20px;
        width: auto;
        display: inline-block;
        position: relative;
        top: 0;
    }
    
    .bottom__image {
        height: auto;
        max-width: 100%;
        display: inline-block;
    }
    
}

@media (min-width: 576px) and (max-width: 767.98px) {
    
    h1 {
        font-size: 3.2rem;
    }
    
    h2 {
        font-size: 3.2rem;
    }
    
    h3 {
        font-size: 2.4rem;
    }
    
    h4 {
        font-size: 2.4rem;
    }
    
    h5 {
        font-size: 2.4rem;
    }
    
    h6 {
        font-size: 3.2rem;
    }
    
    .navbar-brand__image {
        margin-top: -6px;
        height: 36px;
        width: auto;
    }
    
    .contact .container {
        padding: 0 0 90px 0;
    }

    .col-sm--margin-top {
        margin-top: 30px;
    }
    
    .sm--hidden {
        display: none;
    }
    
    .text-sm-justify {
        text-align: justify;
    }

}

@media (max-width: 767.98px) {
    
    .bottom-nav .nav-item {
        margin: 10px 0 !important;
        display: block !important;
    }

}

@media (min-width: 768px) {

    .bottom-nav .nav-item {
        margin: 0 23px 0 0 !important;
        display: inline-block !important;
    }

}

@media (min-width: 768px) and (max-width: 991.98px) {
    
    h1 {
        font-size: 4rem;
    }
    
    h2 {
        font-size: 4rem;
    }
    
    h3 {
        font-size: 2.6rem;
    }
    
    h4 {
        font-size: 2.6rem;
    }
    
    h5 {
        font-size: 2.6rem;
    }
    
    h6 {
        font-size: 4rem;
    }
    
    .navbar-brand__image {
        margin-top: -6px;
        height: 36px;
        width: auto;
    }
    
    .contact .container {
        padding: 90px 0;
    }
    
    .col-md--margin-top {
        margin-top: 30px;
    }
    
    .md--hidden {
        display: none;
    }
    
    .text-md-justify {
        text-align: justify;
    }

}

@media (max-width: 991.98px) {
    
    .pricing__owl-carousel .item {
        margin-left: 15px;
        margin-right: 15px;
    }
    
    .opinions--padding, .blog--padding, .contact--padding {
        padding: 70px 15px;
    }
    
    .contact__inner {
        padding: 0 20px;
    }
    
    .contact__box {
        width: 100%;
    }
    
    .contact__form {
        padding-top: 50px;
        padding-bottom: 50px;
        background-color: #ffffff;
    }
    
    .bottom--padding {
        padding-top: 70px;
    }
    
    .bottom-nav .nav-item {
        display: inline-block !important;
    }
    
    .background-image {
        background-repeat: no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        width: 100%;
    }
    
}

@media (min-width: 992px) {
    
    .opinions--padding, .blog--padding, .contact--padding {
        padding: 70px 0;
    }
    
    .blog__heading-3 {
        margin-top: 50px;
    }
    
    .contact__inner {
        padding-top: 90px;
        padding-bottom: 45px;
    }
    
    .contact__inner--left {
        padding-right: 20px;
    }
    
    .contact__inner--right {
        padding-left: 20px;
    }
    
    .contact__box {
        width: 50%;
    }
    
    .bottom--padding {
        padding-top: 70px;
    }
    
    .bottom-nav .nav-item {
        display: inline-block !important;
    }
    
    .background-image {
        background-repeat: no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        width: 100%;
    }
    
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    
    h1 {
        font-size: 6rem;
    }
    
    h2 {
        font-size: 4rem;
    }
    
    h3 {
        font-size: 3.6rem;
    }
    
    h4 {
        font-size: 2.6rem;
    }
    
    h5 {
        font-size: 2.6rem;
    }
    
    h6 {
        font-size: 4rem;
    }
    
    .navbar-brand__image {
        margin-top: -6px;
        height: 32px;
        width: auto;
    }
    
    .bottom-nav {
        margin-top: 0 !important;
    }
    
    .bottom-nav .nav-item {
        font-size: 1.4rem;
    }
    
    .bottom-nav .nav-item {
        margin-left: 2px !important;
        margin-right: 2px !important;
    }
    
    .col-lg--margin-top {
        margin-top: 30px;
    }
    
    .col-lg--margin-top-2x {
        margin-top: 60px;
    }
    
    .lg--hidden {
        display: none;
    }
    
    .text-lg-justify {
        text-align: justify;
    }
    
    .arrow {
        top: -14px;
    }

}

@media (max-width: 1199.98px) {
    
    .navbar--custom {
        background-color: #f3f0e4;
        -webkit-box-shadow: 0px -12px 20px 0px rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 0px -12px 20px 0px rgba(0, 0, 0, 0.5);
        box-shadow: 0px -12px 20px 0px rgba(0, 0, 0, 0.5);
    }
    
    .navbar-brand {
        margin: 0;
        position: relative;
        top: 3px;
        left: 7px;
    }
    
    .navbar-nav {
        margin: 20px 0 10px 0;
    }
    
    .navbar-nav .nav-item {
        margin: 0 0 5px 0;
        padding: 0;
        font-size: 1.8rem;
        color: #ffffff;
        list-style-type: none;
        text-align: center;
    }
    
    .navbar-nav .nav-item:last-child {
        margin-bottom: 0;
    }
    
    .navbar-nav .nav-item a {
        margin: 0;
        padding: 0 0 2px 0;
        color: #ffffff;
    }
    
    .navbar-nav li a:hover, .navbar-nav li a:focus {
        background-color: #d8ca97;
        color: #1a1917;
    }
    
    .navbar-collapse {
        background-color: #1a1917;
    }
    
    .dropdown-menu {
        margin: 5px 0 0 0 !important;
        padding: 0 0 5px 0 !important;
        background-color: transparent;
        border: 0;
        border-bottom: 1px solid #ffffff;
    }
    
    .navbar--custom .social-list {
        position: absolute;
        top: 6px;
        right: 60px;
        z-index: 3;
    }
    
    .pricing__fa, .header__fa {
        font-size: 4rem;
    }
    
    .pricing__fa--left, .header__fa--left {
        margin-left: -30px;
        width: 20px;
    }

    .pricing__fa--right, .header__fa--right {
        margin-left: 10px;
        width: 20px;
    }
    
    .owl-nav {
        margin: 10px 0 60px 0;
        height: auto;
        width: 100%;
        text-align: center;
    }
    
}

@media (min-width: 1200px) {
    
    h1 {
        font-size: 7rem;
    }
    
    h2 {
        font-size: 5rem;
    }
    
    h3 {
        font-size: 3.6rem;
    }
    
    h4 {
        font-size: 2.4rem;
    }
    
    h5 {
        font-size: 2.4rem;
    }
    
    h6 {
        font-size: 5rem;
    }
    
    .navbar-nav li a {
        margin: 0;
        padding: 10px 25px !important;
        color: #ffffff;
        position: relative;
    }
    
    .navbar--custom .navbar-nav li a:hover, .navbar--custom .navbar-nav li a:focus {
        color: #d8ca97;
    }
    
    .navbar--custom {
        background-color: transparent;
        height: 80px;
        transition: height ease-in-out .3s;
    }
    
    .navbar--custom .navbar-brand__image {
        margin-top: -8px;
        height: 56px;
        width: auto;
        transition: height ease-in-out .3s;
    }
    
    .navbar--custom .navbar-brand {
        height: 80px;
        line-height: 80px;
    }
    
    .navbar--shrink {
        background-color: #1a1917;
        height: 50px;
        transition: height ease-in-out .3s;
        -webkit-box-shadow: 0px -12px 20px 0px rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 0px -12px 20px 0px rgba(0, 0, 0, 0.5);
        box-shadow: 0px -12px 20px 0px rgba(0, 0, 0, 0.5);
    }
    
    .navbar--shrink .navbar-brand__image {
        height: 36px;
        width: auto;
        position: relative;
        top: -1px;
    }
    
    .navbar--shrink .navbar-nav li a {
        color: #ffffff;
        border-top: none;
    }
    
    .navbar--shrink .navbar-nav li a:hover, .navbar--shrink .navbar-nav li a:focus {
        background-color: #d8ca97;
        color: #1a1917;
    }

    .navbar--shrink .navbar-brand, .navbar--shrink .navbar-nav li a {
        height: 50px;
        line-height: 50px;
    }
    
    .navbar--shrink .navbar-nav li a {
        margin: 0 !important;
        padding: 0 25px !important;
    }
    
    .nav-item {
        font-size: 1.6rem;
    }
    
    .navbar-nav .nav-item:last-child {
        padding-right: 0;
    }
    
    .navbar--custom .navbar-nav li a:after {
        background-color: #d8ca97;
        height: 0;
        width: 1px;
        display: block;
        content: '';
        transition: height .3s;
        position: absolute;
        top: -18px;
        left: 50%;
        transform: translateX(-50%);
    }

    .navbar--custom .navbar-nav li a:hover:after {
        height: 50%;
        //transition: height .3s;
    }
    
    .navbar--shrink .navbar-nav li a:after {
        display: none;
    }
    
    .navbar--custom .dropdown-menu {
        background-color: transparent;
        border: none;
        z-index: 98;
    }
    
    .navbar--custom .dropdown-menu:before {
        background-color: #1a1917;
        height: 100%;
        width: 205px;
        position: absolute;
        top: 0;
        left: 0;
        content: '';
    }

    .navbar--custom .dropdown-menu li {
        padding-left: 20px;
        padding-right: 20px;
        background-color: #1a1917;
        height: auto;
        width: 205px !important;
        font-size: 1.6em;
        text-align: left;
        display: block;
        cursor: default;
        position: relative;
        float: none;
    }
    
    .navbar--custom .dropdown-menu li a {
        margin: 0 !important;
        padding: 3px 0 !important;
        height: auto !important;
        color: #ffffff !important;
        text-decoration: none;
        line-height: normal !important;
        display: block;
        border-bottom: none;
    }
    
    .navbar--custom .dropdown-menu li a:hover, .navbar--custom .dropdown-menu li a:focus {
        color: #d8ca97 !important;
        border-bottom: none;
    }
    
    .navbar--custom .dropdown-menu li .dropdown-menu {
        top: 0;
        right: -170px;
    }
    
    .navbar--shrink .dropdown-menu li a:hover, .navbar--shrink .dropdown-menu li a:focus {
        background-color: inherit;
    }
    
    .navbar--shrink .dropdown-menu {
        margin: -1px 0 0 0 !important;
    }
    
    .dropdown-menu li a:hover:after {
        display: none;
    }
    
    .navbar--custom .social-list {
        position: absolute;
        top: 27px;
        left: 250px;
        z-index: 3;
    }
    
    .navbar--shrink .social-list {
        top: 12px;
        left: 180px;
        transition: width ease-in-out .3s;
    }
    
    .header:after {
        background: url(../images/shadow.png) repeat-x left top;
        height: 168px;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        content: '';
        z-index: 10;
        opacity: 1;
    }
    
    .pricing__fa, .header__fa {
        font-size: 6rem;
    }
    
    .pricing__fa--left {
        left: -70px;
    }

    .pricing__fa--right {
        right: -70px;
    }
    
    .owl-nav {
        width: 100%;
        position: absolute;
        top: 50%;
        left: 0;
        z-index: 2;
    }
    
    .pricing .owl-nav {
        margin-top: -50px;
    }
    
    .bottom-nav {
        margin-top: 15px !important;
    }
    
    .bottom-nav .nav-item {
        margin-left: 20px !important;
        margin-right: 20px !important;
    }
    
    .bottom__image {
        position: relative;
        top: -7px;
    }
    
    .col-xl--margin-top {
        margin-top: 30px;
    }
    
    .xl--hidden {
        display: none;
    }
    
    .text-xl-justify {
        text-align: justify;
    }
    
    .arrow {
        top: -10px;
    }

}

html, body {
    height: 100%;
    font-size: 62.5%;
}

body * {
    -moz-transition: width 0.3s ease-in-out;
    -webkit-transition: width 0.3s ease-in-out;
    -moz-transition: width 0.3s ease-in-out;
    -o-transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.body {
    background-color: #262626;
}

h1, h2, h4, h5, h6 {
    margin: 0;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 400;
    line-height: 1em;
}

h1 a, h1 a:hover, h1 a:focus, h2 a, h2 a:hover, h2 a:focus, h3 a, h3 a:hover, h3 a:focus {
    color: inherit;
    text-decoration: none;
}

h2, h3 {
    margin: 0;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 500;
    line-height: 1em;
}

p {
    margin-top: 16px;
    margin-bottom: 0;
    font-family: 'DM Sans', sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    line-height: 2.6rem;
}

p:first-child {
    margin-top: 0;
}

section li {
    font-family: 'DM Sans', sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 2.6rem;
}

section .container {
    position: relative;
    z-index: 2;
}

strong {
    font-weight: 600;
}

.overflow-x {
    overflow-x: hidden;
}

.overflow-y {
    overflow-y: hidden;
}

.overflow-hidden {
    overflow: hidden;
}

.wrapper {
    margin: 0 auto;
    height: auto;
    max-width: 100%;
    overflow-x: hidden;
}

.navbar--custom {
    z-index: 9999;
}

.navbar--custom .nav-item {
    font-family: 'DM Sans', sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    position: relative;
}

.navbar-toggler--custom {
    background: transparent !important;
    border: none;
    border-radius: 0 !important;
}

.navbar-toggler--custom:focus {
    background: transparent !important;
    outline: none !important;
}

.navbar-toggler .icon-bar {
    background-color: #ffffff;
    transform: rotate(0deg) translate(0px, 0px);
    transition: ease all .2s;
}

.navbar-toggler .icon-bar {
    height: 2px;
    width: 22px;
    border-radius: 1px;
    display: block;
}

.navbar-toggler .icon-bar+.icon-bar {
    margin-top: 4px;
}

.icon-bar:nth-child(2) {
    width: 22px;
    transition: ease all .2s;
}

.navbar-toggler:hover > .icon-bar:nth-child(2) {
    width: 22px;
    transition: ease all .2s;
}

.navbar-toggler:active > .icon-bar:nth-child(2) {
    width: 22px;
    transition: ease all .2s;
}

.navbar-toggler:not(.collapsed) .icon-bar:nth-child(1) {
    background-color: #d8ca97;
    transform: rotate(45deg) translate(5px, 4px);
    transition: ease all .2s;
}

.navbar-toggler:not(.collapsed) .icon-bar:nth-child(2) {
    background-color: #d8ca97;
    opacity: 0;
    transition: ease all .2s;
}

.navbar-toggler:not(.collapsed) .icon-bar:nth-child(3) {
    background-color: #d8ca97;
    transform: rotate(-45deg) translate(4px, -4px);
    transition: ease all .2s;
}

.opinions, .blog {
    background-color: #ba6a36;
}

.opinions__heading-2, .blog__heading-2 {
    color: #dccf9c;
}

.opinions__span {
    margin-top: 20px;
    font-family: 'DM Sans', sans-serif;
    font-optical-sizing: auto;
    font-size: 1.6rem;
    font-weight: 700;
    color: #ffffff;
    line-height: 3rem;
    display: block;
}

.opinions p {
    font-size: 2rem;
    font-weight: 300;
    color: #ffffff;
    line-height: 3.4rem;
    font-style: italic;
}

.opinions__image {
    height: 80px;
    width: auto;
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 1;
}

.opinions__owl-dots .owl-dot.active span, .opinions__owl-dots .owl-dot:hover span, .blog__owl-dots .owl-dot.active span, .blog__owl-dots .owl-dot:hover span {
      background-color: #ffffff;
}

.opinions__owl-dots .owl-dot, .blog__owl-dots .owl-dot {
    margin-right: 4px;
    padding: 0;
    background-color: transparent;
    border: 0;
    display: inline-block;
    zoom: 1;
    *display: inline-block;
}

.opinions__owl-dots .owl-dot span, .blog__owl-dots .owl-dot span {
    margin: 4px;
    background-color: #dccf9c;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
}

.opinions__owl-dots, .opinions__owl-dots .owl-dot:active, opinions__owl-dots .owl-dot:focus, .blog__owl-dots, .blog__owl-dots .owl-dot:active, .blog__owl-dots .owl-dot:focus {
    outline: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.blog__heading-2 {
    margin-bottom: 20px;
}

.blog__heading-3 {
    font-size: 3rem;
    color: #dccf9c;
}

.blog p {
    font-size: 1.6rem;
    color: #ffffff;
}

.blog__image {
    margin-left: -125px;
    height: 250px !important;
    width: 250px !important;
    border-radius: 50%;
    position: relative;
    top: 0;
    left: 50%;
}

.blog__image-2 {
    height: 250px !important;
    width: 250px !important;
    border-radius: 50%;
}

.blog__box {
    width: 100%;
    position: relative;
    overflow-y: hidden;
}

.blog__box:after {
    margin-left: -125px;
    height: 250px;
    width: 250px;
    border-radius: 50%;
    border: 8px solid rgba(255, 255, 255, 0.55);
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 2;
    content: '';
}

.pricing {
    background-color: #8b4416;
}

.pricing--padding {
    padding: 70px 0;
}

.pricing__heading-2 {
    margin-bottom: 30px;
    color: #dccf9c;
}

.pricing__heading-3 {
    color: #ffffff;
}

.pricing__heading-3 a:hover, .pricing__heading-3 a:focus {
    color: #ffffff;
}

.pricing p {
    font-size: 1.6rem;
    color: #ffffff;
}

.pricing__inner {
    padding: 155px 30px 45px 30px;
    background-color: #ba6a36;
    height: 100%;
    position: relative;
}

.pricing__inner:after {
    margin-left: -125px;
    height: 250px;
    width: 250px;
    border-radius: 50%;
    border: 8px solid rgba(255, 255, 255, 0.55);
    position: absolute;
    top: -125px;
    left: 50%;
    z-index: 5;
    content: '';
}

.pricing__image {
    margin-left: -125px;
    height: 250px !important;
    width: 250px !important;
    border-radius: 50%;
    position: absolute;
    top: -125px;
    left: 50%;
    z-index: 1;
}

.pricing__row {
    margin-top: 165px;
}

.pricing__owl-carousel .owl-stage-outer {
    margin-top: -125px;
    padding-top: 125px;
}

.pricing__owl-carousel .owl-stage {
    display: flex;
}

.pricing__owl .item {
    height: 100%;
}

.pricing__fa {
    color: rgba(255, 255, 255, 0.2);
    position: absolute;
}

.pricing__fa:hover, .pricing__fa:focus {
    color: #ffffff;
}

.header__fa:hover, .header__fa:focus {
    color: #dccf9c;
}

.owl-next:focus, .owl-prev:focus {
    outline: none;
}

.gallery__image {
    height: auto;
    max-width: 100%;
}

.contact {
    background-color: #8b4416;
}

.contact__heading-6 {
    color: #dccf9c;
}

.contact p {
    font-size: 1.6rem;
    color: #ffffff;
}

.contact__link, .contact__span, .contact__link:focus {
    color: #ffffff;
    text-decoration: none !important;
}

.contact__link:hover, .contact__span--color:hover {
    color: #dccf9c !important;
}

.contact__row--margin-top {
    margin-top: 15px;
}

.bottom, .footer {
    background-color: #262626;
}

.bottom-nav {
    margin: 0 !important;
    padding: 0 !important;
    display: inline-block !important;
}

.bottom-nav .nav-item {
    padding: 0 !important;
    font-family: 'DM Sans', sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    color: #ffffff;
    list-style-type: none;
}

.bottom-nav .nav-item:last-child {
    margin-right: 0 !important;
}

.bottom-nav .nav-item a, .bottom-nav .nav-item a:focus, form a, form a:focus {
    color: #ffffff;
}

.bottom-nav .nav-item a:hover, form a:hover {
    color: #dccf9c;
    text-decoration: none;
}

.footer--padding {
    padding: 40px 0;
}

.footer p {
    font-size: 1.6rem;
    color: #ffffff;
}

.footer p a, .footer p a:focus {
    color: #ffffff;
    text-decoration: none;
}

.footer p a:hover {
    color: #dccf9c !important;
}

.gmap {
    background-color: #262626;
    height: 270px;
    width: 100%;
}

.form-control--custom {
    background-color: transparent;
    font-family: 'DM Sans', sans-serif;
    font-optical-sizing: auto;
    font-size: 1.6rem;
    line-height: normal;
    color: #ffffff;
    border: none;
    border-bottom: 1px solid #f3f0e4;
    border-radius: 0;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    position: relative;
}

.form-control:focus {
    background-color: transparent;
    color: #ffffff;
    border: none;
    border-bottom: 1px solid #ffffff;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

input.form-control--custom, select.form-control--custom {
    padding-left: 15px;
    padding-right: 15px;
    height: 50px !important;
}

input::-webkit-input-placeholder {
    color: #ffffff !important;
}
					
input:-moz-placeholder {
    color: #ffffff !important;
}
					
input::-moz-placeholder {
    color: #ffffff !important;
}
					
input:-ms-input-placeholder {  
    color: #ffffff !important;
}

.textarea--custom {
    padding: 15px;
    resize: none;
}

textarea::-webkit-input-placeholder {
    color: #ffffff !important;
}
					
textarea:-moz-placeholder {
    color: #ffffff !important;
}
					
textarea::-moz-placeholder {
    color: #ffffff !important;
}
					
textarea:-ms-input-placeholder {  
    color: #ffffff !important;
}

.wpcf7-form.invalid .wpcf7-response-output {
    margin 10px 0;
    padding: 10px 15px;
    background-color: #8b0000;
    font-family: 'DM Sans', sans-serif;
    font-optical-sizing: auto;
    font-size: 1.6rem;
    color: #ffffff;
    border: 0;
}

.wpcf7-form.sent .wpcf7-response-output {
    padding: 10px 15px;
    background-color: #008b21;
    font-family: 'DM Sans', sans-serif;
    font-optical-sizing: auto;
    font-size: 1.6rem;
    color: #ffffff;
    border: 0;
}

.wpcf7-form.sent div.wpcf7-response-output:before, .wpcf7-form.invalid div.wpcf7-response-output:before {
    margin: 0 12px 0 0;
    font-family: 'Font Awesome 5 Pro';
    font-size: 26px/30px;
    font-weight: 400;
    vertical-align: middle;
    position: relative;
    top: -2px;
}

.wpcf7-form.sent div.wpcf7-response-output:before {
    content: '\f00c';
}

.wpcf7-form.invalid div.wpcf7-response-output:before {
    content: '\f00d';
}

span .wpcf7-not-valid {
    border: 2px solid #8b0000 !important;
}

span.wpcf7-not-valid-tip {
    font-family: 'Mulish', sans-serif !important;
    font-size: 1.6rem !important;
    color: #8b0000 !important;
}

.btn--custom {
    padding: 10px 15px;
    width: auto;
    min-width: 180px;
    font-family: 'DM Sans', sans-serif;
    font-optical-sizing: auto;
    font-size: 1.6rem;
    line-height: normal;
    border: 0;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn--custom:hover, .btn--custom:focus {
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.btn--gold, .btn--gold:focus {
    background-color: #dccf9c;
    color: #232323;
}

.btn--gold:hover {
    background-color: #c0b282;
    color: #ffffff;
}

.btn--wide {
    width: 100%;
}

.btn--margin-top {
    margin-top: 30px;
}

.btn--margin-top-2x {
    margin-top: 60px;
}

.row--margin-top {
    margin-top: 30px;
}

.row--margin-top-2x {
    margin-top: 60px;
}

.preloader {
    background-color: #ffffff;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
}

.preloader__inner {
    margin: -40px 0 0 -40px;
    height: 80px;
    width: 80px;
    border-radius: 50%;
    border: 10px solid #f3f0e4;
    border-top: 10px solid #7a8054;
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.arrow {
    height: 56px;
    width: 56px;
    position: relative;
    left: 50%;
    z-index: 2;
    transform: translateX(-50%);
}

.arrow__fa {
    font-size: 3rem;
    color: #262626;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.arrow a {
    border-radius: 50%;
}

.arrow a, .arrow a:focus {
    background-color: #dccf9c;
    height: 56px;
    width: 56px;
    display: block;
    transition: ease all .2s;
}

.arrow a:hover {
    background-color: #c0b282;
    transition: ease all .2s;
}

.jarallax {
    position: relative;
    z-index: 0;
}

.jarallax > .jarallax-img {
    position: absolute;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.background-cover {
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
}

.background-contain {
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    width: 100%;
}

.background-cover--ct {
    background-position: center top;
}

.background-cover--cc {
    background-position: center center;
}

.background-cover--cb {
    background-position: center bottom;
}

.background-cover--rb {
    background-position: right bottom;
}

.background-cover--lc {
    background-position: left center;
}

.background-cover--rc {
    background-position: right center;
}

.background-cover--rt {
    background-position: right top;
}

.grecaptcha-badge {
    visibility: hidden;
}

section ol, section ul {
    margin: 16px 0;
    padding: 0;
    font-family: 'DM Sans', sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    line-height: 2.6rem;
}

section ol li {
    margin: 0 0 6px 17px;
    padding: 0 0 0 4px;
    position: relative;
}

section ul li {
    margin: 0 0 6px 12px;
    padding: 0 0 0 8px;
    list-style-type: none;
    position: relative;
}

section ul li:before {
    font-family: 'Font Awesome 5 Pro';
    font-size: 0.7rem;
    font-weight: bold;
    color: #7a8054;
    text-decoration: inherit;
    content: '\f111';
    position: absolute;
    top: 1px;
    left: -12px;
}

.social-list {
    margin: 0;
    padding: 0;
    
}

.navbar--custom .social-list__item {
    margin: 0 0 0 8px;
    height: 25px;
    width: 25px;
    list-style: none;
    float: left;
}

.contact .social-list__item {
    margin: 0 0 0 12px;
    padding: 0;
    height: 25px;
    width: 25px;
    list-style: none;
    float: left;
}

.social-list__item:first-child {
    margin: 0;
    padding: 0;
}

.social-list__item:before {
    display: none;
}