@import url('https://fonts.googleapis.com/css?family=Changa+One:400i');

/*
Theme Name: Travelling Trainer
Author: ninetyblack.com
Description: Ninety Black - Top Graphic Design & Creative Web Design Company NZ
Version: 0.1
*/


/***********Contents**************/
/* 1. General                    */
/* 2. Header                     */
/* 3. Footer                     */
/* 4. Main Content               */
/* 5. Media Queries              */
/*********************************/


/* Fonts */
@font-face {
	font-family: 'Din Cond';
	src: url('assets/fonts/DINCond-Medium.woff2') format('woff2'),
		url('assets/fonts/DINCond-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'Din';
	src: url('assets/fonts/DIN-Regular.woff2') format('woff2'),
		url('assets/fonts/DIN-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

p.hero-title, h1, .h1, .timetable th, .main-content h3, p.hiit-number, .changa {
	font-family: 'Changa One', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: italic;
	text-transform: uppercase;
}

.title {
	margin-top: 0;
	line-height: 100%;
}

.menu, .din-cond, h2, .h2, h3, .h3, h4, .h4, .btn {
	font-family: 'Din Cond', sans-serif;
}

.img-fullwidth {
	width: 100%;
	height: auto;
}
.valign-middle {
	vertical-align: middle !important;
}

/* Colors */
.pt, .pt:hover, .pt:focus {color: #1de3c7;}

.gf-background{background-color: #1de3c7;}

.gf, .gf:hover, .gf:focus{color: #F37B13;}



.white {color: #fff;}

.dark {color:#222;}

.light {color:#888;}

.dark-background{
	background-color: #222;
	width: 100%;
}

/* 1. General                    */

html, body{height: 100%;}

body {
	overflow-x: hidden;
}


body#tinymce {height:auto !important;}

p {margin: 0 0 15px;}

h1, h3{line-height: 90%;}


.btn{
  border-radius: 20px;
  margin-bottom: 10px;
	text-transform: uppercase;
	padding: 7px 15px 5px 15px;
	border-width: 2px;
	transition: background-color 0.25s ease;
}


.btn-white{
	color: #fff;
	border-color: #fff;
}

.btn-white:hover, .btn-white:focus{
	color:#fff;
	background:rgba(34,34,34,.25);
}
.btn-gf{
	color: #F37B13;
	border-color: #F37B13;
}

.btn-gf:hover, .btn-gf:focus{
	color:#da6f1e;
	background:#222;
	border-color: #da6f1e;
}
.btn-pt{
	color: #1de3c7;
	border-color: #1de3c7;
}

.btn-pt:hover, .btn-pt:focus{
	color:#1cc6ae;
	background:#222;
	border-color:#1cc6ae;
}

.line-container{
	z-index: 100;
	position: relative;
	padding: 0;
}

.line{
	position: absolute;
	width: 100%;
	height: auto;
}

.line-bottom{
	bottom:-10px;
}

.line-top{
	top:-13px;
}

.clearfix{clear: both;}

.no-mar{margin:0;}

blockquote {
  border-left-color: #1de3c7 !important;
	color: #666 !important;
	font-size: 24px;
	margin-top: 40px;
	margin-bottom: 40px;
}

.main-content ul:not(.list-unstyled), .main-content ul:not(.list-unstyled) li {
	padding: 0;
	margin: 0;
	list-style: none;
}

.main-content ul:not(.list-unstyled) li {
	margin-left: 1.5em;
	margin-bottom: 7px;
}

.main-content ul:not(.list-unstyled) li:before {
	font-family: 'FontAwesome';
	float: left;
	margin-left: -1.5em;
	/* Custom */
	content: '\f00c';
	font-size: 1em;
	color: #1de3c7;
}

.main-content ul:not(.list-unstyled){
	margin-bottom: 20px;
}

/* 2. Header                     */
.logo-container{padding: 0;}

.navbar{
	border-radius: 0;
	position: relative;
	margin-bottom: 3px;
}

/* Sidebar Nav */

body.sidebar-nav-open {
	overflow: hidden;
}

.sidebar-nav-canvas, .sidebar-nav {
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
}

.sidebar-nav-canvas {
	transform: translateX(0px);
}

.sidebar-nav-canvas.open {
	transform: translateX(300px);
	border-left: 2px solid #1de3c7;
}

.sidebar-nav-canvas.open:after {
	content: "";
	height: 100vh;
	width: 100vw;
	background-color: rgba(0,0,0,0.45);
	position:absolute;
	top:0;
	left: 0;
	z-index: 1040;
}

.sidebar-nav {
	transform: translateX(-300px);
	position: fixed;
	z-index: 1050;
	width: 300px;
	height: 100vh;
	left: 0;
	top: 0;
	background-repeat: no-repeat;
	background: url(assets/img/pattern-hero.svg), #222;
	background-position: left 0 bottom -100px;
	background-size: cover;

}

.sidebar-nav.open {
	transform: translateX(0);
}

.sidebar-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
	background-color: #222;
}

.sidebar-nav ul li {
  text-indent: 20px;
  line-height: 50px;
	font-size: 16px;
	text-transform: uppercase;
	background-color: #222;
}

.sidebar-nav ul li a{
  display: block;
  text-decoration: none;
	color:#1de3c7;
	background-color: #222;
	border-bottom: 2px solid #1de3c7;
}

.sidebar-nav ul li a:hover, .sidebar-nav ul li.current_page_item a {
	color:#222;
	background-color: #1de3c7;
	border-bottom: 2px solid #1de3c7;
	font-size: 16px;
}

.sidebar-nav ul li.current_page_item a {
	background-color: #1cc6ae;
}

.navbar-btn{padding-top: 12px; font-size: 20px;}
.navbar-btn:hover, .navbar-btn:focus{text-decoration: none; color:#fff;}

.navbar ul.menu-right{
	color:#fff;
	padding-top: 14px;
}

.navbar ul.menu-right a:hover{
	text-decoration: none;
}

.pattern-hero{
  display: block;
  width: 100%;
  height: auto;
  background-repeat: no-repeat;
  background: url(assets/img/pattern-hero.svg);
  background-size: cover;


  background-position: center center;
	z-index: 1;
}

img.logo{
	max-width: 360px;
	margin: 20px;
}
.hero-container .row{height: 100%;}

.hero-title{
	font-size: 7vw;
	line-height: 90%;
	text-transform: uppercase;
	color: #fff;
}

.hero-blurb{
	font-size: 28px;
}

.hero-snippet{
	padding: 0px !important;
	position: relative;
	height: 100%;
}

.hero-image-pt{
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 1;
}

.hero-image-gf{
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;


	z-index: 1;
}

.hero-content{
	position: absolute;
	z-index: 100;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	top:50%;
	transform: translateY(-50%);
	width: 90%;
	color: #fff;
}

.hero-content span.line-2{
	margin-left: 20px;
}

.snippet-gradient{
	position: absolute;
	bottom: 0;
	left: 0;
	height: 300px;
	background: url(assets/img/snippet-gradient.png) repeat-x bottom center;
	width: 100%;
}


/* 3. Footer                     */
footer{
	color: #fff;
	position: relative;
}

footer .copyright{
	margin-top:20px; margin-bottom:10px;color:#888;
}

.pattern-hero-dark{
	background-position: 100%;
  background: url(assets/img/pattern-hero.svg), #222;
}

.newsletter{
	display: block;
  width: 100%;
  height: auto;
  background-repeat: no-repeat;
  background: url(assets/img/latest-news.svg);
  background-size: cover;
  background-position: center center;
	z-index: 1;
	padding-top: 40px;
	padding-bottom: 40px;
}

.newsletter p.h1{line-height: 90%; margin-bottom: 20px;}


/* 4. Main Content               */

.fun-background{
	display: block;
  width: 100%;
  height: auto;
  background-repeat: no-repeat;
  background: url(assets/img/fun-background.svg);
  background-size: contain;
	background-repeat: no-repeat;
  background-position: center center;
	z-index: 1;
}

.wrapper{
	position: relative;
}

.main-content {
	padding-top: 40px;
	padding-bottom: 40px;
}

.ad-block-gf, .ad-block-pt, .pattern-dark  {
	display: block;
  width: 100%;
  height: auto;
  background-repeat: no-repeat;
  background:url(assets/img/pattern-group-fitness.svg), #222;
  background-size: 100%;
  background-position: center center;
  z-index: 1;

	padding-bottom: 20px;
	padding-top: 20px;
	position: relative;
}

.ad-block-pt {
	background-repeat: no-repeat;	background:url(assets/img/pattern-personal-training.svg),  #000;
  background-size: 180%;
  background-position: center center;
}

.pattern-dark {
	background-repeat: no-repeat;	background:url(assets/img/pattern-hero.svg),  #222;
  background-size: 180%;
  background-position: center center;
}

.ad-block-gf p.h1, .ad-block-pt p.h1{
	text-transform: uppercase;
	font-size: 3vw;
	line-height: 90%;
}

.ad-block-gf .h1 span {
	display: block;
  margin-left: 20px;
}

.gf-timetable{
	margin-top: 30px;
	margin-bottom: 30px;
}

.gf-timetable p.h1{
	text-transform: uppercase;
}

.timetable th, .timetable td {
	text-align: center;
}
.timetable .text-right {
	text-align: right;
}

.timetable img{margin-bottom: 5px;}

.main-content h2, .home .main-content h1{color:#1de3c7;}

.gform_wrapper .list-unstyled_required, .gfield_required{color:#fd851d !important;}

.contact-form .gform_footer{clear: both; padding-left: 20px;}

.hidden_label label {
	display: none;
}
.form-inline .gform_body, .form-inline .gform_footer {
	float: left;
	clear: none;
}
.form-inline .gform_footer {
	padding-left: 10px;
}
.form-inline .gform_body {
	width: calc(100% - 114px);
}
.form-inline .gfield, .form-inline .gfield .form-control {
	width: 100%;
}
.form-inline .gfield .form-control {
	border-radius: 0px;
	background-color: transparent;
	border: 0;
	border-bottom: 1px solid #222;
	box-shadow: none;
	padding-left: 0;
	color: #222;
}

.form-inline .btn {
	color: #222;
	border: 2px solid #222;
	background-color: transparent;
	padding-left: 20px;
	padding-right: 20px;
}

.form-inline .btn:hover, .form-inline .btn:focus {
	background-color: rgba(34,34,34,.25);
}

.form-control {
	border-radius: 0;
}

.gform_confirmation_wrapper{padding: 20px;}

/* HIIT Snippets */
.hiit-snippet {
	border: 1px solid #ededed;
	padding-bottom: 20px;
	margin-bottom: 20px;
	margin-top: 10px;
}

.hiit-title{
	font-size: 32px;
	text-transform: uppercase;
}

.circle{
  width: 200px;
  height: 200px;
	color: #fff;
	position: relative;
	margin-bottom: 20px;
	background: url(assets/img/circle-pt-smooth.svg);
	background-size: 200px 200px;
}

.circle span{
	position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.hiit-number{
	font-size:90px;
	margin: 0;
	margin-top: -20px;
	padding: 0;
	height: 100px;
}

.hiit-subtitle{
	margin: 0;
	padding: 0;
}

.hiit-blurb, .footnotes{
	color: #888;
}


.right_sidebar h3{
	border-top:2px dashed #222;
	padding-top:20px;
}

.page-id-47 .main-content h3, .page-id-47 .main-content h2, .page-id-47 .main-content ul:not(.list-unstyled) li:before{
	color:#fd851d;
}

.page-id-47 blockquote{
	border-left-color: #fd851d !important;
}

.fun-snippet span p{color:#888;}

.fun-snippet img{
	max-width: 300px;
	display: block;
  margin-left: auto;
  margin-right: auto;
}

.reps-logo{max-width: 160px;}

/* 5. Media Queries              */

/* Extra Large */
@media only screen and (min-width : 1824px) {
	.line-bottom{
		bottom:-14px;
	}

	.line-top{
		top:-18px;
	}
}

/* Large */
@media only screen and (min-width: 993px) and (max-width : 1823px) {
	.pattern-hero, .ad-block-gf, .ad-block-pt, .pattern-dark{
		background-size: 120% auto;
	}
	.line-top{
		top:-12px;
	}

}

/* Medium */

@media only screen and (min-width: 768px) and (max-width: 992px) {
	.pattern-hero, .ad-block-gf, .ad-block-pt, .pattern-dark{
		background-size: 140% auto;
	}

	.ad-block-gf p.h1, .ad-block-pt p.h1{
		font-size: 48px;
	}

	.ad-block-gf .h1 span, .ad-block-pt p.h1{
		margin-left: 0;
	}

	.line-top{
		top:-13px;
	}

}

/* Small */

@media only screen and (max-width: 767px) {
	.hero-title{
		font-size: 16vw;
	}

	.ad-block-gf p.h1, .ad-block-pt p.h1{
		font-size: 10vw;
	}

	.hero-blurb{
		font-size: 16px;
	}

	.hero-snippet{
		height: 80%;
	}

	.pattern-hero, .ad-block-gf, .ad-block-pt, .pattern-dark{
		background-size: 260% auto;
	}

	.hero-content {
		position: static;
		transform: none;
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.snippet-gradient {
		display: none;
	}

	.hiit-snippet {
		border: none;
		border-bottom: 1px solid #ededed;
		margin-bottom: 40px;
	}

	.main-content{padding-top: 20px; padding-bottom: 20px;}

	.page-id-47 .gf-timetable p.h4{
		border-top: 2px dashed #222;
    padding-top: 20px;
	}

	.fun-snippet img{
		margin-top: 40px;
	}

}



/* X Small */

@media only screen and (max-width : 480px){
	.hero-blurb{
		font-size: 16px;
	}

	.hero-snippet{
		height: 60%;
	}

	.pattern-hero{
		background-size: 360% auto;
	}

	.ad-block-gf, .ad-block-pt{
		background-size: 300% auto;
	}

	.pattern-dark {
		background-size: 370% auto;
	}

	.ad-block-gf p.h1, .ad-block-pt p.h1{
		font-size: 12vw;
	}

	.line-top{top:-10px;}
	.line-bottom{bottom:-11px;}

}
