/*
Theme Name: Parish
Author: Andy Wilson
Description: Brenchley and Matfield Parish Theme
Version: 1.0
License: Private
Text Domain: parish
*/

/* =========================
    MAIN
  ========================= */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}

html {
	font-size:62.5%;
}

body {
	font-family: 'Lato', Arial, sans-serif;
	font-weight: 400;
	color:#333;
}

.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}

.clear {
    *zoom:1;
}

images {
	max-width:100%;
	vertical-align:bottom;
}

h1 {
	font-size: 2.5em;
}

h2 {
	font-size: 2.2em;
}

h3 {
	font-size: 2.0em;
}

h4 {
	font-size: 1.8em;
}

h5 {
	font-size: 1.6em;
}

h6 {
	font-size: 1.4em;
}

pre {
	font-size: 1.6em;
}

p {
	font-size: 1.6em;
}

td {
	font-size: 1.6em;
}

/* td p {
	font-size: 1.0em;
} */

/* td a {
	font-size: 1.6em;
} */

hr.hr1 {
	border-top: 2px solid #476daa;
}

a {
	color:#333;
	text-decoration:none;
}

.content p {
	line-height: 22px;
}

.content a {
	color: #476daa;
	text-decoration: underline;
	line-height: 22px;
}

.content img {
	max-width: 100%;
	height: auto;
}

a:hover {
	color:#333;
}

a:focus {
	outline:0;
}

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

.content ul {
	font-size: 1.4em;
}

input {
	height: 38px;
	border: 1px solid #979797;
	width: 200px;
	padding: 0 10px;
	float: left;
	font-size: 1.4em;
}

.search-submit {
	background-image: url(images/icons/icon-search.png);
	background-repeat: no-repeat;
	background-color: #476daa;
	background-position: center;
	background-size: 24px;
	border: 1px solid #476daa;
	width: 40px;
	height: 38px;
}

.search-submit:hover {
	background-color: #979797;
	border: 1px solid #979797;
}

input:focus {
	outline:0;
	border:1px solid #476daa;
}

.clearfix:after {
  clear: both;
  content: " ";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}

*+html .clearfix {
  min-height: 1%;
}

#body-table {
  border-collapse: collapse;
  width: 100%;
}

#body-table td, #body-table th {
  border: 1px solid #ddd;
  padding: 8px;
	/* font-size: 1.4em; */
}

#body-table tr:nth-child(even){background-color: #f2f2f2;}

#body-table tr:hover {background-color: #ddd;}

#body-table th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  /* background-color: #4CAF50; */
  background-color: #476daa;
  color: white;
	font-size: 2.0em;
}

/* =========================
    WordPress Core
  ========================= */
.entry-content img {
	margin: 0 0 1.5em 0;
}

.alignleft, img.alignleft {
	margin-right: 1.5em;
	display: inline;
	float: left;
}

.alignright, img.alignright {
	margin-left: 1.5em;
	display: inline;
	float: right;
}

.aligncenter, img.aligncenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
}

.alignnone, img.alignnone {
	margin: 0;
	float: none;
	display: block;
}

.wp-caption {
	margin-bottom: 1.5em;
	text-align: center;
	padding-top: 5px;
}

.wp-caption img {
	border: 0 none;
	padding: 0;
	margin: 0;
}

.wp-caption p.wp-caption-text {
	line-height: 1.5;
	font-size: 10px;
	margin: 0;
}

.wp-smiley {
	margin: 0 !important;
	max-height: 1em;
}

blockquote.left {
	margin-right: 20px;
	text-align: right;
	margin-left: 0;
	width: 33%;
	float: left;
}

blockquote.right {
	margin-left: 20px;
	text-align: left;
	margin-right: 0;
	width: 33%;
	float: right;
}

/* =========================
    STRUCTURE
  ========================= */
.wrapper {
	max-width:1200px;
	width:100%;
	margin:0 auto;
	position:relative;
	background-color: #F7F7F7;
}

.header {
	background-color: #fff;
	border-left: 1px solid #979797;
	border-right: 1px solid #979797;
}

@media (max-width:1024px) {
	.header {
		border-bottom: 5px solid #476daa;
	}
}

.logo {
	max-width: 600px;
	padding: 20px;
	float: left;
}

