/*
Theme Name: Tumbleweed
Author: A.D. Creative Group
Author URI: http://www.adcreativegroup.com
Description: Tumbleweed Program based on ADCG starter theme
Text Domain: none-yet
*/

/*
	Colors
	---------------
	Purple Blue: #2c2b79 rgba(44,43,121,1.0)
	Yellow: #ffcb08 rgba(255,203,8,1.0)
	Red Orange: #f15922 rgba(241,89,34,1.0)
	Light Blue: #92d6e3 rgba(146,214,227,1.0)
	Lighter Blue: #c8e9ef rgba(200,233,239,1.0)
*/

/* -------------------- */
/* GENERAL				*/
/* -------------------- */

html {
	background-color: #2c2b79;
}

body {
	background-color: #fff;
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	line-height: 1.6;
	font-size: 0.9rem;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Poppins', sans-serif;
}

h1, h2, h3, h4 {
	color: #2c2b79;
}

h1 {
	font-size: 1.8rem;
}

h2 {
	font-size: 1.4rem;
}

h3 {
	font-size: 1.25rem;
}

h4 {
	font-size: 1.12rem;
}

.nopadding {
	padding: 0;
}

a {
	color: #f15922;
}

a:hover, a:focus, a:active {
	color: #2c2b79;
	text-decoration: none;
}

.spacer {
	position: relative;
	height: 30px;
}

#content {
	background: #fff url('/wp-content/themes/tumbleweed/img/Tumbleweed_Words.png') no-repeat center top;
	margin-top: 90px;
	padding: 0;
}

@media (min-width: 992px) {
	#content {
		margin-top: 11rem;
		padding: 0;
	}
}

strong {
	font-weight: 700;
}

.lead {
	font-size: 1rem;
	font-style: italic;
}

hr {
	border-top: 1px solid #2c2b79;
}


/* -------------------- */
/* NAVIGATION			*/
/* -------------------- */

/* .navbar::before {	
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 100%;
	z-index: 1;
	height: 6px;
	background-color: #f15922;
} */

/*  */
.fixed-top {
	top: 45px !important;
}
.banner h4 {
	margin: 0;
}
.banner {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 5;
	background: #f15922;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	height: 45px !important;
}
.banner .container {
	display: flex;
	align-items: center;
	justify-content: center;
}
.banner a {
	color: #fff !important;
}

@media(max-width:500px) {
	.fixed-top {
		top: 55px;
	}
	.banner {
		height: 55px;
	}
}

.bg-dark {
	background-color: #2c2b79 !important;
}

.navbar-brand img {
	width: 200px;
}

@media (min-width: 992px) {
	.navbar-brand img {
		width: 360px;
	}
}

ul#main-menu li {
	padding: 6px 12px;
	border-left: none;
	line-height: 1.33;
}

ul#main-menu li:first-of-type {
	border: none;
}

@media (min-width: 992px) {
	ul#main-menu li {
		border-left: 1px solid #ffcb08;
	}
}

ul#main-menu li a {
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	font-size: .8rem;
}

ul#main-menu li a:active,
ul#main-menu li a:focus,
ul#main-menu li a:hover,
ul#main-menu li.active,
ul#main-menu li.focus,
ul#main-menu li.hover {
	color: #f15922;
}

.navbar-dark .navbar-toggler {
	border: none;
	border-radius: 0;
}

ul#main-menu li ul.dropdown-menu {
	background-color: #2c2b79;
	border-radius: 0;
	border: none;
	min-width: 12rem;
	box-shadow: 0px 0px 7px rgba(0,0,0,0.7);
}

ul#main-menu li ul.dropdown-menu li {
	border-left: none;
	border-bottom: 1px solid rgba(146,214,227,0.5);
}

ul#main-menu li ul.dropdown-menu li:last-of-type {
	border-bottom: none;
}

ul#main-menu li ul.dropdown-menu li a {
	text-transform: none;
	font-weight: 600;
}

/* -------------------- */
/* BUTTONS				*/
/* -------------------- */

.btn-primary {
	color: #ffcb08;
	font-weight: 700;
	background-color: #f15922;
	border-color: #f15922;
	text-transform: uppercase;
	padding: 12px 24px;
}

