/* ------------------------------------------------------------------------------------------------------------------ */
/* -------------------------------------------------- Blue Skin ----------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------ */
/* Button */
a.blogmag-btn {
  background: #139ce1;
}

.main-nav-wrapper {
  border-color: #139ce1;
}

/* Main Nav */
.main-nav div > ul > li.current_page_item,
.main-nav div > ul > li.current-menu-item,
.main-nav div > ul > li:hover {
  background-color: #139ce1;
  border-right-color: #139ce1;
}

/* Full Slider */
#fullwidth-slider-wrapper .flex-control-paging li a:hover {
  background: #139ce1;
}
#fullwidth-slider-wrapper .flex-control-paging li a.flex-active {
  background: #139ce1;
}
#fullwidth-slider-wrapper .flex-direction-nav a.flex-prev:hover {
  background-color: #139ce1;
}
#fullwidth-slider-wrapper .flex-direction-nav a.flex-next:hover {
  background-color: #139ce1;
}

/* Basic Slider */
#basic-slider-wrapper .blogmag-slide .slide-title h4 a:hover {
  color: #139ce1;
}
#basic-slider-wrapper .flex-control-paging li a:hover {
  background: #139ce1;
}
#basic-slider-wrapper .flex-control-paging li a.flex-active {
  background: #139ce1;
}
#basic-slider-wrapper .flex-direction-nav a.flex-prev:hover {
  background-color: #139ce1;
}
#basic-slider-wrapper .flex-direction-nav a.flex-next:hover {
  background-color: #139ce1;
}

/* Listing Slider */
.listing-slider .flex-control-paging li a:hover {
  background: #139ce1;
}
.listing-slider .flex-control-paging li a.flex-active {
  background: #139ce1;
}
.listing-slider .flex-direction-nav a.flex-prev:hover {
  background-color: #139ce1;
}
.listing-slider .flex-direction-nav a.flex-next:hover {
  background-color: #139ce1;
}

/* Widgets */
.widget #wp-calendar thead th {
  background-color: #139ce1;
}
.widget #wp-calendar tbody td#today {
  background-color: #139ce1;
}
.widget .tagcloud a:hover {
  background: #139ce1;
}
.widget .tabbed .tabs li.current {
  background-color: #139ce1;
}

/* Review */
.review-box .progress .bar {
  background: #139ce1 url(../images/stripes.png);
}
.review-box .total-score {
  background-color: #139ce1;
}

/* Footer ------------------------------------------------------------------------------------------------------------*/
#footer .widget .tagcloud a:hover {
  background-color: #139ce1;
}
#footer .widget .tabbed .tabs li.current {
  background-color: #139ce1;
}

/* Scroll Top */
a#scroll-top:hover {
  background-color: #139ce1;
}

/* Tabs */
.tabs-nav li.active a {
  border-top: 2px solid #139ce1;
}

@media (max-width: 979px) {
  .main-nav-wrapper #search-form .search-btn {
    background-color: #139ce1;
  }
}
