/*
Theme Name: Seriously Creative
Version: 1.1
*/

@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: OpenSans;
    src: url(OpenSans.ttf);
}
body{
	padding:0;
	margin:0;
	background-color:#fff;
	font-family: 'Mukta', sans-serif;
	font-weight: 300;
	font-size: 16px;
}
#main_body img{
	max-width: 100%;
	height: auto !important;
}
p{margin:1em 0 1em 0;}
.clear{clear:both;}
.left{float:left;}
.right{float:right;}
.center, .centre{text-align: center;}
.align_right{text-align: right;}
.alignleft{float: left; margin: 1px 30px 10px 0;}
.alignright{float: right; margin: 1px 0 10px 30px;}
.aligncenter{text-align: center; margin: 0 auto;display: block;}
.hidden{display: none;}
.no_margin{margin: 0;}
.nofloat{float:none !important;}
a{color:#2C396D; text-decoration:none;}
a img{border: none;}
.block{display:block;}
#main_body a:hover{
	text-decoration: none;
}
.pop-up{display: none;}
h3{
/*	color:#3D4B20;*/
	color:#3A3737;
	font-size:18px;
	margin: 1em 0 .5em 0;
}
h4{
	color:#2C396D;
	font-family: 'Playfair Display', serif;
	font-weight: 800;
	font-size:36px;
	margin: 1em 0 .5em 0;
}
h5{
	color:#2C396D;
	font-family: 'Playfair Display', serif;
	font-weight: 800;
	font-size:24px;
	margin: 1em 0 .5em 0;
}
h3 a{color: inherit; text-decoration: underline;} 
h1{color:#2C396D;font-size: 115px;text-align: left;max-width: 50%;font-weight: bold;}
.blog_post #banner h1{
	max-width: 66%;
	}
.main_blog_image_wrapper{
	position: relative;
	text-align: center;
}
.main_blog_image {
	display: inline-block;
	margin: 50px auto 70px;
	text-align: left;
}
.main_blog_image img{
	display: block;
	margin: 0 auto 0;
}

#banner h1{
	display: table-cell;
	vertical-align: middle;
/*	margin-left: 1%;
	margin-top: 50px;*/
	padding-bottom: 10px;
	}
#banner h1 p{margin: 0 .3em;line-height: 1.2em;}
#banner h1::after{
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    width: 50%;
    left: 50%;
    border-bottom: 6px solid #2C396D;
}
#blog_main_image{
	background-color: #9CCED2;
	width: 945px;
	height:585px;
}
#video_wrapper{
	position:relative;
	max-width: 100%;
	overflow:hidden;
	background-position: right;
	background-repeat: no-repeat;
	background-size: contain;
}
#home_title_image{
	position:relative;
	max-width: 100%;
	overflow:hidden;
	background-position: right;
	background-repeat: no-repeat;
	background-size: contain;
	display: none;
}
#video_wrapper iframe,
#video_wrapper object,
#video_wrapper embed {
/*	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;*/
}
#pid_214 h1#h1{
	font-size: 60px;
}
#h1{
	position: absolute;
/*	top:2.3vh;*/
top:0;
	left:0;
	font-family: 'Playfair Display', serif;
	}
h2{color:#2C396D; font-size: 48px; font-weight:bold; font-family: 'Playfair Display', serif;}
.button{
	display: block;
	margin: 20px auto 0;
	text-align: center;
	padding: 20px;
	border-radius: 10px;
	background-color: #00600C;
	box-shadow: 3px 3px 10px 1px #000;
	color: #fff;
	max-width: 1000px;
	font-size:22px;
}
.label{
	display: inline-block;
	width: 170px;
	margin: 2px 0;
}
#contact_form #container{
	max-width: 1024px;
	margin: 50px auto;
}
#container{
	position:relative;
	width:100%;
	margin:0 auto 20px;
	color: ##3A3737;
	background-color: #fff;
}
#logo{
	display: block;
	position: relative;
	top:-32px;
	margin: 0 auto;
	z-index: 200;
}

#banner_info .logo_smaller{
	display: block;
	position: relative;
	top:-30px;
	margin: 0 auto;
	width:214px;
	z-index: 200;
}
.home #banner{
	margin: 0 auto 0;
}
#banner{
	position:relative;
	width:auto;
	max-width: 1324px;
	margin: 130px auto 0;
	padding: 0px 0px 0px;
	text-align: right;
	box-sizing: border-box;
	z-index: 200;
}
#banner_dog{
	width: 14%;
	max-width: 100%;
	margin: 0 0 0 4%;
	box-sizing: border-box;
}
#banner img{
	/*max-width: 80%;*/
	max-width: 945px;

}
.main_image{
	max-width: 945px;
}

#gallery img{}
.gallery_image{width: 47%;margin: 1%; display: inline-block; text-align: center;}
.event_bottom_images img:first-child{
	margin: 0 9.2% 0 0;
}
.event_bottom_images img{
	float:left;
}
.event_bottom_images {
	margin: 50px 0 0 0;
}
#menu{
	text-transform: uppercase;
	width:100%;
	margin:0 auto 20px;
	padding: 0 0;
	z-index:1000;
	text-align:center;
	min-height: 30px;
	/*padding-bottom: 50px;*/
	background-color: #fff;
	font-family: 'Mukta', sans-serif;
	font-weight: 800;
}
#menu-main-navigation-container{
	max-width:1445px;
}
#second_menu{
    margin: 0 auto;
    width:100%;
    max-width: 1320px;
    padding: 5px 1px;
    text-align: right;
    box-sizing: border-box;
}
#second_menu img{
    max-height: 16px;
    width: auto !important;
    margin: 1px 2px;;
}
.menu_not_home{
	position:fixed;
	top:0;
	left:0;
	right:0;
}
.menu_home{
	position:relative;
	top:0;
	left:0;
	right:0;
}

