/*
Theme Name: Taikun Dubai
Author: the Restaurant Secrets team
Author URI: https://www.restaurantsecretsinc.com
Version: 1.0


This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

html {
	line-height: 1.15;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin:0;font-family:arial;
	font-size:14px;
	font-weight:400;
	line-height:1.5;
	color:#ffffff;
	text-align:left;
	background-color:#020202;
	-webkit-font-smoothing: antialiased;
}

article,
aside,
footer,
header,
nav,
section {
	display: block;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

figcaption,
figure,
main {
	display: block;
}

figure {
	margin: 1em 0;
}

hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
	outline-width: 0;
}

abbr[title] {
	border-bottom: 1px #767676 dotted;
	text-decoration: none;
}

b,
strong {
	font-weight: inherit;
}

b,
strong {
	font-weight: 700;
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

dfn {
	font-style: italic;
}

mark {
	background-color: #eee;
	color: #222;
}

small {
	font-size: 80%;
}

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

audio,
video {
	display: inline-block;
}

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

img {
	border-style: none;
}

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

button,
input,
optgroup,
select,
textarea {
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset {
	border: 1px solid #bbb;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
	display: inline-block;
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type="checkbox"],
[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

details,
menu {
	display: block;
}

summary {
	display: list-item;
}

canvas {
	display: inline-block;
}

template {
	display: none;
}

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
2.0 Accessibility
--------------------------------------------------------------*/

/* Text meant only for screen readers. */

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/*--------------------------------------------------------------
3.0 Alignments
--------------------------------------------------------------*/

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

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

/*--------------------------------------------------------------
4.0 Clearings
--------------------------------------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.entry-footer:before,
.entry-footer:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.nav-links:before,
.nav-links:after,
.pagination:before,
.pagination:after,
.comment-author:before,
.comment-author:after,
.widget-area:before,
.widget-area:after,
.widget:before,
.widget:after,
.comment-meta:before,
.comment-meta:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.entry-footer:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.nav-links:after,
.pagination:after,
.comment-author:after,
.widget-area:after,
.widget:after,
.comment-meta:after {
	clear: both;
}

/*--------------------------------------------------------------
5.0 Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
textarea {
	color: #ffffff;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 400;
	line-height: 1.66;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #c2745c;
	clear: both;
	line-height: 1.4;
	margin: 0 0 0.75em;
	padding: 1.5em 0 0;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
	padding-top: 0;
}

h1 {
	text-transform: uppercase;
	color: #c2745c;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 300;
}

h2,
.home.blog .entry-title {
	text-transform: uppercase;
	color: #c2745c;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 300;
}

h3 {
	text-transform: uppercase;
	color: #c2745c;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 300;
}

h4 {
	text-transform: uppercase;
	color: #c2745c;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 800;
}

h5 {
	text-transform: uppercase;
	color: #c2745c;
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: 800;
	letter-spacing: 0.15em;
}

h6 {
	text-transform: uppercase;
	color: #c2745c;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 800;
}

p {
	padding: 0;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	color: #666;
	font-size: 18px;
	font-size: 1.125rem;
	font-style: italic;
	line-height: 1.7;
	margin: 0;
	overflow: hidden;
	padding: 0;
}

blockquote cite {
	display: block;
	font-style: normal;
	font-weight: 600;
	margin-top: 0.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #eee;
	text-decoration: none;
}

big {
	font-size: 125%;
}

blockquote {
	quotes: "" "";
}

q {
	quotes: "“" "”" "‘" "’";
}

blockquote:before,
blockquote:after {
	content: "";
}

:focus {
	outline: none;
}

/*--------------------------------------------------------------
6.0 Forms
--------------------------------------------------------------*/

