/* Custom CSS Style
 ------------------------------------------------------------------------*/
h1 { font-size: 36px; }
h2 { font-size: 30px; }
h3 { font-size: 24px; }
h4 { font-size: 18px; }
h5 { font-size: 14px; }
h6 { font-size: 12px; }
#header-stripe { height:5px; }
#header-stripe { background-color:#f78e1e; }
#logo { margin: 20px 20px 20px 0px; }
ul#menu li ul { width: 170px; }

/* User Custom Styles
 ------------------------------------------------------------------------*/
/* Custom CSS */
ul#menu li.level0.current_page_item a, ul#menu li.level0.current-menu-item a, ul#menu li.level0.current-menu-ancestor a {
  /* background: #f78e1e; */
  background: #493A2C;
}
ul#menu li.level0.current-menu-item .hover, ul#menu li.level0.current_page_item .hover, ul#menu li.level0.current-menu-ancestor .hover {
  /* background: #f78e1e!important; */
  background: #493A2C!important;
}
ul#menu li a:hover, ul#menu .hover {
  /* background-color: #f78e1e; */
  background: #493A2C;
}

._4s7c {
  border: 0!important;
}

/*------------------------------------------------------------------------
 Default - Stylesheet
 ------------------------------------------------------------------------*/

/* Text Color */
a, h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, #intro-text h5, ul#menu li.level0.current_page_item a, ul#menu li.level0.current-menu-item a, ul#menu li.level0.current-menu-ancestor a, ul#menu li li a:hover, h1.entry-heading a:hover, h2.entry-heading a:hover, span.meta-comments a:hover, .portfolio h2, .caption h2, .release-data h2, .comment-text h4 a:hover, .rs-caption h3, .news-entry a, .widget_r_twitter ul li p a, .widget_r_comments ul li a, .widget_r_posts ul li a, .widget_r_newsletter h3, .rf span {
  color: #f78e1e;
}