/* 
Theme Name: Combat Self Defence
Description: Custom theme developed using the Genesis Framwork for Combat Self Defence on behalf of Websites That Sell.
Author: Daniel Larson, Websites That Sell
Author URI: http://raybirddesigns.com.au, http://websitesthatsell.com.au
Version: 1
Template: genesis
	1.0 Fonts
	2.0 Body
		2.1 Main Layouts
		2.2 Typography
		2.3 Menus
	3.0 Header
		3.1 Social Bar
		3.2 Main Menu
	4.0 Content
		4.1 Gravity Forms
	5.0 Sidebar
	6.0 Footer
		6.1 Menu
		6.2 Copyright
	7.0 Home
		7.1 Head Image
		7.2 Section 1 - Featured In
		7.3 Section 2 - Introduction
		7.4 Section 3 - Classes
		7.5 Section 4 - Courses
		7.6 Section 5 - Testimonials
		7.7 Section 6 - Contact
	8.0 Media Queries
		8.1 Mobile - max-width:720
			8.1a Header
			8.1b Content
			8.1c Footer
			8.1d Home
		8.2 Tablet Portrait - max-width:800
			8.2a Header
			8.2b Content
			8.2c Footer
			8.2d Home
		8.3 Tablet Landscape - max-width:1024
			8.3a Header
			8.3b Content
			8.3c Footer
			8.3d Home
*/
/*************************************************************************
				1.0 Fonts
*************************************************************************/
@font-face {
	font-family: oswald-l;
	src: url('/wp-content/themes/csd-gen-child/fonts/Oswald-Light.ttf');
}

@font-face {
	font-family: oswald-b;
	src: url('/wp-content/themes/csd-gen-child/fonts/Oswald-Bold.ttf');
}

@font-face {
	font-family: oswald;
	src: url('/wp-content/themes/csd-gen-child/fonts/Oswald-Regular.ttf');
}

/*************************************************************************
				2.0 Body
*************************************************************************/
/* 2.1 Main Layouts */
body {
	margin: 0;
	padding: 0;
	font-size: 62.5%;
        overflow-x: hidden;
	background: url('/wp-content/themes/csd-gen-child/images/greyBackground.jpg') repeat top left;
}
img {
border:0px;
outline:0px;
}
.wrapper {
	width: 100%;
	margin: 0;
	padding: 40px 0;
}

.container, .site-inner {
	max-width: 1170px;
	width: 100%;
	margin: 0 auto;
}

.home .site-inner {
	max-width: 100%;
	margin-top: 0;
	padding: 0;
}

.site-inner {
	margin-top: 80px;
	margin-bottom: 0px;
	padding: 60px;
	border-radius: 7px;
	background: #fff;
}

.site-inner:after {
	content: " ";
	display: block;
	clear: both;
}

.home .content {
	width: 100%;
	float: none;
}

.content {
	width: 75%;
	box-sizing: border-box;
	float: left;
	padding-right: 50px;
}

aside {
	width: 25%;
	box-sizing: border-box;
	float: left;
	padding-left: 20px;
}

.home .content {
	margin-top: 0;
	padding: 0;
}

.clear-fix:after, .container:after, .column-2:after, .column-3:after, .column-4:after {
	clear: both;
	content: " ";
	display: block;
	visibility: hidden;
}

.column-2, .column-3, .column-4 {
	float: left;
	padding: 0 10px;
	box-sizing: border-box;
}

.column-2 {
	width: 50%;
}

.column-3 {
	width: 33.2%;
}

.column-4 {
	width: 25%;
}

.btn {
	text-align: center;
}

.btn a:link {
	display: inline-block;
	margin: 1em 0 3em;
	padding: 10px 30px;
	text-decoration: none;
	font-family: oswald-l, arial, sans-serif;
	font-weight: 100;
	font-size: 2.4em;
	text-transform: capitalize;
}

figcaption {
	font-size: 14px;
}

