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


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

body,
html {
    overflow-x: hidden;
    margin: 0;
    width: 100%;
}

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

/* #80A1C1   blu */
/* #BDE4A7   verde */
/* #FFFD98   giallo */

h1,
h2,
h3,
h4 {
    padding: 15px 0;
    font-family: 'Raleway', sans-serif;
    color: #333;
}

p {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    line-height: 30px;
    color: #555;
}

a {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
}

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

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

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

.no-padding {
    padding: 0 !important;
}

.relative {
    position: relative;
}

/* DROPDOWN MOBILE ON CLICK */
.freccia-submenu::after {
    content: '↓';
    position: absolute;
    right: 0;
    top: 30px;
    height: 20px;
    width: 18px;
    color: #fff;
    background-repeat: no-repeat;
    display: inline-block;
    transform: translateY(-50%);
}
.row.vertical {
  text-align: center;
}
#menu-principale li:focus-within > ul {
    display: block !important;
}

#menu-principale ul {
    display: none;
}

/* DROPDOWN MOBILE ON CLICK */


/* ACTIVE ITEM LINK MENU WORDPRESS */
.current_page_item a {}

/* ACTIVE ITEM LINK MENU WORDPRESS */

/* SUB MENU DROPDOWN */
.menu-principale-container ul ul {
}

.menu-principale-container ul li:hover > ul {
}

.menu-principale-container ul ul {
    position: absolute;
    z-index: 99999;
    width: auto;
}

.menu-principale-container li {
    position: relative;
}
.logo-footer {
  width: 100% !important;
}
/* SUB MENU DROPDOWN */

#menu-item-126:hover > ul {
    display: block;
    padding: 15px;
    right: 0;
    background: #eee;
}

.sub-menu li {
    display: block !important;
    width: max-content;
    margin: 15px 0;
    border-bottom: 1px solid #ddd;
}

.sfondo-interne {
    height: 400px;
    background-size: cover;
    width: 100%;
    margin: 0 auto;
}

header {
    background: #fff;
}

.logo-header {
    display: block;
    width: 200px;
    margin: 15px 0;
}

#menu-principale {
    list-style: none;
}
#menu-principale li {
    display: inline-block;
}

#menu-principale li a {
    text-decoration: none;
    text-transform: uppercase;
    color: #555;
    padding: 10px;
    font-weight: 700;
    font-size: 13px;
}

.chi-siamo-home {
    padding: 60px 0;
}

.chi-siamo-home .testo {
    text-align: center;
    max-width: 70%;
    margin: 0 auto;
}
#responsive-menu-pro {
    margin-top: 120px!important;
}
.chi-siamo-home .testo h2 {
    padding: 0 0 15px 0;
    margin-bottom: 15px;
    border-bottom: 1px solid;
    display: inline-block;
    color: #80A1C1;
    font-size: 28px;
}

#principi-home {
    background: #fbfbfb;
    padding: 100px 0;
}
header .menu-principale-container {
    float: right;
}
.box-principio img {
    padding: 0 45px;
    filter: opacity(0.7);
    background: #fff;
    border-radius: 100px;
    height: 150px;
    width: 150px;
    box-shadow: 4px 4px 14px -5px #0000004d;
    margin-bottom: 15px;
}

.box-principio {
    text-align: center;
    height: 200px;
    margin: 30px 6px;
}

.box-principio h2 {
    color: #80a1c1;
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
}

