/* review notice */

.spc-review-notice {
  padding: 15px 15px 15px 0;
  background-color: #fff;
  border-radius: 3px;
  margin: 20px 20px 0 0;
  border-left: 4px solid transparent;
}

.spc-review-notice:after {
  content: '';
  display: table;
  clear: both;
}

.spc-review-thumbnail {
  width: 114px;
  float: left;
  line-height: 80px;
  text-align: center;
  border-right: 4px solid transparent;
}

.spc-review-thumbnail img {
  width: 72px;
  vertical-align: middle;
  opacity: .85;
  transition: all .3s;
}

.spc-review-thumbnail img:hover {
  opacity: 1;
}

.spc-review-text {
  overflow: hidden;
}

.spc-review-text h3 {
  font-size: 24px;
  margin: 0 0 5px;
  font-weight: 400;
  line-height: 1.3;
}

.spc-review-text p {
  font-size: 13px;
  margin: 0 0 5px;
}

.spc-review-ul {
  margin: 0;
  padding: 0;
}

.spc-review-ul li {
  display: inline-block;
  margin-right: 15px;
}

.spc-review-ul li a {
  display: inline-block;
  color: #10738B;
  text-decoration: none;
  padding-left: 26px;
  position: relative;
}

.spc-review-ul li a span {
  position: absolute;
  left: 0;
  top: -2px;
}

.spc-go-pro {
  color: #D30C5C;
  font-weight: bold;
}

#adminmenu .toplevel_page_spc-settings .wp-menu-image img {
  padding: 7px 0 0 0 !important;
}