/*
	Theme Name: Iyisf
	Theme URI: http://iyisf.org
	Author: Steve Wright
	Description: Custom theme for Iyengar Yoga Institute of San Franciso
	Version: 1.1.20
	License: GNU General Public License v2 or later
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	Text Domain: iyisf
	Tags: one-column, two-columns, right-sidebar, grid-layout, custom-menu, custom-logo, editor-style, featured-images, sticky-post, threaded-comments, translation-ready, blog
*/

/*--------------------------------------------------------------

	= Table Of Contents =

	# Normalize
	# General
		## Typography
		## Elements
		## Forms
		## Links
		## Screen Reader
	# WordPress Specific
		## Captions
		## Galleries
	# Floats and Clearing
	# Columns System
	# Header
		## Navigation
		## Mobile Nav
		## Logo
		## Search
	# Horizontal Carousel
	# Vertical Carousel
	# Main
		## Home Hero
		## Content
		## Blog Post Shared - Listing
		## Blog Post Style 1 - Listing
		## Blog Post Style 2 - Listing
		## Blog Post Style 3 - Listing
		## Blog Post Style 4 - Listing
		## Pagination
		## Blog Post - Single
		## Social Links
		## Related Posts
		## Comments
		## Contact Form 7
		## Sidebar
		## Pricing Table
	# Footer
		## Footer Widgets
		## Footer Bottom
	# CSS3 Loader
	# Responsive
		## Smaller Monitors
		## Tablets
		## Phones ( landscape + portrait )
		## Phones ( landscape )
		## Phones ( portrait )

--------------------------------------------------------------*/

@font-face {
  font-family: 'Impact';
  src: url('css/fonts/impact.woff') format('woff'),
       url('css/fonts/impact.ttf')  format('truetype');
}

/*--------------------------------------------------------------
	# Normalize
--------------------------------------------------------------*/

img,legend{border:0}legend,td,th{padding:0}html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,optgroup,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}svg:not(:root){overflow:hidden}figure{margin:0 0 25px 0}hr{box-sizing:content-box;height:0}pre,textarea{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}table{border-collapse:collapse;border-spacing:0}
html { box-sizing: border-box; } *, *:before, *:after { box-sizing: inherit; }
.page-content .wp-smiley,.entry-content .wp-smiley,.comment-content .wp-smiley {border: none;margin-bottom: 0;margin-top: 0;padding: 0;}embed,iframe,object {max-width: 100%;}iframe{border:0;}.widget select { max-width: 100%; }

/*--------------------------------------------------------------
	# General
--------------------------------------------------------------*/

/*--------------------------------------------------------------
	## Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
textarea {
	color: #383838;
	font-size: 16px;
	font-weight: 400;
	font-family: "Oswald", serif;
	line-height: 1.65;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	margin: 0;
	padding: 0;
	margin-bottom: 25px;
	color: #383838;
	line-height: 1.45;
	font-weight: 700;
	font-family: "Roboto Slab";
}

h1 {
	font-size: 30px;
}

h2 { /*edited by steve 3/14/18*/
	font-size: 22px;
	font-weight: 400;
	font-family:Oswald, Impact, sans-serif;
}

h3 {
	font-size: 25px;
}

h4 {
	font-size: 23px;
}

h5 {
	font-size: 21px;
}

h6 {
	font-size: 18px;
}

p {
	margin: 0;
	margin-bottom: 25px;
}

p:last-child {
	margin: 0;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	color: #767676;
	padding: 30px;
	border-left: 2px solid #8ed081;
	background: #edf4f6;
	margin-left: 0;
	margin-right: 0;
}

	blockquote p:last-child {
		margin: 0;
	}

address {
	margin-bottom: 25px
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	line-height: 1.6;
	margin-bottom: 25px;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

small {
	font-size: 75%;
}

/*--------------------------------------------------------------
	## Elements
--------------------------------------------------------------*/

body {
	background: #fff;	
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #e5e5e5;
	border: 0;
	height: 1px;
	margin-bottom: 25px;
}

ul,
ol {
	margin: 0;
	margin-bottom: 25px;
	padding: 0 0 0 10px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 0;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	max-width: 100%;
}

table {
	margin-bottom: 25px;
	width: 100%;
	line-height: 1;
}

.widget table {
	table-layout: fixed;
}

table thead {
	background: #444;
	color: #fff;
	text-align: left;
	font-family: "Montserrat";
}

table td,
table th {
	padding: 10px;
	text-align: left;
}

table tbody th {
	background: #444;
	color: #fff;
	font-family: "Montserrat";
}

table tbody th a {
	color: inherit;
}

.text-align-center {
	text-align: center;
}

.text-align-left {
	text-align: left;
}

.text-align-right {
	text-align: right;
}

.position-relative {
	position: relative;
}

.position-absolute {
	position: absolute;
}

/*--------------------------------------------------------------
	## Forms
--------------------------------------------------------------*/

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	margin: 0;
	border-radius: 0;
	display: inline-block;
	font-family: "Roboto Slab";
	font-weight: bold;
	font-size: 14px;
	color: #fff;
	line-height: 47px;
	padding: 0 22px;
	background: #8ed081;
	border: 0;
	border-bottom: 5px solid rgba( 0, 0, 0, 0.2 );
	text-transform: uppercase;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
.select2-container--default .select2-selection--single,
select,
textarea {
	background: transparent;
    border: 3px solid #383838;
	color: inherit;
	font-size: 16px;
	font-weight: 400;
	font-family: "Oswald", sans-serif;
	line-height: 1.4;
	padding: 13px;
	max-width: 100%;
	box-sizing: inherit;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
textarea:focus {
	color: #4d4d4d;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
	## Links
--------------------------------------------------------------*/

a {
	text-decoration: none;
	color: #8ed081;
}

/*--------------------------------------------------------------
	## Screen Reader
--------------------------------------------------------------*/

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
	# WordPress Specific
--------------------------------------------------------------*/

.sticky {

}

	.sticky .post-s1-main {
		background: #222;
	}

	.sticky .post-s1-title {
		color: #fff;
	}

	.sticky .post-s1-excerpt {
		color: rgba( 255, 255, 255, 0.5 );
	}

.bypostauthor {
	
}

.alignleft {
	display: inline;
	float: left;
	margin: 0 20px 20px 0;
}

.alignright {
	display: inline;
	float: right;
	margin: 0 0 20px 20px;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
	## Captions
--------------------------------------------------------------*/

#wp-calendar caption {
	margin-bottom: 10px;
}

.wp-caption {
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
	-moz-box-shadow: 0px 0px 5px 0px rgba( 0, 0, 0, 0.15 );
	-webkit-box-shadow: 0px 0px 5px 0px rgba( 0, 0, 0, 0.15 );
	box-shadow: 0px 0px 5px 0px rgba( 0, 0, 0, 0.15 );
}

.wp-caption .wp-caption-text {
	font-size: 13px;
	font-style: italic;
	margin: 0;
	padding: 0 10%;
	margin-top: 10px;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
	## Galleries
--------------------------------------------------------------*/

.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
	# Floats and Clearing
--------------------------------------------------------------*/

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.float-none {
	float: none;
}

.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

/*--------------------------------------------------------------
	# Columns System
--------------------------------------------------------------*/

.wrapper {
	max-width: 860px; /*edited by steve 3/22/18*/
	margin: 0 auto;
}

.col {
	display: block;
	float: left;
	margin-right: 2.76%;
}

body.rtl .col {
	float: right;
	margin-left: 2.76%;
	margin-right: 0;
}

.col-1 { width: 5.803%; }
.col-2 { width: 14.36%; }
.col-3 { width: 22.93%; }
.col-4 { width: 31.49%; }
.col-5 { width: 40.05%; }
.col-6 { width: 48.62%; }
.col-7 { width: 57.18%; }
.col-8 { width: 65.74%; }
.col-9 { width: 74.31%; }
.col-10 { width: 82.87%; }
.col-11 { width: 91.43%; }
.col-12 { width: 100%; }

.col-last {
	margin-right: 0;
}

body.rtl .col-last {
	margin-left: 0;
}

.col-first {
	clear: both;
}

.no-col-spacing .col { margin: 0; }
.no-col-spacing .col-1 { width: 8.33333%; }
.no-col-spacing .col-2 { width: 16.66666%; }
.no-col-spacing .col-3 { width: 25%; }
.no-col-spacing .col-4 { width: 33.33333%; }
.no-col-spacing .col-5 { width: 41.66666%; }
.no-col-spacing .col-6 { width: 50%; }
.no-col-spacing .col-7 { width: 58.33333%; }
.no-col-spacing .col-8 { width: 66.66666%; }
.no-col-spacing .col-9 { width: 75%; }
.no-col-spacing .col-10 { width: 83.33333%; }
.no-col-spacing .col-11 { width: 91.66666%; }
.no-col-spacing .col-12 { width: 100%; }

.masonry-item.col {
	margin-right: 0;
}

/*--------------------------------------------------------------
	# General
--------------------------------------------------------------*/

#page,
#page-inner {
	position: relative;
}

#page-inner {
	overflow-x: hidden;
}

/*--------------------------------------------------------------
	# Header
--------------------------------------------------------------*/

#header {
	padding: 30px 0 20px 0;  /*edited by steve 1/24/18*/
}

	#header .wrapper {
		position: relative;
	}

