/* Extended CSS Styles */

/* Text */

body, p {
	font-family: "muli", sans-serif;
	font-weight: 300;
	font-style: normal;
  font-optical-sizing: auto;
	color: #3E412E;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-family: "muli", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
	font-style: normal;
	color: #3E412E;
}

body, p {
	font-size: 1.125rem;
	line-height: calc(1em + 0.7rem);
}

h1 {
	font-weight: 900;
  font-size: 4.5rem;
	margin: 0;
	line-height: calc(1em + .5rem);
}

h2 {
	font-weight: 900;
  font-size: 2rem;
	margin: 0;
	line-height: calc(1em + .5rem);
}

h2.increase {
	font-size: 2.2rem;
}

h3 {
	font-weight: 900;
	font-size: 2.5rem;
	line-height: calc(1em + .5rem);
	margin: 0;
}

h4 {
	font-weight: 900;
	font-size: 1.5rem;
	line-height: calc(1em + .5rem);
	margin: 0;
}

h5 {
	font-weight: 400;
	font-size: 16px;
	line-height: calc(1em + .5rem);
	margin: 0;
}

h6 {
	font-weight: 700;
	font-size: 14px;
	line-height: calc(1em + .5rem);
	margin: 0;
}

.accent {
	color: #30A943;
}

.uppercase {
	text-transform: uppercase;
}

.underline {
	text-decoration: underline;
}

a {
	color: #3E412E;
}

a:hover,
a:focus {
	color: #D3D3BB!important;
}

a:focus,
button:focus,
.slick-slide:focus {
	outline: none;
	cursor: pointer;
}

table {
	table-layout: fixed;
}

.grecaptcha-badge {
	display: none!important;
}

/* Animation */

@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

/* Layout */

body {
	background: #FFFFFF;
	overflow-x: hidden;
}

.grid-container {
	max-width: 85rem;
	position: relative;
}

.grid-container.full {
	padding: 0 50px;
}

.height-100 {
	float: left;
	height: 100%;
}

.section-container {
	float: left;
	width: 100%;
	position: relative;
}

.section-container::after {
	content: '';
	position: absolute;
	display: block;
  float: left;
  width: 96%;
  height: 90%;
  margin: -2% 2% 0 2%;
  border: 2px solid #D3D3BB;
  border-radius: 15px;
  margin-bottom: 60px;
  z-index: -2;
}

.section {
	float: left;
	width: 100vw;
	padding: 80px 0;
	position: relative;
}

.section.reduced {
	padding: 40px 0;
}

.section.no-padding {
	padding: 0;
}

.section.increase {
	padding: 100px 0;
}

.section.lightgrey {
	background-color: #f5f5f5;
}

.centralise-content {
	display: flex;
  justify-content: center;
  align-items: center;
}

.centralise-content.flex-start {
	justify-content: flex-start;
}

.centralise-content.flex-end {
	justify-content: flex-end;
}

.vertical-content {
	align-items: center;
	display: flex;
}

.bottom-content {
	align-items: end;
	display: flex;
}

.section-heading {
	float: left;
	width: 100%;
	margin-bottom: 40px;
}

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

.text-right {
	text-align: right;
}

.align-center {
	display: table;
	margin: auto;
}

.banner-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.banner-overlay.dark {
	background: rgba(0,0,0,0.58);
}

.banner-overlay.light {
	background: rgba(255, 255, 255, 0.95);
}

.z-index {
	position: relative;
	z-index: 1;
}

.divide {
	float: left;
  width: 100%;
  height: 1px;
  background-color: #000;
  margin: 40px 0;
}

/* Slick (Global) */

.slick-arrow {
	background: #FFFFFF;
	height: 60px;
	width: 60px;
	color: #3E412E;
	font-size: 24px;
}

.slick-arrow.slick-disabled {
	display: none!important;
}