/* CUSTOM ELEMENTS */
body input[type=email],
body input[type=number],
body input[type=password],
body input[type=tel],
body input[type=text],
body input[type=url],
body select,
body textarea{height:45px;margin:0;padding:0 15px;font-size:1.5rem;text-transform:uppercase;color:#020202;border:0;background:#ffffff;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;outline:0;border-radius:none;-webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;-webkit-border-radius: 0;display:block;width:100%;transition:all 0.25s ease 0s;}
body input[type=email]:focus,
body input[type=number]:focus,
body input[type=password]:focus,
body input[type=tel]:focus,
body input[type=text]:focus,
body input[type=url]:focus,
body select:focus,
body textarea:focus{box-shadow:inset 0 0 10px rgba(238, 198, 205, .5)}
body select{padding:0 15px;background-image:linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%);background-position:calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;background-size:5px 5px, 5px 5px, 1px 1.5em;background-repeat:no-repeat;}
body textarea{height:198px;padding:10px 15px;resize:vertical}
body input[type=button],
body input[type=reset],
body input[type=submit], body button[type=submit]{border:0;background:#c2745c;color:#fff;width:100%;text-transform:uppercase;height:45px;line-height: 45px;margin:0;padding:0 15px;font-size:1.5rem;}
body input[type=button]:hover,
body input[type=reset]:hover,
body input[type=submit]:hover{background:#ffffff;color:#c2745c;}
body input[type=button],
body input[type=image],
body input[type=submit],
label{cursor:pointer;font-size:1.7rem;}
table{width:100%;border-collapse:collapse;border-spacing:0;border:0}
body input[type=checkbox],
body input[type=radio]{position:relative;top:2px;margin:0 5px 0 0;padding:0;height:auto}
@media not all and (-webkit-min-device-pixel-ratio){body input[type=checkbox],
body input[type=radio]{top:0}
}

/*--------------------------------------------------------------
7.0 Formatting
--------------------------------------------------------------*/

hr {
	background-color: #bbb;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
8.0 Lists
--------------------------------------------------------------*/

ul,
ol {
	margin: 0 0 1.5em;
	padding: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/*--------------------------------------------------------------
10.0 Links
--------------------------------------------------------------*/

a {
	color: #222;
	text-decoration: none;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	color: #000;
	outline: 0;
}

/* Scroll down arrow */

.site-header .menu-scroll-down {
	display: none;
}

/*--------------------------------------------------------------
13.0 Layout
--------------------------------------------------------------*/

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

#page {
	position: relative;
	word-wrap: break-word;
}

/*--------------------------------------------------------------
13.1 Header
--------------------------------------------------------------*/
.logo-container {
	width: 80px;
    transform: translate(-50%,0%);
    left: 50%;
    position: absolute;
    transition: all .2s ease-in-out;
    z-index: 9999;
    top: 9px;
}
.logo-container img {
    transition: all .25s ease 0s;
}
.site-header {
	top: 0;
    transition: all .2s ease-in-out;
    width: 100%;
    z-index: 11;
}
#masthead .wrap {
	position: relative;
}

/* Site branding */

.site-branding {
	padding: 1em 0;
	position: relative;
	-webkit-transition: margin-bottom 0.2s;
	transition: margin-bottom 0.2s;
	z-index: 3;
}

.site-branding a {
	text-decoration: none;
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

.site-branding a:hover,
.site-branding a:focus {
	opacity: 0.7;
}

.site-title {
	clear: none;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 800;
	line-height: 1.25;
	letter-spacing: 0.08em;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}

.site-title,
.site-title a {
	color: #222;
	opacity: 1; /* Prevent opacity from changing during selective refreshes in the customize preview */
}

body.has-header-image .site-title,
body.has-header-video .site-title,
body.has-header-image .site-title a,
body.has-header-video .site-title a {
	color: #fff;
}

.site-description {
	color: #666;
	font-size: 13px;
	font-size: 0.8125rem;
	margin-bottom: 0;
}

body.has-header-image .site-description,
body.has-header-video .site-description {
	color: #fff;
	opacity: 0.8;
}

.custom-logo-link {
	display: inline-block;
	padding-right: 1em;
	vertical-align: middle;
	width: auto;
}

.custom-logo-link img {
	display: inline-block;
	max-height: 80px;
	width: auto;
}

body.home.title-tagline-hidden.has-header-image .custom-logo-link img,
body.home.title-tagline-hidden.has-header-video .custom-logo-link img {
	max-height: 200px;
	max-width: 100%;
}

.custom-logo-link a:hover,
.custom-logo-link a:focus {
	opacity: 0.9;
}

body:not(.title-tagline-hidden) .site-branding-text {
	display: inline-block;
	max-width: 100%;
	vertical-align: middle;
}

.custom-header {
	position: relative;
}

.has-header-image.twentyseventeen-front-page .custom-header,
.has-header-video.twentyseventeen-front-page .custom-header,
.has-header-image.home.blog .custom-header,
.has-header-video.home.blog .custom-header {
	display: table;
	height: 300px;
	height: 75vh;
	width: 100%;
}

/* For browsers that support 'object-fit' */
@supports ( object-fit: cover ) {
	.has-header-image .custom-header-media img,
	.has-header-video .custom-header-media video,
	.has-header-image:not(.twentyseventeen-front-page):not(.home) .custom-header-media img {
		height: 100%;
		left: 0;
		-o-object-fit: cover;
		object-fit: cover;
		top: 0;
		-ms-transform: none;
		-moz-transform: none;
		-webkit-transform: none;
		transform: none;
		width: 100%;
	}
}

/*--------------------------------------------------------------
13.3 Regular Content
--------------------------------------------------------------*/

.site-content-contain {
	background-color: #020202;
	position: relative;
}


/* 404 page */

.error404 .page-content {
	padding-bottom: 4em;
}

.error404 .page-content .search-form,
.search .page-content .search-form {
	margin-bottom: 3em;
}

/*--------------------------------------------------------------
13.6 Footer
--------------------------------------------------------------*/
footer {
    background: #020202;
    padding: 10px 0 10px 0;
}
footer #foo-btm {
    padding: 1.5rem 0;
}
.our-restaurants {
    background-repeat: no-repeat;
    padding-left: 36px;
    background-size: 26px;
    line-height: 26px;
}
.our-restaurants a {
	cursor: pointer;
	font-family: Arial;
}
footer #social-link > li {
    display: inline-block;
    margin-right: 1.5rem;
}
footer #social-link * {
    color: #ffffff !important;
}
.bottomnav {
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
    margin-top: -250%;
    position: fixed;
    top: 0;
    right: 0;
    background: rgba(0,0,0,0.94);
    overflow-x: hidden;
    transition: 0.5s;
    z-index: 222;
}
.bottomnav a {
    padding: 0;
    text-decoration: none;
    font-size: 22px;
    color: #ffffff;
    display: block;
    transition: 0.3s;
    line-height: 54px;
    position: relative;
}
.bottomnav .closebtn {
    position: absolute;
    top: 27px;
    right: 62px;
    font-size: 54px;
    margin-left: 50px;
    z-index: 9999999;
    color: #fff;
}
.restaurant-logos {
    display: block;
    text-align: center;
    margin: auto;
}
.restaurant-logos h1 {
	margin: auto auto 35px;
    font-size: 50px;
    color: #fff;
    background: 0;
    font-weight: bold;
}
.restaurant-logos ul {
    list-style: none;
    padding: 0;
    margin: auto;
    width: 100%;
}
.restaurant-logos ul li {
    display: inline-block;
    margin: 25px 30px;
    width: 23%;
}
.bottomnav a {
    padding: 0;
    text-decoration: none;
    font-size: 22px;
    color: #ffffff;
    display: block;
    transition: 0.3s;
    line-height: 54px;
    position: relative;
}
.restaurant-logos ul li img {
    width: 100%;
    max-width: 200px;
}
.site-footer {
	border-top: 1px solid #eee;
}