.mail-header {
    text-decoration: none;
    color: #555;
    font-weight: 700;
}
#progetti-1 ul {
    list-style: none;
}
#progetti-1 h2 {
    color: #80A1C1;
    font-size: 30px;
    margin-top: 60px;
    margin-left: 15px;
}
#progetti-1 a {
    text-decoration: none;
}
#progetti-1 {
    padding: 0 0 100px 0;
}
#accreditamenti-partner h3 {
    color: #80a1c1;
}
.leggi-tutto {
    background: #fff;
    display: inline-block;
    padding: 10px 20px;
    text-transform: uppercase;
    font-size: 12px;
}
#pagina-articolo {
    padding: 100px 0;
}
.page {
    font-family: raleway;
    color: #555;
    line-height: 30px;
}
#pagina-articolo h1 {
    color: #80A1C1;
    font-size: 30px;
}
.box-post h3 {
    color: #80a1c1;
    text-transform: uppercase;
}
.post-categories a {
    font-size: 12px;
    text-transform: uppercase;
    color: #333;
    pointer-events: none;
}
.mail-header i {
    margin-right: 6px;
    color: #80a1c1;
    font-size: 18px;
}
.box-progetto {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #eee;
    margin: 15px 0;
    padding: 15px;
}
.box-progetto h3 {
    color: #80a1c1;
}
.box-post {
    background: #eee;
    margin: 15px 0;
    padding: 15px;
}
.box-post img {
    width: 100%;
    height: 200px;
    margin-top: 15px;
    object-fit: cover;
}
#principi-home .titolo-principi {
    text-align: center;
    display: inline-block;
    border-bottom: 1px solid;
    margin-bottom: 30px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    color: #80a1c1;
    font-size: 28px;
}
.box-progetto {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.chi-siamo-home .testo a {
    text-decoration: none;
    display: inline-block;
    color: #fff;
    background: #80A1C1;
    padding: 10px 30px;
    margin-top: 15px;
    opacity: 1;
    transition: 0.3s;
}

.chi-siamo-home .testo a:hover {
    opacity: 0.8;
}

iframe {
    display: block;
}

#contatti h2 {
    font-size: 30px;
    color: #80a1c1;
}

#contatti ul {
    list-style: none;
    margin: 30px 0;
}

#contatti ul li {
    display: flex;
    align-items: center;
    margin: 15px 0;
}

#contatti ul li i {
    color: #80a1c1;
    font-size: 24px;
    margin-right: 8px;
}

#contatti {
    padding: 80px 0;
}

#contatti ul li a {
    text-decoration: none;
    color: #444;
}

#chi-siamo1 .testo {
    max-width: 500px;
    margin: 0 auto;
}

#chi-siamo1 .testo h2 {
    font-size: 28px;
    color: #80a1c1;
}

.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    padding: 10px;
    font-family: 'Raleway', sans-serif;
    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: 'Raleway', sans-serif;
    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: 'Raleway', sans-serif;
    color: #fff;
    cursor: pointer;
    background: #80a1c1;
    line-height: 32px;
    width: 180px;
    padding: 5px 0px;
    text-transform: uppercase;
    text-align: center;
    transition: 0.3s;
    margin-top: 15px;
}

.wpcf7-form-control.wpcf7-submit:hover {
    opacity: 0.8;
}

.wpcf7-list-item {
    width: 100%;
    margin: 0 !important;
    color: #353535;
    font-size: 14px;
    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(128, 161, 193, 0);
    box-shadow: 0 1px 1px rgba(128, 161, 193, 0) inset, 0 0 8px rgba(128, 161, 193, 0);
    outline: 0 none;
}

.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required:focus,
.wpcf7-form-control.wpcf7-textarea:focus {
    border-bottom: 1px solid #80a1c1;
}

.vertical-tabs:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: -1px;
    z-index: 1;
}

.vertical-tabs:after {
    content: "";
    display: table;
    clear: both;
}

.vertical-tabs {
    position: relative;
    margin-left: 200px;
    background: linear-gradient(to right, #80a1c1 30%, #eee0 100%), url('https://www.coopvalica.it/wp-content/uploads/2022/07/WhatsApp-Image-2022-07-22-at-15.01.001.jpeg') center center no-repeat;
    background-size: auto, auto;
    border-radius: 0 0 20px 0px;
    background-size: cover;
}

.tabs {
    position: relative;
    float: left;
    width: 200px;
    padding-left: 0;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: -200px;
}

.tabs li {
    position: relative;
    list-style: none;
}

.tabs li:after {
    content: "";
    display: table;
    clear: both;
}

.tabs li a {
    position: relative;
    width: 100%;
    padding: 30px 10px;
    text-decoration: none;
    color: #333;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    font-size: 12px;
    border-radius: 20px 0px 0px;
}

footer .sub-menu {
    display: none !important;
}

.tabs li a b {
    font-weight: 400;
}

.tabs li.active a img {
    filter: invert(1);
}

.tabs li a img {
    width: 40px;
    margin-right: 15px;
    opacity: 0.7;
}

.tabs li.active a {
    z-index: 2;
    background: #80a1c1;
    color: #fff;
    opacity: 1;
}

.tabs-content .content {
    display: none;
    padding: 40px;
}

.tabs-content .content p {
    color: #fff;
}

.tabs-content .content.active {
    display: block;
}

#servizio {
    padding: 60px 0;
}

#servizi {
    padding: 60px 0 120px;
}

