/*
 Theme Name:     TRoo Divi Restaurant Theme
 Theme URI:      https://troorestaurantdivi.troothemes.com/
 Description:    TRoo Restaurant divi child theme designed for Cafe & Restaurant, Bars and any food related business websites
 Author:         TRooThemes
 Author URI:     https://troothemes.com/
 Template:       Divi
 Version:        1.1
*/


/* ------ Theme customization starts here ------ */
:root {
	--color1: #e21802;
	--color2: #1f1e23 !important;
}

/* ------ Restaurant Common Section1 ------ */
.restaurantcommon_section1_blurb .et_pb_blurb_content .et_pb_blurb_container {
	display: flex;
	align-items: center;
	justify-content: center;
}

.restaurantcommon_section1_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header:after {
	position: absolute;
	width: 4px;
	height: 4px;
	background: var(--color1);
	content: "";
	border-radius: 50%;
	top: 50%;
	transform: translateY(-50%);
	left: 57px;
}

/* ------ Header ------ */


.restaurent_section1_menu .et-menu-nav ul li ul {
	padding: 0;
	border-top: 0 !important;
}

.restaurent_section1_menu .et-menu-nav ul li ul li {
	padding: 0;
	width: auto;
	position: relative;
	display: block;
}

.restaurent_section1_menu .nav li li ul{top:0px;}
.restaurent_section1_menu li li.menu-item-has-children > a:first-child::after{top:auto;}

.restaurent_section1_menu .et-menu-nav ul li ul li a {
	width: 100%;
	line-height: inherit;
	border-bottom: 1px solid rgba(0, 0, 0, .10);
	border-top: 0 none;
	padding: 13px 15px !important;
	display: block;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out !important;
}

.restaurent_section1_menu .et-menu-nav ul li ul li a:hover {
	opacity: 1;
	padding-left: 40px !important;
	background-color: #FDF0E6;
	color: #fff !important;
}

.restaurent_section1_menu .et-menu-nav ul li ul li a:before {
	position: absolute;
	content: '';
	left: 18px;
	top: 50%;
	transform: translateY(-50%);
	width: 0;
	height: 2px;
	background-color: transparent;
	-webkit-transition: all .500s ease-in-out;
	transition: all .500s ease-in-out;
}

.restaurent_section1_menu .et-menu-nav ul li ul li a:hover:before {
	background-color: var(--color1);
	width: 10px;
}

.restaurent_section1_menu .et_mobile_menu .menu-item-has-children > a {
	background: transparent;
}

.restaurent_section1_menu .et_mobile_menu .menu-item-has-children a.mobile-toggle-icon {
	display: none;
}

.restaurent_section1_menu .et_mobile_nav_menu ul > li > a {
	background: transparent;
}

.restaurent_section1_menu .et-menu-nav ul > li {
	padding-left: 11px;
	padding-right: 11px;
	margin-top: 0 !important;
}

.restaurent_section1_menu .et-menu-nav ul > li > a {
	padding: 31px 0 !important;
	padding-right: 10px !important;
}

.restaurent_section1_menu .et_pb_menu__menu > nav > ul > li > a:after {
	top: 50% !important;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: -7px !important;
}

.restaurent_section1_row .et_pb_button_module_wrapper {
	display: flex;
	justify-content: flex-end;
}

.restaurent_section1_mobilemenu .et_pb_menu_inner_container {
	padding: 20px;
}

.restaurent_section1_mobilemenu .et_mobile_menu {
	height: 100vh;
}

.restaurent_section1_mobilemenu .mobile_menu_bar {
	transform: auto;
	bottom: auto;
}



/* ------ Mobile Menu In Header ------ */

.et_mobile_menu{
     overflow-y: scroll !important;
    max-height: 80vh !important;
    -overflow-scrolling: touch !important;
    -webkit-overflow-scrolling: touch !important;
    border-top-color: var(--color2)
}

.mobile_nav.opened .mobile_menu_bar:before {
    content: '\4d';
}

.mobile_menu_bar:before {
	transition: all .4s ease;
	transform: rotate(0deg);
	display: block;
}

.mobile_nav.opened .mobile_menu_bar::before {
	transition: all .4s ease;
	transform: rotate(90deg);
	display: block;
}



/*change hamburger icon to x when mobile menu is open*/

#et_mobile_nav_menu .mobile_nav.opened .mobile_menu_bar::before,
.et_pb_module.et_pb_menu .et_mobile_nav_menu .mobile_nav.opened .mobile_menu_bar::before {
	content: '\4d';
}


/*adjust the new toggle element which is added via jQuery*/

ul.et_mobile_menu li.menu-item-has-children .mobile-toggle,
ul.et_mobile_menu li.page_item_has_children .mobile-toggle,
.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children .mobile-toggle,
.et-db #et-boc .et-l ul.et_mobile_menu li.page_item_has_children .mobile-toggle {
	padding: 0px !important;
	border: none;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 999;
	background-color: transparent;
	width: 30px;
	height: 30px;
}

/*some code to keep everyting positioned properly*/

ul.et_mobile_menu > li.menu-item-has-children,
ul.et_mobile_menu > li.page_item_has_children,
ul.et_mobile_menu > li.menu-item-has-children .sub-menu li.menu-item-has-children,
.et-db #et-boc .et-l ul.et_mobile_menu > li.menu-item-has-children,
.et-db #et-boc .et-l ul.et_mobile_menu > li.page_item_has_children,
.et-db #et-boc .et-l ul.et_mobile_menu > li.menu-item-has-children .sub-menu li.menu-item-has-children {
	position: relative;
}

/*remove default background color from menu items that have children*/

.et_mobile_menu .menu-item-has-children > a,
.et-db #et-boc .et-l .et_mobile_menu .menu-item-has-children > a {
	background-color: transparent;
}

/*hide the submenu by default*/

ul.et_mobile_menu .menu-item-has-children .sub-menu,
#main-header ul.et_mobile_menu .menu-item-has-children .sub-menu,
.et-db #et-boc .et-l ul.et_mobile_menu .menu-item-has-children .sub-menu,
.et-db #main-header ul.et_mobile_menu .menu-item-has-children .sub-menu {
	display: none !important;
	visibility: hidden !important;
}

/*show the submenu when toggled open*/

ul.et_mobile_menu .menu-item-has-children .sub-menu.visible,
#main-header ul.et_mobile_menu .menu-item-has-children .sub-menu.visible,
.et-db #et-boc .et-l ul.et_mobile_menu .menu-item-has-children .sub-menu.visible,
.et-db #main-header ul.et_mobile_menu .menu-item-has-children .sub-menu.visible {
	display: block !important;
	visibility: visible !important;
}

/*adjust the toggle icon position and transparency*/

ul.et_mobile_menu li.menu-item-has-children .mobile-toggle,
.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children .mobile-toggle {
	text-align: center;
	opacity: 1;
}


/*submenu toggle icon when closed*/

ul.et_mobile_menu li.menu-item-has-children .mobile-toggle::after,
.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children .mobile-toggle::after {
	top: 10px;
	position: relative;
	font-family: "ETModules";
	content: '\33';
	color: #00d263;
	background: var(--color1);
	border-radius: 50%;
	padding: 0;
	width: 30px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 19px;
}

/*submenu toggle icon when open*/

ul.et_mobile_menu li.menu-item-has-children.dt-open > .mobile-toggle::after,
.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children.dt-open > .mobile-toggle::after {
	content: '\32';
}

/*add point on top of the menu submenu dropdown*/

