:root {
  --dark-green: #50761F;
/*   --dark-green: #3F5D19; */
   --light-green: #6F9460;
/*   --light-green: #58754C; wag maybe */
  --white: #ffffff;
  --black: #000000;
  --dark-grey: #222222;
/*   --light-grey: #ececec; */
/*   --light-grey: #f0f0f0; */
  --footer-grey: #b0b0b0;
  --light-grey: #f5f5f5;
  --color-danger1: #A4291E;
  --mid-grey: #4A535D;
  --info-rgb: 80, 118, 31;
}
.convertforms .cf-label .cf-required-label {
    color: var(--color-danger1);
    font-weight: 400;
}

.red {color: #E00F00;}
/* End Colours */

/* Buttons */

button.plg_system_webauthn_login_button {
    display: flex;
    align-items: center;
}
button.plg_system_webauthn_login_button svg{
	margin-right: 10px;
}

/* .button-1 {
    font-size: 18px;
    font-weight: 500;
    line-height: 18px;
    fill: var(--white);
    color: var(--white);
    background-color: var(--light-green);
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: var(--light-green);
    border-radius: 10px 10px 10px 10px;
    padding: 15px 25px 15px 25px;
    transition: ease-in-out 300ms;
} */
.button-1 {
    font-size: 18px;
    font-weight: 500;
    line-height: 18px;
    color: var(--dark-green);
    background-color: var(--white);
    border-style: solid;
    border-width: 4px 4px 4px 4px;
    border-color: var(--light-green);
    border-radius: 10px 10px 10px 10px;
    padding: 15px 25px 15px 25px;
    transition: ease-in-out 300ms;
}
.button-1:hover {
    color: #000000;
    background-color: var(--white);
}

@media screen and (min-width: 758px) and ( max-width: 900px) {
.button-1 {
    font-size: clamp(1rem, 0.3327rem + 1.4085vw, 1.125rem);
}
}

.button-2 {
    font-size: 18px;
    font-weight: 500;
    line-height: 18px;
    fill: var(--white);
    color: var(--white) !important;
    background-color: var(--light-green);
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: var(--mid-grey);
    border-radius: 10px 10px 10px 10px;
    padding: 15px 25px 15px 25px;
    transition: ease-in-out 300ms;
}
.button-2:hover {
    color: #000000 !important;
    background-color: var(--white);
}

/* .sj-basic-news .bs-items a {
    color: var(--dark-green);
}
.sj-basic-news .bs-items a:hover {
    color: var(--black);
} */

@media screen and (min-width: 758px) and ( max-width: 900px) {
.button-2 {
    font-size: clamp(1rem, 0.3327rem + 1.4085vw, 1.125rem);
}
}

/* End Buttons */

/* Font */

p {
	font-size: clamp(1rem, 0.9769rem + 0.1235vw, 1.125rem);
	line-height: 1.2em;
}

li {
    font-size: clamp(1rem, 0.9769rem + 0.1235vw, 1.125rem);
	/* line-height: 1.2em; */
    line-height: 1.5em;
    padding-bottom: 10px;
	}

h1 {
	font-size: clamp(1.5rem, 1.1412rem + 1.9136vw, 3.4375rem);
	line-height: 1em;
    padding-top: 1.5rem;
    padding-bottom: 1rem;
	}

h2 {
    font-size: clamp(1.375rem, 1.1088rem + 1.4198vw, 2.8125rem);
    line-height: 1em;
    padding-top: 1.5rem;
    padding-bottom: 1rem;
}

h3 {
	font-size: clamp(1.25rem, 1.0764rem + 0.9259vw, 2.1875rem) !important;
	line-height: 1em;
	font-weight: 600;
    padding-top: 1.5rem;
    padding-bottom: 1rem;
}
/* End Font */

/* Padding & Margins */
.p-t-10 {padding-top: 10px;}
.p-t-30 {padding-top: 30px;}
.p-b-10 {padding-bottom: 10px;}
.p-b-30 {padding-bottom: 30px;}
.p-b-50 {padding-bottom: 50px;}
.m-t-20 {margin-top: 20px;}
.m-b-20 {margin-bottom: 20px;}
.p-20 {padding: 20px;}

.h1-b-20 h1 {margin-bottom: 20px;}
/* End Padding & Margins */

/* All Pages */

/* Start Menu CSS 

[data-id="mobilemenuck-110"] .mobilemenuck-bar-title {
    background: #464646;
    color: #FFFFFF;
    font-weight: bold;
    text-indent: 20px;
    line-height: 50px;
    font-size: 20px;
}

.mobilemenuck-bar-title {
    display: contents;
}

[data-id="mobilemenuck-110"] .mobilemenuck-bar-button {
    background: rgb(51 51 51 / 0%);
    height: 50px;
    width: 50px;
    color: #FFFFFF;
    padding-top: 0px;
    font-size: 3em;
}
.mobilemenuck-bar-button {
    cursor: pointer;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    right: 0;
    line-height: 1em;

    text-align: center;
}
[data-id="mobilemenuck-110"] .mobilemenuck-item > .level1 {
    background: var(--dark-green);
	padding-left: 5px;
	padding-right: 5px;
    text-align: center;
}
[data-id="mobilemenuck-110"] .mobilemenuck-item > .level1:hover, [data-id="mobilemenuck-110"] .mobilemenuck-item > .level1.open {
    background: var(--light-green);
}
[data-id="mobilemenuck-110"] .mobilemenuck-item > .level2 {
	padding-left: 5px;
	padding-right: 5px;
    text-align: center;
}

End Menu CSS */

ul.mod-menu li {
	text-transform: capitalize;
}

hr {
    margin: 50px 20px;
}
address {
    padding: 10px;
	font-size: clamp(1rem, 0.9769rem + 0.1235vw, 1.125rem);
    line-height: 1.2em;
}



.center-text {text-align: center;}
.more-space p {
    padding-bottom: 15px;
    line-height: 1.25em;
}

#adminForm a, body.contentpane a {
    color: var(--dark-green);
}

