/*
 * Theme Name: Sussex Lettings
 * Version:    1.0
 * Author:     Alex Southan
 * Author URI: http://southan.me/
 */

@-webkit-viewport { width: device-width }
@-moz-viewport    { width: device-width }
@-ms-viewport     { width: device-width }
@-o-viewport      { width: device-width }
@viewport         { width: device-width }

@-webkit-keyframes fadeIn {
	0%   { opacity: 0 }
	50%  { opacity: 0 }
	100% { opacity: 1 }
}

@-moz-keyframes fadeIn {
	0%   { opacity: 0 }
	50%  { opacity: 0 }
	100% { opacity: 1 }
}

@keyframes fadeIn {
	0%   { opacity: 0 }
	50%  { opacity: 0 }
	100% { opacity: 1 }
}

html, body, div, object, iframe, img, h1, h2, h3, h4, h5, h6, p, blockquote, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
nav, output, ruby, section, summary,
time, mark, audio, video, progress {
	vertical-align: baseline;
	font-size: 100%;
	padding: 0;
	margin: 0;
	border: 0;
	font: inherit;
}

figcaption,
section,
article,
details,
figure,
footer,
header,
aside,
nav {
	display: block;
}

label[for] {
	cursor: pointer;
}

textarea,
button,
select,
input {
	vertical-align: middle;
	font-size: 100%;
	margin: 0;
	font: inherit;
}

html,
body {
	background-color: #fff;
	color: #000;
}

html {
	-webkit-text-size-adjust: 100%;
	    -ms-text-size-adjust: 100%;
}

body {
	font: 100%/1.4 "Source Sans Pro", sans-serif;
}

img {
	-ms-interpolation-mode: bicubic;
	max-width: 100%;
	margin: 0 auto;
	height: auto;
}

pre {
	overflow: auto;
}

ul,
ol {
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Lora, serif;
	line-height: 1.15;
	font-weight: 400;
}

p {
	margin-bottom: 15px;
}

