/*!
Theme Name: netenjoytheme
Theme URI: http://netenjoy.it/
Author: Netenjoy
Author URI: http://netenjoy.it/
Description: Custom Theme
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: netenjoytheme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

*/

/* Theme Name: Netenjoytheme

Author: NetEnjoy
Author URI: https://netenjoy.it/
Description: Tema sviluppato per Ivano Pacucci
Version: 1.0.3 */

/* ROOT */
:root {
    /*Color*/
    --white: #FDFFFF;
    --border-radius: 0;
    --color-black: #131200;
    --title-color: #131200;
    --text-color: #96989b;
    --color-var-1: #000;
    --color-var-2: #000;
    --color-var-3: #f5f5f5;
    --color-var-4: #000;
    --color-var-5: #000;
    --color-accent: #35AC84;
    --border-color: #e4e6e6;
    --font-family: 'Raleway', helvetica, arial, sans-serif;
}

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

html,
body {
    background-color: var(--white);
    font-family: var(--font-family);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    letter-spacing: 1px;
}

p {
    margin: 0;
    color: var(--title-color);
    font-size: 0.9375rem;
    line-height: 1.5;
}

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

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

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

.collection-content dl,
.collection-content ol,
.collection-content ul {
    margin-bottom: 1rem;
    padding-left: 2rem;
    list-style: unset;
}

::-moz-selection {
    /* Code for Firefox */
    color: var(--white);
    background: var(--color-accent);
}

::selection {
    color: var(--white);
    background: var(--color-accent);
}

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

/* /==========================================/ BUTTONS /==========================================/ */
.theme-btn {
    color: var(--color-accent);
    display: inline-block;
    text-transform: uppercase;
    font-size: 0.9375rem;
    letter-spacing: 2px;
    background-color: var(--white);
    border-color: var(--color-accent);
    line-height: 1.5rem;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-radius: 50px 50px 50px 50px;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    -ms-transition: all .25s ease;
    transition: all .25s ease;
    padding: 15px 30px 15px 30px;
}

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

@media all and (max-width: 575.8px) {
    .theme-btn {
        font-size: 12px;
        padding: 16px 26px;
    }
}

/* /==========================================/ SWIPER CAROUSEL /==========================================/ */
.swiper {
    width: 100%;
    height: fit-content;
}

/* Reviews content*/
.swiper-slide.reviews-slide {
    background-color: var(--white);
    padding: 30px 30px 30px 30px;
    border-radius: 0px 0px 0px 0px;
    box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 50%);
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: var(--border-color);
}

.my-swiper-button-prev {
    margin-top: 6px;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1.5rem;
    color: var(--white);
    background-color: var(--color-accent);
    border-radius: 50px 50px 50px 50px;
    padding: 15px 40px 15px 40px;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    -ms-transition: all .25s ease;
    transition: all .25s ease;
}

.my-swiper-button-next {
    margin-top: 6px;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1.5rem;
    color: var(--white);
    background-color: var(--color-accent);
    border-radius: 50px 50px 50px 50px;
    padding: 15px 40px 15px 40px;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    -ms-transition: all .25s ease;
    transition: all .25s ease;
}

.my-swiper-button-prev:hover {
box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%) !important;
}

.my-swiper-button-next:hover {
box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%) !important;
}

.my-swiper-button-prev:focus {
    border-color: var(--color-accent);
}

.my-swiper-button-next:focus {
    border-color: var(--color-accent);
}

/* Blog content*/
.swiper-slide.blog-slider {
    background-color: var(--white);
    padding: 0px;
    border-radius: 0px;
    box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 50%);
    border-style: solid;
    border-width: 1px;
    border-color: #E3E3E3;
}

/* /==========================================/ LAZY BLOCK PARTS /==========================================/ */

.bg-overlay {
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    opacity: 0.4;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-attachment: fixed;
    z-index: 0;
}

.bg-custom {
    background-image: url('/wp-content/uploads/2023/01/Overlay-Grey.png');
    background-position: top center;
}

.bg-colored {
    background-color: #F6F6F6;
}

.bg-primary-custom {
    background-color: #71B9A1;
    width: auto;
}

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

@media all and (max-width: 575.8px) {
    .bg-overlay {
        background-attachment: unset !important;
    }
}

.py-120 {
    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;
}

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

.custom-ratio {
    aspect-ratio: 1/1;
}

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

@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;
    }
}

/* /==========================================/ PRELOADER /==========================================/ */
.preloader {
    background: var(--white);
    position: fixed;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 9999
}