.et_pb_menu_0.et_pb_menu .et_mobile_menu:after {
	position: absolute;
	right: 5%;
	margin-left: -20px;
	top: -14px;
	width: 0;
	height: 0;
	content: '';
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 20px solid #ffffff;
}


/*adjust the position of the hamburger menu*/

.mobile_menu_bar {
	position: relative;
	display: block;
	bottom: 10px;
	line-height: 0;
}

/*force the background color and add a rounded border*/

.et_pb_menu_0.et_pb_menu .et_mobile_menu,
.et_pb_menu_0.et_pb_menu .et_mobile_menu ul {
	background-color: #ffffff !important;
	border-radius: 10px;
}

ul.et_mobile_menu li.menu-item-has-children .mobile-toggle::after,
.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children .mobile-toggle::after {
	color: #fff;
}

.restaurent_section1_menu.et_pb_menu_0_tb_header.et_pb_menu ul li.current-menu-item a {
	color: var(--color1) !important;
	opacity: 1;
}

.restaurent_section1_menu.et_pb_menu_0_tb_header.et_pb_menu ul li:hover > a {
	color: var(--color1) !important;
	opacity: 1;
}

.restaurent_section1_menu.et_pb_menu_0_tb_header.et_pb_menu .nav li ul.sub-menu a:hover {
	color: var(--color1) !important;
}

.restaurent_section1_menu.et_pb_menu_1_tb_header.et_pb_menu .et_mobile_menu a:hover {
	color: var(--color1) !important;
}

.restaurent_section1_menu.et_pb_menu_1_tb_header .mobile_nav .mobile_menu_bar:before {
	color: var(--color1) !important;
}


/* ------ Footer ------ */
.restaurent_section1_email .et_pb_newsletter_form input[type="text"],
.restaurent_section1_email .et_pb_newsletter_form p.et_pb_newsletter_field input[type="text"] {
	width: 100%;
}

.restaurent_section1_email .et_pb_newsletter_button_wrap {
	position: absolute;
	top: 0;
	right: 0;
}

.restaurent_section1_email .et_pb_newsletter_button_wrap .et_pb_newsletter_button {
	transition: color 300ms ease 0ms;
	font-weight: 700;
	overflow: hidden;
	position: relative;
	z-index: 1;
	transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
}

.restaurent_section1_email .et_pb_newsletter_button_wrap .et_pb_newsletter_button:after {
	content: "";
	background: #1F1E23;
	width: 0;
	height: 0;
	border-radius: 0;
	transform: translateX(-50%);
	position: absolute;
	top: 0;
	left: 50%;
	z-index: -1;
	transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
	margin: 0 !important;
}

.restaurent_section1_email .et_pb_newsletter_button_wrap .et_pb_newsletter_button:hover:after {
	width: 100%;
	height: 100%;
}

.restaurent_section1_email .et_pb_newsletter_form p.et_pb_newsletter_field {
	margin-bottom: 0;
	padding-bottom: 0;
}

.restaurent_footertext a {
	color: var(--color1) !important;
}

.restaurentfooter_social.et_pb_social_media_follow_0_tb_footer li.et_pb_social_icon a.icon:hover::before {
	color: var(--color1) !important;
}

.restaurentfooter_section1_menu.et_pb_menu_0_tb_footer.et_pb_menu ul li:hover > a,
.restaurentfooter_section1_menu.et_pb_menu_0_tb_footer.et_pb_menu ul li.current-menu-item a {
	color: var(--color1) !important;
	opacity: 1;
}

.et_pb_menu .et_mobile_nav_menu{align-items: initial;}

.restaurent_section1_menu .mobile_menu_bar{transform: translateY(-50%);
  bottom: 0;
  top: 50%;}



@media only screen and (max-width: 980px) {
.restaurent_section1_menu .et_pb_menu_inner_container {padding:10px 0px;}
}



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

	.restaurentfooter_section1_menu.et_pb_menu .et_pb_menu__menu,
	.restaurentfooter_section1_bottommenu.et_pb_menu .et_pb_menu__menu {
		display: block;
	}

	.restaurentfooter_section1_menu .et_pb_menu__wrap .mobile_menu_bar,
	.restaurentfooter_section1_bottommenu .et_pb_menu__wrap .mobile_menu_bar {
		display: none;
	}

	.restaurentfooter_section1_bottommenu.et_pb_menu--style-left_aligned.et_pb_text_align_right .et_pb_menu__wrap {
		justify-content: center;
	}
}

@media only screen and (max-width: 767px) {
	.restaurent_section1_email .et_pb_newsletter_button_wrap {
		position: relative;
		top: 0;
		right: 0;
	}

	.restaurent_section1_email .et_pb_newsletter_form input[type="text"],
	.restaurent_section1_email .et_pb_newsletter_form p.et_pb_newsletter_field input[type="text"] {
		margin-bottom: 10px;
	}
}

/*------ Home ------*/
.restauranthome_section1_blurb .et_pb_blurb_content .et_pb_blurb_container {
	padding-left: 0;
	padding-right: 15px;
}

.restauranthome_section1_text .et_pb_text_inner span {
	color: #ffffff;
}

.restauranthome_section1_row .et_pb_button_module_wrapper {
	display: inline-block;
}

.restauranthome_section3_blurb .et_pb_blurb_content .et_pb_blurb_container {
	display: flex;
	align-items: center;
}

.restauranthome_section3_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description h3 {
	font-family: 'Playfair Display';
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 32px;
	color: #1F1E23;
	padding-bottom: 5px;
	transition: all 0.5s ease;
}

.restauranthome_section3_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description span {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 20px;
	color: #1F1E23;
}

.restauranthome_section3_blurb:hover .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header {
	background: var(--color1);
	box-shadow: 0px 10px 36px rgba(252, 117, 35, 0.5), 0px 0px 0px 1px rgba(0, 0, 0, 0.06);
}

.restauranthome_section3_blurb:hover .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description h3 {
	color: var(--color1);
}

.restauranthome_section4_blurb:hover .et_pb_blurb_content .et_pb_main_blurb_image {
	background: var(--color1);
	box-shadow: 0px 10px 36px rgba(252, 117, 35, 0.5), 0px 0px 0px 1px rgba(0, 0, 0, 0.06);
}

.restauranthome_section4_blurb:hover .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header {
	color: var(--color1) !important;
}

.restauranthome_section5_text ul.pa-dot-leaders {
	max-width: 40em;
	padding: 0;
	overflow-x: hidden;
	list-style: none
}

.restauranthome_section5_text ul.pa-dot-leaders li {
	padding-bottom: 10px;
}

.restauranthome_section5_text ul.pa-dot-leaders li:before {
	float: left;
	width: 0;
	white-space: nowrap;
	content:
		". . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . "
}

.restauranthome_section5_text ul.pa-dot-leaders span:first-child {
	padding-right: 0.33em;
	background: #ffffff;
	transition: all 0.5s ease;
}

.restauranthome_section5_text ul.pa-dot-leaders span + span {
	float: right;
	padding-left: 0.33em;
	background: #ffffff;
	transition: all 0.5s ease;
}

.restauranthome_section5_text h6 {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 20px;
	color: #1F1E23;
}

.restauranthome_section6_testimonail .et_pb_testimonial_portrait:before {
	display: none;
}

.restauranthome_section6_testimonail .et_pb_testimonial_description .et_pb_testimonial_content h3 {
	font-family: 'Playfair Display';
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 32px;
	color: #1F1E23;
	transition: all 0.5s ease;
}