#mobile_menu{
	display: none;
}
#menu a{
	color:#4A4A4A;
	padding:5px 10px ;
	text-decoration:none;
	display:inline-block;
	margin:0 0;
	font-size: 16px;
}
#menu a:hover{
	border-bottom:2px solid #00BCE4;
}
#menu ul li ul li:hover{
	background-color: #00BCE4;
	color:#fff;
}
#menu .thelogo{
	background-image: url('//www.lazygourmet.ca/wp-content/uploads/logo.png?123');
	height:140px;
	width: 118px;
	line-height: 0;
	background-position: top center;
	background-repeat: no-repeat;
	cursor: pointer;
}
#menu .thelogo a:hover{background-color: transparent;border-bottom: none;}
#menu .thelogo a{visibility:hidden;}
.nav{list-style: none;margin: 0; padding:0px;text-align: center;}
.nav li{
	display: inline-block;
	padding:70px 0 70px;
	height:169px;
	width:150px;
	box-sizing: border-box;

	}
#menu .nav li:last-child a{
	padding:5px 10px ;
	background-color:#00BCE4;
	color:#fff;
	font-size:14px;
	}
#menu .nav li ul li:last-child a{
	padding:5px 15px;
	background-color: #FAFAFA;
	color:#2C396D;
	width:120px;
	font-size: 12px;
	}
#menu .nav li ul li:last-child a:hover{
	background-color: #00BCE4;
	color:#fff;
	}	
#menu .nav li ul li{
	width:150px;
	}	
#menu .sub-menu{
	background-color: #FAFAFA;
}
.nav li a{
	padding: 5px;
	width: auto;
	display: block;
	}
.nav li:first-child{
	padding-left: 0px;
}
.nav li ul { /* second-level lists */
	position: absolute;
	left: auto; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	padding: 0;
	margin:1px 0 0em 0px;
	display: none;
	z-index: 1000;
	background-color: #fff;
	
}
.nav li ul li{
	padding:0;
	margin:0;
	display:block;
	background-image: none;
	text-align: center;
	height:auto;
	width:100px;
}
#menu .nav li ul li a {
	padding: 5px 15px;
	border-right: none;
	color: #2C396D;
	font-size: 12px;
	font-weight: 400;
}
#menu .nav li ul li a:hover{
	color:#fff;
}
.nav li:hover ul ul, .nav li:hover ul ul ul, .nav li.sfhover ul ul, .nav li.sfhover ul ul ul {
	display: block;

}
.nav li:hover ul, .nav li li:hover ul, .nav li li li:hover ul, .nav li.sfhover ul, .nav li li.sfhover ul, .nav li li li.sfhover ul { /* lists nested under hovered list items */
	display: block;

}
#blue_text{
	position: relative;
	width:100%;
	background-color: #2C396D;
}
#blue_text .inner{
	position: relative;
	margin: 0 auto;
	/*max-width: 1039px;*/
	padding: 92px 200px;
	color:#fff;
}
.two_col {
	position: relative;
	max-width: 1039px;
	margin: 80px auto;
	}
.two_col img{
	max-width: 100%;
}
.two_col div:first-child{text-align: right;}
.two_col div{
	position: relative;
	width: 50%;
	float:left;
	padding: 20px;
	box-sizing: border-box;
	}
	
.three_col{
	position: relative;
	max-width: 1269px;
	margin: 100px auto;	
}
.three_col div{
	position: relative;
	float:left;
	width: 32%;
	padding: 0;
	box-sizing: border-box;
	display: block;
	text-align: center;
}
.three_col div:nth-child(2){
	margin: 0 2%;
}

.three_col span{
	position: absolute;
    margin: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	width: 100%;
	padding: 0 30px;
	box-sizing: border-box;
	text-align: center;
	color:#fff;
	font-size: 26px;
	font-family: 'Playfair Display', serif;
	font-weight: 800;
}
.three_col span h3{
	font-size:26px;
	color:#fff;
}
/*///////////////////////*/
.vertical_two_col{
	position: relative;
	max-width: 1269px;
	margin: 100px auto;	
}
.vertical_two_col div{
	position: relative;
	float:left;
	width: 50%;
	padding: 0;
	box-sizing: border-box;
	display: block;
	text-align: center;
}
/*.vertical_two_col div:nth-child(2){
	margin: 0 2%;
}*/

.vertical_two_col span{
	position: absolute;
    margin: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	width: 100%;
	padding: 0 30px;
	box-sizing: border-box;
	text-align: center;
	color:#fff;
	font-size: 26px;
	font-family: 'Playfair Display', serif;
	font-weight: 800;
}
.vertical_two_col span h3{
	font-size:26px;
	color:#fff;
}
.vertical_two_col span h3 a{
	text-decoration: none;
}

/*///////////////////////////////////*/


.aqua_2cols{
	position: relative;
	width:100%;
	margin: 100px auto;
	text-align: center;
}
.aqua_2cols div{
	position: relative;
	float:left;
	width: 50%;
	height:651px;
	padding: 40px 0 0 0;
	box-sizing: border-box;
	display: block;
	background-color: #9CCED2;
}
.aqua_2cols div:hover{
	background-color: #82ACAF;
}
.aqua_2cols div img{
	width: 80%;
	margin: 0 auto;

}
.aqua_2cols h3{
	font-size:28px;
	color:#fff;
}
.aqua_2cols .image_title{
	position: relative;
	display: block;
}
.aqua_2cols .image_caption{
	position: relative;
	display: block;
	font-size: 24px;
	color: #fff;
	max-width: 280px;
	margin: 30px auto;
}
.icon_row{
	position: relative;
	max-width: 1269px;
	margin: 100px auto;
	text-align: center;
}
.icon_row img{
	padding: 0 20px;
}
#pid_214 .icon_row div{
	display: inline-block;
	
}
.bottom_image{
	position: relative;
	max-width: 100%;
	margin: 100px auto;
	text-align: center;
}
.bottom_images{
	position: relative;
	max-width: 1269px;
	margin: 100px auto;
	text-align: center;
}
.bottom_images div{
	position: relative;
	width: 50%;
	float:left;
	padding: 20px;
	box-sizing: border-box;
	}