.loader {
    width: 40px;
    height: 40px;
    position: relative;
    top: calc(50% - 30px);
    left: calc(50% - 20px)
}

.loader-box-1,
.loader-box-2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: var(--border-color);
    opacity: .6;
    position: absolute;
    top: 0;
    left: 0;
    animation: loader-bounce 2s infinite ease-in-out
}

.loader-box-1 {
    background-color: var(--border-color);
}

.loader-box-2 {
    background-color: var(--color-accent);
}

.loader-box-2 {
    animation-delay: -1s
}

@keyframes loader-bounce {

    0%,
    100% {
        transform: scale(0)
    }

    50% {
        transform: scale(1)
    }
}

/* /==========================================/ NAVBAR /==========================================/ */
img.custom-logo {
    height: 45px;
    width: auto;
    position: relative;
    z-index: 99997;
}

.custom-name p {
    padding-left: 10px;
    color: var(--color-accent);
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
    position: relative;
    z-index: 99997;
}

@media all and (max-width: 575.8px) {
    img.custom-logo {
        height: 35px;
    }

    .custom-name p {
        font-size: 12px;
    }
}

/*Menu Desktop*/

header.header-content {
    position: fixed;
    width: 100%;
    top: 0;
    background: var(--white);
    z-index: 9996;
}

.menu-desktop ul#menu-principale {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
}

.menu-desktop ul#menu-principale li a {
    color: var(--color-black);
    font-size: 11px;
    padding: 20px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1em;
    letter-spacing: 1px;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    animation: fadeIn .35s;
    -webkit-animation: fadeIn .35s;
    -moz-animation: fadeIn .35s;
    -o-animation: fadeIn .35s;
    -ms-animation: fadeIn .35s;
}

/* .menu-desktop ul#menu-principale :last-child a {
    padding-right: 0px;
} */

.menu-desktop ul#menu-principale li a:hover {
    color: var(--color-accent);
}

.menu-item-has-children {
    cursor: pointer;
}

/* Container Sub Menu Primo Livello Desktop*/
.menu-desktop .menu-principale-container #menu-principale .sub-menu {
    display: none;
    position: absolute;
    background-color: var(--white);
    box-shadow: 0px 10px 30px -8px rgb(0 0 0 / 13%);
    margin-top: 8px;
    margin-left: 20px;
    border-top: 1px solid var(--color-accent);
}

/* Sub Menu Desktop*/
.menu-desktop .menu-principale-container #menu-principale li ul li a {
    color: var(--color-black);
    font-size: 10px;
    padding: 20px;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    line-height: 1em;
    letter-spacing: 1px;
    border-bottom: 1px solid var(--border-color);
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    -ms-transition: all .25s ease;
    transition: all .25s ease;
}

.menu-desktop .menu-principale-container #menu-principale li ul li a:hover {
    color: var(--color-accent);
}

/* Menu Mobile*/
div#menu-primary {
    display: none;
}

div#hamburger-2 {
    display: none;
}

.menu-mobile.is-open {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9980;
    animation: fadeIn .25s;
    -webkit-animation: fadeIn .25s;
    -moz-animation: fadeIn .25s;
    -o-animation: fadeIn .25s;
    -ms-animation: fadeIn .25s;
    background: var(--white);
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    -ms-transition: all .25s ease;
    transition: all .25s ease;
}

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

ul#menu-principale-1 {
    width: 100%;
}

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

.menu-mobile ul#menu-principale-1 li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.1rem;
    line-height: 1;
    padding-top: 1rem;
    padding-bottom: 1rem;
    color: var(--title-color);
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1px;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    -ms-transition: all .25s ease;
    transition: all .25s ease;
}

.menu-mobile ul#menu-principale-1 li {
    border-bottom: 1px solid var(--border-color);
}

/* .menu-mobile ul#menu-principale-1 li.menu-item-has-children a {
    justify-content: start;
} */

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

.menu-mobile ul#menu-principale-1 li:first-child a {
    padding-top: 0;
}

.menu-mobile ul#menu-principale-1 li a:hover {
    color: var(--color-accent);
}

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

.menu-mobile #menu-principale-1 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(--white);
    z-index: 9995;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
}

.menu-mobile #menu-principale-1 li ul li a {
    padding-bottom: 1rem;
    padding-top: 1rem;
    display: flex;
    justify-content: start;
    align-items: center;
    font-size: 1rem;
    line-height: 1;
    color: var(--title-color);
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1px;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    -ms-transition: all .25s ease;
    transition: all .25s ease;
}

