/* 
Theme Name: Euthymia
Description: Euthymia
Version: 1.0
*/

@import url('https://fonts.googleapis.com/css2?family=Catamaran:wght@400;900&display=swap');

body,
html {
    overflow-x: hidden;
    margin: 0;
    width: 100%;
    scroll-behavior: smooth;
    background: #f7f7f2;
}
.copyright a {

    color: #555;
}
.iconsvg {
    width: 300px;
    position: absolute;
    right: 29%;
    padding: 20px;
    z-index: 999999;
	display:block;
}
a[href^="tel"] {
    color: inherit;
    /* Inherit text color of parent element. */
    text-decoration: none;
    /* Remove underline. */
    /* Additional css `propery: value;` pairs here */
}

* {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4 {
    font-family: 'Catamaran', sans-serif;
    margin: 15px 0;
}

p {
    font-family: 'Catamaran', sans-serif;
    letter-spacing: 1px;
    color: #353535;
    margin: 15px 0;
}

a {
    font-family: 'Catamaran', sans-serif;
    letter-spacing: 1px;
}

.b-verde{
    background: #c5d86d;
}
.b-nero{
    background:  #353535;
}
.b-bianco{
    background:  #f0f0eb;
}
.bianco{
    color: #f7f7f2;
}

.vertical {
    display: flex;
    align-items: center;
    justify-content: center;
}

.center-text {
    text-align: center;
}

.right-text {
    text-align: right;
}

.relative {
    position: relative;
}
.no-padding {
    padding: 0 !important;
}
.social-header {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.social-header a {
    text-decoration: none;
    font-size: 30px;
    color: #f7f7f2;
}
header {
    height: 0;
}

/* ACTIVE ITEM LINK MENU WORDPRESS */
.current_page_item a {
    color: #c5d86d !important;
}
/* ACTIVE ITEM LINK MENU WORDPRESS */




.container-fluid{
    width: 90%;
}
.box-header {
    height: 100px;
    position: fixed;
    width: 45%;
    background: #353535;
    z-index: 9999;
}

.logo {
    width: 200px;
    height: 100px;
    filter: grayscale(1) brightness(9);
}

#euthymia .testo {
    background: #c5d86d;
    padding: 60px;
    position: relative;
    top: -1px;
}
#euthymia .testo h2 {
    font-size: 60px;
    letter-spacing: 14px;
    color: #f7f7f2;
}
#euthymia .testo a {
    text-decoration: none;
    color: #353535;
    padding: 7px 14px;
    display: inline-block;
    background: #f7f7f2;
}
#centro .testo {
    padding: 60px;
    background: #f0f0eb;
}
#centro .testo h2 {
    font-size: 26px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #c5d86d;
}
#descrizione {
    padding: 0 0 50px 0;
}
#descrizione .testo {
    display: inline-block;
    padding: 60px;
    background: #f0f0eb;
}
#descrizione .testo p {
    color: #353535;
}
.divider-nero {
    height: 100px;
    background: #353535;
    width: 90%;
    margin: 0 auto;
    display: flex;
    align-items: center;
}
.divider-nero h2 {
    padding-left: 60px;
    color: #c5d86d;
    font-weight: 1;
    letter-spacing: 1px;
}
.social-header a img {
    width: 34px;
    display: block;
}
.categoria .titolo {
    font-size: 26px;
    text-transform: uppercase;
    letter-spacing: -1px;
    color: #353535;
    position: relative;
    font-weight: 400;
    z-index: 3;
    width: max-content;
}
.categoria .titolo::before {
    content: '';
    height: 12px;
    display: inline-block;
    background: #c5d86d;
    position: absolute;
    left: 0;
    bottom: 10px;
    z-index: -1;
    width: 100%;
}
.categoria .titolo i {
    margin-left: 10px;
    transition: 0.3s ease;
}
.titolo-link:hover i{
    margin-left: 20px;
}
.categoria .box {
    height: 120px;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.categoria a {
    text-decoration: none;
}
.categoria p {
    margin: 0;
    text-align: center;
}
.margin-servizi {
    height: 80px;
    margin-top: 30px;
}
#cbp-spmenu-s3 .menu-principale-container{
    margin-left: 100px;
}
#cbp-spmenu-s3 #menu-principale {
    list-style: none;
}
footer {
    padding: 80px 0;
    margin-top: 80px;
    background: #f0f0e9;
}
.copyright{
	background:#f0f0e9;
}
.copyright p {
    margin: 0;
    color: #fff;
    padding: 15px 0;
    font-size: 14px;
    background: #c5d86d;
}
.telefono-fixed {
    position: fixed;
    bottom: 80px;
    left: 15px;
    text-decoration: none;
    z-index: 9999;
}
.map-fixed {
    position: fixed;
    bottom: 80px;
    right: 15px;
    text-decoration: none;
    z-index: 9999;
}

