@media (max-width: 400px) {
  .phone,
	.ova-mc4wp-form .zip{
    margin-bottom: 16px;
  }
}
.phone input,
.ova-mc4wp-form .zip input {
  font-style: normal;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  width: 100%;
  letter-spacing: 0.3px;
  background-color: #fff;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.06);
  caret-color: var(--primary);
  border: none;
  border-radius: 0;
  padding: 22px 30px;
}
.phone input::placeholder,
.ova-mc4wp-form .zip input::placeholder {
  opacity: 1;
}

.ova-mc4wp-form .email,
.ova-mc4wp-form .phone,
.ova-mc4wp-form .zip {
  margin-bottom: 20px; /* adjust spacing here */
}

.ova-mc4wp-form .submit {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}

.ova-icon-box-slide .card {
	border-radius: 10px;
}

.ova-icon-box-slide .card .desc:empty {
	display: none;
}

.ova-icon-box-slide .card .icon svg {
    height: auto;
}
body.single-post article {
	padding: 70px 0px !important;
}

.lwptoc-light .lwptoc_i {
	background-color: #f6f6f6 !important;
	border-radius: 15px;
}
body .lwptoc-light .lwptoc_i a {
	color: #d82221;
	text-decoration: underline !important;
}
body .lwptoc_header {
	margin-bottom: -5px;
}

.custom-full-height .owl-carousel .owl-stage {
	display: flex;
}

.ova-ctform input, .ova-ctform textarea, .ova-ctform select:not([size]):not([multiple]) {
	background-color: #fff;
	border: 1px solid #ddd;
	font-size: 18px;
	padding: 12px 15px;
}

.custom-full-height .owl-carousel .owl-stage .item-box, .custom-full-height .owl-carousel .owl-stage .card {
	height: 100%;
}

.wp-block-list li strong {
	color: var(--heading);
	font-weight: 800;
}
.wp-block-list li {
margin-bottom: 10px;
}

article.post-wrap ul.post-meta li, article post-meta {
	display: none;
}

.single article.post-wrap .post-title {
	font-size: 2.6em;
	line-height: 1em;
}

.single.layout_1c #main-content {
	max-width: 800px;
}
@media (max-width: 1024px) {
	body.single-post article {
		padding-top: 20px !important;
	}
	body.single-post article h1 {
		font-size: 1.7em !important;
	}
	body.single-post article p, body.single-post article li {
		font-size: 16px;
		line-height: 27px;
	}
}