.site-footer .wrap {
	padding-bottom: 1.5em;
	padding-top: 2em;
}

/* Footer widgets */

.site-footer .widget-area {
	padding-bottom: 2em;
	padding-top: 2em;
}

/* Event Plugin Style Starts */
.inner .entry-header.landing-custom-header{min-height: 450px;display: flex;align-items: center; position: relative;}
.inner .entry-header.landing-custom-header:before{content: "";position: absolute;z-index: 1;left: 0;right: 0;bottom: 0;top: 0;height: 100%;background-color: #333132;opacity: 0.2}
.inner .entry-header.landing-custom-header .container {z-index: 999999;}
.inner .entry-header.landing-custom-header h1{font-size: 4.5rem;color: #ffffff;}
.rp4wp-related-event_listing>ul, ul.event_listings{border:0; margin: 0;}
.event-listings-table-bordered, .box-layout{border:0;padding-bottom:55px;float: none;margin: 10px 15px;text-align: center}
.box-layout{width:30%;display: inline-table;}
.box-layout:hover {
    box-shadow: 0px 0px 17px #666 !important;
}
.box-layout .event-img img{width:100%;height:auto;max-width:none}
.box-layout .event-img img:hover{filter: grayscale(1);}
.box-layout .event-title {border-top:0;text-align:center;color:#333132;font-size:2.2rem;text-transform:uppercase;height:auto;margin:20px 0;line-height:27px;letter-spacing:2px;padding:0 15px;display: block; height: auto;}
.box-layout .event-title a{font-size: 2rem;font-family: arial;font-weight: 600px;}
.event-description {padding:0 15px 15px;font-size:1.6rem;font-family: arial;}
.box-layout .event-img{height:auto;max-height:none;float:none;display:block;}
.box-layout .button{
	margin: auto;
    background: #C2745C;
    color: #fff;
    padding: 6px 20px;
    font-size: 1.3rem;
    border-radius: 0;
    text-transform: uppercase;
    font-family: arial;}
.box-layout .button:hover{background-color:#ffffff; color: #C2745C;}
div.event_listings .load_more_events{display:none !important;}
.single_event_listing .meta {background: #ffffff;border-bottom: 1px solid #ffffff;margin-top: 24px;}
.single_event_listing .meta span, .single_event_listing .meta big{color: #020202;}
.single_event_listing .meta-text {color: #020202;font-family: inherit;}
.single_event_listing .meta .event-location a{color: #020202;}
.single_event_listing .event-title{color: #fff;font-family: inherit !important;}
body .registration .registerbtn{font-size: 14px;letter-spacing: 2px;display: block;background-color: #c2745c;color: #fff;border: 0;width: 100%;padding: 12px;line-height: inherit}
body .registration .registerbtndark {background: #c2745c; border: 0; color: #fff; display: inline; margin: auto; width: max-content; font-size: 13px; padding: 10px 40px; line-height: inherit}
body .registration .registerbtndark:hover {background: transparent;color: #c2745c;border: 1px solid #000000;}
.event-contact .fa.fa-phone{margin: 0 2px 0 0;color: #2d5b6f;}
.single_event_listing .event-details {
    border: 1px solid #ccc;
    box-shadow: none;
    padding: 1em;
}
.single_event_listing .organizer-details {
    padding: 15px;
    border: 1px solid #ccc;
    box-shadow: none;
    margin: 0 0 20px;
    float: none;
    display: inline-grid;
    overflow-wrap: anywhere;
}
.section-title {
    border-bottom: 1px solid #dadada;
    font-size: 18px;
    font-weight: 700;
    margin: 14px 0 15px;
    padding-bottom: 5px;
    float: left;
    width: 100%;
}
.social-share{float:left;width:100%;padding:10px 0 0}.social-share li{float:left;height:32px;width:40px;margin-bottom:10px;list-style:none}.social-share a:hover{text-decoration:none}
.pt-5,.py-5{padding-top:3rem!important}
.pb-5, .py-5 {padding-bottom: 3rem!important;}
.awards-widget-container{position: absolute;top: 147px;right: 0;width: 250px;height: 250px;z-index: 1;overflow: hidden;}
.elementor-element-386c602, .elementor-element-d8ba83e {border-left: 1px solid #fff;}

.booking-form-sidebar {background: #ffffff;}
.booking-form-sidebar .organizer-details {border: 0;}
body .booking-form-sidebar input, body .booking-form-sidebar select, body .booking-form-sidebar textarea {border: 1px solid #000000;}
body .booking-form-sidebar input[type=submit] {background: #c2745c; border: 0;}
body .booking-form-sidebar input[type=submit]:hover {color: #c2745c; background: #fff;}
.booking-form-sidebar *, .booking-form-sidebar input::placeholder, .booking-form-sidebar textarea::placeholder {
    color: #000000;
}
.organizer-details .wpcf7 form .wpcf7-response-output {
    margin: 0 0.5em 1em;
}
@media screen and (max-width: 1440px){
    .awards-widget-container{width: 165px;height: 165px;}
}
@media screen and (max-width: 1024px){
.custom-br p br {display: none;}
.media-primary-header h2, .media-secondary-header h2 {font-size: 45px !important;}
}
@media all and (max-width:980px){
.box-layout {
    width: 50%;
    display: block;
    margin: auto;
}   
#events .wrap h1.text-center {text-align: center}
.awards-widget-container {position: fixed;bottom: 56px;top: auto}
.festive-btn {right: 20px;bottom: 67px;width: 100px;height: 100px;background-size: 100%;}
/*.block_booking_form {max-height: 600px; overflow-y: scroll;}*/
.block_booking_form .text-left {text-align: center !important;}
.event_main_content > .col-md-4 {order: 1}
.event_main_content > .col-md-8 {order: 2}
}
@media only screen and (max-width: 567px) {
.awards-widget-container{width: 120px;height: 120px;} 
.box-layout {
    width: auto;
}   
}
/* Event Plugin Style Ends */

/* Menu Page Template Starts */
.menu-template .price {
    position: absolute;
    right: 0;
}
.menu-template h4 {color: #ffffff;}
/* Menu Page Template Ends */

/* Contact Page Style Starts */
.block_form .row {margin-bottom:25px;text-align:left;}
.maps-widget {display: flex;height: 100%;min-height: 900px;position: relative;}
.block_location_map {width: 100%;min-height: 700px;height: 700px;}
.gm-style .gm-style-iw {
	overflow: visible !important;
	display: block !important;
	border-radius: 0 !important;
}
.gm-style .gm-style-iw-t::after {
	display: none;
}
.gm-ui-hover-effect, .gm-style-iw-t::before {display: none !important;}
.block_map_pin{
/*	position: absolute;*/
	top: 50%;
	left: 50%;
	width: 100%;
	max-width: 335px;
	padding: 17px 0px 20px 4px;
	font-size: 15px;
	line-height: 20px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 2;
}
.block_map_pin:before{
	position: absolute;
	bottom: 100%;
	left: 50%;
	content: "";
	width: 35px;
	height: 21px;
	background: url("images/arrow_top.svg") left top no-repeat;
	transform: translateX(-50%);
}
.block_map_pin_logo{
	position: absolute;
	top: -130px;
	left: 50%;
}
.block_map_pin .title {
	font-family: 'aileronbold';
	margin: 0 0 3px 0;
	font-size: 25px;
	color: #f1796c;
	line-height: 30px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: -1px;
}
.block_map_pin p {
	margin: 0 0 10px 0;
	font-family: inherit;
	font-size: 13px !important;
	line-height: 20px;
	color: #3b3b3c;
}
.block_map_pin .button_small{
	display: inline-block; *display: inline; vertical-align: top; zoom: 1;
	height: 24px;
	padding: 0 15px;
	text-decoration: none !important;
	font-size: 11px;
	color: #ffffff !important;
	line-height: 24px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: -0.5px;
	background: #3b3b3c;
}
.block_map_pin .button_small:hover{background: transparent; border: 1px solid #3b3b3c; color: #3b3b3c !important;}
.map-block {
	background: #f1796c;
	text-align: center;
	width: 410px;
	padding: 30px 20px;
	color: #fff;
	max-width: 100%;
}
@media screen and (max-width: 736px) {
.block_form .row {
	margin-bottom: 0;
}
}
/* Contact Page Style Ends */

/*--------------------------------------------------------------
19.0 Media Queries
--------------------------------------------------------------*/

/* Adjust positioning of edit shortcuts, override style in customize-preview.css */
@media screen and (min-width: 20em) {

	body.customize-partial-edit-shortcuts-shown .site-header .site-title {
		padding-left: 0;
	}
}

@media screen and (min-width: 30em) {

	/* Typography */

	body,
	button,
	input,
	select,
	textarea {
		font-size: 16px;
	}

	h1 {
		font-size: 30px;
	}

	h2,
	.home.blog .entry-title,
	.page .panel-content .recent-posts .entry-title {
		font-size: 26px;
		font-size: 1.625rem;
	}

	h3 {
		font-size: 22px;
		font-size: 1.375rem;
	}

	h4 {
		font-size: 18px;
		font-size: 1.125rem;
	}

	h5 {
		font-size: 13px;
		font-size: 0.8125rem;
	}

	h6 {
		font-size: 16px;
		font-size: 1rem;
	}

	.entry-content blockquote.alignleft,
	.entry-content blockquote.alignright {
		font-size: 14px;
		font-size: 0.875rem;
	}

	/* Fix image alignment */
	img.alignleft {
		float: left;
		margin-right: 1.5em;
	}

	img.alignright {
		float: right;
		margin-left: 1.5em;
	}

	/* Site Footer */

	.site-footer {
		font-size: 16px;
		font-size: 1rem;
	}
}

@media screen and (min-width: 48em) {

	/* Typography */

	body,
	button,
	input,
	select,
	textarea {
		font-size: 14px;
		font-size: 1rem;
		line-height: 1.5;
	}

	/* Layout */

	.has-sidebar:not(.error404) #primary {
		float: left;
		width: 58%;
	}

	.has-sidebar #secondary {
		float: right;
		padding-top: 0;
		width: 36%;
	}

	.error404 #primary {
		float: none;
	}
}

@media screen and ( min-width: 67em ) {

	/* Pagination */

	.page-numbers {
		display: inline-block;
	}

	.page-numbers.current {
		font-size: 15px;
		font-size: 0.9375rem;
	}

	.page-numbers.current .screen-reader-text {
		clip: rect(1px, 1px, 1px, 1px);
		height: 1px;
		overflow: hidden;
		position: absolute !important;
		width: 1px;
	}

}

@media screen and (max-width: 1606px){
    header .menu li {
        min-width: 135px;
    }
    header .menu li a {
        font-size: 1.4rem;
    }
}
@media all and (max-width:768px){
.logo-container {
	width: 60px;
    top: 5px;
}
.inner .entry-header.landing-custom-header {
    min-height: 350px;
}
}
@media only screen and (max-width: 567px) {
.event_image_container {
    max-height: 300px;
    overflow: hidden;
}
}
@media all and (max-width:480px){
.inner .entry-header.landing-custom-header {
    min-height: 250px;
}
.slider-title * {font-size: 21px !important;text-align: left !important;}	
     .media-page-row .elementor-widget-container {
        margin: 0 !important;
    }
     .media-page-row-alt .elementor-container .elementor-row .elementor-column:first-child {
        order: 2;
    }
     .media-page-row-alt .elementor-container .elementor-row .elementor-column:second-child {
        order: 1;
    }
}
/*--------------------------------------------------------------
20.0 Print
--------------------------------------------------------------*/

@media print {

	/* Hide elements */

	form,
	button,
	input,
	select,
	textarea,
	.navigation-top,
	.social-navigation,
	#secondary,
	.content-bottom-widgets,
	.header-image,
	.panel-image-prop,
	.icon-thumb-tack,
	.page-links,
	.edit-link,
	.post-navigation,
	.pagination.navigation,
	.comments-pagination,
	.comment-respond,
	.comment-edit-link,
	.comment-reply-link,
	.comment-metadata .edit-link,
	.pingback .edit-link,
	.site-footer aside.widget-area,
	.site-info {
		display: none !important;
	}

	.entry-footer,
	#comments,
	.site-footer,
	.single-featured-image-header {
		border: 0;
	}

	/* Font sizes */

	body {
		font-size: 12pt;
	}

	h1 {
		font-size: 24pt;
	}

	h2 {
		font-size: 22pt;
	}

	h3 {
		font-size: 17pt;
	}

	h4 {
		font-size: 12pt;
	}

	h5 {
		font-size: 11pt;
	}

	h6 {
		font-size: 12pt;
	}

	.page .panel-content .entry-title,
	.page-title,
	body.page:not(.twentyseventeen-front-page) .entry-title {
		font-size: 10pt;
	}

	/* Layout */

	.wrap {
		padding-left: 5% !important;
		padding-right: 5% !important;
		max-width: none;
	}

	/* Site Branding */

	.site-header {
		background: transparent;
		padding: 0;
	}

	.custom-header-media {
		padding: 0;
	}

	.twentyseventeen-front-page.has-header-image .site-branding,
	.twentyseventeen-front-page.has-header-video .site-branding,
	.home.blog.has-header-image .site-branding,
	.home.blog.has-header-video .site-branding {
		position: relative;
	}

	.site-branding {
		margin-top: 0;
		margin-bottom: 1.75em !important; /* override styles added by JavaScript */
	}

	.site-title {
		font-size: 25pt;
	}

	.site-description {
		font-size: 12pt;
		opacity: 1;
	}

	/* Colors */

	body,
	.site {
		background: none !important; /* Brute force since user agents all print differently. */
	}

	body,
	a,
	.site-title a,
	.twentyseventeen-front-page.has-header-image .site-title,
	.twentyseventeen-front-page.has-header-video .site-title,
	.twentyseventeen-front-page.has-header-image .site-title a,
	.twentyseventeen-front-page.has-header-video .site-title a {
		color: #222 !important; /* Make sure color schemes don't affect to print */
	}

	h2,
	h5,
	blockquote,
	.site-description,
	.twentyseventeen-front-page.has-header-image .site-description,
	.twentyseventeen-front-page.has-header-video .site-description,
	.entry-meta,
	.entry-meta a {
		color: #777 !important; /* Make sure color schemes don't affect to print */
	}

	.entry-content blockquote.alignleft,
	.entry-content blockquote.alignright {
		font-size: 11pt;
		width: 34%;
	}

	.site-footer {
		padding: 0;
	}
}
