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

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



.z100 {
    z-index: 100;
}

.z200 {
    z-index: 200;
}

.z300 {
    z-index: 300;
}

.z400 {
    z-index: 400;
}

.z500 {
    z-index: 500;
}

.z600 {
    z-index: 600;
}

.z700 {
    z-index: 700;
}

.z800 {
    z-index: 800;
}

.z900 {
    z-index: 900;
}

.z1000 {
    z-index: 1000;
}

.radius5 {
    border-radius: 5px!important;
}

.radius10 {
    border-radius: 10px!important;
}

.radius15 {
    border-radius: 15px!important;
}

.radius20 {
    border-radius: 20px!important;
}

.radius25 {
    border-radius: 25px!important;
}

.radiusCircle {
    border-radius: 1000px!important;
}

.h1-spacing h1 {
    margin-bottom: 0;
}

.h2-spacing h2 {
    margin-bottom: 0;
}

.h3-spacing h3 {
    margin-bottom: 0;
}








@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}