/*
 Theme Name:   Greenthin Child Theme
 Theme URI:    https://smthemes.com/greenthin/
 Description:  SMThemes Greenthin Child
 Author:       kenshir
 Author URI:   http://nkt.it
 Template:     greenthin
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://creativecommons.org/licenses/by/3.0/
 Tags:         responsive-layout
 Text Domain:  greenthin-child
*/

footer .footer_txt {
    padding: 15px 0;
    text-align: center;
    font-size: 16px;
    border-top: 1px solid rgba(255,255,255,0.2);
}

footer .widget a, footer a {
    color: #ffc00a;
    font-size: 16px;
    font-family: 'oswaldregular';
}

body {
    font-family: 'open_sansregular';
    font-size: 16px !important;
    color: #242413;
}

article {
    text-align: left;
}

#extra-menu ul.nav-menu > li > a {
	color:#fff;
	text-transform:uppercase;
	padding:10px 20px;
	font-size:16px;
	font-weight:bold;
	line-height:13px;
}
		
#extra-menu ul.nav-menu > li:hover > a {
		color:#afa;
		background:rgba(0,0,0,0.1);
		text-decoration: underline;
}

a { 
	color:#59aa32;
	text-decoration:none;
}

a:hover {
	color:#59aa32;
	text-decoration: underline;
}
