/*
Theme Name: Divi Child theme of Divi
Template: Divi
Author: Elegant Themes
Description: Child theme of Divi theme for the Divi theme
Version: 4.27.1.1727303610
Updated: 2024-09-25 22:33:30

*/

.breadcrumbs {
    font-size: 16px;
    color: #333;
}
.breadcrumbs a {
    text-decoration: none;
    color: #0073e6;
}
.breadcrumbs a:hover {
    text-decoration: underline;
    color: #005bb5;
}

.fbc-page .fbc-wrap .fbc-items {
    background-color: transparent !important;
}

.fbc-page .fbc-wrap .fbc-items li a i {
    margin-right: 5px;
    color: white !important;
}

.fbc-page .fbc-wrap .fbc-items li.active span, .fbc-page .fbc-wrap .fbc-items li .fbc-end-text {
    color: #ffffff !important;
    font-size: 14px !important;
}


.aligncenter {
    position: relative;
    display: inline-block;
}

.aligncenter::after {
    content: '';
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    background: rgba(255, 255, 255, 0.5);
    filter: blur(8px);
    z-index: -1;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.8);
}
