/*
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.   ***************/
/* System */
.header, #footer, .footer-1, .footer-2 {
    display: none;
}

.absolute-footer {
    background-color: #ffff !important;
    color: #000 !important;
    padding-top: 0px !important; 

}

/* 
@media (min-width: 768px) {
    .header {
        display: block;

    }
} */

@media (max-width: 1024px) {
    #footer {
        display: block;
    }
}

div.large-12.col {
    padding: 0 !important;
}

.section, .section-content {
    padding: 0 5px !important;
    margin: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
}

.page-wrapper {
    padding: 0 !important;
}

html {
    /* background-image: url('/wp-content/uploads/2024/10/bg-2.webp') !important; */
    background-color: #F5F5F5 !important;
    background-size: cover !important;
    background-position: center !important;
}

main {
    background-color: transparent !important;
}

main, #wrapper {
    background-color: transparent !important;
}

.header .logo img {
    padding-top: 20px !important; 
}

body {
    font-family: 'PingFang', 'Roboto', 'Helvetica', Arial, sans-serif !important;
}

/* System */

.row-scroll-match-left {
    max-height: calc(100vh - 130px);
    overflow-y: auto;
    overflow-x: hidden;
}

.row-scroll-match-right {
    max-height: calc(100vh - 580px);
    overflow-y: auto;
    overflow-x: hidden;
}

.sticky-sidebar {
    position: fixed !important;
    top: 0;
    left: 0;
    transform: translateY(0%);
    width: 10px;
    /* z-index: 1; */
}

.custom-img {
    width: 560px !important;
}

@media (min-width: 1024px) { /* lg screen size */
    .custom-img {
        width: 560px !important;
    }
}

@media (max-width: 768px) { /* md and smaller screen sizes */
    .hide-on-mobile {
        display: none !important;
    }
}
















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