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

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

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

.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;
}

.p-spacing:last-child {
    margin-bottom: 0;
}

.asbolute-footer {
    display: none;
}








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


}