.three_images, .two_images, .three_images_e{
	min-height: 820px;
	max-width: 100%;
}
.three_images:nth-child(1){
	padding: 0px 5px 0 0;
}
.three_images:nth-child(2){
	padding: 0px 5px;
}
.three_images:nth-child(3){
	padding: 0px 0 0 5px;
}
.three_images h3{
	color:#fff;
	display: block;
	text-align: center;
	font-size: 26px;
	font-family: 'Playfair Display', serif;
	font-weight: 800;

    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.three_images_e:nth-child(1){
	padding: 0px 5px 0 0;
}
.three_images_e:nth-child(2){
	padding: 0px 5px;
}
.three_images_e:nth-child(3){
	padding: 0px 0 0 5px;
}
.three_images_e h3{
	color:#fff;
	display: block;
	text-align: center;
	font-size: 26px;
	font-family: 'Playfair Display', serif;
	font-weight: 800;

    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}



.two_images h3{
	color:#fff;
	display: block;
	position: realtive;
	text-align: center;
	font-size: 26px;
	font-family: 'Playfair Display', serif;
	font-weight: 800;
	margin: 50% auto 0 !important;
}
.blue18{color:#2C396D;font-size: 18px;}
.home .col1 img{margin-top: 20px;}
.home .col2 img{margin-bottom: 20px;}

#main_body{
	position:relative;
	width:auto;
	/*padding: 20px 20px;*/
	margin:20px 0px  0;
	z-index: 100;
	min-height: 300px;
}
#event_box_container{
	position:relative;
	margin: 50px auto;
	box-sizing: border-box;
	padding: 10px 10px 0 10px;
	max-width:1147px;
	text-align: left;
}
#event_box_container .wp-caption{
	display: inline-block;
	min-width: 100px;
	text-align: center;
	font-family: 'Mukta', sans-serif;
	font-weight: 500;
	font-size: 12px;
	color:#2C396D;
}
#event_box_container table td:first-child{padding-right: 80px;color:#2C396D;font-weight: 600;}
.top_icons{text-align: center;margin-bottom: 20px;}
.top_icons *{margin: 0 !important;}
#menu_box_container{
	position:relative;
	margin: 50px auto;
	box-sizing: border-box;
	padding: 10px 10px 0 10px;
	/*max-width:1237px;*/
	width:100%;
	text-align: left;
}
#menu_box_container h3 em{
	font-style: normal;
    color: #9CCED2;
}
.menu_left_div div, .menu_right_div div{
	position: relative;
	float:left;
	width: 30%;
	padding:0 0 0 0;
	margin-right: 5%;
	padding-bottom: 40px;
	padding-top: 40px;
	box-sizing: border-box;
	min-height:551px;
}
.menu_right_div{
	padding-left:10px;
}
.menu_right_div div:last-of-type, .menu_left_div div:last-of-type{
	margin-right: 0%;
}
.menu_left_div div p, .menu_right_div div p{
	font-size:13px;
	color:#3A3737;
}
.menu_left_div div h2, .menu_right_div div h2{
	font-weight: 600;
	font-size:16px;
	color:#3A3737;
}
.menu_left_div{
	background-color: #FDFBFB;
}

.menu_left_div div span, .menu_right_div div span{
	position: absolute;
	display: block;
	bottom: 80px;
	padding: 20px;
	width:100%;
	background-color: #F48A87;
	color:#fff;
	font-family: 'Playfair Display', serif;
	font-weight: 800;
	font-size: 30px;
}
.menu_left_div div span{
	text-align: left;
	margin-right: -10%;
}
.menu_right_div div span{
	text-align: right;
	margin-left: -10%;
	margin-right: 0;
	right:0;
}
.menu_right_div img{
	max-width:100%;
}
.team_box_container{
	display:none;
	background-color: #fff;
	position:relative;
	margin: 10px auto;
	box-sizing: border-box;
	padding: 20px 50px;
	width:800px;
	max-width: 100%;
	text-align: center;
}
.team_image img{
	width: 100%;
/*	max-width: 100%;*/
/*	min-width: 100%;
	min-height: 100%;*/
}
.elementor-tab-title{
	font-size: 18px;
	font-weight: 500;
	color:#fff;
	border:none !important;
	margin-bottom: 10px;
}

.venues .elementor-tab-content{
	font-size: 14px;
	font-weight: 200;
}
.in-the-news .elementor-tab-content{
	margin: 0 100px;
	border:none !important;
}
.in-the-news .elementor-tab-content{
	margin: 0 100px;
	border:none !important;
}
.in-the-news .elementor-tab-content a{
	color: #4AC1E4;
}
.faq .elementor-tab-title{
/*	font-size: 18px;
	font-weight: 500;
	color:#fff;*/
	background-color: #9FCDD0;
	
}
.faq .elementor-tab-content{
	margin: 0 50px;
	border:none !important;
}
.faq .elementor-accordion-item{
	margin: 0 20px;
	border:none !important;
}
.pink_toggle .elementor-tab-title {
	background-color: #F48A87;
	
}
.event-planning .elementor-tab-title{
	color: #3a3737;
	font-size:15px;
	font-weight: 500;
}
.events .elementor-tab-title{
	font-size: 15px;
	font-weight: 400;
	color:#3A3737;
	background:none;
	text-align: center;
}
.about .elementor-tab-title{
	color:#2C396D;
	background:none;
}
.about .elementor-tab-content{
	color:#2C396D;
	line-height: 1.2em;
	background:none;
}
.events .elementor-tab-content{
	background-color: #FDFBFB;
}
.about_tabs .elementor-tab-title{
	font-size:40px;
}
.timeline_left .elementor-tab-title{
	text-align: right;
	padding-right: 40px;
}
.timeline_right{
	position: relative;
	width:100%;
	box-sizing: border-box;
	padding:10px 10% 10px 50%;
}
.timeline_right .elementor-tab-title{
	text-align: left;
	padding-left: 40px;
}
.elementor-toggle-icon{margin: 0 10px;}

