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

/* Add your custom styles here...Remember to change the Version number above! */ 


.pink-box {background: linear-gradient(270deg, #F4F4F4 0%, rgba(255, 0, 47, 0.4) 100%);}

.blue-box {background: linear-gradient(90deg, rgba(0, 116, 194, 0.4) 0%, #F4F4F4 100%);}

.pink-box-alt {
background: 
  linear-gradient(90deg, rgba(255, 0, 47, 0.2) 0%, #F4F4F4 100%),
  linear-gradient(270deg, #F4F4F4 0%, rgba(0, 117, 193, 0.4) 100%);

}

.quote-box::before {
    content: url('data:image/svg+xml;utf8,<svg width="32" height="26" viewBox="0 0 32 26" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M13.875 2.8125C12.4062 3.65625 11.2187 4.39063 10.3125 5.01562C9.40621 5.60938 8.48434 6.40625 7.54684 7.40625C6.67184 8.34375 5.99996 9.32812 5.53121 10.3594C5.06246 11.3906 4.73434 12.7188 4.54684 14.3438H6.79684C8.73434 14.3438 10.25 14.8281 11.3437 15.7969C12.4687 16.7344 13.0312 18.125 13.0312 19.9688C13.0312 21.2812 12.5312 22.5156 11.5312 23.6719C10.5625 24.7969 9.21871 25.3594 7.49996 25.3594C4.81246 25.3594 2.89059 24.4844 1.73434 22.7344C0.578087 20.9531 -3.8147e-05 18.625 -3.8147e-05 15.75C-3.8147e-05 13.7188 0.437462 11.875 1.31246 10.2188C2.18746 8.53125 3.24996 7.03125 4.49996 5.71875C5.78121 4.375 7.14059 3.23438 8.57809 2.29688C10.0156 1.35938 11.2187 0.59375 12.1875 0L13.875 2.8125ZM31.2187 2.8125C29.75 3.65625 28.5625 4.39063 27.6562 5.01562C26.75 5.60938 25.8281 6.40625 24.8906 7.40625C23.9843 8.375 23.2968 9.375 22.8281 10.4062C22.3906 11.4062 22.0781 12.7188 21.8906 14.3438H24.1406C26.0781 14.3438 27.5937 14.8281 28.6875 15.7969C29.8125 16.7344 30.375 18.125 30.375 19.9688C30.375 21.2812 29.875 22.5156 28.875 23.6719C27.9062 24.7969 26.5625 25.3594 24.8437 25.3594C22.1562 25.3594 20.2343 24.4844 19.0781 22.7344C17.9218 20.9531 17.3437 18.625 17.3437 15.75C17.3437 13.7188 17.7812 11.875 18.6562 10.2188C19.5312 8.53125 20.5937 7.03125 21.8437 5.71875C23.125 4.375 24.4843 3.23438 25.9218 2.29688C27.3593 1.35938 28.5625 0.59375 29.5312 0L31.2187 2.8125Z" fill="%23FFB0BF"/></svg>') !important;
    position: absolute;
    top: 60px;
    left: 50px;
    opacity: 1;
}
