/* Inherit P tags inside shortcodes */
.mk-mini-callout p,
.pricing-offer-grid p,
.mk-title-box p {
  color: inherit !important;
  font-size: inherit !important;
  line-height: inherit !important;
}

.image-hover-overlay {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	background-color: #f97352;
}

.contact-form-message {
    padding: 10px 0;
    font-size: 13px;
    color: #cd1313;
    display: none;

    &.state-success {
      color: #659c39;
    }
}