.elementor-toggle-item p{margin: 0;}
.elementor-toggle .elementor-tab-content{border: none;}

.elementor-toggle .elementor-tab-title{border-bottom: none;}
.anchor{
	display: block;
    position: relative;
    top: -250px;
    visibility: hidden;
}
#menu_options{
	max-width: 100%;
	text-transform: uppercase;
	text-align: center;
	font-size: 12px;
	margin-bottom: 50px;
	margin-top: 20px;
}
#menu_options img{
	vertical-align: text-top;
	margin-top: 2px;
	margin-left: 10px;
	margin-right: 1px;
}
#menu_menu{
	max-width: 100%;
	text-align: center;
	background-color: #fff;
	z-index: 1000;
}
#menu_menu a{
	display: inline-block;
	margin: 0px 50px;
	/*color:#3D4B20;*/
	color:#3A3737;
	font-size:14px;
	font-weight: 400;
	text-transform: uppercase;
}
#menu_menu a:hover{
	border-bottom: 1px solid #00BCE4;
}
/*#menu_menu a:hover:after{
	border-bottom-color: #2C396D;
}

#menu_menu a::after{
    content: '';
    display: block;
    position: relative;
    bottom: 0;
    width: 75%;
    right: 0%;
    border-bottom: 1px solid #fff;
}*/


.contact #wrapper{
	position: relative;
	max-width: 1200px;
	margin: 10px auto;
}
.contact table h2{
	color:#2C396D;
	font-family: 'Playfair Display', serif;
	font-weight: 800;
	font-size:36px;
	margin-bottom: .5em;
}
.contact table h3{
	color:#2C396D;
	margin: .25em 0 2em;
	font-family: 'Mukta', sans-serif;
	font-weight: 500 !important;
	font-size: 16px;
}
.contact table p, .contact table td{
	color:#9B9B9B;
	margin: .5em;
	font-family: 'Mukta', sans-serif;
	font-weight: 500 !important;
	font-size: 16px;
}
.subtable{
	margin-left: 50px;
}
.subtable tr:not(:first-child) td:first-child {
    color: #2C396D;
	font-weight: 500 !important;
	font-size: 16px;
}

div.wpcf7 .radioclass span input{
	height:12px;
	text-align: center;
	width: auto !important;
}
.half_width1 .smaller{
	font-size:14px;
}
.half_width1{
	display: block;
	position: relative;
	box-sizing: border-box;
	width: 50%;
	padding-right: 10%;
	float:left;
}
.half_width2{
	display: block;
	position: relative;
	box-sizing: border-box;
	width: 50%;
	float:left;
}
.half_width3{
	display: block;
	position: relative;
	box-sizing: border-box;
	width: 50%;
	padding-right: 10%;
}
#request_pop_up{
	width:75%;
	padding: 5%;
	background-color: #fff;
}

#request_pop_up div.wpcf7 input.wpcf7-submit, #contact_form input.wpcf7-submit{
	background-color: #00BCE4;
	color:#fff;
	border:none !important;
	padding: 10px 30px !important;
	width:auto !important;
}
.request_pop_up_close, .popup_link_close{
	position: absolute;
	top:50px;
	right:50px;
	cursor: pointer;
}

