/*
Theme Name: Bloomy Add
Version: 129.1.0
Description: A child theme of Bloomy
Author: Frances
Template: bloomy
*/

@import url("../bloomy/style.css");

.custom-logo{
	width:186px;
	height:48px;
}

.alignleft {
    float: left;
    margin-right: 10px;
}
.post-content {
    color: #2b2b2b;
    font-size: 16px;
    line-height: 1.8;
}
.entry-content blockquote {
    border-color: green;
}
.schema-faq-question {
	color: green;
	font-size: 18px;
}
.widget-title {
	display: block;
	color: #000;
	font-size: 14px;
    font-family: 'Muli', serif;
    line-height: 1.3;
    font-weight: bold;	
	margin-bottom: 20px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
	color: green;
}
.back-to-top {
    border: 1px solid #000000;
}

@media (max-width: 810px) {
  .wp-block-columns.mentors div.wp-block-column {
    flex-basis: 45% !important;
  }
  
  .mentors .wp-block-column figure {
  	display: flex;
    justify-content: center;
  }
  
  .mentors .wp-block-column img {
    max-width: 200px;
  }
}


