/*
Theme Name: Hatton & Vernon
Author: Red Sentence Ltd
Author URI: http://www.redsentence.co.uk

Breakpoints:
@media screen and (min-width:640px)
@media screen and (min-width:1024px)

*/

@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600i,700,700i');
@import url('https://fonts.googleapis.com/css?family=Alice');

* {
	box-sizing:border-box;
	margin:0;
	padding:0;
}

body {
	font:normal 16px/30px 'open sans',sans-serif;
	background:#fff;
	position:relative;
	transition:right 0.5s;
	right:0;
	color:#333;
}

body.menu {
	right:300px;
}

body.menu:before {
	content:".";
	display: block;
	text-indent: -9999px;
	width:100vw;
	height:100vh;
	background:rgba(0,0,0,0.5);
	position:fixed;
	top:0;
	left:0;
}

img {
	max-width:100%;
}

.button {
	background:#a01626;
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
    padding: 10px 50px;
    font-weight: bold;
    display: inline-block;
    font-size: 12px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}

.button:hover {
	background:#000;
}

/* Header
------------------------------------------------*/

.header {
	text-align:center;
	font-size:14px;
	text-transform: uppercase;
	padding:20px 0 0;
}

.header img {
	margin:0 0 10px 0;
}

@media screen and (max-width:640px) {
	.header img {
		max-width:280px;
	}
}

.header ul {
	display: none;
}

.toggle-menu {
	cursor: pointer;
}

@media screen and (min-width:640px) {
	.header ul {
		display: block;
		height: 50px;
	}
	.toggle-menu {
		display: none;
	}
}

.header li {
	display:inline;
	margin:0 13px;
	position: relative;
	padding: 20px 0;
}

.header a {
    color: #333;
    text-decoration: none;
    font-size: 12px;
    letter-spacing: 2px;
}

.header a:hover {
	color:#ccc;
}

.header .sub-menu {
	position: absolute;
	width:340px;
	list-style: none;
	background:rgba(255,255,255,0.9);
	height:0;
	overflow: hidden;
	z-index: 9;
	letter-spacing:1px;
	left: 0;
}

.header li:hover .sub-menu {
	height:auto;
	padding-top: 20px;
}

.header .sub-menu li {
	height: 40px;
	line-height: 40px;
	width: 100%;
    display: block;
    padding: 0;
    text-align: left;
}

.header .sub-menu li a {
	height: 40px;
	line-height: 40px;
}

/* Mobile Menu
------------------------------------------------*/

.off-canvas {
	background:#fff;
	position:fixed;
	top:0;
	right:-320px;
	width:320px;
	max-width:100%;
	height:100%;
	padding:15px 0;
	font-size:1.25rem;
	    z-index: 999;
	transition:right 0.5s;
}

@media screen and (min-width:640px) {
	.off-canvas {
		display: none;
	}
}

.off-canvas-open {
	right:0;
}

.off-canvas ul {
	list-style:none;
}

.off-canvas a {
	display:block;
	color:#000;
	padding:5px 30px;
	text-decoration:none;
	font-size: 16px;
}

.off-canvas ul li ul li a {
	padding-left: 50px;
} 

.off-canvas .toggle-menu {
	display:block;
	color:#000;
	padding:15px 30px;
	text-decoration:none;
}

.off-canvas .toggle-menu {
	text-align: right;
}

/* Hero image
------------------------------------------------*/

.hero {
	padding:120px 20px;
	text-align:center;
	margin:0 0 30px 0;
	background-size:cover;
	background-position:center;
	position: relative;
}

.overlay {
	position: absolute;
	left: 0;
	top:0;
	width: 100%;
	height: 100%;
	background: rgba(160,22,38,0.7);
	z-index:1;
}

.home .overlay {
	    background: rgba(0,0,0,0.2);
}

@media screen and (min-width:640px) {
	.hero {
		padding:240px 20px;
	}
}

.hero h1 {
	font-size:40px;
	line-height:50px;
	text-transform: uppercase;
	letter-spacing: 5px;
	max-width:1060px;
	margin:0 auto;
	color:#fff;
	z-index: 2;
	position: relative;
}

@media screen and (min-width:640px) {
	.hero h1 {
		font-size:80px;
		line-height:100px;
	}
}

.hero h1 span {
	color:#000;
}

.home .hero h1 span {
	color:#fff;
}

.home-intro {
	text-align:center;
	max-width:1170px;
	margin:auto;
	padding:20px;
}

