.resto_homev2_slider .et-pb-controllers a {
width: 14px;
height: 14px;
position: relative;
}
.resto_homev2_slider .et_parallax_bg_wrap .et_parallax_bg{filter: brightness(0.3);}
.resto_homev2_slider .et_pb_slide_content{ line-height: 1.3em;border-bottom:4px solid #c7a17a;padding-bottom:15px;}
.resto_homev2_slider .et_pb_slide_content span{color:#c7a17a;}
.resto_homev2_slider .et_pb_button:after,.resto_homev2_menu .et_pb_button:after{
position: absolute;
content: "";
top: 0;
left: 0!important;
right: 0;
bottom: 0;
background-color: #fff;
-webkit-transition-delay: .1s;
transition-delay: .1s;
-webkit-transition-timing-function: ease-in-out;
transition-timing-function: ease-in-out;
-webkit-transition-duration: .4s;
transition-duration: .4s;
-webkit-transition-property: all;
transition-property: all;
opacity: 1;
-webkit-transform-origin: top;
transform-origin: top;
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
-webkit-transform: scalex(0);
transform: scalex(0);
z-index: -1;
margin-left: 0!important;}
.resto_homev2_cta .et_pb_button:after, .resto_homev2_contact .et_pb_button:after{ position: absolute;
content: "";
top: 0;
left: 0!important;
right: 0;
bottom: 0;
background-color: #000;
-webkit-transition-delay: .1s;
transition-delay: .1s;
-webkit-transition-timing-function: ease-in-out;
transition-timing-function: ease-in-out;
-webkit-transition-duration: .4s;
transition-duration: .4s;
-webkit-transition-property: all;
transition-property: all;
opacity: 1;
-webkit-transform-origin: top;
transform-origin: top;
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
-webkit-transform: scalex(0);
transform: scalex(0);
z-index: -1;
margin-left: 0!important;}
.resto_homev2_slider .et_pb_button:hover:after,.resto_homev2_cta .et_pb_button:hover:after, .resto_homev2_contact .et_pb_button:hover:after,.resto_homev2_menu .et_pb_button:hover:after{-webkit-transform: scalex(1);
transform: scalex(1);}
.resto_homev2_slider .et-pb-controllers a.et-pb-active-control:before{width: 24px;
height: 24px;
border: 1px solid #fff;border-radius:50%;content:'';position:absolute;left:-40%;top: 50%;
transform: translateY(-50%);}
.resto_homev2_about_img img, .resto_homev2_about_img .et_pb_image_wrap,.resto_homev2_feature img,.resto_homev2_feature .et_pb_image_wrap{
height: 100% !important;
object-fit: cover;
}
.resto_homev2_about .et_pb_blurb_container{ vertical-align: middle;}
.resto_homev2_faq .et_pb_accordion .et_pb_toggle_open .et_pb_toggle_title:before{content:'\4b';}
.resto_homev2_contact .et_pb_contact_form .et_contact_bottom_container{padding: 0 0 0 3%;float: none;}
.resto_homev2_offer .et_pb_countdown_timer .values {
background:rgba(255,255,255,0.21);
padding: 20px 0;
border-top: 5px solid #c7a17a;
margin: 10px;
}
.resto_homev2_offer .et_pb_countdown_timer .sep {
display: none;
}
.resto_homev2_menu .et_pb_column img{ -webkit-transition: all .6s ease 0s;
transition: all .6s ease 0s;height:250px;object-fit:cover;width:100% !important;}
.resto_homev2_menu .et_pb_column .et_pb_image_wrap{width:100% !important;}
.resto_homev2_menu .et_pb_column:hover img{ -webkit-transform: scale(1.2,1.2);
transform: scale(1.2,1.2);filter:brightness(0.5);}
.resto_homev2_team .overlay-box{ position: absolute;
content: '';
left: 0px;
top: 0px;
right: 0px;
bottom: 0px;
display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;
transition: all 900ms ease;
-moz-transition: all 900ms ease;
-webkit-transition: all 900ms ease;
-ms-transition: all 900ms ease;
-o-transition: all 900ms ease;
transition: -webkit-transform 0.4s ease;
transition: transform 0.4s ease;
transition: transform 0.4s ease, -webkit-transform 0.4s ease;
-webkit-transform: scale(0, 1);
-ms-transform: scale(0, 1);
transform: scale(0, 1);
-webkit-transform-origin: right center;
-ms-transform-origin: right center;
transform-origin: right center;
background-position: center center;margin:0;}
.resto_homev2_team .et_pb_column:hover .overlay-box{ -webkit-transform: scale(1, 1);
-ms-transform: scale(1, 1);
transform: scale(1, 1);
-webkit-transform-origin: left center;
-ms-transform-origin: left center;
transform-origin: left center;}
.resto_homev2_team .overlay-box:before{ position: absolute;
content: '';
left: 0px;
top: 0px;
right: 0px;
bottom: 0px;
opacity: 0.6;
background: #c7a17a;}
.resto_homev2_team .et_pb_member_social_links li:last-child{margin-right:0;}
.resto_homev2_blurb .et_pb_blurb_container{ vertical-align: middle;}
.resto_homev2_blurb .et_pb_main_blurb_image:before{ position: absolute;
z-index: -1;
transition: all 0.3s ease; width: 50px;
height: 50px;
background-color: #0000000d;
left: -20px;
top: -5px;content:'';}
.resto_homev2_blurb:hover .et_pb_main_blurb_image:before{ left: 5px;}
@media only screen and (max-width:980px){
.resto_homev2_blurb .et_pb_main_blurb_image:before{display:none;}}
@keyframes shapeAnimationOne{
0% {
-webkit-transform: translate(0px,0px) rotate(0deg);
transform: translate(0px,0px) rotate(0deg);
}
25% {
-webkit-transform: translate(0px,150px) rotate(90deg);
transform: translate(0px,150px) rotate(90deg);
}
50% {
-webkit-transform: translate(150px,150px) rotate(180deg);
transform: translate(150px,150px) rotate(180deg);
}
75% {
-webkit-transform: translate(150px,0px) rotate(270deg);
transform: translate(150px,0px) rotate(270deg);
}
100% {
-webkit-transform: translate(0px,0px) rotate(360deg);
transform: translate(0px,0px) rotate(360deg);
}}
jQuery(document).ready(function() {
if( jQuery('body').find('.resto_homev2_team').length > 0 ){
jQuery( ".resto_homev2_team .et_pb_team_member").each(function( index ) {
var social = '';
var div = jQuery(this);
social = div.find('.et_pb_member_social_links').html();
div.find('.et_pb_member_social_links').remove();
jQuery('
').insertAfter(div.find('.et_pb_team_member_image img'));
});
}
});