a {
	text-decoration: none;
	color: inherit;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Utils
-------------------------------------*/
.loading {
	position: relative;
}

.loading:before {
	background-color: rgba(255, 255, 255, .5);
	position: absolute;
	content: " ";
	z-index: 99;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
}

.loading:after {
	-moz-osx-font-smoothing: grayscale;
	 -webkit-font-smoothing: antialiased;
	-webkit-animation: fa-spin 2s infinite linear;
	        animation: fa-spin 2s infinite linear;
	text-rendering: auto;
	position: absolute;
	content: "\f110";
	z-index: 100;
	margin: -20px 0 0 -20px;
	font: normal normal normal 40px/1 FontAwesome;
	left: 50%;
	top: 50%;
}

.message,
.warning {
	border-bottom: 1px solid #792c5c;
	margin-bottom: 1em;
	border-top: 1px solid #792c5c;
	text-align: center;
	font-size: 1.25em;
	padding: 1em;
	color: #792c5c;
}

.warning {
	background-color: #f9e2e6;
	border-color: #9d1129;
	color: #9d1129;
}

.nowrap {
	white-space: nowrap;
}

.poster {
	display: block;
	width: 100%;
}

/* Forms
-------------------------------------*/
.form-field {
	margin-top: 15px;
	zoom: 1;
}

.form-field:after {
	display: table;
	content: " ";
	clear: both;
}

.form-field:first-child {
	margin-top: 0;
}

.form-label {
	position: absolute;
	overflow: hidden;
	height: 1px;
	width: 1px;
	left: -1px;
	top: -1px;
}

input[type=password],
input[type=number],
input[type=search],
input[type=email],
input[type=text],
input[type=tel],
input[type=url],
textarea,
select {
	-webkit-border-radius: 3px;
	        border-radius: 3px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	background-color: #fff;
 	max-width: 100%;
	padding: .5em;
	border: 1px solid #e0dcde;
	width: 100%;
}

input[type=password],
input[type=number],
input[type=search],
input[type=email],
input[type=text],
input[type=tel],
input[type=url],
textarea {
	-webkit-appearance: none;
}

input[type=password]:focus,
input[type=number]:focus,
input[type=search]:focus,
input[type=email]:focus,
input[type=text]:focus,
input[type=tel]:focus,
input[type=url]:focus,
textarea:focus,
select:focus {
	-webkit-box-shadow: 0 0 5px #792c5c;
	        box-shadow: 0 0 5px #792c5c;
	border-color: #792c5c;
}

textarea.invalid,
select.invalid,
input.invalid {
	-webkit-box-shadow: 0 0 5px #9d1129;
	        box-shadow: 0 0 5px #9d1129;
	border-color: #9d1129;
}

textarea {
	vertical-align: top;
	overflow: auto;
	resize: vertical;
}

input[type=submit],
input[type=button],
.button {
	-webkit-border-radius: 3px;
	        border-radius: 3px;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	white-space: nowrap;
	text-align: center;
	background: none;
	font-size: 1.125em;
	overflow: visible;
	display: inline-block;
	padding: .5em .75em;
	cursor: pointer;
	border: 1px solid #792c5c;
	color: #792c5c;
}

input[type=submit]:hover,
input[type=button]:hover,
.button:hover {
	-webkit-box-shadow: 0 0 5px #792c5c;
	        box-shadow: 0 0 5px #792c5c;
}

.form-field input[type=submit],
.form-field input[type=button] {
	width: 100%;
}

/* Filters
-------------------------------------*/
.filters input[type=submit] {
	background-color: #792c5c;
	color: #fff;
}

.filter-input[name=min] {
	width: 47.5%;
	float: left;
}

.filter-input[name=max] {
	width: 47.5%;
	float: right;
}

/* Slider
-------------------------------------*/
.no-js .slider {
	overflow: auto;
}

.slider {
	white-space: nowrap;
	font-size: 0;
}

.slide {
	white-space: normal;
	font-size: 16px;
	font-size: 1rem;
	display: inline-block;
}

.slick-slider {
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	 -khtml-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	-ms-touch-action: pan-y;
	    touch-action: pan-y;
	position: relative;
	display: block;
}

.slick-disabled {
	display: none;
}

.slick-loading {
	visibility: hidden;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-track,
.slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	   -moz-transform: translate3d(0, 0, 0);
	    -ms-transform: translate3d(0, 0, 0);
	     -o-transform: translate3d(0, 0, 0);
	        transform: translate3d(0, 0, 0);
	position: relative;
}

.slick-track {
	display: block;
	left: 0;
	top: 0;
}

.slick-track:after {
	display: table;
	content: " ";
	clear: both;
}

.slick-slide {
	-webkit-animation: fadeIn 1s;
	   -moz-animation: fadeIn 1s;
	        animation: fadeIn 1s;
	min-height: 1px;
	height: 100%;
	float: left;
}

.slick-prev,
.slick-next {
	text-shadow: 0 1px 1px #000;
	white-space: nowrap;
	text-indent: 100%;
	margin-top: -.5em;
	background: none;
	font-size: 64px;
	font-size: 4rem;
	position: absolute;
	overflow: hidden;
	outline: none;
	padding: 0;
	border: none;
	cursor: pointer;
	height: 1em;
	width: 1em;
	color: #fff;
	top: 50%;
}

.slick-prev {
	left: -.5em;
}

.slick-next {
	right: -.5em;
}

.slick-prev:before,
.slick-next:before {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-indent: 0;
	text-align: center;
	position: absolute;
	width: 100%;
	font: 1em/1em FontAwesome;
	left: 0;
	top: 0;
}

.slick-prev:before {
	content: "\f104";
}

.slick-next:before {
	content: "\f105";
}

@media screen and (min-width: 70em) {
	.slick-prev {
		left: -1em;
	}

	.slick-next {
		right: -1em;
	}
}

/* Listing
-------------------------------------*/
.listing {
	-webkit-border-radius: 3px;
	        border-radius: 3px;
	padding: .75em;
	border: 1px solid #ccc;
}

.now-let {
	background-color: #617d12;
	text-transform: uppercase;
	padding: .5em 1em;
	color: #fff;
}

.element {
	padding-bottom: 75%;
	position: relative;
	overflow: hidden;
	display: block;
	height: 0;
}

.element .wp-post-image {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
}

.element .now-let {
	position: absolute;
	right: 0;
	top: 0;
}

.caption {
	background-color: #000;
	background-color: rgba(0, 0, 0, .65);
	position: absolute;
	padding: 1em;
	bottom: 0;
	color: #fff;
	right: 0;
	left: 0;
}

/* Feature
-------------------------------------*/
.feature {
	overflow: hidden;
}

.feature .slide {
	max-width: 400px;
	width: 100%;
}

.feature .slick-slide .caption {
	opacity: 0;
}

.feature .slick-active .caption {
	-webkit-animation: fadeIn 1s both;
	   -moz-animation: fadeIn 1s both;
	        animation: fadeIn 1s both;
}

.feature .slick-active + .slick-active .wp-post-image {
	opacity: .85;
}

.feature .slick-slide .wp-post-image {
	opacity: .85;
}

.feature .slick-active .wp-post-image {
	opacity: 1;
}

.feature .slick-active + .slick-active .caption {
	-webkit-animation: none;
	   -moz-animation: none;
	        animation: none;
}

/* Related
-------------------------------------*/
.related {
	text-align: center;
}

.related-title {
	margin-bottom: 3.5%;
	padding-top: 5%;
	border-top: 1px solid #d6dfb1;
	font: 400 1em/1 "Source Sans Pro", sans-serif;
}

.related-items {
	white-space: nowrap;
	font-size: 0;
	overflow: auto;
	padding: 0 5%;
}

.related-items .caption {
	text-align: left;
}

.related-items .listing {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	white-space: normal;
	max-width: 360px;
	font-size: 16px;
	font-size: 1rem;
	display: inline-block;
	margin: 0 5% 5.5% 0;
	width: 100%;
}

@media screen and (min-width: 360px) {
	.related-items {
		padding: 0;
	}

	.related-items .listing:first-child {
		margin-left: 5%;
	}

	.related-items .listing:last-child {
		margin-right: 5%;
	}
}

@media screen and (min-width: 30em) {
	.related-title {
		font-weight: 300;
		font-size: 1.25em;
	}
}

@media screen and (min-width: 70em) {
	.related-title {
		font-size: 1.5em;
	}

	.related-items .listing {
		margin: 0 .75em 4em !important;
	}
}

/* Heading
-------------------------------------*/
.page-title {
	padding-bottom: 1em;
	margin-bottom: 1em;
	border-bottom: 1px solid #d6dfb1;
	font-size: 1.5em;
}

@media screen and (min-width: 30em) {
	.page-title {
		font-size: 2em;
	}
}

/* Price
-------------------------------------*/
.price-data {
	font: 2em/1 Lora, serif;
}

.price-unit {
	font-weight: 300;
	font-size: .875em;
}

/* Content
-------------------------------------*/
.content > :first-child {
	margin-top: 0;
}

.content > :last-child {
	margin-bottom: 0;
}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
	margin: 30px 0 15px;
}

