.search-wrapper button {
  position: absolute;
  right: 0;
  top: 0;
  border: 0;
  padding: 0;
  cursor: pointer;
  height: 40px;
  width: 45px;
  color: #ffffff;
  background: #1a2c56;
}

.search-wrapper button:before {
  /* left arrow */
  content: '';
  position: absolute;
  border-width: 8px 8px 8px 0;
  border-style: solid solid solid none;
  border-color: transparent #1a2c56 transparent;
  top: 12px;
  left: -6px;
}

.post_tags a,
span.cat a {
  background: #0d7cba !important;
  color: #fff;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 700;
  padding: 3px 7px 4px;
  display: inline-block;
  margin-bottom: 9px;
  letter-spacing: 1px;
}

.comment-text blockquote p,
.post-entry blockquote p {
  border-left: 3px solid #0d7cba !important;
  color: #999;
  padding: 0 18px;
  font-family: "Georgia";
  line-height: 28px;
  font-style: italic;
}

.post-review {
  background: -webkit-linear-gradient(#222, #111);
  background: -o-linear-gradient(#222, #111);
  background: -moz-linear-gradient(#222, #111);
  background: linear-gradient(#222, #111);
  padding: 20px 30px;
  border-top: 5px solid #0d7cba !important;
  margin: 0 0 30px 0px;
}

.review-score span {
  font-size: 40px;
  color: #fff;
  font-family: "Oswald";
  height: 80px;
  width: 80px;
  text-align: center;
  line-height: 80px;
  border: 5px solid #0d7cba !important;
  border-radius: 50%;
  display: inline-block;
}

.thescore {
  background: #0d7cba !important;
  color: #fff;
  padding: 1px 10px 4px;
  box-sizing: border-box;
}

.pagination a.active,
.pagination a:hover {
  background: #1a2c56 !important;
  border: 1px solid #1a2c56 !important;
  color: #fff;
}

.page-numbers.current {
  background: #1a2c56 !important;
  border: 1px solid #1a2c56 !important;
  color: #ffffff;
  padding: 6px 12px 7px;
  font-size: 14px;
  margin: 0 2px;
}

.archive-box  h1 {
  border-left: 5px solid #0d7cba !important;
  background: #222325;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  padding: 9px 10px 10px;
  margin-bottom: 30px;
}

.widget-title {
  border-left: 5px solid #0d7cba !important;
  background: #222325;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  padding: 9px 10px 10px;
  margin-bottom: 20px;
}

.widget a:hover {
  color: #1a2c56 !important;
}

.side-item-review .score {
  color: #fff;
  display: inline-block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  background: #0d7cba !important;
  border-radius: 50%;
  font-weight: 700;
  font-size: 13px;
}

.widget_tag_cloud a:hover {
  background: #1a2c56 !important;
  color: #fff;
}

#navigation .menu li a:hover:after,
#navigation .menu .current-menu-item >a:after {
  position: absolute;
  content: " ";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #0d7cba !important;
  box-sizing: border-box;
  -o-transition: .22s;
  -ms-transition: .22s;
  -moz-transition: .22s;
  -webkit-transition: .22s;
  transition: .22s;
}

.top-social a:hover {
  color: #0d7cba !important;
}

.tab-title-description ul li.active a {
  background-color: #1a2c56 !important;
}