.primary a:link {
	background: #d12429;
	color: #fff;
	-o-transition: 0.25s all linear;
	-moz-transition: 0.25s all linear;
	-webkit-transition: 0.25s all linear;
	transition: 0.25s all linear;	
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

.aligncenter {
	display: block;
	margin: 10px auto !important;
}

.primary a:visited {
	color: #fff;
}

.primary a:hover {
	background: #000;
	color: #d12429;
}

.mobile-video {
	display: none;
}

/* 2.2 Typography */
h1, h2, h3, h4, h5, h6 {
	margin: 1em 0;
	font-family: oswald-b;
	text-transform: uppercase;
	color: #000;
	font-family: oswald-b, helvetica, sans-serif;
}

.entry-title {
	margin-top: 0;
}

h1 {
	font-size: 3em;
}

h2 {
	font-size: 2.8em;
}

h3 {
	font-size: 2.6em;
}

h4 {
	font-size: 2.4em;
}

h5 {
	font-size: 2.2em;
}

h6 {
	font-size: 2em;
}

p, blockquote, label, input, textarea {
	margin: 1em 0;
	font-size: 1.8em;
	font-family: oswald-l, arial, sans-serif;
}

ul li {
	font-size: 1.8em;
	font-family: oswald-l, arial, sans-serif;
}

a:link {
	color: #d12429;
}

a:visited {
	color: #d12429;
}

a:hover {
	color: #FF050D;
}

.bold {
	font-family: oswold-b, arial, sans-serif;
	font-weight: 900;
}

.text-black {
	color: #000 !important;
}

.text-normal {
	font-family: oswald, arial, sans-serif !important;
	font-weight: 300 !important;
}

.text-red {
	color: #c72227 !important;
}

.text-right {
	text-align: right !important;
}

.uppercase {
	text-transform: uppercase !important;
}

/* 2.3 Menus */
.menu {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.menu .menu-item {
	display: inline-block;
	position: relative;
	text-decoration: none;
}

.menu .menu-item a {
	text-decoration: none;
}

.menu .menu-item .sub-menu {
	width: 100%;
        min-width:200px;
	padding: 0;
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
text-align:left;
}

.menu .menu-item:hover .sub-menu {
	display: block;
}

.menu .menu-item:hover .sub-menu > .menu-item {
	margin: 0;
	width: 100%;
	font-size: 0.8em;
}

/*************************************************************************
				3.0 Header
*************************************************************************/
/* 3.1 Social Bar */
header.wrapper, header .wrapper, header p {
	padding: 0;
	margin: 0;
	position: relative;
}

header #header-wrapper {
	background: #000;
	color: #fff;
}

header #header-wrapper #header-container {
	padding: 10px 0;
}

header #header-wrapper #social-menu {
	margin: 0 auto;
	list-style-type: none;
}

header #header-wrapper #social-menu .social-icon {
	float: left;
	margin: 0 5px;
	-o-transition: 0.25s opacity linear;
	-moz-transition: 0.25s opacity linear;
	-webkit-transition: 0.25s opacity linear;
	transition: 0.25s opacity linear;
}

header #header-wrapper #social-menu .social-icon:hover {
	opacity: 0.4;
}

header #header-wrapper #header-contact-wrapper p {
	font-family: oswald-l, arial, sans-serif;
	font-weight: 100;
	font-size: 1.6em;
	text-align: right;
}

/* 3.2 Main Menu */
header #main-menu-wrapper {
	background: rgba( 211, 36, 41, 0.8);
	position: absolute;
	z-index: 20;
}

header #main-menu-wrapper .sub-menu {
	background: rgba( 211, 36, 41, 0.8);
}

header #main-menu-wrapper nav {
	width: 50%;
	float: left;
	position: relative;
}

header #main-menu-wrapper .menu {
	text-align: center;
}

header #main-menu-wrapper .menu .menu-item a:link {
	color: #000;
	display: block;
	font-size: 1.4em;
	padding: 10px 20px;
	font-family: oswald-b, arial, sans-serif;
	font-weight: bold;
	-o-transition: 0.25s all ease-in;
	-moz-transition: 0.25s all ease-in;
	-webkit-transition: 0.25s all ease-in;
	transition: 0.25s all ease-in;
}

header #main-menu-wrapper .menu .menu-item a:visited {
	color: #000;
}

header #main-menu-wrapper .menu .menu-item a:hover {
	color: #fff;
	background: #000;
}

header #main-menu-wrapper #menu-badge-container {
	display: inline-block;
	position: absolute;
        left:50%;
}

header #main-menu-wrapper #menu-badge-container img {
	/* position: relative;
	right: 54%;
	bottom: 40px; 
	width: 160px;
	*/
	margin-top: -42px;
        margin-left: -85px;
        width: 160px;
	
}

/*************************************************************************
				4.0 Content
*************************************************************************/
.page .content img {
	margin: 20px;
}

