/*
Welcome to Custom CSS!

CSS (Cascading Style Sheets) is a kind of code that tells the browser how
to render a web page. You may delete these comments and get started with
your customizations.

By default, your stylesheet will be loaded after the theme stylesheets,
which means that your rules can take precedence and override the theme CSS
rules. Just write here what you want to change, you don't need to copy all
your theme's stylesheet content.
*/
/* For Homepage Headline Yellow*/
#homepage-message {
	background-color: #FACE2D;
}

/* For Footer Copyright Yellow COLOR */
#site-generator {
	background-color: #FACE2D;
	color: #000000;
}

#site-generator a {
	color: #000000;
}

/* thin line footer */
#colophon {
	border-top: 2px solid #ffffff;
	clear: both;
}

#main-slider .entry-title a,
#main-slider .entry-content {
	background: transparent;
	color: #fff;
}

/*#homepage-message {
    background-color: transparent;
    border: none;
}*/
/* For menu bar color – general */
#header-menu {
	background-color: #C93432;
}

/* For menu bar color – hover color NO EFFECT? */
#header-menu ul.menu li:hover > a,
#header-menu ul.menu a:focus {
	background-color: #FF0099;
}

/* For menu bar color – hover color PINK*/
#header-menu ul.menu li:hover > a,
#header-menu ul.menu a:focus {
	background-color: #C93432;
	color: #ggg;
}

/* For menu bar color – child menu color LIGHT PINK */
#header-menu ul.menu ul a {
	background-color: #E295C0;
}

/* For menu bar color – current page */
#header-menu .menu .current-menu-item > a,
#header-menu .menu .current-menu-ancestor > a,
#header-menu .menu .current_page_item > a,
#header-menu .menu .current_page_ancestor > a {
	background-color: #000;
}

#site-logo {
	padding-top: 50px;
}

/* For Menu */
.tinynav {
	color: #fff;
}

/* For Menu Options color */
.tinynav option {
	color: #000;
}

/* NO EFFECT?? */
#header-menu .menu .current-menu-item > a, #header-menu .menu .current-menu-ancestor > a, #header-menu .menu .current_page_item > a, #header-menu .menu .current_page_ancestor > a {
	background-color: #FFFFFF;
	color: #FF9900;
}

/* change the color of the menu red*/
.header-sidebar .widget ul.menu li:hover > a, .header-sidebar .widget ul.menu a:focus, .header-sidebar .widget ul.menu .current-menu-item > a, .header-sidebar .widget ul.menu .current-menu-ancestor > a, .header-sidebar .widget ul.menu .current_page_item > a, .header-sidebar .widget ul.menu .current_page_ancestor > a {
	background-color: #C93432;
}

/* hide the light blue box in your slider */
#main-slider .entry-container {
	display: none;
}

/* change font headline install google fonts first*/
#homepage-message {
	font-family: "Abel";
}

/* change font menu install google fonts first*/
#access ul {
	font-family: Abel;
}/*#supplementary .widget {
	background-color: #303030;
	border: none;*/
	
}

/* change color submenus */
.header-sidebar .widget ul.menu ul a, #secondary-menu ul.menu ul a {
	background-color: #993400;
	border-bottom: 1px dotted #CCC;
	color: #FFF;
	font-size: 1.3rem;
	font-weight: 400;
	line-height: 2.3rem;
	height: auto;
	padding: 1rem 1.9rem;
	width: 168px;
	white-space: normal;
}

/* reduce height stripe under slider */
.container:after, .header-sidebar:after, .menu-header-container:after, #secondary-menu:after, #footer-menu:after, #featured-post:after, .entry-container:after, .entry-header:after, .widget:after, #supplementary:after, .site-info:after, .featued-content-wrap:after {
/* content: " ";*/
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* move name to the right */
#hgroup.logo-enable.logo-left {
	padding-left: 500px;
}

#footer-sidebar {
	background-color: #ffffff;
}

/* space above footer */
element {
}

.page-links, .widget, blockquote, #main #featured-post, .site-content .hentry, .site-content .site-navigation, #infinite-handle, .comments-title, #reply-title, #respond {
	margin-bottom: 0;