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

/*************** ADD CUSTOM CSS HERE.   ***************/
#footer{
    background-position: left bottom;
    background-size: 50% auto;
    background-repeat: no-repeat;
    position: relative;
    background-color:rgb(248, 249, 253);
    background-image:url(assets/images/footer-bg.png);
}
#footer:before{
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    background-image: url(assets/images/footer-bg-right.png);
    background-position: right bottom;
    background-size: 25% auto;
    background-repeat: no-repeat;
}
.absolute-footer{
    display: none;
}

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


}