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

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


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


}
.button.secondary:not(.is-outline){
	background-color: #fcb913;
}
.is-outline.primary {
    color: #d26e4b;
}
.primary.is-outline:hover {
    border-color: #d26e4b;
	  background-color: #d26e4b;
}
.header-top{
	background-color:#3a3a3a
}
.header-main{
	background-color:#2d2d2d;
}
.nav > li > a {
    font-weight: 700;
}
.header-bottom-nav > li > a {
    line-height: 35px;
}
.nav > li > a {
    font-family: "Roboto", sans-serif;
}
.nav-size-large>li>a {
    font-size: 1em;
}
.header-bottom-nav > li > a {
    line-height: 35px;
}
footer .ux-menu-link__text{
	color:white;
}
footer .ux-menu-link__text:hover{
	color:yellow;
}