/*
Theme Name: Common
Theme URI: http://common.com
Author: OH Digital
Author URI: http://ohdigital.co.uk
Description:
Version: 1.0
License:
License URI:
Tags:
Text Domain: common
*/

.container:after {
	content: " ";
	display: block;
	clear: both;
}

@font-face {
	font-family: gtpressura;
	font-style: normal;
	font-weight: 400;
	src: url("fonts/GT-Pressura-Light.eot") format("eot"), url("fonts/GT-Pressura-Light.eot?#iefix") format("embedded-opentype"), url("fonts/GT-Pressura-Light.woff") format("woff"), url("fonts/GT-Pressura-Light.ttf") format("truetype"), url("fonts/GT-Pressura-Light.svg") format("svg");
}

@font-face {
	font-family: gtpressura-mono;
	font-style: normal;
	font-weight: 300;
	src: url("fonts/GT-Pressura-Mono-Light.eot") format("eot"), url("fonts/GT-Pressura-Mono-Light.eot?#iefix") format("embedded-opentype"), url("fonts/GT-Pressura-Mono-Light.woff") format("woff"), url("fonts/GT-Pressura-Mono-Light.ttf") format("truetype"), url("fonts/GT-Pressura-Mono-Light.svg") format("svg");
}

@font-face {
	font-family: gtpressura-mono;
	font-style: normal;
	font-weight: 400;
	src: url("fonts/GT-Pressura-Mono-Regular.eot") format("eot"), url("fonts/GT-Pressura-Mono-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/GT-Pressura-Mono-Regular.woff") format("woff"), url("fonts/GT-Pressura-Mono-Regular.ttf") format("truetype"), url("fonts/GT-Pressura-Mono-Regular.svg") format("svg");
}

@font-face {
	font-family: gtpressura-mono;
	font-style: normal;
	font-weight: 700;
	src: url("fonts/GT-Pressura-Mono-Bold.eot") format("eot"), url("fonts/GT-Pressura-Mono-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/GT-Pressura-Mono-Bold.woff") format("woff"), url("fonts/GT-Pressura-Mono-Bold.ttf") format("truetype"), url("fonts/GT-Pressura-Mono-Bold.svg") format("svg");
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

body {
	margin: 0;
	color: #000;
	background: #fff;
	font: 24px/1.2 "gtpressura", "Arial", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: none;
}

* {
	max-height: 1000000px;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
	display: block;
}

img {
	border-style: none;
	max-width: 100%;
	height: auto;
}

a {
	color: #1a1818;
	text-decoration: underline;
}

a:hover {
	color: #999;
}

input,
textarea,
select {
	font: 100% "gtpressura", "Arial", "Helvetica", sans-serif;
	color: #8a8a8a;
	vertical-align: middle;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
}

input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	margin: 0;
	padding: 4px 7px;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	border: 1px solid #8a8a8a;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	border-color: #3e3e3e;
}

textarea {
	overflow: auto;
	resize: vertical;
	vertical-align: top;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "gtpressura", "Arial", "Helvetica", sans-serif;
	line-height: 1.2em;
	margin: 0 0 1.2em;
}

p {
	margin: 0 0 1.2em;
}

q {
	quotes: none;
}

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

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

#wrapper {
	overflow: hidden;
	width: 100%;
	position: relative;
}

.container {
	max-width: 1142px;
	margin: 0 auto;
	padding: 0 10px;
}

#header {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	padding: 48px 0 0;
	z-index: 20;
	background: #fff;
}

.customize-support #header {
	top: 32px;
}

.logo {
	width: 260px;
	margin: 0 auto 29px;
}

.logo img {
	display: block;
}

.header-holder {
	overflow: hidden;
	padding: 0 0 18px;
	border-bottom: solid 1px #b6b6b6;
}

.header-holder .link-more {
	float: right;
	color: #999;
	text-decoration: none;
	font-size: 25px;
	line-height: 30px;
	margin: 0 0 0 10px;
}

.header-holder .link-more:hover {
	color: #000;
	text-decoration: underline;
}

#nav {
	overflow: hidden;
	font-size: 25px;
	line-height: 30px;
	padding: 0 2px;
}

.home #nav.active .slide {
	opacity: 1;
	visibility: visible;
}

.home #nav .slide {
	-webkit-transition: all .25s linear;
	transition: all .25s linear;
	visibility: hidden;
	opacity: 0;
}

#nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav ul a {
	color: #999;
	text-decoration: none;
}

#nav ul a:hover {
	color: #000;
	text-decoration: underline;
}

#nav li {
	display: inline-block;
	vertical-align: top;
	padding: 0 7px;
}

#nav li.current-menu-item a {
	color: #000;
	text-decoration: underline;
}

#nav .opener {
	float: left;
	margin: 9px 9px 0 0;
	background: url("images/sprite.png") no-repeat;
	width: 43px;
	height: 19px;
	text-indent: -9999px;
	overflow: hidden;
	background-position: 0 -30px;
}

.home #nav .opener {
	background-position: 0 0;
}

.home #nav.active .opener {
	background-position: 0 -30px;
}

.home #nav .opener:hover {
	background-position: 0 -30px;
}

#nav .hide {
	display: none;
}

main {
	padding: 217px 0 28px;
}

.link-holder {
	font-size: 24px;
	line-height: 28px;
}

.link-holder #posts-prev {
	width: 50%;
	float: left;
}

.link-holder #posts-next {
	width: 50%;
	float: right;
	text-align: right;
}

.link-holder a {
	color: #999;
	text-decoration: none;
}

.link-holder a:hover {
	text-decoration: underline;
	color: #000;
}

.image-list {
	overflow: hidden;
	margin: 0 -11px;
	padding: 0 0 6px;
	list-style: none;
}

.image-list li {
	width: auto;
	float: left;
	padding: 0 11px 22px;
	width: 25%;
}

.image-list .image-holder {
	position: relative;
}

.image-list .image-holder img {
	vertical-align: top;
	width: 100%;
	height: auto;
}

.image-list .image-holder:hover .info-block {
	opacity: 1;
	visibility: visible;
}

.image-list .image-holder a {
	text-decoration: none;
}

.image-list .image-holder a:hover {
	color: #1a1818;
}

.image-list .image-holder.yellow-style .info-block {
	background: #e3c459;
}

.image-list .image-holder.rosybrown-style .info-block {
	background: #c19291;
}

.image-list .image-holder.lightgreen-style .info-block {
	background: #90c071;
}

.image-list .image-holder.yellowgreen-style .info-block {
	background: #c2c952;
}

.image-list .image-holder.salmon-style .info-block {
	background: #de704f;
}

.image-list .info-block {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .25s linear;
	transition: all .25s linear;
	text-align: center;
	padding: 22px;
	white-space: nowrap;
}

.image-list .info-block:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	margin: 0 -5px 0 0;
	min-height: 100%;
	width: 1px;
}

.image-list .info-block .holder {
	white-space: normal;
	display: inline-block;
	vertical-align: middle;
}

.image-list .title {
	display: block;
	font: 300 14px/18px "gtpressura-mono", "Arial", "Helvetica", sans-serif;
	margin: 0 0 8px;
}

.image-list h1 {
	font-size: 39px;
	line-height: 48px;
	margin: 0;
	font-weight: 400;
}

#footer {
	background: #f0efef;
	font: 400 14px/20px "gtpressura-mono", "Arial", "Helvetica", sans-serif;
	padding: 16px 0;
}

#footer footer {
	font-weight: 300;
	font-size: 11px;
	line-height: 14px;
	margin-top: 43px;
	margin-bottom: 20px;
	max-width: 70%;
	letter-spacing: .5px;
}

.footer-holder {
	overflow: hidden;
	margin: 0 -10px;
}

.footer-holder h2 {
	font: 400 14px/20px "gtpressura-mono", "Arial", "Helvetica", sans-serif;
	margin-bottom: 0;
	text-transform: uppercase;
}

.footer-holder .col {
	float: left;
	width: 25%;
	padding: 0 10px;
	font-weight: 300;
}

.footer-holder .col p {
	margin: 0;
}

.footer-holder address {
	font-style: normal;
}

.footer-holder .email {
	display: block;
}

.hour-detail {
	margin: 0;
	overflow: hidden;
}

.hour-detail dt {
	float: left;
	margin-right: 8px;
}

.hour-detail dd {
	overflow: hidden;
	margin: 0;
}

.social-networks {
	padding: 0;
	margin: 0;
	list-style: none;
}

.newsletter-form {
	width: 25%;
	float: right;
	margin-top: 7px;
	padding-left: 10px;
}

.newsletter-form fieldset {
	padding-left: 5px;
}

