img,
svg {
	vertical-align: middle;
}

/* hubspot forms */
.hs-form-field {
	margin-bottom: 30px;
}

.hs-form .field > label {
	position: absolute;
	left: -999px;
	text-indent: -9999px;
}

.hs-form input[type="text"],
.hs-form input[type="url"],
.hs-form input[type="email"],
.hs-form input[type="tel"],
.hs-form select,
.hs-form textarea {
	background: none;
	border: 0;
	border-bottom: 3px solid #000 !important;
	color: #000;
	font-size: 30px;
	border-radius: 0;
}

.hs-form ::placeholder {
	color: #000;
}

.hs-form input[type="submit"] {
	border: 0;
	padding: 20px 70px !important;
	text-transform: uppercase;
	background: #fff !important;
	color: var(--e-global-color-primary) !important;
	border-radius: 5px;
}

.hs-form input[type="submit"]:hover,
.hs-form input[type="submit"]:focus,
.hs-form input[type="submit"]:active {
	background: var(--e-global-color-primary) !important;
	color: #fff !important;
}

.hs-error-msgs {
	margin: 0;
	padding: 0;
	color: #f00;
}

.hs-error-msgs li {
	list-style: none;
}

 /* posts */
.post .wp-post-image {
	margin-bottom: 20px;
	max-height: initial;
	-o-object-fit: initial;
	object-fit: initial;
}

.wp-block-list {
	margin-bottom: 20px;
}

.wp-block-list::marker {
	color: var( --e-global-color-accent);
}

@media only screen and (max-width: 768px) {
	.elementor-author-box--layout-image-left .elementor-author-box {
		flex-direction: column !important;
	}
	
	.elementor-author-box--layout-image-left .elementor-author-box__avatar {
		margin-right: 0  !important;
		align-self: center  !important;
	}
	
	.elementor-author-box--layout-image-left .elementor-author-box__text {
		text-align: center;
	}
}

.page-numbers.dots {
	color: #fff !important;
}

.formsubmit.zcwf_button {
	background-image: url(../images/arrow-right.png) !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
}

p:last-child {
	margin-bottom: 0 !important;
}

#site-header .site-navigation ul.menu li ul {
	width: 250px;
}