.content h1 {
	font-size: 1.5em;
}

.content h2 {
	font-size: 1.25em;
}

.content h3 {
	font-size: 1.125em;
}

.content ul,
.content ol,
.content dl,
.content p {
	margin: 15px 0 25px;
}

.content li ul,
.content li ol {
	margin: 5px 0;
}

.content dt {
	font-weight: 700;
}

.content dd {
	margin-bottom: 15px;
}

.content ul {
	list-style: circle;
}

.content ol {
	list-style: decimal;
}

.content li {
	margin-left: 20px;
}

.content li li {
	margin-left: 40px;
}

.content a {
	text-decoration: underline;
	color: #9ebe42;
}

.content a:hover {
	text-decoration: none;
}

@media screen and (min-width: 30em) {
	.content {
		font-size: 112.5%;
	}
}

@media screen and (min-width: 60em) {
	.page .entry-content p:first-child {
		font-size: 1.222em;
	}
}

/* Alignment
-------------------------------------*/
.aligncenter,
.alignright,
.alignleft,
.alignnone {
	text-align: center;
	max-width: 100%;
	display: block;
	margin: 1em auto;
	width: auto;
	clear: both;
}

img.aligncenter,
img.alignright,
img.alignleft,
img.alignnone {
	-webkit-box-shadow: 0 0 5px #aaa;
	   -moz-box-shadow: 0 0 5px #aaa;
	        box-shadow: 0 0 5px #aaa;
	border: 8px solid #fff;
}

@media screen and (min-width: 30em) {
	img.alignright {
		-webkit-transform: rotate(2deg);
		    -ms-transform: rotate(2deg);
		        transform: rotate(2deg);
	}

	img.alignleft {
		-webkit-transform: rotate(-2deg);
		    -ms-transform: rotate(-2deg);
		        transform: rotate(-2deg);
	}

	.alignright {
		margin-left: 30px;
		max-width: 50%;
		float: right;
		clear: none;
	}

	.alignleft {
		margin-right: 30px;
		max-width: 50%;
		float: left;
		clear: none;
	}

	.alignnone {
		display: inline-block;
	}
}

