/*

Theme Name: Netenjoytheme

Author: NetEnjoy

Author URI: https://netenjoy.it/

Description: Tema sviluppato per Domus De Armenis

Version: 1.0.1

*/


/* ROOT */
:root {
    /*Color*/
    --white: #fff;
    --color-primary: #1d1d1d;
    --color-light: #4A534C;
    --color-accent: #fff;
    --color-beige: #fff;
    --black: #1A1512;
    --red: #003C6B;
    --border-radius: 0;
    --bg-section: rgb(84 89 95 / 10%);
    --bg-overlay: rgb(0 0 0 / 60%);
    --ff-title: 'Shippori Mincho', serif;
    --ff-text: 'Manrope', sans-serif;
}

/* GENERAL */

* {
    scroll-behavior: smooth !important;
    -webkit-font-smoothing: antialiased;
}

html,
body {
    background-color: #fff;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    letter-spacing: 1px;
    font-weight: normal;
    font-family: var(--ff-title);
    line-height: 1.2
}


p {
    margin: 0;
    color: var(--black);
    font-size: 1rem;
    font-family: var(--ff-text);
    font-style: normal;
    font-weight: 100;
    letter-spacing: 1px;
    line-height: 1.8;
}


a {
    color: var(--color-primary);
    display: inline-block;
    outline: none;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    text-decoration: none
}

a:active,
a:focus,
a:hover {
    color: var(--color-accent);
}

.page-id-374 a {
    color: var(--color-primary);
    font-weight: 500;
}

dl,
ol,
ul {
    margin-bottom: 0px;
    padding-left: 0px;
    list-style: none;
}

.bg-prime {
    background-color: var(--color-primary);
}

.bg-beige {
    background-color: var(--color-beige);
}

.bg-light {
    background-color: var(--color-light);
}

.bg-accent {
    background-color: var(--color-accent);
}


.my-120 {
    margin-top: 120px;
    margin-bottom: 120px;
}

.mb-120 {
    margin-bottom: 120px;
}

.mt-120 {
    margin-top: 120px;
}

.py-120 {
    padding-top: 120px;
    padding-bottom: 120px;
}

.py-120c {
    padding-top: 120px;
    padding-bottom: 120px;
}

.pb-120 {
    padding-bottom: 120px;
}

.pt-120 {
    padding-top: 120px;
}

.py-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.pt-60 {
    padding-top: 60px;
}

.pb-60 {
    padding-bottom: 60px;
}

@media all and (max-width: 575.9px) {
    .py-120 {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .pb-120 {
        padding-bottom: 60px;
    }

    .pt-120 {
        padding-top: 60px;
    }

    .py-60 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .pt-60 {
        padding-top: 30px;
    }

    .pb-60 {
        padding-bottom: 30px;
    }
}


/* BTN */

.theme-btn {
    font-family: var(--ff-text);
    text-transform: uppercase;
    padding: 1rem 3.5rem;
    border: 1px solid #003C6B;
    border-radius: 0px;
    background-color: #003C6B;
    color: var(--white);
    font-size: 1rem;
    font-weight: 100;
    text-align: center;
    text-decoration: none;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    letter-spacing: 2px;
}

.theme-btn:hover {
    color: var(--color-beige);
    background-color: var(--color-primary);
    border: 1px solid var(--color-primary);
}

.theme-btn-outline {
    font-family: var(--ff-text);
    padding: 1rem 3.5rem;
    border: 1px solid var(--color-primary);
    border-radius: 0px;
    text-transform: uppercase;
    background-color: transparent;
    color: var(--color-primary);
    font-size: 1rem;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    letter-spacing: 2px;
}

.theme-btn-outline:hover {
    color: var(--color-beige);
    background-color: #735530;
	border-color: #735530; 
}

@media all and (max-width: 575.9px) {

    .theme-btn,
    .theme-btn-outline {
        padding: 1rem 1.5rem;
        width: 100%;
        font-size: 0.85rem;
    }
}

/* NAVBAR */

/*Menu Desktop*/

div#menu-primary {
    display: none;
}

div#hamburger-2 {
    display: none;
}

.custom-logo {
    height: 100px;
    width: auto;
    max-width: 100%;
    -webkit-transition: .3s;
    transition: .3s;
}

.header-list li {
    margin-left: 40px;
}

.header-list>li>a {
    color: var(--white);
    text-transform: uppercase;
    font-weight: 500;
    display: block;
    position: relative;
}