.page-id-94 .content img {
	margin: 0;
}
/* 4.1 Gravity Forms */
.button {
	text-align: center;
	display: inline-block;
	margin: 1em 0 3em;
	padding: 10px 30px;
	text-decoration: none;
	font-family: oswald-l, arial, sans-serif;
	font-weight: 100;
	font-size: 2.4em;
	text-transform: uppercase;
	background: #000;
	color: #fff;
	-o-transition: 0.25s all linear;
	-moz-transition: 0.25s all linear;
	-webkit-transition: 0.25s all linear;
	transition: 0.25s all linear;
	border: 0;
	cursor: pointer;
	font-weight: bold;
}

.button:hover {
	background: #d12429;
	color: #000;
}

.gform_wrapper .gform_footer {
	text-align: center;
}

.gform_wrapper input, .gform_wrapper textarea {
	font-size: 1em !important;
	box-sizing: border-box;
	margin-top: 0;
}

.gform_wrapper {
	max-width: 500px !important;
	width: 100%;
	margin: 0 auto !important;
}

.gform_wrapper input {
	width: 100% !important;
}

.gform_wrapper .top_label .gfield_label {
	font-size: 1em;
}

.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit] {
	font-size: 2em !important;
}



@keyframes background-post-increase-large {
	from{background-size: 600px 400px;}
	to{background-size:650px 450px;}
}

@-webkit-keyframes background-post-increase-large {
	from{background-size: 600px 400px;}
	to{background-size:650px 450px;}
}

@-moz-keyframes background-post-increase-large {
	from{background-size: 600px 400px;}
	to{background-size:650px 450px;}
}

@-o-keyframes background-post-increase-large {
	from{background-size: 600px 400px;}
	to{background-size:650px 450px;}
}

.blog aside {
	display: none;
}

.blog main.content {
	padding: 0;
	width: 100%;
}

.blog article {
	width: 49%;
	float: left;
	position: relative;
	margin-top: 10px;
}

.blog article .post-feature {
	-o-transition: all 0.25s linear;
	-moz-transition: all 0.25s linear;
	-webkit-transition: all 0.25s linear;
	transition: all 0.25s linear;
}

.blog article .post-feature:hover {
	box-shadow: inset 0 0 87px 28px #0c0c0c;
	background-size: 650px 450px !important;
	animation-name: background-post-increase-large;
	animation-duration: 0.35s;
}

.blog article:nth-child(2n+1) {
	margin-right: 1%;
}

.blog article .post-feature {
	width: 100%;
	height: 400px;
	display: block;
	background-size: 600px 400px !important;
}

.blog .meta-info-container {
	position: absolute;
	top: 20px;
	left: 0;
	right: 0;
	text-align:center;
}

.blog article p {
	color: #fff;
}

.blog article a:link {
	color: #fff;
}

.blog article a:visited {
	color: #fff;
}

.blog article a:hover {
	color: #fff;
	text-decoration: none;
}

#image-container-news {
	position: relative;
}

/*************************************************************************
				5.0 Sidebar
*************************************************************************/
aside h4 {
	font-size: 2em;
}

aside p {
	font-family: oswald-l, arial, sans-serif;
	font-weight: 100;
}

section.widget {
	margin-bottom: 20px;
}

.widgettitle {
	margin-top: 0;
}

/*************************************************************************
				6.0 Footer
*************************************************************************/
/* 6.1 Menu */
footer.wrapper {
	background: #000;
	padding: 10px 0;
}

footer .wrapper {
	padding: 0;
}

footer #footer-menu-wrapper, footer #footer-copyright-wrapper {
	width: 50%;
	float: left;
}

footer .menu .menu-item:after {
	color: #fff;
	content: "///";
	margin: 0 5px;
	font-size: 0.6em;
}

footer .menu .menu-item:last-child:after {
	content: " ";
	margin: 0;
}

footer .menu .menu-item a:link {
	color: #fff;
	text-transform: uppercase;
	font-family: oswald-l, arial, sans-serif;
	font-weight: 100;
	font-size: 0.6em;
}

footer .menu .menu-item a:visited {
	color: #fff;
}

footer .menu .menu-item a:hover {
	color: #d12429;
}

footer #footer-copyright-wrapper {
	position: relative;
	top: 6px;
}

/* 6.2 Copyright */
footer #footer-copyright-wrapper p {
	color: #fff;
	margin: 0 5px;
	float: left;
	display: inline-block;
	font-size: 1.2em;
	font-family: oswald-l, arial, sans-serif;
	font-weight: 100;
}

footer #footer-copyright-wrapper a:link {
	color: #fff;
}

footer #footer-copyright-wrapper a:visited {
	color: #fff;
}