.form_left_column{
	padding-right: 50px;
}
.contact form label{
	color:#2C396D;
	font-size: 18px;
	font-weight: 600;
}
.contact form input, .contact form textarea{
	border-bottom: 1px solid #2C396D !important;
	border-top:none;
	border-right:none;
	border-left: none;
	width: 100% !important;
}
.request-quote form input, .request-quote form textarea{
    border-bottom: 1px solid #2C396D !important;
}
.request-quote-chinese form input, .request-quote-chinese form textarea{
    border-bottom: 1px solid #2C396D !important;
}
.contact-form-chinese form input, .contact-form-chinese form textarea{
    border-bottom: 1px solid #2C396D !important;
}
.contact form .half span{
	width: 100% !important;
}
.contact form .half{
	display: block;
	float:left;
	width: 45%;
	margin-right: 5%;
}
.contact form .half1{
	display: block;
	float:left;
	width: 50%;
}
.contact div.wpcf7 input.wpcf7-submit{background-color:#fff; color:#3A3737;border:1px solid #3A3737;width:125px !important;height:36px;padding: 0;}
#footer input.autowidth{border-bottom: none !important;}
#footer input.wpcf7-submit{border: none !important;}
.contact_map{float:left; vertical-align: middle; margin: 0 50px 0 0;}

.popup_link{cursor: pointer;}
#team_box_container a:hover{text-decoration: none;}
.blog #category_container{
	margin-top: 100px;
}
#category_container{
	position:relative;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 10px;
	max-width:1024px;
}
#post_listing, #post_listing_corporate, #post_listing_team{
	margin-top: 50px;
	max-width: 100%;
}
#post_listing_blog{
	margin-top: 100px;
	max-width: 100%;
}
#post_listing_team{
	background-image: url(//www.lazygourmet.ca/wp-content/uploads/Rectangle-6.jpg);
	background-position: top center;
	background-repeat: repeat-y;
	color:#2C396D;
}
#post_listing > div{
	width: 32%;
	box-sizing: border-box;
	margin-right: 2%;
	margin-bottom: 2%;
	float:left;
	text-align: center;
}
#post_listing_team div{
	width: 38%;
	box-sizing: border-box;
	float:left;
	text-align: left;
}
#post_listing_team div p{
	text-align: left;
	margin: 0;
}
#post_listing_corporate div{ 
	position: relative;
	width: 46%;
	box-sizing: border-box;
	margin: 2% 1% 2% 3%;
	float:left;
	text-align: center;
	max-width: 462px;
	max-height: 520px;
	overflow: hidden;
}
#post_listing_blog div:not(.blog_caption){ 
	position: relative;
	width: 44%;
	min-height: 485px;
	box-sizing: border-box;
	margin: 2% 2% 2% 4%;
	float:left;
	text-align: left;
	
}
#post_listing_blog div div:not(.blog_caption){
	width: 100%;
	max-width: 462px;
    max-height: 550px;

}
#post_listing_corporate div:last-of-type{
/*	margin-top: 60px;
	margin-bottom: 20px;
	max-height: inherit;
	
	border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #979797;
	
	border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #979797;*/
	
}
#post_listing_corporate div p{
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	font-family: 'Playfair Display', serif;
	font-weight: 700;
	font-size: 26px;
	color:#fff !important;
}
#post_listing_blog div p{
    margin: 0;
    position: realtive;
}
#post_listing_blog .readmore{
	position: relative;
	display: block;
	margin: 0 0 10px 0;
	text-align: left;
	width:100%;
}
#post_listing_blog .blog_date{
	position: relative;
	display: block;
	margin: 0;
	text-align: left;
	width:100%;
}
#post_listing_blog div:nth-child(odd){
/*	margin-top: -150px;*/
	margin-top: 0;
}
#post_listing_blog div:nth-child(even):not(.blog_caption){
	margin-top: 150px;
}
/*#post_listing_blog div:{
	margin-top: 60px;
}*/
#post_listing_blog .blog_caption{
	width:100%;
	margin: 0 2% 2% 4%;
	padding: 0 5px 20px 5px;
	box-sizing: border-box;
	background-color: #fff;
}
#search_container{
	position: relative;
	width:100%;
	text-align: right;
}
#search_container form{
	display: inline-block;
	height:32px;
	margin-left: 50px;
}
#search_container select{
	padding: 7px;
	border:1px solid #3A3737;
}
#search_container select option{
}
#keyword_search {
	border:1px solid #3A3737;
}
#keyword_search input{
	padding: 7px;
	border:none;
}
#keyword_search .keyword_submit{
	background: none;
	float:right;
}
#post_listing_blog #pre_page{
	width: 50%;
	margin: 0 !important;
	min-height: 0;
	text-align: left;
	float:left;
}
#post_listing_blog #next_page{
	width: 50%;
	margin: 0 !important;
	min-height: 0;
	float:right;
	text-align: right !important;
}
.next_pre{
	border:none;
	background: none;
}
#category_container #post_listing_corporate div span#reg_text{
	position: relative;
	display:block;
	margin: 30px auto;
	text-align: center;
}
#category_container #post_listing_corporate div span#reg_text p{
	position: relative;
	margin: 2em 0;
	font-family: 'Mukta', sans-serif;
	font-size: 16px;
	font-weight: 500;
	color:#2C396D !important;
}
#post_listing_corporate div:nth-child(3n-1){
	margin-top: -100px;
}
#post_listing_corporate div:nth-child(3n + 1){
	margin-top: 50px;
}
#post_listing_team div.right_div{
	margin: 250px 0% 2% 12%;
}
#post_listing_team div.left_div{
	margin: 100px 8% 2% 4%;
}
#post_listing_team div.image_div{
	width: 100%;
/*	max-width: 362px;
	max-height:362px;
	overflow: hidden;*/
}
#post_listing_team div.right_div img, #post_listing_team div.left_div img{
	width: 100%;
}
#post_listing div img, #post_listing_corporate div img{
	width:100%;
}
#post_listing div p{
	height:2.5em;
	color:#fff !important;	
}
#post_listing div a:hover{
	text-decoration: none;
}
#post_listing div:nth-child(3n){
	margin-right: 0;
}
#post_listing div p{
	line-height: 60px;
	height: 60px;
	margin: 0;
	display: block;
}
#post_listing div:nth-child(4n+1) p{
	background-color: #BCC155;
}
#post_listing div:nth-child(4n+2) p{
	background-color: #9CCED2;
}
#post_listing div:nth-child(4n+3) p{
	background-color: #F2D34A;
}
#post_listing div:nth-child(4n+4) p{
	background-color: #F48A87;
}
#post_listing_corporate div#see_more{
	max-width: 400px;
	padding:20px;
	border:1px solid #4A4A4A;
	color:#4A4A4A;
	float:none;
	margin: 20px auto;
}
#featured_menu{
	display: block;
	text-align: center;
	padding: 50px 20px;
	font-size: 26px;
}
	
.team_image{
	position: relative;
	text-align: center;
	margin: 50px auto 50px;
	overflow: hidden;
}
.team_member_text{max-width:600px; margin: 30px auto 0;}
.team_member_title p, .team_member_email p{
	margin: 0;
}
.team_member_title{
	float:left;
	color:#2C396D;
	text-align: left;
}
.team_member_email{
	color: #2C396D;
	float:right;
	text-align: right;
	
}
.team_member_email img{
	vertical-align: middle;
}
.breakfast h2, .lunch h2, .snacks-breaks h2, .beverages h2, .cocktail-reception h2, .main-event h2, .fd-breakfast h2, .fd-desserts h2, .fd-snacks-breaks h2, .fd-passed-appetizers h2, .fd-dinner h2, .fd-lunch h2, .fd-beverages h2, .fd-featured_menu h2{
	font-family: 'Mukta', sans-serif;
	font-weight: 500 !important;
	font-size: 16px;
}
.breakfast, .lunch, .snacks-breaks, .beverages, .cocktail-reception, .main-event, .fd-breakfast, .fd-desserts, .fd-snacks-breaks, .fd-passed-appetizers, .fd-dinner, .fd-lunch, .fd-beverages, .fd-featured_menu{
	font-family: 'Mukta', sans-serif;
	font-weight: 100 !important;
	font-size: 13px;
}
.breakfast .elementor-column, .lunch .elementor-column, .snacks-breaks .elementor-column, .beverages .elementor-column, .cocktail-reception .elementor-column, .main-event .elementor-column, .fd-breakfast .elementor-column, .fd-desserts .elementor-column, .fd-snacks-breaks .elementor-column, .fd-passed-appetizers .elementor-column, .fd-dinner .elementor-column, .fd-lunch .elementor-column, .fd-beverages .elementor-column, .fd-featured_menu .elementor-column{
	padding: 30px;
}
.event_left_div{
	position: relative;
	float:left;
	box-sizing: border-box;
	width:50%;
	padding: 0 20px 0 0;
}
.event_left_div img{margin-top: 1em;max-width: 100%;}
.event_right_div{
	position: relative;
	float:left;
	box-sizing: border-box;
	width:50%;
	padding: 0 0 0 20px;
}
.event_left_div img{max-width: 100%;}
.event_left_div img:first-of-type{margin-top:0;}
.event_right_div table{
	/*color: #2C396D;*/
	/*font-weight: 600;*/
}
.middle_left_image{
	margin-top: 40px;
	width:100%;
	min-height: 580px;
}

