/*-----------------------------------------------------------------------------------*/
/* Thumbs Ratings Styles */
/*-----------------------------------------------------------------------------------*/
.post-vote {
  list-style: none;
  margin: -4px 0 0;
  padding: 0;
	color: #677075;
  text-align: center;
}

.vote-alert.alert.alert-danger {
  display: none;
  font-weight: 500;
  font-size: 13px;
  padding: 5px 10px;
}

.post-vote li {
  line-height: 0.7;
}

.post-vote .vote-result {
  font-weight: 700;
}

.post-vote .post-vote-up,
.post-vote .post-vote-down {
	font-size: 30px;
}

@media (max-width: 575px) {
  .post-vote .post-vote-up,
  .post-vote .post-vote-down {
  	font-size: 26px;
  }

  .gr-voting .post-vote {
    margin-top: -5px;
  }

  .post-vote li {
    line-height: 0.8;
  }
}

@media (min-width: 768px) {
  .post-vote .post-vote-up:hover {
  	color: #2d6ff7;
  }

  .post-vote .post-vote-down:hover {
  	color: #dd5600;
  }
}
