/*
Theme Name: Perfectly Digital Child Theme
Theme URI: https://perfectlydigital.net
Version: 1.0
Description: Perfectly Digital Child Theme
Author: Perfectly Digital
Author URI: https://perfectlydigital.net
template: bb-theme
*/

/* Add your custom styles here... */ 

.wp-block {}

/*  (.wp-block {} ensures MT files load in Gutenberg editor) */

/*  MICROTHEMER STYLES  */


/*= General =================== */

/** General >> Ginput label **/
.ginput_complex label {
    line-height: 4px !important;
    margin-bottom: 24px !important;
}

/** General >> Gfield **/
.gfield_label {
    font-size: 16px !important;
    padding-top: 12px !important;
}

/** General >> Gfield label **/
.gfield_radio label {
    font-size: 14px !important;
}

/** General >> Ui datepicker year **/
.ui-datepicker-year {
    color: rgb(0, 0, 0) !important;
}

/** General >> Ui datepicker month **/
.ui-datepicker-month {
    color: rgb(0, 0, 0) !important;
}

/** General >> Has zip label **/
.has_zip label {
    margin-bottom: 32px !important;
}

/** General >> Fl post 593 pp post filter **/
#fl-post-593 .pp-post-filter {
    border: 1px solid rgb(255, 89, 0) !important;
    border-radius: 5px !important;
}