.omh-section,
body .omh-section,
body section.omh-section {
	max-width: 100%;
}

body .omh-section,
body .omh-header,
.omh-section,
.omh-section p,
.omh-section ul,
.omh-section ol,
.omh-section li,
.omh-section div
/*.mce-content-body p,
.mce-content-body ul,
.mce-content-body ol,
.mce-content-body li,
.mce-content-body div*/ {
	font-size: var(--wp--preset--font-size--m);
	line-height: 1.5em;
	font-family: var(--omh_body_font, "DM Sans", sans-serif);
}

.omh-section a,
.omh-section a:hover
/*.mce-content-body a,
.mce-content-body a:hover */ {
	color: var(--omh_action_color);
	text-decoration: underline;
}

.omh-section h1,
.omh-section h2,
.omh-section h3,
.omh-section h4,
.omh-section h5,
.omh-section h6
/*.mce-content-body h1,
.mce-content-body h2,
.mce-content-body h3,
.mce-content-body h4,
.mce-content-body h5,
.mce-content-body h6*/ {
	margin: 5px 0px;
	line-height: 1.3em;
	font-family: var(--omh_header_font, "Jost", sans-serif);
	font-weight: 500;
}

.omh-section h1
/*.mce-content-body h1*/ {
	font-size: var(--wp--preset--font-size--xl);
}

.omh-section h2
/*.mce-content-body h2*/ {
	font-size: var(--wp--preset--font-size--l);
}

.omh-section h3, 
.omh-section h4, 
.omh-section h5
/*.mce-content-body h3,
.mce-content-body h4,
.mce-content-body h5*/ {
	font-size: var(--wp--preset--font-size--m);
}

.omh-section h6
/*.mce-content-body h6*/ {
	font-size: var(--wp--preset--font-size--m);
}

.omh-section blockquote {
    border-left: solid 3px #000000;
    padding-left: 20px;
}

.omh-section .table.table-bordered, 
.omh-section .table.table-bordered td, 
.omh-section .table.table-bordered th
/*.mce-content-body .table.table-bordered, 
.mce-content-body .table.table-bordered td, 
.mce-content-body .table.table-bordered th*/ {
    border: #000 solid 1px;
    border-collapse: collapse;
    padding: 5px;
}

.omh-section-inner-wrap {
	max-width: 1120px;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
	padding: 20px 10px;
}

.omh-cols {
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: flex-start;
	column-gap: 25px;
}

@media (max-width:991px) {
	.omh-cols {
		flex-direction: column;
		row-gap: 40px;
	}
}

.omh-col {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: column;
	align-items: center;
	width: 100%;
}

@media (max-width:991px) {
	.omh-col {
		width: 100%;
	}
}

.omh-col-video {
	padding: 10px 0px;
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 25px;
	height: 0;
	overflow: hidden;
	width: 100%;
	margin: 15px 0px;
}

.omh-col-video iframe,
.omh-col-video object,
.omh-col-video embed{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.omh-col-heading {
	width: 100%;
	text-align: center;
}

.omh-col-text {
	width: 100%;
	text-align: left;
}

.omh-col-text>p {
	margin: 5px 0px 10px 0px;
}

img.omh-img {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.omh-button,
a.omh-button,
.omh-button:hover,
a.omh-button:hover,
.omh-button:focus {
	transition-duration: 0.5s;
	transition-timing-function: ease;
	transition-property: all;
	overflow-wrap: break-word;
	line-height: 1.3em;
	border: 0px none;
	border-radius: 3px;
	padding: 10px 20px;
	text-decoration: none;
	text-align: center;
	max-width: 350px;
	cursor: pointer;
	display: block;
	margin: 10px;
}

.omh-btn-wrapper {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin: 10px 10px;
}

.wp-site-blocks {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.social-icon {
	padding-left: 5px;
	padding-right: 5px;
}

.omh_social_container {
	flex-direction: row;
	display: flex;
	align-items: center;
	justify-content: space-around
}
.omh-social-icon>svg {
	width: 32px;
	height: 32px;
	fill: currentColor;
}
.omh-social-icon {
	display: flex;
	padding: 0px 5px;
	line-height: 1.6em;
}

.omh-ig-feed img.omh-img {
	max-width: 100%;
}

.omh-section a.omh-link-heading,
.omh-section a.omh-link-heading:hover,
.omh-section a.omh-button {
    text-decoration: none;
}

form.post-password-form {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 3em 20px;
}

.is-layout-flow.wp-block-post-content > .omh-section,
.is-layout-constrained.wp-block-post-content > .omh-section,
.is-layout-flow.wp-block-post-content > .acf-block-component,
main.is-layout-flow.wp-block-group:has(.omh-section) {
    margin-block-start: 0;
}

/* == WordPress WYSIWYG Editor Styles == */

.entry-content .omh-section img {
	margin: 0 0 1.5em 0;
}
.omh-section .alignleft, 
.omh-section img.alignleft {
	margin-right: 1.5em;
	display: inline;
	float: left;
}
.omh-section .alignright,
.omh-section img.alignright {
	margin-left: 1.5em;
	display: inline;
	float: right;
}
.omh-section .aligncenter, 
.omh-section img.aligncenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
}
.omh-section .alignnone, 
.omh-section img.alignnone {
	/* not sure about this one */
}
.omh-section .wp-caption {
	margin-bottom: 1.5em;
	text-align: center;
	padding-top: 5px;
}
.omh-section .wp-caption img {
	border: 0 none;
	padding: 0;
	margin: 0;
}
.omh-section .wp-caption p.wp-caption-text {
	line-height: 1.5;
	font-size: 10px;
	margin: 0;
}
.omh-section .wp-smiley {
	margin: 0 !important;
	max-height: 1em;
}
.omh-section blockquote.left {
	margin-right: 20px;
	text-align: right;
	margin-left: 0;
	width: 33%;
	float: left;
}
.omh-section blockquote.right {
	margin-left: 20px;
	text-align: left;
	margin-right: 0;
	width: 33%;
	float: right;
}

.omh-section img.wp-smiley, 
.omh-section img.emoji {
    display: inline !important;
    border: none !important;
    box-shadow: none !important;
    height: 1em !important;
    width: 1em !important;
    margin: 0 0.07em !important;
    vertical-align: -0.1em !important;
    background: none !important;
    padding: 0 !important;
}