/*
Theme Name: forge
Theme URI: https://boltwood.com
Author: Tom Boltwood
Author URI: https://boltwood.com
Description: A custom theme developed for l' Ancienne Forge
Version: 1

forge WordPress Theme © 2015 Chillifish
*/

html, button, input, select, textarea,
.pure-g [class *= "pure-u"] {
    /* Set your content font stack here: */
	font-family: 'Raleway', sans-serif;
}

body {
	background: #3a0404;
	color: #600505;
}

header {
	color: #fff;
}

#content header {
	color: #2b272a;
}

.pure-menu {
	text-align: center;
	background: #e0d4be;
}

.pure-menu-list {
	border-top: 1px solid #dd974b;
	border-bottom: 1px solid #dd974b;
	margin: 0.5em 0;
	width: 100%;
}

.pure-menu-link {
	color: #3a0404;
}

.slicknav_menu {
	display:none;
}

.custom-header {
	background: #600505;
	padding: 1em 2em;
}

.custom-header h1 {
	text-align: right;
	font-weight: normal;
	color: #dd974b;
	font-size: 1.3em;
}

.travel-myth {
	float: left;
}

.travel-myth img {
	width: 120px;
}

.logo {
	font-family: 'Alex Brush', cursive;
	font-size: 3.75em;
	line-height: 0.8;
}

.contact {
	text-align: right;
	font-size: 1.2em;
	line-height: 1.2;
}

.contact p {
	margin: 10px 0 5px;
}

.contact .strapline {
	font-size: 0.75em;
	color: #dd974b;	
}

img.facebook {
	margin-top: 5px;
}

.main-content.container {
	padding: 1.5em;
	background: #f2efe9;
}

.small-hero-content {
	background: #600505;
	height: 100%;
	font-size: 0.9em;
	padding-bottom: 1.5em;
	color: #fff;
}

.small-hero-content.left {
	margin-top: 0em;
	margin-bottom: 0em;
}

.small-hero-content.centre,
.small-hero-content.right {
	margin-top: 1.5em;
	margin-bottom: 0em;
}

.small-hero-content h2 {
	margin: 0.5em 1em;
	text-align: center;
	color: #dd974b;
	font-weight: normal;
}

.small-hero-content p {
	margin: 1em 1.5em;
}

.hero-content {
	background: #e0d4be;
	border: 2px solid #dd974b;
	margin-bottom: 1.5em;
}

.hero-content-text {
	padding: 1em;
}

.hero-content-text h2 {
	margin-bottom: 0;
}

.hero-content-text h3 {
	margin-top: 0;
	font-size: 1em;
}

.hero-content-text .pure-button {
	float: right;
	background: #600505;
	color: #dd974b;
}

.guest-comment {
	border-bottom: 1px solid #dd974b;
}

.guest-name {
	margin-bottom: 0;
	font-size: 0.85em;
	font-weight: 700;
}

.stay-date {
	margin-top: 0.25em;
	font-size: 0.85em;
}

.footer-menu {
	font-size: 0.75em;
}

.address-container {
	margin-top: 1.5em;
	margin-left: 1.5em;
}

.footer-menu .pure-menu-list {
	border: 0;
	margin: 0;
}

.alignleft {
	float: left;
	margin-right: 1em;
}

.alignright {
	float: right;
	margin-left: 1em;
}

/* 
 * Flexslider overrides
 */
.flexslider {
    background: none repeat scroll 0 0 #ffffff;
    border: 0;
    border-radius: 0;
    margin: 0;
}

.flex-caption {
	margin: 0;
	padding: 1em;
	width: 100%;
	background: #000;
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	bottom: 0;
	color: #fff;
	display: none;
}

/* 
 * Google maps
 */
.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	margin-top: 1.5em;
	margin-left: 1.5em;
	height: 0;
	overflow: hidden;
	max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

/* 
 * Responsive stuff
 */
@media screen and (max-width: 48em) {

	/* #menu is the original menu */
	#menu {
		display:none;
	}
	.slicknav_menu {
		display:block;
	}
	.travel-myth {
		float: none;
	}
	.hero-content-text .pure-button {
		margin-top: -1em;
	}
	.embed-container {
		margin-left: 0;
	}
	.address-container {
		margin-left: 0;
	}
}

@media screen and (min-width: 48em) {
	
	.pure-menu-horizontal.pure-menu-scrollable {
		padding: 0;
	}
	.small-hero-content.left {
		margin-top: 0;
		margin-right: 1em;
	}
	.small-hero-content.centre {
		margin-top: 0;
		margin-left: 0.5em;
		margin-right: 0.5em;
	}
	.small-hero-content.right {
		margin-top: 0;
		margin-left: 1em;
	}
	.guest-comment {
		margin: 1em;
	}
	.guest-comment.left {
		margin-left: 0;
		margin-right: 2em;
	}
	.guest-comment.right {
		margin-left: 2em;
		margin-right: 0;
	}
}
/* 
 * End responsive stuff
 */