/*
Theme Name: Zoe Gilby
Theme URI: http://underscores.me/
Author: Sleeky
Author URI: http://www.sleeky.co.uk
Description: Zoe Gilby Custom Theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: zoe-gilby
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.

Zoe Gilby 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.com/normalize.css/
*/


/* Text meant only for screen readers. */
.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: 14px;
	font-size: 14px;
	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;
}


@font-face {
	font-family: 'FjallaOne';
	src: url('fonts/fjalla-one/FjallaOne.eot');
	src: url('fonts/fjalla-one/FjallaOne.eot?#iefix') format('embedded-opentype'),
		 url('fonts/fjalla-one/FjallaOne.woff2') format('woff2'),
		 url('fonts/fjalla-one/FjallaOne.woff') format('woff'),
		 url('fonts/fjalla-one/FjallaOne.ttf') format('truetype'),
		 url('fonts/fjalla-one/FjallaOne.svg#FjallaOne') format('svg');
	font-weight: normal;
	font-style: normal;
}
/*@font-face {
	font-family: 'Lato';
	src: url('fonts/lato/Lato-Regular.eot');
	src: url('fonts/lato/Lato-Regular.eot?#iefix') format('embedded-opentype'),
		 url('fonts/lato/Lato-Regular.woff2') format('woff2'),
		 url('fonts/lato/Lato-Regular.woff') format('woff'),
		 url('fonts/lato/Lato-Regular.ttf') format('truetype'),
		 url('fonts/lato/Lato-Regular.svg#Lato-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Lato';
	src: url('fonts/lato/Lato-Light.eot');
	src: url('fonts/lato/Lato-Light.eot?#iefix') format('embedded-opentype'),
		 url('fonts/lato/Lato-Light.woff2') format('woff2'),
		 url('fonts/lato/Lato-Light.woff') format('woff'),
		 url('fonts/lato/Lato-Light.ttf') format('truetype'),
		 url('fonts/lato/Lato-Light.svg#Lato-Light') format('svg');
	font-weight: 300;
	font-style: normal;
}*/


html {
	box-sizing: border-box; }

*, *:before, *:after {
	box-sizing: inherit; }

body {
	-webkit-font-smoothing: antialiased;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.3;
	background-color: #000;
	color: #fff; }

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'FjallaOne', sans-serif;
	font-weight: normal;
	color: #aeb545;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 0;
	line-height: 1; }

h1 {
	font-size: 2.6em;
	margin-bottom: 20px; }

h2 {
	font-size: 1.6em;
	color: #fff;
	margin-top: 1.2em;
	margin-bottom: 0.6em;
	line-height: 1.2; }

h3 {
	font-size: 1.6em;
	color: #fff;
	margin-bottom: 0.6em;
	margin-top: 1.2em; }

h4 {
	font-size: 1.4em;
	margin-bottom: 20px; }
h5 {
	font-size: 1em; }
h6 {
	font-size: 0.8em; }

p {
	margin-top: 0; }

p.leading {
	font-size: 1.2em; }

b, strong {
	font-weight: 900; }

a {
	font-weight: 900;
	text-decoration: none;
	color: #aeb545;
	-webkit-transition: all .2s ease-out;
	        transition: all .2s ease-out; }

