/*  
Theme Name: Simon Cox Coaching
Theme URI: http://www.matmartin.co.uk
Description: Theme designed by <a href="http://www.matmartin.co.uk">Mat Martin</a>.
Version: 1.0
Author: Mat Martin Studio
Author URI: http://www.matmartin.co.uk
*/


* {
	margin: 0px;
	padding: 0px;
}

html {
	position: relative;
	min-height: 100%;
	font-size: 100%;
	-webkit-animation: bugfix infinite 1s; 
	-webkit-text-size-adjust: none;
}

body {
	background-color: #F6F8F8;
	font-family: "effra", sans-serif;
	font-weight: 300;
	font-size: 18px;
	line-height: 1.5;
	color: #2F2F2F;
	height: 100%;
	display: flex;
	flex-direction: column;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.pagewrap {
	position: relative;
	flex: 1 0 auto;
}

/*overrides*/

@-webkit-keyframes bugfix { 
    from { padding: 0; } to { padding: 0; } 
}

/*footer*/

footer {
	flex-shrink: 0;
	width: 100%;
}

/*body text*/

p {
	font-size: 1em;
	padding-bottom: 18px;
}

p em {
	font-style: italic;
}

small,
.small,
small, .font_small {
	font-size: 0.833em;
	padding-bottom: 9px
}

.ex-small {
	font-size: 0.402em;
}

i {
    font-style: italic;
}

strong {
	font-weight: 400;
}

b {
	font-weight: 400;
}

blockquote {
    padding: 0.8em 0;
    font-size: 1em;
}

.caption-text {
	font-size: 0.833em;
	padding-bottom: 9px
}

/*lists*/

ul.nostyle,
ol.nostyle {
	list-style-type: none;
}

li {
	font-size: inherit;
}

/*heading text*/

h1, h2, h3, h4, h5, h6 {
	font-family: "questa-grande", serif;
	font-weight: 900;
}

h1 {
	font-size: 2.488em;
	line-height: 1.2;
	padding: 12px 0 18px;
}

h2 {
	font-size: 2.074em;
	line-height: 1.12;
	padding: 12px 0 18px;
}

h3 {
	font-size: 1.728em;
	line-height: 1.355;
	padding: 12px 0 18px;
}

h4 {
	font-size: 1.44em;
	line-height: 1.385;
	padding: 12px 0 18px;
}

h5 {
	font-size: 1.2em;
	line-height: 1.364;
	padding: 12px 0 18px;
}

h6 {
	font-size: 1em;
	line-height: 1.5;
	padding: 12px 0 18px;
}

/*text classes*/

.nopad {
	padding: 0;
}

.toppad {
	padding-top: 48px;
}

.smallpad {
	padding: 0 0 0.64em 0;
}

.smalltoppad {
	padding: 0.64em 0 0 0;
}

.smallbothpad {
	padding: 0.64em 0;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.caps {
	text-transform: uppercase;
}

.lowercase {
	text-transform: uppercase;
}

.notexttransform {
	text-transform: none;
}

.qg-huge {
	font-size: 2.986em;
	line-height: 1;
	padding-bottom: 42px;
}

.qg-black {
	font-family: "questa-grande", serif;
	font-weight: 900;
}

.qg-med {
	font-family: "questa-grande", serif;
	font-weight: 500;
	font-style: italic;
}

.qg-bold {
	font-family: "questa-grande", serif;
	font-weight: 700;
}

.ef-reg {
	font-family: "Effra", sans-serif;
	font-weight: 400;
}

.ef-light {
	font-family: "Effra", sans-serif;
	font-weight: 300;
}

/*links*/

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

a:hover { 
	color: #2F2F2F;
	cursor: pointer;
}

p.light a:hover {
	color: #F6F8F8;
}

.ca-dark a {
	color: #ABABAB;
}

.ca-dark a:hover {
	color: #F6F8F8;
}

/*global properties*/

.transition {
	-webkit-transition: all 0.4s ease-in 0s;
    -moz-transition: all 0.4s ease-in 0s;
    -o-transition: all 0.4s ease-in 0s;
    transition: all 0.4s ease-in 0s;
}

.translateX {
	transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
}

.translateY {
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

.translate {
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.clearboth {
	clear: both;
}

.inlineblock {
	display: inline-block;
}

.displayblock {
	display: block;
}

.dark {
	color: #2F2F2F;
}

.mid {
	color: #8C8C8C;
}

.light {
	color: #F6F8F8;
}

/*images & videos*/

img {
	display: block;
}

/*buttons*/

.button {
	text-align: center;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 1em;
	padding: 12px 21px;
	display: inline-block;
	margin: 24px 0;
}

.button.flush {
	margin: 0;
}

.ca-dark .button {
	border: 2px solid #F6F8F8;
	color: #2F2F2F;
	background-color: #F6F8F8;
}

.ca-dark .button:hover {
	border: 2px solid #F6F8F8;
	color: #F6F8F8;
	background-color: #2F2F2F;
}

.ca-light .button {
	border: 2px solid #2F2F2F;
	color: #F6F8F8;
	background-color: #2F2F2F;
}

.ca-light .button:hover {
	border: 2px solid #2F2F2F;
	color: #2F2F2F;
	background-color: #F6F8F8;
}

/*footer styling*/

#footerwrap {
	padding: 36px 0;
	width: 90%;
	margin: 0 auto;
}

.footicon {
	width: 48px;
	height: 48px;
	margin: 0 auto 12px;
}

.footicon img {
	width: auto;
	height: 100%;
}

/*nav styling*/

#fixednav {
	position: fixed;
	width: 100%;
	height: 84px !important;
	z-index: 19000;
}

#fixednav .midnightHeader.default,
#fixednav .midnightHeader.mh-dark {
	background-color: #2F2F2F;
}

#fixednav .midnightHeader.mh-light {
	background-color: #F6F8F8;
}

