/*
 Theme Name:   Divi Child
 Theme URI:    http://www.elegantthemes.com/gallery/divi/
 Description:  Child theme for Divi by Elegant Themes. Includes header.php for Google Tag Manager code placement.
 Author:       Raborn Media
 Author URI:   https://rabornmedia.com
 Template:     Divi
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, full-page, responsive-layout, accessibility-ready
 Text Domain:  Divi-child
*/

body {
	background-color: #1B1464 !important;
}

@media (max-width: 980px){
	.et_pb_menu .et_mobile_menu {
    top: 100px !important;
    padding: 5%;
	}
}

#main-header, #main-header .nav li ul, .et-search-form, #main-header .et_mobile_menu {
    background-color: rgba(27,20,100,0.82);
    backdrop-filter: blur(4px) !important;
}

.heroRow {
	display: flex;
	align-items: center;
}

.et_pb_blurb_content li {
    padding: 10px 0;
    border-bottom: 1px solid white;
    margin: 0;
    padding: 10px 0 10px 0px;
    list-style: none;
}

.phase-one .et_pb_blurb_content li:nth-child(n+1):nth-child(-n+4) {
    background-image: url(https://dogoodcoins.com/wp-content/uploads/2021/12/ThumbBullet-04.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 20px;
	padding: 10px 0 10px 30px;
}

@media only screen and ( max-width: 768px ) {
	.heroRow {
		flex-direction: column;
		justify-content: center;
	}
}

@media (max-width: 980px){
.et_pb_column {
    width: 100%;
    margin-bottom: 0 !important;
	}
}