/*
Theme Name: Building Tomorrow
Theme URI: https://buildingtomorrow.org/
Description: Divi Child Theme For Building Tomorrow
Author: Lisa-Robyn Keown
Author URI: https://vivalunastudios.com/
Template: Divi
Version: 2
*/

/*- Add Styles Below This Line -*/



/*- Bullet List Line Height -*/

.et_pb_text ul li,
.et_pb_text ol li {
  line-height: 29px!important;
}


/*- Headline Span Colour Styling Classes -*/

 .h1orange {
    color: #cc5221!important;
}



p.board-member-blurb-title {
    color: rgba(0, 0, 107, 0.7)!important;
	font-size: 22px;
    font-family: 'Outfit', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 500;
    line-height: 29px;
}


 


/*blockquote*/

.single-post blockquote {
  margin: 5px 0 !important;
  padding: 10px 20px !important;
}

.single-post blockquote p {
  margin-bottom: 0 !important;
}

.single-post blockquote::before {
  background-color: red !important;
}

.single-post figure.wp-block-pullquote {
    padding: 0 !important;
}



/* Hide image title filename in Divi gallery lightbox */
.mfp-title { 
    display: none!important; 
}
/* Hide image counter */
.mfp-counter { 
    display: none important; 
}