.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.btn-primary.active,
.btn-primary.focus,
.btn-primary.hover {
	background-color: #2c2b79;
	color: #ffffff;
	border-color: #2c2b79;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #2c2b79;
	border-color: #2c2b79;
}

/* -------------------- */
/* HOMEPAGE				*/
/* -------------------- */

.container-fluid.homepage {
	padding: 0;
}

/* crisis-number */

#crisis-number {
	padding: 1.5rem 0 1rem 0;
	background-color: #ffcb08;
}

#crisis-number h2 {
	text-align: center;
	font-weight: 700;
	/* color: #f15922; */
	text-transform: uppercase;
	margin-bottom: 0;
}

/* billboard */

#billboard {
	margin: 0;
	padding: 0;
	width: 100%;
	/* background: #fff url('/wp-content/themes/tumbleweed/img/billboard-bkgd.jpg') no-repeat center center; */
	background: #fff url('/wp-content/themes/tumbleweed/img/Tumbleweed_Words.png') no-repeat center top;
	background-size: cover;
	text-align: center;
	color: #2c2b79;	
}

#billboard h3 {
	font-weight: 700;
	color: #f15922;
	text-transform: uppercase;
}

#billboard hr {
	border-top: 2px solid #ffcb08;
}

.billboard-left,
.billboard-center,
.billboard-right {
	margin-bottom: 30px;
}

.billboard-left {
	margin-top: 2rem;
}

@media (min-width: 992px) {
	.billboard-left {
		text-align: right;
		margin-top: 0;
	}
	.billboard-right {
		text-align: left;
	}
}


/* intro */

#intro {
	padding: 45px;
	background: #ffcb08 url('/wp-content/themes/tumbleweed/img/intro-bkgd.jpg') no-repeat center center;
	color: #2c2b79;	
}
.award {
	width: 10rem;
	margin-top: 1rem;
}
#intro h3 {
	font-weight: 700;
	text-transform: uppercase;
}

/* -------------------- */
/* INTERIOR				*/
/* -------------------- */

.main-content {
	margin-top: 45px;
	padding-bottom: 60px;
}

h1.page-title {
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 2.0rem;
}

.sidebar-div {
	border-left: 1px solid #ffcb08;
	padding-left: 30px;
	margin-top: 45px;
	margin-bottom: 60px;
}

.sidebar-div .divider {
	color: #ffcb08;
}

.item-number {
	display: inline;
	float: left;
	margin-right: .33rem;
	margin-bottom: .33rem;
	font-size: 1.66rem;
	color: #fff;
	background-color: #92d6e3;
	width: 45px;
	height: 45px;
	border-radius: 25px;
	text-align: center;
	font-weight: 700;
}

h2.widget-title, .sidebar-copy h2 {
	font-weight: 700;
	text-transform: uppercase;
}

/* board */

.board-members {
	margin-top: 2rem;
}

.board-members ul {
	list-style: none;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}

.board-members ul li {
	display: inline-block;
	float: left;
	margin-right: 1.75rem;
	margin-bottom: 2rem;
	text-align: center;
	font-weight: 700;
}

.board-members ul li em {
	font-weight: 300;
}

.board-members ul li img {
	border-radius: 100px;
	width: 150px;
}

/* leadership */

.leadership {
	margin-top: 2rem;
}

.leadership em {
	font-weight: 300;
}

.leadership .leader-photo {
	text-align: center;
	font-weight: 700;
	margin-bottom: 1rem;
}

.leadership .leader-photo img {
	border-radius: 150px;
	/* width: 150px; */
}

.leadership .row {
	padding-bottom: 1rem;
	border-bottom: 1px solid #92d6e3;
	margin-bottom: 1rem;
}

/*volunteer*/
#volunteer hr {
	border-top: 1px solid #ffcb08;
}

#volunteer .highlight-warning {
	color: #f15922;
}

#volunteer .highlight {
	color: #2c2b79;
}

/*45 in 45*/
.forty-fifth-anniversary h2 {
	color: #FFFFFF;
	font-size: 2.5rem;
	font-weight: 700;
}
.forty-fifth-anniversary hr.blue-dotted {
	border-top: 5px dotted #92d6e3;
}
.forty-fifth-anniversary .orange-highlight {
	font-size: 1.5rem;
	color: #f15922;
	font-weight: 700;
}