p.btn-burger {
    font-size: 1.25rem;
    color: var(--primary-color);
    font-weight: 500;
    text-transform: uppercase;
}

.menu-mobile.is-open {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--color-accent);
    z-index: 990;
    -webkit-transition: .3s;
    transition: .3s;
    animation: fadeIn .25s;
    -webkit-animation: fadeIn .25s;
    -moz-animation: fadeIn .25s;
    -o-animation: fadeIn .25s;
    -ms-animation: fadeIn .25s;
}

.nav-custom:focus,
.nav-custom:hover {
    color: var(--white);
    font-style: italic;
}

.nav-custom.fixed-element:focus,
.nav-custom.fixed-element:hover {
    color: var(--color-light);
    font-style: italic;
}

.menu-mobile .menu-principale-container {
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: center;
}

ul#menu-principale {
    width: 100%;
    margin-top: 60px;
}

img.custom-logo-2 {
    height: 2rem;
    width: auto;
}

.burger-box {
    cursor: pointer;
    z-index: 999;
}

header.header-content {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 8888;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.header-content.fixed-top {
    background-color: var(--color-accent);
    box-shadow: 0px 10px 30px -8px rgb(0 0 0 / 13%);
    animation: fadeIn .35s;
    -webkit-animation: fadeIn .35s;
    -moz-animation: fadeIn .35s;
    -o-animation: fadeIn .35s;
    -ms-animation: fadeIn .35s;
}

.nav-custom.fixed-element {
    color: var(--color-primary);
}

#hamburger-1>span.fixed-element {
    background-color: var(--color-primary);
}

.menu-mobile ul#menu-principale li a {
    font-family: var(--ff-title);
    color: var(--color-primary);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 3.5rem;
    line-height: 1;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    font-weight: 100;
    letter-spacing: 0.5px;
}

.menu-mobile ul#menu-principale li:last-child {
    border-bottom: none;
}



.menu-mobile ul#menu-principale li a:hover {
    color: var(--color-light);
    font-style: italic;
}

.menu-mobile #menu-principale ul.sub-menu {
    display: none;
}

.menu-mobile #menu-principale ul.sub-menu.is-open {
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--accent-color);
    z-index: 9999;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
}

.menu-mobile ul#menu-principale li ul li {
    border-bottom: 1px solid rgba(0, 0, 0, .125);
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.menu-mobile #menu-principale li ul li a {
    display: block;
    font-size: 1.25rem;
    line-height: 1;
    color: var(--color-primary);
    font-weight: 100;
    letter-spacing: 0.5px;
    animation: fadeIn .35s;
    -webkit-animation: fadeIn .35s;
    -moz-animation: fadeIn .35s;
    -o-animation: fadeIn .35s;
    -ms-animation: fadeIn .35s;
}

.menu-mobile #menu-principale li ul li:first-child a {
    font-weight: 400;
}

img.custom-logo {
    z-index: 9999;
    position: relative;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}


@-o-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-ms-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@media all and (max-width: 991px) {
    .custom-logo {
        height: 50px;
    }
}

@media all and (max-width: 575.9px) {
    .menu-mobile ul#menu-principale li a {
        font-size: 1.9rem;
        padding-top: 0.9rem;
        padding-bottom: 0.9rem;
        text-transform: uppercase;
    }
}


/* BURGER */

#hamburger-1>span {
    display: block;
    width: 28px;
    height: 2px;
    border-radius: 9999px;
    background-color: var(--white);
}

#hamburger-1>span:not(:last-child) {
    margin-bottom: 7px;
}

#hamburger-1,
#hamburger-1>span {
    transition: all .4s ease-in-out;
}


#hamburger-1.active {
    transition-delay: 0.8s;
    transform: rotate(45deg);
}

#hamburger-1.active>span:nth-child(2) {
    width: 0;
}

#hamburger-1.active>span:nth-child(1),
#hamburger-1.active>span:nth-child(3) {
    transition-delay: .4s;
}

#hamburger-1.active>span:nth-child(1) {
    transform: translateY(9px);
}

#hamburger-1.active>span:nth-child(3) {
    transform: translateY(-9px) rotate(90deg);
}


/* ONE COL SECTION */

.one-col-head h4 {
    font-size: 50px;
    text-transform: uppercase;
    text-align: center;
}

section#one-col {
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.one-col-bg-container {
    background: rgb(255 255 255 / 92%);
    padding-top: 60px;
    padding-bottom: 60px;
}

@media all and (max-width: 575.9px) {
    .one-col-head h4 {
        font-size: 35px;
    }
}