.restauranthome_section6_testimonail:hover .et_pb_testimonial_description .et_pb_testimonial_content h3 {
	color: var(--color1);
}

.restauranthome_section6_testimonail .et_pb_testimonial_description .et_pb_testimonial_content span {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 20px;
	text-align: center;
	color: #1F1E23;
}

.restauranthome_section6_testimonail .et_pb_testimonial_author {
	font-family: 'Playfair Display';
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 27px;
	text-align: center;
	color: #1F1E23;
	padding-bottom: 10px;
	transition: all 0.5s ease;
}

.restauranthome_section6_testimonail:hover .et_pb_testimonial_author {
	color: var(--color1);
}

.restauranthome_section6_testimonail .et_pb_testimonial_meta {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	color: #1F1E23;
}

.restauranthome_section6_testimonail .et_pb_testimonial_content {
	padding-bottom: 10px;
	position: relative;
}

.restauranthome_section6_testimonail .et_pb_testimonial_content:after {
	content: "\e033\e033\e033\e033\e033";
	font-family: 'ETmodules';
	color: var(--color1);
}

.restauranthome_section6_testimonail .et_pb_testimonial_content p {
	padding-bottom: 10px !important;
}

.restauranthome_section8_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description .note {
	margin-top: 10px;
	display: block;
}

.restauranthome_section8_contact .et_pb_contact_form .et_contact_bottom_container {
	float: unset;
	text-align: unset;
	margin-top: -1.5%;
	display: block;
	padding-left: 3%;
}

.restauranthome_section8_contact .et_pb_contact_form .et_contact_bottom_container .et_pb_button:after {
	content: "";
	background: #1F1E23;
	width: 0;
	height: 0;
	border-radius: 0;
	transform: translateX(-50%);
	position: absolute;
	top: 0;
	left: 50%;
	z-index: -1;
	transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
	margin: 0 !important;
}

.restauranthome_section8_contact .et_pb_contact_form .et_contact_bottom_container .et_pb_button:hover:after {
	width: 100%;
	height: 100%;
}

.restauranthome_section9_text span {
	color: var(--color1);
}

.restauranthome_section10_blog .et_pb_post {
	padding: 0;
	background: transparent;
	position: relative;
}

.restauranthome_section10_blog .et_pb_post .et_pb_image_container {
	margin: 0;
}

.restauranthome_section10_blog .et_pb_post .et_pb_image_container .entry-featured-image-url {
	margin: 0;
	position: relative;
	padding-top: 100%;
	background-color:var(--color2);
}

.restauranthome_section10_blog .et_pb_post .et_pb_image_container .entry-featured-image-url img {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	left: 0;
	opacity:0.5;
}

.restauranthome_section10_blog .et_pb_post .restauranthome_section10_blog_content {
	position: absolute;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	height: 100%;
	width: 100%;
	padding: 30px;
	z-index: 1;
}

.restauranthome_section10_blog .et_pb_post .restauranthome_section10_blog_content:before {
	position: absolute;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	background: #fff;
	height: 100%;
	width: 100%;
	content: "";
	z-index: -1;
	transition: all 0.5s ease;
	opacity: 1;
	visibility: visible;
}

.restauranthome_section10_blog .et_pb_post:hover .restauranthome_section10_blog_content:before {
	height: 0%;
}

.restauranthome_section10_blog .et_pb_post:hover .restauranthome_section10_blog_content:before {
	opacity: 0;
	visibility: hidden;
}

.restauranthome_section10_blog .et_pb_post .restauranthome_section10_blog_content .post-meta {
	background: #FFFFFF;
	box-shadow: 0px 8px 24px rgb(149 157 165 / 20%);
	padding: 10px 25px;
	margin-bottom: 0;
	transition: all 0.5s ease;
}

.restauranthome_section10_blog .et_pb_post .restauranthome_section10_blog_content .post-meta .author {
	position: relative;
	margin-right: 20px;
	transition: all 0.5s ease;
}

.restauranthome_section10_blog .et_pb_post .post-meta .author a {
	transition: all 0.5s ease;
}

.restauranthome_section10_blog .et_pb_post:hover .post-meta .author a {
	color: #ffffff !important;
}

.restauranthome_section10_blog .et_pb_post .restauranthome_section10_blog_content .post-meta .author:after {
	position: absolute;
	width: 8px;
	height: 8px;
	background: var(--color1);
	content: "";
	border-radius: 50%;
	top: 50%;
	transform: translateY(-50%);
	left: 59px;
}

.restauranthome_section10_blog .et_pb_post:hover .restauranthome_section10_blog_content .post-meta {
	background: rgba(252, 117, 35, 0.5);
	box-shadow: 0px 8px 24px rgba(149, 157, 165, 0.2);
	color: #ffffff !important;
}

.restauranthome_section10_blog .et_pb_post .entry-title a {
	transition: all 0.5s ease;
}

.restauranthome_section10_blog .et_pb_post:hover .entry-title a {
	color: var(--color1) !important;
}

.restauranthome_section10_blog .et_pb_post .post-content p {
	transition: all 0.5s ease;
}

.restauranthome_section10_blog .et_pb_post:hover .post-content p {
	color: #ffffff !important;
}