.logo-img {
	width: 100%;
}

.nav {
	background: #476daa;
}

@media (max-width: 1024px) {
	.nav {
		display: none;
	}
}

.nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.nav .menu > li {
	position: relative;
	display: block;
	float: left;
	width: 12.5%;
	text-align: center;
	height: 62px;
	border-right: 2px solid #fff;
}
.nav .menu > li > a {
	display: block;
	padding: 20px 10px 0;
	color: #fff;
	background: #476daa;
	font-size: 1.6em;
	height: 100%;
}

.nav .sub-menu {
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	min-width: 240px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	padding: 5px 5px;
	z-index: 1;
}

.nav li:hover .sub-menu {
	display: block;
}

.nav .sub-menu a {
	display: block;
  padding: 10px 10px 10px 20px;
  color: #fff;
  background: #476daa;
  font-size: 1.5em;
  height: 100%;
  text-align: left;
}

/*.nav li:nth-child(5) a { */
/*	padding-top: 10px; */
/*} */


.nav li:last-child {
	border-right: none;
}
.nav li a:hover {
	background-color: #fff;
	color: #476daa;
}
.search {
	float: right;
	padding: 10px 20px;
}

@media (max-width:1200px) {
	.nav .menu > li > a {
		padding: 12px 20px 0;
		font-size: 1.6em;
	}
}

@media (max-width:1024px) {
	.search {
		display: block;
		float: none;
	}
}

@media (max-width:940px) {
	div[id*='ajaxsearchlite'].wpdreams_asl_container {
		width: 98%!important;
		margin: 1%!important;
	}
	.logo {
	max-width: 380px;
	padding: 2px 10px;
	margin-bottom: 10px;
	}
}

@media (max-width:520px) {
	.logo {
		max-width: 300px;
	}
}

@media (max-width:420px) {
	.logo {
		max-width: 280px;
		margin: 10px 0;
	}
}

.footer {
	padding: 20px 10px 5px;
	background-color: #fff;
	border-top: 5px solid #476daa;
	border-left: 1px solid #979797;
	border-right: 1px solid #979797;
	border-bottom: 1px solid #979797;
}

footer .tiny-font {
	font-size: 10px;
}

.footer .copyright-wrapper {
	float: left;
}

.footer .fb-wrapper {
	float: right;
}

.footer .fb {
	display: block;
	float: left;
	margin: 10px 5px;
	background-image: url('images/icons/facebook.png');
	background-size: 32px;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: 5px;
	height: 45px;
	width: 120px;
  padding: 5px 5px 5px 45px;
	border: 1px solid #979797;
}

.footer .pdf {
	display: block;
	float: left;
	margin: 10px 5px;
	background-image: url('https://brenchleyandmatfield-pc.gov.uk/wp-content/uploads/pdf.png');
	background-size: 32px;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: 5px;
	height: 45px;
	width: 120px;
  padding: 5px 5px 5px 45px;
	border: 1px solid #979797;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;

  display: block;
  overflow: hidden;

  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide images {
  display: block;
}

.slick-slide.slick-loading images {
  display: none;
}

.slick-slide.dragging images {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Make Top WP Admin Bar Fixed on Mobile */
@media screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed;
  }
}

/* =========================
    LAYOUTS
  ========================= */
.container {
	background-color: #f7f7f7;
}

.col-wrap {
	max-width: 80%;
	width: 100%;
	margin: 20px auto;
}

.col {
	margin: 1%;
}

.col-1 {
	max-width: 68%;
	width: 100%;
	float: left;
}

.col-2 {
	max-width: 28%;
	width: 100%;
	float: left;
}

.content {
	background-color: #fff;
	max-width: 80%;
	width: 100%;
	padding: 20px 40px;
	margin: 20px auto;
	border: 1px solid #A4A4A4;
}

.business-box {
	padding: 20px;
	border: 1px solid #A4A4A4;
	font-size: 1.6em;
}

.col .content {
	max-width: 100%;
	margin: 0;
}

.content .heading {
	padding: 5px 20px;
	text-align: center;
	font-weight: 700;
}

.content .blue-line {
	max-width: 500px;
	width: 100%;
	height: 3px;
	background-color: #476daa;
	margin: 0 auto;
}