/*--------------------------------------------------------------
	## Navigation
--------------------------------------------------------------*/

#navigation {
	margin-top: 7px;
	z-index: 99998;
	position: relative;
	border: 2px solid #eee;
	border-width: 2px 0;
}

	#navigation-inner {
		position: relative;
	}

	#navigation ul,
	#navigation li {
		list-style-type: none;
		margin: 0;
		padding: 0;
	}

		/* Top level item */
		#navigation .menu > li {
			display: inline-block;
			position: relative;
			z-index: 99998;
			margin-right: 25px;  /*edited by steve 3/22/18*/
		}

		#navigation .menu > li:last-child {
			margin-right: 0;
		}

			/* Top level chevron */
			#navigation .menu a .fa {
				display: inline-block;
				color: #fff;
				font-size: 7px;
				margin-left: 8px;
				vertical-align: middle;
				line-height: 1;
			}

			/* Top level item anchor */
			#navigation .menu > li > a {
				display: inline-block;
				text-decoration: none;
				vertical-align: middle;
				color: #383838;
				font-size: 21px;
				font-weight: bold;
				font-family: "Roboto", serif;
				line-height: 45px;
				padding: 0;
				padding-bottom: 0px;
				text-transform: uppercase;
			}

			/* Top level item anchor hover */
			#navigation .menu > li > a:hover {
				color: #8ed081;
			}

			/* Top level item anchor current */
			#navigation .menu > li.current-menu-item > a,
			#navigation .menu > li.current-menu-ancestor > a {
				color: #8ed081;
			}

	/* Submenu */
	#navigation .menu ul {
		border-top: 6px solid #8ed081;
		background: #fff;
		visibility: hidden;
		opacity: 0;
		position: absolute;
		top: 100%;
		left: 0; /* same as horrizontal padding on #navigation .menu ul li */
		text-align: left;
		padding: 5px 0;
		-webkit-transition: .5s opacity;
		-moz-transition: .5s opacity;
		transition: .5s opacity;
	}

		/* Submenu item */
		#navigation .menu ul li {
			position: relative;
			display: block;
			white-space: nowrap;
			margin: 0;
			padding: 0; /* same as left on #navigation .menu ul */
			min-width: 220px;
		}

			/* Submenu item anchor */
			#navigation .menu ul li > a {				
				display: block;
				line-height: 1;
				text-decoration: none;
				color: #383838;
				font-size: 16px;
				font-weight: 400;
				font-family: "Roboto", sans-serif;
				text-transform: uppercase;
				line-height: 38px;
				border-bottom: 1px solid #dfdfdf;
				padding: 0 12px;
			}

			/* Submenu last item anchor */
			#navigation .menu ul li:last-child > a {
				border-bottom: 0 !important;
			}

			/* Submenu item anchor hover */
			#navigation .menu ul li > a:hover {
				 color: #8ed081;
			}

			/* Submenu item anchor hover */
			#navigation .menu ul li.current-menu-item > a {
				color: #8ed081;
			}

		/* Second lvl submenu */
		#navigation .menu ul ul {
			left: 100%;
			margin-left: 0;
			top: -11px; /* upper level padding + border */
		}

		/* Show submenu on hover */
		#navigation .menu li:hover > ul {
			visibility: visible;
			opacity: 1;
		}

/*--------------------------------------------------------------
	## Mobile Nav
--------------------------------------------------------------*/

#mobile-navigation {
	display: none;
	text-align: center;
}

	#mobile-navigation .fa {
		display: inline-block;
		margin-right: 9px;
		font-size: 20px;
		line-height: inherit;
	}

	.header-mobile-nav-hook {
		display: inline-block;
		cursor: pointer;
		line-height: 41px;
		padding: 0 20px;
		background: #8ed081;
		color: #fff;
		cursor: pointer;
		width: auto;
		position: relative;
	}

	.header-mobile-nav-text {
		display: inline-block;
		font-weight: normal;
		font-size: 20px;
		/*font-family: "Montserrat"; steve*/
		font-family: arial, helvetica, sans-serif;
		line-height: inherit;
		text-transform: uppercase;
	}

	.header-mobile-nav-hook option {
		/*text-transform: uppercase!important;*/		
	}

    #mobile-navigation option[value='#'] {display: none;}  /* steve 4/22/18 */

	.header-mobile-nav-hook select {
		position: absolute;
		right: 0;
		bottom: 0;
		top: 0;
		padding: 0;
		margin: 0;
		opacity: 0;
		width: 100%;
		cursor: pointer;
		color: #000;
	}

/*--------------------------------------------------------------
	## Logo
--------------------------------------------------------------*/

#logo {
	position: relative;
	line-height: 0;
	margin-bottom: 20px;
}
	
	#logo a,
	#logo img {
		display: inline-block;
	}

	#logo .site-title {
		font-family: Impact, Impact5, Charcoal6, sans-serif;
		color: #383838;
		font-weight: 400;
		font-size: 37px;
		line-height: 1;
		text-transform: uppercase;
		letter-spacing: 0.5px;
		margin-bottom: 10px;
		margin-top: 20px;
	}

		#logo .site-title a {
			color: inherit;
		}

		#logo .site-title span {
			color: #8ed081;
		}

	#logo .site-description {
		color: #828992;
		font-weight: 400;
		font-size: 16px;
		line-height: 1;		
	}

/*--------------------------------------------------------------
	## Search
--------------------------------------------------------------*/

#header-search {
	float: right;
	margin-top: 45px;
	position: relative;
	z-index: 999;
}

	#header-search-button {
		position: relative;
		display: inline-block;
		font-size: 20px;
		line-height: 1;		
		color: #828992;
		cursor: pointer;
	}	

		body.search-panel-active .header-search-button-icon:before {
			content: "\f00d";
		}

#header-search-form {
	position: absolute;
	left: 0;
	right: 0;
	top: 23px;
	text-align: center;
	-webkit-transform: translateY( -600px );
	-moz-transform: translateY( -600px );
	transform: translateY( -600px );
	transition: transform .5s;
}