footer #footer-copyright-wrapper a:hover {
	color: #d12429;
}

/*************************************************************************
				7.0 Home
*************************************************************************/
/* 7.1 Head Image */
.home #head-image-wrapper {
	background: url('/wp-content/uploads/2015/12/homepageHeadImage.jpg') no-repeat center;
	background-size: cover;
}

.home #head-image-wrapper #head-image-content-container {
	max-width: 540px;
	width: 100%;
	margin: 0 auto;
	padding: 44px 0;
	text-align: center;
	position: relative;
	top: 40px;
}


.home #head-image-wrapper #head-image-content-container h2,
.home #head-image-wrapper #head-image-content-container p {
	color: #fff;
}

.home #head-image-wrapper #head-image-content-container p {
	margin: 1.5em 0;
}

.home #head-image-wrapper #head-image-content-container h2 {
	margin: 0;
	font-size: 3.4em;
}

.home #head-image-wrapper #head-image-content-container #schedule-class-button:link {
	background: #d32429;
	color: #fff;
	padding: 5px 40px;
	font-family: oswald-b, arial, sans-serif;
	font-size: 1.6em;
	font-weight: 900;
	text-decoration: none;
	-o-transition: 0.25s all ease-in;
	-moz-transition: 0.25s all ease-in;
	-webkit-transition: 0.25s all ease-in;
	transition: 0.25s all ease-in;
}

.home #head-image-wrapper #head-image-content-container #schedule-class-button:visited {
	color: #fff;
}

.home #head-image-wrapper #head-image-content-container #schedule-class-button:hover {
	background: #000;
	color: #d32429;
}

.home #head-image-wrapper #head-image-content-container #header-image-tag-line {
	font-family: oswald-l, arial, sans-serif;
	font-weight: 100;
}

/* 7.2 Section 1 - Featured In */
.home #section-1-wrapper {
	background: url('/wp-content/themes/csd-gen-child/images/multiRedBackground.jpg') repeat top left;
}

.home #section-1-wrapper #section-1-container p, .home #section-1-wrapper #section-1-container .featured-in {
	width: 16.66%;
	float: left;
}

.home #section-1-wrapper #section-1-container p {
	font-size: 2.4em;
}

.home #section-1-wrapper #section-1-container .featured-in {
	text-align: center;
}

.home #section-1-wrapper #section-1-container #featured-in-image-2-container img {
	padding-top: 10px;
}

.home #section-1-wrapper #section-1-container #featured-in-image-4-container {
	text-align: left;
}

.home #section-1-wrapper #section-1-container #featured-in-image-4-container img {
	padding-top: 5px;
}

.home #section-1-wrapper #section-1-container #featured-in-image-5-container img {
	padding-top: 15px;
}

/* 7.3 Section 2 - Introduction */
.home #section-2-wrapper {
	background: url('/wp-content/themes/csd-gen-child/images/greyBackground.jpg') repeat top left;
}

.home #section-2-wrapper .column-2 {
	width: 49%;
	padding: 20px 30px;
}

.home #section-2-wrapper #section-2-column-left {
	background: #fff;
	margin-right: 2%;
}

.home #section-2-wrapper #section-2-column-right {
	background: url('/wp-content/themes/csd-gen-child/images/multiRedBackground.jpg') repeat top left;
}

.home #section-2-wrapper #section-2-column-left h3, 
.home #section-2-wrapper #section-2-column-right h3 {
	margin: 0 auto;
	font-size: 3em;
	text-align: center;
}

.home #section-2-wrapper #section-2-column-left h3 {
	width: 80%;
}

.home #section-2-wrapper #section-2-column-right h3 {
	width: 100%;
	color: #fff;
}

.home #section-2-wrapper #section-2-column-left h4 {
	text-transform: initial;
}

.home #section-2-wrapper #section-2-column-left p {
	font-family: oswald-l, arial, sans-serif;
	font-weight: 100;
}

.home #section-2-wrapper #section-2-column-left p > span {
	font-family: oswald, arial, sans-serif;
	font-weight: 300;
}

.home #section-2-wrapper #section-2-column-left p#introduction-cta {
	width: 70%;
	margin: 0 auto;
	font-family: oswald, arial, sans-serif;
	font-weight: 300;
	text-align: center;
}

.home #section-2-wrapper #section-2-column-right #section-2-image-2 {
	position: relative;
	right: 8px;
}

.home #section-2-wrapper #section-2-column-right #section-2-video-wrapper {
	margin: 80px 0;
}