.forty-fifth-anniversary .column-highlight {
	background: linear-gradient(to bottom, #ffcb08, transparent);
}

#fortyFiveModal .modal-header {
	background-color: #f15922;
}

#fortyFiveModal .modal-body {
	padding: 0;
}

/*Supaman Modal*/
#supamanModal .modal-header {
	position: absolute;
	z-index: 200;
	width: 100%;
	border: none;
}

.modal-body-content {
	background: transparent !important;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.modal-body-content span {
	color: #f15922 !important;
	text-transform: uppercase;
	font-weight: 700;
}
.modal-body-content .btn {
	margin-top: 1rem;
}

/* calendar */

#tribe-events .tribe-events-button {
	color: #ffcb08;
	font-weight: 700;
	background-color: #f15922;
	border-color: #f15922;
	text-transform: uppercase;
	padding: 4px 8px;
	border-radius: .25rem;
}

#tribe-events .tribe-events-button:active,
#tribe-events .tribe-events-button:focus,
#tribe-events .tribe-events-button:hover,
#tribe-events .tribe-events-button.active,
#tribe-events .tribe-events-button.focus,
#tribe-events .tribe-events-button.hover {
	background-color: #2c2b79;
	border-color: #2c2b79;
}

.tribe-events-list-separator-month:after {
	border-bottom: none;
}

.tribe-events-list-separator-month span {
	background-color: transparent;
	padding-bottom: 0.5rem;
	border-bottom: 1px solid #92d6e3;
}

.tribe-events-sub-nav span {
	color: #2c2b79;
}

.tribe-events-list .type-tribe_events h2 {
	text-transform: uppercase;
	font-weight: 600;
}

.tribe-events-notices {
	background: rgba(146,214,227,0.2);
	border-radius: 4px;
	border: 1px solid rgba(146,214,227,0.5);
	color: rgba(146,214,227,1.0);
	margin: 10px 0 18px;
	padding: 8px 35px 8px 14px;
	text-shadow: 0 1px 0 #fff;
}

/* cards */

.card {
	background-color: rgba(146,214,227,0.2);;
	background: -webkit-linear-gradient(180deg, rgba(200,233,239,0.5) 10%, rgba(255,255,255,0.5) 90%); 
	background:    -moz-linear-gradient(180deg, rgba(200,233,239,0.5) 10%, rgba(255,255,255,0.5) 90%); 
	background:     -ms-linear-gradient(180deg, rgba(200,233,239,0.5) 10%, rgba(255,255,255,0.5) 90%); 
	background:      -o-linear-gradient(180deg, rgba(200,233,239,0.5) 10%, rgba(255,255,255,0.5) 90%); 
	background:         linear-gradient(180deg, rgba(200,233,239,0.5) 10%, rgba(255,255,255,0.5) 90%); 
	background-clip: border-box;
	border: 1px solid rgba(146,214,227,0.5);
	border-radius: .25rem;
	margin-bottom: 2rem;
}

.card .card-body h5 {
	font-size: 1.0rem;
	text-transform: uppercase;
	font-weight: 600;
}

#prefooter a.btn-primary,
.card a.btn-primary.btn-apply {
	padding: 8px 16px;
}

.ht-cards .card {
	width: 96%;
	text-align: center;
}

@media (min-width: 600px) {
	.ht-cards .card {
		width: 48%;
	}
}

.ht-cards .card .card-body h4 {
	font-size: 1.2rem;
	text-transform: uppercase;
	font-weight: 600;
}


/* blog */

.entry-header {
	margin-bottom: 1rem;
}

h1.entry-title {
	font-weight: 600;
	text-transform: uppercase;
	font-size: 1.66rem;
}

.entry-footer {
	padding-bottom: 1.0rem;
	border-bottom: 1px solid #92d6e3;
	margin-bottom: 1.5rem;
}

.featured-image {
	margin-bottom: 1.5rem;
}

.wp-caption-text { margin-top: 10px; font-size: 0.75rem; font-weight: 700; }

.cat-links, .tags-links, .bookmark-link, .edit-link { display:block; padding:6px 0; }

