/*
 Theme Name:     Divi TRoo Restaurant Child 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.0.0
*/


/* ------ Theme customization starts here ------ */


/* ------ 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(--orange);
    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 .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(--orange);
    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 ------ */
/*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 {
	width: 44px;
	height: 100%;
	padding: 0px !important;
	max-height: 44px;
	border: none;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 999;
	background-color: transparent;
}

/*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: #f0f3f6;
	border-radius: 50%;
	padding: 3px;
}

/*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: var(--orange);
}

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

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

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

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

.restaurent_section1_menu.et_pb_menu_1_tb_header .mobile_nav .mobile_menu_bar:before{
	color: var(--orange) !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(--orange) !important;
}

.restaurentfooter_social.et_pb_social_media_follow_0_tb_footer li.et_pb_social_icon a.icon:hover::before{
	color: var(--orange) !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(--orange) !important;
	opacity: 1;
}

@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(--orange);
	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(--orange);
}

.restauranthome_section4_blurb:hover .et_pb_blurb_content .et_pb_main_blurb_image{
	background: var(--orange);
	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(--orange) !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}

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

.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(--orange);
}

.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(--orange);
}

.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(--orange);
}

.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(--orange);
}

.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%;
}

.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;
}

.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(--orange);
    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(--orange) !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(--orange);
}

.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(--orange);
	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(--orange) !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(--orange);
}

.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(--orange);
}

.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(--orange);
}

.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}

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

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

.restaurantmenu_section3_blurb:hover .et_pb_blurb_content .et_pb_main_blurb_image{
	background: var(--orange);
	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(--orange) !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(--orange) !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(--orange);
}

.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(--orange);
}

.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(--orange);
}

.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(--orange) !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(--orange) !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(--orange) !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(--orange);
}

.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(--orange);
}

.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(--orange);
}

.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(--orange) !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(--orange) !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(--orange);
}

.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(--orange);
}

.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(--orange);
}

.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(--orange);
}

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

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

.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(--orange);
}

.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(--orange);
}

.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(--orange);
}

.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(--orange);
    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(--orange) !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(--orange);
}

.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(--orange);
}

.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(--orange) !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%;
}

.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;
}

.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(--orange);
    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(--orange) !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(--orange) !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(--orange) !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(--orange);
}

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(--orange) !important;
	border-color: var(--orange) !important;
}

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

.restaurantblogdetail_section2_sidebar li.thumbnail-post-w .widget-data h4 a:hover{
	color: var(--orange) !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;
}