/**

 * Theme Name: E4K Framework
 * Theme URI: http://www.e4k.co
 * Author: E4K Dev Team
 * Author URI: http://www.e4k.co
 * Description: Custom WordPress Theme created by the E4K Development Team. This theme is just a template to help build up the process speed of creating a website. This theme is using WordPress coding standards
 * Version: 0.96.0
 */

/* Import Fonts */
@import url('https://fonts.googleapis.com/css?family=Montserrat');

/**
|---------------------
| =Global Styles
|---------------------
*/

body {
    font-family: 'Montserrat', sans-serif;
    color: #3A3A3A;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    cursor: default;
}

p {
    cursor: default;
}

a {
    cursor: pointer;
}

img {
    max-width: 100%
}

h1 { font-size: 2.3em; }
h2 { font-size: 1.7em; }
h3 { font-size: 1.17em; }
h4 { font-size: 1.12em; }
h5 { font-size: .83em; }
h6 { font-size: .75em; }

/**
|---------------------
| =Header
|---------------------
*/

nav.navbar-default {
    background-color: #fff;
    position: relative;
    padding: 20px 20px;
    /* padding: 0; */
    /* box-shadow: 1px 0 10px #3A3A3A; */
}

nav.navbar-default ul.nav a {
    color: #000;
    text-transform: capitalize;
    font-size: 18px;
    transition: all .5s ease;
    font-weight: bold;
    text-shadow: none;
	padding: 15px 10px;
}

nav.navbar-default ul.nav a:hover,
nav.navbar-default ul.nav a:active,
nav.navbar-default ul.nav a:focus {
    background-color: transparent;
    color: #c53b3b;
}

nav.navbar-default ul.dropdown-menu {
    background-color: #f0f0f0;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .20);
    border: none;
    z-index: 1001;
    left: 50%;
    transform: translate( -50%, 0 );
    padding: 0;
}

nav.navbar-default ul.dropdown-menu a {
    padding: 15px 0;
    text-align: center;
    min-width: 175px;
    border-bottom: 1px solid #cccccc;
}

nav.navbar-default ul.dropdown-menu li:last-of-type a {
    border-bottom: none;
}

.is_flex {
    display: flex;
    /* align-items: center; */
    align-items: flex-end;
    position: relative;
	height: 50px;
}

div.header_navigation {
    position: absolute;
    right: 0;
    display: flex;
    align-items: center;
}

div.header_navigation a.contact {
    margin-right: 15px;
    color: #3A3A3A;
}

header#navbar-wrapper {
    position: relative;
    z-index: 10001;
}

.logo_wrap img {
    max-width: 150px;
}

div#nav_button {
    position: absolute;
    right: 0;
    font-size: 24px;
    color: #c53b3b;
    display: none;
}

div#nav_button:hover, div.classes-page-section div.services-content h3, div.classes-page-section div.services-content {
    cursor: pointer;
}

ul#menu-primary {
    margin-right: 20px;
}

nav.navbar-default ul.dropdown-menu {
    background-color: #FFF;
}

nav.navbar-default ul.dropdown-menu li {
    padding: 0 20px;
}

div.social-media div {
    display: inline-block;
    margin-right: 7px;
}

div.social-media * {
    color: #fff;
    font-size: 18px;
}

div.social-media i, div.header_contact a {
	color: #1434A4;
}
div.header_contact a {
	font-size: 12px;
}
div.social-media *:hover, div.header_contact a {
    text-decoration: none;
}


/**
|---------------------
| =Mobile Menu
|---------------------
*/

div#mobile_navigation {
    position: fixed;
    top: 0;
    right: 0;
    background-color: #c53b3b;
    width: 60%;
    z-index: 9999999;
    height: 100vh;
    transform: translate(100%, 0);
    transition: .3s ease-in-out;
    border-left: 2px solid #FFF;
}

.navMove {
    transform: translate(0%, 0)!important;
}

div.mobile_nav_container {
    margin-top: 135px;
    text-align: center;
    max-width: 100%;
    overflow: hidden;
}

div.mobile_nav_container ul {
    margin: 0;
}

div.mobile_nav_container ul,
div.mobile_nav_container li {
    width: 100%;
}

div.mobile_nav_container li {
    margin-bottom: 10px
}

