/*
Theme Name: WCAG Compliant Council Theme
Author: Aubergine 262
Author URI: https://aubergine262.com/
Description: A WCAG (Web Content Accessibility Guidelines) theme for councils
Version: 1.0
*/



/**
 * --------------------------------------------------------------------------------------------------------------------
 * Reset, headings, general defaults
 * @see http://git.io/normalize
 * --------------------------------------------------------------------------------------------------------------------
 **/
/*#region Reset and default heading tags  */

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	outline: none;
}

::-moz-selection {


}
::selection {


}

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

audio,
canvas,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden] {
	display: none;
}

html {
	font-size: 100%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

html,
body,
button,
input,
select,
textarea {
	font-family: 'Open Sans', sans-serif;
}

body {
	color: #282828;
	line-height: 1.5;
	margin: 0;
	font-size: 16px;
	font-weight: 400;
}

span.fa {
	border: 0 !important;
}
a {

	text-decoration: none;
	background: transparent;
}

a:focus {
}

a:active,
a:hover {

}

a:hover {
	text-decoration: underline;
}
a.no-decoration:hover{
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6{
	clear: both;
	font-family: 'Open Sans', sans-serif;
	line-height: 1.5;
	padding: 0;
}
@media screen and (max-width: 600px) {
	h1,
	h2,
	h3,
	h4,
	h5,
	h6,
	.h1,
	.h2,
	.h3,
	.h4,
	.h5,
	.h6{
		line-height:1.3;
	}
}

h1,
h2,
.h1,
.h2 {
	font-size: 40px;
	font-weight: 700;
	margin: 0;
}

h3,
.h3 {
	font-size: 25px;
	font-weight: 700;
	margin: 0;
}

h4,
.h4{
	font-size: 25px;
	font-weight: 600;
	margin: 0;
}

h5,
.h5{
	font-size: 20px;
	font-weight: 700;
	margin: 0;
}

h6,
.h6 {
	font-size: 20px;
	font-weight: 600;
	margin: 0;
}

h1 span.fa,
h2 span.fa,
h3 span.fa,
h4 span.fa,
h5 span.fa,
h6 span.fa,
.h1 span.fa,
.h2 span.fa,
.h3 span.fa,
.h4 span.fa,
.h5 span.fa,
.h6 span.fa {
	font-size: 69%;
}

h6 {
	border-bottom: dashed 1px #282828;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

address {
	font-style: italic;
	margin: 0 0 24px;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}

p {
	margin: 0 0 25px;
	word-break: break-word;
}
p:last-child {
	margin-bottom: 0;
}

code,
kbd,
pre,
samp {
	font-family: monospace, serif;
	font-style: italic;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
}

pre {
	background: #f5f5f5;
	color: #666;
	font-family: monospace;
	font-size: 14px;
	margin: 20px 0;
	overflow: auto;
	padding: 20px;
	white-space: pre-wrap;
	word-wrap: break-word;
}

blockquote {
	font-size: 18px;
	font-style: italic;
	font-weight: 300;
	margin: 24px 40px;
}

blockquote blockquote {
	margin-right: 0;
}

blockquote cite,
blockquote small {
	font-weight: 600;
	text-transform: uppercase;
}

blockquote em,
blockquote i {
	font-style: normal;
	font-weight: 300;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

small {
	font-size: smaller;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

dl {
	margin: 0 20px;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 0 20px;
}

menu,
ol,
ul {
	margin: 16px 0;
	padding: 0 0 0 40px;
}

ul {
	list-style-type: circle;
}

nav ul,
nav ol {
	list-style: none;
}

li > ul,
li > ol {
	margin: 0;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
	max-width: 100%;
	height: auto;
	outline: 0;
}

embed,
iframe,
object,
video {
	max-width: 100%;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

form {
	margin: 0;
}

button,
input,
select,
textarea {
	margin: 0;
	padding: 0;
	max-width: 100%;
	vertical-align: baseline;
	font-size: 16px;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	-moz-appearance: button;
	appearance: button;
	cursor: pointer;
}

button[disabled],
input[disabled] {
	cursor: default;
}

table {
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0 0 20px;
	width: 100%;
	word-break:break-word;
}
th,
td {
	text-align: left;
}

th {
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px solid #aaa;
}
td {
	border: 0;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #eee;
	padding: 5px 10px 5px 5px;

}
td:last-child {
	border-right: 0;
}
tr:last-child td {
	border-bottom: 0;
}
tr:nth-child(even) td {
	background-color: #f7f7f7;
}

del {
	color: #333;
}

ins {
	background: #fff9c0;
	text-decoration: none;
}

hr {
	background: url(images/dotted-line.png) repeat center top;
	background-size: 4px 4px;
	border: 0;
	height: 1px;
	margin: 0 0 24px;
}

.screen-reader-text{
	display: none;
}
/*#endregion*/

/**
 * --------------------------------------------------------------------------------------------------------------------
 * Form fields, and general form classes checkbox, radio
 * --------------------------------------------------------------------------------------------------------------------
 **/
/*#region  Form fields, and general form classes  */
button,
input,
textarea,
select{

	font-family: inherit;
}
input,
textarea{
	padding: 12px 10px 11px;
}
select{
	text-indent:10px;
	height: 47px;
}
input[type="checkbox"],
input[type="radio"]{
	padding: 0;
}

input:-webkit-autofill{
	line-height: 1.4;
}

button:focus,
input:focus,
textarea:focus {
	outline: 0;
}

/* Buttons */
.button,
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {


	border: none;
	border-radius: 0;
	color: #fff;
	display: inline-block;
	padding: 10px 20px;
	text-decoration: none;
	line-height: 1;
	font: inherit;
}

.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover {

	color: #ddd;
	outline: none;
	text-decoration: none;
}

.button:active,
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {

	color: #ccc;



}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #b2b2b2;
}

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

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

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

/* Styled checkboxes */
input.fancy-chk  {
	background: transparent;
	border: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 15px;
	height: 15px;
	position: relative;
}
input.fancy-chk:after {
	font: normal normal normal 18px/1 FontAwesome;

	content: "\f096";
	position: absolute;
	top: -1px;
	left: -1px;
}
input.fancy-chk:checked:after {
	font: normal normal normal 18px/1 FontAwesome;

	content: "\f046";
	position: absolute;
	top: -1px;
	left: -1px;
}
input.fancy-rdo  {
	background: transparent;
	border: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 15px !important;
	height: 15px;
	position: relative;
	margin-right: 5px;
}
input.fancy-rdo:after {
	font: normal normal normal 18px/1 FontAwesome;

	content: "\f10c";
	position: absolute;
	top: -1px;
	left: -1px;
}
input.fancy-rdo:checked:after {
	font: normal normal normal 18px/1 FontAwesome;

	content: "\f05d";
	position: absolute;
	top: -1px;
	left: -1px;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close,
button.mfp-close{

	color: #fff;
	opacity: 1;
	width: 55px;
	height: 55px;
	text-align: center;
	font-size: 46px;
	padding: 0;
	top: 12px;
	right: -24px;
	margin: 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.mfp-image-holder .mfp-close:active,
.mfp-iframe-holder .mfp-close:active,
button.mfp-close:active{


	color: #eee;


}

/*#endregion*/

/**
 * --------------------------------------------------------------------------------------------------------------------
 * WP embeds - images alignment and gallery
 * --------------------------------------------------------------------------------------------------------------------
 **/
/*#region Images Alignment for wp embeds  */
.alignleft {
	float: left;
    margin: 0 20px 20px 0;
}

.alignright {
	float: right;
    margin: 0 0 20px 20px;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* Style wp gallery */
.gallery{
	margin-bottom: 15px;
}
.gallery:after{
	content: "";
	clear: both;
	display: table;
}
.gallery-item{
	float: left;
	width: 100%;
}
.gallery-item img{
	max-width: 100%;

}
.gallery-columns-1 .gallery-item{
	width: 98%;
	margin: 0 auto 10px;
}
.gallery-columns-2 .gallery-item{
	width: 49%;
	margin: 0 1% 10px 0;
}
.gallery-columns-3 .gallery-item{
	width: 32%;
	margin: 0 1% 10px 0;
}
.gallery-columns-4 .gallery-item{
	width: 23%;
	margin: 0 2% 10px 0;
}
.gallery-columns-5 .gallery-item{
	width: 18%;
	margin: 0 2% 10px 0;
}
.gallery-columns-6 .gallery-item{
	width: 14%;
	margin: 0 2% 10px 0;
}
.gallery-columns-7 .gallery-item{
	width: 12%;
	margin: 0 2% 10px 0;
}
.gallery-columns-8 .gallery-item{
	width: 10%;
	margin: 0 2% 10px 0;
}
.gallery-columns-9 .gallery-item{
	width: 8%;
	margin: 0 2% 10px 0;
}

@media screen and (max-width: 768px) {
	.alignleft {
		display: block;
		float: none;
		margin: 10px auto 20px;
	}

	.alignright {
		display: block;
		float: none;
		margin: 10px auto 20px;
	}
}
/*#endregion*/

/**
 * --------------------------------------------------------------------------------------------------------------------
 * Content Colours and List Styles
 * --------------------------------------------------------------------------------------------------------------------
 **/
/*#region Content Colours and List Styles  */
/* Lists */
#main ol,
#tinymce ol{
	counter-reset: ol-counter;
	list-style-type: none;
	padding: 0 0 0 30px;
}
#main ol li,
#tinymce ol li{
	position: relative;
	margin-bottom: 10px;
}
#main ol li:last-child,
#tinymce ol li:last-child{
	margin-bottom: 0;
}
#main ol li:before,
#tinymce ol li:before {
	content: counter(ol-counter) '.';
	counter-increment: ol-counter;
	position: absolute;
	top: 0;
	left: -30px;
	font-weight: 400;
}
#main ul,
#tinymce ul{
	list-style-type: none;
	padding: 0 0 0 22px;
}
#main ul li,
#tinymce ul li{
	position: relative;
	margin-bottom: 10px;
}
#main ul li:last-child,
#tinymce ul li:last-child{
	margin-bottom: 0;
}
#main ul li:before,
#tinymce ul li:before {
	content: '';
	width: 9px;
	height: 9px;
	display: block;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;

	top: 7px;
	left: -16px;
	position: absolute;
}
#main .content-align-center ul li:before,
#tinymce .content-align-center ul li:before{
	position: relative;
	top: -2px;
	display: inline-block;
	left: -8px;

}