ul.menu {
	list-style-type: none;
	float: right;
	margin: 12px 5% 0 0;
}

ul.menu li {
	display: inline-block;
	margin: 0 0 0 46px;
	line-height: 60px;
	padding: 0;
}

.midnightHeader.default ul.menu li a,
.midnightHeader.mh-dark ul.menu li a {
	color: #F6F8F8;
}

.midnightHeader.mh-light ul.menu li a {
	color: #2F2F2F;
}

.midnightHeader.default ul.menu li a:hover,
.midnightHeader.mh-dark ul.menu li a:hover,
.midnightHeader.mh-light ul.menu li a:hover {
	color: #8C8C8C;
}

.midnightHeader.default ul.menu li.boxed,
.midnightHeader.mh-dark ul.menu li.boxed  {
	color: #F6F8F8;
	border: 1px solid #F6F8F8; 
	line-height: 40px;
	margin:	3px 0 3px 46px;
	padding: 6px 18px;
}

.midnightHeader.default ul.menu li.boxed:hover,
.midnightHeader.mh-dark ul.menu li.boxed:hover {
	background-color: #F6F8F8;
	border: 1px solid #F6F8F8;
}

.midnightHeader.default ul.menu li.boxed:hover a,
.midnightHeader.mh-dark ul.menu li.boxed:hover a {
	color: #2F2F2F;
}

.midnightHeader.mh-light ul.menu li.boxed  {
	color: #2F2F2F;
	border: 1px solid #2F2F2F;
	line-height: 40px;
	margin:	3px 0 3px 46px;
	padding: 6px 18px;
}

.midnightHeader.mh-light ul.menu li.boxed:hover {
	background-color: #2F2F2F;
	border: 1px solid #2F2F2F;
}

.midnightHeader.mh-light ul.menu li.boxed:hover a {
	color: #F6F8F8;
}

/*responsive nav*/

.resnav {
	height: 100vh;
	width: 100%;
	overflow: scroll;
	position: fixed;
	top: -100vh;
	background-color: #2F2F2F;
    z-index: 18000;
}

.resnav.reveal {
	top: 0;
}

.resnav-trigger {
	float: right;
	margin: 36px 5% 0 0;
	width: 32px;
	height: 16px;
	position: relative;
	display: none;
	z-index: 20000;
}

.resnav-trigger:hover {
	opacity: 0.7;
	cursor: pointer;
}

.rnt-bar {
	width: 100%;
	height: 4px;
	border-radius: 1px;
	background-color: #F6F8F8;
	position: absolute;
	left: 0;
}

