:root {
    --larghezza-pic: 80px;
    --altezza-pic: 80px;
}

#oprList {
    font-size: 14px;
    list-style: none;
    margin: 20px 0 20px 0;
    padding: 0;
    font-family: "Montserrat";
    font-weight: 500;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;

}

#oprList li {
    position: relative;
    display: flex;
    margin: 0;
    padding: 10px;
    width: 100%;
    padding: 30px;
    margin-bottom: 0px !important;

}

#oprList li .scheda-cartomante {
    position: relative;
    background-color: white;
    padding: 0 16px 16px 16px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: top;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
    min-width: 100%;
}

/* css soap operatori */
.inostricartomanti {
    background-image: none;
    background-position: right bottom;
    background-repeat: no-repeat;
    line-height: .8em;
    margin: 0;
    font-size: 30px;
    font-size: 3rem;
    border-bottom: 1px solid #ddd;
    padding-bottom: 6px;
}



.inostricartomanti .disponibili {
    display: inline-block;
    font-size: 14px;
    letter-spacing: 0;
    margin-left: 10px;
    vertical-align: middle;

}

.icon_state {

    width: 100%;
    text-align: center;
    color: green;
    font-size: 14px;
    margin-top: 10px;

}

.icon_state span {
    font-weight: bold;
    font-size: 14px;
}

.icon_state_cart_btn .tel_ico,
.icon_state .tel_ico {
    display: inline-block;
    vertical-align: middle;
    height: 20px;
    width: 20px;
    background: url('../images/tel_ico.svg') center center no-repeat;
    background-size: 100%;
    margin-right: 5px;
    filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(83deg) brightness(106%) contrast(101%);
}

.grazia-scheda {
    background: url('../images/grazia.png') center center no-repeat;
    background-size: 100%;
    width: 38px;
    height: 36px;
    display: block;
    position: absolute;
}

.grazia-scheda:nth-child(1) {
    top: 6px;
    left: 6px;
}

.grazia-scheda:nth-child(2) {
    top: 6px;
    right: 6px;
    transform: scaleX(-1);
}

.grazia-scheda:nth-child(3) {
    bottom: 6px;
    left: 6px;
    transform: scaleY(-1);

}

.grazia-scheda:nth-child(4) {
    bottom: 6px;
    right: 6px;
    transform: scaleX(-1) scaleY(-1);

}

.tel_ico_min {
    display: inline-block;
    height: 16px;
    width: 16px;
    background: url('../images/tel_ico.svg') center center no-repeat;
    background-size: 64%;
    margin-right: 2px;
    border: solid 1px #000;
    border-radius: 100%;
    padding: 2px;
    vertical-align: middle;
    margin-top: -2px;

}


.icon_state_cart_btn .tel_occ,
.icon_state .tel_occ {
    display: inline-block;
    vertical-align: middle;
    height: 20px;
    width: 20px;
    background: url('../images/occupato_ico.svg') center center no-repeat;
    background-size: 100%;
    margin-right: 5px;
    filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(83deg) brightness(106%) contrast(101%);
}

.icon_state_cart_btn .tel_ass,
.icon_state .tel_ass {
    display: inline-block;
    vertical-align: middle;
    height: 20px;
    width: 20px;
    background: url('../images/assente_ico.svg') center center no-repeat;
    background-size: 100%;
    margin-right: 5px;
    filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(83deg) brightness(106%) contrast(101%);
}

.tabella_orari_o .user_ico {
    display: inline-block;
    vertical-align: middle;
    height: 20px;
    width: 20px;
    background: url('../images/portrait-solid.svg') center center no-repeat;
    background-size: 100%;
    margin-right: 5px;
    filter: invert(47%) sepia(81%) saturate(327%) hue-rotate(267deg) brightness(88%) contrast(94%);
}