.home #section-2-wrapper #section-2-column-right #section-2-image-wrapper {
	margin: 70px 0;
}

/* 7.4 Section 3 - Classes */
.home #section-3-wrapper h2 {
	font-size: 4em;
	text-align: center;
}

.home #section-3-wrapper #classes-wrapper #section-3-classes-left, 
.home #section-3-wrapper #classes-wrapper #section-3-classes-right {
	text-align: center;
}

.home #section-3-wrapper #classes-wrapper #section-3-classes-left p,
.home #section-3-wrapper #classes-wrapper #section-3-classes-left h3,
.home #section-3-wrapper #classes-wrapper #section-3-classes-right p,
.home #section-3-wrapper #classes-wrapper #section-3-classes-right h3 {
	color: #fff;
}

.home #section-3-wrapper #classes-wrapper #section-3-classes-left p,
.home #section-3-wrapper #classes-wrapper #section-3-classes-right p {
	font-family: oswald-l, arial, sans-serif;
	font-weight: 100;
	margin: 0.5em;
}

.home #section-3-wrapper #classes-wrapper #section-3-classes-left h3,
.home #section-3-wrapper #classes-wrapper #section-3-classes-right h3 {
	margin: 0;
	padding-top: 60px;
}

.home #section-3-wrapper #classes-wrapper #section-3-classes-left {
	background: url('/wp-content/uploads/2015/12/classesColumnLeftBackground.jpg') no-repeat center;
	background-size: 575px;
	padding: 0;
	margin-right: 5px;
	padding-top: 11px;
	width: 49%;
}

.home #section-3-wrapper #classes-wrapper #section-3-classes-left .btn a:link {
	margin: 1em 0 59px;
}

.home #section-3-wrapper #classes-wrapper #section-3-classes-right {
	background: url('/wp-content/uploads/2015/12/classesColumnRightBackground.jpg') no-repeat center;
	background-size: 585px;
	padding-top: 13px;
	padding: 0;
	padding-bottom: 1px;
}

.home #section-3-wrapper #classes-wrapper #section-3-classes-right #senior-classes-button {
	padding-top: 23px;
}

.home #section-3-wrapper .column-2 {
	-o-transition: all 0.25s linear;
	-moz-transition: all 0.25s linear;
	-webkit-transition: all 0.25s linear;
	transition: all 0.25s linear;
}

@keyframes background-increase-large {
	from{background-size: 585px;}
	to{background-size:650px;}
}

@-webkit-keyframes background-increase-large {
	from{background-size: 585px;}
	to{background-size:650px;}
}

@-moz-keyframes background-increase-large {
	from{background-size: 585px;}
	to{background-size:650px;}
}

@-o-keyframes background-increase-large {
	from{background-size: 585px;}
	to{background-size:650px;}
}

.home #section-3-wrapper .column-2:hover {
	box-shadow: inset 0 0 87px 28px #0c0c0c;
	background-size: 650px !important;
	animation-name: background-increase-large;
	animation-duration: 0.35s;
}

/* 7.5 Section 4 - Courses */
.home #section-4-wrapper #courses-wrapper #courses-2-button a {
	margin-bottom: 66px;
	margin-top: 0;
}

.home #section-4-wrapper .column-3 {
	margin-right: 1%;
	width: 32%;
	-o-transition: all 0.25s linear;
	-moz-transition: all 0.25s linear;
	-webkit-transition: all 0.25s linear;
	transition: all 0.25s linear;
}

@keyframes background-increase-small {
	from{background-size: 445px;}
	to{background-size:650px;}
}

@-webkit-keyframes background-increase-small {
	from{background-size: 445px;}
	to{background-size:650px;}
}
@-moz-keyframes background-increase-small {
	from{background-size: 445px;}
	to{background-size:650px;}
}
@-o-keyframes background-increase-small {
	from{background-size: 445px;}
	to{background-size:650px;}
}

.home #section-4-wrapper .column-3:hover {
	box-shadow: inset 0 0 87px 28px #0c0c0c;
	background-size: 650px !important;
	animation-name: background-increase-small;
	animation-duration: 0.6s;
}
.home #section-4-wrapper {
	background: url('/wp-content/themes/csd-gen-child/images/greyBackground.jpg') repeat top left;
}

.home #section-4-wrapper h2 {
	font-size: 4em;
	text-align: center;
}

.home #section-4-wrapper h3, .home #section-4-wrapper p {
	color: #fff;
	text-align: center;
}

.home #section-4-wrapper h3 {
	padding-top: 30px;
}