.slick-dots {
	display: table;
  margin: auto;
  padding-top: 40px;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:before {
  content: '•';
  font-size: 28px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  text-align: center;
  color: #3E412E;
}

/* Buttons & Links */

.button,
.button.primary,
.wpcf7-submit {
	background: #D3D3BB;
	color: #373A29;
  text-align: center;
  font-weight: 400;
  border-radius: 2px;
  font-size: 1rem;
  text-decoration: none;
  min-width: 240px;
  padding: .85em 1em;
}

.button.secondary {
	background: #FFFFFF;
	color: #30A943;
}

.wpcf7-submit {
	border: none!important;
}

.button:hover,
.button.primary:hover,
.button.secondary:hover,
.button.tertiary:hover {
	background-color: #373A29;
	color: #FFFFFF!important;
}

.button.full {
	width: 100%;
}

.button:focus,
.button.primary:focus,
.button.secondary:focus,
.button.tertiary:focus {
	background-color: #373A29;
	color: #FFFFFF!important;
}

.button-block .button {
	min-width: 240px;
}

/* Forms */

input[type=text],
input[type=email],
input[type=tel] {
	height: 50px;
	border-radius: 10px;
}

textarea,
textarea[rows] {
	border-radius: 10px;
	height: 182px;
	min-height: 182px;
}

select {
	height: 50px;
	border-radius: 10px;
	box-shadow: inset 0 1px 2px rgba(10,10,10,.1);
	color: #cbcbcb;
}

input[type="file"] {
	border: 1px solid #cacaca;
  height: 50px;
  padding: 10px;
  border-radius: 10px;
  box-shadow: inset 0 1px 2px rgba(10,10,10,.1);
}

.wpcf7-checkbox .wpcf7-list-item {
	width: 100%;
}

.wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label {
	font-weight: 900;
	color: #02B140;
	font-size: 18px;
}

.wpcf7 form.sent .wpcf7-response-output {
	background: #3E412E;
    border-color: #3E412E;
    z-index: 1;
    position: relative;
    margin-left: 0;
    color: #FFF;
}

/* Header */

header {
	position: fixed;
  width: 100%;
  z-index: 100;
  transition: transform 0.4s;
  background-color: #FFFFFF;
}

.scroll-down header {
  transform: translate3d(0, -100%, 0);
}

.scroll-up header {
  transform: none;
}

header .main-header {
	float: left;
	width: 100%;
	padding: 25px 0;
}

header .main-header .full {
	padding: 0;
}

header .main-header .header-phone {
	background: #D3D3BB;
  padding: 10px 25px;
  width: 100%;
}

header .main-header .logo {
	display: table;
	margin: auto;
}

header .main-header .menu li.menu-item-has-children > a::after {
	font-family: "Font Awesome 6 Free"; 
	font-weight: 400; 
	content: "\f054";
	font-size: 15px;
	margin-left: 10px;
}

header #menu-header-left li > ul {
	position: absolute;
  top: 100%;
  left: 65%;
  background: #d3d3bb;
  width: 100%;
  z-index: 20;
  padding: 20px;
  text-align: center;
  display: none;
  min-width: 220px;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
}

header #menu-header-left li:hover > ul {
	display: block;
	list-style: none;
	margin: 0;
	padding: 20px;
}

header #menu-header-left li > ul > li {
	margin: 0;
	width: 100%;
}

header #menu-header-left li > ul > li a {
	padding: 5px 0;
}

header #menu-header-left li > ul > li:hover a {
	color: #FFFFFF!important;
	opacity: 1;
  text-decoration: none;
}

header #menu-header-left li .sub-menu li {
	border: none;
	padding: 0;
}

#mega-menu-wrap-mobile .mega-menu-toggle.mega-menu-open + #mega-menu-mobile {
	margin-top: 20px;
}

/* Footer */

footer {
	float: left;
	width: 100%;
	background-color: #373A29;
	position: relative;
}

footer .main-footer {
	padding: 80px 0 30px 0;
}

footer .main-footer .middle {
	padding-bottom: 30px;
}

footer .main-footer .middle h4 {
	font-weight: 700;
	margin-bottom: 20px;
	color: #FFFFFF;
}