.events .elementor-active:not(.elementor-tab-content), .event-planning .elementor-active:not(.elementor-tab-content){
	border-bottom: 1px solid #00bce4 !important;
}
.events .elementor-tab-title, .event-planning .elementor-tab-title{padding: 10px 30px;}
/*.events .elementor-tab-title:first-of-type{padding: 10px 25% 10px 0;}
.events .elementor-tab-title:last-of-type{padding: 10px 0 10px 25%;}*/
.bottom_align{
	position: relative;
	bottom: 0;
	clear: both;
	right:0;
	margin-top:30px;
	max-width: 100%;
}
.bottom_align img{
	max-width: 100%;
}
/*div.event_right_div p:first-of-type {margin-top: 0;}*/
.blue_text2{
	background-color: #9CCED2;
	padding:  30px 50px;
	color:#fff;
	max-width: 608px;
	box-sizing: border-box;
	margin: 50px 0 20px 0;
}
.bottom_text{
	padding:  20px;
	color:#2C396D !important;
	max-width: 1269px;
	box-sizing: border-box;
	margin: 50px auto;
}
.bottom_text table{
	width: 100%;%;
}
.bottom_text td{
	font-family: 'Mukta', sans-serif;
	font-weight: 400;
	font-size: 18px;
	width: 25%;
	box-sizing: border-box;
	padding: 1%;
	color:#2C396D !important;
}
.bottom_text h2{
	font-size:36px !important;
	text-align: center;
	font-family: 'Playfair Display', serif;
	font-weight: 800;
}

h6{font=size:14px;font-weight: 400;border:1px solid #707070;padding:5px 10px;text-transform: uppercase;display: inline;width:auto;}
#main_body_text{
	position:relative;
	width:89%;
	padding: 0 7% 10px 4%;
}
#main_body_text > h2{margin-top: 0;}

#footer .menu_icons{
	position: relative;
	max-width: 1324px;
	margin: 0 auto;
	top:0px;
	width: 100%;
	text-align:left;
/*	font-size: 12px;
	line-height: 1.1em;*/
	text-transform: none;
	}

#menu_icons{
	position: relative;
	max-width: 1324px;
	margin: 0 auto;
	top:0px;
	width: 100%;
	text-align:right;
	font-size: 12px;
	line-height: 1.1em;
	text-transform: none;
	}
#menu #menu_icons a:hover{
	border-bottom:none;
}
#menu #menu_icons a, #menu #menu_icons{
	color:#2C396D;
}
#download_menu{
	position:relative;
	width:100%;
	max-width: 200px;
	margin:10px auto;
	color: #2C396D;
	background-color: #fff;
	font-size: 14px;
	padding: 20px 20px;
	text-align: center;
	z-index: 200;
	border:1px solid #ddd;
	box-sizing: border-box;
	text-transform: uppercase;
}

#footer{
	position:relative;
	width:100%;
	margin:50px auto;
	color: #2C396D;
	background-color: #D8D8D8;
	font-size: 14px;
	padding: 20px 20px;
	text-align: center;
	z-index: 200;
	box-sizing: border-box;
}
#footer_inner{
	position: relative;
	max-width: 1324px;
	font-size: 16px;
	width: 100%;
	margin: 0 auto;
	text-align: left;
}
.fnav{list-style: none;padding-left:0}
#fmenu .fnav li:last-child a{border-right: none;}
#fmenu li {display: inline-block;}
#fmenu li a{border-right: 1px solid #2C396D;padding: 0 10px;line-height: 1.1em;}
#menu_expander{display: none;}
#the_icons a{
	margin: 1em .5em;
}
#the_icons .textwidget, #the_icons .textwidget p{display: inline-block;}
#the_icons img {vertical-align: middle;}
#social_icons{
	float:left;
	width: 45%;
	text-align: left;
}
#newsletter{
	float:right;
	width: 45%;
	text-align: right;
}
#newsletter input{
	font-family: 'Mukta', sans-serif;
	font-size: 16px;
}
#newsletter a{
	padding: 5px 40px;
    background-color: #00BCE4;
    color: #fff;
    font-size: 14px;
	text-transform: uppercase;
}
#newsletter .wpcf7-email{box-shadow: 0 0 1px #00BCE4;height:32px; margin-right:-2px;}
div.wpcf7 .ajax-loader, #newsletter div.wpcf7 .ajax-loader{display: none;}
div.wpcf7 input.wpcf7-submit{background-color:#00BCE4; color:#fff;border:none;width:125px;height:36px;padding: 0;}

#footer div.wpcf7 input.wpcf7-submit{background-color:#00BCE4;}
#footer input.autowidth{width: auto !important;border:none;}

div.wpcf7 input{height:36px;border:none;}

.form_element{
    display: inline-block;
    width: 30%;
}
label span input{
    width: 99%;
}
label span textarea{
    width: 99%;
}
.form_element + span{
    display: inline-block;
    width: 69%;
}
.form_element + span input{
    width: 100%;
    font-size: 18px;
}
textarea{
    font-size: 18px;
}

#pid_568 #main_body img{
    max-width: 100%;
    height: auto;
}
#main_body img:not(#pid_161) img{
    max-width: 100%;
    height: auto !important;
}
#pid_568 #main_body .aqua_2cols div img {
	max-height: 430px;
	max-width: 646px;
}
.aqua_2cols a:hover{text-decoration: none;}
#credits{
	text-align: center;
	margin: 20px auto;
	font-size: 11px;
}
#timeline{
	min-height: 1471px
}
#timeline_text{
	width: 34%;
	position: relative;
	margin: 80px 0 0 100px;
}
.Mukta-sb20, .Mukta-sb20 *{
	font-family: 'Mukta', sans-serif;
	font-weight: 500 !important;
	font-size: 20px;
}
.Mukta-b18, .Mukta-b18 *{
	font-family: 'Mukta', sans-serif;
	font-weight: bold !important;
	font-size: 18px;
}
.Mukta-b20, .Mukta-b20 *{
	font-family: 'Mukta', sans-serif;
	font-weight: bold !important;
	font-size: 20px;
}
.Mukta-sb18, .Mukta-sb18 *{
	font-family: 'Mukta', sans-serif;
	font-weight: 500 !important;
	font-size: 18px;
}
.Mukta-sb15, .Mukta-sb15 *{
	font-family: 'Mukta', sans-serif;
	font-weight: 500 !important;
	font-size: 16px;
}
.Mukta-l15, .Mukta-l15 *{
	font-family: 'Mukta', sans-serif;
	font-weight: 300;
	font-size: 16px;
}
#pid_568 .three_col h3{
	font-family: 'Playfair Display', serif;
	font-weight: 800;
	font-size:26px;
}
.dietary{
	font-family: 'Mukta', sans-serif;
	font-weight: 500 !important;
	font-size: 12px;
	color:#9CCED2;
}
.button_class{
	border: 1px solid #3A3737;
	color:#3A3737;
	background-color: #fff;
	padding: 5px;
}