.restauranthome_section10_blog .et_pb_post .post-content .post-content-inner {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.restauranthome_section11_accordion .et_pb_toggle.et_pb_toggle_open .et_pb_toggle_title {
	background: var(--color1);
}

.restauranthome_section11_accordion .et_pb_toggle.et_pb_toggle_open .et_pb_toggle_title:before {
	display: block;
	color: #ffffff !important;
	transform: rotate(180deg);
}

@media only screen and (max-width: 981px) {
	.restauranthome_section8_blurb .et_pb_blurb_content .et_pb_main_blurb_image {
		display: none;
	}
}

@media only screen and (max-width: 767px) {
	.restauranthome_section3_blurb .et_pb_blurb_content .et_pb_blurb_container {
		display: block;
	}

	.restauranthome_section10_blog .et_pb_post .restauranthome_section10_blog_content {
		padding: 20px;
	}
}

/* ------ About Us ------ */
.restaurantaboutus_section3_blurb:hover .et_pb_blurb_content .et_pb_main_blurb_image {
	background: var(--color1);
	box-shadow: 0px 10px 36px rgba(252, 117, 35, 0.5), 0px 0px 0px 1px rgba(0, 0, 0, 0.06);
}

.restaurantaboutus_section3_blurb:hover .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header {
	color: var(--color1) !important;
}

.restaurantaboutus_section4_testimonail .et_pb_testimonial_portrait:before {
	display: none;
}

.restaurantaboutus_section4_testimonail .et_pb_testimonial_description .et_pb_testimonial_content h3 {
	font-family: 'Playfair Display';
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 32px;
	color: #1F1E23;
	transition: all 0.5s ease;
}

.restaurantaboutus_section4_testimonail:hover .et_pb_testimonial_description .et_pb_testimonial_content h3 {
	color: var(--color1);
}

.restaurantaboutus_section4_testimonail .et_pb_testimonial_description .et_pb_testimonial_content span {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 20px;
	text-align: center;
	color: #1F1E23;
}

.restaurantaboutus_section4_testimonail .et_pb_testimonial_author {
	font-family: 'Playfair Display';
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 27px;
	text-align: center;
	color: #1F1E23;
	padding-bottom: 10px;
	transition: all 0.5s ease;
}

.restaurantaboutus_section4_testimonail:hover .et_pb_testimonial_author {
	color: var(--color1);
}

.restaurantaboutus_section4_testimonail .et_pb_testimonial_meta {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	color: #1F1E23;
}

.restaurantaboutus_section4_testimonail .et_pb_testimonial_content {
	padding-bottom: 10px;
	position: relative;
}

.restaurantaboutus_section4_testimonail .et_pb_testimonial_content:after {
	content: "\e033\e033\e033\e033\e033";
	font-family: 'ETmodules';
	color: var(--color1);
}

.restaurantaboutus_section4_testimonail .et_pb_testimonial_content p {
	padding-bottom: 10px !important;
}

/* ------ Our Menu V1 ------ */
.restaurantmenu_section2_text ul.pa-dot-leaders {
	max-width: 40em;
	padding: 0;
	overflow-x: hidden;
	list-style: none
}

.restaurantmenu_section2_text ul.pa-dot-leaders li {
	padding-bottom: 10px;
}

.restaurantmenu_section2_text ul.pa-dot-leaders li:before {
	float: left;
	width: 0;
	white-space: nowrap;
	content:
		". . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . "
}

.restaurantmenu_section2_text ul.pa-dot-leaders span:first-child {
	padding-right: 0.33em;
	background: #ffffff;
	transition: all 0.5s ease;
}

.restaurantmenu_section2_text ul.pa-dot-leaders span + span {
	float: right;
	padding-left: 0.33em;
	background: white;
	transition: all 0.5s ease;
}

.restaurantmenu_section2_text h6 {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 20px;
	color: #1F1E23;
	padding-bottom: 0;
}

.restaurantmenu_section3_blurb:hover .et_pb_blurb_content .et_pb_main_blurb_image {
	background: var(--color1);
	box-shadow: 0px 10px 36px rgba(252, 117, 35, 0.5), 0px 0px 0px 1px rgba(0, 0, 0, 0.06);
}

.restaurantmenu_section3_blurb:hover .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header {
	color: var(--color1) !important;
}

.restaurantmenu_section5_cta .et_pb_promo_description {
	padding-bottom: 25px;
}

.restaurantmenu_section5_cta .et_pb_promo_description p {
	padding-bottom: 0;
}

.restaurantmenu_section5_cta .et_pb_promo_description div span {
	color: var(--color1) !important;
}

.restaurantmenu_section5_cta .et_pb_button:after {
	content: "";
	background: #1F1E23;
	width: 0;
	height: 0;
	border-radius: 0;
	transform: translateX(-50%);
	position: absolute;
	top: 0;
	left: 50%;
	z-index: -1;
	transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
	margin: 0 !important;
}

.restaurantmenu_section5_cta .et_pb_button:hover:after {
	width: 100%;
	height: 100%;
}

.restaurantmenu_section8_testimonial .et_pb_testimonial_portrait:before {
	display: none;
}

.restaurantmenu_section8_testimonial .et_pb_testimonial_description .et_pb_testimonial_content h3 {
	font-family: 'Playfair Display';
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 32px;
	color: #1F1E23;
	transition: all 0.5s ease;
}

.restaurantmenu_section8_testimonial:hover .et_pb_testimonial_description .et_pb_testimonial_content h3 {
	color: var(--color1);
}

.restaurantmenu_section8_testimonial .et_pb_testimonial_description .et_pb_testimonial_content span {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 20px;
	text-align: center;
	color: #1F1E23;
}

.restaurantmenu_section8_testimonial .et_pb_testimonial_author {
	font-family: 'Playfair Display';
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 27px;
	text-align: center;
	color: #1F1E23;
	padding-bottom: 10px;
	transition: all 0.5s ease;
}

.restaurantmenu_section8_testimonial:hover .et_pb_testimonial_author {
	color: var(--color1);
}

.restaurantmenu_section8_testimonial .et_pb_testimonial_meta {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	color: #1F1E23;
}

.restaurantmenu_section8_testimonial .et_pb_testimonial_content {
	padding-bottom: 10px;
	position: relative;
}

.restaurantmenu_section8_testimonial .et_pb_testimonial_content:after {
	content: "\e033\e033\e033\e033\e033";
	font-family: 'ETmodules';
	color: var(--color1);
}

.restaurantmenu_section8_testimonial .et_pb_testimonial_content p {
	padding-bottom: 10px !important;
}

/* ------ Our Menu V2 ------ */
.restaurantmenuv2_section2_blurb .et_pb_main_blurb_image img {
	width: 100%;
}

.restaurantmenuv2_section2_blurb .et_pb_blurb_content .et_pb_blurb_container {
	padding: 20px;
}

.restaurantmenuv2_section2_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description .menu-price {
	font-family: 'Playfair Display', Georgia, "Times New Roman", serif;
	margin-top: 10px;
	display: block;
	transition: all 0.5s ease;
}

.restaurantmenuv2_section2_blurb:hover .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description .menu-price {
	color: var(--color1) !important;
}

.restaurantmenuv2_section2_blurb:hover .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header a {
	transition: all 0.5s ease;
}

.restaurantmenuv2_section2_blurb:hover .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header a {
	color: var(--color1) !important;
}

.restaurantmenuv2_section5_cta .et_pb_promo_description {
	padding-bottom: 25px;
}

.restaurantmenuv2_section5_cta .et_pb_promo_description p {
	padding-bottom: 0;
}

.restaurantmenuv2_section5_cta .et_pb_promo_description div span {
	color: var(--color1) !important;
}

.restaurantmenuv2_section5_cta .et_pb_button:after {
	content: "";
	background: #1F1E23;
	width: 0;
	height: 0;
	border-radius: 0;
	transform: translateX(-50%);
	position: absolute;
	top: 0;
	left: 50%;
	z-index: -1;
	transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
	margin: 0 !important;
}

.restaurantmenuv2_section5_cta .et_pb_button:hover:after {
	width: 100%;
	height: 100%;
}

.restaurantmenuv2_section8_testimonial .et_pb_testimonial_portrait:before {
	display: none;
}

.restaurantmenuv2_section8_testimonial .et_pb_testimonial_description .et_pb_testimonial_content h3 {
	font-family: 'Playfair Display';
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 32px;
	color: #1F1E23;
	transition: all 0.5s ease;
}

.restaurantmenuv2_section8_testimonial:hover .et_pb_testimonial_description .et_pb_testimonial_content h3 {
	color: var(--color1);
}

.restaurantmenuv2_section8_testimonial .et_pb_testimonial_description .et_pb_testimonial_content span {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 20px;
	text-align: center;
	color: #1F1E23;
}

.restaurantmenuv2_section8_testimonial .et_pb_testimonial_author {
	font-family: 'Playfair Display';
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 27px;
	text-align: center;
	color: #1F1E23;
	padding-bottom: 10px;
	transition: all 0.5s ease;
}

.restaurantmenuv2_section8_testimonial:hover .et_pb_testimonial_author {
	color: var(--color1);
}

.restaurantmenuv2_section8_testimonial .et_pb_testimonial_meta {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	color: #1F1E23;
}

.restaurantmenuv2_section8_testimonial .et_pb_testimonial_content {
	padding-bottom: 10px;
	position: relative;
}

.restaurantmenuv2_section8_testimonial .et_pb_testimonial_content:after {
	content: "\e033\e033\e033\e033\e033";
	font-family: 'ETmodules';
	color: var(--color1);
}

.restaurantmenuv2_section8_testimonial .et_pb_testimonial_content p {
	padding-bottom: 10px !important;
}

/* ------ Menu Detail ------ */
.restaurantmenudetail_blurb .et_pb_main_blurb_image img {
	width: 100%;
}

.restaurantmenudetail_section2_blurb .et_pb_main_blurb_image img {
	width: 100%;
}

.restaurantmenudetail_section2_blurb .et_pb_blurb_content .et_pb_blurb_container {
	padding: 20px;
}

.restaurantmenudetail_section2_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description .menu-price {
	font-family: 'Playfair Display', Georgia, "Times New Roman", serif;
	margin-top: 10px;
	display: block;
	transition: all 0.5s ease;
}

.restaurantmenudetail_section2_blurb:hover .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description .menu-price {
	color: var(--color1) !important;
}

.restaurantmenudetail_section2_blurb:hover .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header a {
	transition: all 0.5s ease;
}

.restaurantmenudetail_section2_blurb:hover .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header a {
	color: var(--color1) !important;
}

.restaurantmenudetail_section4_testimonial .et_pb_testimonial_portrait:before {
	display: none;
}

.restaurantmenudetail_section4_testimonial .et_pb_testimonial_description .et_pb_testimonial_content h3 {
	font-family: 'Playfair Display';
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 32px;
	color: #1F1E23;
	transition: all 0.5s ease;
}

.restaurantmenudetail_section4_testimonial:hover .et_pb_testimonial_description .et_pb_testimonial_content h3 {
	color: var(--color1);
}

.restaurantmenudetail_section4_testimonial .et_pb_testimonial_description .et_pb_testimonial_content span {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 20px;
	text-align: center;
	color: #1F1E23;
}

.restaurantmenudetail_section4_testimonial .et_pb_testimonial_author {
	font-family: 'Playfair Display';
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 27px;
	text-align: center;
	color: #1F1E23;
	padding-bottom: 10px;
	transition: all 0.5s ease;
}

.restaurantmenudetail_section4_testimonial:hover .et_pb_testimonial_author {
	color: var(--color1);
}

.restaurantmenudetail_section4_testimonial .et_pb_testimonial_meta {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	color: #1F1E23;
}

.restaurantmenudetail_section4_testimonial .et_pb_testimonial_content {
	padding-bottom: 10px;
	position: relative;
}

.restaurantmenudetail_section4_testimonial .et_pb_testimonial_content:after {
	content: "\e033\e033\e033\e033\e033";
	font-family: 'ETmodules';
	color: var(--color1);
}

.restaurantmenudetail_section4_testimonial .et_pb_testimonial_content p {
	padding-bottom: 10px !important;
}

/* ------ Our Team ------ */
.restaurantteam_section2_person .et_pb_team_member_image {
	position: relative;
	overflow: hidden;
}

.restaurantteam_section2_person .et_pb_team_member_image img {
	transition: all 0.5s ease;
	width: 100%;
}

.restaurantteam_section2_person:hover .et_pb_team_member_image img {
	transform: scale(1.1);
}

.restaurantteam_section2_person .restaurantteam_section2_person_content {
	padding: 15px;
	border-bottom: 1px solid #d6d6d6;
}

.restaurantteam_section2_person .et_pb_member_social_links {
	padding: 15px;
	background: transparent;
	transition: all 0.5s ease;
	position: relative;
}

.restaurantteam_section2_person .et_pb_member_social_links:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 0%;
	transition: all 0.5s ease;
	background: var(--color1);
}