div.mobile_nav_container li a {
    color: #FFF;
    font-weight: bold;
    font-size: 20px;
	/* padding-bottom: 0px; */
}

div.mobile_contact {
    margin-bottom: 15px;
    margin-top: 20px;
    text-align: center;
}

div.mobile_nav_container li a:hover {
    background-color: transparent!important;
    text-decoration: none;
}

div#nav_close {
    position: absolute;
    right: 17px;
    top: 38px;
    color: #FFF;
    font-size: 24px;
}
div.header_contact a i {
	color: #1434A4;
    font-size: 15px;
    margin-right: 5px;
}
div.mobile_contact a i {
    color: #fff;
    font-size: 22px;
    margin-right: 10px;
}

@media (max-width: 991px) {
    nav.navbar-default {
        padding: 15px;
    }
    div.header_navigation {
        display: none;
    }
    div#nav_button {
        display: block;
    }
}

/**
|---------------------
| =Footer
|---------------------
*/

footer#main-footer {
    background-color: #000;
    color: #fff;
}
footer#main-footer a {
	color: #fff;
	padding: 0px 0px 15px 0px;
}
footer#main-footer a:hover, footer#main-footer a:focus {
	background: transparent;
	text-decoration: underline;
}
div.social-media a:hover, div.social-media a:focus {
	text-decoration: none !important;
}
div.footer-contents {
	padding: 30px 0px;
}
div.footer-menu div.menu-navbar-container ul li {
	 display: contents;
}

div.footer_privacy {
    text-align: center;
}

div.footer_privacy p a {
    color: #FFF;
    text-decoration: underline;
}

div.footer_powered p a {
    color: #96CA1E;
}

div.copyright {
    border-top: 1px solid #FFF;
}

div.footer-contact ul {
	padding: 0px;
}
div.footer-contact ul li {
	list-style: none;
	/* padding-bottom: 15px; */
	display: flex;
    align-items: baseline;
}
div.footer-contents h3 {
	font-size: 20px;
	text-transform: uppercase;
}
div.footer-contact i {
	margin-right: 10px;
	color: #1434A4;
}

@media (max-width: 991px) {
    .footer_copyright,
    .footer_powered {
        text-align: center;
    }
    .footer_copyright p,
    .footer_powered p {
        float: none!important;
    }
}

/*
 * Side details
*/

div.side_phone,
div.side_email {
        position: fixed;
    top: 175px;
    right: 0;
    z-index: 1020;
    padding: 6px 5px 7px 50px;
    background-color: #1434A4;
    border: 1px solid #1434A4;
    -ms-transform: translateX(100%) translateX(-45px); /* IE 11 */
    -webkit-transform: translate(calc(100% - 45px));
    transform: translate(calc(100% - 45px));
    transition: .5s ease-out;
    display: flex;
    align-items: center;
}

div.side_phone {
    top: 222px;
    height: 45px;
}

div.side_email {
    top: 269px;
    height: 45px;
}

.number_icon,
.email_icon{
    position: absolute;
    background-color: #FFF;
    width: 45px;
    height: 45px;
    left: 0;
    top: -1px;
    border: 1px solid #1434A4;
    color: #1434A4;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    font-weight: 900;   
}

div.side_email:hover,
div.side_phone:hover {
    -ms-transform: translate(0);
    -webkit-transform: translate(0);
    transform: translate(0);
    transition-timing-function: ease-in-out;
}

div.side_phone h3,
div.side_email h3 {
    margin: 0;
    color: #FFF;
    cursor: pointer;
}

/*
 * Home Styles
*/

div.slider {
    margin-bottom: 50px;
}

div.slider *:focus {
    outline: none;
}

div.slider-image {
    position: relative;
    overflow: hidden;
	height: 500px;
}

div.slider-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

div.slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,.3);
}

div.slider-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
    text-align: center;
    width: 90%;
    text-transform: capitalize;
}