/*
 * @TODO REMOVE ME :)
 Backgrounds and colours - Use as guidance for the projects colour setup
.White,
.White a{
	color:#fff;
}
.Grey,
.Grey a{
	color:#e2e2e2;
}
.LightGrey,
.LightGrey a{
	color:#f2f2f2;
}
.DarkGrey,
.DarkGrey a{
	color:#b2b2b2;
}
.DarkestGrey,
.DarkestGrey a{
	color:#282828;
}
.Yellow,
.Yellow a{
	color: #fbc82f;
}
.DarkBlue,
.DarkBlue a{
	color: #0c4589;
}
.LightBlue,
.LightBlue a{
	color: #1e5c9b;
}
.Black,
.Black a{
	color: #000000;
}
.TacticDarkPurple,
.TacticDarkPurple a{
	color: #240d33;
}
.TacticLightPurple,
.TacticLightPurple a{
	color: #ba9dcb;
}
.TacticLightBlue,
.TacticLightBlue a{
	color: #8bd1f5;
}
.TacticSand,
.TacticSand a{
	color: #f5c28a;
}
.AstralMidGreen,
.AstralMidGreen a{
	color: #3f9d43;
}
.AstralLightGreen,
.AstralLightGreen a{
	color: #b7bf09;
}
.AstralDarkGreen,
.AstralDarkGreen a{
	color: #1f4920;
}
.bgWhite {
	background:#fff;
}
.bgGrey {
	background:#e2e2e2;
}
.bgLightGrey {
	background:#f2f2f2;
}
.bgDarkGrey {
	background:#b2b2b2;
}
.bgDarkestGrey {
	background:#282828;
}
.bgYellow{
	background: #fbc82f;
}
.bgDarkBlue{
	background: #0c4589;
}
.bgLightBlue{
	background: #1e5c9b;
}
.bgBlack{
	background: #000000;
}
.bgTacticDarkPurple{
	background: #240d33;
}
.bgTacticLightPurple{
	background: #ba9dcb;
}
.bgTacticLightBlue{
	background: #8bd1f5;
}
.bgTacticSand{
	background: #f5c28a;
}
.bgAstralMidGreen{
	background: #3f9d43;
}
.bgAstralLightGreen{
	background: #b7bf09;
}
.bgAstralDarkGreen{
	background: #1f4920;
}
.obgWhite {
	background:rgba(255,255,255,0.6);
}
.obgGrey {
	background:rgba(226,226,226,0.6);
}
.obgLightGrey {
	background:rgba(247,247,247,0.6);
}
.obgDarkGrey {
	background:rgba(178,178,178,0.6);
}
.obgDarkestGrey {
	background:rgba(40,40,40,0.6);
}
.obgYellow{
	background:rgba(251,200,47,0.6);
}
.obgDarkBlue{
	background:rgba(12,69,147,0.6);
}
.obgLightBlue{
	background:rgba(30,92,155,0.6);
}
.obgBlack{
	background:rgba(0,0,0,0.6);
}
.obgTacticDarkPurple{
	background: rgba(36,13,51,0.6);
}
.obgTacticLightPurple{
	background: rgba(186,157,203,0.6);
}
.obgTacticLightBlue{
	background: rgba(139,209,245,0.6);
}
.obgTacticSand{
	background: rgba(245,194,138,0.6);
}
.obgAstralMidGreen{
	background: rgba(63,157,67,0.6);
}
.obgAstralLightGreen{
	background: rgba(183,191,9,0.6);
}
.obgAstralDarkGreen{
	background: rgba(31,73,32,0.6);
}
.borderWhite {
	border-color:#fff !important;
}
.borderGrey {
	border-color:#e2e2e2 !important;
}
.borderLightGrey {
	border-color:#f2f2f2 !important;
}
.borderDarkGrey {
	border-color:#b2b2b2 !important;
}
.borderDarkestGrey {
	border-color:#282828 !important;
}
.borderYellow{
	border-color: #fbc82f !important;
}
.borderDarkBlue{
	border-color: #0c4589 !important;
}
.borderLightBlue{
	border-color: #1e5c9b !important;
}
.borderBlack{
	border-color: #000000 !important;
}
.borderTacticDarkPurple{
	border-color: #240d33 !important;
}
.borderTacticLightPurple{
	border-color: #ba9dcb !important;
}
.borderTacticLightBlue{
	border-color: #8bd1f5 !important;
}
.borderTacticSand{
	border-color: #f5c28a !important;
}
.borderAstralMidGreen{
	border-color: #3f9d43 !important;
}
.borderAstralLightGreen{
	border-color: #b7bf09 !important;
}
.borderAstralDarkGreen{
	border-color: #1f4920 !important;
}
*/
/*#endregion*/

/**
 * --------------------------------------------------------------------------------------------------------------------
 * Columns and layouts
 * --------------------------------------------------------------------------------------------------------------------
 **/
/*#region Columns and layouts */
/* Main content width */
.site-width{
	width:95%;
	max-width:1200px;
	margin:0 auto;
}
.clear{
	clear: both;
	width:100%;
	height: 0 !important;
	display: block;
}

.left{
	float: left;
	width:50%;
}

.right{
	float: right;
	width:50%;
}

.br{
	display: block;
}
.radius-tl{
	-webkit-border-top-left-radius: 5px;
	border-top-left-radius: 		5px;
}
.radius-tr{
	-webkit-border-top-right-radius: 5px;
	border-top-right-radius: 		 5px;
}
.radius-bl{
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 		   5px;
}
.radius-br{
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 		5px;
}

.line-through-title{
	position: relative;
	text-align: center;
}
.line-through-title .ln{
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background: #282828;
	position: absolute;
	top: 29px;
	left: 0;
	z-index: 50;
}
.line-through-title span{
	position: relative;
	z-index: 90;
	padding: 0 30px;
}

/* Basic Columns - 2,3,4,5 */
.columns-1,
.columns-2,
.columns-3,
.columns-4,
.columns-5,
.columns-6{
	position: relative;
}
.columns-1:after,
.columns-2:after,
.columns-3:after,
.columns-4:after,
.columns-5:after,
.columns-6:after{
	content: "";
	clear: both;
	display: table;
}
.columns-1 .item,
.columns-2 .item,
.columns-3 .item,
.columns-4 .item,
.columns-5 .item,
.columns-6 .item{
	float: none;
	display: inline-block;
	vertical-align: top;
}
/*1*/
.columns-1 .item{
	width: 98%;
	margin: 0 auto 2%;
}
/*2*/
.columns-2 .item{
	width: 49%;
	margin: 0 2% 2% 0;
}
.columns-2 .item:nth-child(2n){
	margin-right: 0;
}
/*3*/
.columns-3 .item{
	width: 32%;
	margin: 0 2% 2% 0;
}
.columns-3 .item:nth-child(3n){
	margin-right: 0;
}
/*4*/
.columns-4 .item{
	width: 23.5%;
	margin: 0 2% 2% 0;
}
.columns-4 .item:nth-child(4n){
	margin-right: 0;
}
/*5*/
.columns-5 .item{
	width: 18.4%;
	margin: 0 2% 2% 0;
}
.columns-5 .item:nth-child(5n){
	margin-right: 0;
}
/*6*/
.columns-6 .item{
	width: 15%;
	margin: 0 2% 2% 0;
}
.columns-6 .item:nth-child(6n){
	margin-right: 0;
}

@media screen and (max-width: 1000px) {
	/* 6 columns into 4 column mode */
	/*6*/
	.columns-6 .item{
		width: 23.5%;
		margin: 0 2% 2% 0;
	}
	.columns-6 .item:nth-child(6n){
		margin-right: 2%;
	}
	.columns-6 .item:nth-child(4n){
		margin-right: 0;
	}
}
@media screen and (max-width: 780px) {
	.line-through-title:before{
		display: none;
	}
	.line-through-title span{
		padding: 0;
	}
	/*4 into 2 column*/
	.columns-4 .item{
		width: 49%;
		margin: 0 2% 10px 0;
	}
	.columns-4 .item:nth-child(4n){
		margin-right: 2%;
	}
	.columns-4 .item:nth-child(2n){
		margin-right: 0;
	}
	/* All columns into 3 column mode */
	/*5*/
	.columns-5 .item{
		width: 32%;
		margin: 0 2% 2% 0;
	}
	.columns-5 .item:nth-child(5n){
		margin-right: 2%;
	}
	.columns-5 .item:nth-child(3n){
		margin-right: 0;
	}
	/*6*/
	.columns-6 .item{
		width: 32%;
		margin: 0 2% 2% 0;
	}
	.columns-6 .item:nth-child(6n){
		margin-right: 2%;
	}
	.columns-6 .item:nth-child(4n){
		margin-right: 2%;
	}
	.columns-6 .item:nth-child(3n){
		margin-right: 0;
	}
}
@media screen and (max-width: 550px) {
	/* All columns into 2 column mode */
	/*3*/
	.columns-3 .item{
		width: 49%;
		margin: 0 2% 10px 0;
	}
	.columns-3 .item:nth-child(3n){
		margin-right: 2%;
	}
	.columns-3 .item:nth-child(2n){
		margin-right: 0;
	}
	/*5*/
	.columns-5 .item{
		width: 49%;
		margin: 0 2% 10px 0;
	}
	.columns-5 .item:nth-child(5n){
		margin-right: 2%;
	}
	.columns-5 .item:nth-child(3n){
		margin-right: 2%;
	}
	.columns-5 .item:nth-child(2n){
		margin-right: 0;
	}
	/*6*/
	.columns-6 .item{
		width: 49%;
		margin: 0 2% 10px 0;
	}
	.columns-6 .item:nth-child(6n){
		margin-right: 2%;
	}
	.columns-6 .item:nth-child(4n){
		margin-right: 2%;
	}
	.columns-6 .item:nth-child(3n){
		margin-right: 2%;
	}
	.columns-6 .item:nth-child(2n){
		margin-right: 0;
	}
	/* force 1 column */
	.mobile-one-column .item{
		width: 100% !important;
		margin-right: 0!important;
	}
}
/*#endregion*/

/**
 * --------------------------------------------------------------------------------------------------------------------
 * Main logo, Main Navigation, hamburger
 * --------------------------------------------------------------------------------------------------------------------
 **/
