/*
    Theme Name: Flatsome Child
    Description: This is a child theme for Flatsome Theme
    Author: UX Themes
    Template: flatsome
    Version: 3.0
*/

.sub-title-bea {
    font-family: 'Dancing Script';
    margin-bottom: 0 !important;
}

.rounded {
    border-radius: 1rem !important;
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.message-edu .message-box-bg-image {
    width: 120px;
    height: 120px;
    top: -50px;
    z-index: 1;
    left: unset;
}

.message-edu.right .message-box-bg-image {
    right: -50px;
    left: unset;
}

.message-edu .message-box-bg-overlay {
    border-radius: 1rem;
}

.edu-rounded {
    overflow: hidden;
}


@keyframes zoom {
    0% {  }
    70% {
        box-shadow: 0 0 0 15px transparent;
    }
    100% {
        box-shadow: 0 0 0 0 transparent;
    }
}

@media screen and (min-width: 768px) {

    
}

@media screen and (max-width: 1200px) {

}

@media screen and (max-width: 900px) {

}

@media screen and (max-width: 768px) {
    
}

@media (max-width: 549px) {
    
}
