/*
	Theme Name: Theme Name
	Version: 1.0
	Author: Conor Cussell - based on HTML5 Blank theme by @toddmotto
	Author URI: http://toddmotto.com
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font-family: 'proxima-nova-alt', sans-serif;
	font-size: 16px;
	color:#000;
	background-color: #000;
}

html, body {
	height: 100%;
	width: 100%;
	min-height: 100%;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}

img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}


.overlay {
	position: fixed;
	z-index: 1000;
	background-color: #000;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* header */
.header {
	z-index: 10;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 20px;
	background-color: #313131;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	   -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	        box-shadow: 0 1px 2px rgba(0,0,0,.2);
	        -webkit-transform:translateY(-100%);
	-ms-transform:translateY(-100%);
	transform:translateY(-100%);
}

.banner--clone{
	position:fixed;
	top:0;
	left:0;
	-webkit-transform:translateY(-100%);
	-ms-transform:translateY(-100%);
	transform:translateY(-100%);
	-webkit-transition:all 300ms ease-in-out;
	-moz-transition:all 300ms ease-in-out;
	transition:all 300ms ease-in-out}
.banner--stick {
	-webkit-transform:translateY(0%);
	-ms-transform:translateY(0%);
	transform:translateY(0%)
}
/* logo */
.header-logo {
	width: 95%;
	max-width: 60px;
	margin-left: auto;
	margin-right: auto;
}
.logo-img {
	width: 100%;
	max-width: 100%;
}

.logo {
	text-align: center;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 160px;
	height: 39px;
	margin-left: -80px;
	margin-top: -20px;
}

.subtitle {
	text-transform: uppercase;
	font-size: 20px;
	color: #fff;
	margin-top: 20px;
	font-weight: bold;
}
/* nav */
.nav {

}
/* sidebar */
.sidebar {

}
/* footer */
.footer {
padding-bottom: 20px;
}

.footer a {
	color: #fff;
}

.footer a {
	display: inline-block;
	cursor: pointer;
	border: 1px solid #fff;
	padding: 8px 12px;
	-webkit-transition: all .2s ease-in-out;
	   -moz-transition: all .2s ease-in-out;
	        transition: all .2s ease-in-out;
	    
}

.footer .container,
.footer .col-md-4,
.footer .col-md-8,
.footer .col-sm-8 {
	padding-left: 0;
	padding-right: 0;
}

.contact {
	text-align: right;
}

.footer a:hover {
	background-color: #fff;
	color: #555;
	border-color: #fff;
}

.footer a:hover {
	text-decoration: none;
}
/*------------------------------------*\
    PAGES
\*------------------------------------*/



/*------------------------------------*\
    IMAGES
\*------------------------------------*/

section {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 30px;
	padding-bottom: 30px;
}

section .container {
	border-top: 1px solid;
	border-bottom:1px solid;
	min-height: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
}

section.content .container {
	border-color: #5d585c;
}

section.gallery .container {
	border-color: #fff;
}

h2.title {
	text-align: center;
	margin-top: 0px;
	margin-bottom: 20px;
}

/* HOME */


section.main {
	position: relative;
	padding-top: 100px;
	min-height: 100%;
	width: 100%;
	background: url('img/bg.jpg') no-repeat center right scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
}

.down {
	position: absolute;
	left: 50%;
	margin-left: -12px;
	bottom: 10px;
	color: #fff;
	font-size: 24px;
	cursor: pointer;
}

.down:hover {
	color: #fff;
}

.down:active {
	color: #fff;
}

.down:focus {
	color: #fff;
}

/*CONTENT */

.video-wrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

section.content {
	position: relative;
	width: 100%;
	background:url(img/content-bg.jpg);
	color: #313131;
}

.about p {
	font-size: 18px;
}

.festivals {
	margin-top: 80px;
}

.festivals p {
}

.festival a {
	display: block;
	margin-top: 10px;
}

.wreath {
	width: 50px;
	height: 47px;
}

.festival {
	text-align: center;
	margin-top: 20px;
}

/*GALLERY*/

section.gallery {
	position: relative;
	width: 100%;
	background:#000;
	color: #fff;
}


#stills-carousel .item {
	padding-left: 15px;
	padding-right: 15px;
}

#stills-carousel button {
	background-color: transparent;
	border:none;
}

#stills-carousel button:focus {
	outline: none;
}

.slick-prev {
	position: absolute;
	left: -10px;
	margin-top: -10px;
	top: 50%;
}

.slick-next {
	position: absolute;
	right: -10px;
	margin-top: -10px;
	top: 50%;
}



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/
h1, h2, h3, h4 {
	font-weight: 700;
	font-family: "adobe-garamond-pro";
	letter-spacing: 1px;
}

p {
	font-family: 'proxima-nova-alt', sans-serif;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media screen and (max-width:768px) {
	.content .container,
	.gallery .container,
	.content .container .col-md-6 {
		padding-left: 0;
		padding-right: 0;
	}

	.festivals {
		margin-top: 30px;
	}

	.footer a {
	color: #fff;
}

.footer a {
	display: block;
	cursor: pointer;
	border: 1px solid #fff;
	padding: 8px 12px;
	margin-left: auto !important;
	margin-right: auto;
	margin-top: 10px;
	max-width: 150px;
	-webkit-transition: all .2s ease-in-out;
	   -moz-transition: all .2s ease-in-out;
	        transition: all .2s ease-in-out;
	    
}


.footer .container {
	padding-left: 15px;
	padding-right: 15px;
}

.contact {
	text-align: center;
}

.socials {
	text-align: center;
}

.footer a:hover {
	background-color: #fff;
	color: #555;
	border-color: #fff;
}

.footer a:hover {
	text-decoration: none;
}

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