/*#region Main logo, Main Navigation, hamburger*/
.top-header{
    padding: 19px 0 0;
}
.site-logo{
	display: inline-block;
    margin-bottom: 10px;
}
.site-logo:hover,
.site-logo:focus{
	background-color: transparent;
}
#navbar{
	text-align: right;
    float: right;
}
#navbar a{
    color: #282828;
    font-size: 18px;
    font-weight: 600;
}
#navbar #primary-menu{
	margin: 0;
	padding: 0;
	/*justify-content: space-around;*/
	/*display: flex;*/
}
#navbar #primary-menu li{
	position: relative;
}
#navbar #primary-menu > li{
	display: inline-block;
	margin-right: 5%;
	/*margin-right: 1%;*/
}
#navbar #primary-menu > li:last-child{
	margin-right: 0;
}
#navbar #primary-menu > li a{
    padding: 3px 5px 22px;
    display: block;
    border-bottom: solid 4px #fff;
}
#navbar #primary-menu > li:hover > a{

    text-decoration: none;
}
/** Navigation Sub Menu. **/
#navbar #primary-menu ul.sub-menu {
	margin: 0;
	position: absolute;
	display: none;
	z-index: 9999999999;

	-webkit-box-shadow: 0 2px 6px -2px rgba(0,0,0,0.75);
	-moz-box-shadow: 	0 2px 6px -2px rgba(0,0,0,0.75);
	box-shadow: 		0 2px 6px -2px rgba(0,0,0,0.75);
	padding:0;
	text-align: left;
	width: auto;
	min-width: 250px;
	top: 100%;
	left: 0;
}
#navbar #primary-menu ul.sub-menu.nav-align-right {
	left: initial;
	right: 0;
	text-align: right;
}
#navbar #primary-menu ul.sub-menu ul.sub-menu{
	top: 0;
	left: 100%;
}
#navbar #primary-menu ul.sub-menu ul.sub-menu.nav-align-right{
	left: initial;
	right: 100%;
	text-align: right;
}
/* Show Sub Menu on hover when mobile menu isn't in use */
@media only screen and (min-width: 780px) {
	#navbar #primary-menu li.menu-item-has-children:hover > ul.sub-menu,
	#navbar #primary-menu li.menu-item-has-children:focus > ul.sub-menu {
		display: block !important;
	}
}
/* Sub Menu links */
#navbar #primary-menu ul.sub-menu li {
	margin: 0;
	width: 100%;
}
#navbar #primary-menu ul.sub-menu li a {
	width: 100%;
	color: #fff;
	border-bottom:dashed 1px #fff;
	padding: 7px 15px !important;
	display:block;
	font-weight: 300;
	font-size: 18px;
}
#navbar #primary-menu ul.sub-menu li a:hover {

	text-decoration: none;
}
#navbar #primary-menu ul.sub-menu li:last-child > a{
	border-bottom: none;
}
/* Basic mega nav */
#navbar #primary-menu li.has-mega{
	position: static;
}
#navbar #primary-menu .MegaNav{
	position: absolute;
	display: none;
	z-index: 100;

	color: #fff;
	padding: 40px 0 40px 0;
	width: 100%;
	left: 0;
	top: 90px;
}
/* Open the nav
#navbar #primary-menu li.has-mega:hover .MegaNav{
	display: block;
} */
#navbar #primary-menu .MegaNav > div > ul{
	margin: 0;
	padding: 0;
}
#navbar #primary-menu .MegaNav > div > ul > li{
	display: inline-block;
	width: 24%;
	vertical-align: top;
	margin-bottom: 30px;
}
#navbar #primary-menu .MegaNav .mega-nav-columns{
	text-align: left;
}
#navbar #primary-menu .MegaNav .mega-nav-columns .item{
	border-right: solid 1px #fff;
	padding-left: 3%;
}
#navbar #primary-menu .MegaNav .mega-nav-columns.columns-3 .item{
    padding-left:0;
}
#navbar #primary-menu .MegaNav .mega-nav-columns .item:first-child{
	padding-left: 0;
}
#navbar #primary-menu .MegaNav .mega-nav-columns .item:last-child{
	border-right: none;
}
#navbar #primary-menu .MegaNav .mega-nav-columns .mega-nav-title {
	clear: both;
	font-family: 'Open Sans', sans-serif;
	line-height: 1.5;
	padding: 0;
	font-size: 18px;
	font-weight: 600;
	margin: 0 0 30px 0;
}
#navbar #primary-menu .MegaNav .mega-nav-columns .mega-nav-title img.fa-svg {
	width: 8px;
	position: relative;
	top: 0px;
}
#navbar #primary-menu .MegaNav .mega-nav-columns .mega-nav-title span.fa{
	font-size: 69%;
}
#navbar #primary-menu .MegaNav .mega-nav-columns ul{
	margin: 0;
	padding: 0;
}
#navbar #primary-menu .MegaNav .mega-nav-columns ul li{
	width: 49%;
	padding-right:1%;
	display: inline-block;
	vertical-align: top;
}
#navbar #primary-menu .MegaNav .mega-nav-columns ul li a{
	display: inline-block;
	color: #fff;
	border-bottom: 0;
	font-size: 16px;
	font-weight: 600;
	padding: 0 0 5px 0;
}
/* Mobile Navigation Burger */
.hamburger {
	display: none;
	float: right;
	cursor: pointer;
}
.hamburger .line {
	width: 50px;
	height: 5px;

	display: block;
	margin: 8px auto;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#hamburger-1.is-active .line:nth-child(1) {
	-webkit-transform: translateY(13px) rotate(45deg);
	-ms-transform: translateY(13px) rotate(45deg);
	-o-transform: translateY(13px) rotate(45deg);
	transform: translateY(13px) rotate(45deg);
}
#hamburger-1.is-active .line:nth-child(2) {
	opacity: 0;
}
#hamburger-1.is-active .line:nth-child(3) {
	-webkit-transform: translateY(-13px) rotate(-45deg);
	-ms-transform: translateY(-13px) rotate(-45deg);
	-o-transform: translateY(-13px) rotate(-45deg);
	transform: translateY(-13px) rotate(-45deg);
}
@media only screen and (max-width: 1046px){
	#navbar #primary-menu > li{
		margin-right: 10px;
	}
}
@media only screen and (max-width: 930px){
	#navbar a{
		font-size: 16px;
	}

}
@media only screen and (max-width: 780px){
	.top-header {
		padding: 19px 0 19px;
	}
	.hamburger {
		display:block;
	}
	#navbar a{
		font-size: 18px;
	}
	#navbar {
		width: 100%;
		margin-top: 0 !important;
		display:none;
		position: relative;
		z-index: 9999;
		background: #fff;
	}
	#navbar ul {
		padding:0;
	}
	#navbar #primary-menu > li {
		width: 100%;
		margin-right: 0;
	}
	#navbar a {
		padding: 10px;
		width:100%;
		display:block;
	}
	.menu-item-has-children > a:after {
		content: "\f107";
		font: normal normal normal 14px/1 FontAwesome;
		display: inline-block;
		margin-left: 15px;
		transition: all 0.25s ease-in-out;
	}
	.menu-item-has-children > a.children-visible:after {
		transform: rotate(-90deg);
	}
	.has-mega > a:after {
		content: "\f107";
		font: normal normal normal 14px/1 FontAwesome;
		display: inline-block;
		margin-left: 15px;
		transition: all 0.25s ease-in-out;
	}
	.has-mega > a.children-visible:after {
		transform: rotate(-90deg);
	}
	/* Stop Hovers */
	#navbar #primary-menu li.menu-item-has-children:hover ul.sub-menu {
		display: none;
	}
	#navbar #primary-menu li.has-mega:hover .MegaNav{
		display: none;
	}
	#navbar #primary-menu ul.sub-menu {
		position: static;
		left: 0;
		top: 0;
		width: 100%;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
	#navbar ul.sub-menu li a {
		padding-left:30px;
	}
	#navbar #primary-menu .MegaNav{
		position: static;
		padding: 20px 0 20px 0;
	}
	#navbar #primary-menu .MegaNav .mega-nav-columns .item{
		width: 98%;
		border-right: none;
		border-bottom: solid 1px #fff;
		margin: 0 0 20px 0;
		padding: 0 0 20px 0;
	}
	#navbar #primary-menu .MegaNav .mega-nav-columns .item:last-child{
		margin-bottom: 0;
		padding-bottom: 0;
		border-bottom: none;
	}
}
/*#endregion*/

/**
 * --------------------------------------------------------------------------------------------------------------------
 * Page Builder: Archive Blocks
 * --------------------------------------------------------------------------------------------------------------------
 **/
/*#region Archive Blocks */

.archive-block{
	display: inline-block;
	position: relative;
	vertical-align: top;
	width: 32%;
	margin-right: 2%;
	margin-bottom: 3%;
}
.archive-block:nth-child(3n){
	margin-right: 0;
}
.archive-wrap.list-view .archive-block {
	width: 49%;
	margin-right: 2%;
}
.archive-wrap.list-view .archive-block:nth-child(2n){
	margin-right: 0%;
}
.archive-wrap.list-view .archive-block .archive-image {
	float:left;
	width: 25%;
}
.archive-wrap.list-view .archive-block .archive-info {
	float:right;
	width: 70%;
}
.archive-block a{
	display: block;
	border-bottom: none;
}
.archive-block a:hover,
.archive-block a:focus{
	text-decoration: none;
	background-color: transparent;
}
.archive-block .archive-image{
	display: block;
	position: relative;
}
.archive-block .archive-icon{
	position: absolute;
	top: -17px;
	left: -18px;
	z-index: 90;
	width: 41px;
}
.archive-block .archive-image img{
	width: 100%;
}
.archive-date{
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 2px 2px 2px 8px;
	width: 43px;
	border-radius: 0 15px 0 5px;
	z-index: 95;
}