#servizi .sub-titolo {
    margin-bottom: 15px;
}

#servizi h2 {
    margin-bottom: 15px;
    border-bottom: 1px solid;
    display: inline-block;
    color: #80a1c1;
    font-size: 28px;
}

#servizi .content img {
    width: 100%;
}

#servizio h2 {
    font-size: 28px;
    color: #80a1c1;
}

#servizio h3 {
    color: #80a1c1;
    text-transform: uppercase;
    margin-top: 30px;
}

.img1mission {
    background:linear-gradient(to bottom, #80a1c1b0, #80a1c136),  url('https://coopvalica.it/wp-content/uploads/2021/06/pexels-negative-space-48604-scaled.jpg') center center no-repeat;
    height: 500px;
    background-size: cover;
}

.img2mission {
    background:linear-gradient(to bottom, #80a1c1b0, #80a1c136),  url('https://coopvalica.it/wp-content/uploads/2021/06/bimbi.jpg') center center no-repeat;
    height: 500px;
    background-size: cover;
}

.img1chisiamo {
    background: url('https://coopvalica.it/wp-content/uploads/2021/06/IMG_2567.jpg') center center no-repeat;
    height: 500px;
    background-size: cover;
}

.img2chisiamo {
    background: url('https://coopvalica.it/wp-content/uploads/2021/06/IMG_2567.jpg') center center no-repeat;
    height: 500px;
    background-size: cover;
}

#mission .testo {
    margin: 0 auto;
    max-width: 500px;
}

#mission .testo h2 {
    color: #80a1c1;
    font-size: 28px;
}

#mission {
    background: #fbfbfb;
}

#chi-siamo1 {
    background: #fbfbfb;
}

footer {
    padding: 60px 0;
    background: #fbfbfb;
}

footer ul {
    list-style: none;
}

footer h3 {
    font-size: 14px;
    text-transform: uppercase;
    color: #aaa;
}

footer ul li {
    margin: 6px 0;
}

footer ul li a {
    color: #333;
    text-decoration: none;
    font-size: 14px;
}

.copyright {
    padding: 15px 0;
    background: #f7f7f7;
}

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

.titolo-servizio {
    font-size: 26px;
    margin: 0 0 30px 0;
    font-weight: 700;
}

#accreditamenti-partner {
    padding: 100px 0;
}

#accreditamenti-partner img {
    width: 120px;
    height: 120px;
    object-fit: contain;
}
.logo-grande {
    width: 100% !important;
}
.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;
}

.hamRotate.active {
    transform: rotate(45deg) scale(0.7) !important;
    filter: invert(1);
}

.hamRotate180.active {
    transform: rotate(180deg);
}

.line {
    fill: none;
    transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
    stroke: #000;
    stroke-width: 5.5;
    stroke-linecap: round;
}
.infermieri {
    width: 100%;
}
#lavora h2 {
    font-size: 40px;
    color: #80a1c1;
    margin-bottom: 60px;
}
#loghi {
    padding: 100px 0;
}
#loghi img {
    width: 240px;
    height: 80px;
    margin: 30px 0;
    object-fit: contain;
}
#lavora {
    padding: 80px 0 120px;
}
.ham1 .top {
    stroke-dasharray: 40 139;
}

.ham1 .bottom {
    stroke-dasharray: 40 180;
}

.ham1.active .top {
    stroke-dashoffset: -98px;
}

.ham1.active .bottom {
    stroke-dashoffset: -138px;
}

#showRight {
    position: fixed;
    right: 15px;
    top: 10px;
    z-index: 999999;
    transform: scale(0.7);
}

.box-chisiamo1 {
    background: linear-gradient(to bottom, #80a1c163, #80a1c1a3), url('https://coopvalica.it/wp-content/uploads/2021/06/WhatsApp-Image-2021-06-14-at-10.04.19.jpeg') center center no-repeat;
    background-size: cover;
    padding: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #fff;
    font-weight: 700;
    font-size: 30px;
    margin-top: 60px;
    width: max-content;
}

.box-chisiamo2 {
    background: linear-gradient(to bottom, #80a1c163, #80a1c1a3), url('https://coopvalica.it/wp-content/uploads/2021/06/WhatsApp-Image-2021-06-14-at-10.03.33.jpeg') center center no-repeat;
    background-size: cover;
    padding: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #fff;
    font-weight: 700;
    font-size: 30px;
    margin-top: 60px;
    width: max-content;
}