.content .text {
	padding: 20px 30px;
}

.content .content-columns {
	max-width: 100%;
	width: 100%;
}

.content .content-columns .col {
	max-width: 48%;
	width: 100%;
	margin: 1%;
	float: left;
}

@media (max-width:1023px) {
	.col-1 {
		max-width: 98%;
		width: 100%;
		float: left;
	}

	.col-2 {
		display: none;
	}
}

@media (max-width:768px) {
	.content .content-columns .col {
		max-width: 98%;
		float: none;
	}
	.content,
	.col-wrap {
		max-width: 100%;
	}
}

/* =========================
    INDIVIDUAL LAYOUTS
  ========================= */

/* LAYOUT HOME
	 =============== */
.layout-home .content {
	background-color: #fff;
	border: 1px solid #A4A4A4;
	padding: 0;
}

.layout-home .content .heading {
	background-color: #476daa;
	color: #fff;
	padding: 5px 20px;
	text-align: center;
}

.layout-home .post-item {
	margin-bottom: 10px;
	border-bottom: 1px solid #A4A4A4;
}

.layout-home .post-item .text p {
	margin: 0 0 5px;
}

.layout-home .post-item .details p {
	margin: 0;
}

.layout-home .post-item .date,
.layout-home .post-item .category {
	margin: 1%;
	float: left;
}

.layout-home .post-item .date p {
	font-size: 1.3em;
}

.layout-home .post-item .title {
	margin: 1%;
}

.layout-home .post-item .title h2 {
	font-size: 1.6em;
	margin: 0;
}

.layout-home .post-item .title a {
	color: #476daa;
}

.layout-home .post-item .text {
	margin: 2px 2px 5px;
	padding: 0;
}

.layout-home .post-item .text .btn {
	float: right;
}

/* LAYOUT LANDING
	 =============== */
.layout-landing .content {
	padding: 20px 30px;
}

/* LAYOUT LANDING ALT
	 =============== */
.child-alt {
	list-style: none;
	padding: 0;
	margin: 0;
}

.child-alt2 {
	list-style: none;
	padding: 0;
	margin: 0;
}

.child-alt li {
	max-width: 31.3333%;
	width: 100%;
	margin: 1%;
	float: left;
	text-align: center;
	background-color: #476daa;
	height: 60px;
	font-size: 1.8em;
}

.child-alt2 li {
	max-width: 48%;
	width: 100%;
	margin: 1%;
	float: left;
	text-align: center;
	background-color: none;
	height: auto;
	font-size: 1.4em;
	text-decoration: underline;
}

.child-alt2 li a {
	color: #000;
}

.child-alt li:first-child {
	background-color: #aa476d;
}

.child-alt li:nth-child(2) {
	background-color: #6daa47;
}

.child-alt li:nth-child(3) {
	background-color: #476daa;
}

.child-alt li:nth-child(4) {
	background-color: #aa8447;
}

.child-alt li:nth-child(5) {
	background-color: #5347aa;
}

.child-alt li:nth-child(6) {
	background-color: #479faa;
}

.child-alt li:nth-child(7) {
	background-color: #aa5247;
}

.child-alt li:nth-child(8) {
	background-color: #c7ce89;
}

.child-alt li:nth-child(9) {
	background-color: #CE9089;
}

.child-alt li:nth-child(10) {
	background-color: #aa476d;
}

.child-alt li:nth-child(11) {
	background-color: #6daa47;
}

.child-alt li:nth-child(12) {
	background-color: #476daa;
}

.child-alt li:nth-child(13) {
	background-color: #aa8447;
}

.child-alt li:nth-child(14) {
	background-color: #5347aa;
}

.child-alt li:nth-child(15) {
	background-color: #479faa;
}

.child-alt li:nth-child(16) {
	background-color: #aa5247;
}

.child-alt li:nth-child(17) {
	background-color: #c7ce89;
}

.child-alt li:nth-child(18) {
	background-color: #CE9089;
}

.child-alt li:nth-child(19) {
	background-color: #aa476d;
}

.child-alt li:nth-child(20) {
	background-color: #6daa47;
}

.child-alt li:nth-child(21) {
	background-color: #476daa;
}