.restaurantteam_section2_person:hover .et_pb_member_social_links:before {
	height: 100%;
}

/* .restaurantteam_section2_person:hover .et_pb_member_social_links{
	background: var(--color1);
} */

.restaurantteam_section2_person .et_pb_member_social_links li:last-child {
	margin-right: 0;
}

.restaurantteam_section2_person .et_pb_member_social_links li a {
	transition: all 0.5s ease;
}

.restaurantteam_section2_person:hover .et_pb_member_social_links li a {
	color: #ffffff !important;
}

/* ------ Our Testimonial ------ */
.restauranttestimonial_section2_testimonial .et_pb_testimonial_portrait:before {
	display: none;
}

.restauranttestimonial_section2_testimonial .et_pb_testimonial_description .et_pb_testimonial_content h3 {
	font-family: 'Playfair Display';
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 32px;
	color: #1F1E23;
	transition: all 0.5s ease;
}

.restauranttestimonial_section2_testimonial:hover .et_pb_testimonial_description .et_pb_testimonial_content h3 {
	color: var(--color1);
}

.restauranttestimonial_section2_testimonial .et_pb_testimonial_description .et_pb_testimonial_content span {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 20px;
	text-align: center;
	color: #1F1E23;
}

.restauranttestimonial_section2_testimonial .et_pb_testimonial_author {
	font-family: 'Playfair Display';
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 27px;
	text-align: center;
	color: #1F1E23;
	padding-bottom: 10px;
	transition: all 0.5s ease;
}

.restauranttestimonial_section2_testimonial:hover .et_pb_testimonial_author {
	color: var(--color1);
}

.restauranttestimonial_section2_testimonial .et_pb_testimonial_meta {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	color: #1F1E23;
}

.restauranttestimonial_section2_testimonial .et_pb_testimonial_content {
	padding-bottom: 10px;
	position: relative;
}

.restauranttestimonial_section2_testimonial .et_pb_testimonial_content:after {
	content: "\e033\e033\e033\e033\e033";
	font-family: 'ETmodules';
	color: var(--color1);
}

.restauranttestimonial_section2_testimonial .et_pb_testimonial_content p {
	padding-bottom: 10px !important;
}

.restauranttestimonial_section3_blog .et_pb_post {
	padding: 0;
	background: transparent;
	position: relative;
}

.restauranttestimonial_section3_blog .et_pb_post .et_pb_image_container {
	margin: 0;
}

.restauranttestimonial_section3_blog .et_pb_post .et_pb_image_container .entry-featured-image-url {
	margin: 0;
	position: relative;
	padding-top: 100%;
}

.restauranttestimonial_section3_blog .et_pb_post .et_pb_image_container .entry-featured-image-url img {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	left: 0;
}

.restauranttestimonial_section3_blog .et_pb_post .restauranttestimonial_section3_blog_content {
	position: absolute;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	height: 100%;
	width: 100%;
	padding: 30px;
	z-index: 1;
}

.restauranttestimonial_section3_blog .et_pb_post .restauranttestimonial_section3_blog_content:before {
	position: absolute;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	background: #fff;
	height: 100%;
	width: 100%;
	content: "";
	z-index: -1;
	transition: all 0.5s ease;
	opacity: 1;
	visibility: visible;
}

.restauranttestimonial_section3_blog .et_pb_post:hover .restauranttestimonial_section3_blog_content:before {
	height: 0%;
}

.restauranttestimonial_section3_blog .et_pb_post:hover .restauranttestimonial_section3_blog_content:before {
	opacity: 0;
	visibility: hidden;
}

.restauranttestimonial_section3_blog .et_pb_post .restauranttestimonial_section3_blog_content .post-meta {
	background: #FFFFFF;
	box-shadow: 0px 8px 24px rgb(149 157 165 / 20%);
	padding: 10px 25px;
	margin-bottom: 0;
	transition: all 0.5s ease;
}

.restauranttestimonial_section3_blog .et_pb_post .restauranttestimonial_section3_blog_content .post-meta .author {
	position: relative;
	margin-right: 20px;
	transition: all 0.5s ease;
}

.restauranttestimonial_section3_blog .et_pb_post .post-meta .author a {
	transition: all 0.5s ease;
}