#adminForm {
	padding: 10px;
}


.com-content-category-blog__navigation {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: space-between;
	margin: 0 20px;
}
ul.pagination {
    margin: 0;
}
ul.pagination li {
    padding: 0;
}

.top-message {
    font-size: clamp(1.25rem, 0.5556rem + 3.7037vw, 5rem);
    line-height: 1em;
    font-family: 'Caveat';
}

.mod-footer {
    display: flex;
    justify-content: space-between;
/*     color: #999999; */
}
.footer-contact-us {
    display: flex;
    align-items: center;
}


.footer-contact-us i {
    padding-right: 10px;
}

form#login-form-206 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
table th, table td {
    vertical-align: middle;
}
/* End All Pages */

/* Home Page */

#blocks1 > .inner {
    gap: 1rem;
    padding: 1rem 1rem 0 1rem;
}

.left-div .bgimg {
  background-image: url("../../../images/new/hog-roast-beech-hill-memorial-hall.webp");
  background-size: cover;
  background-position: center center;
}
.left-div .box {
  margin: 0;
  position: relative;
  width: auto;
  height: 300px;
  overflow: hidden;
}
.left-div .box .skew {
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 57%;
  z-index: 20;
}
.left-div .box .skew:before {
  background: #ececec;
  box-shadow: -1px 0px 15px rgb(0 0 0 / 20%);
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: -7%;
  transform: skew(10deg);
  width: 100%;
  z-index: -1;
  transition: top 500ms linear, right 500ms linear;
}
.left-div .box .skew:after {
  background: #ececec;
  box-shadow: -1px 0 15px rgba(0, 0, 0, 0.2);
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: -7%;
  transform: skew(-10deg);
  width: 100%;
  z-index: -2;
  transition: top 500ms linear, right 500ms linear;
}
.left-div .box .skew .content {
  position: relative;
  opacity: 1;
  width: 100%;
  height: 100%;
  transition: opacity 300ms linear;
}
.left-div .box .skew .content i {
  font-size: 2em;
  line-height: 3em;
  text-align: center;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: rgb(80 84 91 / 50%);
  letter-spacing: 0.15em;
  /* text-shadow: 2px 2px 5px #977954; */
}

/* ----  original as example .left-div .box .skew .content span {
  font-size: 2em;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #50545b;
  letter-spacing: 0.15em;
} */

.left-div .box:hover .skew:before {
  top: -100%;
  right: 21%;
}
.left-div .box:hover .skew:after {
  top: 100%;
  right: 21%;
}
.left-div .box:hover .skew .content {
  opacity: 0;
}