.menu-mobile #menu-principale-1 li ul li:first-child a {
    font-weight: bold;
    padding-top: 20px;
}

@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;
    }
}

.menu-desktop ul#menu-principale li.navbar-btn a {
    color: var(--white);
    background-color: var(--color-accent);
    letter-spacing: 2px;
    border: 1px solid var(--color-accent);
    border-radius: 50px;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    -ms-transition: all .25s ease;
    transition: all .25s ease;
    padding: 10px 15px;
}

.menu-desktop ul#menu-principale li.navbar-btn a:hover {
    background-color: #00af74;
    border-color: #00af74;
}

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

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

#hamburger-1,
#hamburger-1>span {
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    ;
    -o-transition: all .25s ease;
    ;
    -ms-transition: all .25s ease;
    ;
    transition: all .25s ease;
    ;
}

#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);
}

/* /==========================================/ HERO **LAZYBLOCK** /==========================================/ */
section#hero {
    position: relative;
}

.container-title {
    min-height: 85vh;
}

h3.hero-title {
    color: var(--title-color);
    position: relative;
    z-index: 2;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 1em;
}

h2.hero-title {
    color: var(--color-accent);
    position: relative;
    z-index: 2;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 80px;
    line-height: 0.9em;
}

span.hero-divider {
    height: 1px;
    background-color: var(--color-accent);
    width: 200px;
    position: relative;
    display: block;
    margin: 25px 0 45px 0;
}

.sub-hero-content {
    position: absolute;
    bottom: 0;
    z-index: 5;
}

.hero-extra-area-content {
    background-color: var(--white);
    box-shadow: 0px -5px 10px 0px rgb(0 0 0 / 10%);
    padding: 33px 50px;
    position: relative;
    z-index: 3;
}

a.hero-btn {
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
}

.hero-icon {
    font-size: 32px;
    line-height: 1;
}

@media all and (max-width: 1199.8px) {
    h2.hero-title {
        font-size: 64px;
    }

    h3.hero-title {
        font-size: 24px;
    }

    .hero-extra-area-content {
        padding: 30px 30px;
    }
}

@media all and (max-width: 767.9px) {
    h3.hero-title {
        font-size: 18px;
    }

    h2.hero-title {
        font-size: 46px;
    }

    .hero-extra-area-content {
        padding: 20px 20px;
    }

    a.hero-btn {
        font-size: 12px;
    }
}


@media all and (max-width: 384px) {
    h2.hero-title {
        font-size: 32px;
    }
}

/* /==========================================/ REVIEWS CAROUSEL **LAZYBLOCK** /==========================================/ */
.reviews-content p {
    color: var(--title-color);
    font-size: 14px;
}

.reviews-name {
    font-weight: 800;
    font-size: 15px;
}

.reviews-text-content h3 {
    color: var(--title-color);
    position: relative;
    z-index: 2;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 28px;
    line-height: 1em;
}

.reviews-text-content h2 {
    color: var(--title-color);
    position: relative;
    z-index: 2;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 55px;
    line-height: 0.9em;
}


span.reviews-divider {
    height: 1px;
    background-color: var(--color-accent);
    width: 200px;
    position: relative;
    display: block;
    margin: 25px 0 45px 0;
}

@media all and (max-width: 1199.8px) {
    .reviews-text-content h2 {
        font-size: 48px;
    }

    .reviews-text-content h3 {
        font-size: 22px;
    }
}

@media all and (max-width: 767.9px) {
    .reviews-text-content h3 {
        font-size: 16px;
    }

    .reviews-text-content h2 {
        font-size: 36px;
    }
}


@media all and (max-width: 384px) {
    .reviews-text-content h2 {
        font-size: 32px;
    }
}

/* /==========================================/ TEXT AND TWO IMG SECTION **LAZYBLOCK** /==========================================/ */

.col-twotext-text-content h3 {
    color: var(--title-color);
    position: relative;
    z-index: 2;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 28px;
    line-height: 1em;
}

.col-twotext-text-content h2 {
    color: var(--title-color);
    position: relative;
    z-index: 2;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 55px;
    line-height: 0.9em;
}

.text-twoimg-title h2 {
    color: var(--title-color);
    position: relative;
    z-index: 2;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 1em;
}

span.text-twoimg-divider {
    height: 1px;
    background-color: var(--color-accent);
    width: 200px;
    position: relative;
    display: block;
    margin: 25px 0 45px 0;
}