div.about-section, div.blog-post-content, div.blog-page-post, div.blog-pagination-section, div.about-content-section {
    margin: 50px 0px;
}
div.gallery-page-number {
	margin-bottom: 50px;
}
div.our-classes-section, div.our-social-media-section {
	background: rgb(0 0 0 / 9%);
}
div.about-display {
	display: flex;
	align-items: center;
}
div.about-image img {
    height: 500px;
    width: 100%;
    object-fit: cover;
}
div.about-image {
	/* position: relative; */
	/* padding: 0px 50px; */
	padding-right: 50px;
}
div.about-button {
	margin-top: 30px;
}
div.about-button a, div.contact-form button, div.contact-page-form button {
	background: #c53b3b;
    color: #fff;
    padding: 10px 30px;
    margin: 15px 0px;
    text-decoration: none;
    border: 1px solid #c53b3b;
}
div.about-button a:hover, div.contact-page-form button:hover {
	background: transparent;
    color: #c53b3b;
	border: 1px solid #c53b3b;
}
div.page-banner-button a:hover {
    color: #fff;
	border: 1px solid #fff;
}
div.blog-button a:hover {
	background: transparent;
    color: #c53b3b;
	border: 1px solid #c53b3b;
}
.opening-hours-position {
	position: relative;
}
.opening-hours-position .bg-overlay {
	position: absolute;
    /* background: rgb(0 0 0 / 40%); */
    background: rgb(211 207 207 / 40%);
    height: 100%;
    width: 100%;
    top: 0;
}
div.opening-hours {
	position: absolute;
	transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    width: 80%;
    color: #1434A4;
}
div.opening-hours h1:before {
	content: "";
    position: absolute;
    top: 35px;
    width: 100px;
    height: 3px;
    background: #1434A4;
    z-index: -1;
}
div.opening-hours p {
	font-size: 20px;
    font-weight: bold;
}
div.opening-hours p ins {
	text-decoration: none;
    color: #fff;
    font-size: 15px;
}
div.about-section h2, div.opening-hours h1 {
	margin-top: 0;
	font-size: 25px;
	text-transform: uppercase;
}
div.our-social-media-title h2 {
	text-align: center;
}
div.our-social-media-image img {
	height: 250px;
    width: 100%;
    object-fit: cover;
}
div.our-social-media-icon img {
	height: 50px;
    width: 50px;
	object-fit: contain;
}
div.our-social-media-image, div.our-classes-image, div.blog-img {
	position: relative;
}
div.our-social-media-icon {
	position: absolute;
	right: 0;
	bottom: -22px;
	transition: .5s ease;
}
div.our-social-media-section-bg {
    padding: 50px 0px;
}
div.our-social-media-image {
	margin: 15px 0px;
	transition: .5s ease;
}
div.blog-posts {
	/* padding: 0px 50px; */
}
div.our-classes-image img {
	height: 180px;
	width: 100%;
	object-fit: cover;
}
div.blog-img img {
	height: 250px;
	width: 100%;
	object-fit: cover;
}
div.our-classes-content-shape {
	border-bottom: 80px solid #ffffffe0;
	border-right: 80px solid transparent;
	width: 100%;
	position: absolute;
    bottom: 0;
	transition: 1s ease;
	border-top: 3px solid #c53b3b;
    border-top-right-radius: 50%;
	/* display: none; */
}
div.our-classes-image:hover div.our-classes-content-shape {
	/* display: block; */
	border-right: 0px solid transparent;
	transition: 1s ease;
	border-radius: 0;
}
div.our-classes-content {
	position: absolute;
    transform: translate(-50%, -50%);
    /* bottom: 0; */
    top: 80%;
    left: 50%;
    width: 100%;
}
div.our-classes-image, div.blog-display {
	margin: 15px 0px;
}
div.service-margin {
	margin: 15px;
}
div.our-classes-content p {
	padding: 0px 15px;
	cursor: pointer;
	/* font-size: 13px; */
}
div.contact-form-title h2 {
	color: #fff;
	text-transform: uppercase;
}
div.blog-posts a {
	color: #000;
    text-decoration: none;
	outline: none;
}
div.blog-post-title h3 {
	font-size: 20px;
    text-transform: unset;
    margin-bottom: 10px;
	margin-top: 0px;
	cursor: pointer;
}
div.date-overlay {
	background: #1434A4;
    color: #fff;
    width: 75px;
	height: 80px;
    padding: 20px;
    text-align: center;
    position: absolute;
    bottom: -30px;
	--p: 20px;
    clip-path: polygon(0 0, 100% var(--p), 100% 100%, 0 100%);
	margin-left: 30px;
	transition: 1s ease;
}
div.blog-display:hover div.date-overlay {
	--p: 0px;
}
div.date-overlay i, div.date-overlay svg {
	font-size: 30px;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    width: 100%;
}
div.date-overlay svg {
	width: 70%;
}
.white-bg {
	fill: #fff;
}
div.blog-display {
	/*box-shadow: 6px 0 4px -4px #999, -6px 0 4px -4px #999;
	border: 1px solid #9999995e;*/
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5), 0 4px 8px 0 rgba(0, 0, 0, 0.5);
}
div.blog-post-content {
	padding: 15px;
}
div.blog-padding {
	/* padding: 0px 10px; */
}
div.blog-content {
	min-height: 100px;
}
div.contact-form-title {
	padding-top: 30px;
}
div.contact-form form {
	/* padding-left: 50px; */
}
div.contact-form {
	/* background: #000000ba; */
    clip-path: polygon(0% 100%, 0% 0%, 53% 0%, 45% 100%);
    height: 550px;
	position: absolute;
    top: 0;
	width: 100%;
}
div.contact-map iframe {
	clip-path: polygon(40% 100%, 50% 0%, 100% 0%, 100% 100%);
    position: absolute;
    right: 0;
    top: 0;
    width: 100%; 
    height: 550px;
}
div.location-overlay {
	position: absolute;
    height: 100%;
    width: 100%;
    background: transparent;
    right: 0;
    top: 0;
    z-index: 1;
	clip-path: polygon(40% 100%, 50% 0%, 100% 0%, 100% 100%);
}
div.contact-form label, div.contact-form div.acf-field-668f9db2e840f, div.contact-page-form label, div.contact-page-form div.acf-field-668f9db2e840f {
	display: none !important;
}
div.contact-form input, div.contact-form textarea {
	width: 40% !important;
	background: transparent;
    border: 0;
    border-bottom: 3px solid #1434A4;
	outline: unset;
	color: #fff;
}
div.contact-page-form input, div.contact-page-form textarea {
	background: transparent;
    border: 0;
    border-bottom: 3px solid #1434A4;
	outline: unset;
	color: #000;
}
div.contact-form ul.acf-checkbox-list label, div.contact-page-form ul.acf-checkbox-list label {
	display: block !important;
	color: #fff;
}
div.contact-page-form ul.acf-checkbox-list label, div.our-classes a {
	color: #000;
}
div.contact-form ul.acf-checkbox-list input, div.contact-page-form ul.acf-checkbox-list label {
	width: auto !important;
}
div.contact-form ul.acf-checkbox-list a {
	color: #1434A4;
}
div.contact-form textarea, div.contact-page-form textarea {
	height: 80px;
}
div.contact-form input::placeholder, div.contact-form textarea::placeholder, div.contact-form div.af-success {
	color: #fff;
}
div.contact-form div.acf-field, div.contact-page-form div.acf-field {
	border-top-color: transparent !important;
	padding: 10px 0px;
}
div.af-submit {
	padding: 15px 0px;
}
div.contact-form button, div.contact-page-form button {
	margin: 0px;
}
div.contact-form button, div.contact-page-form button {
	text-transform: uppercase;
}
div.contact-form button:hover {
	background: transparent;
	color: #fff;
	border: 1px solid #fff;
}
div.services-header {
    text-align: center;
}

