/*
Theme Name: Divi-child
Theme URI: https://www.hostwithnorthland.io/
Description: Child theme for Divi.
Author: Northland IO
Author URI:   https://www.hostwithnorthland.io/
Template: Divi
Version: 1.0

red: 	#9e0b0f rgb(102,0,0)
bronze: #8f734f rgb(143,115,79)
gray:	#57585a
*/
#siteFooter {
	border-bottom: 2px solid #9e0b0f;
	position: relative;
}
#siteFooter::after {
	background-color: #9e0b0f;
	border: none;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	right: 0;
	bottom: 2px;
}
small {
	font-size: 0.75em;
}
.visuallyHidden {
    position: absolute !important;
    height: 1px; 
    width: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    white-space: nowrap; /* added line */
}
.colorRed {
	color: #9e0b0f;
}
.colorGreen {
	color: #4CAF50;
}

.smallerText {
	display: block;
	font-size: 0.6em;
	transition: all 0.2s;
}
.has_et_pb_sticky #phoneSection .et_pb_text_inner {
	font-size: 0.8em;
}

.menuSection strong {
	margin-right: 8px;
}
.menuSection h2 {
	margin-bottom: 10px;
}