/*
Theme Name: TheyRemain
Version: 1.0
Description: A child theme of SpecialDivi
Author: coyote
Template: SpecialDivi
*/

@import url("../SpecialDivi/style.css");

/* Overall Page Color */
.et_pb_section {
	background-color: #DEA309;
}

body {
	color: #00AED6!important;
}

/* Header and Footer */
#main-footer, #footer-bottom, #main-header, #money {
	background-color: #DEA309!important;
}

#main-header a, #main-footer a, #footer-info {
	color: #1F85DE!important;
}

/* Logo */
#logo {
	max-height: 100%;
}

/* Menu */
#top-menu, .bottom-nav {
	text-transform: uppercase;
	font-family: lato, sans-serif;
	font-style: italic;
}

/* Main Header */
.header-content h1 {
	font-size: 10vw;
	font-family: merriweather, serif;
	font-weight: 600;
	font-style: italic;
	color: #1F85DE!important;
	text-shadow: 0 0 5px #F0B990, 0 0 5px #DE781F; 
}

.et_pb_fullwidth_header_subhead {
	font-size: 5.5vw;
	font-family: merriweather, serif;
	font-weight: 600;
	font-style: italic;
	color: #F1F4F7!important;
	text-shadow: 0 0 5px #1F85DE, 0 0 5px #1F85DE;
	padding-top: 20px;
	line-height: 1.1em;
}

/* Call To Action */
#left-column {
	margin-bottom: 0;
}

.et_pb_column #CTA {
    background-color: white;
    color: #00AED6!important;
    font-family: Lato, serif;
    font-size: 1.5em;
    text-align: left;
    padding: 25px 10px 25px 10px!important;
	display: grid;
	grid-row-gap: 20px;
}

.et_pb_promo_description {
	padding-bottom: 0;
	grid-area: 2 / 1 / 3 / 2;
}

.et_pb_button_wrapper {
	text-align: center;
	margin: 20% 0;
}

.et_pb_button.et_pb_promo_button {
	border-radius: 12px;
	background: #DEA309;
	font-family: merriweather, serif;
	font-style: italic;
	font-weight: bold;
	color: #1F85DE;
}

.et_pb_button::before {
	font-size: 30px;
	content: "\e0f3";
	margin-left: -35px;
	color: green;
}

/* Main Body Content */
h4 {
	font-size: 2.5em;
	font-family: merriweather, serif;
	font-weight: 600;
	font-style: italic;
	color: #1F85DE!important;
	text-align: center;
	padding: 15px 0;
}

#money .et_pb_blurb_description {
	font-family: Lato, serif;
    font-size: 1.5em;
}

.et_pb_section, .et_pb_row {
	padding: 0;
}

.et_pb_row {
	max-width: 100%;
}

.blurb-para, .blurb-img {
	background-color: white;
}

.blurb-para {
	padding: 5% 5% 13% 5% !important;
	font-size: 1.5em;
	font-family: Lato, serif;
}

/* Slider */
#test-title .et_pb_module_header {
	padding: 0;
}
.et_pb_slide {
	border: 2px solid #DE781F;
	padding: 0;
}

.et-pb-arrow-next::before {
	content: "\25BA";
}

.et-pb-arrow-prev::before {
	content: "\25C4";
}

.et-pb-arrow-prev::before, .et-pb-arrow-next::before {
	color: #1F85DE;
	text-shadow: 0 0 3px #DE781F, 0 0 3px #DE781F;
}

.et_pb_slides .et_pb_slider_container_inner {
		vertical-align: bottom;
}

.et_pb_slide_content {
	margin-top: 40%;
	font-size: 1.2em;
}

.et_pb_slide_description {
		background: #1F85DE80;
		padding: 0!important;
		font-family: Lato, serif;
		text-shadow: none!important;
}

/* Footer */
#et-footer-nav {
	border-top: solid 1px #1F85DE;
}

#et-footer-nav .container {
	position: relative;
}

.bottom-nav {
	padding: 0;
	text-align: center;
}

#menu-nonprofit.bottom-nav:before {
    content: "";
    position: absolute;
    left: 25%;
    bottom: 0;
    width: 50%;
    border-bottom: 1px solid #1F85DE;
}

.bottom-nav li {
	font-size: 12px;
	padding-right: 20px;
}

#footer-info {
	float: right;
    text-align: center;
    padding-right: 12%;
}

#footer-bottom {
    padding: 8px 0 0;
}

.et-social-icons {
    margin-top: 10px;
}

/* Media Query for mobile screens */
@media (max-width: 980px) {
	.wp-image-95 {
		display: none;
	}
	#money .et_pb_blurb_description {
	padding: 5% 13% 70% 5%;
	}
	#campus, #cash, #testimonials {
		display: none;
	}
	.et_pb_blurb_content {
	max-width: 981px;
	}
	#Testimonials-FW p {
		padding: 1% 4%;
		font-size: 1.1em;
		line-height: 1.3em;
		font-weight: 600;
	}
	.et-pb-arrow-next, .et-pb-arrow-prev {
	    font-size: 30px;
		top: 55%;
	}
	.et-pb-controllers {
	top: 5%;
	}
	.et_pb_column #CTA, #program .et_pb_blurb_description, #money {
		border: 2px solid #DE781F;
	}
	#et-footer-nav {
		display: none;
	}
}

/* Media Query for larger screens */
@media (min-width: 981px) {
	img {
		height: 100%;
	}
	#donate, #Testimonials-FW {
		display: none;
	}
	.et_pb_blurb_description img {
		border: 2px solid #DE781F;
	}
	.et_pb_blurb_description img, .et_pb_slide {
		border-radius: 25px;
	}
	#money {
		background-image: none;
	}
	#money p {
		background: #dee5f5;
		border: 2px solid #DE781F;
		border-radius: 25px;
		padding: 8%;
	}
	#program {
		background-color: white;
	}
	h4 {
		font-size: 3.2em;
	}
	.et_pb_row {
		width: 100%;
	}
	#right-column {
        border-left: 1.5px solid #1F85DE;
    }
	#left-column {
		width: 26.25%;
		margin-right: 0;
	}
	.et_pb_column #CTA {
    padding: 40px 50px!important;
	}
	#test-title {
		background: white;
		margin-bottom: 0;
		padding: 4%;
	}
	#testimonials {
		background: white;
		padding: 0 6% 6%;
	}
	.et_pb_slider:hover .et-pb-arrow-prev {
	left: 50px;
	}
	.et_pb_slider:hover .et-pb-arrow-next {
	right: 50px;
	}
	.et_pb_slide_description {
		border-radius: 0 0 25px 25px;
	}
	.et_pb_blurb_description {
		display: grid;
		grid-template-columns: repeat(2, 50%);
		grid-column-gap: 25px;
	}
	#cash {
		border: none;
	}
	#program .et_pb_module_header {
		padding-top: 5%;
	}
	#program .et_pb_blurb_description {
		padding-bottom: 4%;
	}
}
@media only screen and (min-width: 1350px) {
	.et_pb_section {
		padding: 0!important;
	}
	.et_pb_row {
		padding: 0!important;
	}
}