div.services-item {
    /* margin-bottom: 30px; */
    margin-bottom: 40px;
}

div.services-item a {
    color: #000;
}
div.services-item div.about-button a {
	color: #fff;
}
div.services-item div.about-button a:hover {
	color: #c53b3b;
}
div.services-content p {
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 40px;
}

div.contact-banner {
    position: relative;
    /* overflow: hidden; */
}
div.banner-position {
	position: absolute;
	top: 0;
	width: 100%;
}

div.contact-banner img {
    height: 550px;
    width: 100%;
    object-fit: cover;
}

div.contact-banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,.5);
}

div.contact-banner-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
    width: 90%;
    text-align: center;
    font-size: 20px;
}

.btn {
    border: 2px solid #000;
    color: #000;
    background-color: #fff;
    padding: 8px 20px;
    transition: .5s ease-in-out;
}

.btn:hover {
    background-color: #000;
    color: #fff;
}

/* About Page */

div.page-banner {
    position: relative;
    overflow: hidden;
}

div.page-banner img {
    height: 400px;
    width: 100%;
    object-fit: cover;
}

div.page-banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,.5);
}

div.page-banner-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
    text-align: center;
    width: 90%;
}

div.about-content {
    /* margin: 30px 0px; */
}
div.about-content h2 {
	text-align: center;
	margin-top: 0;
}
div.about-content p {
	text-align: justify;
}
div.about-content-section div.about-content p {
	margin-left: 10%;
	margin-right: 10%;
}

