/*
#header .header-links > ul > li a {
color:
#header .menu > li.menu-hover > a, #header .menu > li.current_page_item > a, #header .menu > li.current-menu-ancestor > a, #header .menu > li > a:hover {
color:
background:

 {
color: #a4a4a4;
}
btn-slider:hover {
background: #57646d;
}
*/

/* Menu background color change #pre-header {
    background: #ffffff;
}

to change the Icon Color
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, cite, del, dfn, em, font, q, s, samp, strike, strong, ol, ul, li, fieldset, form, label, legend, tbody, tfoot, thead, tr {
color: #57646d;
}
*/

/* Enter Your Custom CSS Here 
#header {
    background: #ffffff;
#header {
  height:5px;
}

#intro{
    display:none;
}
*/
/* change the height of the drop-down menu */
#header .header-links .sub-menu a {
	line-height: 22px;
}
#header .header-links a {
	line-height: .5px;
}
/*
.nav-next a i {
	line-height: 1;
*/
/*
textarea {
	color: #888;	
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 1.7;
*/
/* change the height of the drop-down menu
h1,h2,h3,h4,h5,h6 {
	color: #555;
	clear: both;
	margin: 0 0 0.8em;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 1.5;
*/

#h1,h2,h3,h4,h5,h6 {
	line-height: 1;
}
textarea {
	line-height: 1.3;
}

#headerclass {
height: 100px;
}

#content {
    padding: 0 10px;
}


/* Enter Your Search button Custom CSS Here */
#pre-header-search .search {
    background: #ffffff;
}

/* to change the background color */
#section-home .entry-header span {
	background-color: #57646d;
}

/* to change the Icon Color */
#section-home .entry-header i {
	color: #a4a4a4;
}

/* to change the Read More Color */
.themebutton {
	background: #57646d;
}

/* to change the Link Color */
a {
	color: #990000;
}

/* to change the Hover Read More Color */
.themebutton:hover {
	background: #57646d;
}

/* to change the Hover Link Color inherit*/
a:hover {
     color:#a4a4a4
}

/* to change the Hover Icon Color */
#section-home a:hover .entry-header span {
	background: #333;
}