.green figcaption, .green_caption{
	background-color: #BCC155;
	padding: 10px 10px 20px;
	margin: 0 10px;
	box-sizing: border-box;
	color:#fff;
}
.yellow figcaption{
	background-color: #F2D34A;
	padding: 10px 10px 20px;
	margin: 0 10px;
	color:#fff;
}
.blue figcaption{
	background-color: #9CCED2;
	padding: 10px 10px 20px;
	margin: 0 10px;
	color:#fff;
}
.pink figcaption{
	background-color: #F48A87;
	padding: 10px 10px 20px;
	margin: 0 10px;
	color:#fff;
}

.green_caption{
	background-color: #BCC155;
	padding: 10px 10px 20px;
	margin: 0 auto;
	text-align: center;
	max-width: 360px;
	color:#fff;
}
.yellow_caption{
	background-color: #F2D34A;
	padding: 10px 10px 20px;
	margin: 0 auto;
	text-align: center;
	max-width: 360px;
	color:#fff;
}
.blue_caption{
	background-color: #9CCED2;
	padding: 10px 10px 20px;
	margin: 0 auto;
	text-align: center;
	max-width: 360px;
	color:#fff;
}
.pink_caption{
	background-color: #F48A87;
	padding: 10px 10px 20px;
	margin: 0 auto;
	text-align: center;
	max-width: 360px;
	color:#fff;
}
.menu_caption_left figcaption{
	position: absolute;
	bottom: 50px;
	left:0px;
	font-family: 'Playfair Display', serif;
	font-weight: 800;
	font-size: 30px;
	line-height: 1.1em;
	background-color: #F48A87;
	margin: 0 0px 0 0px;
	box-sizing: content-box;
	padding: 20px 10px 20px 40px;
	text-align: left;
	width: 100%;
	color:#fff;
}
.menu_caption_left p{
	margin: 0;
}
.menu_caption_right figcaption{
	position: absolute;
	bottom: 50px;
	right:0px;
	font-family: 'Playfair Display', serif;
	font-weight: 800;
	font-size: 30px;
	line-height: 1.1em;
	background-color: #F48A87;
	margin: 0 0px 0 0px;
	box-sizing: content-box;
	padding: 20px 40px 20px 10px;
	width: 100%;
	color:#fff;
	text-align: right;
}
.memu_caption_right p{
	margin: 0;
}
.featured-events .elementor-row, .featured-venues .elementor-row{
	margin-bottom: 20px;
}

.blue_text{
	background-color: #9CCED2;
	padding:  83px 91px;
	color:#fff;
	margin: -40px -80px 0 0;
}
.corporate_menu_image p{
	text-align: center;
	font-family: 'Playfair Display', serif;
	font-weight: 800;
	font-size: 26px;
	color:#fff;
	padding: 50% 0;
}
.bw_back:hover{
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}
.elementor-widget-image div{background-position: top center;background-repeat: no-repeat;}
.about_tabs{
	color: #2C396D;
}

.cover_backgroud{
	min-height: 500px;
}
.timeline_left{
	position: relative;
	width:100%;
	box-sizing: border-box;
	padding:10px 50% 10px 10%;
}
.
.blue_box{
	max-width: 1324px;
	padding: 30px 50px;
	margin: 30px 50px;
	box-sizing: border-box;
	background-color: #9CCED2;
	color:#fff;
}
.weddings .blue_box_full{
	width:100%;
	padding: 30px 20px;
	margin: 30px 0;
	box-sizing: border-box;
	background-color: #9CCED2;
	color:#fff;
}
.blue_box_full{
	width:100%;
	padding: 30px 50px;
	margin: 30px 0;
	box-sizing: border-box;
	background-color: #9CCED2;
	color:#fff;
}
.blue_box2{
	max-width: 100%;
	padding: 30px 50px;
	margin: 30px 0;
	box-sizing: border-box;
	background-color: #9CCED2;
	color:#fff;
}
.our-team .timeline_image{
	width: 362px;
    text-align: left !important;
    margin: 0 auto;
	max-width: 100%;
}
.our-team h2{
	font-size: 44px;
}
.case-study table td:first-child{
	font-family: 'Mukta', sans-serif;
	font-weight: 500 !important;
	font-size: 16px;
	color:#2C396D;
	padding-right: 50px;
	padding-bottom: 10px;
}
.venues_bottom_div iframe{
	position: relative;
	max-width: 100%;
	width: 100%;
	height: auto;
}
.venues_bottom_div{
	position: relative;
	width: 100%;
	margin: 20px auto;
}
.events_bottom_div{
	position: relative;
	margin: 20px auto;
	width: 100%;
}
.events_bottom_div{
	display: block;
	float:left;
	max-height: 481px;
}
.events_bottom_div div:first-child{
	margin-right: 2%;
	width:65%;
	float:left;
}
.events_bottom_div div:last-child{
	width:33%;
	float:left;
}
#right_upper{
	min-height: 574px;
}
.tss-wrapper .owl-controls .owl-nav > div{
	background: none !important;
}