a:hover {
	color: #9c9c9c; }

@media screen and (min-width: 500px) {
	body {
		font-size: 17px; }
}
@media screen and (min-width: 800px) {
	body {
		font-size: 18px; }
}


.btn,
input[type="submit"] {
	font-family: 'FjallaOne', sans-serif;
	font-weight: normal;
	font-size: 1.2em;
	text-align: center;
	display: block;
	border-radius: 0;
	padding: 14px 30px;
	display: block;
	white-space: nowrap;
	margin: 20px 0 0 0;
	line-height: 0.8;
	cursor: pointer;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
	background-image: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	text-shadow: none;
	background-color: #aeb545;
	color: rgba(25,25,25,1);
	border: 0px solid #aeb545; }
	.btn:hover,
	input[type="submit"]:hover {
		color: rgba(25,25,25,1);
		background-color: #9c9c9c; }

@media screen and (min-width: 450px) {
	.btn,
	input[type="submit"] {
		margin: 0;
		display: inline-block; }
	p + .btn {
		margin-top: 10px; }
}

.list-unstyled {
	margin: 0;
	padding: 0;
	list-style-type: none; }

img {
	max-width: 100%;
	height: auto;
	display: block; }

.container {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 1;
	padding: 0 20px;
	height: 100%; }

.container-sm {
	max-width: 900px;
	margin-left: auto;
	margin-right: auto; }

.clearfix {
	display: block;
	clear: both; }

.iframe-container {
	position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; }
.iframe-container iframe,
.iframe-container object,
.iframe-container embed {
	position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	background-color: #000;
	pointer-events: none;
	-webkit-transition: all .2s ease-out;
	        transition: all .2s ease-out; }
.main-overlay {
	position: fixed;
	z-index: 3;
	background-color: #000;
	-webkit-transition: all .2s ease-out;
	        transition: all .2s ease-out; }


.section {
	padding: 40px 0; }

.section.alt {
	background-color: #f7f7f7; }

.section.highlight {
	background-color: #3ea9f5;
	color: #fff; }
	.section.highlight h2 span {
		color: #fff; }

@media screen and (min-width: 800px) {
	.section {
		padding: 80px 0; }
}

/* input */
abbr[title] {
	text-decoration: none; }

form {
	max-width: 100%; }
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
input[type="number"],
input[type="date"],
input[type="search"],
select,
textarea {
	width: 100%;
	box-sizing: border-box;
	outline: none;
	border: 1px solid #aeb545;
	padding: 10px;
	max-width: 100%;
    margin: 0;
    line-height: 1;
    position: relative;
    text-decoration: none;
    background-image: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    text-shadow: none;
    margin: 5px 0;
    background-color: #212121;
    color: #9c9c9c;
    display: block;
    border-radius: 0;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out; }

input[type="number"] {
	padding-right: 2px; }

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="date"]:focus,
select:focus,
textarea:focus,
input[type="submit"]:focus,
input[type="text"]:active,
input[type="email"]:active,
input[type="tel"]:active,
input[type="password"]:active,
input[type="number"]:active,
input[type="date"]:active,
select:active,
textarea:active,
input[type="submit"]:active {
	outline: 0;
	border-color: #9c9c9c; }

.wpcf7-list-item {
	display: block;
	margin: 5px 0; }

input[type="checkbox"] + span {
	font-size: 0.8em; }

/*-----------------*/

#content {
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-webkit-transition: all .2s ease-out;
	        transition: all .2s ease-out; }
	.page-loaded #content {
		opacity: 1;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter: alpha(opacity=100);	}


/* header */

.site-header {
	text-align: left;
	padding: 20px 0 0 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#191919+0,191919+100&0.5+0,0+100 */ /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.9) 0%,rgba(0,0,0,0.8) 60%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0.9) 0%,rgba(0,0,0,0.8) 60%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80191919', endColorstr='#00191919',GradientType=0 ); /* IE6-9 */
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 2; }
	.site-header .logo {
		display: inline-block;
		width: 200px;
		position: relative;
		z-index: 3; }
		.site-header .logo:hover {
			opacity: 0.5;
			-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; }


/* menu - generic */

.menu {
	list-style-type: none;
	margin: 0;
	padding: 0;
	line-height: 1; }
	.menu li {
		position: relative;	}
	.menu li a {
		display: block;
		padding: 10px 20px;
		font-family: 'FjallaOne', sans-serif;
		font-weight: normal;
		text-transform: uppercase;
		color: #9c9c9c; }
		.menu li:hover > a {
			color: #aeb545;	}

.menu .sub-menu {
	display: none;
	background-color: rgba(0,0,0,0.8);
	position: absolute;
	top: 90%;
	pointer-events: none;
	opacity: 0;
	left: 0;
	margin: 0;
	padding: 0;
	z-index: 10;
	text-align: left;
	transition: all .2s ease-out; }
	.menu .sub-menu li a {
		white-space: nowrap; }
.menu li:hover .sub-menu {
	top: 100%;
	opacity: 1;
	pointer-events: initial; }

/* menu - header */

.site-header .menu-toggle {
	position: absolute;
	top: 30%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	right: 20px;
	font-size: 1.8em;
	text-align: center;
	padding: 5px 10px;
	background-color: transparent;
	border: none;
	color: #aeb545;
	outline: none;
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out; }
	.site-header .menu-toggle:hover {
		color: #9c9c9c;
		cursor: pointer; }

.off-canvas-menu {
	position: fixed;
	top: 100px;
	right: -250px;
	bottom: 0;
	z-index: 12;
	width: 235px;
	overflow: auto;
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out; }
	.off-canvas-menu li a {
		padding: 20px;
		background-color: rgba(25,25,25,1);
		border-top: 1px solid #aeb545;
		border-left: 1px solid #aeb545;
		color: #aeb545; }
	.off-canvas-menu li:last-of-type a {
		border-bottom: 1px solid #aeb545; }
	.off-canvas-menu li a:hover {
		background-color: #aeb545;
		color: rgba(25,25,25,1); }

.menu-is-open .off-canvas-menu {
	right: 0; }
.menu-is-open .main-overlay {
	opacity: 0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	pointer-events: initial; }

.site-header .menu li {
	display: inline-block; }

.site-header #menu-header-left-1,
.site-header #menu-header-right-1 {
	display: none; }

@media screen and (min-width: 980px) {
	.menu .sub-menu {
		display: block;	}
	.site-header {
		text-align: center; }
		.site-header .menu-toggle {
			display: none; }
		.site-header #menu-header-left-1 {
			display: block;
			position: absolute;
			top: 40%;
			-webkit-transform: translateY(-50%);
			        transform: translateY(-50%);
			left: 0;
			right: 50%;
			padding-right: 120px; }
		.site-header #menu-header-right-1 {
			display: block;
			position: absolute;
			top: 40%;
			-webkit-transform: translateY(-50%);
			        transform: translateY(-50%);
			right: 0;
			left: 50%;
			padding-left: 120px; }
}

/* footer */


.site-footer {
	border-top: 1px solid #aeb545;
	background-color: rgba(25,25,25,1);
	color: #aeb545;
	font-size: 1em;
	text-align: center; }

.site-footer h4 {
	line-height: 1;
	text-transform: none; }

.site-footer a:hover {
	color: #9c9c9c; }

@media screen and (max-height: 799px) {
	.site-content {
		overflow: auto;	}
}
@media screen and (min-height: 800px) {
	.site-footer {
	position: fixed;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 2; }
}

.footer-mailing {
	padding: 20px 20px; }
	.footer-mailing h4 {
		margin: 0; }

.footer-mailing input {
	text-align: center; }
.footer-mailing::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #4f4f4f; }
.footer-mailing::-moz-placeholder { /* Firefox 19+ */
  color: #4f4f4f; }
.footer-mailing:-ms-input-placeholder { /* IE 10+ */
  color: #4f4f4f; }
.footer-mailing:-moz-placeholder { /* Firefox 18- */
  color: #4f4f4f; }

.footer-mailing #signup-form {
	position: relative; }
.footer-mailing #signup-form input[type="email"] {
	padding-right: 60px; }
.footer-mailing #signup-form input[type="submit"] {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 50px;
	padding: 0;
	margin: 0;
	border: 0; }
.footer-mailing #signup-form .form-error {
	position: absolute;
	bottom: 110%;
	left: 0;
	background-color: #666;
	border-radius: 4px;
	padding: 10px;
	font-size: 0.6em; }

.footer-mailing .col-left {
	padding-bottom: 10px; }
.footer-mailing .col-right {
	padding-top: 10px; }

@media screen and (min-width: 650px) {
	.footer-mailing {
		display: table;
		width: 100%; }
	.footer-mailing .col-left {
		padding-bottom: 0;
		display: table-cell;
		vertical-align: middle;
		text-align: left; }
	.footer-mailing .col-right {
		padding-top: 0;
		display: table-cell;
		vertical-align: middle;
		text-align: right; }	
}

.footer-main {
	border-top: 1px solid #aeb545;
	padding-top: 20px;
	padding-bottom: 10px;
	position: relative;
	font-size: .8em; }
.footer-left {
	padding-bottom: 20px; }
.footer-right {
	padding-top: 20px;
	padding-bottom: 10px; }

.site-footer .logo {
	display: inline-block;
	width: 60px;
	position: relative;
	z-index: 3; }
	.site-footer .logo:hover {
		opacity: 0.5;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; }

.site-footer .social-list li {
	display: inline-block;
	font-size: 2em;
	padding-right: 20px; }
	.site-footer .social-list li:last-of-type {
		padding-right: 0; }

.sleeky svg {
	height: 16px;
	width: auto;
	position: relative;
	bottom: -4px;
	right: -1px; }

.sleeky a:hover {
  color: #9c9c9c; }

.sleeky svg path.sleeky-logo {
  fill: #aeb545;
  -webkit-transition: all .2s ease-out;
          transition: all .2s ease-out; }
.sleeky a:hover svg path.sleeky-logo {
  fill: #9c9c9c; }


@media screen and (min-width: 730px) {
	.footer-left {
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		        transform: translateY(-50%);
		left: 20px;
		right: 50%;
		padding-bottom: 0;
		padding-right: 80px;
		text-align: left; }
	.footer-right {
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		        transform: translateY(-50%);
		right: 20px;
		left: 50%;
		padding-top: 0;
		padding-bottom: 0;
		padding-left: 80px;
		text-align: right; }	
}

/* main content */

.site-content {
	margin-top: 134px;
	position: relative; }


.page-background {
	position: absolute;
	background-image: url(img/zoe2.jpg);
	background-size: contain;
	background-position: bottom right;
	background-repeat: no-repeat;
	top: -100px;
	right: 50%;
	bottom: 0;
	width: 50%;
	z-index: -1;
	max-width: 600px; }

.page-text {
	position: absolute;
	top: 20px;
	bottom: 20px;
	left: 50%;
	width: 50%;
	max-width: 500px;
	padding: 10px 20px 10px 40px;
	overflow: auto; }
	.page-text::-webkit-scrollbar-track {
		border: 0px solid black;
		background-color: transparent; }
	.page-text::-webkit-scrollbar {
		width: 10px;
		background-color: transparent; }
	.page-text::-webkit-scrollbar-thumb {
		background-color: #aeb545; }

@media screen and (max-width: 599px) {
	.page-background {
		left: 0;
		right: 0;
		width: 100%;
		opacity: 0.3;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)"; }
	.page-text {
		position: static;
		left: 0;
		padding-top: 40px;
		right: 0;
		width: 100%;
		padding: 10px 20px 10px 20px; }
}

@media screen and (min-width: 600px) {
.page-left .page-background {
	right: auto;
	left: 50%;
	background-position: bottom left; }
.page-left .page-text {
	left: auto;
	right: 50%; }
}

/* home */

.home .entry-content {
	font-family: 'FjallaOne', sans-serif;
	font-size: 2em;
	line-height: 1.2;
	padding-top: 40px; }
	.home .entry-content span {
		color: #aeb545; }
	.home .entry-content p {
		padding-left: 60px;
		padding-right: 20px;
		position: relative;
		margin-bottom: 20px; }
	.home .entry-content p:before {
		display: block;
		content: "";
		position: absolute;
		top: -10px;
		left: 10px;
		width: 50px;
		height: 50px;
		background-image: url(img/icon-quote.svg);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: bottom-right; }
	.home .entry-content ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		text-align: right;
		font-size: 0.6em;
		text-transform: uppercase; }
		.home .entry-content ul li {
			display: inline-block;
			position: relative;
			padding-left: 20px; }
		.home .entry-content ul li:before {
			display: block;
			content: "";
			position: absolute;
			top: 50%;
			left: 0;
			width: 10px;
			height: 2px;
			background-color: #fff;	}

@media screen and (min-width: 500px) {
.home .entry-content {
	padding-top: 0;
	position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
	font-size: 2.4em; }
	.home .entry-content p:before {
		top: -30px; }
}
/* gigs */

.gig {
	margin-bottom: 40px; }
.gig:last-of-type {
	margin-bottom: 0; }
	.gig h3 {
		margin: 0;
		line-height: 1.1; }
	.gig h3:nth-of-type(2) {
		color: #aeb545; }
	.gig p {
		margin: 10px 0;	}
	.gig a {
		margin-top: 20px;
		font-size: 0.8em; }

.gig-meta {
	margin: 10px 0;
	font-size: 0.8em; }
.gig-meta li {
	display: inline-block;
	font-weight: 900;
	margin-right: 20px;
	position: relative; }
	.gig-meta li:after {
		display: block;
		content: "";
		height: 6px;
		width: 6px;
		background-color: #fff;
		border-radius: 50%;
		position: absolute;
		right: -15px;
		top: 50%;
		margin-top: -3px; }
	.gig-meta li:last-of-type {
		margin-right: 0; }
		.gig-meta li:last-of-type:after {
			display: none; }

.site-header .menu .sub-menu li {

    display: block;

}