body.search-panel-active #header-search-form {
	-webkit-transform: translateY( 0 );
}

	#header-search-form-inner {
		max-width: 60%;
		margin: 0 auto;
		position: relative;
		-webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.08);
		-moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.08);
		box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.08);
	}

		#header-search-form-inner .search-field {
			width: 100%;
			box-sizing: border-box;
			background: #fff;
			padding: 20px 100px 20px 20px;
		}

		#header-search-form-inner .search-submit {
			position: absolute;
			right: 0;
			top: 0;
			line-height: 61px;
			height: 61px;
		}

/*--------------------------------------------------------------
	# Main
--------------------------------------------------------------*/

#main {
	padding: 40px 0; /*changed from 90px by steve on 1/26/18*/
}

body.page-template-template-home-php #main {
	padding: 0;
}

.button {
	display: inline-block;
	font-family: "Roboto Slab";
	font-weight: bold;
	font-size: 14px;
	color: #fff;
	line-height: 47px;
	padding: 0 22px;
	background: #8ed081;
	border-bottom: 5px solid rgba( 0, 0, 0, 0.2 );
	text-transform: uppercase;
}

.button.small {
	border-bottom: 0;
	line-height: 26px;
	padding: 0 7px;
}

.button.medium {
	font-size: 27px;
	line-height: 50px;
	border-bottom-width: 6px;
	padding: 0 24px;
}

.button.large {
	font-size: 34px;
	line-height: 63px;
	border-bottom-width: 6px;
	padding: 0 24px;
}

.button.secondary {
	background: #c1b3d3;
}

.section-separator {
	margin: 70px 0;
}

	.section-separator-inner {
		height: 1px;
		width: 100%;
		background: #b3b3b3;
		position: relative;
	}

	.section-separator-inner:after {
		content: " ";
		width: 60px;
		height: 40px;
		display: block;
		background-image: url("images/separator.png");
		background-color: #fff;
		background-repeat: no-repeat;
		background-position: center center;
		position: absolute;
		left: 50%;
		margin-left: -30px;
		top: 50%;
		margin-top: -20px;
	}

.separator-lotus {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -60px;
	bottom: 0;
	margin-bottom: -60px;
}

	.separator-lotus-inner:after {
		content: " ";
		width: 121px;
		height: 121px;
		display: block;
		background-image: url("images/lotus.png");
		background-repeat: no-repeat;
		background-position: center center;
	}

.content-separator {
	margin: 80px 0 70px 0;
}

	.content-separator-inner {
		height: 1px;
		width: 100%;
		background: #b4d2b9;
		position: relative;
	}

	.content-separator-inner:after {
		content: " ";
		width: 83px;
		height: 83px;
		display: block;
		background-image: url("images/content-separator.png");
		background-color: #fff;
		background-repeat: no-repeat;
		background-position: center center;
		position: absolute;
		left: 50%;
		margin-left: -41px;
		top: 50%;
		margin-top: -41px;
	}

.carousel-wrapper {
	position: relative;
}

.carousel-go-prev,
.carousel-go-next {
	position: absolute;
	top: 50%;
	margin-top: -29px;
	width: 42px;
	height: 59px;
	display: block;
	cursor: pointer;
}

.carousel-go-prev {
	left: 0;
}

.carousel-go-next {
	right: 0;
}

.carousel-mobile-go-prev,
.carousel-mobile-go-next {
	display: none;
	font-size: 16px;
	color: #fff;
	line-height: 1;
	padding: 10px 15px;
	margin: 0 5px;
	margin-top: 10px;
	background: #8ed081;
}

/*--------------------------------------------------------------
	## Home Hero
--------------------------------------------------------------*/

.section-hero {
	position: relative;
	padding: 147px 0;
	background: #f5f5f5;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

/*.section-hero-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #f5f5f5;
	opacity: 0.6; 
} commented out by steve 3/13/18*/

.section-hero .wrapper {
	position: relative;
}

body.home .section-hero {
	padding: 220px 0;
	/*color:#fff; added by steve 3/13/18*/
}
/*body.home .section-hero-title, .page-id-58 .section-hero-title, .page-id-58 .section-hero-content {*/
	body.home .section-hero-title {
	/*color:#fff; added by steve 3/13/18*/
}

	.section-hero-main {

	}

		.section-hero-title {
			font-size: 50px;
			font-weight: 400;
			line-height: 1.23;
			margin-bottom: 15px;
			max-width: 520px;
		}

		.section-hero-content {
			font-size: 22px;
			font-weight: 300;
			margin-bottom: 25px;
			line-height: 1.5;
			max-width: 530px;
		}

		.section-hero-actions {
			overflow: hidden;
		}

		.section-hero .button {
			font-size: 18px;
			line-height: 55px;
			padding: 0 20px;
		}

		.section-hero .button.primary {
			margin-right: 30px;
		}

		.section-hero .button.secondary {
			
		}

/*--------------------------------------------------------------
	## Home Teachers
--------------------------------------------------------------*/

.section-teachers {
	text-align: center;
	/* padding-top: 90px; */
	position: relative;
}

	.section-teachers-title {
		margin-bottom: 20px;
		font-size: 35px;
		font-weight: 400;
	}

		.section-teachers-title a {
			color: inherit;
		}

	.section-teachers-content {
		font-size: inherit;
		font-weight: 400;
		line-height: inherit;
		margin-bottom: 35px;
		font-family: "Roboto";
	}

	.section-teachers-items {
		margin-bottom: 36px;
		padding: 0 53px;
	}

		.teachers-item {
			background: #ecf4ed;
			border-bottom: 6px solid #b4d2b9;
			padding: 19px 13px;
			padding-bottom: 27px;
			position: relative;
		}

			.teachers-item-thumb {
				margin-bottom: 15px;
			}

				.teachers-item-thumb img {
					display: block;
					border-radius: 50%;
					border: 5px solid #8ed081;
				}

			.teachers-item-main {

			}

				.teachers-item-title {
					margin-bottom: 10px;
					font-family: "Oswald";
					font-size: 16px;
					font-weight: 500;
					text-transform: uppercase;
				}

				.teachers-item-excerpt {
					font-family: "Roboto";
				}

		.teachers-item-link {
			position: absolute;
			top: 0;
			left: 0;
			right: 0;
			bottom: 0;
		}

	.section-teachers-actions {

	}

/*--------------------------------------------------------------
	## Home Workshops
--------------------------------------------------------------*/

.section-workshops {
	text-align: center;
	padding-top: 90px;
}

	.section-workshops-title {
		margin-bottom: 32px;
		font-size: 35px;
		font-weight: 400;
	}

	.section-workshops-items {
		text-align: left;
	}

		.workshops-item {
			background: #ecf4ed;
			border-right: 10px solid #b4d2b9;
			margin-top: 20px;
			position: relative;
		}

		.workshops-item:first-child {
			margin-top: 0;
		}

			.workshops-item-thumb {
				float: left;
				max-width: 200px; /*steve 5/3/18*/
				margin-right: 20px;
			}

				.workshops-item-thumb img {
					display: block;
				}

			.workshops-item-main {
				overflow: hidden;
				padding: 15px 0 10px 0; /*steve 5/3/18*/
			}

				.workshops-item-title {
					font-size: 16px;
					font-family: "Oswald";
					text-transform: uppercase;
					font-weight: 400;
					margin-bottom: 5px;
				}

				.workshops-item-date {
					font-family: "Roboto Slab";
					margin-bottom: 10px;
					line-height: 1;
					text-transform: uppercase;
				}

				.workshops-item-excerpt {
					font-family: "Roboto";
					padding:0 20px 0 0;
					margin:0;
				}

					.workshops-item-excerpt p:last-of-type {
						display: inline;
					}
					
					.workshops-item-read-more {
						
					}

				.workshops-item-sign-up { /*button*/
					margin: 0 20px 0 0;
					float: right;
					position:absolute; /*steve 5/3/18*/
					bottom:10px;
					right:0;
				}

		.workshop-item-link {
			position: absolute;
			top: 0;
			left: 0;
			right: 0;
			bottom: 0;
		}
		
	.section-workshops-actions {
		margin-top: 27px;
	}

		.section-workshops-actions .button {
			margin: 0 5px;
		}

/*--------------------------------------------------------------
	## Home Get Involved
--------------------------------------------------------------*/

.section-get-involved {
	margin-top: 60px;
	padding: 109px 0;
	padding-bottom: 96px;
	background-repeat: no-repeat;
	position: relative;
	background-position: center;
	background-color: #fdfcfa;
}

	.section-get-involved-inner {
		max-width: 57%;
		float: right;
		text-align: right;
	}

		.section-get-involved-title {
			font-size: 72px;
			color: #c1b3d3;
			margin-bottom: 0;
			line-height: 1;
			font-weight: 300;
		}

		.section-get-involved-subtitle {
			font-size: 25px;
			font-family: "Oswald";
			font-weight: 300;
			margin-bottom: 10px;
			line-height: 1.4;
		}

		.section-get-involved-extra {
			font-size: 20px;
			font-weight: bold;
			margin-bottom: 38px;
		}

		.section-get-involved-actions {

		}

/*--------------------------------------------------------------
	## Home Video
--------------------------------------------------------------*/

.section-video {
	margin-top: 80px;
	padding: 205px 0;
	padding-bottom: 237px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	position: relative;
	max-width: 1170px;
	margin-left: auto;
	margin-right: auto;
}
	
	.section-video-overlay {
		background: rgba( 255, 255, 255, 0.35 );
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
	}

	.section-video a {
		position: relative;
	}

/*--------------------------------------------------------------
	## Home Donate
--------------------------------------------------------------*/

.section-donate {
	height:550px; /*added by steve 3/27/2018*/
	margin-top: 80px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 250px 0 50px 0;
	text-align: center;
}

	.section-donate-title {
		font-size: 35px;
		font-weight: 400;
		line-height: 1.2;
		padding: 0 10%;
		margin-bottom: 25px;
	}

	.section-donate-actions {
		margin-top: 115px;
	}

/*--------------------------------------------------------------
	## Content
--------------------------------------------------------------*/

#content {
	position: relative;
}