.telefono-fixed img {
    width: 40px;
}
.map-fixed img {
    width: 40px;
}

#showTop {
    height: 100px;
    width: 100px;
    position: relative;
    z-index: 9999;
}
.ham {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: transform 400ms;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transform: scale(0.7);
}
.hamRotate.active {
  transform: scale(0.7) rotate(45deg);
}
.hamRotate180.active {
  transform: scale(0.7) rotate(180deg);
}
.line {
  fill:none;
  transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
  stroke:#f7f7f2;
  stroke-width:2.5;
  stroke-linecap:round;
}
.ham1 .top {
  stroke-dasharray: 40 139;
}
.ham1 .bottom {
  stroke-dasharray: 40 180;
}
.ham1.active .top {
  stroke-dashoffset: -98px;
}
.ham1.active .bottom {
  stroke-dashoffset: -138px;
}



.testi-box .testo {
    padding: 120px 60px;
    position: relative;
    top: -1px;
}
.testi-box h2 {
    position: relative;
    top: 180px;
    font-size: 50px;
    letter-spacing: 2px;
    color: #353535;
    line-height: 60px;
}

#domicilio {
    margin: 80px auto;
}
#domicilio p {
    color: #353535;
    border-top: 10px solid #c5d86d;
    padding-top: 30px;
    font-size: 28px;
    padding-left: 30px;
}
.contatti-footer ul li {
    font-family: 'Catamaran', sans-serif;
}
.studio {
    width: 80%;
    position: absolute;
    top: 60px;
    height: 370px;
    object-fit: cover;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.immagini {
    width: 80%;
    position: absolute;
    top: 0px;
    height: 360px;
    object-fit: cover;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
	display:block;
}
#disturbi-interne h2 {
    font-size: 26px;
    color: #353535;
}
#disturbi-interne h3 {
    font-weight: 100;
    color: #353535;
    font-size: 16px;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    border-left: 10px solid #c5d86d;
    height: 140px;
    padding: 15px;
    transition: 0.4s;
}
#disturbi-interne h3:hover {
    border-left: 10px solid #353535;
}
#disturbi-interne {
    margin-top: 60px;
}





.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    padding: 10px;
    font-family: 'Catamaran', sans-serif;
    letter-spacing: 0.4px;
    border: unset;
    width: 100%;
    background: none;
    color: #353535;
    text-align: left;
    font-size: 10pt;
    border-bottom: 1px solid #3535355c;
    transition: 0.4s;
}
.wpcf7-form-control.wpcf7-textarea {
    padding: 10px;
    font-family: 'Catamaran', sans-serif;
    letter-spacing: 0.4px;
    border: unset;
    width: 100%;
    background: none;
    color: #353535;
    text-align: left;
    font-size: 10pt;
    border-bottom: 1px solid #3535355c;
    height: 160px;
    transition: 0.4s;
}
.wpcf7-form-control.wpcf7-submit {
    border: unset;
    font-size: 10pt;
    font-family: 'Catamaran', sans-serif;
    color: #fff;
    cursor: pointer;
    background: #c5d86d;
    line-height: 32px;
    width: 180px;
    padding: 10px 0;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
	transition: 0.3s;
}
.wpcf7-form-control.wpcf7-submit:hover {
    background: #353535;
}
.wpcf7-list-item {
    width: 100%;
    margin: 0 !important;
    color: #353535;
    font-size: 14px;
    letter-spacing: 0.4px;
    display: inline-block;
    text-align: left;
}
.wpcf7-form-control-wrap {
    position: relative;
}
.wpcf7 .ajax-loader {
    display: none !important;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    border-color: #dc3232!important;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {   
  border-color: rgba(126, 239, 104, 0);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0) inset, 0 0 8px rgba(126, 239, 104, 0);
  outline: 0 none;
}
.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required:focus, .wpcf7-form-control.wpcf7-textarea:focus {
    border-bottom: 1px solid #c5d86d;
}

.links {
    border-bottom: 1px solid #3535351c;
    padding-bottom: 80px;
    border-top: 1px solid #3535351c;
    padding-top: 30px;
    margin-bottom: 80px;
}
.links ul {
    list-style: none;
}

