.wp-block-cover .has-background-dim:not([class*=-background-color]), .wp-block-cover-image .has-background-dim:not([class*=-background-color]), .wp-block-cover-image.has-background-dim:not([class*=-background-color]), .wp-block-cover.has-background-dim:not([class*=-background-color]) {
    background-color: #0A1F44;
}

.wp-block-media-text__media img, .wp-block-media-text__media video {
    height: 50px;
    max-width: 50px;
}

.wp-element-caption {
	font-size: 16px;
	color: #333;
	line-height: 1.4;
	font-style: italic;
	font-weight: 400;
	text-decoration: uppercase;
}

.wp-homepage-carousel .wp-block-image img {
	border-style: solid;
	border-color: #0A1F44;
	border-radius: 7px 7px 7px 7px;
}

footer .ct-container,
header .ct-container {
	max-width: 1100px;
}

[data-row="middle:boxed"] {
	background: #000;
}

#header [data-row*=boxed]>div {
    padding: 0;
}

.sticky-help-section {
	background-color: #c62828;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	position: sticky;
	bottom: 0;
	z-index: 9;
}

footer {
	background-color: #000 !important;
}

#contact-section {
	padding-bottom: 0 !important;
}

.wp-block-paragraph:empty {
	display: none;
}

.wp-block-jetpack-input {
	background: #fff !important;
}

.wp-block-jetpack-contact-form .wp-block-jetpack-button {
	margin-top: 10px;
}

.wp-asdfgurt-element {
		max-width: 1100px;
}

[data-header="type-1:sticky:shrink"] .wp-sticky-footer {
	position: sticky;
	bottom: -1px;
	z-index: 10;
	box-shadow: rgba(0, 0, 0, 0.5) 0px -5px 24px !important;
}



.wp-sticky-footer {
	width: 100%; 
	display: flex; 
	flex-direction: 
		row; background: #fff; 
	height: 65px;
}

.wp-sticky-footer a {
	display: flex; 
	flex: 1; 
	flex-direction: column; 
	justify-content: center; 
	align-items: center; 
	background: #A20E0E; 
	color: #fff;
	padding: 12px 0;
}

.wp-sticky-footer a:first-child,
.wp-sticky-footer a:last-child{
	background: #000; 
	color: #A20E0E; 
}

.wp-sticky-footer a span {
	font-size: 12px; 
	text-transform: uppercase; 
	font-weight: bold;
	font-family: Roboto, sans-serif;
}

.ct-footer [data-row="middle"] {
	background: rgba(18, 21, 25, 0.98) !important;
}

.ct-footer [data-row="middle"] .ct-container {
	--container-spacing: 30px !important;
    margin: 30px auto !important;
}

.ct-footer [data-row*="bottom"] > div {
    --container-spacing: 0 !important;
    padding-bottom: 26px !important;
}

.ct-footer ul li,
.ct-footer ul li a {
	color: #fff;
	transition: all .3s ease-in-out;
}

.ct-footer ul li:hover,
.ct-footer ul li:hover a {
	color: #C62828 !important;
	padding-left: 5px;
}

.wp-sticky-footer {
 	position: sticky;
	bottom: 0;
	z-index: 11;
}

@media all and (max-width: 992px) {
	header [data-row="middle:boxed"] {
		padding: 0 15px;
	}
}

@media all and (max-width: 600px) {
	.wp-sticky-footer .hide-small {
		display: none;
	}
	
	.wp-sticky-footer .req-service {
		text-transform: uppercase;
		font-size: 14px;
		letter-spacing: 0;
		margin-top: 2px;
		font-weight: bold;
	}
}

@media all and (min-width: 600px) {
	.wp-sticky-footer a span {
		font-size: 14px; 
		text-transform: uppercase; 
		font-weight: bold;
		font-family: Roboto, sans-serif;
	}
}