body.page-template-template-full-width-php #content ul {
	max-width: 600px;
	margin: 0 auto;
	text-align: left;
	list-style-image: url("images/bullet-list.png");
	margin-bottom:25px;
}

body.page-template-template-full-width-php #content ul.regular-list {
	max-width: 100%;
}

	body.page-template-template-full-width-php #content ul.regular-list li {
		margin-bottom: 15px;
	}

.blog-post,
.blog-post-single,
.page-single,
.about-author,
#respond,
.comment-inner {
	font-family: "Roboto";	
}

.full-width-heading {
	margin-top: 50px;
	margin-bottom: 50px;
	/* background: #b4d2b9; */
	background: #c1b3d3;
	width: 100vw;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
}

	.full-width-heading .full-width-heading-inner {
		padding: 15px 0;
		max-width: 1170px;
		margin-left: auto;
		margin-right: auto;
	}

	.full-width-heading.has-bg .full-width-heading-inner {
		padding-top: 100px;
		height: 260px;
		background-repeat: no-repeat;
		background-size: contain;
		background-position: right center;	
	}

	.full-width-heading.has-bg.bg-align-left .full-width-heading-inner {
		background-position: left center;
	}

		.full-width-heading h2 {
			text-align: center;
			font-size: 30px;
			font-family: "Oswald";
			font-weight: 400;
			color: #fff;
			margin: 0;
		}

.info-box {
	background: #ecf4ed;
	padding: 20px;
	font-size: 17px;
	margin-bottom: 25px;
}

.inline-list {
	text-align: center;
	font-weight: bold;
	overflow: hidden;
	display: inline-block;
}

	.inline-list li {
		float: left;
		margin: 0 20px;
	}

/*--------------------------------------------------------------
	## Blog Post Shared - Listing
--------------------------------------------------------------*/

.grid-sizer {
	width: 31.49%;
}

.layout-1_col_sidebar .grid-sizer,
.layout-1_col_full .grid-sizer {
	width: 100%;
}

.layout-2_col_sidebar .grid-sizer,
.layout-2_col_full .grid-sizer {
	width: 48.62%;
}

.gutter-sizer {
	width: 2.76%;
}

.post-s1,
.post-s2 {
	opacity: 0 !important;
	transform: scale( 0.8 );
}

.post-s1.init-animation,
.post-s2.init-animation {
	opacity: 1 !important;
	transition: transform .5s, opacity .5s;
	transform: scale( 1 );
}

/*--------------------------------------------------------------
	## Blog Post Style 1 - Listing
--------------------------------------------------------------*/

.post-s1 {
	margin-bottom: 30px;
}

	.post-s1-thumb {
		background: #f8f8f8;
	}

		.post-s1-thumb a,
		.post-s1-thumb img {
			display: block;
			width: 100%;
		}

	.post-s1-main {
		background: #fff;
		padding: 35px;
	}		

		.post-s1-title {
			color: #222;
			font-size: 19px;
			line-height: 1.33;
			font-weight: 700;
			margin-bottom: 20px;
			letter-spacing: -1px;
		}

		.post-s1-title:after {
			content: " ";
			display: block;
			height: 3px;
			width: 90px;
			background: #e5ebed;
			margin-top: 10px;
		}

			.post-s1-title a {
				color: inherit;
			}

		.post-s1-excerpt {
			font-size: 14px;
			margin-bottom: 20px;
		}

		.post-s1-read-more {

		}

			.post-s1-read-more a {
				display: inline-block;
				padding: 10px;
				background: #8ed081;
				color: #fff;
				font-size: 11px;
				font-family: "Montserrat";
				line-height: 1;
				text-transform: uppercase;
				font-weight: bold;
			}

		.post-s1-meta-bottom {
			padding: 20px 35px;
			border-top: 1px solid #eee;
			background: #fff;
			font-size: 11px;
			font-family: "Montserrat";
			line-height: 1;
			text-transform: uppercase;
			font-weight: 600;
		}

			.post-meta-comments {
				margin-left: 7px;
			}

			.post-meta-cats:before,
			.post-meta-comments:before {
				content: " ";
				display: inline-block;
				background: #aeb6b9;
				width: 2px;
				height: 2px;
				vertical-align: middle;
				margin-right: 10px;
			}

/*--------------------------------------------------------------
	## Blog Post Style 2 - Listing
--------------------------------------------------------------*/

.post-s2 {
	margin-bottom: 30px;
}

	.post-s2-thumb {
		position: relative;
	}

		.post-s2-thumb img {
			display: block;
		}

		.post-s2-thumb-overlay {
			display: block;
			position: absolute;
			left: 0;
			right: 0;
			bottom: 0;
			top: 0;
			background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(38,38,38,0.7) 68%, rgba(38,38,38,0.8) 100%);
			background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(38,38,38,0.7) 68%,rgba(38,38,38,0.8) 100%);
			background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(38,38,38,0.7) 68%,rgba(38,38,38,0.8) 100%);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc262626',GradientType=0 );
		}

		.post-s2-main {
			position: absolute;
			left: 0;
			bottom: 0;
			right: 0;
			padding: 0 30px 30px 30px;
		}

			.post-s2-title {
				color: #fff;
				font-size: 19px;
				line-height: 1.33;
				font-weight: 700;
				margin-bottom: 15px;
				letter-spacing: -1px;
			}

			.post-s2-title:after {
				content: " ";
				display: block;
				height: 3px;
				width: 90px;
				background: rgba( 255, 255, 255, 0.3 );
				margin-top: 10px;
			}

				.post-s2-title a {
					color: inherit;
				}

			.post-s2-excerpt {
				font-size: 14px;
				margin-bottom: 20px;
			}

			.post-s2-read-more {

			}

				.post-s2-read-more a {
					display: inline-block;
					padding: 10px;
					background: #8ed081;
					color: #fff;
					font-size: 11px;
					font-family: "Montserrat";
					line-height: 1;
					text-transform: uppercase;
					font-weight: bold;
				}

			.post-s2-meta {
				font-size: 11px;
				font-family: "Montserrat";
				line-height: 1;
				text-transform: uppercase;
				font-weight: 600;
				color: rgba( 255, 255, 255, 0.7 );
			}

				.post-s2 .post-meta-comments {
					margin-left: 7px;
				}

				.post-s2 .post-meta-comments:before {
					content: " ";
					display: inline-block;
					background: #aeb6b9;
					width: 2px;
					height: 2px;
					vertical-align: middle;
					margin-right: 10px;
				}

