/*
Theme Name: yellowribbonrunner
Version: 1.0
Description: A child theme of SpecialDivi
Author: ellielofgreen
Template: SpecialDivi
*/

@import url("../SpecialDivi/style.css");
@import url("https://use.typekit.net/arv1nxt.css");
@import url("https://use.typekit.net/arv1nxt.css");

body {
	font-family: filson-pro, sans-serif !important;
	font-weight: 400;
	font-style: normal;
}

.et_pb_button {
	background-color: rgb(150, 54, 113, 40%) !important;
	border: none !important;
	color: white !important;
	width: 300px;
	height: 75px;
	text-align: center;
	padding: 15px;
	font-family: filson-pro, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 30px;
}

a.et_pb_button.et_pb_bg_layout_light:hover {
	background-color: rgb(150, 54, 113, 100%) !important;
}

a.et_pb_button.et_pb_bg_layout_light {
	border-radius: 8px;
}

.et_pb_button:hover, .et_pb_module .et_pb_button:hover {
    padding: 15px;
}

.et_pb_button:after {
    content: none;
}

nav#top-menu-nav ul li a:hover {
    color: rgb(150, 54, 113, 60%);
}

div#et_mobile_nav_menu ul li a:hover {
    color: rgb(150, 54, 113, 100%);
}

#main-bottom {
	background-color: white !important;
}
#footer-bottom {
	background-color: white !important;
}

.header {
	color: rgb(150, 54, 113);
	font-size: 38px;
	line-height: 120%;
	
}



span.mobile_menu_bar.mobile_menu_bar_toggle::before {
	color: rgb(150, 54, 113); 
}

br {
	line-height: 80%;
}

#goals {
	text-align: center;
}

.percent-value, .percent-sign {
		color: rgb(150, 54, 113);
}

p .percent {
	color: rgb(150, 54, 113);
	border: 2px solid red;
}


.et_pb_module_header {
	color: rgb(150, 54, 113);
}

.et_builder_inner_content .et_pb_section:nth-child(7) {
    text-align: center;
    
}

.et_builder_inner_content .et_pb_section:nth-child(7) {
    display: grid;
    justify-content: center;
    
}

.et_builder_inner_content .et_pb_section:nth-child(7) img {
    margin: 0 auto !important; 
    
}

.et_builder_inner_content .et_pb_section:nth-child(8) {
    background-color: rgb(150, 54, 113);
	color: white;
}


.et_pb_gallery_items.et_post_gallery.clearfix {
    display: flex;
}

.et_pb_gallery_image {
    width: 30px;
}

.et_pb_gallery{
    max-width: 150px;
	margin: 0 auto;
}

.et_pb_gallery_title {
	display: none;	
}
div#social {
    text-align: center;
	font-size: 16px;
}

.socialhead {
    font-size: 18px;
}

#footer {
    margin-bottom: -20px;
    padding-bottom: 20px;
}

#footer p {
    margin-bottom: -20px;
}

#copyright {
	color: rgb(255, 255, 255, 40%) !important
}
