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

/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
.float-top {
    clip-path: none;
    top: 0 !important;
    left: 0;
    right: 0 !important;
    width: 100% !important;
    height:auto !important;
    margin: 0 !important;

}

.float-top h1{text-align:left; padding-left:5px;
}

.float-top h1, .float-top h3 {
    float:left;
    font-size:20px !important;
    line-height:20px !important;
    width:50%;
    margin:auto !important;

}

.float-top h3 {
text-align: right;

}

.enrollment-form {
    margin-top: 205px;
    width: 100% !important;
}

.enrollment-form>.col{width:100%;}
}


.float-top {
    right: 20px;
    position: fixed;
    top: 30px;
    width: 200px;
    font-size: 21px;
    text-align: center;
    color: #0e134e;
    height: 200px;
    margin: 4px;
    padding: 4px;
    z-index:99999;
}

.float-top h1 {
    color: #000000;
    font-size: 50px;
    margin: 0;
    padding: 0;
    line-height: 50px;
}

.float-top h3 {
    color: #0f1250;
    padding: 0 10px;
    font-size: 30px;
    line-height: 30px;
}

.enrollment-form{}

.birthday-tree {
    background: #3a8b3c;
    border: 1px solid #3a8b3c;
    margin: 0 !important;
}

.birthday-tree a{
    color: #ffffff !important;
    text-transform: uppercase;
    }