﻿:root {
    --primary: #6A8298;
    --secondary: deepskyblue;
    --bg-color: #effcfc
}

html, h1, h2, h3, h4, h5, h6, p, span, input, strong, b, button, a, li {
    font-family: "Lora", serif !important;
}

body, .menuzord-menu > li > a {
    color: black
}

p {
    font-size: 13pt;
}

.menuzord .menuzord-menu > li > .active, .menuzord .menuzord-menu > li:hover > a, .menuzord .menuzord-menu ul.dropdown li:hover > a {
    background: var(--primary) !important;
    color: #fff;
}

.text-theme-colored {
    color: var(--secondary) !important
}

.border-theme-colored {
    border-color: var(--primary) !important;
}

.bg-theme-colored, .btn-theme-colored, .icon-box.iconbox-theme-colored2 .icon.icon-bordered:hover, .icon-theme-colored.icon-dark a {
    background: var(--primary) !important
}

section, #preloader, header, .header-nav-wrapper.navbar-scrolltofixed {
    background: var(--bg-color)
}

.pricing-table h3 {
    height: 68px;
}

.pricing-table p {
    font-size: 12pt;
    text-align: justify;
}

.layer-overlay.overlay-theme-colored2-9::before {
    background-color: rgba(0,0,0,.7);
}

#sfondo_html {
    height: 350px;
}

    #sfondo_html .title, #sfondo_html li a {
        color: white !important
    }

    #sfondo_html li.active {
        color: deepskyblue;
        font-weight: 700
    }

img.img-shadow-min {
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23) !important
}

.d-none {
    display: none !important;
}

.short-biography {
    max-height: 250px;
    overflow: hidden;
}

.long-biography {
    height: auto;
}

.border-left-right-secondary {
    border-left: 1px solid var(--secondary);
    border-right: 1px solid var(--secondary);
}

.border-up-down-primary {
    border-top: 1px solid var(--primary);
    border-bottom: 1px solid var(--primary);
}

.service-box-content {
    background-color: white;
    border: 1px solid var(--primary);
    text-align: center;
    width: 80%;
    height: 100px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    transition: .3s all ease-in-out;
}

    .service-box-content:hover {
        box-shadow: 0 10px 20px rgba(0,0,0,0.5), 0 6px 6px rgba(0,0,0,0.5) !important;
    }

.patologie .col-xs-6 {
    margin: 10px 0;
}

.btn-theme-colored {
    transition: .5s ease-in-out all !important;
    border-color: var(--primary) !important;
}

.tp-caption.tp-resizeme .cit {
    font-size: 26px !important
}

.btn-theme-colored:hover {
    background: var(--secondary) !important;
}

.icon-box a:hover i {
    color: white !important;
}

.features-details ul {
    list-style: circle;
}

.icon-box.iconbox-theme-colored2 .icon.icon-bordered {
    border-color: var(--primary);
}

.input-group {
    padding-right: 25px;
    width: -webkit-fill-available;
}

#servizi_html li a {
    cursor: pointer;
    color: black
}

#servizi_html .active, #servizi_html li:hover a {
    background-color: var(--primary);
    color: white;
    padding: 5px;
}

#servizi div {
    display: none;
}

#servizi .active {
    display: block !important;
}

@media(max-width:767px) {
    .features-details ul {
        margin-left: 15px;
    }
}

.menuzord-menu a {
    text-transform: uppercase !important;
}

.parallax-custom {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center !important;
}

.row {
    display: flex;
    flex-wrap: wrap;
}

.menuzord-menu ul.dropdown li > a.active {
    padding-left: 28px;
    padding-right: 19px;
    background: var(--primary);
    color: white
}

.img-fluid-custom {
    max-width: 60%;
    vertical-align: -webkit-baseline-middle;
}

.section-content .breadcrumb {
    margin: 20px auto;
    width: fit-content;
    position: relative;
    bottom: -150px;
}

@media(max-width:768px) {
    .section-content .breadcrumb {
        bottom: -110px;
    }
}

.icon-box.iconbox-theme-colored2 .icon.icon-border-effect::after {
    box-shadow: 0 0 0 3px black !important;
}

