/*!
Theme Name: Made In Mboa
Theme URI: https://www.madeinmboa.com/
Template: kadence
Author: Mediumart
Author URI: https://www.mediumart.net/
Description: A child theme for the Kadence Theme.
Version: 1.0.0
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: made-in-mboa
*/

/* Theme customization starts here
-------------------------------------------------------------- */
html, body {
	background: white !important;
}
.wp-block-kadence-posts.grid-cols {
    row-gap: 0.5rem;
}
.stk-container .stk-container-padding {
    padding-left: 10px;
    border-left: 1px solid #47616e;
}

.stk-container .stk-container-padding .stk-block-posts__title {
    font-family: "Montserrat";
}

.stk-container .stk-container-padding .stk-block-posts__title a {
    color: #47616e;
    font-size: 1.2rem ;
}

.stk-container .stk-container-padding p{
    margin-top: 0;
    font-size: .9em;
    font-family: "Montserrat";
    
}

