/**
 * IDE: PhpStorm.
 * Autor: Flavio Laura
 * Email: flaurac@gmail.com
 * Data: 24/01/24
 * --- Provincia Italiana di San Francesco d'Assisi dei Frati Minori Conventuali ----
 */
/********** Template CSS **********/
@import url('https://fonts.googleapis.com/css?family=Raleway:700,900');
:root {
    --primary: #32C36C;
    --light: #F6F7F8;
    --dark: #1A2A36;
}
#wrapper {
    width: 100%;
    margin: 0;
    padding: 0;
}
.fw-medium {
    font-weight: 500 !important;
}

.fw-bold {
    font-weight: 700 !important;
}

.fw-black {
    font-weight: 900 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99999;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}
.boxed-layout #wrapper {
    width: 90% !important;
}

.boxed-layout footer {
    width: 100% !important;
}

.boxed-layout .sticky {
    width: 90% !important;
}
.boxed-layout #wrapper, .boxed-layout footer {
    width: 1170px;
    margin: 0 auto;
}
.service-block_two-text {
    padding-top: 0;
}

.service-block_two-icon-box {
    margin-top: -20px;
}
/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-outline-primary:hover {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

/*** Navbar ***/
.navbar.sticky-top {
    top: -100px;
    transition: .5s;
}

.navbar .navbar-brand,
.navbar a.btn {
    height: 75px;
}

.navbar .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 25px 0;
    color: var(--dark);
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--primary);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}
.logo_angela {
    display: block;
    position: relative;
    width: 100px;
    padding-top: 55px;
    z-index: 99998;
}
@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
.owl-carousel-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, .1);
}
.header-carousel .owl-carousel-item{
    width: 100%;
    height: 700px;
    display: flex;
}

.header-carousel .owl-carousel-item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 768px) {
    .header-carousel .owl-carousel-item {
        position: relative;
        height: 400px;
    }

    .header-carousel .owl-carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .header-carousel .owl-carousel-item .justify-content-start {
        display: none;
    }
}

.header-carousel .owl-dots {
    position: absolute;
    width: 60px;
    height: 100%;
    top: 0;
    right: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.header-carousel .owl-dots .owl-dot {
    position: relative;
    width: 45px;
    height: 45px;
    margin: 5px 0;
    background: #FFFFFF;
    box-shadow: 0 0 30px rgba(255, 255, 255, .9);
    border-radius: 45px;
    transition: .5s;
}

.header-carousel .owl-dots .owl-dot.active {
    width: 60px;
    height: 60px;
}

.header-carousel .owl-dots .owl-dot img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 2px;
    border-radius: 45px;
    transition: .5s;
}

.page-header {
    background: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: var(--light);
}


/*** Header parallax paginas ***/
.header_parallax {
    position: relative;
    object-fit: cover;
    height: 450px;
}
.header_parallax .opacidad {
    background: #000;
    opacity: 0.8;
    height: 100%;
}
.header_parallax .contiene_titulo {
    padding-left: 160px;
    color: #ffffff;
    position: absolute;
    bottom: 0;
    left: 0;

}