footer .main-footer .middle .menu {
	list-style: none;
	margin: 0;
}

footer .main-footer .middle .menu li {
	width: 100%;
}

footer .main-footer .middle .menu li a {
	padding: 15px 0 15px 0;
	color: #FFFFFF;
}

footer .main-footer .contact-block {
	margin-bottom: 30px;
}

footer .main-footer .contact-block address {
	color: #FFFFFF;
	font-style: normal;
}

footer .main-footer .lower {
	max-width: 50%;
  background-color: #FFFFFF;
  padding: 5px 0;
}

footer .main-footer .lower ul {
	list-style: none;
	display: table;
	margin: auto;
}

footer .main-footer .lower ul > li.single-accreditation {
	display: inline-block;
	margin: 0 20px;
}

footer .lower-footer {
	background-color: #373A29;
	padding: 10px 0;
}

footer .lower-footer .copy,
footer .lower-footer .copy > a {
	margin: 0;
	color: #FFFFFF;
	font-size: 13px;
}

/* Social */

.social {
	float: left; 
	width: 100%;
}

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

.social ul > li {
	display: inline-block;
	margin: 0 15px 0 0;
}

.social ul > li a {
	width: 25px;
  height: 25px;
  display: block;
  font-size: 12px;
  border: 2px solid #000000;
  border-radius: 50%;
  line-height: 22px;
  text-align: center;
  color: #000000;
}

.social ul > li a:hover {
	background: #000000;
	color: #FFFFFF;
}

footer .social ul > li a {
	color: #FFFFFF;
	border-color: #FFFFFF;
}

footer .social ul > li a:hover {
	background: #FFFFFF;
	color: #535948;
}

/* Home */

#global-hero {
	min-height: 100vh;
	position: relative;
	background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 120px;
}

.home #global-hero {
	min-height: 100vh;
}

#global-hero::after {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	width: 50%;
	height: 45%;
	background: #373A29;
	opacity: 0.72;
}

#global-hero .banner-overlay.dark {
	background: rgba(0,0,0,0.35);
}

#global-hero .overlay-image {
	max-height: 35%;
} 

#global-hero .hero--content {
	width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  padding-bottom: 40px;
}

#global-hero .hero--content .content h1 {
	margin-bottom: 20px;
	color: #ffffff;
}

.home #global-hero .hero--content .content h1 {
	font-size: 45px;
}

#global-hero .hero--content .content h4 {
	color: #ffffff;
	margin-bottom: 10px;
}

#global-hero .hero--content .content p {
	color: #ffffff;
}

#global-hero .hero--content .content .banner-buttons {
	margin-top: 30px;
}

#global-hero .hero--content .content .banner-buttons .button {
	margin-right: 20px;
}

#global-hero .overlay-image {
	position: absolute;
  width: 40%;
  bottom: 0;
  right: 5%;
  z-index: 1;
}

.page-title {
	padding: 80px 0 40px 0;
	min-height: 70vh;
}

.page-title h1 {
	margin-bottom: 10px;
}

.page-title .grid-container {
	width: 100%;
}

/* Page Blocks */

#page-blocks {
	float: left;
	max-width: 100%;
}

#page-blocks #image-text-side {
	padding-top: 0;
}

#page-blocks #image-text-side.pull-up {
	margin-top: -290px;
	padding-top: 60px;
}

#page-blocks #image-text-side::after {
	content: '';
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 200px;
	height: 250px;
	background-image: url('/wp-content/uploads/2024/07/Overlay-Shape.png');
	background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
}

#page-blocks #image-text-side.has-bg {
	background-size: cover;
	background-position: center;
}

#page-blocks #image-text-side .image-container {
	padding-left: 50px;
}

#page-blocks #image-text-side.has-bg .content-container {
	position: relative;
	z-index: 1;
}

#page-blocks #image-text-side.has-bg .content-container .content h3,
#page-blocks #image-text-side.has-bg .content-container .content p {
	color: #FFFFFF;
}

