
/*# sourceMappingURL=data:application/json;charset=utf8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY3VzdG9tLmNzcyIsInNvdXJjZXMiOlsiY3VzdG9tLnNjc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiJ9 */

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

.error-block {
	color: red !important;
}

label.required::before {
  content: '*';
  margin-right: 4px;
  color: red;
}

.action-icons {
	font-size: 15px;
}

/*common classes*/
.border-radius-0 {
	border-radius: 0 !important;
}
/*common classes*/


.vjs-big-play-button {
    top: 50% !important;
    left: 45% !important;
    margin-top: -24px !important;
    margin-left: -24px !important;
}


/*post image gallery */

.post-images-gallery ul{
    margin:0;
    padding:0;
    list-style-type:none;
}

.post-images-gallery ul li{
    float:left;
    margin:5px 5px;
    background:none;
    width:auto;
    height:auto;
}
.post-images-gallery img{
    width:200px;
}
.post-images-gallery .image_link{
  cursor: move;
}


@media (max-width: 768px) {
  .post-images-gallery img {
    width: auto;
  }
}