.home #section-4-wrapper p {
	width: 80%;
	margin: 1em auto;
	font-family: oswald-l, arial, sans-serif;
	font-weight: 100;
}

.home #section-4-wrapper #courses-2-container h3 {
	margin-bottom: 0;
}

.home #section-4-wrapper .small-margin {
	margin: 4px auto;
}

.home #section-4-wrapper #courses-1-container {
	background: url('/wp-content/uploads/2015/12/courses1Background.jpg') no-repeat center;
	background-size: 445px;
}

.home #section-4-wrapper #courses-2-container {
	background: url('/wp-content/uploads/2015/12/courses2Background.jpg') no-repeat center;
	background-size: 445px;
}

.home #section-4-wrapper #courses-3-container {
	background: url('/wp-content/uploads/2015/12/courses3Background.jpg') no-repeat center;
	background-size: 445px;
}

/* 7.6 Section 5 - Testimonials */
.home #section-5-wrapper {
	background: #000;
}

.home #section-5-wrapper h2 {
	color: #fff;
	font-size: 4em;
	text-align: center;
	margin: 0;
}

.home #section-5-wrapper #testimonial-video-thumbnails-wrapper {
	margin: 30px 0 20px;
}

.home #section-5-wrapper .video-background {
	border: #fff solid 6px;
	margin: 0 10px;
	padding: 0;
	height: 166px;
	width: 270px;
	cursor: pointer;
	-o-transition: 0.25s all linear;
	-moz-transition: 0.25s all linear;
	-webkit-transition: 0.25s all linear;
	transition: 0.25s all linear;	
}

.home #section-5-wrapper .video-overlay {
	background: rgba(0, 0, 0, 0.5);
	height: 100%;
	-o-transition: 0.25s all linear;
	-moz-transition: 0.25s all linear;
	-webkit-transition: 0.25s all linear;
	transition: 0.25s all linear;	
}

.home #section-5-wrapper .video-play {
	background: url('/wp-content/uploads/2015/12/playNormal.png') no-repeat center;
	margin: 0 auto;
	height: 100%;
	-o-transition: 0.25s all linear;
	-moz-transition: 0.25s all linear;
	-webkit-transition: 0.25s all linear;
	transition: 0.25s all linear;	
}

.home #section-5-wrapper .video-background:hover {
	border-color: #d12429;
}

.home #section-5-wrapper .video-background:hover .video-overlay {
	background: rgba(0, 0, 0, 0);
}

.home #section-5-wrapper .video-background:hover .video-play {
	background: url('/wp-content/uploads/2015/12/playHover.png') no-repeat center;
}

.home #section-5-wrapper #tesimonial-video-thumbnail-1 {
	background: url('/wp-content/uploads/2017/07/testimonial1.jpg') no-repeat center;
	background-size: 260px 156px;
}

.home #section-5-wrapper #tesimonial-video-thumbnail-2 {
	background: url('/wp-content/uploads/2017/07/testimonial2.jpg') no-repeat center;
	background-size: 260px 156px;
}

.home #section-5-wrapper #tesimonial-video-thumbnail-3 {
	background: url('/wp-content/uploads/2017/07/testimonial3.jpg') no-repeat center;
	background-size: 260px 156px;
}

.home #section-5-wrapper #tesimonial-video-thumbnail-4 {
	background: url('/wp-content/uploads/2017/07/testimonial4.jpg') no-repeat center;
	background-size: 260px 156px;
}

.home #section-5-wrapper .testimonial-modal-wrapper {
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0,0,0, 0.75);
	z-index: 100;
}

.home #section-5-wrapper .testimonial-modal-content {
	max-width: 520px;
	margin: 0 auto;
	position: relative;
	top: 250px;
}

.home #section-5-wrapper #testimonial-modal-1-content {
	max-width: 420px;
}

/* 7.7 Section 6 - Contact */
.home #section-6-wrapper {
	background: url('/wp-content/uploads/2015/12/contactBackground.jpg') no-repeat center;
	background-size: cover;
}

.home #section-6-wrapper h2 {
	color: #fff;
	margin: 0;
	font-size: 4.6em;
	text-align: center;
}

.home #section-6-wrapper p {
	color: #fff;
	text-align: center;
	font-family: oswald-l, arial, sans-serif;
	font-weight: 100;
}

.home .gform_wrapper {
	max-width: 500px !important;
	margin: 0 auto !important;
}

.home .gform_wrapper .ginput_container {
	margin-bottom: 10px;
}