.center-div .bgimg {
  /* background-image: url("../../../images/new/royal-wedding-tea-beech-hill-memorial-hall.jpg"); */
  background-image: url("../../../images/new/beech-hill-memorial-hall-activities.webp");
  background-size: cover;
  background-position: center center;
}
.center-div .box {
    margin: 0;
    position: relative;
    width: auto;
    height: 300px;
    overflow: hidden;
}
.center-div .box .skew {
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  width: 50%;
  z-index: 20;
  margin-left: auto;
  margin-right: auto;
}
.center-div .box .skew:before {
  background: #ececec;
  box-shadow: -2px 0 10px 5px rgba(0, 0, 0, 0.2);
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  transform: skew(0deg);
  width: 100%;
  z-index: -1;
  transition: top 500ms linear, right 500ms linear;
}
.center-div .box .skew:after {
  background: #ececec;
  box-shadow: -5px 0 10px rgba(0, 0, 0, 0.2);
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  transform: skew(0deg);
  width: 100%;
  z-index: -2;
  transition: top 500ms linear, right 500ms linear;
}
.center-div .box .skew .content {
  position: relative;
  opacity: 1;
  width: 100%;
  height: 100%;
  transition: opacity 300ms linear;
}
.center-div .box .skew .content i {
  font-size: 2em;
  line-height: 3em;
  text-align: center;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: rgb(80 84 91 / 50%);
  letter-spacing: 0.15em;
 /*  text-shadow: 2px 2px 5px #977954; */
}
.center-div .box:hover .skew:before {
  top: -100%;
  right: 0%;
}
.center-div .box:hover .skew:after {
  top: 100%;
  right: 0%;
}
.center-div .box:hover .skew .content {
  opacity: 0;
}

.right-div .bgimg {
/*   background-image: url("../../../images/new/passover-supper-beech-hill-memorial-hall.jpg"); */
  background-image: url("../../../images/new/beech-hill-memorial-hall-community.webp");
  background-size: cover;
  background-position: center center;
}
.right-div .box {
    margin: 0;
    position: relative;
    width: auto;
    height: 300px;
    overflow: hidden;
}
.right-div .box .skew {
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 57%;
  z-index: 20;
}
.right-div .box .skew:before {
  background: #ececec;
  box-shadow: -1px 0 15px rgba(0, 0, 0, 0.2);
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  right: -7%;
  transform: skew(-10deg);
  width: 100%;
  z-index: -1;
  transition: top 500ms linear, left 500ms linear;
}
.right-div .box .skew:after {
  background: #ececec;
  box-shadow: -1px 0 15px rgba(0, 0, 0, 0.2);
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  right: -7%;
  transform: skew(10deg);
  width: 100%;
  z-index: -2;
  transition: top 500ms linear, left 500ms linear;
}
.right-div .box .skew .content {
  position: relative;
  opacity: 1;
  width: 100%;
  height: 100%;
  transition: opacity 300ms linear;
}
.right-div .box .skew .content i {
  font-size: 2em;
  line-height: 3em;
  text-align: center;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  left: 57%;
  transform: translate(-50%, -50%);
  color: rgb(80 84 91 / 50%);
  letter-spacing: 0.15em;
  /* text-shadow: 2px 2px 5px #977954; */
}
.right-div .box:hover .skew:before {
  top: -100%;
  right: -7%;
}
.right-div .box:hover .skew:after {
  top: 100%;
  right: -7%;
}
.right-div .box:hover .skew .content {
  opacity: 0;
}


@media screen and (min-width: 758px) and ( max-width: 1500px) {
.left-div .box .skew .content span, .center-div .box .skew .content span, .right-div .box .skew .content span {
    font-size: clamp(1rem, 0.1827rem + 1.7251vw, 1.8rem);
}

.left-div .box, .center-div .box, .right-div .box {
    height: clamp(12.5rem, 6.1152rem + 13.4771vw, 18.75rem);

}
}

@media screen and (min-width: 200px) and ( max-width: 757px) {
.left-div .box .skew .content span, .center-div .box .skew .content span, .right-div .box .skew .content span {
    font-size: clamp(0.8rem, 0.3691rem + 3.447vw, 2rem);
}
}

.top-row-titles {
    color: var(--white);
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    line-height: 2em;
    font-size: clamp(1.5rem, 1.4306rem + 0.3704vw, 1.875rem);
}

.top-row-titles a {
    color: var(--white);
    text-decoration: none;
}

.top-row-titles a:hover, .top-row-titles a:focus {
    color: var(--white);
    text-decoration: underline;
}

/* .top-row-titles a:hover {
    color: var(--white);
    text-decoration: none;
} */

.welcome-images {
	position: relative;
	/* height: 520px; */
}

.welcome-image-1 {
/* 	position: absolute;
    left: 0;
    top: 0; */
}

/* .welcome-image-2 {
	position: absolute;
    bottom: -6%;
    right: -6%;
} */

.welcome-image-1 img {
	border-radius: 20px;
	padding: 10px;
}

/* .welcome-image-2 img {
	border-radius: 20px;
} */

.welcome-menu {
    padding-top: 30px;
}
.welcome-menu li {
    font-size: 1.4em;
    line-height: 1em;
    padding-bottom: 15px;
    list-style: none;
}

