/*
 Theme Name:   GeneratePress ChildDBCSchedule
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Fred Okech
 Author URI:   
 Template:     generatepress
 Version:      0.1
*/

@media (max-width: 768px) {
	.footer-widgets {
		display: none;
	}
}

.wmi_email_signup_footer {
	text-align: center;
}

.wmi_email_signup_footer p {
	font-family: 'Butler';
	font-size: 16px;
}

.wmi_email_signup_footer #mc_embed_signup div.mc-field-group input {
	border: 1px solid #ccc;
}

.wmi_email_signup_footer #mc_embed_signup div.mc-field-group input.required {
	color: #666;
}

.wmi_email_signup_footer #mc_embed_signup input.button {
	background-color: #02A1A5;
	float: left;
	margin-top: 10px;
	border-radius: 0;
	margin-left: 50px;
	font-family: 'Palanquin';
	font-size: 20px;
	font-weight: normal;
}

.wmi_email_signup_footer #mc_embed_signup input.button:hover {
	background-color: rgba(9, 164, 168, .75);

}

.wmi_email_signup_footer #mc_embed_signup div.mc-field-group {
	margin-top: 10px;
	width: 250px;
	float: left;
}

.wmi_email_signup_footer #mc_embed_signup {
	margin: auto;
	display: block;
	height: 100px;
	width: 550px;
}


.elementor-text-editor h2 {
	margin-bottom: 5px;
}

.elementor-text-editor h4 {
	margin-top: 0px;
	margin-bottom: 15px;
}

.footer-bar img {
	padding-left: 15px;
	padding-right: 15px;
}

.main-navigation .main-nav ul {
	padding-top: 70px;
}

.main-navigation .main-nav ul ul {
	padding-top: 10px;
}

.navigation-clone.main-navigation .main-nav ul {
	padding-top: 0;
}

/*main-nav-donate-button*/
.main-navigation .main-nav ul li.menu-item-5611 a {
	font-family: 'Palanquin';
	font-weight: 700;
	text-transform: uppercase;
	background: #02A1A5;
	color: #FFFFFF;
	font-size: 16px;
}

.main-navigation .main-nav ul li.menu-item-5611 a:hover {
	font-family: 'Palanquin';
	font-weight: 700;
	text-transform: uppercase;
	background: #05878B;
	color: #FFFFFF;
	font-size: 16px;
}

/*For table*/


/*@import url('https://fonts.googleapis.com/css?family=Montserrat:400,600,700&display=swap');*/

* {
	margin: 0;
	padding: 0;
	list-style: none;
	/*font-family: 'Montserrat', sans-serif;*/
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	background: #7fc469;
	color: #565e6b;
}

.wrapper {
	width: 100%;
	height: 100%;
	background: #fff;
	margin: 0px;
}

.wrapper .title {
	padding: 10px 10px;
	text-align: center;
	font-size: 24px;
	font-weight: 700;
	border-bottom: 1px solid #ebedec;
}

.wrapper .tabs_wrap {
	padding: 20px;
	border-bottom: 1px solid #ebedec;
}