.rnt-bar#top {
	top: 0;
}

.rnt-bar#bot {
	bottom: 0
}

.midnightHeader.default .rnt-bar,
.midnightHeader.mh-dark .rnt-bar {
	background-color: #F6F8F8;
}

.midnightHeader.mh-light .rnt-bar {
	background-color: #2F2F2F;
}

.resnav-trigger.active .rnt-bar#top {
	transform: rotate(45deg);
	transform-origin: 0% 0%;
    -ms-transform: rotate(45deg);
    -ms-transform-origin: 0% 0%;
	-moz-transform: rotate(45deg);
	-moz-transform-origin: 0% 0%;
	-webkit-transform: rotate(45deg);
	-webkit-transform-origin: 0% 0%;
	-o-transform: rotate(45deg);
	-o-transform-origin: 0% 0%;
}

.resnav-trigger.active .rnt-bar#bot {
	transform: rotate(-45deg);
	transform-origin: 0% 100%;
    -ms-transform: rotate(-45deg);
    -ms-transform-origin: 0% 100%;
	-moz-transform: rotate(-45deg);
	-moz-transform-origin: 0% 100%;
	-webkit-transform: rotate(-45deg);
	-webkit-transform-origin: 0% 100%;
	-o-transform: rotate(-45deg);
	-o-transform-origin: 0% 100%;
}

.resnav-trigger.active {
	height: 25px;
}

ul.resmenu {
    list-style-type: none;
    text-align: center;
    width: 90%;
    position: relative;
    left: 50%;
    padding: 24vh 0;
}

ul.resmenu li {
	text-transform: uppercase;
	line-height: 2;
	padding: 12px 0;
	font-weight: 400;
}

ul.resmenu li.boxed {
	border: 1px solid #F6F8F8; 
	background-color: #F6F8F8;
	padding: 12px 18px;
	margin-top: 12px;
	display: inline-block;
}

ul.resmenu li.boxed a {
	color: #2F2F2F;
	font-weight: 400;
}

ul.resmenu li.boxed:hover {
	background-color: #2F2F2F;
}

ul.resmenu li.boxed:hover a {
	color: #F6F8F8;
}

ul.resmenu li a {
	color: #F6F8F8;
}

ul.resmenu li a:hover {
	color: #8C8C8C;
}

#resnav-sm {
	width: 48px;
	height: 48px !important;
	position: absolute;
	left: 50% !important;
	bottom: 48px !important;
	z-index: 19000;
}

#resnav-sm .linkicon {
	width: 48px;
	height: 48px;
	background: url(images/icon-wh-li.png) no-repeat;
	background-size: cover;
}

/*ident & sm link*/

#fixedident {
	position: fixed;
	height: 60px !important;
	width: 60px !important;
	top: 12px !important;
	left: 5% !important;
	margin-left: -18px;
	z-index: 20000;
}

.ident {
	height: 100%;
	width: 100%;
}

#fixedident .midnightHeader.default .ident,
#fixedident .midnightHeader.mh-dark .ident {
	background: url(images/logo-wh-60.png) no-repeat;
	background-size: cover;
}

#fixedident .midnightHeader.mh-light .ident {
	background: url(images/logo-dk-60.png) no-repeat;
	background-size: cover;
}

#fixedsm {
	width: 48px;
	height: 48px !important;
	position: fixed;
	left: 5% !important;
	bottom: 48px !important;
	margin-left: -9px;
	top: auto !important;
	z-index: 10000;
}

#fixedsm .midnightHeader.default .linkicon,
#fixedsm .midnightHeader.mh-dark .linkicon {
	width: 48px;
	height: 48px;
	background: url(images/icon-wh-li.png) no-repeat;
	background-size: cover;
}

#fixedsm .midnightHeader.mh-light .linkicon {
	width: 48px;
	height: 48px;
	background: url(images/icon-dk-li.png) no-repeat;
	background-size: cover;
}

#fixedsm .midnightHeader.mh-gone .linkicon {
	display: none;
}

#abssm {
	width: 48px;
	height: 48px !important;
	position: absolute;
	left: 5% !important;
	bottom: 48px !important;
	margin-left: -9px;
	top: auto !important;
	z-index: 10000;
	display: none;
}