.restauranttestimonial_section3_blog .et_pb_post:hover .post-meta .author a {
	color: #ffffff !important;
}

.restauranttestimonial_section3_blog .et_pb_post .restauranttestimonial_section3_blog_content .post-meta .author:after {
	position: absolute;
	width: 8px;
	height: 8px;
	background: var(--color1);
	content: "";
	border-radius: 50%;
	top: 50%;
	transform: translateY(-50%);
	left: 59px;
}

.restauranttestimonial_section3_blog .et_pb_post:hover .restauranttestimonial_section3_blog_content .post-meta {
	background: rgba(252, 117, 35, 0.5);
	box-shadow: 0px 8px 24px rgba(149, 157, 165, 0.2);
	color: #ffffff !important;
}

.restauranttestimonial_section3_blog .et_pb_post .entry-title a {
	transition: all 0.5s ease;
}

.restauranttestimonial_section3_blog .et_pb_post:hover .entry-title a {
	color: var(--color1) !important;
}

.restauranttestimonial_section3_blog .et_pb_post .post-content p {
	transition: all 0.5s ease;
}

.restauranttestimonial_section3_blog .et_pb_post:hover .post-content p {
	color: #ffffff !important;
}

.restauranttestimonial_section3_blog .et_pb_post .post-content .post-content-inner {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

@media only screen and (max-width: 767px) {
	.restauranttestimonial_section3_blog .et_pb_post .restauranttestimonial_section3_blog_content {
		padding: 20px;
	}
}

/* ------ Our FAQ ------ */
.restaurantfaq_section2_accordion .et_pb_toggle.et_pb_toggle_open .et_pb_toggle_title {
	background: var(--color1);
}

.restaurantfaq_section2_accordion .et_pb_toggle.et_pb_toggle_open .et_pb_toggle_title:before {
	display: block;
	color: #ffffff !important;
	transform: rotate(180deg);
}

.restaurantfaq_section2_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
}

.restaurantfaq_section2_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description a {
	color: var(--color1);
}

.restaurantfaq_section2_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description:before {
	content: "";
	width: 110px;
	height: 110px;
	background: #FDF0E6;
	position: absolute;
	left: 50%;
	transform: translateX(-200%);
	border-radius: 100%;
	z-index: -1;
}

.restaurantfaq_section2_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description strong {
	color: var(--color1) !important;
	position: relative;
}

.restaurantfaq_section2_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description strong:after {
	content: "\24";
	font-family: 'ETmodules';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	margin-left: 5px;
}

.restaurantfaq_section3_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description .note {
	margin-top: 10px;
	display: block;
}

.restaurantfaq_section3_contact .et_pb_contact_form .et_contact_bottom_container {
	float: unset;
	text-align: unset;
	margin-top: -1.5%;
	display: block;
	padding-left: 3%;
}

.restaurantfaq_section3_contact .et_pb_contact_form .et_contact_bottom_container .et_pb_button:after {
	content: "";
	background: #1F1E23;
	width: 0;
	height: 0;
	border-radius: 0;
	transform: translateX(-50%);
	position: absolute;
	top: 0;
	left: 50%;
	z-index: -1;
	transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
	margin: 0 !important;
}

.restaurantfaq_section3_contact .et_pb_contact_form .et_contact_bottom_container .et_pb_button:hover:after {
	width: 100%;
	height: 100%;
}

@media only screen and (max-width: 981px) {
	.restaurantfaq_section3_blurb .et_pb_blurb_content .et_pb_main_blurb_image {
		display: none;
	}
}

@media only screen and (max-width: 767px) {
	.restaurantfaq_section2_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description {
		position: relative;
		display: unset;
		align-items: unset;
		justify-content: unset;
		margin-left: unset;
		margin-right: unset;
	}

	.restaurantfaq_section2_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description:before {
		content: "";
		width: 110px;
		height: 110px;
		background: #FDF0E6;
		position: absolute;
		left: 50%;
		border-radius: 100%;
		z-index: -1;
		top: 50%;
		transform: translate(-50%, -50%);
	}

	.restaurantfaq_section2_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description strong:after {
		content: "\24";
		font-family: 'ETmodules';
		position: unset;
		top: unset;
		transform: unset;
		margin-left: 5px;
	}
}

/* ------ Our Gallery ------ */
.restaurantgalleruy_section4_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description .note {
	margin-top: 10px;
	display: block;
}

.restaurantgalleruy_section4_contact .et_pb_contact_form .et_contact_bottom_container {
	float: unset;
	text-align: unset;
	margin-top: -1.5%;
	display: block;
	padding-left: 3%;
}

.restaurantgalleruy_section4_contact .et_pb_contact_form .et_contact_bottom_container .et_pb_button:after {
	content: "";
	background: #1F1E23;
	width: 0;
	height: 0;
	border-radius: 0;
	transform: translateX(-50%);
	position: absolute;
	top: 0;
	left: 50%;
	z-index: -1;
	transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
	margin: 0 !important;
}

.restaurantgalleruy_section4_contact .et_pb_contact_form .et_contact_bottom_container .et_pb_button:hover:after {
	width: 100%;
	height: 100%;
}

@media only screen and (max-width: 981px) {
	.restaurantgalleruy_section4_blurb .et_pb_blurb_content .et_pb_main_blurb_image {
		display: none;
	}
}

/* ------ Coming Soon ------ */
.restaurantsoon_section2_email .et_pb_newsletter_form p.et_pb_newsletter_field {
	padding-bottom: 0 !important;
}

.restaurantsoon_section2_email .et_pb_newsletter_button_wrap .et_pb_newsletter_button:hover:after {
	width: 100%;
	height: 100%;
}

.restaurantsoon_section2_email .et_pb_newsletter_button_wrap .et_pb_newsletter_button:after {
	content: "";
	background: #1F1E23;
	width: 0;
	height: 0;
	border-radius: 0;
	transform: translateX(-50%);
	position: absolute;
	top: 0;
	left: 50%;
	z-index: -1;
	transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
	margin: 0 !important;
}

/* ------ Blog ------ */
.restaurantblog_section2_blog .et_pb_post {
	padding: 0;
	background: transparent;
	position: relative;
}

.restaurantblog_section2_blog .et_pb_post .et_pb_image_container {
	margin: 0;
}

.restaurantblog_section2_blog .et_pb_post .et_pb_image_container .entry-featured-image-url {
	margin: 0;
	position: relative;
	padding-top: 100%;
	background:var(--color2);
}

.restaurantblog_section2_blog .et_pb_post .et_pb_image_container .entry-featured-image-url img {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	left: 0;
	opacity:0.5;
}

.restaurantblog_section2_blog .et_pb_post .restaurantblog_section2_blog_content {
	position: absolute;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	height: 100%;
	width: 100%;
	padding: 30px;
	z-index: 1;
}

.restaurantblog_section2_blog .et_pb_post .restaurantblog_section2_blog_content:before {
	position: absolute;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	background: #fff;
	height: 100%;
	width: 100%;
	content: "";
	z-index: -1;
	transition: all 0.5s ease;
	opacity: 1;
	visibility: visible;
}

.restaurantblog_section2_blog .et_pb_post:hover .restaurantblog_section2_blog_content:before {
	height: 0%;
}

.restaurantblog_section2_blog .et_pb_post:hover .restaurantblog_section2_blog_content:before {
	opacity: 0;
	visibility: hidden;
}