#page-blocks #image-text-side .left .floating-img .image:after {
	right: auto;
	left: 0;
}

#page-blocks #image-text-side .left .content-container {
	padding-right: 20px;
}

#page-blocks #image-text-side .right .content-container {
	padding-left: 20px;
}

#page-blocks #image-text-side.has-bg .right .content-container {
	padding-left: 60px;
}

#page-blocks #image-text-side.has-bg .content-container .content .content-padding {
	padding: 0;
	border: none;
}

#page-blocks #image-text-side .content-container .content .content-padding p {
	margin-bottom: 30px;
}

#page-blocks #image-text-side .content-container .content h4 {
	color: #08ac95;
	margin-bottom: 10px;
}

#page-blocks #image-text-side .content-container .content h3 {
	margin-bottom: 30px;
}

#page-blocks #image-text-side .content-container .content h3.increase {
	font-size: 2rem;
}

#page-blocks #image-text-side .content-container .content p {
	margin-bottom: 30px;
}

#page-blocks #image-text-side .content-container .content .button {
	margin-top: 20px 0 0 0;
}

#page-blocks #full-text {
	position: relative;
}

#page-blocks #full-text.has-bg {
	background-size: cover;
	background-position: center;
	padding: 60px 0;
}

#page-blocks #full-text .content {
	z-index: 1;
}

#page-blocks #full-text .content h2,
#page-blocks #full-text .content h3{
	margin-bottom: 30px;
}

#page-blocks #full-text .content h4 {
	margin-bottom: 10px;
}

#page-blocks #full-text.has-bg .content h4,
#page-blocks #full-text.has-bg .content h2,
#page-blocks #full-text.has-bg .content p {
	color: #FFFFFF;
}

#page-blocks #full-text.has-bg .content h4 {
	margin-bottom: 10px;
}

#page-blocks #full-text .content ul {
	margin-bottom: 0;
}

.privacy-policy #page-blocks #full-text .content ul {
	margin-bottom: 30px;
}

#page-blocks #full-text .content ul br {
	display: none;
}

#page-blocks #full-text .content .button {
	margin-top: 20px;
}

#page-blocks #text-slider {
	padding: 160px 0;
	background-size: cover;
  background-position: center;
  margin-bottom: 80px;
}

#page-blocks #text-slider::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 50%;
	height: 50%;
	background: #373A29;
	opacity: 0.5;
}

#page-blocks #text-slider .full {
	padding: 0;
}

#page-blocks #text-slider .text-slider {
	z-index: 1;
}

#page-blocks #text-slider .text-slider .slide .content {
	padding: 0 20%;
}

#page-blocks #text-slider .text-slider .slide .content h3,
#page-blocks #text-slider .text-slider .slide .content p {
	color: #FFFFFF;
}

#page-blocks #text-slider .text-slider .slick-arrow {
	position: absolute;
	top: 40%;
}

#page-blocks #text-slider .text-slider .slick-arrow.slick-next {
	right: 0;
}

#page-blocks #grid-content .grid-block {
	margin-bottom: 80px;
	padding: 0 10px;
	position: relative;
}

#page-blocks #grid-content .grid-block:nth-child(4)::after {
	content: '';
	display: block;
	position: absolute;
	left: -60px;
    top: -80px;
    width: 200px;
    height: 200px;
    background-image: url(/wp-content/uploads/2024/07/Overlay-Shape2.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
    z-index: -1;
}

#page-blocks #grid-content .grid-block.no-image {
	background-color: #373A29;
	border-radius: 2px;
	padding: 40px;
}

#page-blocks #grid-content .grid-block .block-image > img {
	border-radius: 2px;
}

#page-blocks #grid-content .grid-block .content .heading {
	margin: 20px 0;
}

#page-blocks #grid-content .grid-block .content p {
	min-height: 120px;
}

#page-blocks #grid-content .grid-block .content .button {
	margin: 0;
}

#page-blocks #grid-content .grid-block.no-image .content .heading h4 {
	color: #FFFFFF;
	font-size: 2.5rem;
	margin-bottom: 40px;
}

