/* F O N T S */

@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;600;700;800&display=swap');

/* G L O B A L   S T Y L E S */

body {font-family: 'Rubik', sans-serif;}
*:focus{outline: none;}
a{text-decoration: none;color: inherit;}
ul,ol{list-style: none; margin: 0; padding: 0;}
.makeBg {height: 100%;}
.row{max-width: 90em;}
.tal {text-align: left;}
.tar {text-align: right;}
.tac{text-align: center;}
.mobileNav {display: none;}
.mobileDeetsOnly {display: none;}

/* C O L O U R S */

/*

#111111
#4D7D1D - 166,12,49

*/

/* H E A D E R */


header {
    position: relative;
    z-index: 1;
    margin: 20px;
    padding: 0px 30px;
    background-color: #eeeeee;
    overflow: hidden;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.headerSlider {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: -2;
    filter: blur(6px);
    -webkit-filter: blur(6px);
}
header:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    opacity: 0.8;
    z-index: -1;
}
.headerSlider .slide {
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
	height: 100%;
}
.topBar {
    padding-top: 30px;
}
.logo img {
    width: 250px;
}

/* O T H E R    H E A D E R */

.otherHeader {
    padding-bottom: 0px!important;
}
.otherHeader .topBar {
    padding-bottom: 30px;
}
.otherHeader .headerSlider .slide {
	background-position: top center;
}

/* N A V */

nav ul li {
    display: inline-block;
    position: relative;
    z-index: 1;
}
nav ul li a {
    margin-left: 50px;
    font-weight: 600;
    opacity: 0.4;
    transition: opacity 0.4s ease;
    -webkit-transition: opacity 0.4s ease;
    -moz-transition: opacity 0.4s ease;
    -ms-transition: opacity 0.4s ease;
    -o-transition: opacity 0.4s ease;
}
nav ul li a:hover {
    opacity: 1;
}
nav ul li > a:after {
	content: '\f078';
	color: #f3835d;
	font-size: 14px;
	margin-left: 6px;
	text-align: center;
	font-family: 'Font Awesome 5 Pro';
	font-weight: 600;
}
nav ul li > a:only-child:after { content: ''; } 
.active {
    color: #4D7D1D;
    opacity: 1;
}
.subMenu {
    position: absolute;
	left: 0;
	text-align: left;
	padding: 5px 0px;
    display: none;
}
.subMenu li {
	display: block;
	margin: 0;
	text-align: left;
	white-space: nowrap;
	clear: both;
	line-height: 20px;
	transition: ease 0.4s;
}
nav ul li:hover .subMenu, nav ul li .subMenu .active {
    display: block;
}

/* S P L A S H */