.owl-item .entry-content p{
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
}
.tss-wrapper .tss-carousel1 .item-content-wrapper .item-content {
    width: 80%;
}
h2.teamh2{
	margin: 2em 0 -1em 0;
}
#post_listing_corporate div#pdf_link{
	padding: 50px 30px;
/*	border-top:1px solid #979797;
	border-bottom:1px solid #979797;*/
	max-height: 999px;
	display: none;
}
.contact table tr td img{
	max-width: 100%;
	height: auto !important;
}
.contact table tr td img{
	max-width: 550px;
}
.single_blog_post img{
	max-width: 100%;
	height: auto !important;
}
@media screen and (max-width: 1400px) {
	.nav li{
		width:auto;
		padding-left:5px;
		padding-right: 5px;
	}
}
@media screen and (max-width: 1257px) {
	.event_bottom_images img:first-child{
		margin: 0 10px 0 0;
	}
}
@media screen and (max-width: 1200px) {
	#banner h1{
		font-size:8.5vw;
	}
	#banner h1#h1{
		font-size:8.5vw !important;
	}
	#pid_214 #banner h1#h1{
		font-size:6vw;
	}
	#blue_text .inner{
		padding: 4% 8%;
	}
	.event_bottom_images img:first-child{
		margin: 20px auto;
		display: block;
	}
	.event_bottom_images img{
		margin: 20px auto;
		display: block;
		float:none;
	}
}

@media screen and (max-width: 1105px) {
	.bottom_align{
		position: relative;
	}

	#banner{
		margin: 50px auto 0;
	}
}

@media screen and (max-width: 1024px) {
	#banner{
		margin-top: 0px;
	}
	#banner img{
		max-width: 100%;
	}
	.blue_text2{
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.two_col .col1, .two_col .col2{
		float:none;
		margin: 20px auto;
		text-align: center;
	}

}
@media screen and (max-width: 950px) {
	#video_wrapper{display: none;}
	#home_title_image{display: block;}
	.event_left_div, .event_right_div, .bottom_align, .blue_text2{
		position: relative;
		float:none;
		width:100%;
		box-sizing: border-box;
		padding: 10px;
		margin: 10px auto;
		text-align: center;
	}
	#right_upper{
		min-height: 300px;
		text-align: left;
	}
	.contact table tr td{
		display: block;
		max-width: 100%;
	}

}
@media screen and (max-width: 769px) {
	.full_width_mobile, .full_width_mobile div{
		margin: 0 !important;
	}
	#social_icons{
		width:100%;
		text-align: center;
		float:none;
	}
		#newsletter{
		width:100%;
		margin: 30px auto;
		text-align: center;
		float:none;
	}
	.brekfast_caption_left{
		display: none;
	}
	#post_listing_blog > div{
		margin: 30px auto !important;
		float:none !important;
		/*padding: 10px;*/
		width: 100% !important;
	}
	#post_listing_blog div:not(.blog_caption){ 
		position: relative;
		width: 100%%;
		box-sizing: border-box;
		margin: 30px auto;
		float:none;
		text-align: left;
		
	}
	#post_listing_blog img{
		display: block;
		margin: 10px auto;
	}
	#post_listing_blog .blog_caption{margin: 0;}
	#menu_icons a:last-child{display: none;}
	.menu_right_div div span {
		text-align: right;
		margin-left: 0;
		margin-right: 0;
		right: 0;
		left:0;
		box-sizing: border-box;
		font-size: 20px;
	}
	.menu_left_div div, .menu_right_div div {
		float:none;
		width:100%;
		margin: 10px auto;
		display: block;
	}
	.menu_left_div div img, .menu_right_div div img {
		max-height:300px !important;
	}
	.menu_image_div{
		max-height:300px !important;
		min-height:300px !important;
		box-sizing: border-box;
		max-width: 96%;
		margin: 10px auto !important;
	}
	.menu_left_div div span, .menu_right_div div span{
		position: absolute;
		display: block;
		bottom: 80px;
		padding: 20px;
		width:100%;
		background-color: #F48A87;
		box-sizing: border-box;
		color:#fff;
		font-family: 'Playfair Display', serif;
		font-weight: 800;
		font-size: 30px;
	}
}



	
@media screen and (max-width: 500px) {
	.three_col div{
		float:none;
		width:100%;
		margin: 10px auto !important;
		text-align: center;
	}
	.aqua_2cols div{
		float:none;
		width:100%;
		margin: 10px auto;
		height:auto;
		padding-bottom: 20px;
	}


	.full_width_mobile div.elementor-widget-container{
		padding:40px !important;
	}
	#post_listing div{
		width: 98%;
		box-sizing: border-box;
		margin: 0 auto;
		float:none;
		text-align: center;
	}
	.bottom_text table tr td{
		display: inline-block;
		position: relative;
		width:49%;
		text-align: center;
	}
	#menu{
		background-position: top center !important;
	}
	#pid_568 #menu_icons, #pid_214 #menu_icons{
		text-align: center;
		margin-top: 50px;
		margin-bottom: -35px;
	}
	#menu_icons{
		text-align: center;
		margin-top: 20px;
		margin-bottom: -30px;
	}
	#banner {
		margin-top: 70px;
	}
	#menu_menu{
		padding-top: 10px;
	}
}