@media screen and (min-width: 1024px) and ( max-width: 1366px) {
.welcome-image-2 {
    position: initial !important;
    text-align: center;
    padding-top: 30px;
}
}


.welcome-image-3 {
    display: flex;
    gap: 2em;
    padding: 20px;
}

.welcome-image-4 img {
    border-radius: 20px;
}

/* #blocks4 > .inner {
    gap: 1em;
    flex-wrap: wrap;
}

#blocks4mod1 > .inner, #blocks4mod2 > .inner, #blocks4mod3 > .inner, #blocks4mod4 > .inner, #blocks4mod5 > .inner {
-webkit-box-shadow: 0px 0px 0px 5px var(--light-green);
-moz-box-shadow: 0px 0px 0px 5px var(--light-green);
box-shadow: 0px 0px 0px 5px var(--light-green);
width: 200px;
} */



.grid-box-container {
  padding: 0 15px;
  display: grid;
  gap: 1em 1em;
/*   grid-template-columns: 1fr 1fr 1fr 1fr 1fr; */
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
/*   grid-template-rows: 1fr;
  gap: 1em 1em;
  grid-auto-flow: row;
  grid-template-areas:
    "grid-box-1 grid-box-2 grid-box-3 grid-box-4 grid-box-5"; */
}

/* .grid-box-1 { grid-area: grid-box-1; }

.grid-box-2 { grid-area: grid-box-2; }

.grid-box-3 { grid-area: grid-box-3; }

.grid-box-4 { grid-area: grid-box-4; }

.grid-box-5 { grid-area: grid-box-5; } */



/* @media screen and (max-width: 768px){
.grid-box-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  gap: 2em 2em;
  grid-auto-flow: row;
  grid-template-areas:
    "grid-box-1 grid-box-2"
	"grid-box-3 grid-box-4"
	"grid-box-5 grid-box-5";
}
}

@media screen and (max-width: 524px){
.grid-box-container {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
  gap: 2em 0em;
  grid-auto-flow: row;
  grid-template-areas:
	"grid-box-1"
	"grid-box-2"
	"grid-box-3"
	"grid-box-4"
    "grid-box-5";
}
} */



.grid-box {
    font-size: clamp(1.25rem, 1.1574rem + 0.4938vw, 1.75rem);
    font-size: clamp(1.5rem, 1.4306rem + 0.3704vw, 1.875rem);
	font-size: clamp(1rem, 0.9074rem + 0.4938vw, 1.5rem);
    text-align: center;
    padding: 30px;
    /* font-weight: 600; */
    line-height: 1em;
    border: 1px solid var(--white);
    -webkit-box-shadow: 0px 0px 8px 0px rgba(255,255,255,0.5);
    -moz-box-shadow: 0px 0px 8px 0px rgba(255,255,255,0.5);
    box-shadow: 0px 0px 8px 0px rgba(255,255,255,0.5);
}

.grid-box a {
    color: var(--white);
    text-decoration: none;
}

.grid-box a:hover {
    text-decoration: underline;
}
.reg-flex {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}
.reg-flex img {
    padding: calc(10px + 1.5625vw);
}
.reg-flex img {
    padding: calc(10px + 1.5625vw);
	padding: calc(5px + 1.5625vw);
    border: 1px solid var(--white);
    -webkit-box-shadow: 0px 0px 8px 2px var(--white);
    -moz-box-shadow: 0px 0px 8px 2px var(--white);
    box-shadow: 0px 0px 8px 2px var(--white);
}

dl.article-info {
    padding: 10px 0px;
}

.com-content-article__body.tck-article-body {
    padding-bottom: 20px;
}

dd.published {
    font-size: 1rem;
}
nav.pagenavigation {
    padding-top: 20px;
}
h2.tck-article-title a {
    text-decoration: none;
}
#maincontent > div > div.com-content-category-blog.blog.tck-blog > h2 {
    padding-bottom: 5px;
    border-bottom: 2px solid var(--dark-green);
    margin-bottom: 20px;
	display: inline-block;
}

#maincontent > div > div.com-content-category-blog.blog.tck-blog > h2:after {
	content: '....';
	
}
.blog-items.columns-3 {
    column-gap: 3em;
}

