/*
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.   ***************/
a{
	color: rgb(0, 0, 238);
}
.logo-left .logo {
    transform: scale(1.2);
    margin-right: 10px;
    transform-origin: top;
}

#wide-nav>.flex-row.container {
    margin: 0 auto;
    font-size: 16px;
    color: #000;
    background: url('https://www.gyhk.com/images/GY_Menu_background.png');
    border-radius: 5px;
    width: 100%;
}

#wide-nav .header-nav>.menu-item {
    margin: 0 40px;
}

.page-wrapper {
    padding: 0;
}

.recent-blog h3 {
    padding: 0;

}

.banner-inner {
    width: 100%;
}

.sticky-col {
    position: sticky;
    top: 100px;
}

.horizontal-menu {
    display: flex;
    flex-direction: row;
}


.horizontal-menu .menu-item {
    margin: 0 20px !important;
}

.horizontal-menu .menu-item:first-child {
    margin-left: 0 !important;
}

.absolute-footer {
    display: none;
}

.sidebar ul {
    list-style: none;
}


@media only screen and (max-width: 48em) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/
#wide-nav .header-nav>.menu-item {
    margin: 0px;
}
	
	
    #wide-nav .nav > li > a {
        font-size: 8px !important;
        padding: 4px 6px !important;
    }

}