/* Wave Box */
.archive-block.wave{

}
.archive-block.wave .archive-image{
	position: relative;
	max-height: 300px;
	overflow: hidden;
}
.archive-block.wave .archive-image > img{
	object-fit: cover;
	object-position: center;
	height: 300px;
}
.archive-block.wave .archive-image .post-wave{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
.archive-block.wave .archive-image .post-wave img{
	width: 100%;
	vertical-align: bottom;
}
.archive-block.wave .archive-wave-box{
	background-color: #E2E2E2;
	padding:5px 60px 20px 15px;
	position: relative;
}
.archive-block.wave .archive-arrow,
.archive-block.text .archive-arrow{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 65px;
}
.archive-block.wave .archive-wave-box .title{
	margin-bottom: 5px;
}
.archive-block.wave .archive-arrow .front-arrow,
.archive-block.text .archive-arrow .front-arrow{
	display: block;
}
.archive-block.wave .archive-arrow .hover-arrow,
.archive-block.text .archive-arrow .hover-arrow{
	display: none;
}
.archive-block.wave a:hover  .archive-arrow .front-arrow,
.archive-block.text a:hover  .archive-arrow .front-arrow{
	display: none;
}
.archive-block.wave a:hover  .archive-arrow .hover-arrow,
.archive-block.text a:hover  .archive-arrow .hover-arrow{
	display: block;
}

	/* Plain */
.archive-block.plain .archive-info .title{
	padding-top: 10px;
}
.archive-block.plain .archive-info .excerpt{
	padding-top: 10px;
}
.archive-block.plain .archive-info .popular-link{
	margin-top: 10px;
}

/* Text */
.archive-block.text{
	background-color: #E2E2E2;
}
.archive-block.text a{
	display: block;
}
.archive-block.text .archive-info{
	padding: 20px 20px 95px;
}
.archive-block.text .archive-info .title{
	margin-bottom: 10px;
}
.archive-block.text .excerpt a {
	display: inline;
}
.archive-block.text .archive-arrow{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 65px;
}
.archive-block.text .dashed-line{
	border-bottom: dashed 1px #282828;
	margin: 0;
	width: 90%;
	display: block;
	position: absolute;
	bottom: 80px;
	right: 5%;
}
.archive-block.text .popular-link{
	margin: 0;
	display: block;
	position: absolute;
	bottom: 25px;
	left: 20px;
	padding-right: 70px;
}

/* Poster */
.archive-block.poster{
	width: 23.5%;
	margin-right: 2%;
}
.archive-block.poster:nth-child(3n){
	margin-right: 2%;
}
.archive-block.poster:nth-child(4n){
	margin-right: 0;
}
.archive-block.poster .archive-image{
	width: 100%;
	height: 100%;
	display: block;
}
.archive-block.poster .archive-image img{
	width: 100%;
	height: 100%;
	display: block;
	cursor: pointer;
}

/* Title in box */
.archive-block.title-in-box{
	width: 23.5%;
	margin-right: 2%;
}
.archive-block.title-in-box:nth-child(3n){
	margin-right: 2%;
}
.archive-block.title-in-box:nth-child(4n){
	margin-right: 0;
}
.title-in-box a{
	display: block;
	height: 100%;
	border-bottom: none;
}
.title-in-box .archive-image-title{
	display: block;
	text-align: center;
}

/* Image block not using normal .archive-block as conflicts with gallery CSS */
.block{
	display: inline-block;
	position: relative;
	vertical-align: top;
}
.block.image .archive-image{
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-top: 100%;
}
.block.image .archive-image > img{
	object-fit: cover;
	object-position: center;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: transform 300ms;
	-moz-transition: transform 300ms;
	-ms-transition: transform 300ms;
	-o-transition: transform 300ms;
	transition: transform 300ms;
}
/* if its old internet explorer make the height of the image auto */
.ie .block.image .archive-image > img{
	height: auto;
}
.block.image:hover .archive-image > img,
.block.image a:focus .archive-image > img {
	transform: scale(1.08);
}
.block.image a:hover,
.block.image a:focus {
	text-decoration: underline;
	color: #282828 !important;
}
.block.image a {
	background: transparent;
}
.block.image .archive-image-title{
	/*color: #282828;*/
	margin-top: 2%;
}
.block.image .archive-image-subtitle .subtitle {
	font-size: 16px;
	font-weight: 600;
}
.block.image .archive-image-description .description{

}


@media screen and (max-width: 850px) {
	.archive-block{
		width: 48%;
		margin-right: 4%;
		margin-bottom: 4%;
	}
	.archive-block:nth-child(3n){
		margin-right: 4%;
	}
	.archive-block:nth-child(2n+2){
		margin-right: 0;
	}

	/* Poster */
	.archive-block.poster{
		width: 32%;
		margin-right: 2%;
		margin-bottom: 3%;
		margin-left: 0;
	}
	.archive-block.title-in-box:nth-child(3n),
	.archive-block.poster:nth-child(3n){
		margin-right: 0;
	}
	.archive-block.title-in-box:nth-child(4n),
	.archive-block.poster:nth-child(4n){
		margin-right: 2%;
	}

}
@media screen and (max-width: 600px) {
	.archive-block, .archive-wrap.list-view .archive-block {
		width: 96%;
		margin-right: 2%;
		margin-left: 2%;
		margin-bottom: 40px;
	}
	.archive-block:nth-child(3n){
		margin-right: 2%;
	}
	.archive-block:nth-child(2n+2){
		margin-right: 2%;
	}
	.archive-wrap.list-view .archive-block.plain .archive-info .title {
		padding-top: 0px;
	}

	/* Poster */
	.archive-block.poster{
		width: 48%;
		margin-right: 4%;
		margin-bottom: 3%;
	}
	.archive-block.title-in-box{
		width: 46%;
	}
	.archive-block.title-in-box:nth-child(3n),
	.archive-block.poster:nth-child(3n){
		margin-right: 4%;
	}
	.archive-block.poster:nth-child(2n+2),
	.archive-block.title-in-box:nth-child(2n+2){
		margin-right: 0;
	}
	.archive-block.title-in-box:nth-child(4n),
	.archive-block.poster:nth-child(4n){
		margin-right: 0;
	}

}




/*#endregion*/

/**
 * --------------------------------------------------------------------------------------------------------------------
 * Page Builder: Header Banner
 * --------------------------------------------------------------------------------------------------------------------
 **/
/*#region Header Banner */
.search-bok-wrapper{
	position: relative;
	display: inline-block;
}
.search-bok-wrapper label{
	position: absolute;
	z-index: 100;
	top: 22%;
	left: 2%;
	color: #595959;
	background-color: #fff;
}
.header-banner{
	position: relative;
}
.header-banner .site-width{
	position: relative;
	z-index: 50;
	padding: 40px 0;
}
.header-banner .banner-titles{
	width: 100%;
	position: relative;
	z-index: 50;
}
.header-banner .banner-titles .titles{
	width: 70%;
	float: left;
}
.header-banner .banner-titles .banner-search{
	width: 25%;
	float: right;
}
.header-banner .banner-titles .main-title{
	font-weight: 700;
    display: inline-block;
}
.header-banner .banner-titles .main-subtitle{
	margin-top: 15px;
	font-size: 25px;
	font-weight: 600;
}
.header-banner .banner-titles.has_popular_links .banner-search{
	margin-top: 30px;
	width: 100%;
	float: none;
}
.header-banner .banner-titles.has_popular_links .titles{
	width: 100%;
	float: none;
}
.header-banner .banner-titles.has_popular_links .search-field{
	width: 100%;
}
.header-banner .banner-titles.has_popular_links .search-bok-wrapper{
	width: calc(75% - 100px);
}
.header-banner .banner-titles.has_popular_links .banner-search .popular-link{
	display: none;
}
.header-banner .banner-titles.has_popular_links{
	width: 65%;
	float: left;
}
.header-banner .header-popular-links{
	float: right;
	position: relative;
	z-index: 50;
}
.header-banner .header-popular-links .popular-link-header a {
	border-bottom: unset;
}
.header-banner .site-width .after{
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: calc(30% - 70px);
	z-index: 40;
}
.header-banner .site-width .after .curve{
	content: '';
	background-position: top left;
	background-size: cover;
	position: absolute;
	top: 0;
	left: -74px;
	bottom: 0;
	width: 82px;
	z-index: 40;
}
.infinite-blue{
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 10%;
	z-index: 40;
}
@media screen and (min-width: 1960px) {
	.infinite-blue{
		width: 33%;
	}
}
@media screen and (max-width: 1960px) {
	.infinite-blue{
		width: 20%;
	}
}
@media screen and (max-width: 1370px) {
	.infinite-blue{
		width: 10%;
	}
}
@media screen and (max-width: 880px) {
	.infinite-blue{
		width: 10%;
	}
}
.header-popular-links .popular-link-header{
	border-bottom: solid 1px #fff;
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-size: 25px;
	font-weight: 600;
}
.header-popular-links .popular-link{
	margin-bottom: 5px;
}
.header-popular-links .popular-link:last-child{
	margin-bottom: 0;
}
.banner-search{

}
.banner-search .search-bok-wrapper{
	width: calc(95% - 40px);
	min-width: 200px;
}
.banner-search .search-field{
	width: 100%;
	height: 47px;
	border-color: #fff;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.search-submit{
	margin-left: -15px;
	padding: 0;
	background-color: transparent;
	position: relative;
	top: -2px;
}
.search-submit:active,
.search-submit:hover{
	background-color: transparent;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
/* TEST Comment */
@media screen and (max-width: 1130px) {
	.banner-search .search-bok-wrapper{
		margin-right: -35px;
		min-width: 170px;
	}
}
@media screen and (max-width: 975px) {
	.header-banner .site-width .after{
		width: calc(40% - 90px);
	}
	.header-banner .site-width .after .curve{
		left: -90px;
		width: 90px;
	}
}
@media only screen and (max-width: 780px){

	.header-banner .banner-titles .titles{
		width: 100%;
		float: none;
	}
	.header-banner .banner-titles .banner-search{
		width: 100%;
		float: none;
		margin-top: 30px;
	}
	.header-banner .banner-titles .banner-search.no-popular-links {
		margin-top: 65px;
	}
	.header-banner .banner-titles.has_popular_links{
		width: 100%;
	}
	.header-banner .banner-titles.has_popular_links .search-bok-wrapper {
		width: 95%;
	}
	.header-banner .header-popular-links{
		margin-top: 50px;
		width: 100%;
	}
    .header-banner .site-width {
        padding: 20px 0;
    }
	.header-banner .site-width .after{
		display: none;
	}
	.infinite-blue{
		width: 100%;
		height: 120px;
		top: initial;
	}
	.header-banner .banner-search form {
		position: relative;
        margin-bottom:10px;
	}
	.header-banner .banner-search form .search-submit {
		position: absolute;
		top: -7px;
		right: 0px;
	}

}

/*#endregion*/

/**
 * --------------------------------------------------------------------------------------------------------------------
 * Page Builder: Notice Bar
 * --------------------------------------------------------------------------------------------------------------------
 **/
/*#region Notice Bar */
.site-notice{
	margin: 30px 0;
	position: relative;
}
.notice-image-wrap{
	position: relative;
	width: 100px;
	float: left;
}
.notice-image{
	width: 100px;
	height: 100px;
	position: absolute;
	top: 5px;
	-webkit-border-radius: 	50%;
	-moz-border-radius: 	50%;
	border-radius: 			50%;
}
.notice-image img{
	width: 90px;
	height: 90px;
	display: block;
	margin:  5px auto 0;
}
.notice-text{
	float: left;
	width: calc(100% - 350px);
	margin-left: 125px;
	padding: 10px 15px 10px 0;
	color:#282828;
}
.notice-text p a {
	color:#282828;
}
.notice-text .main-subtitle{
	margin-bottom: 5px;
	font-size: 25px;
	font-weight: 700;
}
.notice-text .text{
	margin-bottom: 5px;
	line-height: 21px;
}
.notice-text .text p:last-child,
.notice-text .text li:last-child,
.notice-text .text ol:last-child{
	margin-bottom:0;
}
.notice-actions{
	position: relative;
	float: right;
	width: 200px;
	min-height: 86px;
	z-index: 90;
}
.notice-actions .round-end{
	position: absolute;
	left: -49px;
	top: 0;
	bottom: 0;
	width: 50px;
	background-size: auto 100%;
	background-position: right center;
	background-repeat: no-repeat;
}
.site-notice.lines-2 .notice-actions .round-end{
	left: -48px;
}
.notice-link,
.notice-close{
	font-size: 30px;
	padding: 5px 5px 5px 19px;
	border-radius: 50%;
	width: 55px;
	height: 55px;
	display: inline-block;
	margin-right: 10px;
	position: absolute;
	top: 50%;
	margin-top: -28px;
	border-bottom: none !important;
}
.notice-link{
	left: -15px;
}
.notice-close{
	left: 50px;
	padding-left: 16px;
}
.notice-close img.fa-svg {
	width: 23px;
	position: relative;
	top: -2px;
}
.notice-link img.fa-svg {
	width: 18px;
	position: relative;
	top: -2px;
}
.notice-close i{
	position: relative;
	top: -2px;
}
.site-notice.dark-mode a:active,
.site-notice.dark-mode a:focus,
.site-notice.dark-mode a:hover {
	outline: solid 1px #ffffff;
	-webkit-box-shadow: 0 0 1px 0 #ffffff;
	-moz-box-shadow: 0 0 1px 0 #ffffff;
	box-shadow: 0 0 1px 0 #ffffff;
	background: #000000;
	color: #ffffff;
}
.site-notice.dark-mode a.notice-link:active,
.site-notice.dark-mode a.notice-link:focus,
.site-notice.dark-mode a.notice-link:hover,
.site-notice.dark-mode a.notice-close:active,
.site-notice.dark-mode a.notice-close:focus,
.site-notice.dark-mode a.notice-close:hover {
	outline: solid 1px #ffffff;
	-webkit-box-shadow: 0 0 1px 0 #ffffff;
	-moz-box-shadow: 0 0 1px 0 #ffffff;
	box-shadow: 0 0 1px 0 #ffffff;
	background: #eeeeee;
	color: #ffffff;
}
@media only screen and (max-width: 780px){
	.site-notice .infinite-blue{
		width: 100px;
		height: 100% !important;
	}
}
@media only screen and (max-width: 690px){
	.notice-image {
		display: none;
	}
	.site-notice .site-width{
		width: 97.5%;
		margin: 0 0 0 2.5%;
	}
	.site-notice .infinite-blue{
		display: none;
	}
	.notice-text{
		width: calc(100% - 125px);
		margin-left:0;
	}
	.notice-actions{
		height: 60px !important;
		width: 120px;
	}
	.notice-actions .round-end{
		display: none;
	}
	.site-notice.lines-2 .notice-actions .round-end{
		left: -50px;
	}
	.notice-link{
		left:5px;
	}
	.notice-close{
		left:62px;
	}
}



/*#endregion*/

/**
 * --------------------------------------------------------------------------------------------------------------------
 * Page Builder: Breadcrumbs
 * --------------------------------------------------------------------------------------------------------------------
 **/
/*#region Breadcrumbs */
.breadcrumbs{
	list-style-type: none;
	margin: 20px 0;
	padding: 0;
}
.breadcrumbs li{
	display: inline-block;
}
.breadcrumbs img.fa-svg {
    width: 7px;
    position: relative;
    top: -2px;
    margin: 0 5px 0 10px;
}
.bread-current,
.breadcrumbs li a{

}

/*#endregion*/

/**
 * --------------------------------------------------------------------------------------------------------------------
 * Error messages
 * --------------------------------------------------------------------------------------------------------------------
 **/
/*#region Error messages */

.notice {
	background: #fff;
	border-left: 4px solid #fff;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .2);
	margin: 6px 15px 7px 0;
	padding: 6px 12px 5px;
}
.notice-success {
	border-left-color: #46b450;
}
.notice-error {
	border-left-color: #b4322f;
}

/*#endregion*/

/**
 * --------------------------------------------------------------------------------------------------------------------
 * All Page Builders, Styles used by several row types
 * --------------------------------------------------------------------------------------------------------------------
 **/
/*#region All PageBuilders */

.inner-content h1,
.inner-content h2,
.inner-content h3,
.inner-content h4,
.inner-content h5,
.inner-content h6{
	margin-bottom: 15px;
}
.page-row,
.page-row-inner{
	width: 100%;
	display: block;
	position: relative;
	z-index: 50;
}
.page-row .site-width{
	position: relative;
	z-index: 60;
}
.page-row .row-wave{
	width: 100%;
	position: absolute;
	left: 0;
	z-index: 30;
}
.page-row .row-wave.top{
	top: -53px;
}
.page-row .row-wave.bottom{
	bottom: -1px;
}
.page-row .row-wave img{
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
.page-row-mt{
	margin-top: 0;
}
.page-row-mb{
	margin-bottom: 0;
}
.page-row-pt{
	padding-top: 56px;
}
.page-row-pb{
	padding-bottom: 56px;
}
.wave_padding{
	padding-bottom: 120px;
}
.content-align-center{
	text-align: center;
}
.content-align-right{
	text-align: right;
}
.content-align-left{
	text-align: left;
}
.main-title{
	margin-bottom: 20px;
}
.archive-title,#reply-title{

}
.bold-title{

}
.bold-body{

}
.btn-padding{

}
.lbl{

}
.lbl-lower{

}
.btn{

}
.builder_button{
	margin: 20px 0 0;
	display: block;
}
.highlight-button,
a.highlight-button{
	text-align: left;
	font-weight: 700;
	-webkit-border-radius:  5px;
	-moz-border-radius: 	5px;
	border-radius: 			5px;
	border-bottom: none;
}
.highlight-button span.fa{
	float: right;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	width: 24px;
	height: 24px;
	padding-left: 7px;
	padding-top: 4px;
	margin-left: 20px;
}
.highlight-button:hover,
a.highlight-button:hover{


}
.highlight-button:active{




}
.highlight-button:active span.fa{


}
/* 2 Col */
.left .two-col-site-width{
	padding-right: 10%;
}
.right .two-col-site-width{
	padding-left: 10%;
}
.popular-link{

}
.popular-link a,
.popular-link .a{
	border-bottom: none;
	/*-webkit-transition: color 300ms;
	-moz-transition: 	color 300ms;
	-ms-transition: 	color 300ms;
	-o-transition: 		color 300ms;
	transition: 		color 300ms;*/
}
.popular-link a:hover,
.popular-link .a:hover{

	/*-webkit-transition: color 300ms;
	-moz-transition: 	color 300ms;
	-ms-transition: 	color 300ms;
	-o-transition: 		color 300ms;
	transition: 		color 300ms;*/
}
.popular-link a img.fa-svg,
.popular-link .a img.fa-svg{
	width: 6px !important;
	position: relative;
	top: -1px;
}
.popular-link .a img.fa-svg.hover,
.popular-link a img.fa-svg.hover {
	display: none;
}
.popular-link .a:hover img.fa-svg.hover,
.popular-link a:hover img.fa-svg.hover {
	display: inline;
}
.popular-link .a:hover img.fa-svg.default,
.popular-link a:hover img.fa-svg.default {
	display: none;
}
.popular-link a span.fa,
.popular-link .a span.fa{
	font-size: 9px !important;
	position: relative;
	top: -1px;
}
.popular-link a span,
.popular-link .a span,
.bread-link,
.bread-cat{
	font-size: 16px;
	border-bottom: dashed 1px #e2e2e2;
}
.popular-link a,
.popular-link .a,
.bread-link,
.bread-link:hover,
.bread-current{
	text-decoration: none;
}
.popular-link a:hover span,
.popular-link .a:hover span,
.bread-link:hover{
	font-size: 16px;
	border-bottom: dashed 1px #b2b2b2;
}
a .popular-link a,
a .popular-link a span,
a .popular-link .a span,
a .popular-link a:hover span,
a:hover .popular-link a span,
a:hover .popular-link .a span {
	border-bottom: none;
}
.slick-arrow{
	font: normal normal normal 18px/1 FontAwesome;

	font-size: 0;
	position: absolute;
	top: 50%;
	padding: 0;
	height: 50px;
	width: 50px;
	margin-top: -25px;
	z-index: 90;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.slick-arrow img{
	width: 20px;
	position: relative;
}
.slick-prev{
	left: -25px;
}
.slick-next{
	right: -25px;
}
.slick-prev:before{
	display: none;
}
.slick-next:before {
	display: none;
}
.slick-prev img{
	left: -3px;
}
.slick-next img{
	right: -3px;
}

.archive-page-content{
	margin-bottom: 40px;
}
@media screen and (max-width: 600px) {
	.left .two-col-site-width,
	.right .two-col-site-width{
		padding-right: 0;
		padding-left: 0;
	}
}
/*#endregion*/

/**
 * --------------------------------------------------------------------------------------------------------------------
 * Page Builder: One Column
 * --------------------------------------------------------------------------------------------------------------------
 **/
/*#region One Column */
.one-column-image{
	margin-bottom: 15px;
	max-height: 300px;
	width: auto;
}
.one-column-image img{
	max-height: 300px;
	width: auto;
}
.content-width-full{

}
.content-width-narrow{
	width: 60%;
}
.content-width-very-narrow{
	width: 40%;
}
@media screen and (max-width: 600px) {
	.content-width-narrow,.content-width-very-narrow{
		width: 95%;
	}

}




/*#endregion*/

/**
 * --------------------------------------------------------------------------------------------------------------------
 * Page Builder: Two Column
 * --------------------------------------------------------------------------------------------------------------------
 **/
/*#region Two Column */

.two-column{

}

.two-column .left,
.two-column .right{
	width: 50%;
}
.two-column .left .two-col-site-width,
.two-column .right .two-col-site-width{
	padding-top: 35px;
	padding-bottom: 35px;
}

/* used if columns are different color to the BG color they need different padding */
.two-column .left.split_columns,
.two-column .right.split_columns{
	width: 49%;
}
.two-column .left.split_columns .two-col-site-width,
.two-column .right.split_columns .two-col-site-width{
	padding-left: 5%;
	padding-right: 5%;
}
@media screen and (max-width: 780px) {
	.two-column .left,
	.two-column .right{
		float: none;
		width: 100% !important;
	}
	.two-column .left{
		margin-bottom: 25px;
	}
	.two-column .left.split_columns,
	.two-column .right.split_columns{
		width: 100%;
	}
}

/*#endregion*/

/**
 * --------------------------------------------------------------------------------------------------------------------
 * Page Builder: Image + text
 * --------------------------------------------------------------------------------------------------------------------
 **/
/*#region Image + text */
.image-text .image-text-main-image{
	width: 100%;
}
.image-text .image-text-main-image img{
	width: 100%;
}
.image-text .popular-link{
    margin-top: 30px;
}

@media screen and (max-width: 780px) {
	.image-text .left,
	.image-text .right{
		float: none;
		width: 100%;
		margin-top: 0 !important;
	}
	.image-text .image-half{
		margin-bottom: 25px !important;
	}
	.left .two-col-site-width {
		padding-right: 0;
	}
	.right .two-col-site-width {
		padding-left: 0;
	}
}

/*#endregion*/

/**
 * --------------------------------------------------------------------------------------------------------------------
 * Page Builder: Contact form
 * --------------------------------------------------------------------------------------------------------------------
 **/
/*#region Contact form */
.grecaptcha-badge{
	z-index: 90;
}
.contact-form{

}
.contact-form .content-half{
	width: 31%;
	position: relative;
	border-right: dashed 1px #282828;
	padding: 0 5% 0 0;
}
.contact-form .form-half {
	width: 64%;
}

.form-fields{

}
.form-fields > .left,
.form-fields > .right{
	width: 49%;
}
.form-fields .form-row{
	margin-bottom: 15px;
}
.form-fields input,
.form-fields textarea,
.form-fields select{
	width: 100%;
	-webkit-border-radius: 	5px;
	-moz-border-radius: 	5px;
	border-radius: 			5px;
	background-color: #e2e2e2;
	border-color: 		#e2e2e2;
}
.form-fields input[type="checkbox"] {
	width: auto;
	margin-right: 5px;
}
.form-fields .wpcf7-checkbox .wpcf7-list-item {
	margin-right: 20px;
}
.form-fields .wpcf7-checkbox .wpcf7-list-item label {
	font-weight: 400;
	display: inline-block;
	width: auto;
}
.form-fields button {
	width: 100%;
	-webkit-border-radius:  5px;
	-moz-border-radius: 	5px;
	border-radius: 			5px;
}
.form-fields label{
	font-weight: 700;
	width: 100%;
}
.form-fields .blank-label{
	font-weight: 700;
	width: 100%;
	display: block;
	height: 25px;
}
.form-fields .instructions {
	font-size:16px;
	font-style: italic;
	font-weight: 400;
	line-height: 30px;
}
.form-fields textarea{
	height: 134px;
}
.form-fields .form-row.message{
	margin-bottom: 10px;
}
.form-fields .privacy{
	border: dashed 1px #282828;
	text-align: center;
	padding: 8px 5px;
}
.form-fields .privacy a{
	border-bottom: dashed 1px #282828;
}
.form-fields .mobile-submit{
	display: none;
}
.form-fields .unitary-message{
	padding: 8px;
	border: dashed 1px #fff;
	border-top: 0;
	color: #fff;
}
.form-fields .unitary-message a{


	padding: 2px 3px;
}
.form-fields .unitary-message a:hover{
	text-decoration: none;
}
.form-fields .note,
.recaptcha-replacement {
	color: #575757;
}
.form-fields .note,
.general-note,
.recaptcha-replacement{
	font-size: 95%;
	margin-bottom: 2px;
}
.bgDarkestGrey .form-fields .note,
.bgDarkestGrey .recaptcha-replacement{
	color: #ddd;
}
.bgDarkGrey .form-fields .note,
.bgDarkGrey .recaptcha-replacement{
	color: #000;
}
.wpcf7-not-valid{
	outline: solid 1px #cc0000;
}
.wpcf7-not-valid-tip{
	color: #cc0000;
}
.map-warning{
	margin-top: 20px;
	margin-bottom: 20px;
}

/* No recaptcha badge */
.grecaptcha-badge { visibility: hidden; }

@media screen and (max-width: 780px) {
	.contact-form .content-half{
		width: 100%;
		height: auto !important;
		padding: 0 0 50px 0;
		border-right: 0;
	}
	.contact-form .form-half{
		width: 100%;
		height: auto !important;
	}
}
@media screen and (max-width: 500px) {
	.form-fields > .left, .form-fields > .right{
		width: 100%;
	}
	.form-fields .submit{
		display: none;
	}
	.form-fields .mobile-submit{
		display: block;
	}
}
/*#endregion*/

/**
 * --------------------------------------------------------------------------------------------------------------------
 * Page Builder: Map picker
 * --------------------------------------------------------------------------------------------------------------------
 **/
/*#region Map picker */

.map-wrap{
	width: 100%;
	height: 450px;
	position: relative;
}
.map-canvas {
	position: absolute !important;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.map-intro{
	margin-bottom: 20px;
}
@media screen and (max-width: 720px) {
	.map-wrap {
		height: 300px;
	}
}

/*#endregion*/

/**
 * --------------------------------------------------------------------------------------------------------------------
 * Page Builder: Feature and key posts
 * --------------------------------------------------------------------------------------------------------------------
 **/
/*#region Feature and key posts */

.feature-and-key-posts{

}
.feature-and-key-posts a{
	display: block;
	border-bottom: none;
}
.feature-and-key-posts .key-features-wrap a{
	height: 100%;
}
.feature-and-key-posts.six-up{

}
.feature-and-key-posts.six-up .left{
	width: 24%;
}
.feature-and-key-posts.six-up .right{
	width: 74%;
}
.feature-and-key-posts .archive-block.wave{
	margin-bottom: 20px;
	margin-right: 2%;
	width: 98%;
}
.feature-and-key-posts .archive-block.wave a:hover,
.feature-and-key-posts .archive-block.wave a:focus{
	background-color: transparent;
}
.feature-and-key-posts  .key-features-wrap{

}
.feature-and-key-posts  .key-features-wrap .key-feature{
	display: inline-block;
	width: 48%;
	margin-right: 2%;
	text-align: center;
	padding: 23px 20px 36px;
	margin-bottom: 2%;
	vertical-align: top;
	position: relative;
}
.feature-and-key-posts  .key-features-wrap .key-feature.has-link{
	padding: 0;
}
.feature-and-key-posts  .key-features-wrap .key-feature:nth-child(2n){
	margin-right: 0;
}
.feature-and-key-posts.four-up .key-features-wrap .key-feature{
	width: 23.5%;
}
.feature-and-key-posts.five-up .key-features-wrap .key-feature{
	width: 18.4%;
}
.feature-and-key-posts.six-up .key-features-wrap .key-feature{
	width: 32%;
}
.feature-and-key-posts.four-up .key-features-wrap .key-feature:nth-child(2n),.feature-and-key-posts.five-up .key-features-wrap .key-feature:nth-child(2n), .feature-and-key-posts.six-up .key-features-wrap .key-feature:nth-child(2n){
	margin-right: 2%;
}
.feature-and-key-posts.four-up .key-features-wrap .key-feature:nth-child(4n){
	margin-right: 0;
}
.feature-and-key-posts.five-up .key-features-wrap .key-feature:nth-child(5n){
	margin-right: 0;
}
.feature-and-key-posts.six-up .key-features-wrap .key-feature:nth-child(3n){
	margin-right: 0;
}
.feature-and-key-posts.four-up .key-features-wrap .key-feature a, .feature-and-key-posts.five-up .key-features-wrap .key-feature a.feature-and-key-posts.six-up .key-features-wrap .key-feature a{
	width: 100%;
	height: 100%;
	padding: 23px 20px 36px;
}
.feature-and-key-posts  .key-features-wrap .key-feature img{
	width: 50%;
	margin: 0 auto;
	display: block;
}
.feature-and-key-posts  .key-features-wrap .key-feature h3{
	font-size: 22px;
	font-weight: 600;
	padding-bottom: 10px;
}
.feature-and-key-posts  .key-features-wrap .key-feature a:hover{
	text-decoration: none;
	outline: none;
}
.feature-and-key-posts  .key-features-wrap .key-feature a:focus{
	color: #fff;
	outline: none;
}
.feature-and-key-posts  .key-features-wrap .key-feature.has-link:hover{

	color: #fff;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}
.feature-and-key-posts  .key-features-wrap .key-feature.has-link:hover a{
	color: #fff;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}
.feature-and-key-posts  .key-features-wrap .key-feature.has-link a:focus:before,
.feature-and-key-posts  .key-features-wrap .key-feature.has-link:hover a:before{
	content: 'Read More';
	position: absolute;
	top: 27%;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 28px;
	font-weight: 700;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}
.feature-and-key-posts  .key-features-wrap .key-feature.has-link:hover img{
	opacity: 0;
}


.feature-and-key-posts .archive-block.wave .archive-image{
	max-height: 100%;
}
.feature-and-key-posts .archive-block.wave .archive-image > img{
	height: 100%;
}
/* if Old IE then object fit doesn't work better result is to cut off bottom of the image */
.ie .feature-and-key-posts .archive-block.wave .archive-image > img{
	height: auto;
}
.feature-and-key-posts.six-up .archive-block.wave{
	/*height: 100%;*/
}
.feature-and-key-posts.six-up .archive-block a{
	/*height: 100%;*/
}
.feature-and-key-posts.six-up .archive-block.wave .archive-image{
	/*height: calc(100% - 93px);*/
	/*max-height: 100%;*/
}
.feature-and-key-posts.six-up .archive-block.wave .archive-image > img{
	/*height: 100%;*/
}

@media screen and (max-width:850px) {
	.feature-and-key-posts .site-width > .left{
		float: none;
		width: 95%;
		max-width: 600px;
		margin: 0 auto 20px;
		height: auto !important;
	}
	.feature-and-key-posts .site-width > .right{
		float: none;
		width: 95%;
		max-width: 600px;
		margin: 0 auto 20px;
		height: auto !important;
	}
	.feature-and-key-posts  .key-features-wrap .key-feature{
		padding: 10px 10px;
	}

	.feature-and-key-posts.four-up .key-features-wrap .key-feature,.feature-and-key-posts.five-up .key-features-wrap .key-feature,.feature-and-key-posts.six-up .key-features-wrap .key-feature{
		width: 48%;
	}
	.feature-and-key-posts.four-up .key-features-wrap .key-feature:nth-child(2n),.feature-and-key-posts.five-up .key-features-wrap .key-feature:nth-child(2n),.feature-and-key-posts.six-up .key-features-wrap .key-feature:nth-child(2n){
		margin-right: 0;
	}
	.feature-and-key-posts.six-up .key-features-wrap .key-feature:nth-child(4n),.feature-and-key-posts.six-up .key-features-wrap .key-feature:nth-child(3n), .feature-and-key-posts.five-up .key-features-wrap .key-feature:nth-child(5n){
		margin-right: 2%;
	}
	.feature-and-key-posts.six-up .archive-block.wave,
	.feature-and-key-posts.six-up .archive-block a,
	.feature-and-key-posts.six-up .archive-block.wave .archive-image,
	.feature-and-key-posts.six-up .archive-block.wave .archive-image > img{
		height: auto;
	}
}
@media screen and (max-width:400px) {
	.feature-and-key-posts  .key-features-wrap .key-feature, .feature-and-key-posts.six-up  .key-features-wrap .key-feature,.feature-and-key-posts.five-up  .key-features-wrap .key-feature,.feature-and-key-posts.four-up  .key-features-wrap .key-feature{
		width: 100%;
		margin-right: 0;
	}
}


/*#endregion*/

/**
 * --------------------------------------------------------------------------------------------------------------------
 * Page Builder: News and events
 * --------------------------------------------------------------------------------------------------------------------
 **/
/*#region News and events */
.news-and-events .links-strip{
	text-align: center;
	padding: 20px 10px 10px;
	margin: 10px 0 40px;
}
.news-and-events .links-strip .popular-link{
	display: inline-block;
	border-right: solid 1px #282828;
	margin-right: 2%;
	padding-right: 2%;
	margin-bottom: 10px;
}
.news-and-events .links-strip .popular-link:last-child{
	border-right: none;
	margin-right: 0;
	padding-right: 0;
}
.news-and-events .links-strip .popular-link span{
	border-bottom-color: #282828;
}
.news-and-events .archive-block.plain.wide{
	width: 66%;
}
.news-and-events .archive-block.plain:nth-child(2){
	margin-right: 0;
}
.news-and-events .archive-block.plain:nth-child(3n){
	margin-right: 2%;
}
.news-and-events .archive-block.plain:nth-child(3n+2){
	margin-right: 0;
}

@media screen and (max-width: 850px) {
	.news-and-events .archive-block.plain.wide{
		width: 100%;
		margin-right: 0;
	}
	.news-and-events .archive-block.plain:nth-child(3n+2),
	.news-and-events .archive-block.plain:nth-child(2n+2){
		margin-right: 4%;
	}

	.news-and-events .archive-block.plain:nth-child(2n+3){
		margin-right: 0;
	}
}
@media screen and (max-width: 650px) {
	.news-and-events .archive-block.plain.wide{
		width: 96%;
		margin-right: 2%;
		margin-left: 2%;
		margin-bottom: 40px;
	}
	.news-and-events .archive-block.plain:nth-child(3n+2),
	.news-and-events .archive-block.plain:nth-child(2n+2){
		margin-right: 2%;
	}

	.news-and-events .archive-block.plain:nth-child(2n+3){
		margin-right: 2%;
	}
	.news-and-events .archive-block.plain:nth-child(1n+2) .archive-image{
		display: none;
	}
	.news-and-events .archive-block.plain:nth-child(1n+2) .archive-info{
		padding: 10px 10px 10px 30px;
		background-color: #e2e2e2;
	}
}
/*#endregion*/

/**
 * --------------------------------------------------------------------------------------------------------------------
 * Page Builder: Text and slider
 * --------------------------------------------------------------------------------------------------------------------
 **/
/*#region Text and slider */

.text-and-slider{

}
.text-and-slider .slider-wrap{
	width: 100%;
}
.text-and-slider .archive-block.wave{
	width: 100%;
	margin: 0;
}
.text-and-slider .block.image{
	width: 100%;
	margin: 0;
	padding: 0;
}
.text-and-slider .block.image .archive-image{
	padding-top: 70%;
}
.text-and-slider .archive-block .archive-icon{
	display: none;
}
.text-and-slider .slide-links{
	margin: 10px 0 0 0;
}
.text-and-slider .slide-links .popular-link{
	display: inline-block;
	width: 33%;
	margin-bottom: 10px;
}

@media screen and (max-width: 850px) {
	.text-and-slider .site-width > .left,
	.text-and-slider .site-width > .right{
		float: none;
		width: 95%;
		margin: 0 auto 30px !important;
	}
	.text-and-slider .right .two-col-site-width{
		padding-left: 0;
	}
	.text-and-slider .left .two-col-site-width{
		padding-right: 0;
	}


}



/*#endregion*/

/**
 * --------------------------------------------------------------------------------------------------------------------
 * Page Builder: Events
 * --------------------------------------------------------------------------------------------------------------------
 **/
/*#region Events */
.events-row .main-title{
	text-align: center;
	margin-bottom: 40px;
}






/*#endregion*/

/**
 * --------------------------------------------------------------------------------------------------------------------
 * Page Builder: Text and Image Grid
 * --------------------------------------------------------------------------------------------------------------------
 **/
/*#region Text and Image Grid */
.text-and-image-grid{

}
.text-and-image-grid .full-width.content-half{
	margin-bottom: 30px;
}
.text-and-image-grid .full-width{
	margin-top: 0!important;
}
@media screen and (max-width: 1060px) {
	.text-and-image-grid .title-in-box .inner .title{
		font-size: 20px;
	}
}

@media screen and (max-width: 780px) {
	.text-and-image-grid .left,
	.text-and-image-grid .right {
		float: none;
		width: 100%;
		margin-top: 0 !important;
	}
	.text-and-image-grid .left .two-col-site-width {
		padding-right: 0;
	}
	.text-and-image-grid .right .two-col-site-width {
		padding-left: 0;
	}
	.text-and-image-grid .content-half {
		margin-bottom: 30px !important;
	}
}



/*#endregion*/

/**
 * --------------------------------------------------------------------------------------------------------------------
 * Page Builder: Hero Image
 * --------------------------------------------------------------------------------------------------------------------
 **/
/*#region Hero Image */
.hero-image{
	position: relative;
}
.hero-image-wrap{
	width: 100%;
	position: relative;
}
.hero-image-wrap img{
	width: 100%;
}
.hero-image-repeater .hero-image-wrap img {
	max-height: unset;
}
.hero-image-wrap .hero-button{
	position: absolute;
	bottom: 20px;
	left: 20px;
}
.hero-image-wrap .main-title{
	position: absolute;
	top: 20px;
	left: 20px;
	padding: 5px 20px;
}
/* true full width */
.hero-image.full-width .hero-image-wrap img{
	opacity: 0;/* hide the main image */
}
.hero-image.full-width .row-wave{
	z-index: 60;
}
/* This is now the main image*/
.true-full-width-image{
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	z-index: 50;
}

@media screen and (max-width: 768px) {
	.hero-image-wrap .main-title {
		font-size: 25px;
	}
}


/*#endregion*/

/**
 * --------------------------------------------------------------------------------------------------------------------
 * Page Builder: Three Column
 * --------------------------------------------------------------------------------------------------------------------
 **/
/*#region Three Column */
.three-column{

}
.three-column .one-column-copy{
	margin-bottom: 30px;
}
.three-column .popular-link span{
	font-weight: 700;
}

@media screen and (max-width: 700px) {
	.three-column .columns-3 .item{
		width: 100%;
		margin-bottom: 30px;
	}
}



/*#endregion*/

/**
 * --------------------------------------------------------------------------------------------------------------------
 * Page Builder: Four Column
 * --------------------------------------------------------------------------------------------------------------------
 **/
/*#region Four Column */
.three-column{

}
.four-column .one-column-copy{
    margin-bottom: 30px;
}
.four-column .popular-link span{
    font-weight: 700;
}



/*#endregion*/

/**
 * --------------------------------------------------------------------------------------------------------------------
 * Page Builder: Project Boxes
 * --------------------------------------------------------------------------------------------------------------------
 **/
/*#region Project Boxes */
.project-boxes .archive-block.plain .archive-info .title {
	text-align: center;
}
.project-boxes .one-column-copy{
	margin-bottom: 30px;
}





/*#endregion*/

/**
 * --------------------------------------------------------------------------------------------------------------------
 * Page Builder: FAQ
 * --------------------------------------------------------------------------------------------------------------------
 **/
/*#region FAQ */

.question-and-answers .q-and-a { /* */

}
.question-and-answers .question {

}
.question-and-answers .question a {
	display: block;
	padding: 40px 20px 40px 45px;
	font-weight: 700;
	text-decoration: none;
	position: relative;
	border-bottom: none;
}
.flip-arrow {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	height: 30px;
	width: 27px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.flip-arrow:before,
.flip-arrow:after {
	content: '';
	position: absolute;
	top: 50%;
	width: 18px;
	height: 6px;

	display: block;
	transition: all 0.2s ease;
}
.flip-arrow:before {
	left: 0;
	-webkit-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
}
.flip-arrow:after {
	right: 0;
	-webkit-transform: translateY(-50%) rotate(-45deg);
	transform: translateY(-50%) rotate(-45deg);
}
.toggleActive .flip-arrow:before {
	-webkit-transform: translateY(-50%) rotate(-45deg);
	transform: translateY(-50%) rotate(-45deg);
}
.toggleActive .flip-arrow:after {
	-webkit-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
}
.question-and-answers .answer {
	padding: 0 0 40px 45px;
	width: 69%;
	display: none;
}
@media screen and (max-width: 768px) {
	.question-and-answers .answer {
		width: 95%;
	}
}

/*#endregion*/

/**
 * --------------------------------------------------------------------------------------------------------------------
 * Page Builder: Venues Archive
 * --------------------------------------------------------------------------------------------------------------------
 **/
/*#region Venues Archive */
.venue-type-filter{
	width: 100%;
	margin: 20px 0;
}
.venue-type-filter .filter-title{
	display: inline-block;
	padding: 17px 15px;
	font-weight: 700;
}
.venue-type-filter .the-filters{
	display: inline-block;
	width: calc(100% - 213px);
	vertical-align: top;
	padding:7px 0 0 7px;
}
.venue-type-filter .the-filters .link{
	display: inline-block;
	margin-top: 11px;
	margin-left: 10px;
}
.venue-type-filter .the-filters .link a{
	color: #282828;
	border-bottom: dashed 1px #282828;
}
.venue-type-filter .the-filters .link a:hover{
	border-bottom: dashed 1px #b2b2b2;
	text-decoration: none;
}
.venue-type-filter .the-filters .need-help{
	display: inline-block;
	float: right;
}
.venue-type-wrap .venue-type-header{
	margin-bottom: 2%;
}
.venue-type-wrap .venue-type-header a{
	display: block;
	position: relative;
	padding: 10px 15px;
}
.venue-type-wrap .venue-type-header a:hover{
	text-decoration: none;
}
.venue-type-wrap .venue-type-header a .flip-arrow{
	left: initial;
	right: 15px;
	top: 26px;
	height: 33px;
	width: 33px;

}
.venue-type-wrap .venue-type-header a .flip-arrow:before,
.venue-type-wrap .venue-type-header a .flip-arrow:after{
	width: 15px;
	height: 5px;
	background-color: #fff;
}
.venue-type-wrap .venue-type-header a .flip-arrow:before {
	left: 5px;
}
.venue-type-wrap .venue-type-header a .flip-arrow:after {
	right: 5px;
}

@media screen and (max-width: 850px) {
	.venue-type-filter{
		display: none;
	}
	.venue-type-wrap:nth-child(2){
		margin-top: 30px;
	}
}
/*#endregion*/

/**
 * --------------------------------------------------------------------------------------------------------------------
 * Page Builder: Venues Single
 * --------------------------------------------------------------------------------------------------------------------
 **/
/*#region Venues Single */
.venue-header{
	margin: 30px 0;
}
.venue-header .main-title{
	float: left;
}
.venue-contact-button{
	float: right;
	margin-top: 5px;
}
.features{

}
.features .row{
	margin-bottom: 3px;
}
.features .row .left{
	font-weight: 700;
}
.features .row .right{

}
.venue-contact{
	margin-bottom: 7px;
}





/*#endregion*/

/**
 * --------------------------------------------------------------------------------------------------------------------
 * Page Builder: Services A-Z
 * --------------------------------------------------------------------------------------------------------------------
 **/
/*#region Services A-Z */
.alphabet-links{
	margin: 30px 0;
	padding: 20px 0 0 20px;
}
.alphabet-links .letter-link,
.alphabet-links .show-all-link{
	display: inline-block;
}
.alphabet-links .letter-link a{
	width: 45px;
	height: 45px;
	margin: 0 20px 20px 0;
	display: block;
	border: solid 2px #e2e2e2;
	text-align: center;
	font-size: 25px;
	font-weight: 700;
	padding-top: 2px;
	background-color: #e2e2e2;
	cursor: pointer;
}
.alphabet-links .show-all-link{
	cursor: pointer;
}
.alphabet-links .letter-link a.empty{
	cursor: default;
	color: #888;
	background-color: #fff;
	pointer-events: none;
	border: 2px solid #f1f1f1;
}
.alphabet-links .letter-link a.active,
.alphabet-links .letter-link a:hover{


	color: #fff;
	text-decoration: none;
}
.alphabet-links .letter-link a.empty:hover{
	text-decoration: none;
	color: #e2e2e2;
	background-color: #f2f2f2;
	border: solid 2px #e2e2e2;
}
.alphabet-links .show-all-link a{
	font-size: 25px;
	font-weight: 700;
	margin-top: 0;
	padding: 4px 14px;
}
.service-az-left{
	width: 70%;
	padding-right: 5%;
	margin-bottom: 50px;
}
.service-az-right{
	width: 30%;
}
.service-row{
	border-bottom: dashed 1px #282828;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.service-row a {
	color: #282828;
	text-decoration: none;
}
.service-a-z-widget{
	margin-bottom: 30px;
	padding: 20px;
}
.service-a-z-widget > h5{
	margin-bottom: 15px;
}
.service-a-z-widget .links{
	margin: 10px 0 20px;
}
.service-a-z-widget .links .popular-link{
	margin-bottom: 8px;
}
.service-a-z-widget .links .popular-link a{
	color: #282828;
}
.service-a-z-widget .links .popular-link a span{
	border-bottom: dashed 1px #282828;
}

@media screen and (max-width: 780px) {
	.service-az-left{
		width: 100%;
		padding-right: 0;
	}
	.service-az-right{
		width: 100%;
	}
}

/*#endregion*/

/**
 * --------------------------------------------------------------------------------------------------------------------
 * Page Builder: Search Archive
 * --------------------------------------------------------------------------------------------------------------------
 **/
/*#region Search Archive */

.search-archive{
	margin: 30px 0;
}

/* Page numbers */
.post-archive-navigation{
	margin: 20px 0;
}
#main .post-archive-navigation ul{
	margin: 0;
	padding: 0;
}
#main .post-archive-navigation ul li{
	margin: 0;
	padding: 0;
	display: inline-block;
}
#main .post-archive-navigation ul li:before{
	display: none;
}
.post-archive-navigation ul li a{
	color: #ffffff;
	background-color: #545454;
	padding: 4px 11px;
}
.post-archive-navigation ul li.active a{

	cursor: default;
}




/*#endregion*/

/**
 * --------------------------------------------------------------------------------------------------------------------
 * Page Builder: Event Single
 * --------------------------------------------------------------------------------------------------------------------
 **/
/*#region Event Single */
.event_intro .left.single-event{
	width: 27%;
}
.event_intro .right.single-event{
	width: 70%;
}
.event_information{
	padding: 20px 20px 10px 20px;
	margin-top: 20px;
}
.event-info-title{
	margin-bottom: 10px;
}
.event-info-title-vat {
	font-weight: 400;
	font-size: 14px;
}
.ticket-totals {
	margin-bottom: 15px;
}
.ticket-totals h3 {
	margin-bottom: 0;
}
.event_information .event-info-row{
	border-top: dashed 1px #282828;
	padding: 10px 0 10px 0;
}
.ticket-row{
	margin-bottom: 20px;
}
.ticket-row:last-child{
	margin-bottom: 0;
}
.ticket-row .input{
	width: 65px;
	display: inline-block;
	vertical-align: top;
}
.ticket-row .label{
	width: calc(100% - 123px);
	display: inline-block;
	vertical-align: top;
	padding: 0 0 0 10px;
}
.ticket-row .price{
	width: 58px;
	display: inline-block;
	vertical-align: top;
	text-align: right;
	float: right;
}
@media screen and (max-width: 780px){

	.event_intro .left.single-event {
		width: 60%;
		min-width: 300px;
		margin: 0 auto 20px;
	}
	.event_intro .right.single-event{
		width: 100%;
	}


}




/*#endregion*/

/**
 * --------------------------------------------------------------------------------------------------------------------
 * Page Builder: Contact us
 * --------------------------------------------------------------------------------------------------------------------
 **/
/*#region Contact us */
.contact-intro-wrap{
	padding: 30px 0 0 0;
}
.contact-intro-wrap .site-width{
	position: relative;
}
.contact-left{
	width: 350px;
	position: absolute;
	top: 0;
	left: 0;
}
.contact-right{
	width: 65%;
	width: calc( 100% - 380px );
	padding: 0 0 40px;
}
.contact-left .contact-image{
	width: 100%;
}
.contact-left .contact-image img{
	width: 100%;
}
.contact-form-row .contact-right .inner-content{
	font-weight: 700;
	padding: 30px 0;
}
.contact-left .inner{
	padding: 15px 15px 30px;
	word-break: break-word;
}
.contact-left .inner .open-times-heading{
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.5;
}
.contact-left .inner .opening-times,
.contact-left .inner .address{
	border-bottom: dashed 1px #282828;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.contact-left .inner .opening-times .time-row{
	margin-bottom: 6px;
}
.contact-left .inner a{
	color: #282828;
}
.map-wrap .row-wave{
	position: absolute;
	z-index: 100;
	top: 0px;
	left: 0;
	width: 100%;
	height: 1px;
	background: #000;
}
.map-wrap .row-wave img{
	vertical-align: top;
}
.contact-mobile{
	display: none;
}
@media screen and (max-width: 850px) {
	.contact-left{
		width: 275px;
	}
	.contact-right {
		width: 65%;
		width: calc(100% - 300px);
	}
}
@media screen and (max-width: 780px) {
	.contact-mobile{
		display: block;
	}
	.contact-left{
		width: 350px;
		position: static;
		margin: 20px auto;
		clear: both;
		display: block;
		float: none;
	}
    .contact-left .contact-image {
        display: none;
    }
	.contact-right{
		width: 100%;
	}
	.contact-intro-wrap .site-width{
		padding-bottom: 20px;
	}
}
/*#endregion*/

/**
 * --------------------------------------------------------------------------------------------------------------------
 * Page Builder: Councillors (ALC)
 * --------------------------------------------------------------------------------------------------------------------
 **/
/*#region Councillors  */


.councillors-row .one-column-copy {
	margin-bottom:30px;
}

/*#endregion*/

/**
 * --------------------------------------------------------------------------------------------------------------------
 * Page Builder: Ninja Forms
 * --------------------------------------------------------------------------------------------------------------------
 **/
/*#region Ninja Forms */

fieldset{
	border: none;
}
fieldset legend{/* Dont show the legend */
	display: none;
}
#main .nf-form-content ul li:before {/* remove bullet points */
	display: none;
}
.list-checkbox-wrap .nf-field-element li label,
.list-image-wrap .nf-field-element li label,
.list-radio-wrap .nf-field-element li label{/* make sure the labels lineup correctly */
	text-align: left;
}
.nf-field-label .no-label {
    font-weight: 700;
    margin: 0;
    padding: 0;
    font-size: 18px;
    line-height: 20px;
}
#main .nf-form-content .list-select-wrap .nf-field-element>div,
#main .nf-form-content input:not([type=button]),
#main .nf-form-content textarea{
	background: #fff;
	color: #282828;
}
#main .nf-form-content .list-select-wrap .nf-field-element>div:focus,
#main .nf-form-content input:not([type=button]):focus,
#main .nf-form-content textarea:focus{
	color:#222222;
}
#main .nf-field-container.hr-container{
	margin:0 0 40px;
}

	/*#endregion*/

