img.image_right {
    float: right;
    padding: 5px;
}
img.image_left {
    float: left;
    padding: 5px;
}

div#map {
    margin-top: 50px;
}
input#getDirections {
    margin-top: 10px;
}

section#text-6 ul {
    font-size: 18px;
    font-weight: 600;
    padding: 0px 10px 20px 40px;
}

img.aligncenter.wp-image-743.size-full {
    margin: 0 auto 0px;
}

.footer-widgets .widgettitle {
    color: white;
}
.site-footer .content {
    display: none;
}

#sign-form textarea {
    min-width: 600px;
    min-height: 200px;
}

/*BRAND LOGOS ON HOMEPAGE*/
.brandrow {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 1.5em;
}
#home-row5 h4 {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 16px;
	color: #8b8b8b;
}
.brandrow img {
	padding: 0 6px;
}

/* color changes for accessiblity */
.home-top-news, #genesis-footer-widgets, .site-footer {
	background-color: #1a1d1f;
}

/* floats vertically oriented images on large screens */
.mobileFloat {
	width: 100%;
}
@media screen and (min-width:800px) {
	.mobileFloat {
		float:right;
		max-width:300px;
		padding: 24px;
	}
}

/* home page spacing fixes */
.home .site-inner {
	padding-top: 0;
}
.elementor-element-05ca5ab p, .elementor-element-4290469 p {
	margin-bottom: 0;
}

.elementor-element-892b947 h3 {
	color: #fff;
}

/* button styles */
button, .button, .btn, input[type="button"] {
	border-radius: 36px;
}
button:hover, .button:hover, .btn:hover, input[type="button"]:hover {
	color:#fff;
	background-color: #121212;
}

/* fixes visiblity issues with sub-menus */
.sub-menu li.menu-item:first-child, .sub-menu li.menu-item:last-child {
	overflow: visible!important;
}