.btn-bookmark {
  color: #5e7c88;
  background: #fff;
  border: 1px solid #ddd; }
  .btn-bookmark:hover, .btn-bookmark:active {
    background: #b40819;
    color: #fff;
    border-color: #b40819; }
  .btn-bookmark:focus {
    color: #5e7c88;
    background: #fff;
    border: 1px solid #ddd; }

.btn-bookmarked {
  background: #b40819;
  color: #fff;
  border-color: #b40819; }
  .btn-bookmarked:hover, .btn-bookmarked:active {
    color: #5e7c88;
    background: #fff;
    border: 1px solid #ddd; }
  .btn-bookmarked:focus {
    background: #b40819;
    color: #fff;
    border-color: #b40819; }

.item .grid-bookmark {
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px 10px !important;
  opacity: 0;
  transition: 0.5s all;
  -webkit-transition: 0.5s all; }
.item:hover .grid-bookmark {
  opacity: 1; }

.gsurvey-rating:not(:checked) > label {
  width: 65px !important;
  line-height: 50px !important;
  background-size: 50px 50px !important;
  color: rgba(221, 221, 221, 0) !important; }

.row-border-bottom {
  border-bottom: 1px solid #ddd; }

.your-rating {
  margin-top: -20px; }
  .your-rating p {
    font-weight: 800;
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
    background: #ddd; }
    .your-rating p i {
      color: #daa900;
      font-size: 18px; }

.average-rating p {
  font-weight: 800;
  font-size: 14px;
  text-transform: uppercase;
  display: inline-block;
  background: #ddd; }
  .average-rating p i {
    color: #daa900;
    font-size: 18px; }

img.viewed-by-user {
  filter: grayscale(100%); }

.viewed-by-user-overlay {
  background: none !important; }

.bg-none {
  background: none !important; }

#gform_confirmation_message_45 {
  background: #cfa02e;
  padding: 15px 20px;
  color: #fff; }

.card-title-size {
  font-size: 18px;
  line-height: 1.2em; }

.rating-card .your-rating {
  margin: 0 !important; }
  .rating-card .your-rating p {
    margin: 0;
    display: block; }

.margin-top-n {
  margin-top: -20px; }

.font-size-18 {
  font-size: 18px; }

/*# sourceMappingURL=custom.css.map */