/* MAP */
.map-text h2 {
    font-size: 50px;
    text-transform: uppercase;
}

@media all and (max-width: 991px) {
    .col-map-title {
        padding-bottom: 60px;
    }
}

@media all and (max-width: 575.9px) {

    .map-text h2 {
        font-size: 35px;
    }

}


.map-bg {
    background-color: var(--bg-section);
}

/* STEP */

.step-head h4 {
    font-size: 50px;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.step-title-content h4 {
    font-family: var(--ff-title);
    text-transform: uppercase;
    font-size: 26px;
    margin-bottom: 1rem;
}


.row-step-repeater {
    padding-top: 60px;
    padding-bottom: 60px;
    border-bottom: 1px solid rgba(16, 16, 16, .1);
}

.row-step-repeater:first-child {
    padding-top: 0px;
}

.row-step-repeater:last-child {
    padding-bottom: 0px;
    border: none;
}

.step-text-number p {
    color: var(--color-accent);
    font-size: 6.25rem;
    line-height: 1;
    font-weight: 400;
}

.step-text-fase p {
    color: var(--color-accent);
    font-size: 1.875rem;
    line-height: 1;
    font-weight: 400;
    padding-bottom: 1rem;
}

.step-text-content {
    max-width: 80%;
}

@media all and (max-width: 991px) {
    .step-text-content {
        padding-bottom: 30px;
    }

    .step-text-fase p {
        padding-bottom: 30px;
    }

    .step-text-number p {
        padding-bottom: 30px;
    }

    .step-text-content {
        max-width: 100%;
    }
}


@media all and (max-width: 575.9px) {

    .step-head h4 {
        font-size: 35px;
    }

    .step-title-content h4 {
        font-size: 18px;
    }

}

/* VALUE */

section#value {
    background-color: var(--bg-section);
}

.value-head h4 {
    font-size: 50px;
    text-transform: uppercase;
}

.col-value-content {
    padding-top: 60px;
    padding-bottom: 60px;
    border-bottom: 1px solid rgba(16, 16, 16, .1);
}

.col-value-content:last-child {
    padding-bottom: 0px;
    border: none;
}

.col-value-content:first-child {
    padding-top: 0px;
}

.value-title-content h4 {
    font-family: var(--ff-title);
    text-transform: uppercase;
    font-size: 26px;
    margin-bottom: 1rem;
}

.value-text-content {
    max-width: 600px;
}

i.bi.bi-arrow-down-right.value-icon {
    color: var(--color-accent);
}

.value-text-number {
    padding-right: 15px;
}

@media all and (max-width: 991px) {
    .value-text-content {
        max-width: 100%;
    }
}

@media all and (max-width: 575.9px) {

    .value-head h4 {
        font-size: 35px;
    }

    .value-title-content h4 {
        font-size: 18px;
    }

}

/* TEXT AND FORM SECTION */

.text-form-bg {
    background-color: var(--bg-section);
}

.text-form-title h5 {
    font-size: 50px;
    text-transform: uppercase;
}

.col-img-content {
    width: 100%;
    max-width: 100%;
}

@media all and (max-width: 991px) {

    .info-col {
        padding-bottom: 60px;
    }

    img.text-form-img-1 {
        object-fit: cover;
        width: 100%;
        aspect-ratio: 1/1;
    }

    .text-form-col {
        padding-bottom: 60px;
    }
}


@media all and (max-width: 575.9px) {

    .text-form-title h5 {
        font-size: 35px;
    }

}


/* CONTACT SECTION */

.contact-form-bg {
    background-color: var(--bg-section);
}

.contact-content h5 {
    font-size: 50px;
    text-transform: uppercase;
}

.contact-list li {
    display: flex;
    gap: 15px;
}

i.bi.bi-arrow-down-right.contact-icon {
    color: var(--color-accent);
}

.contact-list li {
    margin-bottom: 30px;
}

.contact-list li:last-child {
    margin-bottom: 0;
}

.contact-list li p {
    text-transform: uppercase;
    font-size: 22px;
    line-height: 1;
}

.contact-list a {
    color: var(--color-primary);
    text-decoration: underline;
}

.contact-list a:hover {
    color: var(--color-accent);
}

.col-img-content {
    width: 100%;
    max-width: 100%;
}

@media all and (max-width: 991px) {

    .contact-col {
        padding-bottom: 60px;
    }

    img.contact-img-1 {
        object-fit: cover;
        width: 100%;
        aspect-ratio: 1/1;
    }

}


