/*
 Theme Name:   MC Properties Theme by Sketch2Pixel
 Theme URI:    https://mcaproperties.com.ph/
 Description:  Custom theme for MC Properties
 Author:       Joseph Biros
 Author URI:   https://mcaproperties.com.ph/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/

/* removes the weird caption spacing on loop repeater */
.bricks-image-caption, 
.brxe-image.tag.caption 
{font-size: 8px; padding: 4px; margin-bottom: 0;}

a:focus { outline: none;}



#post-content strong {font-weight: 600!important}


#post-content ul, #post-content ol {
    margin: 0 0 20px;
}


/* fix the spacing issue on stack list style on mobile */
#post-content .wp-block-columns.is-layout-flex.wp-block-columns-is-layout-flex.nospace :where(ul:last-of-type) {
    margin-bottom: 0;
}

#post-content :where(.wp-block-columns.is-layout-flex.nospace){
  row-gap: 0; }

#post-content a, #post-content a:visited{
	color: var(--brand_accent);
}

#post-content blockquote {
    border-left-style: solid;
    border-left-width: 2px;
    font-family: inherit;
    font-size: 1.2em;
    margin: 12px 0;
    padding: 0 0 0 20px;
    color: #000000;
}

#post-content .wp-block-media-text>.wp-block-media-text__content {
    padding: 12px 16px;
    font-size: 12px;
    line-height: 1.5;
}




/* make the Gluttenburg editor display the actual font family */
body .editor-styles-wrapper h1,
body .editor-styles-wrapper h2,
body .editor-styles-wrapper h3 {
  font-family: "Playfair Display", serif !important;
}

body .editor-styles-wrapper {
  font-family: "Poppins", sans-serif !important;
}