.blog-item.com-content-category-blog__item.tck-article {
    padding: 30px 25px;
/*     box-shadow: 10px 10px 10px -6px var(--dark-green); */
	box-shadow: 0px 0px 6px 0px var(--dark-green);
    font-size: 1.5em;
    line-height: 1.1em;
    /* border: 1px solid var(--dark-green); */
    /* border-radius: 10px; */
	background: var(--white);
	margin-bottom: 30px;
}
.page-item.active .page-link {
    background-color: var(--dark-green);
    border-color: var(--light-green);
}
.page-link {
    color: var(--dark-green);
}
.page-link:hover {
    color: var(--light-green);
}
ul.fields-container {
    list-style: none;
}
.entry-content {
    min-height: 280px;
}
div.entry-content > ul {
	padding: 0;
	margin: 0;
	
}
.blog-entry.border .entry-content {
    border: solid 2px var(--dark-green);
}
.itemid-109 .tck-article-body, .itemid-197 .tck-article-body {
    margin-bottom: 70px;
}
.itemid-109 .com-content-category-blog__item.blog-item.tck-article, .itemid-197 .com-content-category-blog__item.blog-item.tck-article {
    /* position: relative; */
    display: flex;
}
.itemid-109 .item-content, .itemid-197 .item-content {
    position: relative;
    display: flex;
    flex-direction: column;
}
.itemid-109 p.readmore.tck-readmore, .itemid-197 p.readmore.tck-readmore {
    position: absolute;
    bottom: 0;
}
.pagination {
    flex-wrap: wrap;
}
.tck-blog p.counter {
    margin-left: 30px;
}
.entry-title a:hover, .entry-description a {
    color: var(--black);
}

@media (min-width: 758px) {
	.blog-items.masonry-2, .blog-items.columns-2 {
		display: block;
		grid-template-columns : 1fr 1fr;
		column-gap: 1em;
	}
	.blog-items.masonry-3, .blog-items.columns-3 {
		display: block;
		grid-template-columns : 1fr 1fr 1fr;
		column-gap: 1em;
	}
	.blog-items.masonry-4, .blog-items.columns-4 {
		display: block;
		grid-template-columns : 1fr 1fr 1fr 1fr;
		column-gap: 1em;
	}
}

@media (min-width: 950px) {
	.blog-items.masonry-2, .blog-items.columns-2 {
		display: grid;
		grid-template-columns : 1fr 1fr;
		column-gap: 1em;
	}
	.blog-items.masonry-3, .blog-items.columns-3 {
		display: grid;
		grid-template-columns : 1fr 1fr 1fr;
		column-gap: 1em;
	}
	.blog-items.masonry-4, .blog-items.columns-4 {
		display: grid;
		grid-template-columns : 1fr 1fr 1fr 1fr;
		column-gap: 1em;
	}
}

#npost219 .nspost_sett {
    margin: 10px !important;
}
/* .sj-basic-news .bs-item {
    display: flex;
    gap: 2rem;
    align-items: center;
}
.event-flex-item{
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  padding: 50px;
}
.sj-basic-news .bs-items .bs-item .bs-readmore {
    text-align: left;
}
.sj-basic-news .bs-items .bs-item .bs-image {
    width: 100%;
}
.sj-basic-news .bs-items .bs-item .bs-image img{
    border-radius: 20px;
}
.sj-basic-news .bs-items .bs-image:hover{
	opacity: 1;
	filter:alpha(opacity = 100);
} */
/* .event-image-1 img {
	padding: 10px;
    border-radius: 20px;
}
.our-event-text {
	color: var(--white);
} */
#row3column2 {
    background: var(--light-grey);
}
div#mod-custom220 {
    padding-bottom: 25px;
}

.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
    background-color: rgb(80 118 31 / 80%);
}
.owl-carousel .owl-nav .owl-prev:hover, .owl-carousel .owl-nav .owl-next:hover {
    background-color: rgb(80 118 31 / 100%);
}

.hot_weather_container {
    text-align: center;
    margin: 1em 0;
    align-items: center;
    color: var(--white);
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}
#hot_weather_container .hot_weather_value {
     font-size: clamp(1.7rem, 1.5519rem + 0.7901vw, 2.5rem);
	 line-height: 1em;
}
#hot_weather_container .hot_weather_description {
    text-transform: capitalize;
	padding-top: 5px;
}
.hot_weather_icon img {
    width: 100px;
    height: 100px;
}
.weather_description {
    padding: 30px;
    color: var(--white);
    font-size: 1.5em;
    line-height: 1em;
}

#block7 {
    height: 100%;
    background: rgb(135,22,17);
    background: linear-gradient(30deg, rgba(135,22,17,1) 0%, rgba(254,200,3,1) 100%);
}

#block7 > div, .featurebottom.tck-module, .tck-module-text, div#mod-custom209, .gigaclear {
    height: inherit;
}
.gigaclear {
    position: relative;
}
.gigaclear {
    position: relative;
    background: url(/images/new/beech-hill-memorial-hall-gigaclear-stars1.png);
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: contain;
}
.gigaclear-text {
    color: var(--white);
    font-size: clamp(2rem, 1.8148rem + 0.9877vw, 3rem);
    line-height: 1.2em;
    padding: 20px;
    font-weight: 600;
}

