@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;0,1000;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900;1,1000&display=swap');

* {
    transition: .3s color ease;
}

img {
    max-width: 100%;
    height: auto;
}
p{
    margin-bottom:0;
}
.wpcf7-list-item {
    margin: 0;
}
p, h1, h2, h3, h4, h5, h6{
    color:#19333d;
    margin-bottom:0;
}
strong{
    font-weight:700;
}
.site-content ul {
  list-style-type: none; /* Rimuove il marcatore predefinito */
}
.site-content li{
    padding-left:35px;
    background:url(/wp-content/themes/progettoeliquo/assets/img/eliquo-checklist.svg) no-repeat left 8px;
    background-size:20px 20px;
	line-height: 30px;
    margin-bottom: 15px;
}


html,
body {
    overflow-x: hidden;
    position: relative;
    right: 0;
    background-color: #ffffff;
    margin: 0 !important;
    font-family: 'Mulish', sans-serif;
}

html.no-scroll,
body.no-scroll {
    overflow-y: hidden;
}
a{
    text-decoration:none;
    color:#19333d;
}
a:hover, a:active, a:focus {
    text-decoration:none;
    color:#19333d;
}
.button {
    background-color: #51abc2;
    color: #ffffff;
    display: inline-block;
    padding: 0px 20px;
    border-radius: 20px;
    /*height: 40px;*/
    font-size: 16px;
    font-weight: 700;
    border: 2px solid #51abc2;
    line-height: 36px;
    transition: .3s color ease, .3s background-color ease;
}

.button:hover,
.button:active,
.button:focus {
    background-color: transparent;
    color: #51abc2;
    text-decoration: none;
}


.site-content {
    position: relative;
    max-width: 1260px;
    margin: -50px auto;
    padding: 0 30px;
}
.site-content p{
    font-size:19px;
	font-weight:300;
	line-height:30px;
}
.site-content p strong{
	font-weight:600;
}
#container-shm, #site-footer, .site-content{
    z-index:1;
}
.wpcf7 input[type=text], .wpcf7 input[type=email], .wpcf7 input[type=tel], .wpcf7 textarea{
    background: transparent;
    width: 100%;
    font-size: 20px;
    color: #19333d;
    border: 0;
    border-bottom: 1px solid #ffffff;
    outline: 0;
    margin-bottom:50px;
    font-weight:bold;
}
.wpcf7 textarea{
	height:200px;
}
.wpcf7 select {
    background: transparent;
    width: 100%;
    font-size: 15px;
    color: #ffffff;
    border: 0;
    border-bottom: 1px solid #ffffff;
    outline: 0;
    margin-bottom:50px;
    font-weight:400;
    height:33px;
}
.wpcf7 select:focus, .wpcf7 select.active:not(:focus),.wpcf7 select.active:focus{
    color:#19333d;
    font-size: 20px;
    font-weight:bold;
    border-bottom: 1px solid #19333d;
}
.wpcf7 select:not(:focus){
    color:#ffffff;
    font-size: 15px;
    font-weight:400;
    border-bottom: 1px solid #ffffff;
}
.wpcf7 input[type=text]:focus, .wpcf7 input[type=email]:focus, .wpcf7 input[type=tel]:focus, .wpcf7 textarea:focus, .wpcf7 input[type=text]:not(:placeholder-shown), .wpcf7 input[type=email]:not(:placeholder-shown), .wpcf7 input[type=tel]:not(:placeholder-shown), .wpcf7 textarea:not(:placeholder-shown){
    border-bottom: 1px solid #19333d;
}
.wpcf7 ::placeholder {
  color: #ffffff;
  opacity: 1; /* Firefox */
  font-size: 15px;
  font-weight:400;
}

.wpcf7 ::-ms-input-placeholder { /* Edge 12 -18 */
  color: #ffffff;
  font-size: 15px;
  font-weight:400;
}
.wpcf7 .row>div{
    position:relative;
}
.site-content .wpcf7 label:not([for=privacy]) {
    position: absolute;
    top: -20px;
    opacity:0;
    font-size:13px;
}
.wpcf7 .wpcf7-not-valid-tip {
    position: absolute;
    bottom: -30px;
	font-size:13px;
}

.wpcf7 .form-check-input {
    width:20px;
    height:20px;
    border-color: #ffffff;
    margin-right:20px;
}
/* Colore della spunta */
.wpcf7 .form-check-input:checked {
    background-color: #ffffff;
    border-color: #ffffff;
}