/* Captions
-------------------------------------*/
.wp-caption {
	-webkit-border-radius: 3px;
	        border-radius: 3px;
	border: 1px solid #eee;
}

.wp-caption img {
	display: block;
	margin: 5px auto;
	width: auto;
}

.wp-caption .wp-caption-text {
	font-size: .778em;
	margin: 5px;
}

/* Embeds
-------------------------------------*/
.embed {
	padding-bottom: 56.25%;
	position: relative;
	overflow: hidden;
	margin: 1em 0;
	height: 0;
}

.embed object,
.embed iframe,
.embed embed {
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
}

/* Entries
-------------------------------------*/
.hentry {
	zoom: 1;
}

.hentry:after {
	display: table;
	content: " ";
	clear: both;
}

.hentry + .hentry {
	margin-top: 7.5%;
}

.hentry .now-let {
	margin-right: 1em;
	float: left;
}

.entry-header {
	padding-bottom: 3%;
	margin-bottom: 3%;
	border-bottom: 1px solid #d6dfb1;
	position: relative;
}

.entry-header.has-image {
	padding-top: 83.3333%;
}

.entry-header.has-image .entry-title {
	margin-top: 5%;
}

.entry-header .price {
	margin-top: 10px;
}

.entry-header .meta {
	margin-top: 8px;
}

.entry-title {
	font-size: 1.25em;
}

.entry-image {
	background-color: #f0f0f0;
	padding-bottom: 83.3333%;
	position: absolute;
	overflow: hidden;
	right: -5.5555%;
	left: -5.5555%;
	top: 0;
}

.entry-image .wp-post-image {
	position: absolute;
}

.price {
	float: right;
}

.meta {
	line-height: 1.25;
	font-weight: 300;
	font-size: .875em;
}

.meta a {
	white-space: nowrap;
}

.meta-item {
	display: block;
}

@media screen and (min-width: 30em) {
	.entry-header.has-image {
		padding-top: 0;
	}

	.entry-header.has-image .entry-title {
		margin-top: 0;
	}

	.entry-header .entry-title {
		padding-right: 4em;
	}

	.hentry.main .entry-title {
		padding-right: 0;
	}

	.entry-header .price {
		margin-top: 0;
		position: absolute;
		right: 0;
		top: 0;
	}

	.entry-title {
		font-size: 2em;
	}

	.summary .entry-title {
		font-size: 1.5em;
	}

	.entry-header .meta:after {
		display: table;
		content: " ";
		clear: left;
	}

	.entry-header .meta-item {
		float: left;
	}

	.entry-header .meta-item + .meta-item:before {
		content: ", ";
	}

	.entry-image {
		-webkit-transform: rotate(2deg);
		    -ms-transform: rotate(2deg);
		        transform: rotate(2deg);
		max-width: 50%;
		overflow: visible;
		position: static;
		padding: 0;
		margin: .5em 20px 1em;
		float: right;
	}

	.entry-image .wp-post-image {
		-webkit-box-shadow: 0 0 5px #aaa;
		   -moz-box-shadow: 0 0 5px #aaa;
		        box-shadow: 0 0 5px #aaa;
		background-color: #fff;
		position: static;
		padding: 8px;
	}
}


@media screen and (min-width: 50em) {
	.entry-header {
		padding-bottom: 1.5em;
		margin-bottom: 1.5em;
	}
}

@media screen and (min-width: 65em) {
	.meta + .entry-image {
		margin-top: 0;
	}

	.entry-title {
		font-size: 2em;
	}

	.summary .entry-title {
		font-size: 1.75em;
	}

	.single .entry-header .price {
		font-size: 1.5em;
	}

	.single .entry-header .meta {
		font-size: 1.25em;
	}
}

/* Quotations
-------------------------------------*/
.quotation {
	margin-bottom: 2em;
	text-align: center;
	font: 300 italic 1.125em/1.75 Merriweather, serif;
}

.source {
	font: 300 normal .889em/normal "Source Sans Pro", sans-serif;
}

@media screen and (min-width: 50em) {
	.push .quotation + .quotation {
		margin-top: 2em;
	}

	.push .quotation {
		margin-bottom: 0;
	}

	.home .quotation {
		text-align: right;
	}
}