.gigaclear-logo {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    display: block;
    width: 100%;
/*     flex: 1; */
}
@media screen and (max-width: 1024px) {
.gigaclear-logo {
    position: unset;
}
}

/* #block9 > .inner {
    border-left-width: 50px;
    border-left-style: solid;
    border-top-width: 25px;
    border-top-style: solid;
    border-image: linear-gradient(to right, #0159c7, #003581) 1;
} */
#blocks3 > .inner {
    border-left-width: 15px;
    border-left-style: solid;
    border-top-width: 15px;
    border-right-style: solid;
    border-right-width: 15px;
    border-top-style: solid;
    border-bottom-width: 15px;
    border-bottom-style: solid;
    border-image: linear-gradient(to right, #0159c7, #003581) 1;
/* 	border-color: var(--light-green); */
}
.socials {
    display: flex;
    align-items: center;
    justify-content: center;
}
/* .socials-badge {
    color: #0158C6;
    font-size: 6em;
    padding-right: 100px;
} */

.socials-badge {
    color: #0158C6;
    font-size: 6em;
    padding-right: 30px;
}

.socials-badge i {
    text-shadow: 0px 0px 20px #565656;
}
.socials-findus {
    font-size: clamp(1rem, 0.6296rem + 1.9753vw, 3rem);
    line-height: 1em;
    text-transform: uppercase;
    color: var(--dark-grey);
}
.socials-facebook {
    font-size: clamp(2rem, 1.4444rem + 2.963vw, 5rem);
    line-height: 1em;
    text-transform: uppercase;
    background: linear-gradient(to right, #0159c7 0%, #003581 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.socials-url a {
	color: var(--dark-grey);
}
.socials-url a:hover {
	color: var(--dark-green);
}
.socials-url {
    font-size: clamp(1rem, 0.9074rem + 0.4938vw, 1.5rem);
    line-height: 1.3em;
}
/* End Home Page */



/* Location Page CSS */
.google-map {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

/* Then style the iframe to fit in the container div with full height and width */
.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.directions > ul > li {
    word-break: break-word;
}

.itemid-155 #center h1 {
    padding-bottom: 10px;
}

#mod-custom119 > h2 {
    padding-bottom: 10px;
}
/* End Location Page CSS */

/* About Us */

#target ul {
    margin: 0 0 0 15px;
}

.itemid-110 .about-us h1, .itemid-110 .about-us h2, .itemid-110 .about-us h3, .itemid-110 .about-us h4 {
	padding-bottom: 10px;
}

/* Ens About Us Page CSS */

/* History Page */

.fotorama__caption {
    bottom: 6px !important;
    font-size: 16px !important;
}
.fotorama__caption {
    color: var(--white) !important;
}
.fotorama__caption__wrap {
    background-color: var(--light-green) !important;
}
/* End History Page CSS */










/* FAQ Page CSS */









.c-faq__answer {
  position: absolute;
  opacity: 0;
  z-index: -1;
  display: inline-block;
  height: 0;
}

/* body {
  box-sizing: border-box;
  line-height: 1.48;
  font-size: 16px;
  color: #333;
font-family: system-ui;
}

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

.faq-container {
  /* max-width: 1100px; */
  max-width: 1380px;
  margin-left: auto;
  margin-right: auto;
}

.section__headline {
  /* font-size: 62px; */
  font-weight: 600;
  color: var(--dark-green);
  /* padding-left: 15px; */
  padding-top: 30px;
}

.c-faqs__headline {
  text-align: left;
/*   padding-left: 15px; */
  font-size: 1.5em;
  margin-top: 1.5em;
  font-weight: bold;
}

.c-faqs {
  margin: 15px 0;
  padding: 0 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
}
.c-faqs li {
    line-height: unset;
}

.c-faq {
  list-style: none;
  margin: 10px 0 5px;
}

.c-faq__title {
  cursor: pointer;
  font-weight: 600;
/*   background: white; */
  z-index: 10;
  position: relative;
  font-size: 1.3em;
  line-height: 1.3em;
}
.c-faq__title:hover {
  text-decoration: underline;
}


.c-faq--active .c-faq__title {
  color: var(--dark-green);
}


.c-faq__answer {
  font-weight: normal;
  margin-top: -10%;
  transition: all 1s;
  z-index: 1;
  font-size: 1em;
  color: #505050;
}