img.text-twoimg-img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    object-position: center;
}

@media all and (max-width: 1199.8px) {
    .col-twotext-text-content h2 {
        font-size: 48px;
    }

    .col-twotext-text-content h3 {
        font-size: 22px;
    }

    .text-twoimg-title h2 {
        font-size: 24px;
    }
}

@media all and (max-width: 767.9px) {
    .col-twotext-text-content h3 {
        font-size: 16px;
    }

    .col-twotext-text-content h2 {
        font-size: 36px;
    }

    .text-twoimg-title h2 {
        font-size: 18px;
    }
}


@media all and (max-width: 384px) {
    .col-twotext-text-content h2 {
        font-size: 32px;
    }
}

/* /==========================================/ VALUE BOXES SECTIONS **LAZYBLOCK** /==========================================/ */

.col-value-content {
    position: relative;
    z-index: 5;
    height: 100%;
}


/* Title section*/
.value-title-content h3 {
    color: var(--title-color);
    position: relative;
    z-index: 2;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 28px;
    line-height: 1em;
    text-align: center;
}

.value-title-content h2 {
    color: var(--title-color);
    position: relative;
    z-index: 2;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 55px;
    line-height: 0.9em;
    text-align: center;
}

/* Content */
.value-title h2 {
    color: var(--title-color);
    position: relative;
    z-index: 2;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 1em;
    text-align: center;
}

.value-title p {
    color: var(--title-color);
    text-align: center;
    font-size: 14px;
    font-weight: 500;
}

span.value-divider {
    height: 1px;
    background-color: var(--color-accent);
    width: 200px;
    position: relative;
    display: block;
    margin: 25px auto 45px auto;
}

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

@media all and (max-width: 1199.8px) {
    .value-title-content h2 {
        font-size: 48px;
    }

    .value-title-content h3 {
        font-size: 22px;
    }

    .value-title h2 {
        font-size: 24px;
    }
}

@media all and (max-width: 767.9px) {
    .value-title-content h3 {
        font-size: 16px;
    }

    .value-title-content h2 {
        font-size: 36px;
    }

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


@media all and (max-width: 384px) {
    .value-title-content h2 {
        font-size: 32px;
    }
}

/* /==========================================/ TEXT IMG SECTION **LAZYBLOCK** /==========================================/ */
img.text-img-img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    object-position: center;
}

.col-text-content h3 {
    color: var(--title-color);
    position: relative;
    z-index: 2;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 28px;
    line-height: 1em;
}

.col-text-content h2 {
    color: var(--title-color);
    position: relative;
    z-index: 2;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 55px;
    line-height: 0.9em;
}

span.text-img-divider {
    height: 1px;
    background-color: var(--color-accent);
    width: 200px;
    position: relative;
    display: block;
    margin: 25px 0 45px 0;
}

.col-text-content p {
    color: var(--title-color);
    max-width: 550px;
}

.text-img-list-container {
    padding: 80px 50px 70px 50px;
    background-color: var(--color-accent);
    position: relative;
    z-index: 5;
}

.text-img-list-content h3,
.text-img-icon {
    font-size: 28px;
    font-weight: 800;
    color: var(--white);
    line-height: 1.5em;
    padding-bottom: 10px;
}

.text-img-list-content p {
    color: var(--white);
}

.text-img-list-content ul li {
    padding-bottom: 30px;
}

.text-img-list-content ul li:last-child {
    padding-bottom: 0px;
}

@media all and (max-width: 1199.8px) {
    .col-text-content h2 {
        font-size: 48px;
    }

    .col-text-content h3 {
        font-size: 22px;
    }

    .text-img-list-container {
        padding: 60px 30px 50px 30px;
    }

    .text-img-list-content h3,
    .text-img-icon {
        font-size: 22px;
    }
}

@media all and (max-width: 767.9px) {
    .col-text-content h3 {
        font-size: 16px;
    }

    .col-text-content h2 {
        font-size: 36px;
    }

    .text-img-list-container {
        padding: 40px 16px 30px 16px;
    }

    .text-img-list-content h3,
    .text-img-icon {
        font-size: 16px;
    }
}

@media all and (max-width: 384px) {
    .col-text-content h2 {
        font-size: 32px;
    }
}



/* /==========================================/ PHOTOS SECTION **LAZYBLOCK** /==========================================/ */
.photos-img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    object-position: center;
    aspect-ratio: 1/1;
}

