/*
Theme Name: Reiff Climbing Festival
Theme URI: http://underscores.me/
Author: Jonathan Creative
Author URI: http://www.jonathan-creative.com
Description: A bespoke theme for Reiff Climbing Festival
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: rcf
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.

Reiff Climbing Festival 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/
*/

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

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

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

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

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

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

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
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	margin:0;
	padding:0;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;

}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
	font-family: 'Open Sans', sans-serif;

}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover,
a:focus,
a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

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

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


/*--------------------------------------------------------------
## Homepage
--------------------------------------------------------------*/
@font-face {
    font-family: 'league_gothicregular';
    src: url('fonts/leaguegothic-regular-webfont.woff') format('woff2'),
         url('fonts/leaguegothic-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

a {
	text-decoration:none;
}

p {
	line-height:1.8em;
	margin:10px 0;
}

h2 {
	font-family: 'league_gothicregular';
	text-transform:uppercase;
	font-size:2em;
	font-weight:normal;
	padding:5px 0;
	margin:0;
	line-height:1.3em;
}

h2.intro {
	font-family: 'league_gothicregular';
	text-transform:initial;
	font-size:2.5em;
	font-weight:normal;
	font-family: 'Open Sans', sans-serif;
	font-weight:300;
}

section#hero {
}

section#hero img {
	display:block;
}

section#cta {
	background:url(assets/red-bg.jpg);
	padding:15px 30px;
	color:#ffffff;
	overflow:auto;
}

section#cta a {
	color:#ffffff;
	padding:7px 35px;
}

section#cta h2 {
	width:calc(100% - 180px);
	float:left;
}

section#cta .btn {
	display:inline-block;
	width:auto;
	float:right;
	cursor:pointer;
}

section#intro {
	padding:100px 30px;
}

section#intro .row {
	margin:0 auto;
	max-width:800px;
}

section#programme {
	margin-bottom:80px;
	overflow:auto;
}

section#programme .six {
	width:50%;
	display:inline-block;
	padding:5%;
}

section#programme .six.left {
	float:left;
	background:url(assets/red-bg.jpg);
	color:#ffffff;
}

section#programme .six.left h2 {
	font-size:4em;
}

section#programme .six.left a {
	color:#ffffff;
}

section#tickets {
	background:url(assets/red-bg.jpg);
	padding:80px;
	margin-top:40px;
	color:#ffffff;
	text-align:center;
	overflow:auto;
}

section#tickets ul {
	max-width:1000px;
	text-align:left;
	margin:20px auto 0 auto;
	padding:0;
}

section#tickets ul li {
	width:calc(50% - 3px);
	padding:0 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	list-style:none;
	margin:0 0 70px 0;
	display:inline-block;
	vertical-align:top;
}

section#tickets ul li img {
	display:block;
	width:100%;
	margin:0 0 30px 0;
}

section#tickets ul li h3 {
	font-size:2.6em;
	font-family: 'league_gothicregular';
	text-transform:uppercase;
	font-weight:normal;
	width:75%;
	float:left;
	line-height:1.1em;
	margin:0 0 5px 0;
}

section#tickets ul li span {
	width:100%;
	height:2px;
	display:block;
	background:#ffffff;
	float:left;
	margin:0 0 10px 0;
}

section#tickets ul li .price {
	font-size:2.6em;
	font-family: 'league_gothicregular';
	text-transform:uppercase;
	font-weight:normal;
	width:25%;
	text-align:right;
	float:right;
	line-height:1.1em;
}

section#tickets ul li p {
	width:100%;
	float:left;
}

section#tickets ul li a.btn {
	margin:20px 0 0 0;
}

.btn {
	padding:7px 35px;
	text-align:center;
	font-size:1.6em;
	font-family: 'league_gothicregular';
	display:block;
	border:1px solid #ffffff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-transform:uppercase;
	display:inline-block;
	width:100%;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

#tickets .product-info-bottom {
	position:absolute;
	bottom:0;
	bottom:15px;
	left:25px;
	width:calc(100% - 50px);
}

.btn:hover {
	background:#ffffff;
	color:black !important;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

#tickets ul li h2 {
	font-size:2.8em;
	line-height:1em;
}

#tickets ul li img {
	display:block;
	padding:0;
	margin:0;
}

.product-info {
	position:absolute;
	top:0;
	padding:25px;

}

section#tickets h2 {
	font-size:4em;
}

section#tickets a {
	color:#ffffff;
}

.more-info {
	width:100%;
	text-align:center;
	display:block;
	margin-top:10px;
	cursor:pointer;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.more-info:hover {
	opacity:0.5;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

section#stay {
	background-image:url(assets/stay-bg.jpg);
	background-size:cover;
	color:#ffffff;
	padding:110px 80px;
	background-attachment:fixed;
}

section#stay a {
	color:#ffffff;
	text-decoration:underline;
}

section#stay a:hover {
	opacity:0.5;
}

section#stay h2 {
		font-size:6em;
		line-height:1em;
		max-width:230px;
}