/*--------------------------------------------------------------
	## Post S3
--------------------------------------------------------------*/

.post-s3-list {
	background: #ecf4ed;
	padding: 30px;
	margin-top: 50px;
	margin-bottom: 30px;
}

	.post-s3 {
		background: #fff;
		padding: 30px;
		margin-bottom: 30px;
	}

	.post-s3:last-child {
		margin-bottom: 0;
	}

		.post-s3-thumbnail {
			float: left;
			max-width: 200px;
			margin-right: 30px;
			border: 10px solid #c1b3d3;
			border-radius: 5px;
		}

			.post-s3-thumbnail img {
				display: block;
			}
		
		.post-s3-info {
			overflow: hidden;
			text-align: left;
		}
			
			.post-s3-title {
				margin-bottom: 15px;
			}

			.post-s3-excerpt {
				margin-bottom: 15px;
				font-weight: bold;
			}
			
			.post-s3-content {

			}	

/*--------------------------------------------------------------
	## Pagination
--------------------------------------------------------------*/

.pagination {
	margin-top: 30px;
	text-align: center;
}

.comment-navigation {
	margin-bottom: 30px;
}

	.pagination ul,
	.pagination li {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}

		.pagination a,
		.pagination .nav-links > span,
		.blog-post-single-pagination > span,
		.blog-post-single-pagination a,
		.comment-navigation a {
			display: inline-block;
			background: #8ed081;
			border: 0;
			color: #fff;
			font-size: 14px;
			font-weight: 900;
			line-height: 40px;
			text-transform: uppercase;
			padding: 0 20px;
			font-family: "Montserrat";
			margin: 0 3px;
		}

		.pagination a,
		.pagination .nav-links > span.dots,
		.blog-post-single-pagination a  {
			background-color: #e4e4e4;
			color: #979797;
		}

			.pagination-load-more .fa {
				margin-right: 10px;
			}

/*--------------------------------------------------------------
	## Blog Post - Single
--------------------------------------------------------------*/

	/* thumbnail */
	.blog-post-single-thumb {
		
	}

		.blog-post-single-thumb img {
			display: block;
		}

	/* main */
	.blog-post-single-main,
	.page-single-main {
		
	}

		.blog-post-single-title,
		.page-title {
			font-size: 30px; /*edited by steve 3/14/18*/
			font-weight: 300;
			margin-bottom: 25px;
			/*text-align: center; steve 1/26/18*/
		}

		.blog-post-single-meta {
			position: relative;
			border: 1px solid #eee;
			border-width: 0 0 1px 0;
			padding: 10px 0;
			margin-bottom: 30px;
			text-transform: uppercase;
			font-size: 12px;
			font-weight: bold;
		}

		.page-single-title {
			margin-bottom: 30px;
		}

		.blog-post-single-meta-bottom {
			font-size: 12px;
			line-height: 1;
			font-family: Georgia, serif;
			color: #9fa6a7;
			padding-bottom: 20px;
			border-bottom: 1px solid #e5e5e5;
			margin-bottom: 26px;
		}

		/* tags */
		.blog-post-single-tags {
			margin-top: 25px;
			font-size: 13px;
		}

			.blog-post-single-tags a {

			}

		/* pagination */
		.blog-post-single-pagination {
			margin-top: 20px;
		}

/* Blog Post Prev/Next Pagination */

.blog-post-single-nav {
	position: relative;
	overflow: hidden;
	margin-top: 40px;
}

	.blog-post-single-nav-button {
		display: inline-block;
		font-size: 14px;
		font-weight: bold;
		font-family: "Montserrat";
		color: #fff;
		background: #8ed081;
		line-height: 40px;
		padding: 0 15px;
	}

	.blog-post-single-nav-next .blog-post-single-nav-button {
		float: right;
	}

		.blog-post-single-nav-button .fa {
			margin-right: 10px;
		}

		.blog-post-single-nav-next .fa {
			margin-right: 0;
			margin-left: 10px;
		}

	.blog-post-single-nav .post-s1 {
		margin-bottom: 0;
	}

	.blog-post-single-nav .post-s1-main {
		clear: both;
	}

/*--------------------------------------------------------------
	## Social Links
--------------------------------------------------------------*/

body a.social-link-twitter .fa {
	background: #1da1f2;
	color: #fff;
}

body a.social-link-facebook .fa {
	background: #3b5998;
	color: #fff;
}

body a.social-link-youtube .fa {
	background: #cd201f;
	color: #fff;
}

body a.social-link-vimeo .fa {
	background: #1ab7ea;
	color: #fff;
}

body a.social-link-tumblr .fa {
	background: #35465c;
	color: #fff;
}

body a.social-link-pinterest .fa {
	background: #bd081c;
	color: #fff;
}

body a.social-link-linkedin .fa {
	background: #0077b5;
	color: #fff;
}

body a.social-link-instagram .fa {
	background: #004879;
	color: #fff;
}

body a.social-link-github .fa {
	background: #4183c4;
	color: #fff;
}

body a.social-link-google-plus .fa {
	background: #dc4e41;
	color: #fff;
}

body a.social-link-dribbble .fa {
	background: #ea4c89;
	color: #fff;
}

body a.social-link-dropbox .fa {
	background: #007ee5;
	color: #fff;
}

body a.social-link-flickr .fa {
	background: #0063dc;
	color: #fff;
}

body a.social-link-foursquare .fa {
	background: #f94877;
	color: #fff;
}

body a.social-link-behance .fa {
	background: #1769ff;
	color: #fff;
}

body a.social-link-vine .fa {
	background: #00b488;
	color: #fff;
}

body a.social-link-rss .fa {
	background: #f26522;
	color: #fff;
}

body a.social-link-email .fa {
	background: #ef7583;
	color: #fff;
}

/*--------------------------------------------------------------
	## Comments
--------------------------------------------------------------*/

.comments-area {
	margin-top: 50px;
}

.comments-section-heading {	
	margin-bottom: 20px; 
}

	.comments-section-heading-title {
		font-size: 25px; 
		font-weight: bold; 
		float: left;
		margin: 0;
	}

	.comments-section-heading-title:after {
		content: " ";
		display: block;
		height: 3px;
		width: 90px;
		background: rgba( 0, 0, 0, 0.1 );
		margin-top: 10px;
	}

.comments-area ul,
.comments-area ol,
.comments-area li {
	margin: 0; 
	padding: 0;
	list-style-type: none;
}

.comment {

}
	