/* /==========================================/ MAP + INFO SECTION **LAZYBLOCK** /==========================================/ */
.map-content h3 {
    color: var(--white);
    position: relative;
    z-index: 2;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 28px;
    line-height: 1em;
}

.map-content h2 {
    color: var(--white);
    position: relative;
    z-index: 2;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 55px;
    line-height: 0.9em;
}

span.map-divider {
    height: 1px;
    background-color: var(--white);
    width: 200px;
    position: relative;
    display: block;
    margin: 25px 0 45px 0;
}

.form-contact-item,
.form-contact-item p {
    color: var(--white);
}

.map-col {
    padding: 60px 40px 60px 40px;
    background: var(--color-accent);
}

a.contact-link {
    color: var(--white);
    font-weight: 600;
}

@media all and (max-width: 1199.8px) {
    .map-content h2 {
        font-size: 48px;
    }

    .map-content h3 {
        font-size: 22px;
    }

    .map-col {
        padding: 50px 30px 50px 30px;
    }

}

@media all and (max-width: 767.9px) {
    .map-content h3 {
        font-size: 16px;
    }

    .map-content h2 {
        font-size: 36px;
    }

    .map-col {
        padding: 20px 10px 20px 10px;
    }

}

@media all and (max-width: 384px) {
    .map-content h2 {
        font-size: 32px;
    }
}


/* /==========================================/ COUNTER SECTION **LAZYBLOCK** /==========================================/ */
section#counter {
    background-color: var(--color-accent);
}

.counter-box {
    border-style: solid;
    border-width: 0px 0px 0px 1px;
    border-color: var(--white);
    padding: 20px 30px 20px 30px;
}

.counter-title-content h3 {
    color: var(--white);
    position: relative;
    z-index: 2;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 28px;
    line-height: 1em;
    text-align: center;
}

.counter-title-content h2 {
    color: var(--white);
    position: relative;
    z-index: 2;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 55px;
    line-height: 0.9em;
    text-align: center;
}

.counter-box h3 {
    color: var(--white);
    position: relative;
    z-index: 2;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 25px;
    line-height: 1em;
    display: block;
    padding-bottom: 20px;
}

span.counter-divider {
    height: 1px;
    background-color: var(--white);
    width: 200px;
    position: relative;
    display: block;
    margin: 25px auto 45px auto;
}

span.counter-number {
    color: var(--white);
    font-weight: 800;
    font-size: 15px;
    line-height: 1.2em;
    padding-bottom: 10px;
    display: block;
}

.counter-box p {
    color: var(--white);
    font-size: 14px;
    font-weight: 500;
}

@media all and (max-width: 1199.8px) {
    .counter-title-content h2 {
        font-size: 48px;
    }

    .counter-title-content h3 {
        font-size: 22px;
    }

    .counter-box h3 {
        font-size: 20px;
    }

    .counter-box {
        padding: 15px 20px 15px 20px;
    }
}

@media all and (max-width: 767.9px) {
    .counter-title-content h3 {
        font-size: 16px;
    }

    .counter-title-content h2 {
        font-size: 36px;
    }

    .counter-box h3 {
        font-size: 18px;
    }

    .counter-box {
        border-width: 0px 0px 1px 0px;
        padding: 20px 30px 20px 30px;
    }
}


@media all and (max-width: 384px) {
    .counter-title-content h2 {
        font-size: 32px;
    }
}


/* /==========================================/ SINGLE CONTENT SECTION **LAZYBLOCK** /==========================================/ */
.one-column-content h3 {
    color: var(--title-color);
    position: relative;
    z-index: 2;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 28px;
    line-height: 1em;
}

.one-column-content h2 {
    color: var(--title-color);
    position: relative;
    z-index: 2;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 55px;
    line-height: 0.9em;
}

span.one-column-divider {
    height: 1px;
    background-color: var(--color-accent);
    width: 200px;
    position: relative;
    display: block;
    margin: 25px 0 45px 0;
}

.one-column-content p {
    color: var(--title-color);
}

@media all and (max-width: 1199.8px) {
    .one-column-content h2 {
        font-size: 48px;
    }

    .one-column-content h3 {
        font-size: 22px;
    }
}

@media all and (max-width: 767.9px) {
    .one-column-content h3 {
        font-size: 16px;
    }

    .one-column-content h2 {
        font-size: 36px;
    }
}

@media all and (max-width: 384px) {
    .one-column-content h2 {
        font-size: 32px;
    }
}

/* /==========================================/ COONTACT INFO SECTION **LAZYBLOCK** /==========================================/ */
.c-info-title p {
    font-size: 17px;
    line-height: 1.79;
    text-transform: uppercase;
    word-break: break-word;
}

