/*!
Theme Name: ladameduweb
Description: Child theme for divi theme
Template: Divi
Version: 1.0.0
*/

:root {
    --fa-orange: #f16412;
    --fa-green: #388e3c;
    --fa-blue: #114799;
}

.et_pb_menu .et_pb_menu__wrap {
    justify-content: flex-end;
}

.custom-icon {
    font-size: 40px;
}

.custom-icon.orange i {
    color: var(--fa-orange);
}

.custom-icon.green i {
    color: var(--fa-green);
}

.custom-icon.blue i {
    color: var(--fa-blue);
}

.custom-icon.medium {
    font-size: 80px;
}

.custom-icon.center {
    text-align: center;
}

/* menu facebook */
.menu-item i.fa-square-facebook {
    font-size: 30px;
    color: #1877f2;
}

/* filter blog */
#filter-blog li {
    cursor: pointer;
    display: inline-block;
}

#filter-blog li:after {
    content: "";
    display: block;
    width: 0;
    height: 2px;
    background: #ff931e;
    transition: width 0.3s;
}

#filter-blog li:hover:after {
    width: 100%;
}

#filter-blog li.active:after {
    width: 100%;
}

.lddw-list-unstyled ul {
    padding-left: 0;
}

.lddw-list-unstyled ul li {
    list-style: none;
}

ul.lddw-list-unstyled {
    padding-left: 0;
}

ul.lddw-list-unstyled li {
    list-style: none;
}

ul.lddw-list-unstyled h3 {
    padding-bottom: 0;
    margin-bottom: 0;
}

.post-categories {
    display: none;
}

.lddw-filters {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

li[data-filter] {
    padding-right: .5rem !important;
    padding-left: .5rem !important;
    margin-bottom: 1rem;
    font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 700;
}

.et_pb_blog_grid .post-content-inner {
    margin: 1rem 0;
}