/* Add here all your CSS customizations */
.thumb-info{
	background-color:transparent !important;
	border:1px solid #ddd;
	border-radius:5px;
}
.col-lg-4.isotope-item{
	background-color:#ffffff;
	width:31% !important;
	margin:1%;
}
.section-gallery:last-child{
	margin-bottom:0 !important;
}
.thumb-info.thumb-info-bottom-info-fixed:hover img {
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
}

.thumb-info.custom-thumb-info-style-2 {
  border: none;
}
.thumb-info.custom-thumb-info-style-2 .thumb-info-wrapper:not(._rounded) {
  -webkit-transform: none;
          transform: none;
}
.thumb-info.custom-thumb-info-style-2 .thumb-info-wrapper:after {
  content: none;
}
.thumb-info.custom-thumb-info-style-2 .thumb-info-wrapper._rounded {
  border-radius: 100%;
}
.thumb-info.custom-thumb-info-style-2 .thumb-info-caption {
  display: block;
  position: relative;
  padding: 30px !important;
}
.thumb-info.custom-thumb-info-style-2 .thumb-info-caption h4 {
  font-weight: 600;
  font-size: 1.5em;
  margin-bottom: 0;
}
.thumb-info.custom-thumb-info-style-2 .thumb-info-caption p {
  padding: 0;
  margin: 0;
  line-height: 2;
}
.thumb-info.custom-thumb-info-style-2 .thumb-info-caption .custom-thumb-info-category {
  letter-spacing: 1.5px;
  font-size: 10px;
}
.thumb-info.custom-thumb-info-style-2 .thumb-info-caption .date {
  position: absolute;
  top: -12px;
  right: 12px;
  padding: 8px 13px 5px;
  font-size: 10px;
  line-height: 1;
  letter-spacing: 1.5px;
}