/*
Theme Name:           Flatsome
Theme URI:            http://flatsome.uxthemes.com
Author:               UX-Themes
Author URI:           https://uxthemes.com
Description:          Multi-Purpose Responsive WooCommerce Theme
Version:              3.19.4
Requires at least:    6.4
Requires PHP:         7.4
WC requires at least: 8.3
Text Domain:          flatsome
License:              https://themeforest.net/licenses
License URI:          https://themeforest.net/licenses
*/


/***************
All custom CSS should be added to Flatsome > Advanced > Custom CSS,
or in the style.css of a Child Theme.
***************/

.header-button .primary {
    background: #ed832b;
    border-radius: 0 !important;
    cursor: pointer
}
.header-nav li a {
	color: #fff;
}
.header-nav-main.nav-line-bottom > li > a:before {
	background: #eeee22 !important;
}
.header-top {
	background: #0d7000;
}

@media (max-width: 768px) {
	.header-wrapper .header-top {
	 display: none;
  }	
	#logo img {
		max-height: 50px !important;
	}
	.mobile-nav li a {
		color: #fff;
	}
	.container .section, .row .section {
		padding: 0 15px;
	}
}
.col {
	padding-left: 0;
	padding-right: 0;
}

.content-page h1, .content-page h2, .content-page h3 {
	color: #fafa3d;
}
.content-page a {
	color: #8aef42;
}
.content-page .post-title a {
	color: #fafa3d;
}
.content-page .post-title .is-divider {
	display: none;
}
.entry-content .more-link {
	color: #eeee22;
}
.footer-content .section-title {
	color: #fafa3d !important;
}
.footer-content li {
	color: #fff;
}
.footer-content a.link-logo {
	color: #8aef42;
}