.left {
    float: left;
}

@media(min-width:992px) {
    .img-chi-sono {
        max-width: 40%;
        margin-right: 40px;
    }
}

.testimonial-content p, .introduzione h3 {
    font-family: "Exo 2", sans-serif !important;
    font-optical-sizing: auto;
    font-style: normal;
}

.chi-sono a {
    margin: 20px 0
}

li::marker {
    color: var(--primary)
}

/*inizio elenco news*/
.snip1447 {
    color: #fff;
    position: relative;
    overflow: hidden;
    margin: 10px;
    min-width: 230px;
    max-width: 315px;
    width: 100%;
    color: #ffffff;
    text-align: left;
    line-height: 1.4em;
    background-color: #141414;
    padding: 0;
}

    .snip1447 * {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all 0.25s ease;
        transition: all 0.25s ease;
    }

    .snip1447 img {
        width: 100%;
        max-width: 100%;
        vertical-align: top;
        opacity: 0.85;
        transition: all ease-in-out .3s linear;
        height: 200px;
        object-fit: cover;
        object-position: top;
    }

    .snip1447:hover img {
        transform: scale(1.4);
    }

    .snip1447 figcaption {
        width: 100%;
        background-color: #141414;
        padding: 25px;
        position: relative;
    }

        .snip1447 figcaption:before {
            position: absolute;
            content: '';
            bottom: 100%;
            left: 0;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 55px 0 0 400px;
            border-color: transparent transparent transparent #141414;
        }

        .snip1447 figcaption a {
            padding: 5px;
            border: 1px solid #ffffff;
            color: #ffffff;
            font-size: 0.7em;
            text-transform: uppercase;
            margin: 10px 0;
            display: inline-block;
            opacity: 0.65;
            width: 47%;
            text-align: center;
            font-weight: 600;
            letter-spacing: 1px;
            text-decoration: none;
        }

            .snip1447 figcaption a:hover {
                opacity: 1;
            }

    .snip1447 .profile {
        border-radius: 50%;
        position: absolute;
        bottom: 100%;
        left: 25px;
        z-index: 1;
        max-width: 90px;
        opacity: 1;
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    }


    .snip1447 h2 {
        color: white;
        margin: 0 0 5px;
        font-weight: 300;
    }

        .snip1447 h2 span {
            display: block;
            font-size: 0.5em;
            color: #2980b9;
        }

    .snip1447 p {
        margin: 0 0 10px;
        font-size: 1em;
        letter-spacing: 1px;
        opacity: 0.8;
    }

    .snip1447:hover:before,
    .snip1447.hover:before {
        bottom: 0;
        box-shadow: 0 0 0px white;
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
    }

.search {
    width: 100%;
    position: relative;
    display: flex;
}

.searchTerm {
    width: 100%;
    border: 3px solid #00B4CC;
    border-right: none;
    padding: 5px;
    height: 36px;
    border-radius: 5px 0 0 5px;
    outline: none;
    color: #9DBFAF;
}

    .searchTerm:focus {
        color: #00B4CC;
    }

.searchButton {
    width: 40px;
    height: 36px;
    border: 1px solid #00B4CC;
    background: #00B4CC;
    text-align: center;
    color: #fff;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
    font-size: 20px;
}

/*Resize the wrap to see the search bar change!*/
.wrap {
    width: 30%;
}
/*fine elenco-news*/

