/*
Theme Name: Bridge Child
Theme URI: http://demo.qodeinteractive.com/bridge/
Description: A child theme of Bridge Theme
Author: Qode Interactive
Author URI: http://www.qodethemes.com/
Version: 1.0.0
Template: bridge
*/
@import url("../bridge/style.css");

.color-rosso    { color: #BE3D31 !important;}
.color-arancio  { color: #cc6329 !important;}
.color-ocra     { color: #E4B560 !important;}
.color-azzurro  { color: #6ea4d7 !important;}
.color-turchese { color: #6094B1 !important;}
.color-grigio   { color: #575758 !important;}
.color-nero     { color: #000000 !important;}
.color-bianco   { color: #FFFFFF !important;}

article.type-eventi{
    margin-bottom: 150px !important;
}
.single-eventi .title{
    display: none;
}

.mt-0,
.mt-0 p{
    margin-top: 0px !important;
}
.mb-0,
.mb-0 p{
    margin-bottom: 0px !important;
}
.ml-0,
.ml-0 p{
    margin-left: 0px !important;
}
.mr-0,
.mr-0 p{
    margin-right: 0px !important;
}
h1, h2, h3, h4, h5, h6
.h1, .h2, .h3, .h4, .h5, .h6 {
    margin-top: 20px;
    margin-bottom: 25px;
}
.elementor-widget-text-editor a{
    color: #cc6329;
}
#menu-footer{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    font-size: 15px;
    line-height: 26px;
    margin: 0 18px;
    color: #000000;
    text-transform: uppercase;
}
#menu-footer li{
    margin: 0 10px;
    font-family: 'Oswald';
    font-weight: 500;
}
#menu-footer li a:after{
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: #000000;
    opacity: 1;
    transition: all .2s ease-in;
    transform: translateX(50%) scaleX(0);
    will-change: transform;
}
#menu-footer li a:hover:after{
    transform: translateX(0%) scaleX(1);
}
.custom_footer_section{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 0;
    background-color: #fff;
}
.custom_footer_section img{
    width: 80%;
    max-width: 800px;
}

/* Stile per figure con figcaption centrato e hover */
/* Stile per figure con figcaption centrato e hover */
.single-course-box .wp-caption {
    position: relative;
    display: inline-block;
    margin: 0;
}

.single-course-box .wp-caption a {
    display: block;
    position: relative;
}

.single-course-box .wp-caption img {
    display: block;
    width: 100%;
    height: auto;
}

.single-course-box .widget-image-caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    text-align: center;
    margin: 0;
    padding: 20px;
    color: #ffffff !important;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
    z-index: 10;
    font-weight: bold !important;
    font-size: 15px;
    text-transform: uppercase;
}

.single-course-box .wp-caption:hover .widget-image-caption {
    opacity: 1;
}

.single-course-box .widget-image-caption span {
    display: block;
    margin-top: 10px;
    font-size: 0.9em;
    text-transform: lowercase;
}

/* Pulsante rotondo con testo centrato */
.its-round-button .qodef-qi-button.qodef-layout--outlined {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 250px;
    /* Modifica questa dimensione secondo necessità */
    height: 250px;
    /* Deve essere uguale alla width per avere un quadrato */
    aspect-ratio: 1 / 1;
    /* Garantisce che rimanga sempre quadrato */
    padding: 0;
    text-align: center;
}
.its-round-button .qodef-qi-button .qodef-m-text {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    text-align: center;
}

/* Portfolio Road Show */
.portfolio-road-show .portfolio_single_text_holder h3 {
    display: none;
}