#page-blocks #grid-content .grid-block.no-image .content p {
	color: #FFFFFF;
	margin-bottom: 40px;
}

#page-blocks #icon-blocks .section-introduction {
	margin-bottom: 60px;
}

#page-blocks #icon-blocks .icon-box .image-container {
	width: 100%;
	height: 60px;
	margin-bottom: 20px;
}

#page-blocks #icon-blocks .icon-box .image-container > img {
	display: table;
	margin: auto;
	max-height: 40px;
  width: auto;
  max-width: 50px;
}

#page-blocks #icon-blocks .icon-box .content h4 {
	margin-bottom: 40px;
}

#page-blocks #icon-blocks .icon-box .content p {
	padding: 0 20px;
	opacity: 0.6;
	margin-bottom: 20px;
	min-height: 120px;
}

#page-blocks #testimonials h4 {
	margin-bottom: 40px;
	font-size: 2rem;
}

#page-blocks #testimonials p.subheading {
	font-size: 1.5rem;
	opacity: 0.6;
}

#page-blocks #testimonials .single-quote .quote p {
	text-align: right;
	font-size: 1.75rem;
}

/* News */

#news .post {
	margin-bottom: 40px;
	padding: 0 10px;
}

#news .post .blog-image {
	margin-bottom: 20px;
}

#news .post .post-content h4 {
	min-height: 100px;
	margin-bottom: 20px;
}

#news .post .post-content p {
	margin: 25px 0;
}

/* Latest News */

#latest-news {
	padding: 80px 100px;
}

#latest-news .latestnews-scroll {
	float: left;
	width: 100%;
}

#latest-news .latestnews-scroll .slick-list {
	margin: 0 -40px;
}

#latest-news .latestnews-scroll .slick-slide {
	margin: 0 40px;
}

#latest-news .latestnews-scroll .slick-arrow {
	position: absolute;
	top: 30%;
	background: #373A29;
  height: 60px;
  width: 60px;
  color: #FFFFFF;
  margin: 0 10px;
  font-size: 24px;
  z-index: 1;
}

#latest-news .latestnews-scroll .slick-arrow.slick-prev {
	left: -120px;
}

#latest-news .latestnews-scroll .slick-arrow.slick-next {
	right: -120px;
}

#latest-news .latestnews-scroll .post {
	position: relative;
}

#latest-news .latestnews-scroll .post .blog-image {
	margin-bottom: 20px;
}

#latest-news .latestnews-scroll .post .post-content h3 {
	margin-bottom: 20px;
}

#latest-news .latestnews-scroll .post .post-content p {
	margin: 25px 0;
}

/* Contact */

#contact .wpcf7 .wpcf7-submit {
	float: right;
}

.page-template-contact .section {
	padding: 50px 0;
}

.page-template-contact .grid-container.full {
	padding: 0;
}

.page-template-contact .inner-section {
	position: relative;
	z-index: 1;
	padding-bottom: 40px;
}

.page-template-contact .inner-section .details {
	padding: 0 5%;
}

.page-template-contact .inner-section .details address {
	float: left;
	width: 100%;
	font-style: normal;
	margin-bottom: 30px;
}

.page-template-contact .inner-section .details ul.contact {
	list-style: none;
	margin: 0;
}

.page-template-contact .inner-section .details ul.contact > li {
	padding-bottom: 5px;
	float: left;
	width: 100%;
}

.page-template-contact .inner-section .details ul.contact > li > span.icon {
	background: #D3D3BB;
  color: #FFFFFF;
  margin-right: 20px;
  display: block;
  float: left;
  height: 35px;
  width: 35px;
  border-radius: 100%;
  text-align: center;
  line-height: 35px;
}

.page-template-contact .inner-section .details .wpcf7 {
	float: left;
	width: 100%;
	margin-top: 30px;
}

.page-template-contact .inner-section .social {
	float: right;
	width: 40%;
	margin-top: -50px;
}