/* Hover e Focus */
.wpcf7 .form-check-input:focus{
    background-color: #ffffff; /* Bianco */
    box-shadow: 0 0 0 0.1rem rgba(255, 255, 255, 0.25); /* Ombreggiatura bianca */
}

.wpcf7 input[type=checkbox]:not([role=switch]):checked[type=checkbox] {
    background-image: url(/wp-content/themes/progettoeliquo/assets/img/check-mark.png);
    background-repeat: no-repeat;
    background-size: 80%;
    background-position: center center;
}
/* Modifica il colore del testo */
.wpcf7 .form-check-label {
    color: #000000; /* Nero */
}
.wpcf7 .privacy{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom:50px;
}
.wpcf7 .privacy label{
    color:#19333d;
    font-size:14px;
}
.wpcf7 .privacy label a{
    color:#ffffff;
    font-size:14px;
    font-weight:700;
}
.wpcf7 input.button {
    background-color: #ffffff;
    color: #51abc2;
    border-color: #ffffff;
    background-image: url(/wp-content/themes/progettoeliquo/assets/img/chevron-right-solid.svg);
    background-repeat: no-repeat;
    background-position: 78% 55%;
    background-size: 8px;
    padding-right: 30px;
    font-size: 16px;
}
.wpcf7 .wpcf7-spinner{
    position:absolute;
}
.single .site-content {
    margin: 120px auto;
}
.single .site-content .post-content .row>div:first-child{
    padding: 0 100px;
}
.single .site-content .post-content h2{
    font-size:45px;
    padding:50px 0;
    position:relative;
}
.single .site-content .post-content h3{
    font-size:30px;
    position:relative;
}
.single .site-content .post-content .row>div:first-child h2:before{
    content:"";
    position:absolute;
    display:block;
    height:100%;
    width:5px;
    background-color:#19333d;
    top:0;
    left:-100px;
}
.single .site-content .post-content .button{
    margin-top:150px;
	margin-bottom:90px;
    padding:0 40px;
}
.single .site-content .post-content p a{
	color:#51abc2;
	font-weight:600;
}
.social-sharing {
    position: relative;
    margin-top: 30px;
    border: 1px solid #e8ebec;
    line-height: 50px;
    padding: 0 20px 0 30px;
    font-size:16px;
    font-weight:bold;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    border-radius:25px;
}
.social-sharing ul, .social-sharing ul li{
    position: relative;
    margin:0;
    padding:0;
    background-image:none;
        display:inline-block;
}
.social-sharing ul li{
    margin:0 10px;
    font-size:18px;
}
.last-news{
    -webkit-box-shadow: 0px 0px 25px 5px #ececec;
    box-shadow: 0px 0px 25px 5px #ececec;
    padding: 0px 30px;
    margin: 60px 0;
}
.last-news ul, .last-news ul li{
    position: relative;
    margin:0;
    padding:0;
    background-image:none;
}
.last-news ul li{
    font-weight:bold;
    font-size:19px;
    position:relative;
    padding:30px 0;
    border-bottom:1px solid #e8ebec;
	font-weight: 600;
    line-height: 1.5;
}
.last-news ul li:first-child{
    font-weight:800;
}
.last-news ul li:last-child{
    border-bottom:0;
    text-align:right;
}
.last-news ul li:last-child a{
    color:#51abc2;
	font-size:16px;
}
.last-news ul li:last-child a i{
	font-size:12px;
}
@media all and (max-width: 991px) {
    .single .site-content .post-content .row>div:first-child {
        padding: 0 12px;
    }
    .single .site-content .post-content .row>div:first-child h2:before{
        display:none;
    }
    .single .site-content .post-content .button {
        margin-top: 120px;
		margin-bottom: 120px;
    }
    .site-content p {
        font-size: 18px;
    }
    .single .site-content .post-content h2 {
        font-size: 32px;
        padding: 35px 0;
    }
    .single .site-content .post-content h3 {
        font-size: 21px;
    }
	.single .site-content {
		margin: 60px auto 120px auto;
	}
}
@media all and (max-width: 767px) {
    #container-shm.completo {
        background-position: bottom center;
        background-size: 150%;
        background-color: #ffffff;
    }
}

@media all and (max-width: 575px) {
    #container-shm.completo {
        background-position: bottom center;
        background-size: 200%;
        background-color: #ffffff;
    }
}
