/*VARIABLES*/
:root {
    --secondary-gray: #c8bec1;
    --primary-green: #047264;
    --yellow: #b98a35;
    --bs-link-color: var(--secondary-gray) !important;
    --bs-link-hover-color: var(--primary-green) !important;
    --light-gray: var(--bs-gray-200);
}

body .navbar {
    --bs-navbar-color: var(--primary-green);
    --bs-navbar-hover-color: var(--primary-green);
    --bs-navbar-active-color: var(--primary-green);
}

body .dropdown-menu {
    --bs-dropdown-link-color: var(--secondary-gray);
    --bs-dropdown-link-hover-color: var(--primary-green);
    --bs-dropdown-link-hover-bg: #0c0c0c;
    --bs-dropdown-link-active-color: var(--primary-green);
    --bs-dropdown-link-active-bg: var(--bs-black);
}

body .btn-primary {
    --bs-btn-bg: var(--primary-green);
    --bs-btn-border-color: var(--primary-green);
    --bs-btn-hover-bg: #894b28;
    --bs-btn-hover-border-color: #894b28;
    --bs-btn-active-bg: #894b28;
    --bs-btn-active-border-color: #894b28;
}

.dropdown-item:focus, .dropdown-item:hover {
    --bs-dropdown-link-hover-bg: #0c0c0c !important;
}
/* GENERAL */
body{
    font-family: 'Source Sans Pro', sans-serif !important;
}

.btn.nav-link:focus, .btn.nav-link:hover {
    color: var(--primary-green);
    text-decoration: none;
}

body a{
    text-decoration: none;
}

body a:hover{
    text-decoration: underline;
}

body a.nav-link{
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
}

body *:hover{
    transition: all 0.2s ease;
}

body p{
    margin-bottom: 0;
}

.banner {
    min-height: 300px;
    background-position: center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.banner:before {
    content: '';
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    background-color: #000;
    opacity: 0.45;
}

.banner h1, .banner h2 {
    color: var(--bs-white);
    z-index: 2;
}

/* HEADER */
header {
    /*background-color: transparent;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9999;*/
}

header .sub-header {
    bottom: 15px;
}

header .sub-header p{
    margin: 0;
}

header .sub-header .punchline a{
    border-radius: 20px;
    display: block;
    padding: 20px;
    margin: 0 auto;
    color: var(--bs-white);
    background-color: var(--primary-green);
}

header .sub-header .punchline a:hover{
    
}

header .dropdown-menu {
    background-color: var(--bs-black);
}

header .navbar-nav .show > .nav-link {
    color: var(--bs-white);
}

header .navbar-nav .show > .nav-link.active {
    color: var(--secondary-gray);
}

.logo img {
    max-height: 90px;
    width: auto;
}

.navbar-expand-lg .navbar-nav .nav-link.btn{
    padding: 7px 20px;
}

.cultures .active {
    font-weight: 600;
}

header .navbar-toggler {
    background-color: transparent;
    outline: none;
    border: none;
}

header .navbar-toggler i{
    color: var(--secondary-gray);
    font-size: 24px;
}

@media only screen and (min-width: 992px) {
    header .navbar-nav .nav-item.right-md-white-bar:after {
        content: "";
        width: 1px;
        height: 20px;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        position: absolute;
        border-left: 1px solid var(--primary-green);
    }
    header .navbar-nav .nav-item.right-md-white-bar:last-of-type:after {
        border-left: 0;
    }
}

@media only screen and (max-width: 991px) {
    .logo img {
        max-height: 80px;
    }

    header .navbar-collapse {
        background-color: #fff;
        position: fixed;
        left: -100%;
        top: 0;
        --bs-gutter-x: 1.5rem;
        --bs-gutter-y: 0;
        width: 50vw;
        min-width: 300px;
        padding-left: calc(((100vw - 720px) / 2) + var(--bs-gutter-x));
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-top: 0.5rem;
        min-height: 100vh;
        display: block !important;
        transition: left ease-in-out 0.4s;
        z-index: 1031;
        box-shadow: 0 0 10px #000;
    }

    header .navbar-collapse .nav-item{
        padding-left: var(--bs-navbar-toggler-padding-x);
        padding-right: var(--bs-navbar-toggler-padding-x);
    }

    header .navbar-collapse.opened {
        left: 0;
    }
}

@media only screen and (max-width: 768px) {

    header .navbar-collapse {
        padding-left: calc(((100vw - 540px) / 2) + var(--bs-gutter-x));
    }
}

@media only screen and (max-width: 768px) {

    header .navbar-collapse {
        padding-left: calc(((100vw - 540px) / 2) + var(--bs-gutter-x));
    }

}

@media only screen and (max-width: 576px) {

    header .navbar-collapse {
        padding-left: var(--bs-gutter-x);
    }

}

.sub-header .punchline a:hover {
    color: var(--secondary-gray);
    text-decoration: none;
}

@media only screen and (max-width: 767px) {
    .sub-header .punchline p {
        margin-bottom: 5px;
    }

    .contact-info ul li img {
        margin-top: 0;
    }
    .contact-info ul li p{
        line-height: 1;
    }

    header .contact-info small {
        font-size: 0.5em;
    }

    header .navbar-nav .nav-item {
        color: white;
    }
}

/* FOOTER */
footer {
    background-color: var(--secondary-gray);
    color: var(--bs-white);
}

footer .footer-logo{
    max-width: 200px;
}

@media only screen and (max-width: 767px) {
    footer .footer-logo {
        max-width: 105px;
    }
}

/* SIDE BUTTON */
#side-button {
    position: fixed;
    bottom: 150px;
    right: -200px;
    z-index: 9999;
    background-color: var(--primary-green);
    color: var(--secondary-gray);
    padding: 7px 20px;
    transition: right ease-in-out 0.4s;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
}

