/*
Theme Name: Avada - Alina Baugh
Theme URI: https://www.websitesetup.net
Template: Avada
Author: Website Setup dot net
Author URI: https://www.websitesetup.net
Description: Child theme of Avada created for Alina Baugh by Website Setup dot net. The Avada Website Builder is the ultimate design and creation suite. Design Anything, Build Everything, Fast. The #1 selling product of all time on ThemeForest.
Version: 1.0.1691424226
Updated: 2023-08-07 09:03:46

*/

abbr[title] {
    text-decoration: none;
}

.fusion-form-form-wrapper .fusion-form-field .fusion-form-tooltip {
  z-index: 100;
}

.mission-title,
.services-title {
    background-color: #D6D7D4;
    padding: 0.5em;
}

.services-title h3 {
    font-size: 60% !important;
}

#mywhy-text {
    white-space: nowrap;
}

#home-contentboxes-title h3,
#about-specialties-title h3 {
    padding: 0 2em !important;
}

/* Custom Spaced Border Class */
.spaced-border {
    /* 1. The Border/Outline itself: width, style, and color */
    outline: 3px solid #fff; 
    
    /* 2. The Space: This pushes the outline 10px away from the element */
    outline-offset: 14px;
    
    /* 3. Safety: Margin ensures the offset border doesn't overlap other elements */
    margin: 15px; 
}