#abssm .linkicon {
	width: 48px;
	height: 48px;
	background: url(images/icon-wh-li.png) no-repeat;
	background-size: cover;
}

.ident:hover,
.li-link:hover {
	opacity: 0.8;
	cursor: pointer;
}

/*midnight.js overrides*/

#fixednav.mh-override .midnightHeader.mh-light {
	background-color: #2F2F2F;
}

#fixednav.mh-override .midnightHeader.mh-light .rnt-bar {
	background-color: #F6F8F8;
}

#fixedident.mh-override .midnightHeader.mh-light .ident {
	background: url(images/logo-wh-60.png) no-repeat;
}

/*page styling*/ 

.ca {
	width: 100%;
	padding: 108px 0 24px;
	min-height: 12px;
	overflow: hidden;
	position: relative;
	z-index: 100;
}

.ca-dark {
	background-color: #2F2F2F;
}

.ca-light {
	background-color: transparent;
}

.ca-wrap {
	width: 80%;
	max-width: 980px;
	min-height: 12px;
	overflow: hidden;
	margin: 0 auto 60px;
}

.colwrap {
	width: 100%;
	min-height: 12px;
	overflow: hidden;
}

.colwrap.padded {
	padding: 48px 0 72px;
}

.colwrap.padded-bottom {
	padding: 12px 0 48px;
}

.colwrap.padded-top {
	padding: 48px 0 0;
}

.col-two {
	float: left;
	width: 46%;
	margin: 0 4% 0 0;
}

.col-two:last-of-type {
	margin: 0 0 0 4%;
}

.col-two-small {
	float: left;
	width: 42%;
	margin: 0 2% 0 0;
}

.col-two-large {
	float: left;
	width: 54%;
	margin: 0 0 0 2%;
}

.col-three {
	float: left;
	width: 31%;
	margin: 0 2.5% 0 0;
}

.col-three:last-of-type {
    margin: 0;
}

h1.bordered {
	position: relative;
	color: #2F2F2F;
	padding-bottom: 20px;
}

h1.bordered:before {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	height: 1px;
	width: 33%;
	border-bottom: 3px solid #2F2F2F;
	transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
}

h3.bordered {
	position: relative;
	color: #8C8C8C;
}

h3.bordered:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 1px;
	width: 22%;
	border-bottom: 3px solid #8C8C8C;
}

/*lander styling*/

.lander {
	height: 100vh;
	padding: 0;
	position: relative;
}

.lefthero {
	min-height: 10px;
	overflow: hidden;
	position: absolute;
	left: 5%;
	top: 50%;
	width: 90%;
}

.title {
	padding-bottom: 26px;
}

.title.backset.across {
    margin-left: 6%;
}

.name {
	display: inline-block;
	vertical-align: top;
	text-transform: lowercase;
	margin-right: 10px;
}

.wordflip {
	display: inline-block !important;
	vertical-align: top;
	text-transform: lowercase;
	width: 345px;
}

.name h1,
.wordflip h1 {
	font-size: 4.3em;
	line-height: 1;
	padding: 0;
}

.slick-list {
	padding-bottom: 12px !important;
}

.landercont-wrap {
	width: 66%;
	margin-left: 6%;
}

.landercont-wrap.backset.across {
    margin-left: 11.5%;
}

/*testimonial slider*/

#testimonial-slider .slick-dots {
    display: block;
    width: auto;
    padding: 0;
    list-style: none;
    position: absolute;
    top: 48px;
    left: -8%;
    transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

#testimonial-slider .slick-dots li {
    position: relative;
    display: block;
    width: 9px;
    height: 20px;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

#testimonial-slider .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 9px;
    height: 9px;
    cursor: pointer;
    color: transparent;
    border-radius: 100%;
    margin: 0;
    border: 1px solid #F6F8F8;
    outline: none;
    background: transparent;
}

#testimonial-slider .slick-dots li.slick-active button {
    background: #F6F8F8;
}

#testimonial-slider .slick-dots li button:hover, .slick-dots li button:focus {
    outline: none;
    background: #F6F8F8;
}

/*forms*/

form.cf {
    max-width: 670px;
}

form.cf label {
	color: #F6F8F8;
	clear: both;
}