/**
 * --------------------------------------------------------------------------------------------------------------------
 * Page Builder: TPL
 * --------------------------------------------------------------------------------------------------------------------
 **/
/*#region TPL */







/*#endregion*/

/**
 * --------------------------------------------------------------------------------------------------------------------
 * Page Builder: Basic Reverse CMS CSS
 * --------------------------------------------------------------------------------------------------------------------
 **/
/*#region Basic Reverse CMS CSS */
.reverse-cms-templ .fa{
	display: none;
}
.reverse-cms-templ .banner-search{
	display: none;
}
#reverse-cms{

}
#reverse-cms .left{
	width: 30%;
}
#reverse-cms .right{
	width: 65%;
}
#main #reverse-cms > .right ul li:before {
	display: none;
}
/*#endregion*/


/**
 * --------------------------------------------------------------------------------------------------------------------
 * Page Builder: Parish Directory
 * --------------------------------------------------------------------------------------------------------------------
 **/
/*#region Parish Directory */
.parish-directory .archive-wrap .archive-block {
	width: 23%;
	background: #fff;
	border-radius: 5px;
}
.parish-directory .archive-wrap .archive-block:nth-child(3n) {
	margin-right: 2%;
}
.parish-directory .archive-wrap .archive-block:nth-child(4n) {
	margin-right: 0%;
}
.parish-directory .archive-wrap .archive-block .archive-image {
	min-height: 100px;
	box-shadow: none !important;
}
.parish-directory .archive-wrap .archive-block .archive-info {
	padding: 20px;
}
.parish-directory .archive-block.plain .archive-info .title {
	padding-top: 0px;
}
@media screen and (max-width: 850px) {
	.parish-directory .archive-wrap .archive-block {
		width: 48%;
	}
}
@media screen and (max-width: 600px) {
	.parish-directory .archive-wrap .archive-block {
		width: 96%;
	}
}
/*#endregion*/