/* Pages
-------------------------------------*/
.pages {
	padding-top: 5%;
	border-top: 1px solid #d6dfb1;
	text-align: center;
	margin: 5% 0;
	clear: both;
	zoom: 1;
}

.pages:after {
	display: table;
	content: " ";
	clear: both;
}

.pages.main {
	margin-top: 0;
}

.pages a {
	-webkit-border-radius: 3px;
	        border-radius: 3px;
	padding: .5em 1em;
	display: block;
	border: 1px solid #792c5c;
	color: #792c5c;
}

.pages .fa {
	color: #792c5c;
}

.page-next {
	float: right;
}

.page-prev {
	float: left;
}

.page-next .fa {
	padding-left: .5em;
}

.page-prev .fa {
	padding-right: .5em;
}

/* Layout
-------------------------------------*/
.wrap {
	max-width: 1120px;
	max-width: 70rem;
	margin: 0 auto;
	zoom: 1;
}

@media screen {
	.wrap {
		width: 90%;
	}
}

.wrap:before,
.wrap:after {
	display: table;
	content: " ";
	clear: both;
}

.push,
.pull,
.main,
.side {
	margin: 5% 0 6.5%;
}

.main .pull,
.main .push {
	margin-top: 0;
}

.hentry.main,
.slim {
	margin-right: auto;
	margin-left: auto;
	max-width: 1000px;
}

@media screen and (min-width: 50em) {
	.push {
		width: 47.5%;
		float: right;
	}

	.pull {
		width: 47.5%;
		float: left;
	}

	.columns .push {
		padding-left: 3.5%;
		border-left: 1px solid #d6dfb1;
		width: 46.5%;
	}

	.columns .pull {
		width: 46.5%;
	}

	.main.push {
		width: 70%;
	}

	.main.pull {
		width: 62.5%;
	}

	.side.pull {
		width: 25%;
	}

	.side.push {
		width: 32.5%;
	}
}

/* Header
-------------------------------------*/
#top {
	border-bottom: 1px solid #d6dfb1;
}

@media screen and (min-width: 60em) {
	#top {
		position: relative;
	}

	#top:before {
		background: url(img/ui.png) no-repeat 100% 100%;
		position: absolute;
		content: " ";
		bottom: 0;
		width: 320px;
		right: 14em;
		top: 0;
	}
}

@media screen and (min-width: 70em) {
	#top:before {
		right: auto;
		left: 50%;
	}
}

	/* Logo
	-------------------------------------*/
	#logo {
		margin-bottom: 5%;
		font-family: Lora, serif;
		font-size: 2em;
		float: left;
	}

	@media screen {
		#logo {
			margin-top: 5%;
		}
	}

	@media screen {
		#logo {
			white-space: nowrap;
			text-indent: 100%;
			background: url(img/ui.png) no-repeat 0 -480px;
			background: url(img/ui.png) no-repeat 0 -210px / 425px;
			overflow: hidden;
			height: 30px;
			width: 150px;
		}
	}

	@media screen and (min-width: 45em) {
		#logo {
			background: url(img/ui.png) no-repeat 0 -360px;
			background: url(img/ui.png) no-repeat 0 -80px / 425px;
			height: 60px;
			width: 300px;
		}
	}

	@media screen and (min-width: 70em) {
		#logo {
			background: url(img/ui.png) no-repeat 0 -280px;
			background: url(img/ui.png) no-repeat 0 0 / 425px;
			height: 80px;
			width: 430px;
		}
	}

	/* Links
	-------------------------------------*/
	.top-link {
		text-align: right;
		font-size: 18px;
		float: right;
		clear: right;
	}

	.top-link .fa {
		font-size: 16px;
	}

	.top-link[href^=tel] {
		letter-spacing: .5px;
		font-family: Lora, serif;
		font-size: 29px;
	}

	#skip-nav {
		color: #496005;
	}

	@media print {
		#skip-nav {
			display: none;
		}
	}

	#skip-nav .fa {
		line-height: 1.286em;
		font-size: 28px;
	}

	#skip-nav.reveal {
		background-color: #9ebe42;
		color: #fff;
	}

	@media screen {
		.top-link {
	  		white-space: nowrap;
	  		text-indent: 100%;
			line-height: 1;
			margin-top: 3.85%;
	  		position: relative;
	  		overflow: hidden;
			display: block;
			height: 36px;
			height: 2.25rem;
			width: 36px;
			width: 2.25rem;
			color: #9ebe42;
			clear: none;
		}

		.top-link .fa {
			line-height: 36px;
			line-height: 2.25rem;
	  		text-indent: 0;
			text-align: center;
			font-size: 20px;
			position: absolute;
			width: 100%;
			right: 0;
		}
	}

	@media screen and (min-width: 45em) {
		#skip-nav {
			position: absolute;
			overflow: hidden;
			margin: 0;
			height: 1px;
			width: 1px;
			left: -1px;
			top: -1px;
		}

		.top-link {
			white-space: normal;
			text-indent: 0;
			margin-top: 5px;
			overflow: visible;
			height: auto;
			width: auto;
			clear: right;
		}

		.top-link .fa {
			line-height: 1;
			font-size: 16px;
			bottom: 2px;
			width: auto;
			right: 103%;
		}

		.top-link[href^=tel] {
			margin-top: 5%;
		}

		.top-link[href^=tel] .fa {
			font-size: 18px;
		}
	}

	@media screen and (min-width: 70em) {
		.top-link {
			font-size: 22px;
		}

		.top-link[href^=tel] {
			font-size: 35px;
		}
	}