.child-alt li:nth-child(22) {
	background-color: #aa8447;
}

.child-alt li:nth-child(23) {
	background-color: #5347aa;
}

.child-alt li:nth-child(24) {
	background-color: #479faa;
}

.child-alt li:nth-child(25) {
	background-color: #aa5247;
}

.child-alt li:nth-child(26) {
	background-color: #c7ce89;
}

.child-alt li:nth-child(27) {
	background-color: #CE9089;
}

.child-alt li:nth-child(28) {
	background-color: #aa476d;
}

.child-alt li:nth-child(29) {
	background-color: #6daa47;
}

.child-alt li:nth-child(30) {
	background-color: #476daa;
}

.child-alt li:nth-child(31) {
	background-color: #aa8447;
}

.child-alt li:nth-child(32) {
	background-color: #5347aa;
}

.child-alt li:nth-child(33) {
	background-color: #479faa;
}

.child-alt li:nth-child(34) {
	background-color: #aa5247;
}

.child-alt li:nth-child(35) {
	background-color: #c7ce89;
}

.child-alt li:nth-child(36) {
	background-color: #CE9089;
}

.child-alt li a {
	display: block;
	padding: 18px;
	width: 100%;
	height: 100%;
	color: #fff;
}

.child-alt a:hover {
	background-color: #999;
}

@media (max-width:780px) {
	.child-alt li {
		max-width: 48%;
	}
}

@media (max-width:540px) {
	.child-alt li {
		max-width: 98%;
	}
}


/* LAYOUT DEFAULT + NAV
	 =============== */
/* .layout-default-nav .content {} */


/* LAYOUT NEWS & EVENTS
	 =============== */
.layout-news h1 {
	text-align: center;
}

.layout-news .post-item {
	border-bottom: 5px solid #476daa;
	margin-bottom: 5px;
}

.layout-news .post-item h2 {
	display: inline-block;
	margin-right: 20px;
}

.layout-news .post-item h2 a {
	color: #476daa;
}

.layout-news .post-item .date {
	background-color: #eee;
	display: inline-block;
	padding: 0 10px;
	margin: 0;
}
.layout-news .post-item .date p {
	margin: 4px 0;
}
.layout-news .post-item .category {
	background-color: #FFD457;
	display: inline-block;
	padding: 0 10px;
	margin: 0;
}

.layout-news .post-item .copy {
	display: block;
	margin-bottom: 20px;
}

.layout-news .post-item .btn {
	float: right;
	display: block;
	width: 130px;
	background-color: #476daa;
	border: 2px solid #476daa;
	text-align: center;
	padding: 10px 15px;
	color: #fff;
}

.layout-news .post-item .btn:hover {
	background-color: #fff;
	color: #476daa;
}

.page-numbers {
	font-size: 18px;
	margin: 5px;
}

/* LAYOUT NEWS ARTICLE PAGE
	 =============== */
.layout-news-article h1 {
	text-align: left;
	color: #476daa;
}

.layout-news-article .post-item {
	padding: 20px 40px;
}

.layout-news-article .post-item h2 a {
	color: #476daa;
	font-size: 1.6em;
}

.layout-news-article .post-item .date {
	background-color: #eee;
	display: inline-block;
	padding: 0 10px;
	margin: 0;
}
.layout-news-article .post-item .category {
	background-color: #FFD457;
	display: inline-block;
	padding: 0 10px;
	margin: 0;
}

.layout-news-article .post-item .copy {
	display: block;
	margin-bottom: 20px;
}

.layout-news-article .post-item .btn {
	float: right;
	display: block;
	width: 130px;
	background-color: #476daa;
	border: 2px solid #476daa;
	text-align: center;
	padding: 10px 15px;
	color: #fff;
}

.layout-news-article .post-item .btn:hover {
	background-color: #fff;
	color: #476daa;
}

/* LAYOUT CONTACT PAGE
	 =============== */
.layout-contact .post-item {
	background-color: #fff;
	margin: 2%;
	padding: 20px 30px;
	text-align: center;
	border: 1px solid #A4A4A4;
}

.layout-contact .nf-form-cont {
	max-width: 46%;
	width: 100%;
	float: left;
	margin: 2%;
	padding: 20px;
	border: 1px solid #A4A4A4;
}

