/*
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  ***************/


}

.is-divider {
    display: none;
}

@media (min-width: 1024px) {
    .border-service {
        border-top-left-radius: 16px !important;
        border-bottom-left-radius: 16px !important;
    }
}

#logo {
    width: 400px;
}
@media (max-width: 1024px) {
    #logo {
        width: 200px !important;
    }
}
.border-support-form .fill{
    border-radius: 16px !important;
}

.ff-default .ff-el-form-control {
    border: 0px !important;
    border-radius: 4px !important;
    padding: 20px 16px !important;
    opacity: 0.6 !important;
    background: #FFF !important;
}

.footer-contact {
    margin-top: 10px;
    margin-bottom: 10px;
}
.footer-contact p {
    padding-top: 4px;
}