@media all and (max-width: 575.9px) {

    .contact-content h5 {
        font-size: 35px;
    }

    .contact-list li p {
        text-transform: uppercase;
        font-size: 14px;
        line-height: 2;
    }

    .contact-list li {
        margin-bottom: 15px;
        gap: 8px;
    }
}







/* *=*=*=*=*=*=*=* NUOVO CSS *=*=*=*=*=*=*=* */




/* SINGLE ARTICLE PAGE */

.article-hero-single {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
    min-height: 100vh;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.article-hero-single::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: var(--bg-overlay);
    z-index: -1;
}

.hero-title-article {
    color: var(--white);
    font-size: 16vh;
    font-weight: 100;
    line-height: 1;
    margin: 15px 0;
    text-align: center;
    text-transform: uppercase;
}

.service-details h3 {
    font-family: var(--ff-title);
    text-transform: uppercase;
    font-size: 26px;
    margin-bottom: 1rem;
}

@media (max-width: 991px) {
    .col-template-blog {
        padding-top: 60px;
    }

    img.blog-img {
        object-fit: cover;
        width: 100%;
        aspect-ratio: 1/1;
    }

    .hero-title-article {
        font-size: 12vh;
    }
}

@media all and (max-width: 575.9px) {

    .service-details h3 {
        font-size: 18px;
    }

    .hero-title-article {
        font-size: 50px;
    }

    .article-hero-single {
        min-height: calc(100vh - 52px);

    }
}


/*BlOG TEMPLATE PAGE */

.blog-hero-single {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
    min-height: 100vh;
    background-image: url('/wp-content/uploads/2022/11/DomusDeArmenis_PLaterza_04_WEB-1.jpg');
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.blog-hero-single::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: var(--bg-overlay);
    z-index: -1;
}

.service-details p,
.service-details li{
    margin-bottom: 16px;
}

.hero-title-template {
    color: var(--white);
    font-size: 16vh;
    font-weight: 100;
    line-height: 1;
    margin: 15px 0;
    text-align: center;
    text-transform: uppercase;
}

.blog-item>a:hover {
    color: var(--color-accent);
}

.blog-title {
    text-transform: uppercase;
    font-size: 26px;
    margin-bottom: 1rem;
    color: var(--color-primary)
}

.blog-template-row {
    padding-top: 60px;
    padding-bottom: 60px;
    border-bottom: 1px solid rgba(16, 16, 16, .1);
}

.blog-template-row:first-child {
    padding-top: 0px;
}

.blog-template-row:last-child {
    padding-bottom: 0px;
}

.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    margin-bottom: 40px;
}

.pagination .page-link {
    border: none;
    background: var(--color-primary);
    border-radius: 0px;
    color: #fff;
    margin: 0 10px;
    width: 40px;
    height: 40px;
    line-height: 28px;
    text-align: center;
    transition: all .5s ease-in-out;
}

.pagination .page-link:hover,
.pagination .page-item.active .page-link {
    background: var(--color-accent);
}

.blog-btn {
    margin-top: 1rem;
    color: var(--color-primary);
    padding-bottom: 0;
    border-radius: 0px;
    font-size: 1rem;
    font-weight: 100;
    display: inline-flex;
    align-items: center;
    gap: 15px;
}

.blog-btn:hover {
	color: #003C6B;
}


@media (max-width: 991px) {
    .col-template-blog {
        padding-top: 60px;
    }

    img.blog-img {
        object-fit: cover;
        width: 100%;
        aspect-ratio: 1/1;
    }

    .hero-title-template {
        font-size: 12vh;
    }
}


@media all and (max-width: 575.9px) {

    .blog-hero-single {
        min-height: calc(100vh - 52px);

    }

    .blog-title {
        font-size: 18px;
    }

    .hero-title-template {
        font-size: 50px;
    }

}

/* COL TEXT IMG */

section#text-img {
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.cltx-btn {
    margin-bottom: 5px;
}

.cltx-btn:last-child {
    margin-bottom: 0px;
}

.cltx-text {
    max-width: 90%;
}


