/*Addition CSS*/
.site-header-section { height: 130px; }
.site-logo, .site-name { margin-top: 20px; }
.site-logo img { max-width: 220px; }
#top-menu { margin-top: 40px; }
#top-menu ul li ul { width: 200px; }



/*Fonts CSS*/
body, button, input, select, textarea {  font-family:Lato; }
h1, h2, h3, h4, h5, h6 { font-family: 'Arvo', serif, sans-serif; }
#top-menu,
#nav-bottom-menu,
.sortable-menu { font-family: 'Lato', serif, sans-serif; }
.meta { font-family: 'Lato', serif, sans-serif; }
body { font-size: 14px; font-size: 1.4rem; }
#top-menu ul li a,
#top-user-menu ul li a { font-size: 14px; font-size: 1.4rem; }
#top-menu ul li ul li a,
#top-user-menu ul li ul li a { font-size: 14px; font-size: 1.4rem; }
h1 { font-size: 24px; font-size: 2.4rem; }
h2 { font-size: 20px; font-size: 2rem; }
h3 { font-size: 16px; font-size: 1.6rem; }
h4 { font-size: 14px; font-size: 1.4rem; }
h5 { font-size: 12px; font-size: 1.2rem; }
h6 { font-size: 10px; font-size: 1rem; }
.widget h3.title { font-size: 12px; font-size: 1.2rem; }
.post-slide-list h5.title,
.shortcode-lastest-news h5.title,
.shortcode-clients h5.title,
#comments-title,
#reply-title { font-size: 12px; font-size: 1.2rem; }

body { background: #F1F1F1; }
#page .rows { background: #FFFFFF; }

/*Responsiveness CSS*/
@media only screen and (max-width: 767px) {
	.site-header-section { height: auto; }
	.site-logo, 
	.site-name { margin-top: 0; }
}

/*Custom CSS*/
/*Welcome to the Custom CSS editor! Please add all your custom CSS here.*/

.site-topbar {
    background: #afcb08 !important;
}

.header-text li {
    color: #000 !important;
}