.cat-links i, .tags-links i, .bookmark-link i { color: #2c2b79; }

h2.screen-reader-text {
	display: none;
}

.nav-links { margin-top: 2.0rem; }
.nav-links>.nav-previous { width:50%; left:0; text-align:left; float:left; padding-top:0.5rem; font-size:0.9rem; margin-bottom: 2.0rem; font-weight:600; }
.nav-links>.nav-previous a::before { content:"\f100"; font-family: "Font Awesome 5 Free"; font-weight: 900; padding-right:6px; color:#2c2b79; }
.nav-links>.nav-next { width:50%; left:50%; text-align:right; float:right; padding-top:0.5rem; font-size:0.9rem; margin-bottom: 2.0rem; font-weight:600; }
.nav-links>.nav-next a::after { content:"\f101"; font-family: "Font Awesome 5 Free"; font-weight: 900; padding-left:6px; color:#2c2b79; }


/* search widget */

.widget_search { 
	margin-bottom: 2.0rem;
}

.search-submit {
	border-radius: .25rem;
	color: #ffcb08;
	font-weight: 700;
	background-color: #f15922;
	border-color: #f15922;
	text-transform: uppercase;
	padding: 8px 16px;
}
	
.search-submit:active,
.search-submit:focus,
.search-submit:hover {
	color: #fff;
	background-color: #2c2b79;
	border-color: #2c2b79;
}

input[type=submit] {
	border-style: none;
}

input.search-field {
	display: block;
	width: 100%;
	padding: .5rem 1rem;
	font-size: 1rem;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: .25rem;
}

/* forms */

span.wpcf7-list-item { display: block; }

label {
	font-weight: 600;
}

/*galleries*/
.gallery {
	margin-left: -0.5rem;
	display: flex;
	flex-wrap: wrap;
}

.gallery figure.gallery-item {
	padding: 0 0.5rem;
}

/* -------------------- */
/* FOOTER				*/
/* -------------------- */

#prefooter {
	padding: 45px;
	background: #ffcb08 url('/wp-content/themes/tumbleweed/img/intro-bkgd.jpg') no-repeat center center;
	color: #2c2b79;	
	min-height: 150px;
}

#prefooter h3 {
	font-weight: 700;
	text-transform: uppercase;
}

#prefooter hr {
	border-top: 1px solid #f15922;
}

#prefooter ul li {
	margin-bottom: 0.5rem;
}

#prefooter .btn {
	margin-bottom: 1.75rem;
}


.site-footer {
	padding-top: 30px;
	padding-bottom: 60px;
	color: #f5f5f5;
}

.site-footer ul.footer-menu {
	list-style: none;
	text-align: right;
}

.site-footer ul.footer-menu li {
	display: inline;
	padding: 6px 12px;
	border-left: 1px solid #ffcb08;
}

.site-footer ul.footer-menu li:first-of-type {
	border: none;
}

.site-footer ul.footer-menu li {
	padding: 4px 8px;
	border-left: none;
}

.site-footer ul.footer-menu li:first-of-type {
	border: none;
}

.site-footer ul.footer-menu li:last-of-type {
	padding-right: 0;
}

@media (min-width: 992px) {
	.site-footer ul.footer-menu li {
		border-left: 1px solid #ffcb08;
	}
}

.site-footer ul.footer-menu li a {
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	font-size: .8rem;
}

.site-footer ul.footer-menu li a:active,
.site-footer ul.footer-menu li a:focus,
.site-footer ul.footer-menu li a:hover {
	color: #f15922;
}

.address {
	color: #ffcb08;
	font-size: 0.75rem;
}

.address span {
	color: #f15922;
}

.social-icons-footer a:active,
.social-icons-footer a:focus,
.social-icons-footer a:hover,
.address a:active,
.address a:focus,
.address a:hover {
	color: #fff;
}

.copyright {
	font-size: 0.75rem;
}

.social-icons-footer {
	text-align: right;
}

.social-icons-footer a {
	padding-left: 12px;
}

/* -------------------- */
/* MODALS				*/
/* -------------------- */

/* holiday */

#holidayModal .modal-content {
	background-color: #2c2b79;
}

#holidayModal .modal-header,
#holidayModal .modal-footer {
	border: none;
}

#holidayModal button {
	color: #fff;
}

#holidayModal .modal-body {
	padding: 0;
}