.cltx-title h2 {
    color: var(--color-primary);
    font-family: var(--ff-title);
    font-size: 50px;
    line-height: 60px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.cltx-title h3 {
    color: var(--color-accent);
    font-family: var(--ff-text);
    font-size: 12px;
    letter-spacing: 4px;
    font-weight: 500;
    text-transform: uppercase;
}

.cltx-bg {
    background-color: var(--bg-section);
}

.col-img-content {
    width: 100%;
    max-width: 100%;
    z-index: 1;
}

img.about-img-1 {
    width: 100%;
}

.col-img-content-2 {
    position: absolute;
    bottom: -60px;
    left: -60px;
    z-index: 10;
}

img.about-img-2 {
    width: 450px;
    border: 15px solid var(--white);
}

@media all and (min-width: 1200px) {
    img.about-img-1 {
        width: 550px;
    }
}

@media all and (max-width: 1200px) {
    .cltx-title h2 {
        font-size: 60px;
        line-height: 75px;
    }
}

@media all and (max-width: 991px) {
    .col-right {
        padding-top: 60px;
    }

    .cltx-text {
        max-width: 100%;
    }

    img.about-img-1 {
        object-fit: cover;
        width: 100%;
        aspect-ratio: 1/1;
    }
}

@media all and (max-width: 575.9px) {
    .cltx-title h2 {
        font-size: 35px;
        line-height: 45px;
    }
}

/* FOUR BLOCK SECTION */

.col-img-content h3 {
    color: var(--color-primary);
    font-family: var(--ff-text);
    text-transform: uppercase;
    line-height: 24px;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 20px;
}

.four-block-title h2 {
    color: var(--color-primary);
    font-family: var(--ff-title);
    text-transform: uppercase;
    line-height: 24px;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 20px;
}

.four-block-text p {
    line-height: 24px;
    letter-spacing: 1px;
    font-size: 1rem;
}

.owl-theme .owl-dots .owl-dot span {
    width: 25px;
    height: 5px;
    margin: 5px 0px 5px 5px;
    border-radius: 0px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #003C6B!important;
}

#four-one-carousel .owl-dots,
#four-two-carousel .owl-dots,
#four-three-carousel .owl-dots,
#four-four-carousel .owl-dots {
    text-align: left!important;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 1.5rem!important;
}

/* SERVICE SECTION */