.home .gform_wrapper input, .home .gform_wrapper textarea {
	color: #fff;
	width: 100% !important;
	margin: 0;
	font-size: 2em !important;
	border: #fff 1px solid;
	background: transparent;
	font-family: oswald-l, arial, sans-serif !important;
	font-weight: 100;
	padding-left: 10px !important;
}

.home .gform_wrapper label {
	display: none !important;
}

.home .gform_wrapper .button:hover {
	background: #fff;
}

.home ::-webkit-input-placeholder {
   color: #fff;
	font-size: 0.8em;
	font-family: oswald-l, arial, sans-serif;
	font-weight: 100;
}

.home :-moz-placeholder { /* Firefox 18- */
   color: #fff;  
	font-size: 0.8em;
	font-family: oswald-l, arial, sans-serif;
	font-weight: 100;
}

.home ::-moz-placeholder {  /* Firefox 19+ */
   color: #fff;  
	font-size: 0.8em;
	font-family: oswald-l, arial, sans-serif;
	font-weight: 100;
}

.home :-ms-input-placeholder {  
   color: #fff;  
	font-size: 0.8em;
	font-family: oswald-l, arial, sans-serif;
	font-weight: 100;
}














.home .ppsSubscribeShell ::-webkit-input-placeholder {
   color: #515050;
}

.home .ppsSubscribeShell :-moz-placeholder { /* Firefox 18- */
   color: #515050;
}

.home .ppsSubscribeShell ::-moz-placeholder {  /* Firefox 19+ */
   color: #515050;
}

.home .ppsSubscribeShell :-ms-input-placeholder {  
   color: #515050;
}
.wp-image-105 {
	width: 260px;
}

/*************************************************************************
				8.0 Media Queries
*************************************************************************/
/* 8.1 Mobile - max-width:720 */

@media only screen and (max-device-width: 720px) {
	h1 {
		font-size: 2.6em;
	}

	h2 {
		font-size: 2.4em;
	}

	h3 {
		font-size: 2.2em;
	}

	h4 {
		font-size: 2em;
	}

	h5 {
		font-size: 1.8em;
	}

	h6 {
		font-size: 1.6em;
	}

	.container {
		padding: 0 10px;
		box-sizing: border-box;
	}
		
	/* 8.1a Header */
	.column-2, .column-3, .column-4 {
		width: 100% !important;
		float: none;
	}

	#header-social-icons-wrapper {
		display: none;
	}

	header #header-wrapper #header-contact-wrapper p {
		text-align: center;
	}

	header #main-menu-wrapper {
		background: rgb(211, 36, 41);
		height: 59px;
	}

	header #main-menu-wrapper #main-menu-container {
		display: none;
	}

	/* 8.1b content/sidebar */
	.content {
		width: 100%;
		box-sizing: border-box;
		float: left;
		padding: 0 10px;
	}

	aside {
		width: 100%;
		box-sizing: border-box;
		float: left;
		padding: 0 10px;
	}

	.home .content, .home aside {
		padding: 0;
	}

	.mobile-hide {
		display: none !important;
	}

	/* 8.1c Footer */
	footer #footer-menu-wrapper, footer #footer-copyright-wrapper {
		width: 100%;
		float: none;
		padding: 10px 0;
		text-align: center;
	}

	footer #footer-copyright-wrapper p {
		display: block;
		float: none;
	}
	
	/* 8.1d Home */
	.home #head-image-wrapper #head-image-content-container h2 {
		font-size: 2.2em;
	}

	.home #head-image-wrapper #head-image-content-container #schedule-class-button:link {
		font-size: 1.2em;
	}

	.home #section-1-wrapper {
		display: none;
	}

	.home #section-2-image-wrapper {
		display: none;
		margin: 0;
	}

	.home #section-2-wrapper .column-2 {
		padding: 10px;
	}

	.home #section-2-wrapper #section-2-column-left {
		margin-bottom: 10px;
	}

	.home #section-2-wrapper #section-2-column-left h3, .home #section-2-wrapper #section-2-column-right h3 {
		width: 100%;
	}

	.home #section-3-wrapper #classes-wrapper #section-3-classes-left {
		margin-bottom: 10px;
	}

	.home #section-2-wrapper #mobile-video-wrapper {
		margin: 30px 0 0;
	}

	.home #section-4-wrapper #courses-wrapper #courses-2-button a {
		margin-top: 0;
		margin-bottom: 30px;
	}

	.home #section-5-wrapper h2 {
		font-size: 2.6em;
	}

	.home #section-5-wrapper .video-background {
		margin: 20px 0;
		background-size: cover !important;
	}

	.home #section-6-wrapper h2 {
		font-size: 3.6em;
	}

	.home #section-4-wrapper #courses-1-container, .home #section-4-wrapper #courses-2-container, .home #section-4-wrapper #courses-3-container {
		background-size: cover;
	}

	.home #section-2-wrapper #section-2-column-right #section-2-video-wrapper {
		margin: 0;
	}
}