.c-info-title h2 {
    letter-spacing: 1px;
    font-size: 1.6875rem;
    line-height: 1.22;
    font-weight: bold;
    text-transform: uppercase;
    color: var(--title-color);
}

@media all and (max-width: 991.8px) {
    .c-info-title h2 {
        font-size: 1.5rem;
        line-height: 1;
    }
}

@media all and (max-width: 575.8px) {
    .c-info-title p {
        font-size: 14px;
        line-height: 1.42859;
        text-transform: unset;
    }
}

@media all and (max-width: 384px) {
    .c-info-title h2 {
        font-size: 1.3125rem;
        line-height: 1.28;
    }
}

/* /==========================================/  FORM CONTACT SECTION **LAZYBLOCK** /==========================================/ */
.contact-form-content h3 {
    color: var(--title-color);
    position: relative;
    z-index: 2;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 28px;
    line-height: 1em;
}

.contact-form-content h2 {
    color: var(--title-color);
    position: relative;
    z-index: 2;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 55px;
    line-height: 0.9em;
}

span.contact-form-divider {
    height: 1px;
    background-color: var(--color-accent);
    width: 200px;
    position: relative;
    display: block;
    margin: 25px 0 45px 0;
}

.contact-form-content p {
    color: var(--title-color);
    max-width: 550px;
}



/*Contact Form*/
span.wpcf7-spinner {
    display: none;
}

span.wpcf7-not-valid-tip {
    color: var(--color-accent);
}

.privacy-col {
    display: flex;
    align-items: center;
    gap: 15px;
}

a.privacy-link {
    color: var(--color-black);
    font-weight: bold;
}

.privacy-content a {
    color: var(--color-black);
}

.form-control-footer {
    border: none;
    padding: 1rem 0.75rem;
    color: var(--title-color);
    background-color: transparent;
    border: 1px solid var(--border-color);
    border-radius: 0px;
    width: 100%;
}

.form-content {
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 20%);
    padding: 60px 40px 60px 40px;
    background: var(--white);
}

@media all and (max-width: 1199.8px) {
    .contact-form-content h2 {
        font-size: 48px;
    }

    .contact-form-content h3 {
        font-size: 22px;
    }

    .form-content {
        padding: 50px 30px 50px 30px;
    }

}

@media all and (max-width: 767.9px) {
    .contact-form-content h3 {
        font-size: 16px;
    }

    .contact-form-content h2 {
        font-size: 36px;
    }

    .form-content {
        padding: 20px 10px 20px 10px;
    }
}

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

    input.wpcf7-form-control.has-spinner.wpcf7-submit.theme-btn {
        width: 100%;
    }

    p.p-form {
        font-size: 14px;
        word-break: break-word;
    }

    .form-control-footer {
        font-size: 14px;
        padding: 1rem 0.5rem;
    }

    span.wpcf7-not-valid-tip {
        font-size: 14px;
    }

    .wpcf7-list-item {
        margin: 0 0 0 1px;
    }

    .privacy-col {
        gap: 6px;
    }
}

@media all and (max-width: 384px) {
    .contact-form-content h2 {
        font-size: 32px;
    }
}

/* /==========================================/ BLOG SECTION **LAZYBLOCK** /==========================================/ */
img.img-fluid.blog-img {
    width: 100%;
    object-fit: cover;
    object-position: center;
    max-height: 250px;
}

.blog-content {
    padding: 20px;
    min-height: 220px;
}

.blog-content h2 {
    font-weight: 800;
    font-size: 16px;
    text-transform: uppercase;
}

.blog-content p {
    color: var(--title-color);
    font-size: 14px;
    color: var(--title-color);
    position: relative;
    z-index: 2;
	text-align: justify;
}

.blog-text-content h3 {
    color: var(--title-color);
    position: relative;
    z-index: 2;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 28px;
    line-height: 1em;
}

.blog-text-content h2 {
    color: var(--title-color);
    position: relative;
    z-index: 2;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 55px;
    line-height: 0.9em;
}


span.blog-divider {
    height: 1px;
    background-color: var(--color-accent);
    width: 200px;
    position: relative;
    display: block;
    margin: 25px 0 45px 0;
}

@media all and (max-width: 1199.8px) {
    .blog-text-content h2 {
        font-size: 48px;
    }

    .blog-text-content h3 {
        font-size: 22px;
    }
}