/*recensioni*/
.testimonial {
    text-align: center;
}

    .testimonial .testimonial-content {
        padding: 40px 30px 40px;
        border-top: 1px solid var(--primary);
        border-left: 1px solid var(--primary);
        position: relative;
        margin-bottom: 50px;
        font-size: 15px;
        line-height: normal;
        text-align: left;
    }

        .testimonial .testimonial-content:before {
            content: "\f10e";
            font-family: fontawesome;
            float: left;
            display: inline-block;
            padding: 0 15px 5px 0;
            font-size: 30px;
            text-align: center;
            position: relative;
            top: 12px;
            left: 0px;
        }

        .testimonial .testimonial-content:after {
            content: "";
            position: absolute;
            bottom: 0;
            left: 0;
            width: 50%;
            height: 1px;
            background-color: var(--primary);
        }

    .testimonial .testimonial-info {
        position: relative;
    }

        .testimonial .testimonial-info:before {
            content: "";
            position: absolute;
            top: -50px;
            left: 50%;
            background-color: var(--primary);
            width: 1px;
            height: 49px;
        }

        .testimonial .testimonial-info:after {
            content: "";
            position: absolute;
            top: -52px;
            left: 50%;
            background-color: var(--primary);
            width: 2px;
            height: 51px;
            transform: skewX(-45deg);
            transform-origin: 100% 100% 0;
        }

    .testimonial .pic {
        display: inline-block;
        width: 50px;
        height: 50px;
        border: 2px solid var(--primary);
        border-radius: 50%;
        margin-right: 7px;
        font-size: 35px;
    }

        .testimonial .pic .fa {
            position: relative;
            top: -8px;
        }

    .testimonial .testimonial-title {
        display: inline-block;
    }

        .testimonial .testimonial-title p {
            display: block;
            color: var(--primary);
            font-size: 22px;
            text-transform: capitalize;
            font-weight: 700;
            letter-spacing: 1px;
        }


.descrizione-kintsugi p {
    font-size: 13pt;
    text-align: justify;
}

.pricing-table {
    height: 98%;
}

.pricing-icon.pricing-primary {
    background-color: var(--primary);
}

.chi-sono .service-categories {
    padding-top: 3em;
    padding-bottom: 3em;
    background-size: cover;
}
    /*DEMO ONLY*/
    .chi-sono .service-categories .card {
        transition: all 0.2s;
        min-height: 150px;
        height: max-content !important;
        margin: 10px 0
    }

    .chi-sono .service-categories .card-title {
        padding-top: 0.5em;
    }

    .chi-sono .service-categories a:hover {
        text-decoration: none;
    }

.chi-sono .service-card {
    background: white;
    border: 2px solid var(--primary);
    padding: 10px 25px;
}

    .chi-sono .service-card:hover {
        background: white;
        border-right: 5px solid var(--primary);
        border-left: 5px solid var(--primary);
    }

.omamori {
    position: relative;
}

    .omamori::after {
        content: '金 継 ぎ';
        position: absolute;
        width: min-content;
        top: 19%;
        left: 33%;
        font-size: 2.5em;
        line-height: normal;
        font-weight: bold;
    }

@media(max-width:768px) {
    .omamori img {
        display: none;
    }
}

@media(min-width:992px) {
    .introduzione {
        background-color: white;
        border-radius: 0 0 50% 0;
        padding-left: 150px;
        padding-right: 50px;
        position: relative;
        top: -60px;
        padding-top: 60px
    }
}

.biografia .percorso {
    width: max-content;
    margin: 0 auto;
    border: 1px solid var(--primary);
    background-color: var(--secondary);
    padding: 15px;
    font-size: 13pt;
    color: white;
    cursor: pointer;
}

#biografia p {
    font-family: "Dancing Script", cursive !important;
    font-optical-sizing: auto;
    font-size: 18pt;
    line-height: normal;
    font-weight: bold;
}

.text-primary.subtitle-biografia {
    font-size: 20pt !important;
}

.widget li a, .widget li span, .widget li .value {
    color: #666666 !important;
}

.widget li:hover a, .widget li:hover span, .widget li:hover .value, .text-white, .text-white span {
    color: white !important;
}

.chi-sono ul {
    margin-left: 15px;
}

@media(max-width:389px) {
    .omamori {
        width: 100%;
    }

        .omamori::after {
            width: 100%;
        }
}

.menuzord-brand img {
    max-height: 50px;
    position: relative;
}

@media(min-width:992px) {
    .menuzord-brand img {
        max-height: none;
        height: 200px;
        position: absolute;
        z-index: 9999;
    }
	.header-nav-wrapper.navbar-scrolltofixed{
		height:100px
	}
	.header-nav-wrapper.navbar-scrolltofixed ul{
		margin-top:15px
	}
}