.newsletter-form h2 {
	margin-bottom: 3px;
	font: 400 14px/20px "gtpressura-mono", "Arial", "Helvetica", sans-serif;
	text-transform: uppercase;
}

.newsletter-form .form-holder {
	background: #fff;
	border: solid 1px #8a8a8a;
	position: relative;
	padding: 0 30px 0 0;
}

.newsletter-form input[type="text"] {
	border: 0;
	width: 100%;
	height: 24px;
	background: none;
	padding: 4px 12px 6px;
	margin: 0;
	font: 300 12px/14px "gtpressura-mono", "Arial", "Helvetica", sans-serif;
}

.newsletter-form input[type="text"]:focus {
	outline-width: 0;
}

.newsletter-form input[type="text"].failure {
	color: #de704f;
}

.newsletter-form input[type="text"].success {
	color: #90c071;
}

.newsletter-form input[type=submit] {
	background: url(images/sprite.png) no-repeat -61px 0;
	width: 16px;
	height: 19px;
	margin: 0;
	padding: 0;
	border: 0;
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
	top: 2px;
	right: 5px;
}

.newsletter-form input[type=submit]:hover {
	background-position: -61px -26px;
}

.newsletter-form input[type=submit].success {
	background-position: -77px -26px;
}

.newsletter-form input[type=submit].failure {
	background-position: -77px 0;
}

.content-block {
	padding: 32px 0 20px;
}

.content-block .heading h1 {
	font-size: 24px;
	line-height: 1.2;
	margin: 0;
	font-weight: 400;
}

#link-close-wrapper {
	float: right;
}

.content-block .heading .link-close {
	position: fixed;
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	transform: translateX(-100%);
	text-decoration: none;
	color: #999;
}

.content-block .heading .link-close:hover {
	text-decoration: underline;
	color: #000;
}

.content-block .content-holder {
	max-width: 550px;
	margin: 0 auto;
	padding-top: 35px;
}

#about-page .content-block .content-holder {
	padding-top: 0;
}

.content-block .image-block {
	margin: 0 0 7px;
}

.content-block .image-block img {
	vertical-align: top;
	width: 100%;
	height: auto;
	margin: 0 0 8px;
}

.content-block .image-block figcaption {
	font-size: 14px;
	line-height: 18px;
	display: block;
	font-weight: 300;
	letter-spacing: 1px;
}

.content-block .text-holder {
	padding: 0 6.5% 0 0;
}

.content-block .meta {
	font-size: 14px;
	line-height: 18px;
	display: block;
	font-weight: 300;
	letter-spacing: 2px;
}

.content-block .meta a {
	color: #666;
}

.content-block p {
	margin: 0 0 28px;
	letter-spacing: 1px;
}

.menu-list {
	padding: 0 9% 0 0;
	margin: -5px 0 0;
	list-style: none;
}

.menu-list li {
	margin-bottom: 40px;
}

.menu-list h2 {
	margin: 0 0 25px 0;
}

.menu-list h2, .menu-list h3 {
	font-size: 24px;
	line-height: 1.2;
	font-weight: 400;
}

.menu-list h3 {
	margin: 0 0 4px;
	text-decoration: underline;
}
#mc_embed_signup_scroll{
	text-align: center;
}
#mc-embedded-subscribe{
	margin-top: 14px;
}
.menu-list .section-info {
	margin: 0;
	overflow: hidden;
}
.mc-field-group label{ 
	display: block;

}
.indicates-required{
	margin-bottom: 14px;
}
.menu-list .section-info dt {
	float: left;
	width: 75%;
	clear: both;
	padding: 0 0 4px;
}

.menu-list .section-info dt small {
	display: block;
}

.menu-list .section-info dd {
	float: right;
	margin: 0;
	padding: 0 0 4px;
}

.menu-list .section-info small {
	font: 300 14px/18px "gtpressura-mono", "Arial", "Helvetica", sans-serif;
}

@media only screen and (min-width: 1025px) {
	.tel-link {
		cursor: default;
		pointer-events: none;
	}
}

@media only screen and (max-width: 1120px) {
	.footer-holder .col {
		width: 24%;
	}

	.footer-holder .col:last-child {
		width: 28%;
	}

	.newsletter-form {
		width: 28%;
	}
}