/**
 * --------------------------------------------------------------------------------------------------------------------
 * Footer
 * --------------------------------------------------------------------------------------------------------------------
 **/
/*#region Footer */
/*Aubergine logo footer */
.main-footer{
	padding: 40px 0;
}
.main-footer .footer-logo{
	float: left;
	border-bottom: none;
}
.main-footer #footer-navigation{
	float: left;
	text-align: right;
}
.main-footer .foot-social{
	float: right;
	margin-top: 10px;
}
/* Nav */
.main-footer #footer-navigation .sub-menu{
	display: none;
}
#footer-menu{
	margin: 0;
	padding: 0;
}
.main-footer #footer-navigation li{
	display: inline-block;
	margin-left: 2%;
	margin-right: 2%;
	margin-top: 7px;
}
.main-footer #footer-navigation li:first-child{
	margin-left: 0;
}
.main-footer #footer-navigation li a{
	padding: 3px 5px 3px;
	display: block;
	font-size: 16px;
	border-bottom: none;
}
/* Social */
.foot-social .social{
	display: inline-block;
	width: 27px;
	height: 27px;
	vertical-align: top;
	margin-right: 7px;
}
.foot-social .social:last-child{
	margin-right: 0;
}
.foot-social .social a{
	display: block;
	border-bottom: none;
}
/* Footer logos */
.footer-extra-logo-bar{
	clear: both;
	text-align: right;
	float: right;
}
.footer-extra-logo{
	display: inline-block;
	margin-left: 20px;
	margin-bottom: 20px;
}
.footer-extra-logo img{
	height: 75px;
	width: auto;
}
.footer-extra-logo a {
	border-bottom: none;
}
.footer-extra-logo:first-child{
	margin-left: 0;
}