#side-button.btn-active {
    right: 0;
}

@media only screen and (max-width: 575px) {
    #side-button {
        bottom: 120px;
    }
}

/* SCROLL TO TOP */
#btn-back-to-top {
    position: fixed;
    right: -60px;
    bottom: 80px;
    z-index: 9999;
    color: var(--primary-green);
    transition: right ease-in-out 0.4s;
    font-size: 24px;
}

#btn-back-to-top:hover {
    color: #894b28;
}

#btn-back-to-top.btn-active {
    right: 20px;
}

/* SLIDER WIDGET */
.widget-slider .slick-initialized.slick-slider .item {
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}

.widget-slider.with-overlay .slick-initialized.slick-slider .item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.45;
}

.widget-slider .slick-initialized.slick-slider .item .content {
    position: relative;
    z-index: 2;
    color: #ffffff;
}

.layer-shadow {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000000;
    opacity: 0.1;
    z-index: 1;
}

.widget-slider .slick-initialized.slick-slider .slick-dots {
    list-style: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 10px;
    padding: 0;
    margin: 0;
    display: flex;
    z-index: 10;
}

.widget-slider .slick-initialized.slick-slider .slick-dots li button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    font-size: 0;
    border: none;
    margin: 0 5px;
    background-color: var(--secondary-gray);
}

.widget-slider .slick-initialized.slick-slider .slick-dots li.slick-active button, .widget-slider .slick-initialized.slick-slider .slick-dots li:hover button {
    background-color: var(--primary-green);
}

.slick-arrow {
    position: absolute;
    font-size: 0;
    padding: 0;
    top: 50%;
    z-index: 1;
    border: none;
    background-color: transparent;
    width: 20px;
    height: 35px;
    transform: translateY(-50%);
}

.slick-arrow.slick-next{
    right: 20px; 
}    

.slick-arrow.slick-prev{
    left: 20px; 
}

