/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */
/*set the width of the rows inside the Post Content module*/

.et-db #et-boc .et-l .et-l--post .et_builder_inner_content .et_pb_row {
    width: 100%;
}

@media (max-width: 767px) {
    .et_pb_row {
        width: 92%;
    }
}


.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {
    border: 1px solid #000;
}

.et_pb_filterable_portfolio_0.et_pb_filterable_portfolio .post-meta a {
    transition: 0.3s color;
}
.et_pb_filterable_portfolio_0.et_pb_filterable_portfolio .post-meta a:hover {
    color: #fdc800 !important;
}

.et_pb_filterable_portfolio .et_pb_portfolio_filters {
    margin: 0 0 3.25rem;
}



/* ///////// */
/* Legal Pages */
/* ///////// */

.entry-title{margin-top: 3rem;}

.legal__pages {
    padding-bottom: 6rem;
}

@media (min-width: 768px) {
    .legal__pages {
        max-width: 80ch;
    }
}

.legal__pages h4 {
    margin-top: 2rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.legal__pages ul {
    padding: 0 0 1.5rem 1.5rem !important;
}

.legal__pages p {
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.legal__pages strong {
    font-weight: 600;
}



