/* # Hides All Fields on the First Donation Box
--------------------------------------------- */
#give-form-28-1 {
display: none;
}

#give-form-557-1 {
display: none;
}

#give-form-264-1 {
display: none;
}

#give-form-287-1 {
display: none;
}

#give-form-331-1 {
display:none;
}

#give-form-370-1 {
display:none;
}

#give-form-652-1 {
display:none;
}

/* # Makes Video Embeds Responsive
--------------------------------------------- */
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* # Makes iFrame Images Responsive
--------------------------------------------- */
.entry-content img, 
.entry-content iframe, 
.entry-content object, 
.entry-content embed {
        max-width: 100%;
}

/* # Hides A Couple Unwanted GiveWP Fields
--------------------------------------------- */
[id*=give-form] .give-form-title {
display: none;
}

.give_warning {
display: none;
}

/* # Makes Donate Now button full width on mobile
--------------------------------------------- */
@media (max-width: 600px) {
.give-submit-button-wrap .give-submit {
width: 100% !important;
}
}

/* # Makes Search Box Lines Darker
--------------------------------------------- */
.search-form input[type='search'] {
padding: 30px;
border: 2px solid #fff;
background-color: #fff;
}


/* # Removes Before-Footer CTA
--------------------------------------------- */
.page-id-83 .before-footer,
.page-id-72 .before-footer {
display: none !important;
}

/* # Changes Submit Button Colors for Pleasure Ridge
--------------------------------------------- */
.page-id-189 input[type='submit'] {
background: linear-gradient(135deg, #000 0%, #cf0104 100%);
}

/* # Changes Submit Button Colors for Ben Davis
--------------------------------------------- */
.page-id-552 input[type='submit'] {
background: linear-gradient(135deg, #000 0%, #300162 100%);
}

/* # Changes Submit Button Colors for Madeira
--------------------------------------------- */
.page-id-254 input[type='submit'] {
background: linear-gradient(135deg, #000 0%, #005cae 100%);
}

/* # Changes Submit Button Colors for Pendleton YMCA Basketball
--------------------------------------------- */
.page-id-328 input[type='submit'] {
background: linear-gradient(135deg, #000 0%, #033131 100%);
}

/* # Changes Submit Button Colors for Lebanon Warriors
--------------------------------------------- */
.page-id-277 input[type='submit'] {
background: linear-gradient(135deg, #000 0%, #830300 100%);
}

/* # Changes Submit Button Colors for Franklin Central
--------------------------------------------- */
.page-id-647 input[type='submit'] {
background: linear-gradient(135deg, #000 0%, #2a57a7 100%);
}

/* # Formats Search Results Page
--------------------------------------------- */
.search-results .hero-section {
background-image: url(http://fanraising.com/wp-content/uploads/2018/09/search-results.png) !important;
}

.search-results .hero-section p {
display:none;
}

.search-results .sidebar {
display: none;
}

/* # Increases Font Size of Nav Items
--------------------------------------------- */
.menu-item.button a,
.menu-item a {
font-size:15px !important;
}

/* # Hides Stupid Donor Image/Letter
--------------------------------------------- */
.give-donor__image {
display:none;
}

.give-donor__name {
font-size:1.4em !important;
color:#ffdd15 !important;
background-color:#3a92cf;
padding:10px !important;
}

.give-donor_total {
font-weight:900 !important;
}

.give-wrap .give-card {
font-size:17px;
}

@media (min-width: 1280px) {
.page-id-365 .hero-section {
    padding: 14rem 0 10rem !important;
}}

@media (min-width: 896px) {
.page-id-365 .hero-section {
    padding: 14rem 0 10rem !important;
}}

@media (min-width: 768px) {
.page-id-365 .hero-section {
    padding: 14rem 0 10rem !important;
}}

@media (min-width: 768px) {
.content-sidebar-wrap, .wrap {
    width: 94%;
    max-width: 1400px;
    padding-left: 0;
    padding-right: 0;
}
}

.give-embed-form, .give-embed-receipt {
max-width:852px !important;
}