.services-title h2 {
    color: var(--color-primary);
    font-family: var(--ff-title);
    font-size: 50px;
    line-height: 60px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.services-title-content h4 {
    font-family: var(--ff-text);
    color: var(--color-primary);
    text-align: center;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 1px;
    font-weight: 100;
    font-size: 14px;
}

img.services-img-1 {
    width: 100%;
}

.services-img img {
    height: 50px;
    width: auto;
}

@media all and (min-width: 1200px) {
    img.services-img-1 {
        width: 550px;
    }
}

@media all and (max-width: 1200px) {
    .services-title h2 {
        font-size: 60px;
        line-height: 75px;
    }
}

@media all and (max-width: 767px) {
    .services-img img {
        height: 30px;
    }

    .services-icon-main {
        flex-basis: 50%;
    }
}

@media all and (max-width: 575.9px) {
    .services-title h2 {
        font-size: 35px;
        line-height: 45px;
    }

    .services-title-content h4 {
        font-size: 12px;
    }
}

/* LIST SECTION */

.list-img img {
    height: 40px;
    width: auto;
}

.list-title h2 {
    color: var(--color-primary);
    font-family: var(--ff-title);
    font-size: 50px;
    line-height: 60px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.list-title-content h4 {
    font-family: var(--ff-text);
    color: var(--color-primary);
    text-align: center;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 1px;
    font-weight: 300;
    font-size: 14px;
}

.list-icon-main {
    border: 1px solid var(--color-primary);
}

@media all and (max-width: 1200px) {
    .list-title h2 {
        font-size: 60px;
        line-height: 75px;
    }
}

@media all and (max-width: 767px) {
    .list-img img {
        height: 30px;
    }
}

@media all and (max-width: 575.9px) {
    .list-title h2 {
        font-size: 35px;
        line-height: 45px;
    }
}




/* Full Image Section */
img.imgf-img-full {
    height: 80vh;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

@media (max-width: 575.9px) {
    img.imgf-img-full {
        height: 50vh;
    }
}

/* BLOG SECTION */

h2.site-title {
    color: var(--color-primary);
    font-family: var(--ff-title);
    text-align: center;
    font-size: 50px;
    line-height: 60px;
    letter-spacing: 1px;
}

span.site-title-tagline {
    color: var(--color-accent);
    font-family: var(--ff-text);
    font-size: 12px;
    letter-spacing: 4px;
    font-weight: 500;
    text-transform: uppercase;
}

.blog-item-meta ul>li>p {
    color: var(--color-primary);
}

.blog-item {
    margin-bottom: 25px;
    transition: all .5s ease-in-out
}

.blog-item>a:hover {
    color: var(--color-accent);
}

.blog-item-info {
    padding-top: 23px
}

.blog-item-meta ul {
    margin: 0;
    padding: 0;
}

.blog-item-meta ul li {
    display: inline-block;
    margin-right: 15px;
    position: relative
}

.blog-item-meta ul li i {
    margin-right: 5px;
    color: var(--color-primary)
}

.blog-item-meta ul li a {
    color: var(--color-primary)
}

.blog-title>a {
    font-size: 20px;
    text-transform: capitalize;
    color: var(--color-primary);
}

.blog-btn-content {
    margin-top: 1rem;
}

.blog-thumb-img {
    margin-bottom: 20px
}

.blog-single-content img {
    border-radius: var(--brder-radius);
}

.blog-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px
}

.blog-meta .blog-meta-left ul {
    display: flex;
    align-items: center;
    gap: 20px
}

.blog-meta i {
    margin-right: 5px;
    color: var(--color-primary)
}

.blog-meta a {
    color: #66788a
}

.blog-meta a:hover {
    color: var(--color-primary)
}

.blog-details-title {
    font-size: 34px
}

.blockqoute {
    background: #eef3f7;
    border-left: 5px solid var(--color-primary);
    padding: 30px;
    font-size: 17px;
    font-style: italic;
    margin: 20px 0
}

.blockqoute-author {
    margin-top: 20px;
    padding-left: 60px;
    position: relative
}

.blockqoute-author::before {
    content: "";
    position: absolute;
    height: 2px;
    width: 40px;
    background: var(--color-primary);
    left: 0;
    top: 10px
}

.blog-details-tags {
    display: flex;
    align-items: center;
    gap: 20px
}

.blog-details-tags ul {
    display: flex;
    align-items: center;
    gap: 15px
}

.blog-details-tags ul a {
    border: 1px solid var(--color-primary);
    padding: 2px 15px;
    border-radius: var(--border-radius);
    transition: all .5s ease-in-out
}

.blog-details-tags ul a:hover {
    background: var(--color-primary);
    color: #fff
}

.blog-author {
    display: flex;
    justify-content: start;
    align-items: center;
    background: #fff;
    box-shadow: 0 0 40px 5px rgb(0 0 0/5%);
    margin: 50px 0;
    padding: 20px;
    border-radius: var(--brder-radius);
}

.blog-author-img {
    border: 2px solid var(--color-primary);
    border-radius: var(--brder-radius);
    padding: 5px;
    width: 250px
}

.author-name {
    font-size: 22px;
    color: var(--color-primary-dark);
    margin: 8px 0
}

.author-info {
    padding: 0 20px
}

.author-social {
    margin-top: 10px
}

.author-social a {
    margin-right: 10px;
    color: var(--color-primary-dark);
    transition: all .5s ease-in-out
}

.author-social a:hover {
    color: var(--color-primary)
}

.blog-comments {
    margin-bottom: 50px
}

.blog-comments-wrapper {
    margin: 30px 0
}

.blog-comments-single {
    display: flex;
    justify-content: start;
    align-items: center
}

.blog-comments-single img {
    border-radius: 50%
}

.blog-comments-content {
    padding: 20px 30px
}

.blog-comments-content span {
    font-size: 14px
}

.blog-comments-content a {
    font-weight: 600;
    margin-top: 5px;
    color: var(--color-primary)
}

.blog-comments-content a:hover {
    color: var(--color-primary-dark)
}

.blog-comments-reply {
    margin-left: 50px
}

.blog-comments-form h4 {
    margin-bottom: 20px
}

.blog-comments-form .form-group {
    margin-bottom: 20px
}

.blog-comments-form .form-control {
    padding: 12px 20px;
    box-shadow: none;
    transition: all .5s ease-in-out
}

.blog-comments-form .form-control:focus {
    border-color: var(--color-primary)
}

.blog-comments-form .theme-btn i {
    margin-right: 5px
}


.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    margin-bottom: 40px
}

.pagination .page-link {
    border: none;
    background: var(--color-primary);
    color: #fff;
    margin: 0 10px;
    border-radius: 0 !important;
    width: 40px;
    height: 40px;
    line-height: 28px;
    text-align: center;
    transition: all .5s ease-in-out
}

.pagination .page-link:hover,
.pagination .page-item.active .page-link {
    background: var(--color-primary)
}

@media all and (max-width: 767px) {
    .blog-meta {
        flex-direction: column;
        font-size: 15px
    }

    .blog-meta .blog-meta-left ul {
        gap: 10px
    }

    .blog-details-tags {
        flex-direction: column;
        align-items: flex-start
    }

    .blog-author {
        flex-direction: column;
        text-align: center;
        padding: 25px 0 0
    }

    .blog-comments-single {
        flex-direction: column;
        text-align: center;
        padding: 30px 0;
        box-shadow: 0 0 40px 5px rgb(0 0 0/5%);
        margin-bottom: 30px;
        border-radius: var(--brder-radius);
    }

    .blog-comments-reply {
        margin-left: 0
    }
}

@media all and (max-width: 575.9px) {
    h2.site-title {
        font-size: 35px;
        line-height: 45px;
    }
}

/* ONLY FORM SECTION */

section#contact-form {
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.contact-title {
    color: var(--color-primary);
    font-family: var(--ff-title);
    font-size: 50px;
    line-height: 60px;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
}

.form-control {
    border: none;
    padding: 1rem 0.75rem;
    color: var(--color-primary) !important;
    background-color: transparent !important;
    border-bottom: 1px solid var(--color-primary) !important;
    border-radius: 0px !important;
}

.form-control:focus {
    box-shadow: 0 0 0 .25rem rgb(0 0 0 / 25%);
}

.wpcf7-list-item label {
    display: flex;
    align-items: center;
    gap: 15px;
}

.privacy-link {
    color: var(--color-primary);
    font-weight: 500;
}

input.wpcf7-form-control.has-spinner.wpcf7-submit {
    padding: 1rem 1.5rem;
    width: 100%;
    border: 1px solid #003C6B;
    border-radius: 0px;
    background-color: #003C6B;
    color: var(--white);
    font-size: 1.125rem;
    font-weight: 300;
}

input.wpcf7-form-control.has-spinner.wpcf7-submit:hover {
    border: 1px solid var(--color-primary);
    background-color: var(--color-primary);
    color: var(--white);
}

span.wpcf7-spinner {
    display: none;
}

@media all and (max-width: 1200px) {
    .contact-title {
        font-size: 60px;
        line-height: 75px;
    }
}

@media all and (max-width: 575.9px) {
    .contact-title {
        font-size: 35px;
        line-height: 45px;
    }
}

/* HERO */

.hero-single {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
    min-height: 100vh;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.hero-single::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    /* background: var(--bg-overlay); */
    background: rgba(0,0,0,0.2);
    z-index: -1
}

.hero-single .hero-content .hero-title {
    color: var(--white);
    font-family: var(--ff-title);
    font-size: 16vh;
    font-weight: 100;
    line-height: 1;
    margin: 15px 0;
    text-align: center;
    text-transform: uppercase;
}

.hero-single .hero-content p {
    color: var(--white);
    line-height: 30px;
    font-weight: 400;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
}

@media all and (max-width: 991px) {

    .hero-single::after {
        width: 100%;
        transform: none;
        margin: 0
    }

    .hero-single .hero-content .hero-title {
        font-size: 12vh;
    }

    .hero-single .hero-content p {
        font-size: 16px;
        font-weight: 100;
        margin-bottom: 0px;
    }
}

@media all and (max-width: 575.9px) {
    .hero-single .hero-content .hero-title {
        font-size: 50px;
    }

    .hero-single {

        min-height: calc(100vh - 52px);

    }
}

@media all and (max-width: 389px) {
    .hero-single .hero-content .hero-title {
        font-size: 39px;
    }

    .hero-single .hero-content p {
        line-height: 20px;
    }
}

/* CAROUSEL SECTION */

.carousel-title h2 {
    color: var(--color-primary);
    font-family: var(--ff-title);
    font-size: 50px;
    line-height: 60px;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
}

.owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 1.5rem;
    margin: 5px;
    padding: 10px 18px;
    background: transparent;
    display: inline-block;
    cursor: pointer;
    border-radius: 0px;
    border: 1px solid var(--color-primary);
    color: var(--color-primary);
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #003C6B;
    color: var(--color-primary);
    text-decoration: none;
}