.links ul li a {
    text-decoration: none;
    color: #353535bd;
    transition: 0.3s;
}
.links ul li a:hover {
    color: #c5d86d;
}
.links h3 {
    color: #353535;
    position: relative;
    margin: 15px 0 5px;
    z-index: 1;
    letter-spacing: -1px;
    display: inline-block;
    font-weight: 400;
    font-size: 20px;
}
.links h3::before {
    content: '';
    height: 6px;
    display: inline-block;
    background: #c5d86d;
    position: absolute;
    left: 0;
    bottom: 10px;
    z-index: -1;
    width: 100%;
}
.links i {
    margin-left: 3px;
    color: #353535;
    font-size: 15px;
}

.mappa {
    width: 100%;
    height: 550px;
}
.mappa iframe {
    max-width: 100%;
    height: 100%;
}

.archive-title {
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1px;
    background: #f0f0e9;
    margin: 0;
    padding: 15px 0;
}
.img-icona {
    width: max-content;
    margin: 0 auto;
}
.img-icona img {
    width: 15vw;
    position: relative;
    bottom: 40px;
}
.icona-pagine {
    width: 30%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    bottom: 40px;
    opacity: 0.7;
}











.logo-footer {
    display: block;
}
.logo-footer img {
    width: 70%;
    padding-left: 15px;
}
.social-footer img {
    width: 35px;
    margin-right: 15px;
}
.contatti-footer ul {
    list-style: none;
    margin: 0 auto;
    width: 240px;
}
.lista-contatti li img {
    width: 20px;
    margin-right: 10px;
}
.lista-contatti {
    list-style: none;
}
.lista-contatti li {
    display: flex;
    align-items: center;
}
.contatti-pag h2 {
    top: unset;
}
.box-testo-cont {
    position: relative;
    top: 150px;
}


.box-t {
    width: 420px;
    height: 100px;
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    top: 220px;
    margin-left: 65px;
}
.box-t .title {
     width: 100%;
     position: relative;
     display: flex;
     align-items: center;
     height: 60px;
}
.box-t .title .hblock {
     width: 0%;
     height: inherit;
     background: #c5d86d;
     position: absolute;
     animation: mainBlock 2s cubic-bezier(0.74, 0.06, 0.4, 0.92) forwards;
     display: flex;
}
 .box-t .title h2 {
    font-family: 'Catamaran', sans-serif;
    color: #353535;
    font-size: 52px;
    -webkit-animation: mainFadeIn 2s forwards;
    -o-animation: mainFadeIn 2s forwards;
    animation: mainFadeIn 2s forwards;
        animation-delay: 0s;
    animation-delay: 1.6s;
    opacity: 0;
    display: flex;
    align-items: baseline;
    position: relative;
}
.box-t .title h2 span {
     width: 0px;
     height: 0px;
     -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
     border-radius: 50%;
     background: #ffb510;
     -webkit-animation: load 0.6s cubic-bezier(0.74, 0.06, 0.4, 0.92) forwards;
     animation: popIn 0.8s cubic-bezier(0.74, 0.06, 0.4, 0.92) forwards;
     animation-delay: 2s;
     margin-left: 5px;
     margin-top: -10px;
     position: absolute;
     bottom: 13px;
     right: -12px;
}
.box-t .role {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    height: 30px;
    margin-top: -5px;
}
 .box-t .role .hblock {
     width: 0%;
     height: inherit;
     background: #c5d86d;
     position: absolute;
     animation: secBlock 2s cubic-bezier(0.74, 0.06, 0.4, 0.92) forwards;
     animation-delay: 2s;
     display: flex;
}
.box-t .role p {
    animation: secFadeIn 2s forwards;
        animation-delay: 0s;
    animation-delay: 3.2s;
    opacity: 0;
    font-weight: 400;
    font-family: 'Catamaran', sans-serif;
    color: #353535;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 5px;
}
 @keyframes mainBlock {
     0% {
         width: 0%;
         left: 0;
    }
     50% {
         width: 100%;
         left: 0;
    }
     100% {
         width: 0;
         left: 100%;
    }
}
 @keyframes secBlock {
     0% {
         width: 0%;
         left: 0;
    }
     50% {
         width: 100%;
         left: 0;
    }
     100% {
         width: 0;
         left: 100%;
    }
}
 @keyframes mainFadeIn {
     0% {
         opacity: 0;
    }
     100% {
         opacity: 1;
    }
}
 @keyframes popIn {
     0% {
         width: 0px;
         height: 0px;
         background: #c5d86d;
         border: 0px solid #ddd;
         opacity: 0;
    }
     50% {
         width: 10px;
         height: 10px;
         background: #c5d86d;
         opacity: 1;
         bottom: 45px;
    }
     65% {
         width: 7px;
         height: 7px;
         bottom: 0px;
         width: 15px;
    }
     80% {
         width: 10px;
         height: 10px;
         bottom: 20px;
    }
     100% {
         width: 7px;
         height: 7px;
         background: #c5d86d;
         border: 0px solid #222;
         bottom: 13px;
    }
}
 @keyframes secFadeIn {
     0% {
         opacity: 0;
    }
     100% {
         opacity: 0.5;
    }
}
 @keyframes top {
     0% {
         opacity: 0;
         bottom: -80px;
    }
     100% {
         opacity: 1;
         bottom: 0px;
    }
}
 @keyframes icon {
     0% {
         opacity: 0;
         transform: scale(0);
    }
     50% {
         opacity: 1;
         transform: scale(1.3) rotate(-2deg);
    }
     100% {
         opacity: 1;
         bottom: 0px;
    }
}