@media only screen and (min-width: 600px) and (max-width: 720px) {
	#section-2-wrapper #video-wrapper { 
		margin-left: 40px;
	}
}

/* 8.2 Tablet Portrait - max-width:800 */
@media only screen and (max-width: 800px) {
	/* 8.2a Header */
	header #main-menu-wrapper #menu-badge-container {
		display: none;
	}

	/* 8.2b content/sidebar */
	.content {
		width: 100%;
		box-sizing: border-box;
		float: left;
		padding: 0 10px;
	}

	aside {
		width: 100%;
		box-sizing: border-box;
		float: left;
		padding: 0 10px;
	}

	.home .content, .home aside {
		padding: 0;
	}

	/* 8.2c Footer */
	footer #footer-copyright-wrapper p {
		float: none;
		text-align: center;
		display: block;
	}

	footer #footer-copyright-wrapper p.mobile-hide {
		display: none;
	}

	footer .menu {
		text-align: center;
	}

	footer .menu .menu-item a:link {
		font-size: 1.8em;
	}

	footer .menu .menu-item:after {
		font-size: 2.2em;
	}

	/* 8.2d Home */
	.home #section-1-wrapper #section-1-container p, .home #section-1-wrapper #section-1-container .featured-in {
		display: inline-block;
		float: none;
		width: 33%;
		text-align: center;
		position: relative;
	}

	.home #section-1-wrapper #section-1-container p {
		bottom: 20px;
	}

	.home #section-1-wrapper #section-1-container #featured-in-image-1-container {
		top: 10px;
	}

	.home #section-1-wrapper #section-1-container #featured-in-image-5-container {
		bottom: 20px;
	}

	.home #section-2-wrapper .column-2 {
		width: 100%;
		margin-bottom: 10px;
	}

	.home #section-3-wrapper .column-2 {
		background-size: cover !important;
		width: 100%;
		margin-bottom: 10px;
	}

	.home #section-4-wrapper .column-3 {
		background-size: cover !important;
		width: 100%;
		margin-bottom: 10px;
	}

	.home #section-5-wrapper h2 {
		font-size: 3.2em;
	}

	.home #section-6-wrapper h2 {
		font-size: 4em;
	}
}

/* 8.3 Tablet Landscape - max-width:1024*/
@media only screen and (min-width: 720px) and (max-width: 1024px) {
	/* 8.3a Header */
	header #header-wrapper #header-contact-wrapper p {
		font-size: 1.4em;
	}

	/* 8.3b content/sidebar */
	.content {
		width: 100%;
		box-sizing: border-box;
		float: left;
		padding: 0 10px;
	}

	aside {
		width: 100%;
		box-sizing: border-box;
		float: left;
		padding: 0 10px;
	}

	.home .content, .home aside {
		padding: 0;
	}

	/* 8.3c Footer */
	footer .menu .menu-item a:link {
		font-size: 1.6em;
	}

	footer .menu .menu-item:after {
		font-size: 2em;
	}

	footer #footer-copyright-wrapper p {
		float: none;
		text-align: center;
		display: block;
		font-size: 1.6em;
	}

	footer #footer-copyright-wrapper p.mobile-hide {
		display: none;
	}

	footer .menu {
		text-align: center;
		position: relative;
		top: 15px;
	}

	/* 8.3d Home */
	.home #section-1-wrapper #section-1-container p {
		font-size: 2em;
	}

	.home #section-1-wrapper #section-1-container img {
		max-width: 130px;
	}

	.home #section-3-wrapper #classes-wrapper #section-3-classes-left, .home #section-3-wrapper #classes-wrapper #section-3-classes-right {
		width: 48%;
		margin: 10px;
	}

	.home #section-4-wrapper .column-3 {
		width: 90%;
		margin: 10px auto;
		float: none;
		background-size: cover !important;
	}
}

@media only screen and (max-width: 420px) {
	.mobile-video {
		display: block;
	}

	.video {
		display: none;
	}

	.home #section-5-wrapper .testimonial-modal-content {
		max-width: 320px !important;
	}
}