.comments-area li.comments-pingback,
.comments-area li.comments-trackback {
	margin-bottom: 10px;
	font-size: 13px;
	background: #fff;
	padding: 10px;
}

	.comment-inner {
		background: #fff;
		padding: 35px;
		margin-bottom: 25px;
	}

		.comment-author-avatar {
			float: left;
			margin-right: 15px;
			width: 40px;
		}

			.comment-author-avatar img {
				border-radius: 50%;
				display: block;
			}

		.comment-info {
			margin-bottom: 20px;
		}

			.comment-meta {
				float: left;
				margin-top: 5px !important
			}

				.comment-meta-author {
					display: block;
					color: #8ed081;
					font-size: 14px;
					font-weight: bold;
					line-height: 1;
					margin-bottom: 4px !important;
				}

				.comment-meta-date {
					display: block;
					font-size: 12px;
					line-height: 1;
				}

			.comment-reply {
				float: right;
			}

				.comment-reply a {
					line-height: 40px;
					display: inline-block;
					font-size: 12px;
					font-weight: bold;
					font-family: "Montserrat";
					text-transform: uppercase;
				}

		.comment-main {
			
		}

	.comment .children {
		margin-left: 80px;
	}

	.comments-no-comments {
		margin-bottom: 20px;
	}

.comment-respond {
	background: #fff;
	padding: 35px;
}

.comment .comment-respond {
	margin-bottom: 30px;
}

	.comment-reply-title {
		margin: 0;
		padding: 0;
		color: #232323;
		font-size: 20px;
		font-weight: 700;
		line-height: 1;
		margin-bottom: 20px;
	}

	.comment-reply-title:after {
		content: " ";
		display: block;
		height: 3px;
		width: 90px;
		background: rgba( 0, 0, 0, 0.1 );
		margin-top: 10px;
	}

	.comment-respond .logged-in-as,
	.comment-notes {
		font-size: 14px;
	}

		.comment-form-comment {
			font-size: 0;
			line-height: 0;
			margin: 0;
		}

		.comment-form-name,
		.comment-form-email,
		.comment-form-website {
			margin-top: 20px;
			font-size: 0;
			line-height: 0;
		}

			.comment-respond input[type="text"],
			.comment-respond textarea {
				background: #fff;
				border: 1px solid #eee;
			}

			.comment-respond textarea {
				height: 140px;
			}

		.comment-respond .form-submit {
			clear: both;
			padding-top: 20px;
			margin-bottom: 0;
		}

/*--------------------------------------------------------------
	## Contact Form 7
--------------------------------------------------------------*/

body .wpcf7 {
	
}

.wpcf7 label {
	
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea {
	width: 100%;
}

.contact-form {
	text-align: center;
	margin-top: 50px;
}

.contact-form .col {
	margin-bottom: 20px;
}

.contact-info-map {
	background: #c1b3d3;
	margin-top: 100px;
}

	.contact-map {
		float: right;
		width: 50%;
		overflow:hidden;
		padding-bottom: 32%;
		position:relative;
		height:0;
	}

		.contact-map iframe {
			left:0;
			top:0;
			height:100%;
			width:100%;
			position:absolute;
			opacity: 0.9; /*changed by steve 1/28/18*/
		}

	.contact-info {
		float: right;
		width: 470px;
		margin-top: 150px;
		padding-right: 20px;
		color: #fff;
		text-align: center;
		font-family: "Roboto Slab";
	}

		.contact-info-logo {
			margin-bottom: 35px;
			font-family: Impact, Impact5, Charcoal6, sans-serif;
			color: #fff;
			font-weight: 400;
			font-size: 35px;
			line-height: 1;
			text-transform: uppercase;
			letter-spacing: 0.5px;
		}

			.contact-info-logo img {
				display: block;
			}

		.contact-info-number {
			font-size: 48px;
			line-height: 1;
			margin-bottom: 15px;
			font-weight: 600;
		}

		.contact-info-address {
			font-size: 28px;
			line-height: 1.3;
			font-weight: 300;
		}

/*--------------------------------------------------------------
	## Pricing Table
--------------------------------------------------------------*/

.pricing-table {
	border: 3px solid #8ed081;
}

	.pricing-table-header {
		padding: 30px 0;
	}

		.pricing-table-header-title {
			color: #b4d2ba;
			font-size: 40px;
			line-height: 1;
			margin-bottom: 15px;
			font-family: Impact, Impact5, Charcoal6, sans-serif;
		}

		.pricing-table-header-effective {
			font-weight: bold;
		}

	.pricing-table-main {

	}

		tr.pricing-table-headings {
			font-weight: bold;
		}

		tr.pricing-table-row-color-alt {
			background: #f4f7f5;
		}

			.pricing-table td {
				padding: 0 20px;
				padding-bottom: 5px;
				text-align: center;
			}

			/* extra padding on top of a "section" */
			tr.pricing-table-headings td {
				padding-top: 30px;
				padding-bottom: 10px;
			}

			/* extra padding on bottom of a "section" */
			tr.pricing-table-add-bottom-padding td {
				padding-bottom: 30px;
			}

			/* max width for 3rd column */
			.pricing-table td:nth-child(3) {
				max-width: 345px;
			}

			/* force "expiration" to not break into rows */
			.pricing-table td:last-child {
				white-space: nowrap;
			}

			tr.pricing-table-headings td:nth-child(even) {
				color: #8ed081;
			}

				.pricing-table table em {
					color: #8ed081;
					font-style: normal;
				}

.show-on-mobile {
	display: none;
}

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

	/* Force table to not be like tables anymore */
	.pricing-table table, 
	.pricing-table thead, 
	.pricing-table tbody, 
	.pricing-table th, 
	.pricing-table td, 
	.pricing-table tr { 
		display: block; 
	}
	
	tr.pricing-table-add-bottom-padding td,
	tr.pricing-table-add-top-padding td {
		padding-top: 0;
		padding-bottom: 0;
	}

	tr.pricing-table-headings { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	.pricing-table tr { 
		padding: 30px 0;
		background: transparent !important;
		border-top: 1px solid #eee;
	}
	
	.pricing-table td { 
		border: none;
		position: relative;
		text-align: left;
		margin: 5px 0;
	}	

	.pricing-table td:first-child {
		font-weight: bold;
		font-size: 18px;
	}

		.pricing-table td br {
			display: none;
		}

		.pricing-table td:nth-child(3) {
			max-width: none;
		}

		.pricing-table td:empty {
			display: none;
		}

	.pricing-table .show-on-mobile {
		display: inline-block;
		margin-left: 5px;
	}
	
}

/*--------------------------------------------------------------
	## Sidebar
--------------------------------------------------------------*/

#sidebar {
	position: relative;
}
	
	#sidebar .widget {
		margin-top: 35px;
	}

	#sidebar .widget:first-child {
		margin-top: 0;
	}

		#sidebar .widget-title {
			margin: 0;
			padding: 0;
			color: #222;
			font-size: 16px;
			font-weight: 600;
			line-height: 1.2;
			margin-bottom: 25px;
		}

		#sidebar .widget-title:after {
			content: " ";
			display: block;
			height: 2px;
			width: 90px;
			background: #cfd5dc;
			margin-top: 10px;
		}

/*--------------------------------------------------------------
	# Widgets
--------------------------------------------------------------*/

.widget {

}

/*--------------------------------------------------------------
	## Widget - Search
--------------------------------------------------------------*/

.widget_search .search-form {
	position: relative;
}

.widget_search input[type="search"] {
	width: 100%;
	background: #fff;
}

.widget_search input[type="submit"] {
	position: absolute;
	right: 0;
	top: 0;
}

/*--------------------------------------------------------------
	## Widget - Tag Cloud
--------------------------------------------------------------*/

.widget .tagcloud {
	font-size: 0;
	line-height: 0;
}

	.widget .tagcloud a {
		display: inline-block;
		line-height: 30px;
		padding: 0 10px;
		background: #8ed081;
		color: #fff;
		font-family: "Montserrat";
		font-size: 12px !important;
		font-weight: bold !important;
		text-transform: uppercase;
		margin-right: 10px;
		margin-bottom: 10px;
	}

/*--------------------------------------------------------------
	# Footer
--------------------------------------------------------------*/

#footer {
	padding-top: 100px;
}

body.page-template-template-home-php #footer {
	padding-top: 0;
}