@media all and (max-width: 1200px) {
    .carousel-title h2 {
        font-size: 60px;
        line-height: 75px;
    }
}

@media all and (max-width: 575.9px) {
    .carousel-title h2 {
        font-size: 35px;
        line-height: 45px;
    }
}



/* SCROLL DOWN ICON */

.arrows {
    width: 60px;
    height: 72px;
    position: absolute;
    left: 50%;
    margin-left: -30px;
    bottom: 20px;
}

.arrows path {
    stroke: var(--white);
    fill: transparent;
    stroke-width: 1px;
    animation: arrow 2s infinite;
    -webkit-animation: arrow 2s infinite;
}

@keyframes arrow {
    0% {
        opacity: 0
    }

    40% {
        opacity: 1
    }

    80% {
        opacity: 0
    }

    100% {
        opacity: 0
    }
}

@-webkit-keyframes arrow

/*Safari and Chrome*/
    {
    0% {
        opacity: 0
    }

    40% {
        opacity: 1
    }

    80% {
        opacity: 0
    }

    100% {
        opacity: 0
    }
}

.arrows path.a1 {
    animation-delay: -1s;
    -webkit-animation-delay: -1s;
    /* Safari Chrome */
}

.arrows path.a2 {
    animation-delay: -0.5s;
    -webkit-animation-delay: -0.5s;
    /* Safari  Chrome */
}