.c-faq--active .c-faq__answer {
  opacity: 1;
  position: relative;
  top: 0;
  left: 0;
  font-weight: 400;
  margin-top: 5px;
  margin-bottom: 10px;
  transition: opacity 2s;
  border-radius: 3px;
  border: 1px solid var(--light-green);
  border-left: 3px solid var(--dark-green);
  padding: 20px;
  display: block;
  height: auto;
  background: var(--white);
  line-height: 1.4em;
}
.c-faq .c-faq__answer {
    left: 0;
    width: 100%;
}

  .c-faqs {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    height: auto;
  }



  .c-faq {
    margin-top: 15px;
    margin-bottom: 15px;
	padding-bottom: 20px;
  }
  
  

  
  
  
  
 .c-faq .c-faq__title {
    width: 100%;
    padding-right: 40px;
    display: block;
	padding-bottom: 10px;
  }

.c-faq .c-faq__answer {
    position: relative;
    top: 0;
    transform: none;
    left: 0;
    width: 100%;
}




@media screen and (min-width: 1024px) {
.c-faq .c-faq__title {
    width: 50%;
    padding-right: 40px;
    display: inline-block;
}

.c-faq .c-faq__answer {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 50%;
    width: 50%;
/*     border-left-color: #1e88e5;
    border-top-color: #f1f2f3; */
}



}


/*------------------------------------------------------------------------*/
h2 > button.accordion-button {
/*     color: #333333; */
}
button.accordion-button.collapsed {
    font-size: 1.5rem;
    font-weight: 600;
/*     color: #333333; */

}
button.accordion-button:not(.collapsed) {
    font-size: 1.5rem;
    font-weight: 600;
/*     color: var(--dark-green); */

}

/*------------------------------------------------------------------------*/

/* End FAQ Page CSS */





/* Hire Charges Page */
/*

.hire-charges table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

.hire-charges table caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}

.hire-charges table tr {
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  padding: .35em;
}

.hire-charges table th, .hire-charges table td {
  padding: .625em;
  text-align: center;
}

.hire-charges table th {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
}

@media screen and (max-width: 600px) {
.hire-charges table {
    border: 0;
  }

.hire-charges table caption {
    font-size: 1.3em;
  }
  
.hire-charges table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
.hire-charges table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }
  
.hire-charges table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
  }
  
.hire-charges table td::before {
   */ /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */ /*
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  
.hire-charges table td:last-child {
    border-bottom: 0;
  }
}
*/
/* End Hire Charages Page CSS */

/* Booking Pages Css */



@media screen and (max-width: 975px) {
.convertforms .cf-one-half, .convertforms .cf-one-third {
    width: 100% !important;
}
.convertforms [class*=cf-list-].cf-list-3-columns>div {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
}
}
@media screen and (max-width: 600px) {
.convertforms [class*=cf-list-].cf-list-3-columns>div {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}
}

/* End Booking Pages CSS */

/* Film Club CSS */
.com-content-category-blog__item.blog-item {
    clear: both;
}
.maincontent.fc-layout {
    display: flex;
	gap: 2em;
	margin-bottom: 30px;
}
.fc-detais {
    flex: 1 0;
}
.fc-header {
  background: #d9ddd5;
  border-top: 1px solid var(--color-one);
  border-bottom: 1px solid var(--color-one);
  margin-bottom: 16px;
  padding: 8px 16px 0;
  width: 100%;
}
.fc-image {
  float: left;
  margin-right: 16px;
  flex-shrink: 0;
}
.fc-date {
  color: var(--dark-green);
  font-weight: bold;
  font-size: 1.4rem;
  margin-bottom: 16px;
  line-height: 1em;
}

.fc-title {
  color: var(--color-one);
  font-weight: bold;
  font-size: 1.2rem;
  margin-bottom: 8px;
  line-height: 1em;
}

.fc-title h1 {
    padding-top: 0rem !important;
	font-size: clamp(1.5rem, 1.3148rem + 0.9877vw, 2.5rem) !important;
}
span.h1-underline {
    line-height: 2em;
}

.fc-intro {
  margin-bottom: 16px;
  line-height: 1em;
}

.fc-stars{
  margin-bottom: 16px;
  line-height: 1em;
}

.fc-stars span{
  font-weight: bold;
  margin-bottom: 16px;
  line-height: 1em;
}

.fc-genre{
  margin-bottom: 16px;
  line-height: 1em;
}

.fc-genre span{
  font-weight: bold;
  margin-bottom: 16px;
  line-height: 1em;
}

.fc-director{
  margin-bottom: 16px;
  line-height: 1em;
}

.fc-director span{
  font-weight: bold;
  margin-bottom: 16px;
  line-height: 1em;
}

.fc-tickets {
  margin-bottom: 16px;
  line-height: 1em;
  word-wrap: break-word;
}