.dati_cartomante {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.cartomante_disponibile {
    color: green;

    border: none;
}

.cartomante_disponibile:hover .tel_ico {
    filter: invert(0%) sepia(5%) saturate(7481%) hue-rotate(290deg) brightness(95%) contrast(98%);
    transition: all 0.2s ease-in-out;
}



.cartomante_assente {
    color: #acacac;
}

.cartomante_occupato {
    color: red;
}

.cartomante_pausa {
    color: var(--ea-blu-ea);
}

.cont_info {
    width: 100%;
    display: table;
    padding-top: 6px;

}


.cont-number {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 20px;
    padding: 10px;
    gap: 10px;
}

.chiama-tasto {
    background-color: green;
    color: white;
    border-radius: 6px;
    padding: 4px 16px;
    font-size: 12px;
    display: flex;
    flex-direction: column;
    line-height: 1.4em;
    align-items: center;
    font-weight: 400;
}

.chiama-tasto .fas {
    margin-right: 6px;
    font-size: 20px;
}

.chiama-tasto .tel-txt {
    font-size: 20px;
    font-weight: 600;
}


.icon_state_cart_btn {
    display: inline-block;
    vertical-align: middle;
    padding: 3px 20px 5px 20px;
    ;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;

}

.icon_state_cart_btn.cartomante_disponibile {
    background-color: #8700e8;
    color: #fff;

}

/*.icon_state_cart_btn.cartomante_pausa {
    background-color: #c40524;
    color: #fff;
}*/

.icon_state_cart_btn.cartomante_occupato,
.icon_state_cart_btn.cartomante_pausa {
    background-color: #c40524;
    color: #fff;
}

.icon_state_cart_btn.cartomante_assente {
    background-color: #a9a9a9;
    color: #999;
}

/* .avatar_cont {
    display: table-row;
    vertical-align: middle;
    text-align: center;
    width: 100px;
} */

.hRDPic {
    width: var(--larghezza-pic);
    height: var(--altezza-pic);

    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
    border-radius: 100%;
    border: solid 6px white;
    margin-top: calc(var(--altezza-pic) / -2);
    max-width: none;
}



.hRDDetails {
    overflow: hidden;
    padding-left: 10px;
}

.hRDName {

    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    color: var(--ea-viola-ea);
    text-transform: uppercase;
    text-align: center;
    margin: 10px auto 0;

}

.hRDName a {
    color: var(--viola);
}

.rwp-rating-stars-count {
    display: none;
}

.rwp-users-rating-shortcode {
    float: right;
}

.hRDName p {
    display: none;
}



.hRDPin {
    display: table-cell;
    color: var(--nero);
    text-align: center;

}

.hRDPin div {
    /*float:left;*/
}

.hRDprezzo {
    display: table-cell;
    text-align: right;

}

.readers_icons {
    clear: both;
    margin: 0;
    padding: 0;
}


.icon_state img {
    vertical-align: middle;
}

.tabella_orari_v th,
.tabella_orari_v td {
    border-top: none;
    border-bottom: 1px solid #f1f1f1;
    padding: 2px 10px 2px 10px;
    text-align: center;
    border-right: 1px solid #f1f1f1;
}

.tabella_orari_v thead,
.tabella_orari_o thead {
    background-color: #8700e8;
    color: white;
    font-weight: bold;
    border-bottom: none;
}

.tabella_orari_v tbody th {
    background-color: #f1f1f1;
    text-transform: capitalize;
    text-align: center;
}

.tabella_orari_o {
    table-layout: fixed;
    border-top: none;
    padding: 0;
    text-align: center;
}

.tabella_orari_o tr {
    display: flex;
    flex-flow: column wrap;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
}

.tabella_orari_o thead {
    color: #fefefe;
    display: none;
}

.tabella_orari_o tbody {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
}

.tabella_orari_o td {
    text-align: center;
    padding: 0 10px 0 10px;
    border: 1px solid #eee;
    white-space: nowrap;
    font-size: 16px;

}

.tabella_orari_o tbody td {
    display: block;
    width: 100%;
}

.tabella_orari_o td:before {
    content: attr(aria-label);
    display: block !important;
    font-weight: bold;
    float: left;
}

.tabella_orari_o td:first-child {
    text-align: left;
    padding-left: 0;
}

.tabella_orari_o tbody td:first-child {
    background-color: #8700e8;
    text-align: center;

}

.tabella_orari_o tbody td:first-child a {
    color: #fff;
}

.tabella_orari_o tbody td:first-child::before {
    display: none;
}

.tabella_orari_o_inside tbody td:first-child {
    background-color: transparent;

}



.tabella_orari_o_inside {
    border: none;
    width: 100%;
    height: 100%;
    margin: 0;
    table-layout: fixed;
}

.tabella_orari_o_inside tbody {
    border: none;
    text-align: center;
}

.tabella_orari_o_inside td {
    font-size: 16px;
    padding: 2px;
    border: none;
    width: 50%;
}

.tabella_orari_o_inside tr {
    padding: 0;
}


.text-center {
    text-align: center;
}

.stato_c {
    text-transform: capitalize;
    color: #8700e8;
}


/* # Media Queries
---------------------------------------------------------------------------------------------------- */

/* Smartphones (portrait and landscape) ------------------------------------------------------------------------------------------------ */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {

    .footer-widgets .wrap {
        max-width: 100%;
        padding: 20px 20px 0 20px;

    }

}

/* Smartphones (landscape) ----------- */
@media only screen and (min-width: 321px) {
    /* Styles */
}

/* Smartphones (portrait) ----------- */
/* viewport size <= 320px ----------- */
@media only screen and (max-width: 320px) {}

/* iPads (portrait and landscape) ------------------------------------------------------------------------------------------------------------ */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {}

/* iPads (landscape) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {}

/* iPads (portrait) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {}

@media only screen and (min-width: 768px) {

    #oprList li {
        position: relative;
        margin: 0;
        padding: 20px 30px;
        width: 50%;
        box-sizing: border-box;
        border: 4px solid rgba(0, 0, 0, 0);

    }
}



/* Large screens ------------------------------------------------------------------------------------------------------------------------------------------------------------ */

@media only screen and (min-width: 1024px) {
    .cont-number {
        display: flex;
        flex-direction: row;
        width: 100%;
        margin-bottom: 20px;
        padding: 10px;
        gap: 10px;
    }


    #oprList li {
        position: relative;
        margin: 0;
        padding: 20px 10px;
        width: 33%;
        box-sizing: border-box;
        border: 4px solid rgba(0, 0, 0, 0);
        margin-bottom: 30px !important;

    }

    #box-cartomanti #oprList li {
        position: relative;
        margin: 0;
        padding: 20px 30px;
        width: 50%;
        box-sizing: border-box;
    }

    .tabella_orari_o tbody td {
        display: block;
        width: 100%;

    }

    .tabella_orari_o tbody td:first-child a {
        color: #c462a4;
    }

    .tabella_orari_o td:before {
        content: attr(aria-label);
        display: none !important;
        font-weight: bold;
    }

    .tabella_orari_o td {
        padding: 0;
    }

    .tabella_orari_o_inside td {
        font-size: 12px;
        padding: 10px 2px;
    }

    .tabella_orari_o thead {
        display: table-header-group;
    }

    .tabella_orari_o thead th {
        background-color: #8700e8;
        padding: 1rem;
        text-align: center;
    }

    .tabella_orari_o tbody {
        display: table-row-group;
    }

    .tabella_orari_o tbody td {
        display: table-cell;
        text-align: center;
        width: auto;
    }

    .tabella_orari_o tbody td::before {
        display: none;
    }

    .tabella_orari_o tbody td:first-child {
        background-color: transparent;
        color: inherit;
        text-align: left;
        padding: 0 0 0 10px;
    }



    .tabella_orari_o tr {
        display: table-row;
        margin: 0;
        flex: 0 0 50%;
        max-width: 50%;
        width: 100%;
    }


    .tabella_orari_o tr:nth-child(even) {
        background-color: #f6f6f6;
    }

    .tabella_orari_o_inside td {
        width: 50%;
    }

    .tabella_orari_o_inside td:first-child {
        border-right: 1px solid #eee;
        text-align: center;
        padding: 0;
    }

    .tabella_orari_o_inside tbody td:first-child {
        text-align: center;
        padding: 0;
    }

    .codice_operatore:before {
        content: ' ';
        display: none;
    }


}

@media only screen and (min-width: 1280px) {}