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

/*************** ADD CUSTOM CSS HERE.   ***************/
body #logo img{
	padding: 15px 0;
}
body .a-default{
	color: inherit;
}
body .tin-tuc .post-item .box-text .post-title:hover,
body a:hover .post-title,
body .a-default:hover,
body .recent-blog-posts a:hover,
body .widget .dich-vu-widget ul li a:hover,
body .widget .dich-vu-widget ul li::marker,
body span.widget-title,
body .nav-small.nav>li.html a:hover,
body #top-bar .nav>li>a>i,
body .header:not(.transparent) .header-nav.nav > li > a:hover, 
body .header:not(.transparent) .header-nav.nav > li.active > a, 
body .header:not(.transparent) .header-nav.nav > li.current > a, 
body .header:not(.transparent) .header-nav.nav > li > a.active, 
body .header:not(.transparent) .header-nav.nav > li > a.current,
.main-color{
	color: #05a50e;
}
body .section-title-normal span,
body .footer-section ul li a:hover,
body .footer-section .section-title-normal span{
	color: #05a50e !important;
}
body .header-nav.nav-line-bottom > li > a:before,
body .has-hover:hover .tag-label{
	background-color: #05a50e;
}

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


}