@media all and (max-width: 767.9px) {
    .blog-text-content h3 {
        font-size: 16px;
    }

    .blog-text-content h2 {
        font-size: 36px;
    }
}

@media all and (max-width: 384px) {
    .blog-text-content h2 {
        font-size: 32px;
    }
}

/* /==========================================/ TEMPLATE PAGE SINGLE CONTENT /==========================================/ */

.single-page-text p {
    padding-bottom: 1rem;
}

.single-page-text h2 {
    padding-bottom: 1.5rem;
    letter-spacing: 1px;
    font-size: 1.6875rem;
    line-height: 1.22;
    font-weight: bold;
    text-transform: uppercase;
    color: var(--title-color);
}

@media all and (max-width: 991.8px) {
    .single-page-text h2 {
        font-size: 1.5rem;
        line-height: 1;
    }
}

@media all and (max-width: 575.8px) {
    .text-img-text p {
        font-size: 14px;
        line-height: 1.42;
        text-transform: unset;
    }
}

@media all and (max-width: 384px) {
    .single-page-text h2 {
        font-size: 1.3125rem;
        line-height: 1.28;

    }
}


/* /==========================================/ BLOG, POST TYPE; TAXONOMY, SINGLE, ARCHIVE /==========================================/ */

/* SINGLE COLLECTION HERO - SINGLE PAGE */
#single-collection-hero {
    position: relative;
}


.home-product-title p {
    font-weight: 800;
    font-size: 16px;
    text-transform: uppercase;
}

.home-product-excerpt p {
    color: var(--title-color);
    font-size: 14px;
    color: var(--title-color);
    position: relative;
    z-index: 2;
	text-align: justify;
}


.article-hero-single {
    position: relative;
    overflow: hidden;
    z-index: 1;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.single-article-container-title {
    min-height: 90vh;
    padding-bottom: 60px;
}

/*.collection-content strong {
    text-transform: uppercase;
}*/

.collection-content p {
    padding-bottom: 8px;
}

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

.hero-single-title-main h1 {
    color: var(--white);
    position: relative;
    z-index: 2;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 4.6875rem;
    line-height: 1.12;
}

.collection-title h3,
h4.widget-title {
    letter-spacing: 1px;
    font-size: 1.6875rem;
    line-height: 1.22;
    font-weight: bold;
    text-transform: uppercase;
    color: var(--title-color);
}


.single-collection-btn {
    color: var(--color-black);
    font-size: 0.9375rem;
    margin-right: 5px;
    margin-bottom: 12px;
    line-height: 1;
}

/*.single-collection-btn:last-child {
    margin-right: 0;
    margin-bottom: 0;
}*/

.single-collection-btn:hover {
    color: var(--color-accent);
}

@media all and (max-width: 1199.8px) {
    .hero-single-title-main h1 {
        font-size: 3.1875rem;
        line-height: 1.1176470588;
    }
}

@media all and (max-width: 575.8px) {
    .hero-single-title-main h1 {
        font-size: 1.6875rem;
        line-height: 1.22;
    }

    .single-collection-btn {
        font-size: 14px;
    }

    .collection-content p {
        font-size: 14px;
    }
}

@media all and (max-width: 384px) {
    .hero-single-title-main h1 {
        font-size: 1.3125rem;
        line-height: 1.28;
    }
}

/* BLOG TEMPLATE PAGE */
.page-item.active .page-link {
    background-color: var(--color-black);
    border-color: var(--color-black);
}

.pagination {
    justify-content: center;
}

.page-link {
    color: var(--color-black);
}


.page-link:hover,
.page-link:focus {
    color: var(--color-accent);
}

.page-link:focus {
    box-shadow: 0 0 0 0.25rem rgb(253 186 13 / 25%);
}

.blog-btn {
    color: var(--color-black);
    text-decoration: underline;
    font-size: 0.9375rem;
    line-height: 1.42859;
}

.blog-btn:hover {
    color: var(--color-accent);
}

.category-list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

@media all and (max-width: 575.8px) {
    .blog-btn {
        font-size: 14px;
        line-height: 1.42;
    }
}

/* SINGLE ARTICLE PAGE */
.article-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 15px;
}

/* /==========================================/ WIDGETS /==========================================/ */

/* HEADER EXTRA CONTENT */
.header-extra-content {
    position: absolute;
    z-index: 9985;
    bottom: 16px;
    font-size: 14px;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
}

.header-extra-content p {
    font-size: 14px;
    text-align: start;
    color: var(--color-black);
}

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

