/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0.13
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
*/

a:hover, a:focus, .fl-accordion-button-label:focus, .fl-accordion-button-label:active, .fl-accordion-button-icon:focus, .fl-accordion-button-icon:active { outline: 0 none; }

ol, ul { margin: 0; }

.services-box .fl-callout-title, .services-box .fl-callout-text-wrap { padding: 0.5em 1em; }
.services-box .fl-callout-title { border-bottom: 1px solid #005ba433; }
.services-box .fl-callout-text-wrap { background: #fff; }
.services-box:hover .fl-callout { box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.1); }
.services-box:hover .fl-callout .fl-callout-title-text { color: #333; }

.services-tab .fl-module-content { transition: all 0.5s ease-in-out; }
.services-tab:hover .fl-module-content { margin-top: 0; padding-top: calc(1em + 10px); padding-bottom: calc(1em + 10px); }