@media only screen and (max-width: 1023px) {
	#header {
		padding: 30px 0 0;
	}

	.logo {
		width: 220px;
		margin-bottom: 16px;
	}

	.header-holder .link-more {
		font-size: 20px;
		line-height: 24px;
	}

	#nav {
		font-size: 20px;
		line-height: 24px;
	}

	#nav .opener {
		margin-top: 4px;
	}

	main {
		padding: 166px 0 20px;
	}

	.link-holder {
		font-size: 22px;
		line-height: 26px;
	}

	.image-list {
		margin: 0 -5px;
	}

	.image-list li {
		padding: 0 5px 10px;
		width: 33.33%
	}

	.image-list .info-block {
		padding: 10px;
	}

	.image-list .title {
		margin-bottom: 5px;
	}

	.image-list h1 {
		font-size: 32px;
		line-height: 38px;
	}

	#footer footer {
		margin-top: 0;
		max-width: 100%;
	}

	.footer-holder .col {
		width: 50%;
		padding-bottom: 30px;
	}

	.footer-holder .col:last-child {
		width: 50%;
	}

	.newsletter-form {
		float: none;
		padding-left: 0;
		margin-top: 0;
		margin-bottom: 30px;
	}

	.newsletter-form fieldset {
		padding-left: 0;
	}
}

@media only screen and (max-width: 767px) {
	body {
		font-size: 18px;
	}

	.container {
		padding: 0 14px;
	}

	#header {
		padding: 22px 0 0;
		border-bottom: solid 1px #b6b6b6;
	}

	.logo {
		width: 186px;
	}

	.header-holder {
		padding-bottom: 0;
		border: none;
	}

	.header-holder .link-more {
		display: none;
	}

	#nav {
		padding: 0;
		font-size: 25px;
		line-height: 30px;
	}

	#nav.active .opener {
		background-position: -38px -57px;
	}

	#nav.active .slide {
		max-height: 4000px;
	}

	#nav.active ul {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}

	#nav .slide {
		visibility: visible;
		opacity: 1;
		max-height: 0;
		overflow: hidden;
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		margin-top: 1px;
	}

	.home #nav .slide {
		opacity: 1;
		visibility: visible;
	}

	#nav ul {
		text-align: center;
		padding: 0 10% 4px;
		-webkit-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
		transform: translateY(-100%);
		background: #fff;
		border-bottom: solid 1px #b6b6b6;
	}

	#nav .opener {
		background-position: 0 -57px;
		position: absolute;
		top: 34px;
		right: 12px;
		width: 33px;
		height: 15px;
		margin: 0;
		z-index: 10;
		float: none;
	}

	.home #nav .opener {
		background-position: 0 -57px;
	}

	.home #nav.active .opener,
	#nav.active .opener,
	.home #nav .opener:hover,
	#nav .opener:hover {
		background-position: -38px -57px;
	}

	#nav .hide {
		display: inline-block;
	}

	main {
		padding: 103px 0 20px;
	}

	.image-list li {
		width: 50%;
	}

	.footer-holder .col {
		float: none;
		width: 100%;
		padding-bottom: 20px;
	}

	.footer-holder .col:last-child {
		width: 100%;
	}

	.content-block {
		padding: 10px 0;
	}

	.content-block .heading {
		margin: 0 0 20px;
	}

	.content-block .heading h1 {
		position: static;
		font-size: 18px;
	}

	.content-block .heading .link-close {
		position: static;
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		transform: translateX(0);
	}

	.content-block .content-holder {
		padding-top: 0;
	}

	.content-block .text-holder {
		padding: 0;
	}

	.content-block p {
		margin-bottom: 15px;
	}

	.menu-list {
		margin: 0;
		padding: 0;
	}

	.menu-list li {
		margin-bottom: 15px;
	}

	.menu-list h2 {
		font-size: 18px;
	}

	.newsletter-form {
		width: auto;
	}
}

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

	.image-list {
		margin: 0;
	}

	.image-list li {
		float: none;
		width: 100%;
		padding: 0 0 6px;
	}

	.image-list .image-holder img {
		display: none;
	}

	.image-list .info-block {
		position: static;
		opacity: 1;
		visibility: visible;
		min-height: 90px;
		padding: 2px 20%;
	}

	.image-list .info-block:after {
		min-height: 90px;
	}

	.image-list .title {
		font-size: 16px;
		line-height: 20px;
		margin-bottom: 1px;
	}

	.image-list h1 {
		font-size: 25px;
		line-height: 28px;
		margin-bottom: 4px;
	}
}