/*** About ***/
@media (min-width: 992px) {
    .container.about {
        max-width: 100% !important;
    }

    .about-text  {
        padding-right: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .about-text  {
        padding-right: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .about-text  {
        padding-right: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Service ***/
.service-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

.service-icon {
    position: relative;
    margin: -50px 0 25px 0;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    background: #FFFFFF;
    border-radius: 100px;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    transition: .5s;
}

.service-item:hover .service-icon {
    color: #FFFFFF;
    background: var(--primary);
}


/*** Feature ***/
@media (min-width: 992px) {
    .container.feature {
        max-width: 100% !important;
    }

    .feature-text  {
        padding-left: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .feature-text  {
        padding-left: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .feature-text  {
        padding-left: calc(((100% - 1320px) / 2) + .75rem);
    }
}

/*** precedente y siguiente noticia - descripcion tematicas ***/
.prev_next_img {
    width: 70px;
    height: 100px;
    object-fit: cover;
}
.animacion_titulo {
    display: inline-block;
    position: relative;
    color: #0e293a;
}

.texto_fecha_publicacion {
    color: rgba(34, 93, 128, 0.49);
    font-size: smaller;
    margin-top: -8px;
}

.animacion_titulo::after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #fb73b8;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}

.animacion_titulo:hover::after {
    transform: scaleX(1);
    transform-origin: bottom left;
}
/*** Project Portfolio ***/
#portfolio-flters li {
    display: inline-block;
    font-weight: 500;
    color: var(--dark);
    cursor: pointer;
    transition: .5s;
    border-bottom: 2px solid transparent;
}

#portfolio-flters li:hover,
#portfolio-flters li.active {
    color: var(--primary);
    border-color: var(--primary);
}

.portfolio-img {
    position: relative;
}
.portfolio-img img {
    object-fit: cover;
    width: 100%;
    height: 200px;
}

.portfolio-img::before,
.portfolio-img::after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    background: var(--dark);
    opacity: .8;
    transition: .5s;
}

.portfolio-img::before {
    left: 50%;
}

.portfolio-img::after {
    right: 50%;
}

.portfolio-item {
    height: 400px;
    padding: 10px;
}
.portfolio-item:hover {
    border-radius: 5px;
    box-shadow:
        4.6px 7.6px 9.4px rgba(0, 0, 0, 0.035),
        9.6px 15.9px 22.1px rgba(0, 0, 0, 0.049),
        16.2px 27px 40.5px rgba(0, 0, 0, 0.061),
        27.5px 45.8px 69.8px rgba(0, 0, 0, 0.076),
        60px 100px 126px rgba(0, 0, 0, 0.11);
}

.portfolio-item:hover .portfolio-img::before {
    width: 50%;
    left: 0;
}

.portfolio-item:hover .portfolio-img::after {
    width: 50%;
    right: 0;

}

.portfolio-btn {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    z-index: 1;
    transition: .5s;
}

.portfolio-item:hover .portfolio-btn {
    opacity: 1;
    transition-delay: .3s;
}
.titolo_notizia_home a{
    text-decoration: none;
}

/*** Quote ***/
@media (min-width: 992px) {
    .container.quote {
        max-width: 100% !important;
    }

    .quote-text  {
        padding-right: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .quote-text  {
        padding-right: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .quote-text  {
        padding-right: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Team ***/
.team-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

.team-item img {
    border-radius: 8px 60px 0 0;
}

.team-item .team-social {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    background: #FFFFFF;
    transition: .5s;
}


/*** Testimonial ***/
.testimonial-carousel::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

.testimonial-carousel::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

@media (min-width: 768px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 200px;
    }
}

@media (min-width: 992px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 300px;
    }
}

.testimonial-carousel .owl-nav {
    position: absolute;
    width: 350px;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    opacity: 0;
    transition: .5s;
    z-index: 1;
}

.testimonial-carousel:hover .owl-nav {
    width: 300px;
    opacity: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    position: relative;
    color: var(--primary);
    font-size: 45px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: var(--dark);
}

.testimonial-carousel .testimonial-img img {
    width: 100px;
    height: 100px;
}

.testimonial-carousel .testimonial-img .btn-square {
    position: absolute;
    bottom: -19px;
    left: 50%;
    transform: translateX(-50%);
}

.testimonial-carousel .owl-item .testimonial-text {
    margin-bottom: 30px;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    transform: scale(.8);
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-text {
    transform: scale(1);
}


/*** Contact ***/
@media (min-width: 992px) {
    .container.contact {
        max-width: 100% !important;
    }

    .contact-text  {
        padding-left: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .contact-text  {
        padding-left: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .contact-text  {
        padding-left: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Footer ***/
footer {
    margin-top: 30px;
}
.footer-10 {
    padding: 0 0 1em 0;
}

.footer-10 .footer-heading {
    font-size: 18px;
    margin-bottom: 30px;
}
.footer-10 a{
    text-decoration: none;
    transition: 0.25s ease;
}
.footer-10 ul li {
    padding-left: 20px;
}
.footer-10 ul:hover a {
    color: #CCC;
}
.footer-10 ul:hover a:hover {
    box-shadow: 0 2px 0 0 currentColor;
}
.footer-10 ul:hover a {
    opacity: 0.5;
}
.footer-10 ul:hover a:hover {
    opacity: 1;
}

footer .footer-10 .card_info_cantactos:hover{
    border-radius: 0 0 10px 10px;
}

footer .footer-10 .card_info_cantactos .texto_contactos_footer a {
    text-decoration: none;
}

.footer-10 .list-unstyled li a {
    color: rgba(255, 255, 255, 0.2); }
.footer-10 .list-unstyled li a:hover {
    color: #fff; }
.footer-10 .con-info .icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 10px; }
.footer-10 .con-info .icon {
    font-size: 24px; }
.footer-10 .con-info span {
    color: rgba(255, 255, 255, 0.8); }
.footer-10 .subscribe-form .form-group {
    position: relative;
    margin-bottom: 0;
    border-radius: 0; }
.footer-10 .subscribe-form .form-group input {
    background: white !important;
    border: none !important;
    outline: none !important;
    color: rgba(0, 0, 0, 0.3) !important;
    font-size: 16px;
    border-radius: 0; }
.footer-10 .subscribe-form .form-group input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: rgba(0, 0, 0, 0.3) !important; }
.footer-10 .subscribe-form .form-group input::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(0, 0, 0, 0.3) !important; }
.footer-10 .subscribe-form .form-group input:-ms-input-placeholder {
    /* IE 10+ */
    color: rgba(0, 0, 0, 0.3) !important; }
.footer-10 .subscribe-form .form-group input:-moz-placeholder {
    /* Firefox 18- */
    color: rgba(0, 0, 0, 0.3) !important; }
.footer-10 .subscribe-form .form-group input:focus {
    outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none; }
.footer-10 .subscribe-form .form-group .submit {
    color: #fff !important;
    display: block;
    width: 130px;
    height: 52px;
    font-size: 16px;
    background: #1089ff !important;
    border: none;
    border-radius: 0; }
.footer-10 .subscribe-form .form-group .submit:hover, .footer-10 .subscribe-form .form-group .submit:focus {
    text-decoration: none !important;
    outline: none !important; }
.footer-10 .subscribe-form .subheading {
    display: inline-block;
    margin-top: 5px;
    color: rgba(255, 255, 255, 0.3);
    font-size: 13px; }

.redessociales ul {
    margin: 0;
    padding: 0;
    display: flex;
}
.redessociales ul li {
    list-style: none;
}
.redessociales ul li a {
    display: block;
    position: relative;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    text-decoration: none;
    margin: 0 5px;
    transition: 0.5s;
}

.titulo_seccion {
    position:relative;
    margin: -30px 0 40px 0;
    z-index: 1;

}
.titulo_seccion .titulo_central {
    position:relative;
    font-weight:500;
    display:inline-block;
    color: #b90f11;
    text-transform:uppercase;
    font-size:1.8rem;
    padding-left:50px;
}
.titulo_seccion.centered{
    text-align: center !important;
    vertical-align: center;
}

.titulo_seccion.centered .titulo_central {
    padding-left:70px;
    padding-right: 70px;
}
.titulo_seccion .titulo_central:before {
    position:absolute;
    content:'';
    left:0px;
    top:7px;
    width:54px;
    height:3px;
    background-color: #b90f11;
}

.titulo_seccion .centered .titulo_central:after{
    position:absolute;
    content:'';
    right:0px;
    top:7px;
    width:54px;
    height:3px;
    background-color: #b90f11;
}
/* side */

hr.linea_separadora {
    border: 0;
    height: 1px;
    background: #8d0202;
    background-image: linear-gradient(to right, #ccc, #8d0202, #ccc);
}
.side_home {

}
.side_home a{
    color: #111
}

.side_home .photo{
    position: relative;
    display: block;
}

.side_home .photo img{
    width: 200px;
    height: 280px;
    object-fit: cover;
    box-shadow: 10px 15px 25px 0 rgba(0,0,0,.2);
    display: block;
    transition: all .5s cubic-bezier(0.645, 0.045, 0.355, 1);
    margin-top: 10px;
    border-radius: 10px;

}

.side_home .photo:hover img{
    box-shadow: 1px 1px 10px 0 rgba(0,0,0,.1);
    filter: grayscale(100%) contrast(120%);
}

.side_home .photo .glow-wrap{
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    margin-top: 10px;
}

.side_home .photo .glow{
    display: block;
    position:absolute;
    width: 40%;
    height: 200%;
    background: rgba(255,255,255,.2);
    top: 0;
    filter: blur(5px);
    transform: rotate(45deg) translate(-450%, 0);
    transition: all .5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.side_home .photo:hover .glow{
    transform: rotate(45deg) translate(450%, 0);
    transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.side_home .photo:hover img,
.side_home .photo:hover .glow-wrap{
    margin-top: 4px;
}

.seccion_foto_singola {
    display: block;
    width: 100%;
    max-height: 500px;
}
.seccion_foto_singola .item {
    padding-left: 20px;
}
.seccion_foto_singola img{
    border-radius: 10px;
    width: 100%;
    height: 499px;
    object-fit: cover;
}
.seccion_foto_singola .ovrly {
    border-radius: 10px !important;
}
/* Ends */


/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
.seccion_no_siti_amici {
    color: #212529;
    background-color: #FFFFFF;
    padding: 60px 0;
    overflow: clip;
}

/* Features Section - Home Page
------------------------------*/
.seccion_no_siti_amici .features-item {
    margin-top: 10px;
    color: #0e293a;
}
.seccion_no_siti_amici .features-item p{
    color: #0e293a;
    text-align: justify;
}


@media (max-width: 768px) {
    .seccion_no_siti_amici .features-item {
        margin-top: 40px;
    }
}

.seccion_no_siti_amici .features-item h4 {
    font-weight: 500;
    font-size: 20px;
}

.seccion_no_siti_amici .features-item .btn-get-started {
    background-color: #e84545;
    color: #ffffff;
    padding: 8px 30px 10px 30px;
    border-radius: 4px;
}

.seccion_no_siti_amici .features-item .btn-get-started:hover {
    background-color: rgba(232, 69, 69, 0.9);
}

.seccion_no_siti_amici .features-item ul {
    list-style: none;
    padding: 0;
}

.seccion_no_siti_amici .features-item ul li {
    padding-bottom: 10px;
    display: flex;
    align-items: flex-start;
}

.seccion_no_siti_amici .features-item ul li:last-child {
    padding-bottom: 0;
}

.seccion_no_siti_amici .features-item ul i {
    font-size: 20px;
    padding-right: 4px;
    color: #e84545;
}

.seccion_no_siti_amici .features-item img {
    border: 6px solid #ffffff;
    box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
}

.seccion_no_siti_amici .features-item .features-img-bg {
    position: relative;
    min-height: 500px;
}

@media (max-width: 640px) {
    .seccion_no_siti_amici .features-item .features-img-bg {
        min-height: 300px;
    }
}

.seccion_no_siti_amici .features-item .features-img-bg img {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.seccion_no_siti_amici .features-item .image-stack {
    display: grid;
    position: relative;
    grid-template-columns: repeat(12, 1fr);
}

.seccion_no_siti_amici .features-item .image-stack .stack-back {
    grid-column: 4/-1;
    grid-row: 1;
    width: 100%;
    z-index: 1;
}

.seccion_no_siti_amici .features-item .image-stack .stack-front {
    grid-row: 1;
    grid-column: 1/span 8;
    margin-top: 20%;
    width: 100%;
    z-index: 2;
}

/*- efecto link --*/


.contenedor_link_provincia {
    background-color: #FFFFFF;
    display: inline-flex;
    padding: 10px;
    border-radius: 0.125rem;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.04);
}

.contenedor_link_provincia .link {
    color: #2175FF;
    cursor: pointer;
    font-weight: 400;
    text-decoration: none;
}

.contenedor_link_provincia .link--arrowed {
    display: inline-block;
    height: 2rem;
    line-height: 2rem;
}
.contenedor_link_provincia .link--arrowed .arrow-icon {
    position: relative;
    top: -1px;
    transition: transform 0.3s ease;
    vertical-align: middle;
}
.contenedor_link_provincia .link--arrowed .arrow-icon--circle {
    transition: stroke-dashoffset 0.3s ease;
    stroke-dasharray: 95;
    stroke-dashoffset: 95;
}
.contenedor_link_provincia .link--arrowed:hover .arrow-icon {
    transform: translate3d(5px, 0, 0);
}
.contenedor_link_provincia .link--arrowed:hover .arrow-icon--circle {
    stroke-dashoffset: 0;
}
.fotogalleria_home {
    padding-bottom: 10px;
}
.fotogalleria_home img{
    height: 150px;
    object-fit: cover;
}

/* Efecto css Texto nombre sito web - footer */
.titolo_nome_sito_footer .logo-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.titolo_nome_sito_footer .logo-container:before {
    content: "";
    position: absolute;
    top: calc( 100% - 2px );
    width: 100%;
    height: 4px;
    background-color: #cf0000;
    transform-origin: center center;
    transform: scaleX(0);
    -webkit-animation: line-animation 3s ease infinite alternate;
    animation: line-animation 3s ease infinite alternate;
}

.titolo_nome_sito_footer .logo-container h1#page-logo {
    font: bold 4rem "Raleway", "Arial", sans-serif;
    -webkit-animation: clip-path-reveal-1 3s ease infinite alternate;
    animation: clip-path-reveal-1 3s ease infinite alternate;
}
/* Tags style */
.tagcloud03 ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.tagcloud03 ul li {
    display: inline-block;
    margin: 0 0.3em 0.3em 0;
    padding: 0;
}
.tagcloud03 ul li a {
    position: relative;
    display: inline-block;
    max-width: 100px;
    height: 28px;
    line-height: 28px;
    padding: 0 2.5em 0 1em;
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 3px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #333;
    font-size: 13px;
    text-decoration: none;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}
.tagcloud03 li span {
    position: absolute;
    top: 3px;
    right: 3px;
    z-index: 2;
    width: 22px;
    height: 22px;
    line-height: 22px;
    background-color: #3498db;
    border-radius: 100%;
    color: #fff;
    font-size: 12px;
    text-align: center;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}
.tagcloud03 ul li a:hover {
    background-color: #3498db;
    border: 1px solid #3498db;
    color: #fff;
}
.tagcloud03 ul li a:hover span {
    background-color: #fff;
    color: #3498db;
}

/* fin Tags style */

/* Shared buttons */

.condividi {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 300px;
    height: 35px;
    border-radius: 14px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    overflow: hidden;
}

.condividi:hover {
    background-color: rgba(70, 98, 127, 0.62);
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.condividi:hover:before {
    opacity: 0.5;
    transform: translateY(-100%);
}
.condividi:hover:after {
    opacity: 0.5;
    transform: translateY(100%);
}

.condividi .social-link {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25%;
    height: 100%;
    color: #0e293a;
    font-size: 20px;
    text-decoration: none;
    transition: 0.25s;
}
.condividi .social-link i {
    text-shadow: 1px 1px rgba(70, 98, 127, 0.7);
    transform: scale(1);
}
.condividi .social-link:hover {
    background-color: rgb(14, 41, 58);
    color: #FFFFFF;
}
.condividi .social-link:hover i {
    animation: bounce 0.4s linear;
}

@keyframes bounce {
    40% {
        transform: scale(1.4);
    }
    60% {
        transform: scale(0.8);
    }
    80% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}
/* Fin shared buttons*/


@-webkit-keyframes line-animation {
    0% {
        transform: scaleX(0);
    }
    15% {
        transform: scaleX(0);
    }
    20%, 25% {
        transform: scaleX(1);
        top: calc( 100% - 2px );
    }
    50% {
        transform: scaleX(1);
        top: 0px;
    }
    70% {
        transform: scaleX(0.2);
        top: 0px;
    }
    80%, 100% {
        transform: scaleX(0.2);
        top: 0px;
    }
}

@keyframes line-animation {
    0% {
        transform: scaleX(0);
    }
    15% {
        transform: scaleX(0);
    }
    20%, 25% {
        transform: scaleX(1);
        top: calc( 100% - 2px );
    }
    50% {
        transform: scaleX(1);
        top: 0px;
    }
    70% {
        transform: scaleX(0.2);
        top: 0px;
    }
    80%, 100% {
        transform: scaleX(0.2);
        top: 0px;
    }
}
@-webkit-keyframes clip-path-reveal-1 {
    0%, 25% {
        -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
        clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
    }
    50% {
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    }
}
@keyframes clip-path-reveal-1 {
    0%, 25% {
        -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
        clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
    }
    50% {
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    }
}

@media (max-width: 640px) {
    .titolo_nome_sito_footer .logo-container h1#page-logo {
        font: bold 1.5rem "Raleway", "Arial", sans-serif;
        -webkit-animation: clip-path-reveal-1 3s ease infinite alternate;
        animation: clip-path-reveal-1 3s ease infinite alternate;
    }
}


.validation {
    display: none;
    position: relative;
    margin: 4px 0 10px;
    font-size: 12px;
    padding: 5px 10px;
    background: rgb(255, 23, 21);
    border: 1px solid #ff1715;
    color: #ffffff;
    border-radius: 5px;
}

.validation:before {
    content: "";
    width: 0px;
    height: 0px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ff1715;
    position: absolute;
    top: -8px;
    left: 10px;
}

#sendmessage, #subscribesendmessage, #ordersendmessage {
    color: green !important;
    border: 1px solid #b1deca;
    background: #e7fff7;
    display: none;
    text-align: center;
    padding: 10px;
    font-weight: 600;
    margin-bottom: 10px;
    border-radius: 5px;
}

#errormessage, #ordererrormessage, #subscribeerrormessage {
    color: red;
    display: none;
    border: 1px solid #ea9c97;
    background: #ffe4e9;
    text-align: center;
    padding: 10px;
    font-weight: 600;
    margin-bottom: 10px;
    border-radius: 5px;
}

#sendmessage.show, #ordersendmessage.show, #subscribesendmessage.show, #errormessage.show, #ordererrormessage.show, #subscribeerrormessage.show, .show {
    display: block;
}