/*--------------------------------------------------------------
	## Footer Subscribe
--------------------------------------------------------------*/

#footer-subscribe {
	padding: 65px 0;
	background: #8ed081;
	margin-bottom: 70px;
	text-align: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
	
	.footer-subscribe-title {
		color: #fff;
		font-size: 35px;
		font-weight: 300;
		margin-bottom: 7px;
	}

	.footer-subscribe-subtitle {
		font-size: inherit;
		font-weight: 400;
		font-family: "Roboto";
		color: #fff;
		max-width: 500px;
		display: inline-block;
		margin-bottom: 58px;
		line-height: inherit;
	}

	.footer-subscribe-form {

	}

		.footer-subscribe-form-inputs {
			margin-bottom: 44px;
		}

			.footer-subscribe-form-inputs input {
				width: 100%;
				border-radius: 0;
				border: 0;
				font-size: 15px;
				font-weight: 400;
				padding: 19px 15px;
				background: #fff;
			}

		.footer-subscribe-form-submit input {
			background: #fff;
			font-family: "Roboto Slab";
			color: #383838;
			font-size: 20px;
			line-height: 46px;
			padding: 0 30px;
			border: 0;
		}

/*--------------------------------------------------------------
	## Footer Social
--------------------------------------------------------------*/

#footer-social {
	text-align: center;
	margin-bottom: 40px;
}

	#footer-social a {
		display: inline-block;
		margin: 0 6px;
		width: 48px;
		height: 48px;
		border: 3px solid #383838;
		border-radius: 50%;
		color: #383838;
		font-size: 25px;
	}

/*--------------------------------------------------------------
	## Footer Info
--------------------------------------------------------------*/

#footer-info {
	text-align: center;
	padding-bottom: 10px;
	font-family: Impact, Impact5, Charcoal6, sans-serif;
	color: #383838;
	font-weight: 400;
	font-size: 37px;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

	#footer-info span {
		color: #8ed081;		
	}

	.footer-info-logo {
		margin-bottom: 0;
	}

		.footer-info-logo img {
			display: inline-block;
		}

	.footer-info-address {
		font-family: "Roboto Slab";
		font-weight: 300;
		font-size: 20px;
		text-transform: uppercase;
		line-height: 1.3;
	}

/*--------------------------------------------------------------
	## Footer Widgets
--------------------------------------------------------------*/

#footer-widgets {
	margin-bottom: 70px;
	font-family: "Roboto";
	font-size: 13px;
	line-height: 2;
	text-transform: uppercase;
	font-weight: 400;
}

	#footer-widgets .widget {
		width: 20%;
		float: left;
	}

		#footer-widgets .widget-title {
			font-family: inherit;
			font-size: inherit;
			color: inherit;
			font-weight: 600;
			margin-bottom: 5px;
		}

		#footer-widgets a {
			color: inherit;
		}

		#footer-widgets ul {
			list-style-type: none;
			margin: 0;
			padding: 0;
		}

/*--------------------------------------------------------------
	## Footer Bottom
--------------------------------------------------------------*/

#footer-bottom {
	padding: 43px 0;
	background: #8ed081;
}
	
	/**
	 * Footer Copyright
	 */

	#footer-copyright {
		text-align: center;
		font-size: 14px;	
		color: #fdfcfa;
		line-height: 1.4;	
		font-family: "Roboto";
		text-transform: uppercase;
	}

/*--------------------------------------------------------------
	# CSS3 Loader
--------------------------------------------------------------*/

.spinner {
	margin: 100px auto 0;
	width: 70px;
	text-align: center;
}

.spinner > div {
	width: 18px;
	height: 18px;
	background-color: #8ed081;

	border-radius: 100%;
	display: inline-block;
	-webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
	animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}

.spinner .bounce2 {
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
	0%, 80%, 100% { -webkit-transform: scale(0) }
	40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
	0%, 80%, 100% { 
		-webkit-transform: scale(0);
		transform: scale(0);
	} 40% { 
		-webkit-transform: scale(1.0);
		transform: scale(1.0);
	}
}

/*--------------------------------------------------------------
	# Steve's CSS
--------------------------------------------------------------*/
.page-id-82 .page-title {display:none;}
.page-single-main {text-align:center; margin-top:60px;}
.page-title-membership {
			font-size: 30px;
			font-weight: 300;
			margin-bottom: 25px;
		}
#post-82 .full-width-heading.has-bg h2 {margin-top:-40px;}
.page-single-content p, .info-box, .home h3.section-teachers-content {text-align: justify;}
.page-id-82 .button {margin: 0 35%; white-space: nowrap; padding:0 50px;}
.page-id-86 .button {margin: 0 41%; white-space: nowrap; padding:0 50px;}
input.wpcf7-form-control.wpcf7-submit {padding:0 50px!important;}
.post-s3-content p a {font-weight:bold;}

body.page-id-66 #content ul, body.page-id-84 #content ul {
	max-width: 400px; /*edited by steve 3/26/18*/
	margin: 0 auto;
	text-align: left;
	list-style-image: url("images/bullet-list.png");
	margin: 0 0 25px 30%;  /*edited by steve 3/26/18*/
}

.campaign2018 {width:480px; height:350px; display:block; margin:-550px 0 150px 0;  }

/*.teachers-item-main .teachers-item-excerpt {text-align: justify;}*/

/*--------------------------------------------------------------
	# Responsive
--------------------------------------------------------------*/

/*--------------------------------------------------------------
	## Normal Monitors
--------------------------------------------------------------*/

@media only screen and ( min-width: 1281px ) and ( max-width: 1425px )  {

	

}

/*--------------------------------------------------------------
	## Smaller Monitors
--------------------------------------------------------------*/

@media only screen and ( min-width: 1024px ) and ( max-width: 1280px )  {

	

}

/*--------------------------------------------------------------
	## Tablets
--------------------------------------------------------------*/

@media only screen and ( min-width: 768px ) and ( max-width: 1023px ) {

	body .wrapper {
		max-width: 748px;
	}

	#navigation .menu > li {
		margin-right: 23px;
	}

	#navigation .menu > li > a {
		font-size: 18px;
	}

	.contact-info {
		width: 50%;
	}

	/*

	

	.carousel-go-prev,
	.carousel-go-next {
		display: none;
	}

	.carousel-mobile-go-prev,
	.carousel-mobile-go-next {
		display: inline-block;
	}

	#logo {
		width: 100%;
		float: none;
		margin-bottom: 20px;
	}

	#mobile-navigation {
		display: block;
	}

	#navigation {
		display: none;
	}

	.button {
		font-size: 20px;
		line-height: 60px;
		padding: 0 15px;
	}

	.separator-lotus {
		margin-top: -75px;
		margin-left: -75px;
	}

	.separator-lotus-inner:after {
		width: 150px;
		height: 150px;
		background-size: cover;
	}

	.section-hero {
		padding: 100px 0;
	}

		.section-hero-title {
			font-size: 44px;
		}

		.section-hero-content {
			margin-bottom: 30px;
		}

		.section-hero-actions .button.primary {
			margin-right: 20px;
		}

	.section-teachers {
		padding-top: 100px;
	}

		.section-teachers-title {
			font-size: 44px;
		}

		.section-teachers-content {
			font-size: 20px;
		}

	.section-workshops {

	}

		.section-workshops-title {
			font-size: 44px;
		}

		.workshops-item {
			border-right: 0;
		}

		.workshops-item-thumb {
			margin: 0;
		}

		.workshops-item-main {
			padding: 20px;
		}

			.workshops-item-date {
				font-size: 19px;
			}

			.workshops-item-excerpt {
				font-size: 14px;
			}

			.workshops-item-sign-up {
				position: relative;
				right: auto;
				bottom: auto;
				margin-top: 15px;
			}

	.section-get-involved {
		margin-top: 100px;
		padding: 100px 0;
	}

		.section-get-involved-inner {
			max-width: 75%;
		}

			.section-get-involved-title {
				font-size: 88px;
			}

			.section-get-involved-subtitle {
				font-size: 30px;
			}

	.section-video {
		padding: 100px 0;
	}

	.section-donate {
		padding: 100px 0;
	}

		.section-donate-title {
			margin-bottom: 100px;
			font-size: 60px;
		}

	.footer-subscribe-title {
		font-size: 45px;
	}

	.footer-subscribe-subtitle {
		margin-bottom: 50px;
	}

	.footer-subscribe-form-inputs {
		margin-bottom: 40px;
	}

	#footer-widgets .widget {
		width: 33.33%;
	}

	*/

}