.arrows path.a3 {
    animation-delay: 0s;
    -webkit-animation-delay: 0s;
    /* Safari  Chrome */
}

/* SIDE CONTACT BUTTONS */
div#side-buttons {
    display: none;
    position: fixed;
    bottom: 50px;
    right: 30px;
    z-index: 8888;
    cursor: pointer;
}

.icon-call span {
    background: #003C6B;
    color: var(--color-beige);
    padding: 1rem;
    display: flex;
    font-size: 1rem;
    align-items: center;
    justify-content: center;
}

span.info-call-icon {
    background: #003C6B;
    padding: 1rem;
    display: flex;
    font-size: 1rem;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px;
    line-height: 1;
}

.info-call-icon a {
    color: var(--color-beige);
}

.icon-call span i,
span.info-call-icon i {
    line-height: 1;
}

.info-call {
    display: none;
}


/* FOOTER */

.footer-content {
    background-color: var(--color-accent);
    color: var(--color-primary);
}

.agency-content a {
    color: var(--color-primary);
}

.sub-footer {
    border-top: 1px solid var(--white);
    background-color: var(--color-accent);
    color: var(--color-primary);
    padding-top: 15px;
    padding-bottom: 15px;
}

.copyright-text {
    font-size: 12px;
    color: var(--color-primary);
}

.theme-btn-footer {
    display: inline-block;
    padding: 5px 15px;
    border: 1px solid var(--white);
    border-radius: 0px;
    background-color: transparent;
    color: var(--white);
    font-size: 1rem;
    font-weight: 300;
    text-align: center;
    text-decoration: none;
}

.theme-btn-footer:hover {
    color: var(--white);
    background-color: var(--color-accent);
    border: 1px solid var(--color-accent);
}

img.img-fluid.footer-img {
    max-height: 30px;
    width: auto;
}

.footer-list a,
.privacy-content a {
    color: var(--color-primary);
}

/* VIKBOOKING */

.payments-box {
    background-color: var(--color-accent);
    padding: 16px;
    font-size: 22px;
    margin-bottom: 32px;
    font-weight: 600;
}

.vbmodhorsearchmaindiv.vbo-horizsearch-standardformat-wrap {
    background: var(--color-accent) !important;
    padding: 25px;
}

.vbo-pref-color-btn,
.vbmodhorsearchrac .horsanumsel select,
.vbmodhorsearchrac .horscnumsel select,
.vbhsrnselsp select,
.vbhsrcselsp select,
.vbmodhorsearchroomdentr .horsanumdiv select,
.vbmodhorsearchroomdentr .horscnumdiv select {
    border-radius: 0px !important;
}

.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
    border-radius: 0px !important;
}

label {
    font-family: var(--ff-title);
}

.vbo-rdet-descprice-block .vbo-rdet-desc-cont {
    background: var(--color-beige) !important;
}

@media all and (max-width: 767.9px) {
    input.btn.vbsearchinputmodhors.vbo-pref-color-btn {
        margin-left: 0px !important;
        width: 100% !important;
    }
}

@media all and (max-width: 767.9px) {

    .vbcalsblock .vbcaldivcont table {
        width: 100% !important;
    }

    .payments-box {
        font-size: 14px;
    }

    .vbo-rdet-descprice-block .vbo-rdet-desc-cont{
        padding: 33px 0px!important;
    }
}

ul.ul-vikbo li::before {
    content: '\2713';
    display: inline-block;
    color: var(--color-primary);
    margin-right: 5px;
}