section#stay .left {
	width:50%;
	float:left;
}

section#stay .right {
	width:50%;
	display:inline-block;
}

section#contact {
	background:url(assets/red-bg.jpg);
	overflow:auto;
	color:#ffffff;
	position:relative;
}

section#contact a {
	color:#ffffff;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

section#contact a:hover {
	opacity:0.5;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

section#contact .left {
	width:50%;
	float:left;
}

section#contact .left img {
	display:block;
}

section#contact .right {
	width:50%;
	display:inline-block;
	padding:0 80px;
	top:50%;
	position:absolute;
	-webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

section#facebook {
	background:#1a1a1a;
	color:#ffffff;
	overflow:auto;
}

section#facebook h2 {
	padding:46px 20px 20px 40px;
	width:calc(100% - 340px);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float:left;
}

section#contact .right h2 {
	font-size:4em;
	line-height:1em;
}

.fb-page {
	display:inline-block;
	width:340px;

}

footer {
	padding:20px 40px;
	text-align:center;
	width:100%;
}

/* Responsive - 768 */
@media all and (max-width: 1220px) {
	section#tickets {
    padding:40px;
}

#tickets ul li h2, #tickets ul li span.price {
    font-size: 2.4em;
}

#tickets ul li {
    width: calc(25% - 20px);
    margin: 0;
    padding: 0;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 0 20px 0 0;
}

.product-info {
    position: absolute;
    top: 0;
    padding: 15px;
}

#tickets .product-info-bottom {
    position: absolute;
    bottom: 0;
    bottom: 15px;
    left: 15px;
    width: calc(100% - 30px);
}

}

/* Responsive - 1024 */
@media all and (max-width: 1024px) {
	section#intro {
    padding: 40px 30px;
}

h2.intro{
    font-size: 1.8em;
}

section#tickets h2, section#programme .six.left h2   {
	font-size:2.8em;
}

section#tickets {
    background: url(assets/red-bg.jpg);
    padding: 40px;
    margin-top: 0px;
    color: #ffffff;
}

section#programme {
    margin-bottom: 60px;
    overflow: auto;
}

section#stay h2, section#contact .right h2 {
    font-size: 2.8em;
    line-height: 1em;
		max-width:100%;
}

section#stay .right, section#stay .left {
	width:100%;
}

section#stay {
    background-image: url(assets/stay-bg.jpg);
    background-size: cover;
    color: #ffffff;
    padding: 80px 30px;
    background-attachment: fixed;
}

section#programme .six {
	padding:30px;
}

section#facebook h2 {
    padding: 29px 20px 20px 40px;
	}

section#contact .right {
    width: 50%;
    display: inline-block;
    padding:0 30px;
    top: 50%;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#tickets ul li {
    width: calc(50% - 18px);
    margin: 0;
    padding: 0;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 0 30px 30px 0;
}

#tickets ul li:last-child {
    margin-right: 0;
}

#tickets ul li img {
	width:100%;
}

#tickets ul li:nth-child(2n+2) {
    margin-right: 0;
}

}


/* Responsive - 768 */
@media all and (max-width: 768px) {

	section#tickets ul li {
		width:100%;
		padding:0;
	}

	section#tickets ul li h3, section#tickets ul li .price {
    font-size: 1.8em;
	}

		section#cta {
			padding:15px 20px 25px 20px;
		}

		section#cta .btn {
	    float: left;
	}

	section#cta h2 {
    width: 100%;
    float: left;
}

	section#intro {
    padding: 40px 20px;
}

h2.intro {
    font-size: 1.5em;
}

p {
	font-size:0.9em;
}

section#programme .six {
	width:100%;
}

section#programme {
    margin-bottom: 0px;
}

section#programme .six {
	padding:40px 20px;
}

section#tickets {
    padding: 40px 20px 0 20px;
    margin-top: 0px;
}
section#tickets h2 {
    font-size: 2.6em;
}

section#stay {
    padding: 60px 20px;
		background-attachment:scroll;
		background-position:center;
}

section#stay h2, section#contact .right h2 {
    font-size: 2.6em;
    line-height: 1em;
}

section#stay .right, section#stay .left {
	width:100%;
}

section#contact .left, section#contact .right {
	width:100%;
}

section#contact {
	overflow:initial;
}

section#contact .right {
	position:relative;
	top:0;
	-webkit-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transform: translateY(0%);
	padding:40px 20px;
}

section#facebook h2 {
	width:100%;
  padding: 0 0 15px 0;
}

section#facebook {
	padding:40px 20px;
}

footer {
	font-size:0.9em;
}

.btn {
	font-size:1.3em;
}

#tickets ul li {
    width: 100%;
    margin: 0 0 20px 0;
}

#tickets ul li img {
	width:100%;
}

.product-info {
	padding:20px;
}

#tickets .product-info-bottom {
    bottom: 20px;
    left: 20px;
    width: calc(100% - 40px);
}

#tickets ul li h2, #tickets ul li span.price {
    font-size: 2.6em;
}

.fb-page {
	width:100%;
}


}