/*
Theme Name:     The Bold Abode
Theme URI:      https://tba.pixeltowermedia.com
Template:       kadence
Author:         Gwendolyn Whitfield
Author URI:     https://pixeltowermedia.com
Description:    A Custom Child Theme built for The Bold Abode
Version:        1.0
License:        GNU General Public License v3.0 (or later)
License URI:    https://www.gnu.org/licenses/gpl-3.0.html
*/

/* Entery Header Css -------------------------------*/

.entry-header {
    margin-bottom: 2em;
    margin-top: 2rem;
}

/* Filter Bar Css -------------------------------*/

.kb-post-filter-container {
    margin-bottom: 30px !important;
}

/* Pink Underscore Bar Css -------------------------------*/

.highlighted {
    background-color: transparent;
    position: relative;
    z-index: 0;
}

.highlighted:after {
    bottom: 0;
    content: '';
    height: 16px;
    position: absolute;
    background: #FFF0F8;
    left: -3px;
    width: calc(100% + 6px);
    z-index: -1;
}
@media only screen and (max-width: 600px) {
  body {

.kt-post-loop480_35d1da-5a .kb-filter-item {
    width: 100%;
}

	}