.restaurantblog_section2_blog .et_pb_post .restaurantblog_section2_blog_content .post-meta {
	background: #FFFFFF;
	box-shadow: 0px 8px 24px rgb(149 157 165 / 20%);
	padding: 10px 25px;
	margin-bottom: 0;
	transition: all 0.5s ease;
}

.restaurantblog_section2_blog .et_pb_post .restaurantblog_section2_blog_content .post-meta .author {
	position: relative;
	margin-right: 20px;
	transition: all 0.5s ease;
}

.restaurantblog_section2_blog .et_pb_post .post-meta .author a {
	transition: all 0.5s ease;
}

.restaurantblog_section2_blog .et_pb_post:hover .post-meta .author a {
	color: #ffffff !important;
}

.restaurantblog_section2_blog .et_pb_post .restaurantblog_section2_blog_content .post-meta .author:after {
	position: absolute;
	width: 8px;
	height: 8px;
	background: var(--color1);
	content: "";
	border-radius: 50%;
	top: 50%;
	transform: translateY(-50%);
	left: 59px;
}

.restaurantblog_section2_blog .et_pb_post:hover .restaurantblog_section2_blog_content .post-meta {
	background: rgba(252, 117, 35, 0.5);
	box-shadow: 0px 8px 24px rgba(149, 157, 165, 0.2);
	color: #ffffff !important;
}

.restaurantblog_section2_blog .et_pb_post .entry-title a {
	transition: all 0.5s ease;
}

.restaurantblog_section2_blog .et_pb_post:hover .entry-title a {
	color: var(--color1) !important;
}

.restaurantblog_section2_blog .et_pb_post .post-content p {
	transition: all 0.5s ease;
}

.restaurantblog_section2_blog .et_pb_post:hover .post-content p {
	color: #ffffff !important;
}

.restaurantblog_section2_blog .et_pb_post .post-content .post-content-inner {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

/* ------ Contact Us ------ */
.restaurantcontact_section3_contact .et_pb_contact_form .et_contact_bottom_container {
	float: unset;
	text-align: center;
	display: block;
}

.restaurantcontact_section3_contact .et_pb_contact_form .et_contact_bottom_container .et_pb_button:hover:after {
	width: 100%;
	height: 100%;
}

.restaurantcontact_section3_contact .et_pb_contact_form .et_contact_bottom_container .et_pb_button:after {
	content: "";
	background: #1F1E23;
	width: 0;
	height: 0;
	border-radius: 0;
	transform: translateX(-50%);
	position: absolute;
	top: 0;
	left: 50%;
	z-index: -1;
	transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
	margin: 0 !important;
}

/* ------ Book a Table ------ */
.restaurantbook_section2_contact .et_pb_contact_form .et_contact_bottom_container {
	float: unset;
	padding-left: 3%;
}

.restaurantbook_section2_contact .et_pb_contact_form .et_contact_bottom_container .et_pb_button:hover:after {
	width: 100%;
	height: 100%;
}

.restaurantbook_section2_contact .et_pb_contact_form .et_contact_bottom_container .et_pb_button:after {
	content: "";
	background: #1F1E23;
	width: 0;
	height: 0;
	border-radius: 0;
	transform: translateX(-50%);
	position: absolute;
	top: 0;
	left: 50%;
	z-index: -1;
	transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
	margin: 0 !important;
}

.restaurantbook_section3_cta .et_pb_promo_description {
	padding-bottom: 25px;
}

.restaurantbook_section3_cta .et_pb_promo_description p {
	padding-bottom: 0;
}

.restaurantbook_section3_cta .et_pb_promo_description div span {
	color: var(--color1) !important;
}

.restaurantbook_section3_cta .et_pb_button:after {
	content: "";
	background: #1F1E23;
	width: 0;
	height: 0;
	border-radius: 0;
	transform: translateX(-50%);
	position: absolute;
	top: 0;
	left: 50%;
	z-index: -1;
	transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
	margin: 0 !important;
}

.restaurantbook_section3_cta .et_pb_button:hover:after {
	width: 100%;
	height: 100%;
}

/* ------ Blog Detail ------ */


.restaurantblogdetail_section2_sidebar .widget_search input#searchsubmit {
	background: var(--color1) !important;
	color: #ffffff !important;
	transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
	padding: 0.7em 20px;
	height: 52px !important;
}

.restaurantblogdetail_section2_sidebar .widget_search input#searchsubmit:hover {
	background: #1F1E23 !important;
}

.restaurantblogdetail_section2_sidebar .widget {
	padding: 20px;
	margin: 0px;
}

.restaurantblogdetail_section2_sidebar .widget h3 {
	margin: 0 0 10px 0;
	border-bottom: 5px solid #dfdfdf;
	padding-bottom: 5px;
	font-size: 24px;
}

.restaurantblogdetail_section2_sidebar .widget h4 {
	margin: 0;
	padding: 0 0 5px;
	font-size: 14px;
}

.restaurantblogdetail_section2_sidebar .widget ul,
.widget-footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.restaurantblogdetail_section2_sidebar .widget ul li,
.widget-footer ul li {
	margin: 0 0 5px;
	border-bottom: 1px dotted #ddd;
}

.restaurantblogdetail_section2_sidebar .widget ul li:hover {
	position: relative;
}

.restaurantblogdetail_section2_sidebar .widget-image {
	float: left;
	display: block;
	max-height: 75px;
	min-height: 75px;
	text-align: center;
	padding-right: 15px;
}

.restaurantblogdetail_section2_sidebar .widget-image img {
	max-height: 90px;
	width: 90px;
}

.restaurantblogdetail_section2_sidebar li.thumbnail-post-w {
	min-height: 75px;
	margin-bottom: 20px;
}

.restaurantblogdetail_section2_sidebar li.thumbnail-post-w .widget-data h4 a {
	font-size: 16px;
	line-height: 20px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.restaurantblogdetail_section2_sidebar li.thumbnail-post-w .widget-data h4 {
	line-height: 20px;
	padding-bottom: 5px;
}

.restaurantblogdetail_section2_sidebar span.thumbnail-post-w-author,
span.thumbnail-post-w-date {
	font-size: 12px;
	display: block;
}

.restaurantblogdetail_section2_sidebar span.thumbnail-post-w-author {
	display: none;
}

.restaurantblogdetail_section2_sidebar .widget_categories {
	padding: 20px;
	border: 1px solid #d6d6d6;
}

.restaurantblogdetail_section2_sidebar .widget_categories .widgettitle {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #d6d6d6;
}

.restaurantblogdetail_section2_sidebar .widget_categories ul li {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #d6d6d6;
}

.restaurantblogdetail_section2_sidebar .widget_categories ul li:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: 0px;
}

.restaurantblogdetail_section2_sidebar .widget_search input#s {
	padding: 25px;
	border-radius: 0;
}

.restaurantblogdetail_section2_column2_cta .et_pb_promo_description span {
	color: var(--color1);
}

body #page-container .et_pb_section .restaurantblogdetail_section2_comment.et_pb_comments_module .et_pb_button:after {
	content: "";
	background: #1F1E23;
	width: 0;
	height: 0;
	border-radius: 0;
	transform: translateX(-50%);
	position: absolute;
	top: 0;
	left: 50%;
	z-index: -1;
	transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
	margin: 0 !important;
}

body #page-container .et_pb_section .restaurantblogdetail_section2_comment.et_pb_comments_module .et_pb_button:hover:after {
	width: 100%;
	height: 100%;
}