/* Nav
-------------------------------------*/
:root #nav  { display: none  }
#nav:target { display: block }
.js #nav    { display: none  }
#nav.reveal { display: block }

#nav {
	border-bottom: 1px solid #d6dfb1;
	color: #9ebe42;
	font: 1em/1.25 Merriweather, serif;
}

#nav li {
	border-top: 1px solid #d6dfb1;
	display: block;
	margin: 0 -5.5555%;
}

#nav li:first-child {
	border-top: 0;
}

#nav a {
	padding: 1em 5.5555%;
	display: block;
}

#nav a:hover {
	color: #496005;
}

#nav .current-menu-item a,
#nav .current_page_item a {
	color: #792c5c;
}

@media print {
	#nav {
		display: none;
	}
}

@media screen and (min-width: 45em) {
	.js #nav {
		display: block;
	}

	#nav li {
		border-top: 0;
		margin: 0;
		float: left;
	}

	#nav li:first-child a {
		padding-left: 0;
		border-left: 0;
	}

	#nav a {
		border-left: 1px solid #d6dfb1;
		padding: .75em 13px;
		margin: 5px 0;
	}
}

@media screen and (min-width: 60em) {
	#nav a {
		padding: .75em 30px;
	}
}

@media screen and (min-width: 80em) {
	#nav {
		font-size: 18px;
	}
}

/* Callout
-------------------------------------*/
#callout strong {
	font-weight: 400;
}

#callout {
	border-bottom: 1px solid #9ebe42;
	border-top: 1px solid #9ebe42;
	text-align: center;
	padding: 5% 0;
	font: 16px/1.75 Merriweather, serif;
}

@media screen and (min-width: 45em) {
	#callout {
		background-color: #9ebe42;
		text-shadow: 0 -1px 0 #617b15;
		text-align: left;
		font-size: 18px;
		padding: 25px 0;
		color: #fff;
	}
}

/* Footer
-------------------------------------*/
#copyright {
	text-align: center;
	margin-top: 5%;
	font-size: .875em;
	color: #777;
}

#members {
	text-align: center;
	margin: 1em 0 5%;
}

@media screen and (min-width: 45em) {
	#copyright {
		text-align: left;
		margin: 2.5% 0 3.5%;
		float: left;
	}

	#members {
		text-align: right;
		margin: 2.5% 0 3.5%;
		float: right;
	}
}

	/* Members
	-------------------------------------*/
	.member {
		white-space: nowrap;
		text-indent: 100%;
		overflow: hidden;
		display: block;
	}

	#members li:first-child {
		margin-left: 0;
	}

	#members li {
		vertical-align: middle;
		display: inline-block;
		margin: 0 0 0 15px;
	}

	#member-primelocation {
		background: url(img/ui.png) no-repeat 0 -580px;
		background: url(img/ui.png) no-repeat 0 -260px / 425px;
		height: 26px;
		width: 157px;
	}

	#member-zoopla {
		background: url(img/ui.png) no-repeat 0 -660px;
		background: url(img/ui.png) no-repeat 0 -305px / 425px;
		height: 25px;
		width: 86px;
	}