.sub-footer{
	padding: 10px 0;
}
.sub-footer a{
	border-bottom: none;
}
.sub-footer #sub-footer-navigation{
	float: left;
	width: calc(100% - 151px);
	margin-top: 5px;
}
.sub-footer #sub-footer-navigation ul{
	margin: 0;
	padding: 0;
}
.sub-footer #sub-footer-navigation .sub-menu{
	display: none;
}
.sub-footer #sub-footer-navigation li{
	display: inline-block;
	margin-left: 2%;
	padding-left: 2%;
	border-left: solid 1px #fff;
}
.sub-footer #sub-footer-navigation li:first-child{
	margin-left: 0;
	padding-left: 0;
	border-left: none;
}
.aubergine-logo-footer{
	float: right;
}
.aubergine-logo-footer a{

}
.aubergine-logo-footer a img{
	width: 70px;
	height: auto;
	opacity: 0.6;
}
@media screen and (max-width: 780px) {

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

	.main-footer .footer-logo{
		float: none;
		display: block;
		margin: 0 auto;
	}
	.main-footer #footer-navigation{
		float: none;
		width: 100%;
		text-align: center;
		margin: 30px 0;
	}
	.main-footer .foot-social{
		float: none;
	}
	.footer-extra-logo-bar{
		float: none;
		width: 100%;
		text-align: center;
		margin-top: 30px;
	}

	.sub-footer .menu-item-has-children > a:after,
	.main-footer .menu-item-has-children > a:after{
		display: none;
	}

	.sub-footer #sub-footer-navigation{
		width: 100%;
		text-align: center;
		float: none;
	}
	.aubergine-logo-footer{
		float: none;
		text-align: center;
		margin-top: 20px;
	}
}