/*--------------------------------------------------------------
	## Phones ( landscape + portrait )
--------------------------------------------------------------*/

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

	body .col {
		margin-right: 0;
		width: 100% !important;
	}

	#mobile-navigation {
		display: block;
	}

	#navigation {
		display: none;
	}

	#logo {
		text-align: center;
	}

	body.home .section-hero {
		padding: 80px 0;
	}

	.section-hero {
		padding: 80px 0;
	}

	.section-hero .wrapper {
		max-width: 90%;
	}

	.section-hero-title {
		font-size: 40px;
	}

	.section-hero .button.primary {
		margin-right: 15px;
	}

	.section-hero .button {
		font-size: 15px;
		line-height: 50px;
		padding: 0 10px;
	}

	.section-workshops {
		
	}

		.section-workshops-title {
			font-size: 34px;
		}

		.workshops-item {
			border-right: 0;
		}

		.workshops-item-thumb {
			float: none;
			margin-right: 0;
			max-width: none;
			text-align:center;
		}
	
			.workshops-item-thumb img {
				display: inline-block;
			}

		.workshops-item-main {
			padding: 20px;
		}

			.workshops-item-excerpt {
				font-size: 16px;
				padding: 0;
			}

			.workshops-item-sign-up {
				position: relative;
				bottom: auto;
				right: auto;
				margin-top: 15px;
				float: none;
			}

	.section-get-involved .wrapper {
		max-width: 90%;
	}

	.section-get-involved-inner {
		max-width: 100%;
	}

	.section-get-involved-title {
		font-size: 58px;
	}

	.section-video {
		padding: 150px 0;
	}

	.section-donate .wrapper {
		max-width: 90%;
	}

	.section-donate-title {
		padding: 0;
	}

	.section-donate-actions {
		margin-top: 40px;
	}

	.post-s3-list {
		padding: 10px;
	}

		.post-s3 {
			padding: 10px;
			margin-bottom: 10px;
		}

			.post-s3-thumbnail {
				float: none;
				margin: 0;
				margin-bottom: 20px;
			}

	body.page-id-66 #content ul, body.page-id-84 #content ul {
		margin: 0 auto;
		margin-bottom: 25px;
	}

	.contact-map {
		width: 100%;
		float: none;
	}

	.contact-info {
		width: 90%;
		margin: 0 auto !important;
		padding: 30px 0;
		float: none;
	}

	.page-id-82 .button,
	.page-id-86 .button {
		margin: 0;
	}

	.page-title-membership {
		font-size: 22px;
	}

	#footer-subscribe {
		padding: 50px 0;
		margin-bottom: 50px;
	}

		.footer-subscribe-title {
			
		}

		.footer-subscribe-subtitle {
			
		}

		.footer-subscribe-subtitle {
			margin-bottom: 30px;
		}

		.footer-subscribe-form-inputs {
			margin-bottom: 20px;
		}

			.footer-subscribe-form-inputs input {
				padding: 14px 10px;
			}

			.footer-subscribe-form-submit input {
				line-height: 50px;
				padding: 0 20px;				
			}

	#footer-social {
		margin-bottom: 50px;
	}

		#footer-social a {
			
		}

	.footer-info-logo {
		font-size: 23px;
		margin-bottom: 10px;
	}

	.footer-info-address {
		
	}

	#footer-widgets {
		font-size: 14px;
		margin-bottom: 50px;
	}

		#footer-widgets .widget {
			width: 100%;
			float: none;
			margin-bottom: 30px;
		}

		#footer-widgets .widget:last-child {
			margin-bottom: 0;
		}

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

	body .comment .children {
		margin-left: 0;
	}

	body blockquote {
		padding: 0;
		margin-left: 0;
		margin-right: 0;
	}

	#header {padding: 10px 0 20px 0;}
	
	#logo {
		width:100%;
	}
	
	#mobile-logo {
		text-align:center;		
		width:100%;
	}
	
	#mobile-logo-image {		
		display:inline-block!important;
		margin:0!important;
		padding:0;
	}
	
	.site-title {
		margin:0!important;
		margin-top:0!important;
	}
	
	#logo-image {display:none!important;}

}

/*--------------------------------------------------------------
	## Phones ( landscape )
--------------------------------------------------------------*/

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

	body .wrapper {
		max-width: 420px;
	}

	body #header .wrapper {
		max-width: 90%;
	}

	#logo .site-title {
		font-size: 30px;
	}

#header {padding: 10px 0 20px 0;}
	
	#logo {
		width:100%;
	}
	
	#mobile-logo {
		text-align:center;		
		width:100%;
	}
	
	#mobile-logo-image {		
		display:inline-block!important;
		margin:0!important;
		padding:0;
	}
	
	.site-title {
		margin:0!important;
		margin-top:0!important;
	}
	
	#logo-image {display:none!important;}

	.campaign2018 {width:170px; height:130px; display:block; margin:-300px 0 180px 0;  }
}

/*--------------------------------------------------------------
	## Phones ( portrait )
--------------------------------------------------------------*/

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

	body .wrapper {
		max-width: 300px;
	}

	body #header .wrapper {
		max-width: 90%;
	}

	#logo .site-title {
		font-size: 25px;
	}

	.section-hero .button.primary {
		margin: 0;
		margin-bottom: 15px;
	}

	.section-video {
		padding: 80px 0;
	}

	.footer-info-address {
		font-size: 17px;
	}

	.full-width-heading.has-bg .full-width-heading-inner {
		background-size: cover;
	}
	
	.page-id-86 .button {margin:0 25%;} /*steve*/

	.section-workshops-actions .button:first-child {
		margin-bottom: 20px;
	}
	
	.workshops-item-sign-up {margin:0 25%; margin-top:5px;} /*steve*/

	
	#header {padding: 10px 0 20px 0;}
	
	#logo {
		width:100%;
	}
	
	#mobile-logo {
		text-align:center;		
		width:100%;
	}
	
	#mobile-logo-image {		
		display:inline-block!important;
		margin:0!important;
		padding:0;
	}
	
	.site-title {
		margin:0!important;
		margin-top:0!important;
	}
	
	#logo-image {display:none!important;}
	
	.campaign2018 {width:150px; height:100px; display:block; margin:-330px 0 180px 0;  }
}

#mobile-logo-image {display:none;}
#logo-image {
	float:right; 
	margin:-60px 15px 0 0;
	}

/*for COVID19 banner*/
.hero-banner a {
	position:absolute;
	top:0px;
	text-align:center;
	width:100%;
	display: inline-block;
    font-family: "Roboto Slab";
    font-weight: bold;
    font-size: 18px;
    color: #fff;    
    padding:10px;
    background: #8ed081;
  /* line-height: 47px; 
   border-bottom: 5px solid rgba( 0, 0, 0, 0.2 );*/
    text-transform: uppercase;
}

/*MBO widgets */
.bw-calendar th {background-color:#f3f3f3!important;}
.bw-widget__date {font-weight:bold!important; background-color:#ecfce9!important;}
.post-1700 .page-title {font-size:40px!important;}