div.about-item {
    /* margin-bottom: 30px; */
}
div.about-images {
	padding: 2% 11% 0% 11%
}
div.about-page-image img {
	height: 350px;
	width: 100%;
	object-fit: cover;
	transition: .5s ease;
}
div.image-center img {
	/* width: 300px; */
}
div.image-center {
	/* text-align: center; */
	margin: auto;
	float: unset;
}
div.image-count {
	display: flex;
	justify-content: center;
	flex-flow:row wrap;
}

/* Contact Us */

div.contact-page {
    margin: 30px 0px;
}

div.contact-form div.input-field {
    margin-bottom: 15px;
}

div.contact-form div.input-field input {
    border: 2px solid #000;
    padding: 5px 10px;
    width: 100%;
}

div.contact-form div.textarea {
    margin-bottom: 10px;
}

div.contact-form div.textarea textarea {
    border: 2px solid #000;
    padding: 5px 10px;
    width: 100%;
}

div.contact-form div.submit-button {
    text-align: center;
}

div.contact-form div.submit-button input {
    color: #fff;
    background-color: #000;
    border: 2px solid #000;
    padding: 8px 20px;
    transition: .5s ease-in-out;
}

div.contact-form div.submit-button input:hover {
    background-color: #000;
    color: #fff;
}

div.contact-details-header h3 {
    margin-top: 0;
}

div.contact-details div {
	margin-bottom: 15px;
}

div.contact-details div * {
    display: inline-block;
    color: #000;
    margin: 0;
    margin-right: 10px;
}
div.contact-details a p {
	cursor: pointer;
}
div.contact-details a:hover p {
	text-decoration: underline;
}
div.contact-details a {
	display: flex;
	align-items: baseline;
}
div.contact-details i {
	color: #1434A4;
}
div.contact-details {
	margin-top: 8%;
}
div.services-page-section {
    margin: 50px 0px;
}
div.gallery-page-section {
	margin-bottom: 0px;
}

.mobile {
    display: none!important;
}

.padding-unset {
	padding: 0;
}

/* Services Page */
div.services-image img {
	height: 300px;
    width: 100%;
    object-fit: cover;
	object-position: 100% 10%;
}
div.services-item a {
	text-decoration:  none;
}

/* Blog Page */
div.blog-page-section div.card {
	margin: 15px 0px;
}
div.blog-page-section img {
	height: 400px;
    width: 100%;
    object-fit: cover;
}
div.blog-page-post {
	display: inline-block;
}
div.blog-pagination-section ul {
	display: flex;
    justify-content: center;
}
div.blog-pagination-section ul li {
	list-style: none;
}
div.blog-pagination-section ul li a, div.blog-pagination-section ul li span, div.gallery-page-number span, div.gallery-page-number a {
	padding: 5px 10px;
    text-decoration: none;
	margin: 0px 5px;
}
div.blog-pagination-section ul li span, div.gallery-page-number span {
	color: #fff;
	background: #c53b3b;
}
div.blog-pagination-section ul li a, div.gallery-page-number a {
	color: #c53b3b;
	border: 1px solid #c53b3b;
}
div.blog-pagination-section ul li a:hover, div.gallery-page-number a:hover {
	background: #c53b3b;
	color: #fff;
}
div.post-image img {
	height: 500px;
	width: 100%;
	object-fit: cover;
	object-position: 100% 10%;
}

/* Gallery */
div.gallery-page-number {
	text-align: center;
}

div.general-content-section div.about-content p {
	margin-left: 0;
	margin-right: 0;
}

/* Map */

/*div.gm-style div div {
	right: 0px !important;
	left: auto !important;
}*/

/*.place-card.place-card-large {
	position: relative;
    right: -1000px;
    background: #fff;
}*/

/* Logo circle */