form.cf input[type="text"],
form.cf input[type="email"],
form.cf textarea {
	width: 96%;
	padding: 8px 2%;
	background-color: #F6F8F8
	border: none;
	border-style: none;
	line-height: 1.5;
	font-size: 1em;
	font-family: 'Effra', sans-serif;
	font-weight: 300;
	margin: 4px 0 8px;
}

form.cf input[type="submit"] {
	font-family: 'Effra', sans-serif;
	font-size: 1em;
	font-weight: 400;
}

form.cf input.button {
	margin: 12px 0;
}

/*overrides*/

input { 
	-webkit-appearance: none; 
	-webkit-border-radius: 0; 
	border-radius: 0;
}

input[type="text"] { 
	-webkit-appearance: none; 
	-webkit-border-radius: 0; 
	border-radius: 0;
}

input[type="submit"] { 
	-webkit-appearance: none; 
	-webkit-border-radius: 0; 
	border-radius: 0;
}

input[type="checkbox"] {
	-webkit-appearance: checkbox; 
	-webkit-border-radius: 0; 
	border-radius: 0;
}

textarea { 
	-webkit-appearance: none; 
	-webkit-border-radius: 0; 
	border-radius: 0;
	resize: none;
	height: auto;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #777;
    opacity: 1; /* Firefox */
}

input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #777;
}

input::-ms-input-placeholder { /* Microsoft Edge */
    color: #777;
}

/*viewport breakpoints - width*/

@media only screen and (max-width: 1240px) {
	
	.ca-wrap {
		margin: 0 5% 60px 15%;
	}
}

@media only screen and (max-width: 1024px) {
	
	.landercont-wrap {
		width: 86%;
		margin-left: 8%;
	}

	.ca-wrap {
		width: 90%;
		margin: 0 auto 60px;
	}

	#fixedsm {
		display: none;
	}

	#abssm {
		display: block;
	}
}

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

	.wordflip {
		width: 290px;
	}

	.name h1, .wordflip h1 {
		font-size: 3.583em;
	}

	.qg-huge {
		font-size: 2.488em;
		line-height: 1.2;
		padding-bottom: 24px;
	}

	.col-three {
		width: 100%;
		margin: 0;
		float: none;
	}

	.col-two-small,
	.col-two-large {
		width: 100%;
		margin: 0;
		float: none;
	}
}

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

	ul.menu {
		display: none;
	}

	.resnav-trigger {
		display: block;
	} 
}

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

	.col-two {
		width: 100%;
		margin: 0 !important;
		float: none;
	} 
}

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

	.title.backset.across{
		margin-left: 0;
	}

	.landercont-wrap.backset.across {
		margin-left: 8%;
	}
}

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

	.landercont-wrap {
	    width: 94%;
	    margin-left: 0;
	}

	.landercont-wrap.backset.across {
		margin-left: 0;
	}

	#testimonial-slider .slick-dots {
		display: none;
	}

	#fixedident {
		left: 6% !important;
	}

	#abssm {
		margin-left: -6px;
	}
}

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

	#fixedident {
		left: 5% !important;
		margin-left: -9px;
	}
}

/*viewport breakpoints - height*/

@media only screen and (max-height: 850px) {
	
	.lander {
		height: auto;
		min-height: 100vh;
	}

	.lefthero {
		padding: 140px 0;
		top: auto;
		position: relative;
		transform: translateY(0);
		-ms-transform: translateY(0);
		-moz-transform: translateY(0);
		-webkit-transform: translateY(0);
		-o-transform: translateY(0);
	}

	/*.landercont-wrap {
		width: 86%;
		margin-left: 8%;
	}*/

	.wordflip {
		width: 290px;
	}

	.name h1, .wordflip h1 {
		font-size: 3.583em;
	}

	#fixedsm {
		display: none;
	}

	#abssm {
		display: block;
	}
}

@media only screen and (max-height: 520px) {

	#resnav-sm {
		position: relative;
	}
}

/*viewport breakpoints - combined*/

@media only screen and (max-height: 850px) and (max-width: 668px) {

	.landercont-wrap {
	    width: 94%;
	    margin-left: 0;
	}

	#testimonial-slider .slick-dots {
		display: none;
	}
}

<style type="text/css">div, p, a, li, td { -webkit-text-size-adjust:none; }</style>