.home-intro h2 {
    font-size: 30px;
    line-height: 46px;
    font-weight: normal;
    margin: 0 0 40px 0;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.home-intro h2 span {
	font-family:'alice',sans-serif;
	color:#a01626;
}

.home-intro p {
	font-size:20px;
	line-height:30px;
	margin:0 0 40px 0;
}

.home-intro p:first-of-type {
	font-size:24px;
	line-height:34px;
}

.column-section {
	max-width:1200px;
	margin:0 auto;
}

.column-section:before {
	content:".";
	display:block;
	text-indent:-9999px;
	border-top:solid 1px #000;
	height:1px;
	margin:0 20px;
}

.column-section:after {
	content:"";
	display: table;
	clear: both;
}

.column-section h3 {
	text-transform: uppercase;
	font-weight: normal;
	font-size:28px;
	line-height:40px;
	margin:0 0 20px 0;
}

.column-third,
.column-half {
	padding:40px 20px;
}

.page-id-2 .column-half p strong {
    margin-top: 20px;
    display: block;
}

.page-id-2 .column-half p {
    margin-bottom: 15px
}

@media screen and (min-width:640px) {
	.column-third,
	.column-half {
		float:left;
	}
	.column-third {
		width:33.33%;
	}
	.column-half {
		width:50%;
	}
}

.page-content-inner .column-half {
	padding: 20px;
}

.page-content-inner .column-half img {
	width: 80%;
	height: auto;
	margin: 0 auto;
}

ol {
    padding-left: 20px;
    margin-bottom: 30px;
}

ol li {
    margin-bottom:10px
}

/* Features
------------------------------------------------*/

.home-features {
	text-align: center;
}

.home-features .column-third {
	float: none;
	display: inline-block;
}


.home-features h3,
.home-features img,
.home-features p {
	margin:0 0 30px 0;
}

h3 strong {
	color:#a01626;
}

p.larger {
	font-size:18px;
	line-height:40px;
}

.image-buttons:after {
	content:"";
	display:table;
	clear:both;
}

.image-buttons-item {
	width:50%;
	float:left;
	position:relative;
	padding:0 1px;
	overflow: hidden;
	display: block;
}

@media screen and (min-width:640px) {
	.image-buttons-item {
		padding:0 0 0 20px;
	}
}

@media screen and (min-width:640px) and (max-width:900px) {
	.image-buttons-item {
		width:100%;
		height:200px;
		margin:10px 0;
	}
}

.image-buttons-item img {
	width:100%;
}

@media screen and (min-width:640px) and (max-width:900px) {
	.image-buttons-item img {
		position:relative;
		top:-75px;
	}
}

.image-buttons-item h4 {
	position: absolute;
	bottom:0;
	background:#a01626;
	color:#fff;
	text-align:center;
	width:100%;
	padding:20px 10px;
	font-weight: bold;
	text-transform: uppercase;
	font-size:18px;
}

.image-buttons-item:hover h4 {
	background:#000;
}

@media screen and (min-width:640px) {
	.image-buttons-item h4 {
		padding:20px 25px 20px 10px;
	}
}

.quote {
	font-size:24px;
	line-height:50px;
	font-style:italic;
	text-align:center;
}

.quote strong {
	font-weight:600;
}

.page-content-inner {
	padding:40px 20px 20px;
}

.page-content h1,
.page-content h2,
.page-content h3 {
	margin:0 0 30px 0;

}

.page-content p {
	margin:0 0 15px 0;
}

.page-content h3 {
	font-size:22px;
}

.page-content a {
	color:#a01626;
}

.page-content-inner ul {
    padding: 0 0 30px 30px;
}

.gallery img {
    border: 2px solid #cfcfcf;
    width: 60%!important;
    height: auto!important;
}

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

	dl.gallery-item {
	    width: 50%!important;
	}

}



/* Footer
------------------------------------------------*/

.footer-logo {
	text-align:center;
}

.footer {
	max-width:1200px;
	margin:auto;
	text-align:center;
	padding:0 20px 40px;
	font-size:14px;
	line-height:18px;
}

.footer:before {
	content:".";
	display:block;
	text-indent:-9999px;
	border-top:solid 1px #000;
	height:1px;
	margin:0 0 40px 0;
}

.footer p {
	margin:0 auto 20px;
	max-width:780px;
}

.footer-social li {
	display:inline;
	margin:0 5px;
}

.footer-social a {
	display:inline-block;
	text-indent:-9999px;
	width:50px;
	height:50px;
	background:url(img/social.png);
}

.footer-social a:hover {
	opacity:0.5;
}

.footer-social-googleplus a {
	background-position:-50px 0;
}

.footer-social-twitter a {
	background-position:-100px 0;
}

.footer-social-instagram a {
	background-position:-150px 0;
}

@media screen and (min-width:640px) {
	form {
		padding:20px 0 0 0!important;
	}
}

label {
	display: none!important;
}

input {
	width:100%!important;
}

input,textarea {
	background:#a01626;
	color:#fff;
	font:normal 16px/30px 'open sans',sans-serif;
	border:0;
	padding:7px 15px!important;
}

input[type="submit"] {
	width:auto!important;
	background:#000;
	text-transform: uppercase;
	font-size:18px;
	font-weight:bold;
	padding:7px 25px!important;
	margin:-15px 0 0 0!important;
}

::-webkit-input-placeholder {
  color: #fff;
}

::-moz-placeholder {
  color: #fff;
}

:-ms-input-placeholder {
  color: #fff;
}

:-moz-placeholder {
  color: #fff;
}



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

	header {
		padding-bottom: 10px;
	}

	.header a {
	    letter-spacing: 1px;
	}

	.header li {
    	margin: 0 8px;
	}

}
