/**********************************************************
* tipografia expoebre
* header expoebre
* home expoebre
* forum economic
* footer expoebre
**********************************************************/
/****** variables ******/
:root {
    --primary-color-eebre: #ffba00;
    --font-family-eebre: 'Roboto', sans-serif;
    --font-title-color-eebre: #212125;
}

/****** tipografia expoebre ******/
body.forum-economic-page {
    font-family: var(--font-family-eebre);
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    color: var(--font-title-color-eebre);
}

/****** header forum economic ******/
.expoebre__top-bar .et_pb_code_inner {
    text-align: right;
    font-size: 12px;
}
.expoebre__top-bar .et_pb_social_media_follow li {
    margin-bottom: 0;
}
.expoebre__top-bar .et_pb_social_media_follow li a {
    color: #ffffff;
}
.expoebre__top-bar .et_pb_social_media_follow li a:hover,
.expoebre__top-bar .et_pb_social_media_follow li a.icon:hover:before {
    color: var(--primary-color-eebre) !important;
}
.expoebre__top-bar .et_pb_social_media_follow li a.icon {
    height: 25px;
    width: 25px;
}
.expoebre__top-bar .et_pb_social_media_follow li a.icon:before {
    font-size: 11px;
    height: 25px;
    width: 25px;
    line-height: 25px;
}
.expoebre__menu-bar .nav li ul,
.expoebre__menu-bar .et-menu li li a {
    width: 330px;
}
.expoebre__menu-bar .nav li li {
    padding: 0;
}
.expoebre__menu-bar .nav ul li:hover {
    background-color: transparent;
}
@media (max-width: 340px) {
    .expoebre__top-bar > .et_pb_row {
        width: 85%;
    }
}

/****** home expoebre ******/
.expoebre__bg-video.et_pb_section_video {
    position: relative;
    z-index: 1;
}
.expoebre__bg-video.et_pb_section_video::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2;
}
.expoebre__bg-video .et_pb_row_0 {
    position: relative;
    z-index: 3;
}
.expoebre__video-modal {
    display: none;
    position: fixed; 
    z-index: 1; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    background-color: rgba(0, 0, 0, 0.5);
}
.expoebre__video-modal .et_pb_video_box {
    position: relative;
    margin: 10% auto;
    padding: 0;
    width: 80%; 
    max-width: 800px;
    background-color: white;
    border-radius: 8px;
}
.close-button {
    position: absolute;
    top: 20%;
    right: 20%;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    cursor: pointer;
    z-index: 10;
}
.close-button:hover {
    color: #f00;
}

/****** forum economic ******/
.expoebre-forum__img-modal > .et_pb_image_wrap {
    position: relative;
    margin: 100px auto 80px;
    padding: 0;
    background-color: #ffffff;
}
.expoebre-forum__img-modal img {
    max-height: 87vh;
    width: auto;
}
.expoebre-forum__img-modal .close-button {
    top: 14%;
    right: 36%;
}
@media (max-width: 980px) {
    .expoebre-forum__img-modal > .et_pb_image_wrap {
        margin: 82px auto 50px;
    }
    .expoebre-forum__img-modal .close-button {
        top: 16%;
        right: 28%;
    }
}
@media (max-width: 767px) {
    .expoebre-forum__img-modal .close-button {
        right: 6%;
    }
}

/****** footer expoebre ******/
footer .et_builder_inner_content {
    z-index: 0;
}
.forum-economic-page footer a {
    color: #ffffff;
}
.forum-economic-page footer a:hover {
    color: var(--primary-color-eebre);
}
.expoebre__footer-copyright {
    font-size: 14px;
    color: #ffffff;
}
.expoebre__footer-copyright img {
    vertical-align: middle;
}