/*==== Blog Cat filter =====*/

.mpd_blog_cat_filter h2 {
    font-weight: 600;
    margin-bottom: 20px;

}

.mpd_blog_cat_filter .mpd-cat-list {
    display: flex;
    flex-direction: row;
    gap: 20px;
    list-style: none;
}

.mpd_blog_cat_filter .mpd-cat-list li {
    margin-right: 15px;
}

.mpd_blog_cat_filter .mpd-cat-list li a {
    display: flex;
    align-iems: center;
    justify-content: flex-start;
    gap: 10px;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
}

.mpd_blog_cat_filter .mpd-cat-list li a img {
    max-width: 38px;
    height: auto;
}

/*==============*/


.mpd_cta_vb .et_pb_button_wrapper {
    margin-top: 20px
}

.mpd_cta_all_options .et_pb_button_wrapper {
    margin: 20px 0 0
}

.mpd_cta_all_options .fields-group {
    background: #f1f1f1;
    padding: 30px;
    margin-bottom: 30px;
    line-height: 1.7em
}

.mpd_cta_all_options .basic-fields {
    margin-top: 20px
}

.mpd_cta_all_options .fields-group h4 {
    margin-top: 30px
}

.mpd_cta_all_options .fields-group h4:first-child {
    margin-top: 0
}

.mpd_cta_all_options .colorpicker-preview {
    display: block;
    width: 250px;
    height: 35px;
    border-radius: 5px
}

.mpd_cta_all_options pre {
    white-space: pre-wrap
}

.mpd_cta_child {
    margin-bottom: 20px
}

.mpd_cta_child .et_pb_button_wrapper {
    margin-top: 20px
}