/* 
 Theme Name:     Divi Child Theme
 Author:         Results Repeat
 Author URI:     http://www.ResultsRepeat.com
 Template:       Divi
 Version:        1.0 
*/ 


/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */ 

.et_search_outer{
	display: none;
}

/* TUITION PRICING */

.rr-tuition ul {
    padding-left: 0;
}
.rr-tuition ul:after {
	content: "";
	display: table;
	clear: both;
}
.rr-tuition ul li {
    padding-bottom: 10px;
}
.rr-tuition ul li:nth-of-type(odd) {
    display: block;
    float: left;
    width: 65%;
}
.rr-tuition ul li:nth-of-type(even) {
    display: block;
    float: right;
    width: 35%;
    text-align: right;
}

/* PARALLAX OVERLAY COLOR STYLES */

.rr-parallaxOverlay1 .et_parallax_bg:before, .rr-parallaxOverlay1:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.4);
}
.rr-parallaxOverlay2 .et_parallax_bg:before, .rr-parallaxOverlay2:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(54,54,54,0.65);
}
.rr-parallaxOverlay3 .et_parallax_bg:before, .rr-parallaxOverlay3:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(183,90,90,0.85);
}

/* BACK TO TOP BUTTON OVERRIDE */

.et_pb_scroll_top.et-pb-icon {
	background: rgba(90, 183,178, 0.85) !important;
}

/* TEXT STYLING OVERRIDES */

h1, h2, h3, h4, h5, h6 {
	font-weight: 300;
}
/*
p {
	font-weight: 300;
}
*/

/* TUITION & FEES */

.tuition-right-justify {
	float: right;
}

/* PAGE HEADER CUSTOMIZATIONS */

.page-header-module {
	padding: 150px 0;
}

/* INDEX BLURB CUSTOMIZATIONS */

.index-service-blurb {
    float: left;
    width: 16.6666667%;
}

/* SECONDARY PAGE CUSTOMIZATIONS */

.et_pb_team_member_image img {
    border-radius: 100%;
    border: 9px solid #acc37e;
    box-shadow: 2px 4px 7px 3px #d1d1d1;
}
.et_pb_team_member_description {
    text-align: center;
    display: block;
}
.service-section {
    position: relative;
}
.service-row {
    position: absolute;
    top: -30px;
    margin: auto;
    left: 0;
    right: 0;
    z-index: 9;
    border-radius: 20px;
}
.ribbon-follow {
    margin-top: 75px;
}

/* FOOTER CUSTOMIZATIONS */

.footer-widget.last {
	text-align: right;
}
#footer-widgets .footer-widget li:before {
	display: none;
}
#footer-widgets .footer-widget li {
	padding-left: 0 !important;
}
.et_pb_social_media_follow li a {
    margin-left: 6px;
    margin-right: 0 !important;
}
.social-footer-section .et_pb_row {
	width: 100%;
}
a.rr-footer-button {
    display: block;
    padding: .3em 1em;
    border: 2px solid #fff;
    text-transform: uppercase;
    font-weight: 500;
    transition: all 0.3s;
    color: #fff;
}
a.rr-footer-button:hover {
    background: #fff;
    color: #464646 !important;
}

#nav_menu-3 {
	margin-bottom: 10%;
}

@media only screen and (max-width: 980px) {

/* PAGE HEADER CUSTOMIZATIONS */
.page-header-module {
	padding: 75px 0;
}
/* INDEX BLURB CUSTOMIZATIONS */
.index-service-blurb {
    float: left;
    width: 33.3333333%;
}
/* SECONDARY PAGE CUSTOMIZATIONS */
.service-row {
    position: relative;
    top: 0;
    margin: auto;
    left: 0;
    right: 0;
    z-index: 9;
    border-radius: 0;
}
.ribbon-follow {
    margin-top: 0;
}
/* FOOTER CUSTOMIZATIONS */
.footer-widget.last {
	text-align: left;
}

}

@media screen and (max-width: 768px) {
	/* TUITION PRICING */

	.rr-tuition ul li {
		padding-bottom: 20px;
	}
	
}

@media only screen and (max-width: 640px) {

/* INDEX BLURB CUSTOMIZATIONS */
.index-service-blurb {
    float: left;
    width: 50%;
}

}

@media only screen and (max-width: 480px) {

/* INDEX BLURB CUSTOMIZATIONS */
.index-service-blurb {
    float: none;
    width: 100%;
}

}