.slick-arrow:after {
    border: solid;
    border-width: 0 3px 3px 0;
    border-color: var(--secondary-gray);
    display: inline-block;
    padding: 10px;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
}

.slick-arrow:hover:after {
    border-color: var(--primary-green);
}

.slick-arrow.slick-next:after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.slick-arrow.slick-prev:after {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

/* IMAGE WITH TEXT */
.image-text-widget .image-text-item img{
    max-height: 100px;
    margin-bottom: 15px;
}

.image-text-widget .image-text-item p {
    margin-bottom: 0;
}

.w-md-50-image-text .image-text-widget {
    width: 50% !important;
}

@media only screen and (min-width: 768px) {
    .w-md-50-image-text .image-text-widget {
        width: 100% !important;
    }
}

/* ICON WITH TEXT */
.icon-text-widget i {
    width: 20px;
}

.icon-text-widget i:before{
    font-size: 18px;
}

/* BOX CONTENT */

.box-container-link-wrapper a{
    text-decoration: none;
}

.box-container-link-wrapper a:hover{
    text-decoration: none;
}

.box-content-widget .box-content-text {
    z-index: 1;
    pointer-events: none;
    color: var(--bs-white);
}

.box-content-widget .box-bg-image {
    background-position: center;
    background-size: cover;
    filter: brightness(0.7);
}


.box-content-widget .box-bg-layer {
    opacity: 0;
}

.box-content-widget:hover .box-bg-layer {
    opacity: 1;
}

.box-content-widget:hover .box-content-text {
    color: var(--secondary-gray);
}

.box-content-widget:hover .box-content-text *{
    text-decoration: none;
}



/* CONTACT INFO */
.contact-info ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.contact-info ul li {
    display: flex;
}

.contact-info ul li img {
    margin-top: 5px;
    margin-right: 10px;
    max-height: 30px;
}

.contact-info ul li p {
    margin-bottom: 0;
}

footer .contact-info ul li a {
    color: var(--bs-white);
}

footer .contact-info ul li a:hover {
    color: var(--bs-white);
}
header .contact-info ul li a {
    color: var(--secondary-gray);
}

header .contact-info ul li a:hover {
    color: var(--secondary-gray);
}

/* REVIEWS WIDGET*/

.reviewcard{
    padding: 0 50px;
}

#reviews .reviewauthor {
    padding: 0 25px;
    position: relative;
}

#reviews .quote-first, #reviews .quote-last {
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
}

#reviews .quote-first {
    top: 0;
    left: 0;
    background-image: url(../images/first-quote.svg);
}

#reviews .quote-last {
    bottom: 0;
    right: 0;
    background-image: url(../images/last-quote.svg);
}

#reviews .review-star {
    color: var(--secondary-gray);
}

/* widget GMAPS*/
@media only screen and (max-width: 580px) {
    .widget-g-maps iframe{
        height: 300px !important;
    }
}

/* FAQ*/

.widget-faqs li.q {
    background-color: transparent;
    cursor: pointer;    
}

.widget-faqs li.q:hover {
    background-color: var(--light-gray);
}

.widget-faqs li.q.active:hover {
    background-color: transparent;
}

.arrow {
    border: solid var(--secondary-gray);
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transition: transform 0.35s ease;
}

.arrow.active {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

/*Gallery*/
.gallery-block .gallery-item {
    margin-bottom: calc(var(--bs-gutter-x));
    height: 250px;
}

.gallery-block .gallery-item a{
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}

.gallery-block .gallery-item img{
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}

.gallery-block .gallery-item .overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #0000002b;
    opacity: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: opacity .3s ease-in;
}

.gallery-block .gallery-item .overlay i{
    font-size: 30px;
    color: var(--bs-white);
}

.gallery-block .gallery-item .overlay:hover{
    opacity: 1;
}

body .fancybox__container {
    --fancybox-bg: rgb(24 24 27 / 66%);
}