/* -----------------------------------------------------------------------------

  POST DISPLAY
  
----------------------------------------------------------------------------- */
.vcma-postdisplay {
  margin:0 auto;
}
.vcma-post-module {
  position: relative;
  z-index: 1;
  display: block;
  background: #FFFFFF;
  min-width: 100%;
  min-height: auto;
  margin:0 auto;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.9s linear 0s;
  -moz-transition: all 0.9s linear 0s;
  -ms-transition: all 0.9s linear 0s;
  -o-transition: all 0.9s linear 0s;
  transition: all 0.9s linear 0s;
}
.vcma-post-module:hover,
.vcma-hover {
  -webkit-box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
}
.vcma-post-module:hover .vcma-thumbnail img,
.vcma-hover .vcma-thumbnail img {
  -webkit-transform: scale(1.9);
  -moz-transform: scale(1.9);
  transform: scale(1.9);
  opacity: .6;
}
.vcma-post-module .vcma-thumbnail {
  background: #fff;
  height: 400px;
  overflow: hidden;
  border: none;
}
.vcma-post-module .vcma-thumbnail .vcma-date {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
  background: #e74c3c;
  width: 55px;
  height: 55px;
  padding: 10px 0;
  line-height: 16px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  color: #FFFFFF;
  font-weight: 700;
  text-align: center;
  -webkti-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.vcma-post-module .vcma-thumbnail .vcma-date .vcma-day {
  font-size: 18px;
  font-weight: normal;
}
.vcma-post-module .vcma-thumbnail .vcma-date .vcma-month {
  font-size: 12px;
  text-transform: uppercase;
}
.vcma-post-module .vcma-thumbnail img {
  display: block;
  width: 120%;
  margin: 0;
  padding: 0;
  border-radius: 0;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.vcma-post-module .vcma-post-content {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 30px;
  -webkti-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
  -o-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
  transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
}
.vcma-post-module .vcma-post-content .vcma-category {
  position: absolute;
  top: -34px;
  left: 0;
  background: #e74c3c;
  padding: 10px 15px;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
.vcma-post-module .vcma-post-content .vcma-title {
  margin: 0;
  padding: 0 0 10px;
  color: #333333;
  font-size: 18px;
  font-weight: 700;
  text-align: left;
  line-height: 1.4;
}
.vcma-post-module .vcma-post-content .vcma-sub_vcma-title {
  margin: 0;
  padding: 0 0 20px;
  color: #e74c3c;
  font-size: 20px;
  font-weight: 400;
}
.vcma-post-module .vcma-post-content .vcma-description {
  display: none;
  color: #666666;
  font-size: 14px;
  line-height: 1.8em;
}
.vcma-post-module .vcma-post-content .vcma-post-meta {
  margin: 0;
  color: #999999;
}
.vcma-post-module .vcma-post-content .vcma-post-meta .timestamp {
  margin: 0 16px 0 0;
}
.vcma-post-module .vcma-post-content .vcma-post-meta a {
  color: #999999;
  text-decoration: none;
}
.vcma-hover .vcma-post-content .vcma-description {
  display: block !important;
  height: auto !important;
  opacity: 1 !important;
}
.vcma-column {
  width: 100%;
  -webkti-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
.vcma-column .demo-vcma-title {
  margin: 0 0 15px;
  color: #666666;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}

@media screen and (max-width: 960px) {
	.vcma-column {
	  width: 100% !important;
	  padding: 0 30px 30px 0;
	  float: none !important;
	}
 }