.post-edit{
    display: none !important;
}

.hero-text{
  background: rgba(51, 48, 59, .8);
  margin-left: 0;
  color: #a99574;
  padding: 20px;
}

.hero-text h3{
  color: #a99574;
  font-size: 26px;
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
}

.dark-text{
  color: #a99574;
}

.vcex-blog-entry-inner{
  box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
  padding: 10px;
}

.vcex-blog-entry-details{
  border: none;
  padding: 0;
  text-align: right;
}

h2.vcex-blog-entry-title {
  line-height: 1.3;
  margin-bottom: 15px;
}

.wpcf7-form input[type="text"], .wpcf7-form input[type="email"]{
  border-radius: 6px;
}

.wpcf7-form textarea{
  border-radius: 6px;
  height: 120px;
}

.wpcf7-form input[type="submit"]{
  background: #33303b;
  border-radius: 6px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
}

@media (min-width: 200px) and (max-width: 991px) {
  .mobile-dark{background: #33303b !important;}
}