.wrapper .tabs_wrap ul {
	padding: 0px;
	margin: 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.wrapper .tabs_wrap ul li {
	width: 120px;
	text-align: center;
	background: #e9ecf1;
	border-right: 1px solid #c1c4c9;
	padding: 13px 15px;
	cursor: pointer;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.wrapper .tabs_wrap ul li:first-child {
	border-top-left-radius: 25px;
	border-bottom-left-radius: 25px;
}

.wrapper .tabs_wrap ul li:last-child {
	border-right: 0px;
	border-top-right-radius: 25px;
	border-bottom-right-radius: 25px;
}

.wrapper .tabs_wrap ul li:hover,
.wrapper .tabs_wrap ul li.active {
	background: #4A7C3A;
	/*Fern green WMI*/
	color: #fff;
}

.wrapper .container {
	padding: 0px;
	border-bottom: 1px solid #ebedec;

}

.wrapper .container ul {
	padding: 0px;
	margin: 0px;
}



.wrapper .container .item_wrap {
	padding: 0px 0px;
	border-bottom: 1px solid #ebedec;
	cursor: pointer;
}

.wrapper .container .item_wrap:hover {
	background: #e9ecf1;
}

.wrapper .container .item {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.item_wrap .item .item_left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.item_wrap .item_left img {
	width: 70px;
	height: 70px;
	display: block;
}

.item_wrap .item_left .data {
	margin-left: 20px;
	margin-right: 20px;
}

.item_wrap .item_left .data .name {
	font-weight: 600;
}

.item_wrap .item_left .data .distance {
	color: #7f8b9b;
	font-size: 14px;
	margin-top: 3px;
}

.item_wrap .item_right .status {
	position: relative;
	color: #77818d;
}

.item_wrap .item_right .status:before {
	content: "";
	position: absolute;
	top: 5px;
	left: -12px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #b3bbc8;
}

.item_wrap.offline .item_right .status {
	color: #b3bbc8;
}

.item_wrap.online .item_right .status:before {
	background: #7fc469;
}




/*begin style for table
*
*








*/

/*@import "https://fonts.googleapis.com/css?family=Montserrat:300,400,700";*/

.rwd-table {
	margin: 0;
	min-width: 300px;

	table-layout: fixed;
	width: 100%;

}

.rwd-table tr {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.rwd-table th {
	display: none;
}

.rwd-table td {
	display: block;
	vertical-align: top;
}

.rwd-table td:before {
	content: attr(data-th) ": ";
	font-weight: bold;
	width: 6.5em;
	display: inline-block;
}

@media (min-width: 480px) {
	.rwd-table td:before {
		display: none;
	}
}

.rwd-table th,
.rwd-table td {
	text-align: left;
}

@media (min-width: 480px) {

	.rwd-table th,
	.rwd-table td {
		display: table-cell;
		padding: .25em .5em;
	}

	.rwd-table th:first-child,
	.rwd-table td:first-child {
		padding-left: 0;
	}

	.rwd-table th:last-child,
	.rwd-table td:last-child {
		padding-right: 0;
	}
}

body {
	padding: 0 2em;
	/*font-family: Montserrat, sans-serif;*/
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	color: #444;
	background: #eee;
}

h1 {
	font-weight: normal;
	letter-spacing: -1px;
	color: #34495E;
}

.rwd-table {
	background: #4A7C3A;
	/*Fern Green WMI*/
	color: #fff;
	border-radius: .4em;
	overflow: hidden;
}

.rwd-table tr {
	border-color: #46637f;
}

.rwd-table th,
.rwd-table td {
	margin: .5em 1em;
}

@media (min-width: 480px) {

	.rwd-table th,
	.rwd-table td {
		padding: 1em !important;
	}
}

.rwd-table th,
.rwd-table td:before {
	color: #EFA435;
	/*WMI Yellow Sea*/
}


















/* overpass-300 - latin */
@font-face {
	font-family: 'Overpass';
	font-style: normal;
	font-weight: 300;
	src: url('https://www.wellsmountaininitiative.org/wp-content/themes/generatepress_child/fonts/overpass-v2-latin-300.eot');
	/* IE9 Compat Modes */
	src: local('Overpass Light'), local('Overpass-Light'),
		url('https://www.wellsmountaininitiative.org/wp-content/themes/generatepress_child/fonts/overpass-v2-latin-300.eot?#iefix') format('embedded-opentype'),
		/* IE6-IE8 */
		url('https://www.wellsmountaininitiative.org/wp-content/themes/generatepress_child/fonts/overpass-v2-latin-300.woff2') format('woff2'),
		/* Super Modern Browsers */
		url('https://www.wellsmountaininitiative.org/wp-content/themes/generatepress_child/fonts/overpass-v2-latin-300.woff') format('woff'),
		/* Modern Browsers */
		url('https://www.wellsmountaininitiative.org/wp-content/themes/generatepress_child/fonts/overpass-v2-latin-300.ttf') format('truetype'),
		/* Safari, Android, iOS */
		url('https://www.wellsmountaininitiative.org/wp-content/themes/generatepress_child/fonts/overpass-v2-latin-300.svg#Overpass') format('svg');
	/* Legacy iOS */
}

/* overpass-300italic - latin */
@font-face {
	font-family: 'Overpass';
	font-style: italic;
	font-weight: 300;
	src: url('https://www.wellsmountaininitiative.org/wp-content/themes/generatepress_child/fonts/overpass-v2-latin-300italic.eot');
	/* IE9 Compat Modes */
	src: local('Overpass Light Italic'), local('Overpass-LightItalic'),
		url('https://www.wellsmountaininitiative.org/wp-content/themes/generatepress_child/fonts/overpass-v2-latin-300italic.eot?#iefix') format('embedded-opentype'),
		/* IE6-IE8 */
		url('https://www.wellsmountaininitiative.org/wp-content/themes/generatepress_child/fonts/overpass-v2-latin-300italic.woff2') format('woff2'),
		/* Super Modern Browsers */
		url('https://www.wellsmountaininitiative.org/wp-content/themes/generatepress_child/fonts/overpass-v2-latin-300italic.woff') format('woff'),
		/* Modern Browsers */
		url('https://www.wellsmountaininitiative.org/wp-content/themes/generatepress_child/fonts/overpass-v2-latin-300italic.ttf') format('truetype'),
		/* Safari, Android, iOS */
		url('https://www.wellsmountaininitiative.org/wp-content/themes/generatepress_child/fonts/overpass-v2-latin-300italic.svg#Overpass') format('svg');
	/* Legacy iOS */
}

/* palanquin-regular - latin */
@font-face {
	font-family: 'Palanquin';
	font-style: normal;
	font-weight: 400;
	src: url('https://www.wellsmountaininitiative.org/wp-content/themes/generatepress_child/fonts/palanquin-v3-latin-regular.eot');
	/* IE9 Compat Modes */
	src: local('Palanquin Regular'), local('Palanquin-Regular'),
		url('https://www.wellsmountaininitiative.org/wp-content/themes/generatepress_child/fonts/palanquin-v3-latin-regular.eot?#iefix') format('embedded-opentype'),
		/* IE6-IE8 */
		url('https://www.wellsmountaininitiative.org/wp-content/themes/generatepress_child/fonts/palanquin-v3-latin-regular.woff2') format('woff2'),
		/* Super Modern Browsers */
		url('https://www.wellsmountaininitiative.org/wp-content/themes/generatepress_child/fonts/palanquin-v3-latin-regular.woff') format('woff'),
		/* Modern Browsers */
		url('https://www.wellsmountaininitiative.org/wp-content/themes/generatepress_child/fonts/palanquin-v3-latin-regular.ttf') format('truetype'),
		/* Safari, Android, iOS */
		url('https://www.wellsmountaininitiative.org/wp-content/themes/generatepress_child/fonts/palanquin-v3-latin-regular.svg#Palanquin') format('svg');
	/* Legacy iOS */
}

/* palanquin-700 - latin */
@font-face {
	font-family: 'Palanquin';
	font-style: normal;
	font-weight: 700;
	src: url('https://www.wellsmountaininitiative.org/wp-content/themes/generatepress_child/fonts/palanquin-v3-latin-700.eot');
	/* IE9 Compat Modes */
	src: local('Palanquin Bold'), local('Palanquin-Bold'),
		url('https://www.wellsmountaininitiative.org/wp-content/themes/generatepress_child/fonts/palanquin-v3-latin-700.eot?#iefix') format('embedded-opentype'),
		/* IE6-IE8 */
		url('https://www.wellsmountaininitiative.org/wp-content/themes/generatepress_child/fonts/palanquin-v3-latin-700.woff2') format('woff2'),
		/* Super Modern Browsers */
		url('https://www.wellsmountaininitiative.org/wp-content/themes/generatepress_child/fonts/palanquin-v3-latin-700.woff') format('woff'),
		/* Modern Browsers */
		url('https://www.wellsmountaininitiative.org/wp-content/themes/generatepress_child/fonts/palanquin-v3-latin-700.ttf') format('truetype'),
		/* Safari, Android, iOS */
		url('https://www.wellsmountaininitiative.org/wp-content/themes/generatepress_child/fonts/palanquin-v3-latin-700.svg#Palanquin') format('svg');
	/* Legacy iOS */
}

/* butler-regular - latin */
@font-face {
	font-family: 'Butler';
	font-style: normal;
	font-weight: 400;
	src: local('Butler Regular');
	src: url('https://www.wellsmountaininitiative.org/wp-content/themes/generatepress_child/fonts/butler_regular-webfont.woff') format('woff'),
		/* Modern Browsers */
		url('https://www.wellsmountaininitiative.org/wp-content/themes/generatepress_child/fonts/butler_regular-webfont.woff2') format('woff2');
	/* Super Modern Browsers */
}