/*
 Theme Name:     Divi Child
 Template:       Divi
 Version:        1.0.0
*/
/* =Theme customization starts here
------------------------------------------------------- */
body {font-family: 'DM Sans', sans-serif; font-weight: 400;}
h1, h2 {font-family: 'Archivo', sans-serif; color: #BF2026; font-weight: 900; line-height: 1.0;}
h4, h5 {font-family: 'Archivo Narrow', sans-serif; line-height: 1.2;}
h4 {margin: 10px 0 0 0;}
blockquote {
	font-family: 'BioRhyme', serif;
	color: #BF2026;
	font-size: 1.7em;
	line-height: 1.2;
	margin: 20px 0 40px 0px !important;
}
.pullquote {
	margin-left: 40px;
}
.notes {
	color: #666666;
	font-style: italic;
	font-size: 90%;
}
/* Style the Divi Form Success Message */
.et-pb-contact-message p {
	color: #FFFFFF;
	font-size: 21px;
	font-weight: 700;
	text-align:center;
}
/* superscript */
.superscript {
	line-height: 0;
	position: relative!important;
	vertical-align: super;
	font-size: 60%;
}
/* numbered lists */
li {
	list-style-position: outside;
}
ol li {
  padding: 10px;
  margin-left: 35px;
}
.endnotes ol li {
  padding: 0px !important;
}
/* unordered lists */
ul.bullets li {
	padding: 10px;
	margin-left: 35px;
}
/* links */
a:hover {
	text-decoration: underline;
}
.et_button_icon_visible .et_pb_button {
  text-decoration: none;
}
#footer-bottom .et-social-icon a {
  text-decoration: none;
}
.et_pb_blurb_description a {
	color: white;
	text-decoration: underline;
}
.et_pb_blurb_description a:hover {
	color: #e6e6ba;
}
.et_pb_slide_title a {
	text-decoration: none;
}
.et_pb_slide_title a:hover {
	color: #e6e6ba;
}
/* divider */
.wp-block-separator {
	border-bottom: 1px solid #BF2026;
	margin-bottom: 20px;
}
/* highlights titles on posts */
.padded-multiline {
	padding: 2px 0;
	margin: 0 -20px 0 -20px;
}
.padded-multiline span { 
	background-color: #ffffff;
	display: inline;
	padding: 0.4rem 1rem;
	/* Needs prefixing */
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
}
/* remove shadow from header */
#main-header, #main-header.et-fixed-header {
    -webkit-box-shadow: none!important;
    -moz-box-shadow: none!important;
    box-shadow: none!important;
}
/*set the width of the rows inside the Post Content module*/
.et-db #et-boc .et-l .et-l--post .et_builder_inner_content .et_pb_row {
	width: 100%;
}
/* submenu */
.et_pb_menu li ul {
	background: #000000!important;
}
.et_pb_menu li a {
	color: #cccccc!important;
}
.et_pb_menu li a:hover {
	color: #ffffff!important;
}
/* vertical centering */
/* add ds-vertical-align to custom CSS class */
.ds-vertical-align { 
    display: flex; 
    flex-direction: column; 
    justify-content: center;
}
/* mobile menu */
/* sets color of hamburger menu icon */
span.mobile_menu_bar:before {
    color: #BF2026!important;
}
.et_mobile_menu {
	padding: 20px;
	margin: 0;
	background: #ffffff !important;
}
.et_mobile_menu li a {
	font-size: 18px;
	padding: 10px 0 0 0;
	margin: 12px 0 !important;
	color: #BF2026!important;
}
.et_mobile_menu li a:hover{
	text-decoration: none;
	color: #000000!important;
	opacity: 1;
}
.et_mobile_menu li li {
	padding: 0;
	margin: 12px 0!important;
}
.et_mobile_menu .sub-menu .menu-item a {
    line-height: 1.2em!important;
}
/* hides reCAPTCHA badge */
.grecaptcha-badge {
	visibility: hidden!important;}