/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.111
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here... */ 

/* HEADER */
@media (min-width: 1200px) {
#menu-main-menu > li.menu-item-object-page {position:relative; top:-42px;}
#menu-main-menu > li.fl-menu-logo { margin-top:0;}
.fl-logo-img { position:relative; z-index:999;}}

/* PHOTO CARDS*/
.fl-module-callout.leftPhotoCard  { z-index:999;}

/* CALLOUTS */
.centreCards .fl-callout-text { padding:0 20px;}

/* TESTIMONIALS */
.testimonials .fl-row-content-wrap::before{ background-image:url("/wp-content/uploads/2021/11/quote-left.png");  content: " "; padding:13px 31px; background-repeat:no-repeat; position:relative; left:10px; }
.testimonials .fl-row-content-wrap::after{ background-image:url("/wp-content/uploads/2021/11/quote-right.png");  content: " "; padding:22px 31px; background-repeat:no-repeat; float:right; position:relative; right:10px;}