.page-template-contact .inner-section .social p {
	float: left;
  font-weight: 900;
}

.page-template-contact .inner-section .social ul {
	float: right;
}

.page-template-contact .inner-section .social ul > li {
	margin: 0 15px 0 0;
}

.page-template-contact .inner-section .social ul > li a {
	border-color: #D3D3BB;
	background-color: #D3D3BB;
	color: #373A29;
}

.page-template-contact .inner-section .social ul > li a:hover {
	border-color: #373A29;
	background-color: #373A29;
	color: #FFFFFF!important;
}

.page-template-contact .inner-section .map {
	background-color: #D3D3BB;
  float: left;
  width: 100%;
  max-height: 500px;
}

.page-template-contact .inner-section .map .map-padding {
	margin-left: 80px;
	margin-top: 80px;
}

/* Newsletter */

#newsletter h2,
#newsletter p {
	color: #FFFFFF;
	margin-bottom: 15px;
}

#newsletter {
	background-image: url('/wp-content/uploads/2024/06/shutterstock_720964510-min-scaled.jpg');
	background-size: cover;
	background-position: center;
	padding: 100px 0;
	position: relative;
}

#newsletter .newsletter-bg .newsletter-content {
	position: relative;
	z-index: 1;
}

#newsletter .newsletter-bg .newsletter-content .wpcf7-form-control-wrap {
	float: left;
	max-width: 300px;
	margin-right: 20px;
}

#newsletter .newsletter-bg .newsletter-content .wpcf7-form-control-wrap > input {
	height: 45px;
	border: none;
}

#newsletter .newsletter-bg .newsletter-content .wpcf7-submit {
	float: left;
}

#newsletter .newsletter-bg .newsletter-content .button {
	margin: 15px 0;
}

/* Filters */

#vacancies .ymc-smart-filter-container .filter-layout3 .dropdown-filter .menu-passive,
#vacancies .ymc-smart-filter-container .filter-layout3 .dropdown-filter .menu-passive:before {
	background: #003E51;
}

#vacancies .ymc-smart-filter-container .filter-layout3 .dropdown-filter .menu-passive__item .menu-link {
	font-family: "Montserrat", sans-serif;
}

/* Sidebar */

.sidebar-content {
	float: left;
  width: 100%;
  padding: 40px;
  background-color: #EAF5C9;
}

.sidebar-content .side-nav {
	margin-bottom: 40px;
}

.sidebar-content .side-nav h3 {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

.sidebar-content .side-nav > div {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

.sidebar-content ul {
	list-style: none;
	margin: 0;
}

.sidebar-content ul li {
	padding: 10px 0;
	border-bottom: 1px solid #707070;
	width: 100%;
}

.sidebar-content ul li a {
	color: #000000;
	padding: 5px 0;
}

/* Blog */

.blog #news .post a:hover {
	text-decoration: none;
}

.blog #news .post p {
	font-size: 1rem;
}

.blog #news .post .date {
	margin-bottom: 10px;
}

.blog #news .post h3 {
	margin-bottom: 10px;
	color: #000000;
}

/* Page Specific */

.error404 .section-container {
	padding-top: 180px;
}

.home #icon-blocks,
.page-id-195 #icon-blocks {
	padding-top: 20px;
}

.page-id-195 #grid-content {
	padding: 0;
}

.home footer {
	margin-top: 60px;
}

/* RESPONSIVE */

