/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/
.whitetxt {
    color:#fff;
}

.underlinea a {
    text-decoration:underline;
}

.jaeckel-map-placeholder {
    min-height: 280px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 32px;
    border: 1px solid #d8e2e8;
    background: #f5f8fa;
    color: #333;
}

.jaeckel-map-placeholder strong {
    color: #006faa;
    font-size: 1.25rem;
}

.jaeckel-map-placeholder p:last-child {
    margin-bottom: 0;
}

@media (max-width: 800px) {
    .jaeckel-map-placeholder {
        min-height: 0;
        padding: 24px 20px;
    }
}