.sliderRow {
    margin: 75px auto;
}
.splashSlider .slide {
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    position: relative!important;
    height: 600px;
    z-index: 1;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.splashBlurb {
    padding-left: 30px;
}
.splashContact {
    margin-top: 10px;
    background-color: #4D7D1D;
    color: #ffffff;
    font-weight: 600;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    padding-left: 15px;
    margin-right: 15px;
}
.splashContact i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    text-align: center;
    background-color: #111111;
    color: #ffffff;
    margin-left: 15px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.splashBlurb h1 {
    line-height: 35px;
    font-weight: 600;
}
.splashBlurb h1 span {
    color: #4D7D1D;
}

/* S E C T I O N */

.aboutUs {
    position: relative;
    z-index: 1;
    padding: 125px 30px;
    background-color: #eeeeee;
    margin: 20px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.aboutBlurb {
    padding-right: 50px;
}
.aboutBlurb img {
    width: 75px;
    margin-bottom: 20px;
}
.aboutUs h2 {
    color: #4D7D1D;
    font-size: 26px;
    font-weight: 600;
    margin: 0;
    padding: 0;
}
.aboutUs p:first-of-type {
    margin-top: 30px;
}
.aboutBg .makeBg {
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    position: relative!important;
    height: 500px;
    z-index: 1;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

/* H O M E   G A L L E R Y */

.homeGallery {
    position: relative;
    z-index: 1;
}
.homeGalleryTitle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    z-index: 2;
    background-color: rgba(255,255,255,0.8);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    padding: 30px 50px;
}
.homeGalleryTitle h2 {
    margin: 0;
    padding: 0;
    line-height: 26px;
    color: #4D7D1D;
}
.homeGalleryTitle i {
    margin-top: 15px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
    text-align: center;
}
.homeGalSlider .slick-slide {
    margin: 0px 20px;
}
.homeGalSlider img {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

/* W H Y + R E V I E W S */

.whyChoose {
    padding: 150px 30px;
    background-color: #eeeeee;
    margin: 20px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.whyChoose h2 {
    color: #4D7D1D;
    margin: 0;
    padding: 0;
    font-size: 20px;
}
.whyChoose i {
    font-size: 30px;
    padding-bottom: 20px;
}
.homeReviews {
    padding-left: 50px;
}

/* Q U O T E   H O M E */

.quoteBanner {
    margin: 0px 20px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    position: relative;
    background-image: url(../images/quote.jpg);
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    z-index: 1;
    height: 469px;
}
.quoteBox {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    background-color: rgba(255,255,255,0.8);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    padding: 30px 50px;
    z-index: 2;
}
.quoteBox h2 {
    margin: 0;
    padding: 0;
    line-height: 26px;
    color: #4D7D1D;
}
.quoteBox h2 span {
    display: block;
    color: #111111;
}

/* M A I N   C O N T E N T */

.mainContent {
    padding: 100px 30px;
    background-color: #eeeeee;
    margin: 20px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.mainContent h3 {
    color: #4D7D1D;
}
.mainContent h4 {
    color: #4D7D1D;
}
.mainContent img {    
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.mainContent hr {
    border: 0;
    height: 2px;
    background-color: rgba(0,0,0,0.1);
    margin-bottom: 20px;
}
.mainArea {
    padding-right: 50px;
}
.mainArea ul {
    margin-top: 10px;
    display: inline-block;
}
.mainArea ul li {
	border-radius: 5px;
	display: inline-block;
	background-color: rgba(0,0,0,0.05);
	padding: 2.5px 15px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.sideBox {
    margin-top: 1em;
}
.sideBox h4 {
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    background-color: #4D7D1D;
    color: #ffffff;
    padding: 0;
    margin: 0;
    line-height: 40px;
}
.sideBox ul {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border: 1px solid rgba(0,0,0,0.1);
}
.sideBox ul li {
	line-height: 40px;
	font-weight: 600;
    position: relative;
    z-index: 1;
}
.sideBox ul li:nth-of-type(even) {
	background-color: rgba(0,0,0,0.05);
}
/* .accreds img {
    margin-bottom: 30px;
} */

/* G A L L E R Y   P A G E */

.gallery{
	position: relative;
	z-index: 1;
}
.gallery .columns a{
	width: 100%;
	height: 100%;
	position: relative;
}
.gallery .columns img{
	margin: 0;
	width: 100%!important;
	height: 100%;
	opacity: 0;
}
.gallery .columns{
    overflow: hidden;
    position: relative;
    background-size: cover;
    width: calc(25% - 24px);
    margin: 12px;
    background-position: center center;
    overflow: hidden;
    float: left;
    z-index: 0;
    -webkit-transition: all .15s ease-out;
    -moz-transition: all .15s ease-out;
    transition: all .15s ease-out;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.gallery .columns:hover {
	-webkit-transform: scale(1.015);
	-ms-transform: scale(1.015);
	-o-transform: scale(1.015);
	transform: scale(1.015);
}
.gallery .columns:nth-child(14n + 7),.gallery .columns:nth-child(14n + 8){
	width: calc(50% - 24px);
}
.fancybox-image {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

/* T E S T I M O N I A L S */

blockquote {
    margin: 0;
    padding: 0;
    background-color: rgba(0,0,0,0.05);
    padding: 20px 30px;
    border-radius: 5px;
}
blockquote i {
    color: #4D7D1D;
}
blockquote p {
    line-height: 20px;
}
blockquote h5 {
    font-size: 18px;
	color: #111111;
	margin: 0;
	padding: 0;
	margin-top: 20px;
}
blockquote h5:before {
    content: '-';
    padding-right: 10px;
}
.masonry {
    margin-top: 20px;
}
.masonry .columns {
    margin-bottom: 30px;
}

/* E N Q U I R Y   F O R M */

.earl-form {
    margin-top: 20px;
}
.form-box .columns {
	padding: 0!important;
}
.earl-form .columns input {
	width: 100%;
}
.earl-form input[type='text'], .earl-form select{
    letter-spacing: 1px;
    border-radius: 0px;
    height: 30px;
    font-size: 16px;
    padding-left: 12.5px;
    box-shadow: 0px;
    outline: 0;
    font-weight: 700;
    margin-bottom: 20px;
    border: none;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
::placeholder {
	opacity: 0.4;
  }
.earl-form .columns textarea {
	letter-spacing: 1px;
	font-size: 16px;
	width: 100%;
	resize: none;
	padding-top: 15px;
	padding-left: 12.5px;
	font-weight: 700;
	height: 250px;
	border: none;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
#formName, #formContact {
	line-height: 20px;
}
.earl-form button {
	float: right;
	margin-top: 10px;
	background-color: transparent;
	padding: 10px;
	font-size: 14px;
	cursor: pointer;
	letter-spacing: 2px;
	font-weight: 700;
	background-color: #4D7D1D;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
	color: #ffffff;
}
.enquiryImg .makeBg {
    margin-top: 20px;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
	position: relative!important;
	height: 400px;
	z-index: 1;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

/* M A P   B O X */

.mapContainer {
    width: 100%;
    height: 600px;
    padding: 0px 20px;
    position: relative;
}
.map {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
	overflow: hidden;
	background-color: #111111;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.map iframe {
    position: absolute;
    width: 100%;
    height: calc(100% + 300px);
    z-index: -1;
	left: 0;
	opacity: 0.6;
    top: -150px;
    pointer-events: none;
}
.addressBox {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    background-color: rgba(255,255,255,0.9);
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    padding: 30px 50px;
}
.addressBox i {
    font-size: 20px;
    padding-bottom: 10px;
}
.addressBox h2 {
    margin: 0;
    padding: 0;
    line-height: 26px;
    color: #4D7D1D;
}
.addressBox p {
    margin: 0;
    padding: 0;
    font-weight: 700;
}
.openingDays {
    margin-top: 20px;
}
.openingDays p {
    opacity: 0.4;
    font-weight: 400;
}

/* F O O T E R */

footer {
    background-color: #4D7D1D;
    margin: 20px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    padding: 10px 0px;
}
footer a {
    color: #ffffff;
    font-size: 15px;
}

/* R E S P O N S I V E */

@media screen and (max-width: 1367px) {
.enquiryImg .makeBg {height: 400px;}
}

@media screen and (max-width: 1280px) {
.splashSlider .slide {height: 500px;}
}

@media screen and (max-width: 1025px) {

.mobileDeetsOnly {
    display: block;
}
.mobileNav {
    display: inline-block;
    background-color: #4D7D1D;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    line-height: 30px;
    z-index: 10;
    margin-left: 10px;
}
.mobileNav span {
    color: #ffffff;
}
.mobileNav i {
    color: #ffffff;
    line-height: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
}
nav {
	top: 0;
	height: 100vh;
	right: -320px;
	padding: 0;
	padding: 30px;
	z-index: 100;
	position: fixed;
	background-color: #4D7D1D;
	width: calc(300px - 20px)!important;
	text-align: left;
	transition: ease 0.4s;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: 20px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
nav ul li {
    display: block;
}
nav ul li a {
    color: #ffffff;
    opacity: 1;
    margin-left: 0px;
}
nav ul li > a:after {
    display: none;
}
nav ul li a:hover {
    color: #ffffff;
}
.subMenu {
    position: relative;
    right: 0;
    padding: 0;
}
.subMenu:before {display: none;}
.subMenu li {
    display: none;
    text-align: left;
    padding: 0;
    transition:none;
    -webkit-transition:none;
    -moz-transition:none;
    -ms-transition:none;
    -o-transition:none;
    line-height: 25px;
}
.active {
    opacity: 1;
    color: #ffffff;
}
.navVisible {
	right: 0!important;
}
.siteContainer {
	right: 0;
	position: relative;
	transition: ease 0.4s;
}
.siteContainerVisible {
	right: 300px!important;
	transition: ease 0.4s;
}
.sideBox {
    display: none;
}
.mainArea {
    padding-right: 0px;
}
.enquiryImg {
    display: none;
}
.whyChoose {
    padding: 100px 30px;
}
.splashBlurb {
    margin-top: 30px;
    padding-left: 0;
}
.aboutBlurb {
    text-align: left;
    padding-right: .9375rem;
    margin-bottom: 30px;
}
.whyChoose .columns {
    margin-bottom: 30px;
}
.whyChoose {
    padding-bottom: 70px;
}

}

@media screen and (max-width: 637px) {

.splashContact {
    margin-right: 0px;
    padding-left: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    background-color: transparent;
}
.backToTop {
    display: none;
}
.gallery .columns {
    width: calc(50% - 24px);
}
.splashContact span {
    display: none;
}
.splashContact i {
    margin-left: 0;
    border-radius: 5px!important;
    -webkit-border-radius: 5px!important;
    -moz-border-radius: 5px!important;
    -ms-border-radius: 5px!important;
    -o-border-radius: 5px!important;
    margin-left: 10px;
}

}

.img-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1em;
    margin: 3rem 0;
}

.img-container img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    object-position: center;;
}