/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

/*Add your own styles here:*/

/* General */
main p,
main ul,
main ol,
main dl {
    margin: 0 0 1.2rem;
}
main ul,
main ol {
    margin-left: 1.5rem;
}
main .post_content {
    /*max-width: 1300px;
    margin: auto;*/
}
main .wpb_text_column a {
    transition: all 200ms linear;
}
main .post_content a:hover,
main .wpb_text_column a:hover,
main .g-breadcrumbs a:hover,
footer .wpb_text_column a:hover,
footer nav a:hover {
    text-decoration: underline;
    transition: all 200ms linear;
}
main .post_content .w-iconbox a:hover {
    text-decoration: none;
}
h2.vc_custom_heading:after,
h3.vc_custom_heading:after {
    content: "";
    height: 2px;
    width: 60px;
    background: #940014;
    display: block;
    margin: 15px 0 20px;
}
h3.vc_custom_heading:after {
    content: "";
    height: 1px;
    width: 40px;
    background: #000;
}
h2.align_center.vc_custom_heading:after,
h3.align_center.vc_custom_heading:after {
    margin: 15px auto 20px;
}
.table_section .w-hwrapper {
    border-bottom: 1px solid #ccc;
    margin-bottom: 25px;
    padding-bottom: 25px;
}
.table_section .w-text {
    min-width: 250px;
    margin-bottom: 0;
}

/* Header */
header nav ul li a {
    transition: all 200ms linear;
}
header.sticky nav ul li a {
    font-size: 16px;
    transition: all 200ms linear;
}
header#page-header nav.w-nav ul li ul {
    padding: 0.8em 0;
}
header#page-header nav.w-nav ul li ul li a {
    padding: 0em 25px;
    line-height: 2.5em;
}
header.sticky nav ul li ul li a {
    font-size: 14px;
    transition: all 200ms linear;
}
header nav .menu-item .w-nav-arrow {
  	opacity: 1;
  	font-size: 13px;
    padding-top: 1.5px;
}
header nav:not(.type_mobile) .btn_contatti span {
    background: #940014;
    color: white;
    padding: 12px 20px;
    border-radius: 0.3rem;
    transition: all 200ms linear;
}
header nav:not(.type_mobile) .btn_contatti a:hover span {
    background: #6b0210;
    transition: all 200ms linear;
}

/* Home */
.hero_home .l-section-video {
      clip-path: inset(0% 0.5% 0% 0%);
      background-color: transparent !important;
      z-index: 1;
}

/* Chi siamo - i responsabili */
.team_section .w-iconbox .w-iconbox-title {
    padding-bottom: 5px;
    font-size: 22px;
}
.team_section .w-iconbox .w-iconbox-text,
.team_section.wpb_text_column p {
    font-size: 16px;
    line-height: 26px;
}
.team_section .w-iconbox .w-iconbox-text strong {
    margin-bottom: 10px;
    display: inline-block;
}
.team_section .w-iconbox .w-iconbox-icon {
    margin-right: 20px;
}
.team_section .w-iconbox-icon img {
    border-radius: 6px;
}

/* Grid - Elenco semplice Post */
.elenco_post.w-grid .w-grid-list {
    gap: 0.5rem;
}
.elenco_post .post_title {
    display: flex;
}
.elenco_post .post_title:before {
    content: "•";
    font-size: 22px;
    margin-right: 10px;
}

/* Sezioni Servizi */
.icon_servizi .w-grid-item .w-image {
    background: #fff;
    transition: all 200ms linear;
}
.icon_servizi .w-grid-item:hover .w-image {
    background: #940014;
    transition: all 200ms linear;
}
.icon_servizi .w-grid-item h4 a {
    color: #0f131f;
    transition: all 200ms linear;
}
.icon_servizi .w-grid-item:hover h4 a {
    color: #940014;
    transition: all 200ms linear;
}
.icon_servizi .w-grid-item .w-image img {
    padding: 10px;
    filter: invert(0) brightness(1);
    transition: all 200ms linear;
}
.icon_servizi .w-grid-item:hover .w-image img {
    filter: invert(1) brightness(100);
    transition: all 200ms linear;
}

/* Sezione Video */
.box_video .w-popup {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.box_video .w-popup button {
    width: 100%;
    height: 100%;
}

/* Sezione Eventi */
.w-grid article .post_custom_field i {
    width: 20px;
    text-align: center;
}
.event_details.post_content .l-section.wpb_row {
    padding: 0;
}

/* Sezione Contatti */
.section_contatti .wpb_text_column i {
    width: 20px;
    text-align: center;
    margin-right: 6px;
    font-size: 16px;
}

/* Footer */
footer .wpb_text_column p {
    font-size: 16px;
    line-height: 28px;
}
footer .wpb_text_column i {
    width: 20px;
    text-align: center;
    margin-right: 6px;
}
footer#page-footer nav ul.menu li {
    margin-bottom: 15px;
}
footer#page-footer nav ul.menu li a {
    font-size: 16px;
    line-height: 20px;
}
