/*
Theme Name:   Branzino
Theme URI:    https://fabulab.com
Description:  Tema Wordpress per Branzino
Author:       Fabulab
Author URI:   https://fabulab.com
Template:     hello-elementor
*/

#vte-form-after-submit h3 {
    color: #000;
    text-align: center;
}

#vte-form-title-area h4 {
    font-size: 24px;
}

#vte-form-after-submit p {
    color: #000;
}

a {
    color: var(--e-global-color-accent);
}
#vte-send {
    background-color: #f5f5f5;
    color: #000;
    border: 1px solid #000;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
}

.page-content {
    min-height: 100vh;
}

#site-footer {
    background-color: var(--e-global-color-accent);
    color: white;
    text-align: center;


}

/* Widget article row ? */
.branzino-widget-row {
    margin: 25px;
    display: flex;
    flex-direction: row;
    gap: 35px;
    justify-content: center;
    flex-wrap: wrap;
}

.branzino-widget-row article {
    width: 300px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    background-color: rgb(255, 255, 255);
    border-radius: 20px;

}


.branzino-widget-row article h4 {
    color: var(--e-global-color-primary);
    padding: 10px 20px;
    font-size: 20px;
    min-height: 80px;
    margin: 0px;
}

.branzino-widget-row article h4 {
    transform: translate(0%, 0%);
    transition: all 0.3s;
}

.branzino-widget-row article h4:after {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: var(--e-global-color-primary);
    transform: scaleX(0);
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}

.branzino-widget-row article:hover h4 {
    background: linear-gradient(to right, var(--e-global-color-primary) 10%, var(--e-global-color-primary) 70%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

.branzino-widget-row article:hover:after h4 {
    transform: scaleX(1);
    transform-origin: bottom left;
}

.branzino-widget-row article h5 {
    color: var(--e-global-color-secondary);
    padding: 10px 15px;
    font-size: 15px;
    margin: 0px;
    text-transform: uppercase;
}

.branzino-widget-row article figure {
    width: 100%;
    height: 180px;
    overflow: hidden;
    margin: 0px;
    border-radius: 20px 20px 0px 0px;
}

.branzino-widget-row article figure img {
    width: 100%;
    height: 100%;
    transition: transform 0.5s;
    object-fit: cover;
}

.branzino-widget-row article:hover {
    cursor: pointer;
}

.branzino-widget-row article:hover figure img {
    transform: scale(1.1);
    transition: transform 0.5s;
}

/* end Widget article row */

.page-id-9 .site-header {
    display: none;
}

.post-tags {
    width: 70%;
    margin: 20px auto;

}

.tag-links {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.entry-title {
    margin: 50px 0px;
}
.elementor-kit-8 h1 { 
    font-style: normal;
}
@media (min-width: 1025px) and (max-width: 1280px) {
    .branzino-widget-row article {
        width: 40%;
    }
}
@media all and (max-width: 1024px) {
    .post-tags {
        width: 95%;

    
    }
}