@media screen and (min-width: 1920px) {

	#global-hero {
		min-height: 60vh;
	}

	.home #global-hero {
		min-height: 60vh;
	}

	header #menu-header-main-navigation li {
		padding: 0 80px 0 80px;
	}

	header #menu-header-main-navigation li.menu-item-has-children > a:after {
		margin-left: 40px;
	}

	#page-blocks #grid-content .grid-block {
		min-height: 30vh;
	}

	#page-blocks #gallery .image-bg {
		min-height: 50vh;
	}

	#page-blocks #image-text-side .right .content-container {
		padding-right: 120px;
	}

	#page-blocks #image-text-side .left .content-container {
		padding-left: 120px;
	}

	#page-blocks #image-text-side .right .floating-img {
		padding-left: 120px;
	}

	#page-blocks #image-text-side .left .floating-img {
		padding-right: 120px;
	}

}

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

	header #menu-header-main-navigation li.current-menu-item:after {
		display: none;
	}

}

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

	#page-blocks #image-text-side,
	#page-blocks #image-text-side.pull-up {
		margin: 0;
	}

}

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

	.section {
		padding: 40px 0;
	}

	h1, h2, h2.increase, h3.increase {
		font-size: 2.4rem!important;
	}

	header .main-header {
		padding: 20px 0;
	}

	header .main-header .full {
		padding: 0 50px;
	}

	header .main-header .add-underline {
		padding: 0;
		border: none;
	}

	header .main-header .logo {
		float: left;
	}

	#mega-menu-wrap-mobile .mega-menu-toggle.mega-menu-open+#mega-menu-mobile {
		margin-top: 20px;
	}

	#mega-menu-wrap-mobile .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner, 
	#mega-menu-wrap-mobile .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, 
	#mega-menu-wrap-mobile .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
		background-color: #3E412E;
	}

	#mega-menu-wrap-mobile #mega-menu-mobile li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
		position: absolute;
	}

	.grid-container {
		padding: 0 50px;
	}

	.section-container {
		padding-top: 100px;
	}

	footer .main-footer {
		padding: 30px 0 30px 0;
	}

	footer .main-footer .middle h4 {
		margin-top: 20px;
	}
	
	.home #global-hero,
	#global-hero {
		min-height: auto;
    	padding-top: 40px;
	}
	
	#global-hero::after {
		display: none;
	}

	#global-hero .overlay-image {
		display: none;
	}

	#page-blocks #image-text-side::after {
		display: none;
	}

	#page-blocks #image-text-side .image-container {
		padding: 0;
	}

	#icon-blocks .icon-box {
		margin-bottom: 30px;
	}

	#page-blocks #testimonials h4 {
		margin-bottom: 10px;
	}

	#page-blocks #testimonials .single-quote .quote p {
		text-align: center;
	}

	#latest-news {
		padding: 80px 0;
	}

}

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

	.grid-container,
	.grid-container.full {
		padding: 0 30px;
	}

	#page-blocks #full-text .content h2, h3 {
		font-size: 1.4rem!important;
	}

  .button, .button.primary, .wpcf7-submit {
  	min-width: auto;
  }

  header .logo {
  	max-width: 200px;
  	float: left;
  }

  footer .main-footer .quick-links #menu-footer-main-footer {
  	display: block;
    text-align: center;
  }

  footer .main-footer .quick-links #menu-footer-main-footer li {
  	margin-bottom: 20px;
  }

  footer .main-footer .bottom,
  footer .main-footer .bottom .text-right {
  	text-align: center;
  }

  footer .main-footer .bottom p,
  footer .main-footer .bottom a {
    font-size: .8rem!important;
  }

  footer .social {
    float: left;
    width: auto;
    margin-top: 0;
  }
	
	.social ul > li a {
		width: 45px;
    	height: 45px;
		font-size: 22px;
		line-height: 40px;
	}

  #global-hero .banner-overlay.dark {
  	background: rgba(0,0,0,0.5);
  }

  .page-template-contact .inner-section .social {
  	float: left;
    width: 100%;
    margin: 20px 0;
  }

  .page-template-contact .inner-section .map .map-padding {
  	margin: 40px 0 0 0;
  }

}

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

	header .top-header .top-links .button {
		min-width: 50%;
	}

	#global-hero .hero--content .main-content::after,
	#global-hero .hero--content .hero-menu {
		display: none;
	}

	#page-blocks #image-text-side .right .content-container,
	#page-blocks #image-text-side .left .image-container {
		margin-bottom: 40px;
	}

	#page-blocks #text-slider {
		padding: 80px 0;
	}

}

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

}