/* popups */
.center-popup-img {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-bottom: 20px;
}
.center-popup-img img {
	width: 80%;
}
.bottom-popup-img {
	/* margin: 0rem -3rem -1rem; */
	width: 100%;
	margin-bottom: -1rem;
}
#popupModal .modal-content {
	border: 0;
	border-radius: 0;
}

#holidayModal .modal-body {
	padding: 0;
}

#popupModal img.popup-logo {
	margin-bottom: 1.5rem;
}

#popupModal img.popup-icon {
	margin-top: 1.5rem;
	max-width: 50%;
}

/* popup-blue */
#popupModal .popup-blue {
	background: url('/wp-content/themes/tumbleweed/img/popups/Tumbleweed_PopUp_Background_Blue.jpg') no-repeat center top;
	background-size: cover;
	color: #fff;
}

#popupModal .popup-blue h1 {
	text-transform: uppercase;
	color: #ffcb08;
	font-weight: 700;
	line-height: 1.1;
}

/* popup-gray */
#popupModal .popup-gray {
	background: url('/wp-content/themes/tumbleweed/img/popups/Tumbleweed_PopUp_Background_Gray.jpg') no-repeat center top;
	background-size: cover;
}

#popupModal .popup-gray h1 {
	text-transform: uppercase;
	color: #f15922;
	font-weight: 700;
	line-height: 1.1;
}

/* popup-light-blue */
#popupModal .popup-light-blue {
	background: url('/wp-content/themes/tumbleweed/img/popups/Tumbleweed_PopUp_Background_LightBlue.jpg') no-repeat center top;
	background-size: cover;
}
#popupModal .popup-light-blue h2 {
	text-transform: uppercase;
	color: #f15922;
	font-weight: 700;
	line-height: 1.1;
}

/* popup-orange */
#popupModal .popup-orange {
	background: url('/wp-content/themes/tumbleweed/img/popups/Tumbleweed_PopUp_Background_Orange.jpg') no-repeat center top;
	background-size: cover;
	color: #fff;
}

#popupModal .popup-orange h1 {
	text-transform: uppercase;
	color: #ffcb08;
	font-weight: 700;
	line-height: 1.1;
}

/* popup-yellow */
#popupModal .popup-yellow {
	background: url('/wp-content/themes/tumbleweed/img/popups/Tumbleweed_PopUp_Background_Yellow.jpg') no-repeat center top;
	background-size: cover;
}

#popupModal .popup-gray h1 {
	text-transform: uppercase;
	color: f15922;
	font-weight: 700;
	line-height: 1.1;
}

#popupModal .modal-header,
#popupModal .modal-footer {
	border: none;
	border-radius: 0;
	background-color: #f15922;
	padding: .75rem;
}

@media (min-width: 768px) {
	#popupModal .modal-body {
		padding: 1rem 3rem;
		/* padding: 0rem; */
	}
	.temp-padding {
		padding: 1rem 3rem;
	}
}



/* 
popup-blue
popup-gray
popup-light-blue
popup-orange
popup-yellow

Tumbleweed_PopUp_Background_Blue.jpg
Tumbleweed_PopUp_Background_Gray.jpg
Tumbleweed_PopUp_Background_LightBlue.jpg
Tumbleweed_PopUp_Background_Orange.jpg
Tumbleweed_PopUp_Background_Yellow.jpg
 */
 
 .video {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 20px;
	height: 0;
	overflow: hidden;
	margin: 2rem 0;
}
.video iframe,  
.video object,  
.video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.eoyd-icons {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
}
.single-icon {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-direction: column;
	padding: 20px 10px;
	text-align: center;
}
.single-icon img {
	height: 60px;
	width: auto;
}
.icon-num {
	color: #2c2b79;
	font-size: 1.2rem;
	font-weight: bold;
	margin-bottom: -1.8rem;
}
@media (max-width: 900px) {
	.eoyd-icons {
		grid-template-columns: 1fr 1fr;

	}
}


/* ------------------------------------------------ contact page ------------------------------------------------ */
.gform-theme--foundation .gform_fields {
	gap: 1rem !important;
}

.gform_button {
	color: #fff !important;
	background-color: #2c2b79 !important;
	border-color: #2c2b79 !important;
}