.layout-contact .nf-form-cont h3 {
	font-size: 2.0em;
}

.layout-contact .nf-form-cont label {
	font-size: 1.6em;
}

.layout-contact .nf-form-cont input {
	height: 40px;
}

.layout-contact .nf-form-cont input[type=button] {
	float: right;
	cursor: pointer;
	background-color: #476daa;
	color: #fff;
}

.layout-contact .nf-form-cont input[type=button]:hover {
	background-color: #fff;
	color: #333;
}

@media (max-width:768px) {
	.layout-contact .nf-form-cont {
		max-width: 98%;
		margin: 1%;
	}
}

/* =========================
    BANNER
  ========================= */
.page-banner {
  background-color: #000;
	width: 100%;
	height: 260px;
	position: relative;
	overflow: hidden;
}

.page-banner__bg-image {
  background-color: #fff;
  background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
}

.back-btn {
	background-color: #476daa;
	display: inline-block;
	padding: 10px 20px;
	position: absolute;
	bottom: 0;
	left: 0;
}

.back-btn a {
	color: #fff;
	font-size: 1.6em;
}

.banner-container {
	display: block;
	position: relative;
	max-width: 1200px;
	width: 100%;
	overflow: hidden;
}

/* =========================
    SIDEBAR
  ========================= */
.sidebar {
	padding: 0 30px;
	background-color: #fff;
	border: 1px solid #A4A4A4;
}

.sidebar p {
	font-size: 1.4em;
}

.sidebar-list {
	margin: 0;
	padding: 20px 0 0;
	list-style: none;
}

.sidebar-list li {
	padding: 15px 0;
	border-top: 1px solid #A4A4A4;
}

.sidebar-list li a {
	font-size: 1.4em;
}

.sidebar-list .children {
  margin: 20px 0 0 15px;
  padding: 0;
  list-style: none;
}

/* =========================
    IMAGE BOXES / FOOTER LINKS
  ========================= */
.blue-divider {
	display: none;
	position: relative;
	width: 100%;
	height: 20px;
	background-color: #476daa;
	margin-top: 30px;
}

.blue-divider .arrow-up {
	display: none;
	position: absolute;
	top: -20px;
	left: 0;
	right: 0;
	width: 0;
	height: 0;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-bottom: 20px solid #476daa;
	margin: 0 auto;
}

.grid-container {
	max-width: 900px;
	margin: 10px auto;
}

.childpages {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
}

.childpages span {
	display: block;
}

.childpages li {
	flex: 0 1 300px;
	position: relative;
	max-width: 300px;
	width: 100%;
	height: auto;
}

.childpages li .title {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 60%;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.4);
}

.childpages li h2 {
	color: #fff;
	font-size: 2.0em;
}

.childpages li a {
	display: block;
	margin: 15px;
}

.childpages li img {
	width: 100%;
	height: 200px;
	object-fit: cover;
}

.footer-links {
	max-width: 98%;
	width: 100%;
	display: flex;
	flex-flow: row;
	flex-wrap: wrap;
	justify-content: center;
	list-style: none;
	margin: 20px 1%;
	padding: 0;
}

.footer-links .flink {
	width: 350px;
	margin: 5px;
	background-color: #fff;
	display: block;
	padding: 5px 10px;
	border: 1px solid #A4A4A4;
	border-bottom: 5px solid #aa8447;
}

.footer-links .flink-0 {
	border-bottom: 5px solid #aa476d;
}

.footer-links .flink-1 {
	border-bottom: 5px solid #6daa47;
}

.footer-links .flink-2 {
	border-bottom: 5px solid #476daa;
}

.footer-links .flink-3 {
	border-bottom: 5px solid #aa8447;
}

.footer-links .flink-4 {
	border-bottom: 5px solid #5347aa;
}

.footer-links .flink-5 {
	border-bottom: 5px solid #479faa;
}

.footer-links .flink-6 {
	border-bottom: 5px solid #aa5247;
}

.footer-links .flink-7 {
	border-bottom: 5px solid #c7ce89;
}

.footer-links .flink-8 {
	border-bottom: 5px solid #aa476d;
}

.footer-links .flink-9 {
	border-bottom: 5px solid #6daa47;
}

