/*
Theme Name: material_wp
Theme URI: http://underscores.me/
Author: mylesglass
Author URI: http://myles.glass
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: material_wp
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

material_wp is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Home page Features
# Color Theme
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
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;
}

template {
	display: none;
}

a {
	background-color: transparent;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	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;
    -moz-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-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
    -moz-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1 {
    margin: 0 0 0 0;
}

.no-decoration {
    text-decoration: none;
}

.display-heading {
	font-size: 5rem;
    font-family: 'Roboto', Helvetica, Arial, sans-serif;
    line-height: 5rem;
    letter-spacing: -1px;
    font-weight: bold;
}

.bold-heading {
	font-size: 4rem;
    font-family: 'Roboto', Helvetica, Arial, sans-serif;
    line-height: 5rem;
    letter-spacing: -1px;
    font-weight: bold;
}

/*--------------------------------------------------------------
# Navbar
--------------------------------------------------------------*/

.mwp-navbar {
    height: 100px;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

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

.textleft {
	text-align: left;
}

.textright {
	text-align: right;
}

.textcenter {
	text-align: center;
}


.no-text-decoration {
	text-decoration: none;
}
/*--------------------------------------------------------------
# Clearings
------------------------------------------------------
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";

}


	display: table;
	table-layout: fixed; 

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}--------*/	

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.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;
}



/*************************
	Home
**************************/
.home-nav {
	background-color: transparent !important;
	float: left;
	
}

.home-splash {
	min-height: 90vh;
}

.home-header {
	max-height: 75px;
}

.home-header-logo {
	height: 50px;
}

.header-logo {
	height: 50px;
	padding-left: 10px;
}

.home-header-menu {
	clear: both;
    display: block;
}

.home-header-menu ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
    float: right;
}

.home-header-menu li {
    float: left;
    position: relative;
}

.home-header-menu a {
    display: block;
    text-decoration: none;
    color: #ffffff;
    padding: 25px;
    font-size: 1rem;
}

.splash-type {
	padding-top: 20vh;
}

.splash-subheading {
	padding-top: 10px;
}

@media handheld, only screen and (max-width: 960px) {
	.splash-type{
		padding-top: 0;
	}
}

.services {
	padding-top: 100px;
	padding-bottom: 100px;
}

.home-grid {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.home-card {
	height: 380px;
}

.home-card-supporting-text {
	height: 68px;
}

.service-button {
	-webkit-transition: background-color 0.1s ease-in-out;
	-moz-transition: background-color 0.1s ease-in-out;
	transition: background-color 0.1s ease-in-out;
}

.service-button:hover {
	background-color: #49b2f5;
	color: #fff;
}

.card_4-3_media {
	background-size: cover;
	background-repeat: no-repeat;
	height: 12.313rem;
}

.card-spacer {
	height: 50px;
}

.splash-icon-container {
	text-align: center;
}

.splash-icon {
	color: white;
	font-size: 3rem !important;
	padding-top: 10rem;

}


.splash-button {
	padding-bottom: 1rem;
}

.call-to-action-text {
	border: 1px solid white;
	padding-top: 1rem;
	padding-bottom: 1rem;
	width: 18rem;
	margin-left: auto;
	margin-right: auto;
	font-size: 1.1rem;
	letter-spacing: 0.2rem;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	padding-left: 1em;
	padding-right: 1em;
	font-weight: bold;
	transition: background-color 0.3s ease-out;
}

.call-to-action-text:hover {
	background-color: rgba(255, 255, 255, 0.3);
}



/*************************
	Class Schedule
**************************/

.class-schedule-heading {
	padding-top: 50px;
}

.class-schedule-card {
	height: 380px;
}

.category-heading {
	color: #d36715;
}
/************************
	Class Individual
**********************/

.class-cover {
	min-height: 50vh;
}

.class-heading {
	padding-top: 40vh;
	display: none;
}

.class-full-description {
	padding-top: 2rem;
	padding-bottom: 1rem;
}

.full-timetable {
	padding-bottom: 2em;
	background-color: #e4e4e4;
}

.timetable-column-headings {
	padding-bottom: 1em;
}

.timetable-cell {
	padding-bottom: 0.5em;
}

.mobile-timetable {
	display: none;
}

.mob-tt-cell {
	margin-top: 0;
	margin-bottom: 0;
}

.class-cta {
	padding-top: 2rem;
	padding-bottom: 2rem;
}

h1 a {
	color: #444;
}

th, td {
	padding-right: 3rem;
	text-align: left;
}

td {
	padding-bottom: 0.5rem;
}

th {
	padding-bottom: 1rem;
}

/***********************
	contact
*************************/

.contact-container {
	padding-top: 50px;
}

.contact-icon {
	padding-top: 10px;
}

.contact-map {
	padding-bottom: 50px;
}

/*************************
	header
*************************/

.header-hamburger {
	font-size: 2rem !important;
	padding-right: 10px;
	color: #fff;
	text-decoration: none;
	display: none !important;
}

.menu {
	right: 10px;
}

.menu-link {
	text-decoration: none;
	color: #000;
	display: block;
}

/**************************
	footer
**************************/

.footer-image {
	display: block;
	margin: auto;
	max-height: 128px;
}

.footer-container {

	background-color: #e4e4e4;
}

.footer-menu li a{
	color: rgba(0,0,0,.87)
}

.footer-menu ul {
	list-style-type: none;
}

/*************************
	Be Responsable
	*********************/

.general-padding {
	margin: auto;
	max-width: 795px;
}

.entry-title {
	display: none;
}

.menu-toggle {
    display: none;
}

.display-body {
	font-size: 1rem !important;
}

@media handheld, only screen and (max-width: 960px) {
	.general-padding {
		padding-left: 10vw;
		padding-right: 10vw;
	}

	

	.home-header-menu ul {
		display: none;
	}

	.header-hamburger {
		display: block !important;
	}


}

@media handheld, only screen and (max-width: 767px) {
	.display-heading {
		font-size: 3rem;
		line-height: 3rem;
		text-align: left;
	}

	.display-subheading1{
		font-size: 2rem;
		line-height: 2rem;
		text-align: left;
	}

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

	.bold-heading {
		font-size: 3rem;
		line-height: 3rem;
	}

	.home-header-space {
		display: none;
	}

	.splash-icon-container {
		display: none;
	}


}

@media handheld, only screen and (max-width: 645px) {
	.header-title {
		display: none;
	}

}

@media handheld, only screen and (max-width: 479px) {
	.display-heading {
		font-size: 3rem;
		line-height: 3.5rem;
	}

	.display-subheading1 {
		font-size: 1.5rem;
		line-height: 2rem;
	}

	.display-body {
		font-size: 1rem;
		line-height: 1.5rem;
	}

	

	.class-to-action-text {
		font-size: 0.6rem;
	}

	.full-timetable {
		display: none;
	}

	.mobile-timetable {
		display: block;
	}

	.header-title {
		display: none;
	}

	.home-header-menu {
		grid-column-end: span 2 !important;
	}

	.home-logo-cell {
		grid-column-end: span 2 !important;
	}

	.class-schedule-heading {
		padding-top: 30px;
	}

	.services {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.class-heading {
		display: block;
	}

	.class-alt-heading {
		display: none;
	}

	.call-to-action-text {
		width: auto;
	}

	.splash-icon {
		padding-top: 1rem;
	}
}

@media handheld, only screen and (max-height: 320px) {

}