.logo_wrap {
	position: relative;
	top: 80px;
	background: #fff;
	border-radius: 50%;
}
/*.half-circle {
	width: 150px;
    position: absolute;
    left: 0;
    bottom: -50px;
    height: 75px;
    background-color: #fff;
    border-bottom-left-radius: 110px;
    border-bottom-right-radius: 110px;
    border-top: 0;
}*/

/* 404 error */
div.missing-content-message {
	margin: 50px 0px;
	text-align: center;
}
div.missing-content-message img {
	height: 150px;
}

/* Wordpress */

img.alignright { float: right; margin: 0 0 1em 1em; }
img.alignleft { float: left; margin: 0 1em 1em 0; }
img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignright { float: right; }
.alignleft { float: left; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }

/* 14-08-2024 */

div.our-social-media-image:hover div.social-media-overlay {
	position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgb(211 207 207/40%);
	transition: .5s ease;
}
div.our-social-media-image:hover div.our-social-media-icon {
	transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
	bottom: unset;
	right: unset;
	transition: .5s ease;
}
div.about-page-image, div.services-image {
	transition: .5s ease;
}
div.about-page-image:hover, div.services-image:hover {
	transform: scale(1.05);
}

div.opening-hours p img {
	height: 350px;
    object-fit: contain;
}

div.sponsors-images img {
	width: auto !important;
    object-fit: contain;
    margin: auto;
    max-height: 70px;
}
div.sponsors-content {
	text-align: center;
	margin-top: 30px;
}

@media only screen and (max-width: 767px) {
    div.slider {
        margin-bottom: 10px;
    }
    div.slider-image {
        height: 175px;
    }
    div.slider-content h1 {
        font-size: 1.8em;
    }
    .desktop {
        /* display: none!important; */
    }
    .mobile {
        display: block!important;
    }
    div.side_phone,
    div.side_email {
        display: none;
    }
    div.contact-banner {
        /* height: 350px; */
    }
    div.page-banner {
        height: 175px;
    }
	div.page-banner img {
		height: 100%;
	}
}

/* Mobile Responsive */
@media only screen and (max-width: 1365px) {
	footer#main-footer a {
		font-size: 12px;
	}
}

@media only screen and (max-width: 768px) {
	div.about-image {
		padding: 0px 15px;
	}
	div.our-classes, div.blog-posts, div.contact-form-title, div.contact-form form {
		padding: 0;
	}
	.bg-overlay {
		/* width: 92%; */
	}
	.logo_wrap {
		top: 50px;
	}
	.logo_wrap img {
		max-width: 100px;
	}
	div.about-page-image img {
		height: 250px;
	}
}
@media only screen and (max-width: 767px) {
	div.contact-form, div.contact-map iframe {
		clip-path: unset;
		height: auto;
	}
	div.contact-map iframe {
		position: relative;
		height: 300px;
	}
	div.contact-form input, div.contact-form textarea {
		width: 100% !important;
	}
	div.footer-menu h3 {
		margin-left: -15px;
	}
	div.about-display {
		flex-direction: column;
	}
	.padding-unset {
		padding: 0px 15px;
	}
	div.footer-menu {
		padding: 0px 30px;
	}
	div.about-image img {
		height: 450px;
	}
	div.about-section h2, div.opening-hours h1 {
		margin-top: 30px;
	}
	div.about-content-section div.about-content p {
		margin: unset;
	}
	.about-page-image {
		margin: 15px 0px;
	}
	div.about-images {
		padding: 0px 15px;
	}
	div.opening-hours h1:before {
		display: none;
	}
	footer#main-footer a, div.contact-details a {
		font-size: 13px;
	}
	div.page-banner-content h1 {
		font-size: 20px;
	}
	div.about-content h2 {
		font-size: 18px;
	}
	div.blog-img img {
		height: 350px;
	}
}
@media only screen and (max-width: 320px) {
	footer#main-footer a, div.contact-details a {
		font-size: 11px;
	}
}

@media only screen 
  and (min-width: 1024px) 
  and (max-height: 768px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 1.5)  {
	div.header_contact span {
		display: none;
	}
	.bg-overlay {
		/* width: 88.5%; */
	}
 }
 
 @media only screen 
  and (min-width: 1024px) 
  and (max-height: 1366px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1.5)  {
	div.header_contact span {
		display: none;
	}
	.bg-overlay {
		/* width: 88.5%; */
	}	
 }