.footer-links .flink-10 {
	border-bottom: 5px solid #476daa;
}

.footer-links .flink-11 {
	border-bottom: 5px solid #aa8447;
}

.footer-links .flink-12 {
	border-bottom: 5px solid #5347aa;
}

.footer-links .flink-13 {
	border-bottom: 5px solid #479faa;
}

.footer-links .flink-14 {
	border-bottom: 5px solid #aa5247;
}

.footer-links .flink-15 {
	border-bottom: 5px solid #c7ce89;
}

.footer-links .flink:hover {
	border-bottom: 5px solid #999;
}

.footer-links .flink h2 {
	text-align: center;
}

@media (max-width:540px) {
	.footer-links .flink {
		width: 240px;
	}
}

/* =========================
    HOMEPAGE SUBPAGES
  ========================= */
.subpages .subpage {
	position: relative;
	min-height: 300px;
	margin-bottom: 20px;
}

.subpages .subpage .body {
	max-width: 58%;
	margin: 1%;
	width: 100%;
	float: left;
	display: block;
}

.subpages .subpage .img-wrap {
	max-width: 39%;
	margin: 1% 0 1% 1%;
	width: 100%;
	float: right;
	display: block;
	position: relative;
}

.subpages .subpage .image {
	width: 100%;
	display: block;
}

.subpages .subpage img {
	width: 100%;
}

.subpages .subpage .title {
	display: block;
}

.subpages .subpage .title h2 {
	font-size: 2.0em;
}

.subpages .subpage .blue-line {
	left: -30px;
	max-width: 420px;
	position: absolute;
}

.subpages .subpage p {
	margin-top: 40px;
}

.subpages .subpage:nth-child(even) .body {
	max-width: 58%;
	margin: 1%;
	width: 100%;
	float: right;
	display: block;
}

.subpages .subpage:nth-child(even) .img-wrap {
	max-width: 39%;
	margin: 1% 1% 1% 0;
	width: 100%;
	float: left;
	display: block;
	position: relative;
}

.subpages .subpage:nth-child(even) .image {
	width: 100%;
	display: block;
}

.subpages .subpage:nth-child(even) .blue-line {
	right: -329px;
	max-width: 440px;
	position: absolute;
}

@media (max-width:1100px) {
	.subpages .subpage .blue-line {
		display: none;
	}
	.subpages .subpage .title h2 {
		line-height: 30px;
		border-bottom: 2px solid #476daa;
	}
}

@media (max-width:730px) {
	.subpages .subpage .image,
	.subpages .subpage:nth-child(even) .image {
		max-width: 98%;
		position: relative;
		left: 0;
		right: 0;
		margin: 10px auto;
	}
	.subpages .subpage .image img,
	.subpages .subpage:nth-child(even) .image img {
		height: auto;
	}

	.subpages .subpage .body,
	.subpages .subpage:nth-child(even) .body {
    max-width: 98%;
	}
}

/* =========================
    MAP
  ========================= */
#map {
	height: 300px;
}

/* =========================
    MOBILE NAV
  ========================= */
@media (max-width:1024px) {
	.mob-menu-header-holder {
		position: absolute!important;
	}

	body.admin-bar .mobmenu {
		top: 112px!important;
	}

	.mobmenu-right-bt {
		font-size: 30px!important;
	}

	.mobmenu-panel {
		background-color: #fff;
	}

	#mobmenuright li > ul {
		left: 0!important;
	}

	/* .mobmenur-container {
    width: 86px!important;
    font-size: 16px!important;
    line-height: 31px!important;
		color: #476daa;
	}

	.mob-menu-header-holder {
		right: 20px!important;
		width: 50px!important;
	}

	.mob-expand-submenu i {
	  padding: 0 15px 0 0!important;
	  top: 25px!important;
	}

	.sub-menu a {
		background-color: inherit!important;
	}

	.mobmenu .sub-menu li a {
	  padding-left: 10px!important;
	}

	#mobmenuright li a {
		font-size: 16px!important;
	} */
}

@media (max-width:1023px) {
	body.admin-bar .mobmenu {
		top: 32px!important;
	}
}

@media (max-width:320px) {
	.mobmenur-container {
    width: 42px!important;
    font-size: 0!important;
	}
}
