/*
  Theme Ojeen styles 
  Author: webnesters.com
  Color themes
  Primary color : #ff6600;
  Secondary color: #7f1e00;
*/

/* ==================== Primary coloer ==================== */
.item-new,
#nav ul li:hover > a,
#nav ul li.current-menu-item:hover > a,
#nav ul ul,
.nav-trigger,
.bi-date span,
.pagination ul li a:hover, .pagination ul li.active a,
.flexi-thumb .post-date,
.posts_nav a, .continue_reading, .reade_more,
.tagcloud a:hover,
.sidebar ul li a:hover,
.icon:after,
.ui-datepicker-header,
.oh-title,
#jpreBar  {background:#ff6600; color: #fff;}

/* --------- text color -------- */
a, a:focus,
.special-heading,
.primary,
.bi-readmore,
ul.latest-post-blog li a:hover,
.icon:hover,
#jprePercentage {color:#ff6600}

/* ==================== Secondary color ==================== */
/* --------- Background color -------- */
.btn-primary,
#footer .goto-top,
.bi-content,
.posts_nav a:hover, .posts_nav a:focus, 
.continue_reading:hover, .continue_reading:focus, 
.reade_more:hover, .reade_more:focus,
.ui-datepicker-calendar .ui-state-active,
#nav ul ul li:hover > a  {background:#7f1e00; color: #fff;}
.pattern-bg {background-color: #7f1e00}

/* --------- text color -------- */
a:hover,
#nav ul li.current-menu-item > a,
.filter-nav li.active a,
.filter-nav li:hover a {color: #7f1e00;}

/* ==================== Button Styles ==================== */
.btn-primary {background:#ff6600; color: #fff; box-shadow: inset 0 0 0 1px #7f1e00; border-color: #ff6600}
.btn-primary:hover {background:#7f1e00; color: #fff; box-shadow:inset 0 0 0 1px #ff6600; border-color: #7f1e00}
.btn-secondary {background:#7f1e00; color: #fff; box-shadow:inset 0 0 0 1px #bf7719; border-color: #7f1e00}
.btn-secondary:hover {background:#ff6600; color: #fff; box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.5); border-color: #ff6600}
.btn-trans {border-color: #fff; box-shadow: none; background: transparent; color: #fff;}
.btn-trans:hover {background: #fff; border-color: #7f1e00; color: #7f1e00}

/* ==================== Border Styles ==================== */
.bi-content:after,
.icon:hover:before {border-color: #ff6600;}
.oh-title:after {border-top-color: #ff6600}

/* ==================== Boxed Styles ==================== */
.filter-item {background:#7f1e00; color: #fff; box-shadow:inset 0 0 0 1px #bf7719; border-color: #7f1e00}