.wrapper {
	 box-sizing: border-box;
	 height: 32em;
	 width: 32em;
	 margin: 0 calc(50% - 16em) 0;
	 padding: 9em 8em;
	position: absolute;
	 animation: rotate-whole 5s infinite linear;
}
 .block {
	 display: inline-block;
	 height: 14em;
	 width: 4em;
	 margin: 0 -4.3px 0 0;
	 background: white;
	 mix-blend-mode: difference;
}
 .block.first {
	 transform: translate(6em, -5.5em) rotate(-90deg) scaleX(0.75) scaleY(0.5732);
	 animation: rotate-block-first 5s infinite cubic-bezier(0.72, 0.31, 0.29, 0.67);
	 background: #c5d86d;
}
 .block.second {
	 transform: translate(2em, 5.5em) rotate(-90deg) scaleX(0.75) scaleY(0.5732);
	 animation: rotate-block-second 5s infinite cubic-bezier(0.72, 0.31, 0.29, 0.67);
	 background: #c5d86d;
}
 .block.thirth {
	 transform: translate(-7.5em, 0) scaleX(0.75) scaleY(0.5732);
	 animation: rotate-block-thirth 5s infinite cubic-bezier(0.72, 0.31, 0.29, 0.67);
	 background: #353535;
}
 .block.fourth {
	 transform: translate(-0.5em, 0) scaleX(0.75) scaleY(0.5732);
	 animation: rotate-block-fourth 5s infinite cubic-bezier(0.72, 0.31, 0.29, 0.67);
	 background: #353535;
}
 @keyframes rotate-block-first {
	 25%, 85%, 100% {
		 transform: translate(8em, 0);
	}
}
 @keyframes rotate-block-second {
	 30%, 90%, 100% {
		 transform: translate(0, 0);
	}
}
 @keyframes rotate-block-thirth {
	 35%, 95%, 100% {
		 transform: translate(-2em, -2em) rotate(90deg);
	}
}
 @keyframes rotate-block-fourth {
	 40%, 100% {
		 transform: translate(-6em, 2em) rotate(90deg);
	}
}
 @keyframes rotate-whole {
	 to {
		 transform: rotate(179deg);
	}
}










@keyframes anim-loading-pill {
	 to {
		 transform: scale(0.5);
		 opacity: 0.9;
	}
}
 .loading {
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 width: 100%;
	 height: 100%;
}
 .loading .loading__pill {
    width: 15px;
    height: 15px;
    background-color: #353535;
    border-radius: 50%;
    animation: anim-loading-pill 1s ease-in infinite alternate;
}
 .loading .loading__pill:nth-last-child(1) {
	 animation-delay: -0.3333333333s;
}
 .loading .loading__pill:nth-last-child(2) {
	 animation-delay: -0.6666666667s;
}
 .loading .loading__pill:nth-last-child(3) {
	 animation-delay: -1s;
}
 .loading .loading__pill:not(:last-child) {
    margin-right: 6px;
}





@-webkit-keyframes zoom-anim {
    0% {
        transform: translateX(-50%) scale(1);
    }

    50% {
        transform: translateX(-50%) scale(1.1)
    }

    100% {
        transform: translateX(-50%) scale(1);
    }
}

@keyframes zoom-anim {
    0% {
        transform: translateX(-50%) scale(1);
    }

    50% {
        transform: translateX(-50%) scale(1.1)
    }

    100% {
        transform: translateX(-50%) scale(1);
    }
}

.zoom-anim {
    -webkit-animation: zoom-anim 5s infinite ease-in-out;
    -o-animation: zoom-anim 5s infinite ease-in-out;
    -ms-animation: zoom-anim 5s infinite ease-in-out;
    -moz-animation: zoom-anim 5s infinite ease-in-out;
    animation: zoom-anim 5s infinite ease-in-out;
}



li#menu-item-214 a, li#menu-item-213 a, li#menu-item-212 a, li#menu-item-209 a, li#menu-item-211 a, li#menu-item-210 a {
    transform: translateX(30px);
}