body #page-container .et_pb_section .restaurantblogdetail_section2_comment.et_pb_comments_module #commentform {
	padding-bottom: 0;
}

.restaurantblogdetail_social .et_pb_social_icon a.icon:hover {
	background: var(--color1) !important;
	border-color: var(--color1) !important;
}

.restaurantblogdetail_section2_sidebar .widget_categories ul li:hover,
.restaurantblogdetail_section2_sidebar .widget_categories ul li a:hover {
	color: var(--color1) !important;
}

.restaurantblogdetail_section2_sidebar li.thumbnail-post-w .widget-data h4 a:hover {
	color: var(--color1) !important;
}

@media only screen and (max-width: 981px) {
	.et_pb_column .restaurantblogdetail_section2_sidebar .et_pb_widget:nth-child(2n) {
		margin-right: 0;
	}

	.et_pb_column .restaurantblogdetail_section2_sidebar .et_pb_widget {
		margin: 0 5.5% 3% 0;
	}
}

/* ------ Our History ------ */
.restauranthistory_section2_image .et_pb_image_wrap img {
	height: 375px !important;
	width: 100%;
	object-fit: cover;
	object-position: center;
}

/*2 Column Blog*/
.restaurantblog_section2_blog.et_pb_posts.col2 div.et_pb_ajax_pagination_container,
.et-db #et-boc .et-l #et-fb-app .restaurantblog_section2_blog.et_pb_posts.col2 > div{
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 30px;
}

.restaurantblog_section2_blog.et_pb_posts.col2 .et_pb_post .entry-featured-image-url {
	margin: 0 !important;
	background:var(--color2);
}

.restaurantblog_section2_blog.et_pb_posts.col2 .et_pb_post .entry-featured-image-url img{opacity:0.5;}

.restaurantblog_section2_blog.et_pb_posts.col2 .et_pb_post {
	margin: 0 !important;
}

@media only screen and (max-width: 767px) {
	.restaurantblog_section2_blog.et_pb_posts.col2 div.et_pb_ajax_pagination_container,
	.et-db #et-boc .et-l #et-fb-app .restaurantblog_section2_blog.et_pb_posts.col2 > div{
		grid-template-columns: 1fr;
	}
}

/*4 Column Blog*/
.restaurantblog_section2_blog.et_pb_posts.col4 div.et_pb_ajax_pagination_container,
.et-db #et-boc .et-l #et-fb-app .restaurantblog_section2_blog.et_pb_posts.col4 > div{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-gap: 30px;
}

.restaurantblog_section2_blog.et_pb_posts.col4 .et_pb_post .entry-featured-image-url {
	margin: 0 !important;
	background:var(--color2);
}

.restaurantblog_section2_blog.et_pb_posts.col4 .et_pb_post .entry-featured-image-url img{opacity:0.5;}


.restaurantblog_section2_blog.et_pb_posts.col4 .et_pb_post {
	margin: 0 !important;
}

@media (min-width:1070px) and (max-width:1300px) {
	.restaurantblog_section2_blog.et_pb_posts.col4 div.et_pb_ajax_pagination_container,
	.et-db #et-boc .et-l #et-fb-app .restaurantblog_section2_blog.et_pb_posts.col4 > div{
		grid-template-columns: 1fr 1fr 1fr;
	}
}

@media (min-width:768px) and (max-width:1070px) {
	.restaurantblog_section2_blog.et_pb_posts.col4 div.et_pb_ajax_pagination_container,
	.et-db #et-boc .et-l #et-fb-app .restaurantblog_section2_blog.et_pb_posts.col4 > div{
		grid-template-columns: 1fr 1fr;
	}
}

@media only screen and (max-width: 767px) {
	.restaurantblog_section2_blog.et_pb_posts.col4 div.et_pb_ajax_pagination_container,
	.et-db #et-boc .et-l #et-fb-app .restaurantblog_section2_blog.et_pb_posts.col4 > div{
		grid-template-columns: 1fr;
	}
}

/* ------ Blog List  ------ */
.restuarantbloglist_section2_blog.restuarantbloglist_section2_blogright .et_pb_post {
	flex-direction: row-reverse;
}

.restuarantbloglist_section2_blog .et_pb_post {
	display: flex;
	margin-bottom: 30px;
	background: #FFFFFF;
	border: 0.650456px solid #13142710;
	box-shadow: 0px 3.90274px 13.0091px rgba(0, 0, 0, 0.05);
	border-radius: 3.25228px;
}

.restuarantbloglist_section2_blog .et_pb_post .entry-title {
	padding-bottom: 15px;
}

.restuarantbloglist_section2_blog .et_pb_post .entry-featured-image-url {
	flex: 1;
	margin-bottom: 0px;
	flex-basis: 40%;
}

.restuarantbloglist_section2_blog .et_pb_post .entry-featured-image-url img {
	height: 100%;
	object-fit: cover;
}

.restuarantbloglist_section2_blog .et_pb_post .restuarantbloglist_section2_blog_content {
	flex: 1;
	padding: 30px 40px;
	display: flex;
	flex-basis: 80%;
	flex-direction: column;
	justify-content: center;
}

.restuarantbloglist_section2_blog .et_pb_post .post-content {
	order: 3;
}

.restuarantbloglist_section2_blog .et_pb_post .post-meta {
	text-transform: capitalize;
	color: var(--color1);
	margin-bottom: 15px;
	font-weight: 400;
}

.restuarantbloglist_section2_blog .et_pb_post .post-content p {
	color: #282828;
}

.restuarantbloglist_section2_blog .et_pb_post .post-meta a {
	color: var(--color1);
}

.restuarantbloglist_section2_blog .et_pb_post a.more-link {
	color: var(--color1) !important;
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	position: relative;
	display: inline-block;
	margin-top: 25px;
	text-transform: capitalize;
	transition: all 0.5s ease;
}

.restuarantbloglist_section2_blog .et_pb_post a.more-link:after {
	content: '';
	width: 100%;
	height: 2px;
	background: var(--color1);
	position: absolute;
	bottom: 0px;
	left: 0;
	transition: all 0.5s ease;
}

.restuarantbloglist_section2_blog .et_pb_post:hover a.more-link:after {
	background: var(--color2);
}

.restuarantbloglist_section2_blog .et_pb_post:hover a.more-link {
	color: var(--color2) !important;
}

@media only screen and (max-width: 980px) {
	.restuarantbloglist_section2_blog .et_pb_post {
		display: block;
	}

	.restuarantbloglist_section2_blog .et_pb_post .info {
		padding: 20px;
	}
}

@media only screen and (max-width: 767px) {
	.restuarantbloglist_section2_blog .et_pb_post .restuarantbloglist_section2_blog_content {
		padding: 20px;
	}

	.restuarantbloglist_section2_blog .et_pb_post .entry-title {
		font-size: 24px;
		padding-bottom: 15px;
		line-height: 34px;
	}
}

/* ------ Menu List  ------ */
.restaurantmenu_section2_text.list ul.pa-dot-leaders span:first-child {
	padding-right: 0.33em;
	background: #fdf0e6 !important;
}

.restaurantmenu_section2_text.list ul.pa-dot-leaders span + span {
	float: right;
	padding-left: 0.33em;
	background: #fdf0e6 !important;
}

.restaurantlist_column:hover .restaurantmenu_section2_text ul.pa-dot-leaders span:first-child {
	color: var(--color1) !important;
}

.restaurantlist_column:hover .restaurantmenu_section2_text ul.pa-dot-leaders span + span {
	color: var(--color1) !important;
}