/*#endregion*/

/**
 * --------------------------------------------------------------------------------------------------------------------
 * Media Grid
 * --------------------------------------------------------------------------------------------------------------------
 **/
/*#region Media Grid */
.media-grid .inner-content {
	margin-bottom: 20px;
}
.media-grid .media-item {
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}
.media-grid .media-item a {
	display: block;
	padding: 20px 20px;
	word-break: break-word;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
	text-align: center;
	border-bottom: none;
	outline: none;
	height: 100%;
}
.media-grid .media-item:hover {

}
.media-grid .media-item:hover a {
	text-decoration: none;
	color: #fff;
}
.media-grid .media-warning span {
	color: #fff;
	padding: 1px 3px 1px 2px;
	margin-right: 2px;
}
.media-grid .content-align-center .media-grid-wrap .media-item:last-child {
	margin-right: 0px;
}
/*#endregion*/

/**
 * --------------------------------------------------------------------------------------------------------------------
 * MailChimp
 * --------------------------------------------------------------------------------------------------------------------
 **/
/*#region MailChimp */
#mc_embed_signup:after,
#mc_embed_signup_scroll:after {
	content: '';
	display: block;
	clear: both;
}
.signup-input {
	float: left;
	width: calc(100% - 177px);
}
.signup-submit {
	float: right;
	width: 162px;
}
.signup-submit button {
	padding-top: 12px;
	padding-bottom: 11px;
}

/*#endregion*/


/**
 * --------------------------------------------------------------------------------------------------------------------
 * Event booking checkout
 * --------------------------------------------------------------------------------------------------------------------
 **/
/*#region Event booking checkout */

.confirm_tickets{
	margin-top: 20px;
}



/*#endregion*/

/**
 * --------------------------------------------------------------------------------------------------------------------
 * Accessibility
 * --------------------------------------------------------------------------------------------------------------------
 **/
/*#region Accessibility  */

/*
 * Skip to main content
 */
#skip-to-main,
#accessibility-information{
	left:-999px;
	position:absolute;
	top:auto;
	width:1px;
	height:1px;
	overflow:hidden;
	z-index:-999;
}
#skip-to-main:focus,
#skip-to-main:active,
#accessibility-information:focus,
#accessibility-information:active {



	left: auto;
	top: auto;
	width: 30%;
	height: auto;
	overflow:auto;
	margin: 10px 35%;
	padding:5px;
	border-radius: 15px;
	text-align:center;
	font-size:1.2em;
	z-index:999;
	outline: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: 	none;
	box-shadow: 		none;
}
.skiptarget {
	width: 1px;
	height: 1px;
	overflow: hidden;
	float: right;
}

/*
 * Main nav and general links
 */
a:active,
a:focus{


}
a:active:hover,
a:focus:hover{

}
#navbar a:focus{


}
#navbar #primary-menu > li a:focus{

}
#navbar #primary-menu ul.sub-menu li a:focus,
#navbar #primary-menu .MegaNav .mega-nav-columns ul li a:focus{

}
.popular-link a:focus span{

}

/*
 * form fields
 */
input:focus{






}
button:focus{





}
button.highlight-button:focus{





}
button.search-submit:focus{
	/*outline: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: 	none;
	box-shadow: 		none;
	border: none !important;*/
}
.search-submit:focus img,
.slick-arrow:focus{




	/*border: solid 1px #fbc82f !important;*/
	-webkit-border-radius: 	50%;
	-moz-border-radius: 	50%;
	border-radius: 			50%;

}

/*
 * Post archive items
 */
.archive-block.wave a:focus .archive-image .post-wave{
	/*display: none;*/
}
.archive-block.wave a:focus .archive-wave-box{

}
.archive-block.wave a:focus .archive-arrow .front-arrow{
	display: none;
}
.archive-block.wave a:focus .archive-arrow .hover-arrow{
	display: block;
}



/*
 * Cookie
 */
#ccc-icon:focus{
	fill: rgb(99, 0, 255);
}
#ccc-icon:focus .cookie-notice {
	position: absolute;
	left: 0;
	background: #090;
}


#ccc-intro a{
	text-decoration: underline;
}





/*#endregion*/

/**
 * --------------------------------------------------------------------------------------------------------------------
 * Print
 * --------------------------------------------------------------------------------------------------------------------
 **/
/*#region Print  */

@media print {

	.site-logo{
		width: 25% !important;
	}
	#navbar{
		display: none;
	}
	#colophon{
		display: none;
	}
	#ccc{
		display: none;
	}
	.banner-search{
		display: none;
	}


}





/*#endregion*/


/**
 * --------------------------------------------------------------------------------------------------------------------
 * Page Builder: Front End Calendar
 * --------------------------------------------------------------------------------------------------------------------
 **/
/*#region Front End Calendar */
.front-end-calendar .front-end-calendar-wrapper .archive-wrap .archive-block {
	width: 23%;
}
.front-end-calendar .front-end-calendar-wrapper .archive-wrap .archive-block.text .archive-info {
	padding-right: 75px;
}
.front-end-calendar .front-end-calendar-wrapper .archive-wrap .archive-block:nth-child(3n) {
	margin-right: 2%;
}
.front-end-calendar .front-end-calendar-wrapper .archive-wrap .archive-block:nth-child(4n) {
	margin-right: 0%;
}
.front-end-calendar .front-end-calendar-wrapper .archive-wrap {
	display: flex;
	flex-wrap: wrap;
}
.front-end-calendar .front-end-calendar-wrapper .archive-wrap .archive-block.no-link .archive-info {
	padding-bottom: 20px;
}
.front-end-calendar .front-end-calendar-wrapper .archive-wrap .archive-block.no-link .dashed-line {
	display: none;
}
.front-end-calendar .front-end-calendar-wrapper .archive-wrap .archive-block .archive-calendar-date {
	position: absolute;
	top: 0;
	right: 0;
	width: 65px;
	color: #fff;
	text-align: center;
	padding: 10px;
	line-height: 20px;
	border-bottom-left-radius: 5px;
	border-top-right-radius: 5px;
}
.front-end-calendar .front-end-calendar-wrapper .archive-wrap .archive-block .archive-calendar-date .date-day {
	font-size: 25px;
}
.front-end-calendar .front-end-calendar-wrapper .archive-wrap .archive-block .start-time {
	margin-bottom: 10px;
	font-weight: bold;
}

.front-end-calendar .front-end-calendar-wrapper ul.calendar-months,
ul.event-months {
	padding: 0px;
	margin: 50px 0px;
	text-align: center;
}
.front-end-calendar .front-end-calendar-wrapper ul.calendar-months li,
ul.event-months li {
	display: inline-block;
	margin-right: 20px;
}
.front-end-calendar .front-end-calendar-wrapper ul.calendar-months li:before,
ul.event-months li:before {
	display: none !important;
}
.front-end-calendar .front-end-calendar-wrapper ul.calendar-months li a,
ul.event-months li a {
	padding: 5px;
}
.front-end-calendar .front-end-calendar-wrapper ul.calendar-months li a.active-month,
ul.event-months li a.active-month {
	background-color: #545454;
	color:#fff;
}
.front-end-calendar .front-end-calendar-wrapper .load-more-posts {
	display: block;
	width: 100%;
	clear:both;
	text-align: center;
}
.front-end-calendar .front-end-calendar-wrapper .load-more-posts a {
	display: inline-block;
	color: #fff;
	border-radius: 5px;
	border-bottom: none;
}
.front-end-calendar .front-end-calendar-wrapper .load-more-posts a:hover {
	text-decoration: underline;
}
@media screen and (max-width: 1100px) {
	.front-end-calendar .front-end-calendar-wrapper .archive-wrap .archive-block {
		width: 32%;
	}
	.front-end-calendar .front-end-calendar-wrapper .archive-wrap .archive-block:nth-child(3n){
		margin-right: 0%;
	}
	.front-end-calendar .front-end-calendar-wrapper .archive-wrap .archive-block:nth-child(4n) {
		margin-right: 2%;
	}
}
@media screen and (max-width: 850px) {
	.front-end-calendar .front-end-calendar-wrapper .archive-wrap .archive-block {
		width: 48%;
		margin-right: 4%;
		margin-bottom: 4%;
	}
	.front-end-calendar .front-end-calendar-wrapper .archive-wrap .archive-block:nth-child(2n+2) {
		margin-right: 0;
	}
}
@media screen and (max-width: 600px) {
	.front-end-calendar .front-end-calendar-wrapper .archive-wrap .archive-block {
		width: 96%;
		margin-right: 2%;
		margin-left: 2%;
		margin-bottom: 40px;
	}
}
/*#endregion */

/**
 * --------------------------------------------------------------------------------------------------------------------
 * Page Builder: Planning Applications
 * --------------------------------------------------------------------------------------------------------------------
 **/
/*#region Planning Applications */
.planning-applications .rss-feed-content .rss-feed-row {
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom:solid 1px;
}
.planning-applications .rss-feed-content .rss-feed-row:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}
.planning-applications .rss-feed-content .rss-feed-row .rss-feed-row-title,
.planning-applications .rss-feed-content .rss-feed-row .rss-feed-row-date {
	margin-bottom: 10px;
}
/*#endregion */

/**
 * --------------------------------------------------------------------------------------------------------------------
 * Page Builder: Planning Applications
 * --------------------------------------------------------------------------------------------------------------------
 **/
/*#region Planning Applications */
.mejs-offscreen{
	color: #000 !important;
	background-color: #fff !important;
}
.mejs-button, .mejs-time, .mejs-time-rail{
	font-size: 12px !important;
}
/*#endregion */