.info-call {
    border-radius: 50px;
}

.icon-call span {
    background: var(--color-accent);
    color: var(--white);
    padding: 25px 15px;
    display: flex;
    font-size: 1.2rem;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

span.info-call-icon {
    background: var(--color-accent);
    padding: 15px;
    display: flex;
    font-size: 1.2rem;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px;
    line-height: 1;
    border-radius: 50px;
}

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

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

.info-call {
    display: none;
}

/* WHATSAPP */
.floating_btn {
    position: fixed;
    bottom: 50px;
    left: 30px;
    width: 100px;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 8888;
}

@media (max-width: 767.98px) {
    .floating_btn {
        position: fixed;
        bottom: 15px;
        left: 15px;
        width: 80px;
        height: 80px;
    }
}

@keyframes pulsing {
    to {
        box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
    }
}

.contact_icon {
    background-color: #42DB87;
    color: var(--white);
    width: 60px;
    height: 60px;
    font-size: 30px;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translatey(0px);
    animation: pulse 1.5s infinite;
    box-shadow: 0 0 0 0 #42DB87;
    -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    font-weight: normal;
    font-family: sans-serif;
    text-decoration: none !important;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

/* /==========================================/ FOOTER /==========================================/ */

.footer-content {
    background-color: var(--white);
    color: var(--color-black);
    border-top: 1px solid var(--border-color);
}

#menu-menu-servizi li a,
#menu-menu-link li a {
    color: var(--title-color);
    font-size: 0.9375rem;
    line-height: 1;
}

#menu-menu-servizi li a:hover,
#menu-menu-link li a:hover {
    color: var(--color-accent);
}

h4.footer-widget-title {
    font-size: 1.5rem;
    line-height: 1.42859;
    text-transform: uppercase;
    font-weight: bold;
    color: var(--title-color);
}

.sub-footer {
    background-color: var(--white);
    border-top: 1px solid var(--border-color);
}

.copyright-text a,
.privacy-content a {
    color: var(--title-color);
}

.copyright-text {
    color: var(--title-color);
    font-size: 0.9375rem;
    line-height: 1.42859;
    word-break: break-word;
}

img.footer-logo {
    max-height: 150px;
    height: 150px;
}

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

    h4.footer-widget-title {
        font-size: 0.9375rem;
        line-height: 1.42859;
    }

    .copyright-text {
        font-size: 12px;
    }
}

/* SEARCH FORM */
input.search-field,
input.search-submit {
    border: 1px solid var(--color-black);
    color: var(--color-black);
    display: flex;
    font-size: 0.9375rem;
    height: 40px;
    padding: 0.6rem 1.5rem;
    margin-right: 5px;
    margin-bottom: 5px;
    line-height: 1;
    align-items: center;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
    border-radius: 50px;
}

.search-form {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.border-segnalation {
    border: 1px solid blue;
    padding: 10px;
    margin: 10px;
}

/* /==========================================/ SIDEBAR.PHP /==========================================/ */

/* Navigation prev & next post*/
nav.navigation.post-navigation a {
    color: var(--white);
    background-color: var(--color-accent);
    border: 1px solid var(--color-accent);
    border-radius: 50px;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    -ms-transition: all .25s ease;
    transition: all .25s ease;
    padding: 10px 15px;
}

nav.navigation.post-navigation a:hover {
    background-color: #00af74;
    border-color: #00af74;
    color: var(--white);
}

.nav-links {
    display: flex;
    flex-wrap: wrap;
}

.nav-previous,
.nav-next {
    flex: 0 0 auto;
    width: 50%;
    text-align: left;
}

.search-form input.search-submit {
    background: var(--color-accent);
    border: 1px solid var(--color-accent)!important;
}

@media all and (max-width: 575.8px) {
    nav.navigation.post-navigation a {
        font-size: 12px;
        padding: 5px 10px;
    }
}

/* /==========================================/ SEARCH PAGE /==========================================/ */


.hero-search h1 {
    color: var(--title-color);
    position: relative;
    z-index: 2;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 4.6875rem;
    line-height: 1.12;
}

@media all and (max-width: 1199.8px) {
    .hero-search h1 {
        font-size: 3.1875rem;
        line-height: 1.1176470588;
    }
}

@media all and (max-width: 575.8px) {
    .hero-search h1 {
        font-size: 1.6875rem;
        line-height: 1.22;
    }
}

@media all and (max-width: 384px) {
    .hero-search h1 {
        font-size: 1.3125rem;
        line-height: 1.28;
    }
}