.fc-tickets span{
  font-weight: bold;
  margin-bottom: 16px;
  line-height: 1em;
}

.fc-trailer {
	margin-bottom: 16px;
	line-height: 1em;
/* 	display: inline-flex;
    gap: 1em; */
}

.fc-trailer span{
	font-weight: bold;
	margin-bottom: 16px;
	line-height: 1em;
	
}
/* End Film Club CSS */


/* Left Position CSS */
@media only screen and (max-width: 1366px) and (min-width: 1025px){
#left > .inner {

    padding-right: 40px;
}
}

/* End Left Position CSS */

/* Business Hire Facilities Page CSS */

/* .itemid-597 figure{
	background: red;
	
} */
.itemid-597 figcaption {
    font-size: 1.2rem;
    color: #333333;
    padding: 10px;
	line-height: 1em;
}

/* .article-grid-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 2em 2em;
  grid-auto-flow: row;
}

.grid-area-one { grid-area: 1 / 1 / 1 / 1; }

.grid-area-two { grid-area: 1 / 2 / 1 / 2; }

.grid-area-three { grid-area: 2 / 1 / 2 / 1; }

.grid-area-four { grid-area: 2 / 2 / 2 / 2; } */


.article-grid-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 2em 2em;
  grid-auto-flow: row;
  grid-template-areas:
    "grid-area-1 grid-area-2 grid-area-3 grid-area-4"
    "grid-area-5 grid-area-6 grid-area-7 grid-area-8";
}

.grid-area-1 { grid-area: grid-area-1; }

.grid-area-2 { grid-area: grid-area-2; }

.grid-area-3 { grid-area: grid-area-3; }

.grid-area-4 { grid-area: grid-area-4; }

.grid-area-5 { grid-area: grid-area-5; }

.grid-area-6 { grid-area: grid-area-6; }

.grid-area-7 { grid-area: grid-area-7; }

.grid-area-8 { grid-area: grid-area-8; }


@media screen and (max-width: 950px){
.article-grid-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr 1fr;
  gap: 2em 2em;
  grid-auto-flow: row;
  grid-template-areas:
    "grid-area-1 grid-area-2"
	"grid-area-3 grid-area-4"
	"grid-area-5 grid-area-6"
    "grid-area-7 grid-area-8";
}
}

@media screen and (max-width: 524px){
.article-grid-container {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  gap: 2em 0em;
  grid-auto-flow: row;
  grid-template-areas:
    "grid-area-1"
	"grid-area-2"
	"grid-area-3"
	"grid-area-4"
	"grid-area-5"
	"grid-area-6"
	"grid-area-7"
    "grid-area-8";
}
}

/* End Business Hire Facilities Page CSS */

/* Private Hire Facilities Page CSS */

/* .itemid-131 figure{
	background: red;
	
} */
.itemid-131 figcaption {
    font-size: 1.2rem;
    color: #333333;
    padding: 10px;
	line-height: 1em;
}

ul.private-hire {
    column-count: 2;
    list-style-type: disc;
	column-gap: 4rem;
}
	  
	  
/* End Private Hire Facilities Page CSS */

/* Regular Events and Activities Page CSS */
/* .events-div img {
	float: left;
	padding: 20px;
} */
.events-div {
    display: inline-block;
    width: 100%;
}
.events-div img {
    float: left;
    padding: 10px;
    margin: 10px 20px;
    /* border: 5px solid #ffffff; */
}
@media screen and (max-width: 524px){
.events-div img {
    margin: 10px 0px;
}
}
.events-div, .events-div div {
	clear: both;
}
.events-div p {
	padding: 20px;
}
.events-div-p p {
    padding-bottom: 5px;
    padding-top: 10px;
}
.events-div-p p:first-of-type {
    padding-top: 20px;
}
/* End Regular Events and Activities Page CSS */


/* Latest News Page CSS */

@media screen and (min-width: 758px){
.blog-items.masonry-3, .blog-items.columns-3 {
    display: block;
}
}
@media screen and (min-width: 950px){
.blog-items.masonry-3, .blog-items.columns-3 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 2em;
}
}

/* End Latest News Page CSS */


/* Minutes Pages */
.border-1 {
    border: 1px solid black;
}
.flex {
    display: flex;
}
.flex > div {
   flex: 1;
}
.flex-child-2 img {
    /* text-align: right; */
    float: right;
    padding: 5px;
}

/* End Minutes Pages CSS */



/* Start Showcase CSS */
#block7 > div > div {
    background-color: #000000;
}
div#mod-custom263 {
    height: 100%;
}
div#mod-custom263 > div, div#mod-custom263 > div > img {
    height: 100%;
}
/* End Showcase CSS */