.et_pb_gpl_event_field ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

/*detail page projects*/
.et_pb_gpl_event_field_iS_category{
    margin: 0 !important;
}
.et_pb_gpl_event_field_iS_category p{
    color: #cccccc;
    font-size: 20px;
    padding: 0 0 4px 0 !important;
}

.gpl-project-description-wrapper{
    background-color: #f8f9fa;
}
.gpl-project-info-section .et_pb_gpl_event_field{
    margin: 0 0 12px 0;
}
.et_pb_gpl_event_field_iS_bodyImages{
    max-width: 350px;
}
.et_pb_gpl_event_field_iS_bodyImages img{
    width: 100%;
    margin-bottom: 15px;
}
.gpl-project-info-section h3{
    color: #e9ecef;
    font-size: 16px;
    padding: 0 0 4px 0;
}
.gpl-project-info-section p, .gpl-project-info-section a{
    color: #ffffff;
    font-size: 16px;
    padding: 0;
    margin: 0;
    font-weight: 700;
}
.gpl-project-info-section .et_pb_gpl_event_field_value a::after{
    width: 15px;
    content: '';
    display: block;
    background-color: #F2A300;
    height: 2px;
    transition: all .3s ease-in;
}

.gpl-project-info-section a:hover::after{
    width: 100%;
}
.gpl-project-info-section a:hover{
    color: #F2A300;
}
@media only screen and (max-width: 767px){
    .gpl-project-info-section{
        width: 100%;
        max-width: unset;
    }
}

.et_pb_gpl_event_field_iS_project_title{
    padding: 0;
    margin: 0 !important;
}
.et_pb_gpl_event_field_iS_project_title h2{
    font-size: 32px;
}
.et_pb_gpl_event_field_iS_subtitle p{
    font-size: 20px;
    color: #333333;
}
.et_pb_gpl_event_field_iS_description > .et_pb_gpl_event_field_value > p{
    max-width: 70ch;
    font-size: 16px;
    font-weight: normal;
    /*padding: 25px;*/
}

.gpl-project-description-wrapper-clean h3{
    font-size: 16px;
    color: #888888;
    padding: 0 0 6px 0;
}
.gpl-project-description-wrapper-clean li{
    height: 24px;
}

.gpl-project-description-wrapper-clean a, .gpl-project-description-wrapper-clean p{
    font-size: 16px;
    color: #888888;
    font-weight: bold;
    transition: all .2s ease-in;
}
.gpl-project-description-wrapper-clean a:hover{
    color: #F2A300;
}

/* IMAGE SLIDER

.et_pb_gpl_event_field_iS_bodyImages ul{
    display: flex;
    justify-content: flex-start;
    width: 100%;
    height: 300px;
    overflow-y: hidden;
    overflow-x: auto;
    scroll-snap-type: inline mandatory;
    padding-bottom: 12px;
}
.et_pb_gpl_event_field_iS_bodyImages li{
    height: 100%;
    width: auto;
    background-color: red;
    margin-right: 12px;
    flex-shrink: 0;
    scroll-snap-align: start;
}
.et_pb_gpl_event_field_iS_bodyImages ul li:last-of-type{
    margin-right: 0;
}
.et_pb_gpl_event_field_iS_bodyImages img{
    height: 100%;
    width: 100%;
}

 */


    /*detail page planning document*/
.mun_title_wrapper{
    display: flex;
    height: auto;
}
.mun_title_wrapper, .mun_title_wrapper h2{
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    font-weight: inherit;
    text-align: inherit;
    font-style: inherit;
    letter-spacing: inherit;
    line-height: inherit;
}
.mun_title_wrapper img{
    max-height: 32px;
    margin-right: 10px;
}

.et_pb_planning_section{
    margin-bottom: 35px;
}
.pl_section_header{
    margin-bottom: 12px;
}
.pl_section_title{
    padding: 0;
}
.pl_section_img{
    max-width: 100%;
}
.pl_section_files{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.pl_section_download{
    padding: 4px 8px;
    border: 2px solid #F2A300;
    margin: 5px;
    color: #888888;
    transition: all .3s ease-in;
}
.pl_section_download:hover{
    background-color: #F2A300;
    color: #000000;
}
.pl_section_download img{
    margin-right: 4px;
}

@media only screen and (max-width: 767px){
    .et_pb_mun_info_section {
        text-align: center;
    }
    .et_pb_gpl_event_field_iS_emblem{
        text-align: center;
    }
    .et_pb_gpl_event_field_iS_emblem ul{
        margin: 0;
        padding: 0;
    }
}


.et_pb_mun_info_section::before{
    content: "i";
    display: inline-block;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    font-weight: bold;
    text-align: center;
    font-size: 20px;
    font-family: "Open Sans", Helvetica, sans-serif;
    line-height: 28px;
    color: #ffffff;
    background-color: #333333;
    margin-bottom: 15px;
}

.et_pb_mun_info_section p{
    margin: 0px;
    padding: 0;
}
.mun_info_p{
    margin-bottom: 15px;
}
.mun_info_p h3{
    font-weight: bold;
    font-size: inherit;
    padding-bottom: 5px;
}

