/*
 Theme Name:   Twenty Twenty-One Child
 Theme URI:    https://nexuslinkservices.com/
 Description:  A child theme of Twenty Twenty-One WordPress theme.
 Author:       Nexuslink
 Author URI:   https://nexuslinkservices.com/
 Template:     twentytwentyone
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/

@font-face {
    font-family: 'Sofia Pro';
    src: url('assets/fonts/SofiaPro.woff') format('woff2'),
        url('assets/fonts/SofiaPro.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sofia Pro';
    src: url('assets/fonts/SofiaPro-Light.woff') format('woff2'),
        url('assets/fonts/SofiaPro-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sofia Pro';
    src: url('assets/fonts/SofiaPro-Medium.woff') format('woff2'),
        url('assets/fonts/SofiaPro-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}


/*--- Global CSS ----*/

*{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

body{
    font-family: 'Sofia Pro';  
    margin: 0;
    padding: 0;
    font-size: 20px;
    line-height: 27px;
    font-weight: 300;
}

h1,h2,h3,h4,h5,h6{
    font-family: 'Playfair Display', serif;
    margin-top: 0px;
    color: #121A09;
    font-weight: normal;
}

p{
    font-size: 20px;
    line-height: 27px;
    margin-top: 0px;

}

.jc_text{
    font-weight: 300;
    color: #121A09;
}

.jc_text:not(:last-child){
    margin-bottom: 30px;
}

h1, h1.elementor-heading-title{
    font-size: 60px;
    line-height: 80px;
    margin-bottom: 0px;
}

h2, h2.elementor-heading-title{
    font-size: 40px;
    line-height: 53px;  
    margin-bottom: 0px;
}

h3,h3.elementor-heading-title{
    font-size: 40px;
    line-height: 53px;
    margin-bottom: 0px;
}

.titlebar-heading h1{
    color: #E59C35;
    font-weight: normal;
}

.titlebar_subheading h3{
    font-family: 'Sofia Pro';
    color: #E59C35;
    font-weight: 300;
}

.mb-0{
    margin-bottom: 0px;
}

ul{
    margin:0;
    padding: 0;
    list-style: none;
}

a{
    text-decoration: none;
}

img{
    max-width: 100%;
    height: auto;
}

.wp-block-image{
    margin: 0;
}

.elementor-top-section > .elementor-container {
    padding-left: 30px !important;
    padding-right: 30px !important;
}

button, .elementor-button {
    font-family: 'Sofia Pro';  
}


/*--- header css ----*/

.hamburger .line{
    width: 45px;
    height: 4px;
    border-radius: 4px;
    background-color: #ecf0f1;
    display: block;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  .nav-active{
      overflow: hidden;
  }

  .hamburger .line + .line{
      margin-top: 7px;
  }
  
  .hamburger:hover{
    cursor: pointer;
  }

  .hamburger{
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  
  .hamburger.is-active{
    -webkit-animation: smallbig 0.6s forwards;
            animation: smallbig 0.6s forwards;
  }
  
  @-webkit-keyframes smallbig{
    0%, 100%{
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
    }
  
    50%{
      -webkit-transform: scale(0);
      -ms-transform: scale(0);
      transform: scale(0);
    }
  }
  
  @keyframes smallbig{
    0%, 100%{
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
    }
  
    50%{
      -webkit-transform: scale(0);
      -ms-transform: scale(0);
      transform: scale(0);
    }
  }
  
  .hamburger.is-active .line:nth-child(1),
  .hamburger.is-active .line:nth-child(2),
  .hamburger.is-active .line:nth-child(3){
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }
  
  .hamburger.is-active .line:nth-child(2){
    opacity: 0;
  }
  
  .hamburger.is-active .line:nth-child(1){
    -webkit-transform: translateY(11px) rotate(45deg);
    -ms-transform: translateY(11px) rotate(45deg);
    transform: translateY(11px) rotate(45deg);
  }
  
  .hamburger.is-active .line:nth-child(3){
    -webkit-transform: translateY(-12px) rotate(-45deg);
    -ms-transform: translateY(-12px) rotate(-45deg);
    transform: translateY(-12px) rotate(-45deg);
  }

  #masthead{
    background-color: #121A09B1;
    
  }

  .abosulte-header{
        position: fixed;
        width: 100%;
        top:0;
        z-index: +1040;
    }


  .header_wrapper{
      padding: 20px 30px 20px 30px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      max-width: 1700px; 
      -webkit-box-align: center; 
          -ms-flex-align: center; 
              align-items: center;
      margin: 0 auto;
      min-height: 93px;
  }

  .site-title, .site-title a{
    font-size: 28px;
    line-height: 53px;  
    color: #fff;
    font-weight: normal;
    margin: 0;
    font-family: 'Playfair Display', serif;
  }

  #primary-mobile-menu{
      border: 0;
      background: none;
      outline: none;
	  padding: 5px;
  }

  /* .primary-menu-container{
      display: none;
  } */

  .logo_sliding .widget_media_image{
      display: inline-block;
  }



  .overlay_menu{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background-color: #343B2C;
    text-align: center;
    padding: 15px 30px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
  }

  .nav-active .overlay_menu{
    -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
            transform: translateX(0%);
    overflow: auto;
  }

  .logo-section .wp-block-image {
        margin-bottom: 80px;
    }

    .logo-section .wp-block-image {
        margin-left: auto;
        margin-right: auto;
    }
    
    .main-menu .menu-section{display: -webkit-box;display: -ms-flexbox;display: flex; -webkit-column-gap: 25px;-moz-column-gap: 25px;column-gap: 25px; -webkit-box-align: center;-ms-flex-align: center;align-items: center;}

    #primary-menu-list{
        list-style: none;
        margin: 0;
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    #primary-menu-list li a{
        font-family: 'Playfair Display', serif;
        font-size: 20px;
        line-height: 27px;
        letter-spacing: 1px;
        color: #fff;
        font-weight: bold;
        text-decoration: none;
        margin: 0 12px;
    }

    #primary-menu-list li a:hover, #primary-menu-list li.current-menu-item a{
        color: #E59C35;
    }

    #primary-menu-list li + li{
        /*margin-top: 40px;*/
    }


    .js_header_si{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }

    .js_header_si li + li{
        margin-left: 20px;
    }

    .js_header_si li a{display: block; width: 20px; height: 20px;}
        .js_header_si li a svg{width: 20px; height: 20px;}

    .close_btn{
        position: absolute;
        right: 60px;
        top: 65px;
        display: none;
    }

    .close_btn .hamburger .line{
        background-color: #B2BB8B;
    }

    .logo-section, .menu-button-container{display: none;}

 /*--- footer-----*/
 
 .site-footer{
     background-color: #343B2C;
 }

 .footer_wrapper{
     max-width: 1474px;
     padding: 40px 30px;
     margin: 0 auto;
 }

 .col_wrapper{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    -webkit-column-gap: 60px;
       -moz-column-gap: 60px;
            column-gap: 60px;
 }

 .col-logo{
     width: calc(45% - 20px);
 }

 .col-signup{
    /*width: calc(55% - 40px);*/
    width: 478px;
    max-width: 100%;
 }

 .site-footer .js_header_si{
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 34px;
    margin-left: 33px;
}

.form_wrapper{
    border: 2px solid #E59C35;
    border-radius: 35px;
}

.form_title{
    font-size: 22px;
    line-height: 40px;  
    font-family: 'Playfair Display', serif; 
    color: #fff;
    margin-bottom: 17px;
    font-weight: normal;
    margin-left: 33px;
}

.su_input input{
    height: 100%;
}

.form_wrapper{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}

.jc_f_signup .wpcf7-spinner {
    position: absolute;
    left: 0;
    bottom: -30px;
}

.jc_f_signup .wpcf7-not-valid-tip{
    position: absolute;
    left: 33px;
    bottom: -50px;  
    color: #fff;
}

.jc_f_signup .wpcf7-response-output{
    color: #fff;
    margin-left: 33px !important;
}

.su_input{
    width: calc(100% - 173.41px);
}

.su_input input{
    width: 100%;
    /*height: 66px;*/
    height: auto;
    background: transparent;
    border: 0;
    font-family: 'Sofia Pro';  
    font-weight: 300;
    color: #fff;
    font-size: 20px;
    line-height: 1;
    padding: 15px 31px;
}

.su_input input::-webkit-input-placeholder{
    color: #fff;
}

.su_input input::-moz-placeholder{
    color: #fff;
}

.su_input input:-ms-input-placeholder{
    color: #fff;
}

.su_input input::-ms-input-placeholder{
    color: #fff;
}

.su_input input::placeholder{
    color: #fff;
}


.signup_submit{
    width: 151px;
}

.signup_submit input{
    background-color: #E59C35;
    border-radius: 35px;
    color: #fff;
    font-size: 22px;
    line-height: 40px;
    border: 0;
    outline: 0;
    font-family: 'Sofia Pro';  
    font-weight: bold;
    padding: 0px 36px;
    cursor: pointer;
	 -webkit-appearance: none;
	max-height: 100%;
	height: 100%;
}

.su_input input:focus-visible, .su_input input:focus, .su_input input:active{
    outline: 0 !important;
    border: 0;
}

.col_su_content{
    width: 822px;
    max-width: 100%;
    margin-left: auto;
}

#block-5 p{
    margin: 0;
}



/*--- home page---*/

.entry_txt_1 .jc_text{
    font-family: 'Playfair Display', serif;
    font-size: 28px;
    line-height: 37px;
    font-weight: normal;
    margin-top: 54px;
    margin-bottom: 34px;
}

.bg_wtitle .elementor-heading-title {
	letter-spacing: 1.2px
}

.jc_bg_imge{
    min-height: 236px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 20px;
	position: relative;
}

.jc_title_wrapper{
	z-index: +1;
}

.jc_bg_imge:before{
	content:"";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: #343B2C;
	opacity: 0.6;
}

.jc_rs_title{
    font-size: 40px;
    line-height: 53px;
    margin-bottom: 0px;
    color: #fff;
    text-align: center;
	font-weight: bold;
}

.jc_block_des .jc_text{
    margin-bottom: 0px;
    text-align: center;
    color: #121A09;
	font-weight: 300;
}


.participation_text p{
    margin: 37px auto 25px;
    color: #fff;
    width: 1088px;
    max-width: 100%;
    min-height: 72px;
}

.jc_rounded_btn  .elementor-button{
    font-size: 22px;
    line-height: 30px;
    color: #fff;
    background-color: #E59C35;
    font-weight: bold;
    border-radius: 35px;
    padding: 9px 24px 11px;
    min-width: 220px;
}

.sponser_text p{
    margin-top: 34px;
    margin-bottom: 20px;
}

.cuisineslider{
    overflow: hidden;
}

.cuisie_bg{
    position: relative;
}

.cuise_color{
    position: absolute;
    width: 100%;
    height: calc(100% - 4.22px);
    top: 0;
    left: 0;
}

.cuisine_name{
    font-family: 'Sofia Pro';
    font-size: 22px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    color: #fff;
    font-weight: normal;
    letter-spacing: 0;
}

.cuisine_image, .cuisie_bg{
    display: block;
}

.cuis_im_op0{
    opacity: 0;
}


/*----contact form css---*/

.ss_form_wrapper .elementor-widget-container{
    width: 891px;
    max-width: 100%;
    margin: auto;
}


.rssu_wrapper input[type="text"],.rssu_wrapper input[type="tel"], .rssu_wrapper input[type="email"]{
    width: 100%;
    height: 66px;
    border: 1px solid #717B49;
    font-size: 18px;
    line-height: 30px;
    color: #121A09;
    padding: 20px 23px;
    margin-bottom: 3px;
    font-family: 'Sofia Pro';  
    font-weight: 300;
	    -webkit-appearance: none;
	border-radius: 0;
}

.rssu_wrapper .wpcf7-form-control-wrap{
    margin-top: 14px;
    display: inline-block;
    width: 100%;
}

.rssu_wrapper input[type="text"]:focus,.rssu_wrapper input[type="tel"]:focus, .rssu_wrapper input[type="email"]:focus{
    outline: 0;
}

.rssu_wrapper input::-moz-placeholder {
    color: #121A09 !important;
}

.rssu_wrapper input::placeholder, .rssu_wrapper input::-moz-placeholder, .rssu_wrapper input::-webkit-input-placeholder {
    color: #121A09 !important;
}

.rssu_wrapper input[type="submit"]{
    cursor: pointer;
    background-color: #E59C35;
    width: 220px;
    font-family: 'Sofia Pro';
    font-size: 18px;
    line-height: 25px;
    font-weight: bold;
    color: #fff;
    border: 0;
    outline: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	    -webkit-appearance: none;
    margin: 65px auto 0 auto;
	border-radius: 30px;
    padding: 10px 0;
}

.rssu_wrapper input[type="submit"]:hover{
	background-color: #343b2c;
}

/*--- restaurant page css---*/


.cuisine-selector{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-column-gap: 38px;
       -moz-column-gap: 38px;
            column-gap: 38px;
	margin-bottom: 47px;
}

.filter_input input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  visibility: hidden;
	position: absolute;
	left: -9999999999px;
}

.filter_btn {
  position: relative;
  cursor: pointer;
	display: block;
	min-width : 122px;
	text-align: center;
	background-color: #717B49;
	 -webkit-user-select: none;  
  -moz-user-select: none;    
  -ms-user-select: none;      
  user-select: none;
}


.filter_btn a{
	color: #fff;
    padding: 9px 26px;
	font-size: 18px;
	line-height: 30px;
	font-family: 'Sofia Pro'; 
	font-weight: normal;
	display: block;
}

.filter_btn.active, .filter_btn:hover{
  background-color: #343B2C;
	-webkit-box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.39);
	        box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.39);
	transition: all 0.4s;
}

.filter_icon{
	position: relative;
	padding-left: 59px;
}
.filter_icon:before{
	content: "";
	background-image: url("assets/images/filter_icon_green.svg");
	background-size: contain;
	background-repeat: no-repeat;
	width: 42px;
	height: 25px;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.filter_trigger{
	border: 1px solid rgba(113, 123, 73, 1);
	min-width: 130px;
	text-align: center;
}

.filter_trigger.active .filter_icon:before, .filter_trigger:hover .filter_icon:before {
		background-image: url("assets/images/filter_icon_white.svg");
}

.filter_trigger.active, .filter_trigger:hover{
	  background-color: #343B2C;
	-webkit-box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.39);
	        box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.39);
}

.filter_trigger.active a, .filter_trigger:hover a{
	color: #fff;
}

.filter_trigger a{
	font-size: 18px;
	line-height: 30px;
    padding: 9px 13px;
	color: rgba(113, 123, 73, 1);
	font-family: 'Sofia Pro'; 
	font-weight: normal;	
	display: block;
}

.jc_rs_wrapper{
	position: relative;
}

.cusine_v_filter{
	position: absolute;
	top:0;
	left: 0;
	z-index: +104;
	display: none;
}

#cusines_v_form{
	width: 320px;
	max-width: 100%;
    border: 2px solid #707070;
    padding: 29px 22px 44px 32px;
	background-color: #fff;
}

.cusine_container:before {
    content: "";
    background: #fff;
    position: absolute;
    width: 100%;
    height: 100%;
    display: none;
    top: 0;
    left: 0;
    z-index: +1;
    opacity: 0.8;
}

.loading .cusine_container:before{
	  display: block;
}

.restuarant_options{
	margin-bottom: 47px;
}

.ro_title{
	font-size: 30px;
	line-height: 40px;
	font-weight: 300;
	font-family: 'Sofia Pro'; 
	color: #3E3E3E;
	margin-top:0;
	margin-bottom: 42px;
}

.cv_filter_btn{
	font-size: 20px;
    line-height: 27px;
	font-weight: 300;
	font-family: 'Sofia Pro'; 
	color: #3E3E3E;
	margin-top:0;
	margin-bottom: 12px;
	padding-left: 31px;
	display: block;
	cursor: pointer;
}
.cv_filter_btn{
	position: relative;
}

.cv_filter_btn:before {
	content: '';
	position: absolute;
	left: 0;
	top: 3px;
	width: 18px;
	height: 18px;
	border: 1px solid #E59C35;
	background: #FFF;
	-webkit-transition: all .275s;
	-o-transition: all .275s;
	transition: all .275s;
}

.cv_filter_check:checked + label:before {
	background: #E59C35;	
}

.cv_filter_check:checked + label:after {
		content: '';
		background-image: url("assets/images/checkmark.png");
		background-size: auto;
		background-repeat: no-repeat;
		background-position: center;
		width: 14px;
		height: 12px;
		position: absolute;
		top: 6px;
   		left: 2.5px;
		font-size: 38px;
		color: #fff;
		line-height: 100%;
		-webkit-transition: all .2s;
				-o-transition: all .2s;
				transition: all .2s;
	}

.cv_filter_submit{
	font-size: 18px;
    width: 116px;
    line-height: 24px;
    padding: 4px 11px;
    border: 0;
    border-radius: 16px;
    background: #E59C35;
    display: block;
    color: #fff;
    cursor: pointer;
    margin-top: 24px;
    max-width: 100%;
}

.jc_restaurants{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
    -webkit-column-gap: 60px;
        -moz-column-gap: 60px;
             column-gap: 60px;
}

.jc_res{
	margin-bottom: 50px;
	width: calc(100%/3 - 40px);
	background-color: #fff;	
    height: max-content;
    transition: all 0.5s;
}

.jc_res:hover{
    box-shadow: 0px 2px 4px rgb(0 0 0 / 16%); 
}

 
.jc_res_img{
	line-height: 0;
	cursor: pointer;
    transition: all 0.5s;
}

/* .jc_res_img:hover img{
    transform: scale(1.06);
    transition: all 0.5s;
} */

.jc_res_img img{
	width: 100%;
}

.restaurant-details{
	border: 1px solid #B2BB8B;
	padding: 15px 20px;
	text-align: center;
    position: relative;
}

.res_name{
	font-size: 20px;
	line-height: 27px;
	font-weight: normal;
	font-family: 'Sofia Pro'; 
	color: #3E3E3E;
	margin: 0;
	cursor: pointer;
    transition: all 0.4s;

    white-space: nowrap;
    text-overflow: ellipsis;
}

.jc_res.active .res_name{
    /*font-size: 26px;
	line-height: 32px; 
    font-weight: 600;*/
}

.dining_area{
	/*margin-top: 6px;*/
}

.jc_res_hover{
	display: none;

    position: absolute;
    padding: 0 20px 15px;
    width: calc(100% + 2px);
    top: 55px;
    left: -1px;
    background: #fff;
    border-width: 0 1px 1px 1px;
    border-style: solid;
    border-color: #B2BB8B;
    z-index: 9;
    overflow: auto;
}

.jc_res_hover::-webkit-scrollbar {
  width: 7px;
}
 
.jc_res_hover::-webkit-scrollbar-track {
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3);
}
 
.jc_res_hover::-webkit-scrollbar-thumb {
  background-color: #dedede;
  outline: 1px solid #dedede;
}

.dining_area, .restaurant_des{
	font-size: 18px;
	line-height: 24px;
	font-weight: 300;
	font-family: 'Sofia Pro'; 
	color: #3E3E3E;
	margin-bottom: 15px !important;
}

.restaurant_des{
	line-height: 28px;
}

.res_lw_badge{
	font-size: 16px;
	line-height: 21px;
	font-weight: 300;
	color: #3E3E3E;
	display: block;
	margin-top: 5px;
}

.res_lw_icon{
	background: #343B2C;
    width: 60px;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 50%;
	transition: all 0.5s;
}

.res_lw_icon svg{width: 32px;} 

.res_lw_icon:hover{
	background-color: #E59C35;
}
.res_lw{
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
    -webkit-column-gap: 52px;
       -moz-column-gap: 52px;
            column-gap: 52px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.res_cta_btn a{
	display: block;
	width: 207px;
    padding: 11px;
	font-size: 18px;
	line-height: 21px;
	background-color: #E59C35;
	color: #fff;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	transition: all 0.5s;
}

.res_cta_btn a + a{
    margin-top: 15px;
}

.res_cta_btn a:hover{
	background-color: #343B2C;
}

.res_lw_wrap{
	margin-bottom: 15px;
}

.client_logo_slider{
	padding: 30px;
}


.client_logo_slider .logo_wrap{
    height: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 0px;
    margin: auto;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	max-width: 100%;
}
    
.client_logo_slider .logo_wrap img{
	-o-object-fit: contain;
	   object-fit: contain;
	-o-object-position: center;
	   object-position: center;
}


.client_logo_slider .swiper-pagination-bullet {
    width: 18px;
    height: 18px;
    display: inline-block;
    border-radius: 50%;
    background: transparent;
    opacity: 1;
	border: 1px solid #6A6A6A;
}

.client_logo_slider .swiper-pagination-bullet.swiper-pagination-bullet-active{
	 background: #6A6A6A;
}
.client_logo_slider .swiper-pagination {
    left: 0;
    right: 0;
	bottom: 0;
}

.client_logo_slider .swiper-pagination-bullet + .swiper-pagination-bullet{
	margin-left: 11px;
}

.client_logo_slider .swiper-button-prev{
    background-image: url("assets/images/slider-arrow-left.svg");
	width: 28px;
    height: 28px;
	left:0;
	background-size: contain;
	opacity: 0.5;
}

.client_logo_slider .swiper-button-next{
    background-image: url("assets/images/slider-arrow-right.svg");
	width: 28px;
    height: 28px;
	right: 0;
	background-size: contain;
	opacity: 0.5;
}



.jc_rounded_btn .elementor-button:hover{
    background-color : #343B2C;
}

.g0_all > .elementor-container{
	padding-left: 0px !important;
	padding-right: 0px !important;
}

 .ad_slider .swiper {
        width: 100%;
        height: 100%;
      }

      .ad_slider .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;

        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
      }

      .ad_slider .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
     object-fit: cover; 
      }

      .ad_slider .swiper-slide {
        width: 50%;
      }

   	.logo_slider .swiper-slide {
        width: 25%;
      }

	.logo_slider .logo_wrap{
		text-align: center;	
		padding: 25px 0px;
	}

	.logo_slider .logo_wrap img{
		 max-height: 250px; 
	}

	.logo_slider .swiper-wrapper{
		align-items: center;
	}
   


/*---- 404 page-----*/

.error404 #masthead {
    background-color: #343B2C;
}

.error-404.not-found{
    margin-top: 200px;
}

.jc-container{
    max-width: 1496px;
    padding: 0px 30px;
    margin: auto;
}

.error-404.not-found > .page-header{
    margin-bottom: 50px;
    text-align: center;
}

/*-------------------------------
    swiper slider
-------------------------------*/
.swiper-button-prev{background-image: url(assets/images/slider-arrow-left.svg);}
.swiper-button-next{background-image: url(assets/images/slider-arrow-right.svg);}

.ad_slider .swiper-button-prev, .ad_slider .swiper-button-next{
    background-color: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background-size: 20px;
    display: none;
}

.ad_slider .swiper-button-prev{
    background-position: 7px center;
}

.ad_slider .swiper-button-next{
    background-position: 13px center;
}

.ad_slider .swiper-pagination{
    
}

.swiper-pagination-bullet{
    background: #e59c35 !important;
}

/*--- Responsive fluid typography ---*/


@media only screen and (min-width: 991px) {
	#primary-menu-list li a {
		font-family: 'Sofia Pro', serif;
		font-size: 16px;
		line-height: 27px;
		letter-spacing: 1px;
		font-weight: 300;
		text-transform: uppercase;
	}
	
}


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

    
    h1, h1.elementor-heading-title{
		/*font-size: calc(50px + (100 - 50) * ((100vw - 425px) / (1600 - 425)));
		line-height: calc(60px + (110 - 60) * ((100vw - 425px) / (1600 - 425)));*/
	}

    h2,  h2.elementor-heading-title{
		/*font-size: calc(22px + (40 - 22) * ((100vw - 425px) / (1600 - 425)));
		line-height: calc(30px + (53 - 30) * ((100vw - 425px) / (1600 - 425)));*/
	}

    h3,  h3.elementor-heading-title{
		/*font-size: calc(20px + (40 - 20) * ((100vw - 425px) / (1600 - 425)));
		line-height: calc(25px + (50 - 25) * ((100vw - 425px) / (1600 - 425)));*/
	}

    p{
		/*font-size: calc(16px + (25 - 16) * ((100vw - 425px) / (1600 - 425)));
		line-height: calc(22px + (36 - 22) * ((100vw - 425px) / (1600 - 425)));*/
	}

    .site-title, .site-title a {
        /*font-size: calc(22px + (40 - 22) * ((100vw - 425px) / (1600 - 425)));
		line-height: calc(30px + (53 - 30) * ((100vw - 425px) / (1600 - 425)));*/
    }

	
	 .filter_btn a, .filter_trigger a {
		/*font-size: calc(18px + (30 - 18) * ((100vw - 425px) / (1500 - 425)));
		line-height: calc(41px + (66 - 41) * ((100vw - 425px) / (1500 - 425)));*/
	}

    /*#primary-menu-list li a {
        font-size: 40px;
        line-height: 48px;
    }*/
	
    .logo-section img {
        width: 650px; 
    }

    .rssu_wrapper input[type="text"],.rssu_wrapper input[type="tel"], .rssu_wrapper input[type="email"]{
        /*font-size: 26px;
        padding: 14px 22px;*/
    }

    .rssu_wrapper .wpcf7-form-control-wrap{
        /*margin-top: 18px;*/
    }

    .rssu_wrapper input[type="submit"]{
        /*margin: 75px auto 0 auto;*/
    }

    .entry_txt_1 .jc_text {
        margin-top: 60px;
        margin-bottom: 70px;
    }

    .jc_bg_imge {
        margin-bottom: 45px;
    }

    .participation_text p {
        margin-top: 40px;
        margin-bottom: 50px;
    }

    .jc_rounded_btn .elementor-button {
        /*font-size: 30px;
        line-height: 60px;
        width: 300px;*/
    }
	
	
	
	.jc_fs_link:hover svg path{
		fill: #e59c35;
		transition: all 0.5s;
	}
	
	#cusines_v_form {
		/*padding: 30px 33px 40px 33px;*/
	}
	
	.restuarant_options {
		margin-bottom: 40px;
	}
	
	.ro_title, .cv_filter_btn {
		/*font-size: 28px;
		line-height: 34px;
		margin-bottom: 20px;*/
	}
	
	.cv_filter_btn {
		/*padding-left: 54px;*/
	}
	
	.cv_filter_btn:before {
    	/*width: 34px;
		height: 34px;*/
	}
	
	.cv_filter_check:checked + label:after {
		/*width: 24.51px;
		height: 21px;*/
	}
	
	.cuisine-selector {
		/*margin-bottom: 65px;*/
	}
}

@media only screen and (max-width: 1440px) {
    #primary-menu-list li + li {
        /*margin-top: 16px;*/
    }

    .logo-section .wp-block-image {
        margin-bottom: 0px;
    }

    .logo-section img {
        width: 600px; 
    }

    .js_header_si {
        /*display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin-top: 65px;*/
    }

    .js_header_si li + li {
        /*margin-left: 30px;*/
    }

    .main-menu .menu-section{-webkit-column-gap: 15px; -moz-column-gap: 15px; column-gap: 15px;}
    #primary-menu-list li a{font-size: 18px; line-height: 24px; margin: 0 8px;}

    .form_title {
        margin-left: 33px;
    }

    .su_input input {
        /*height: 55px;
        font-size: 24px;
        line-height: 55px;*/
    }

    .signup_submit input {
        /*line-height: 55px;
        font-size: 24px;*/
    }

    .su_input {
        width: calc(100% - 152px);
    }

    /*.signup_submit {
        width: 152px;
    }*/

    .rssu_wrapper input[type="text"],.rssu_wrapper input[type="tel"], .rssu_wrapper input[type="email"]{
        /*font-size: 22px;
        padding: 14px 18px;*/

        height: 55px;
        padding: 15px;
    }
    
    .rssu_wrapper .wpcf7-form-control-wrap{
        /*margin-top: 15px;*/
    }

    .rssu_wrapper input[type="submit"]{
        /*margin: 65px auto 0 auto;*/
    }

    .entry_txt_1 .jc_text {
        margin-top: 50px;
        margin-bottom: 60px;
    }

    .jc_bg_imge {
        margin-bottom: 35px;
    }

    .participation_text p {
        margin-top: 35px;
        margin-bottom: 35px;
    }

    .jc_rounded_btn .elementor-button {
        /*font-size: 28px;
        line-height: 58px;
        width: 270px;*/
    }

    .sponser_text p {
        /*margin-top: 36px;
        margin-bottom: 40px;*/
    }
	
	.client_logo_slider{
		padding: 25px 30px;
	}
	
	.cuisine-selector {
		-webkit-column-gap: 20px;
		   -moz-column-gap: 20px;
		        column-gap: 20px;
		/*margin-bottom: 50px;*/
	}
	
	.jc_restaurants {
		/*-webkit-column-gap: 60px;
		   -moz-column-gap: 60px;
		        column-gap: 60px;*/
	}
	
	.jc_res {
		/*margin-bottom: 40px;
		width: calc(100%/3 - 40px);*/
	}
	
	.res_name {
		/*font-size: 25px ;
		line-height: 30px;*/
	}

    .jc_res.active .res_name{
        /*font-size: 24px;
        line-height: 29px;*/
    }
	
	.dining_area, .restaurant_des {
		/*font-size: 20px;
		line-height: 24px;*/
	}
	
	.dining_area {
		/*margin-top: 40px;*/
	}
	
	.ro_title, .cv_filter_btn {
		/*font-size: 26px;
		line-height: 30px;
		margin-bottom: 15px;*/
	}
	
	.cv_filter_btn:before {
		/*width: 30px;
		height: 30px;*/
	}
	
	.cv_filter_btn {
		/*padding-left: 50px;*/
	}
	
	.cv_filter_check:checked + label:after {
		/*width: 22.51px;
		height: 19px;*/
	}
	
	.cv_filter_check:checked + label:after {
    	/*top: 6px;
		left: 4px;*/
	}
	
	.res_lw_wrap {
		/*margin-bottom: 30px;*/
	}

    /*#primary-menu-list li a {
        font-size: 30px;
        line-height: 38px;
    }*/
	
	.logo_slider .swiper-slide {
        width: 30%;
      }

}

@media only screen and (max-width: 1200px) {
    .site-title, .site-title a{
        font-size: 20px;
        line-height: 36px;
    }

    #primary-menu-list li a {
        font-size: 14px;
        line-height: 24px;
        margin: 0 5px;
    }

    .js_header_si li + li {
        margin-left: 15px;
    }

    .form_title {
        font-size: 20px;
        line-height: 40px;
    }

    .su_input input {
        height: 45px;
        font-size: 20px;
        line-height: 45px;
    }

    .signup_submit input {
        line-height: 45px;
        font-size: 20px;
    }

    .su_input {
        width: calc(100% - 138px);
    }

    .signup_submit {
        width: 138px;
    }

    .rssu_wrapper input[type="submit"]{
        margin: 60px auto 0 auto;
    }

    .logo-section img {
        width: 550px; 
    }

    .entry_txt_1 .jc_text {
        margin-top: 40px;
        margin-bottom: 50px;
    }

    .jc_bg_imge {
        margin-bottom: 30px;
    }

    .participation_text p {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .jc_rounded_btn .elementor-button {
        /*font-size: 26px;
        line-height: 55px;
        width: 260px;*/
    }

    .sponser_text p {
        margin-top: 32px;
        margin-bottom: 38px;
    }

	.filter_icon:before {
		/*width: 38px;
		height: 22px;*/
	}
	
	.filter_icon {
		position: relative;
		padding-left: 50px;
	}
	
	.jc_res {
		margin-bottom: 30px;
		width: calc(100%/3 - 20px);
	}
	
	.jc_restaurants {
		-webkit-column-gap: 30px;
		   -moz-column-gap: 30px;
		        column-gap: 30px;
	}

    .restaurant-details{
        padding: 10px 15px;
    }
	
	.res_name {
		/*font-size: 22px ;
		line-height: 26px;*/
	}

    .jc_res .res_name{
        font-size: 16px;
        line-height: 22px;
    }

    .jc_res_hover{
        top: 40px;
        padding: 0 10px 10px;
    }
	
	.dining_area {
		/*margin-top: 30px;*/
	}
	
	.dining_area, .restaurant_des{
        font-size: 16px;
        line-height: 22px;
		margin-bottom: 10px !important;
	}

    .res_lw_icon{
        width: 44px;
        height: 44px;
    }

    .res_lw_icon svg {width: 24px;}

    .res_lw_wrap{margin-bottom: 10px;}

    .res_cta_btn a + a{margin-top: 10px;}
	
	#cusines_v_form {width: 351px;}

    .cuisine-selector{
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 1024px) {
    .logo-section .wp-block-image {
        margin-bottom: 30px;
    }

    .js_header_si {}

    .js_header_si li + li {}

    .entry_txt_1 .jc_text {
        margin-top: 30px;
        margin-bottom: 40px;
    }

    .participation_text p {
        /*margin-top: 26px;
        margin-bottom: 26px;*/
    }

	.client_logo_slider .swiper-button-prev, .client_logo_slider .swiper-button-next{
		width: 17px;
	}

	.client_logo_slider .swiper-pagination-bullet {
		width: 8px;
		height: 8px;
	}
	
	.client_logo_slider .swiper-pagination-bullet + .swiper-pagination-bullet {
		margin-left: 5px;
	}
	
	.cuisine-selector {
		/*-webkit-column-gap: 48px;
		   -moz-column-gap: 48px;
		        column-gap: 48px;*/
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
	}
	
	.filter_btn, .filter_trigger{
		margin-bottom: 16px;
	}
	
	.filter_trigger{
		/*width: 172px;*/
	}
	
	.res_name {
		/*font-size: 20px ;
		line-height: 24px;*/
	}

    .jc_res.active .res_name{
        /*font-size: 19px;
        line-height: 23px;*/
    }
	
	.dining_area {
		/*margin-top: 25px;*/
	}
	
	.dining_area, .restaurant_des{
		/*margin-bottom: 25px !important;*/
	}
}

@media only screen and (max-width: 991px) {
    .main-menu{
        display: none;
    }
    
    .main-menu.overlay_menu{display: block;}

    .main-menu.active{display: block;}

    .menu-button-container{
        display: block;
    }

    #primary-menu-list, .main-menu .menu-section{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0;
    }

    .logo-section{
        display: block;
        /*margin-top: 70px;*/
    }

    #primary-menu-list li a {
        font-size: 20px;
        line-height: 24px;
    }

    .close_btn {
        display: block;
        right: 25px;
        top: 25px;
    }

    #primary-menu-list li + li {
        margin-top: 20px;
    }

    .js_header_si{
        margin-top: 65px;
    }

    .col_wrapper { 
        -webkit-box-orient: vertical; 
        -webkit-box-direction: normal; 
            -ms-flex-flow: column; 
                flex-flow: column;
    }

    .col-logo {
        width: 100%;
        margin-bottom: 16px;
        text-align: center;
    }

    .col-signup {
        width: 100%;
    }

    .col_su_content {
        margin: auto;
        width: 673px;
        text-align: center;
    }

    .form_title {
       margin-left: 0;
       margin-bottom: 16px;
    }

    .site-footer .js_header_si {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin-top: 22.65px;
        margin-left: 0px;
    }

    .jc_rounded_btn .elementor-button {
        /*font-size: 24px;
        line-height: 50px;
        width: 250px;*/
    }

	.jc_restaurants {
		-webkit-column-gap: 40px;
		   -moz-column-gap: 40px;
		        column-gap: 40px;
	}
	
	.jc_res {
		width: calc(100%/2 - 20px);
	}
	
	.cuisine-selector {
		margin-bottom: 20px;
		
	}
	
   .logo_slider .swiper-slide {
        width: 40%;
    }

}

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

    .su_input input {
        height: 45px;
        font-size: 18px;
        line-height: 45px;
        padding-left: 15px;
    }

    .signup_submit input {
        line-height: 45px;
        font-size: 18px;
        padding: 0px 26px;
    }

    .signup_submit {
        width: 118px;
    }

    .su_input {
        width: calc(100% - 118px);
    }

    .jc_f_signup .wpcf7-not-valid-tip {
        left: 15px;
        bottom: -35px;
    }

    .jc_f_signup .wpcf7-response-output {
        margin-left: 15px !important;
    }

    .rssu_wrapper input[type="text"],.rssu_wrapper input[type="tel"], .rssu_wrapper input[type="email"]{
        font-size: 16px;
        line-height: 30px;
        padding: 10px 15px;
        height: 45px;
    }
    
    .rssu_wrapper .wpcf7-form-control-wrap{
        margin-top: 10px;
    }

    .rssu_wrapper input[type="submit"]{
        margin: 50px auto 0 auto;
    }

    .gutter_0_container.elementor-top-section > .elementor-container {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .sponser_text p {
        margin-top: 30px;
        margin-bottom: 36px;
    }
	
	.client_logo_slider .logo_wrap{
		height: 120px;
	}
	
	.client_logo_slider {
		padding: 25px 30px;
	}
	
	.dining_area, .restaurant_des {
		/*font-size: 18px;
		line-height: 22px;*/
	}
	
	.dining_area {
		/*margin-top: 22px;*/
	}
	
	.dining_area, .restaurant_des{
		/*margin-bottom: 22px !important;*/
	}
   

}

@media only screen and (max-width: 640px) {
	.jc_res {
		width: 100%;
	}

    .jc_res_hover{
        position: relative;
        top: 0;
        padding: 10px 0;
        border: 0;
    }
	
	.cuisine-selector {
		margin-bottom: 0px;
	}

    .logo-section{
        margin-top: 50px;
    }
}

@media only screen and (max-width: 575px) {
    h1,  h1.elementor-heading-title{
        font-size: 50px;
        line-height: 60px;  
    }

    h2,  h2.elementor-heading-title{
        font-size: 26px;
        line-height: 35px;
    }

    h3,  h3.elementor-heading-title{
        font-size: 20px;
        line-height: 25px;  
    }
    
    p{
        font-size: 14px;
        line-height: 22px;
    }

    .site-title, .site-title a   {
        font-size: 22px;
		line-height: 30px;
    }

    .header_wrapper{
        padding: 12px 23px 12px 23px;
		min-height: 80px;
    }

    .hamburger .line {
        width: 30px;
		height: 3px;
    }

    .hamburger .line + .line {
        margin-top: 5px;
    }

    .hamburger.is-active .line:nth-child(1) {
        -webkit-transform: translateY(9px) rotate(45deg);
        -ms-transform: translateY(9px) rotate(45deg);
        transform: translateY(9px) rotate(45deg);
    }

    .hamburger.is-active .line:nth-child(3) {
        -webkit-transform: translateY(-8px) rotate(-45deg);
        -ms-transform: translateY(-8px) rotate(-45deg);
        transform: translateY(-8px) rotate(-45deg);
    }

    .js_header_si li svg{
        height: 20px;
    }

    .js_header_si li + li {
        margin-left: 20px;
    }

    .js_header_si li:first-child svg{
        width: 11px;
    }

    .js_header_si li:nth-child(2) svg{
        width: 20.35px;
    }

    .js_header_si li:nth-child(3) svg{
        width: 25.91px;
    }

    .elementor-top-section > .elementor-container {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .form_wrapper {
        border: 1px solid #E59C35;
		height: 45px;
    }

    .title_bar:after{
        content: "Scroll";
        font-size: 16px;
        line-height: 19px;
        color: #fff;
        font-family: 'Sofia Pro';  
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        bottom: 38px;
    }

    .title_bar:before{
        content: "";
        background-image: url('assets/images/chevron-down.svg');
        background-size: auto;
        background-position: center center;
        background-repeat: no-repeat;
        width: 24px;
         height: 10px;
        position: absolute;
        left: 50%;
        bottom: 20px;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
    }
  
    .entry_txt_1 .jc_text {
        font-size: 14px;
        line-height: 22px;
        margin-top: 26px;
        margin-bottom: 36px;
    }

    .jc_rs_title{
        font-size: 26px;
        line-height: 35px;
    }

    .jc_bg_imge {
        min-height: 148px;
        margin-bottom: 26px;
    }

    .jc_rounded_btn .elementor-button {
        font-size: 16px;
        line-height: 21px;
        width: 179px;
    }
    

    .sponser_text p {
        /*margin-top: 26px;
        margin-bottom: 5px;*/
    }
	
	.client_logo_slider {
		padding: 15px 30px;
	}

    .filter_icon:before {
		width: 30px;
		height: 14px;
	}

    .filter_icon{
        padding-left: 37px;
    }
	
	.filter_btn a, .filter_trigger a {
		font-size: 16px;
		line-height: 1;
        padding: 8px 10px;
	}
	
	.filter_btn, .filter_trigger{
		/*width: 160px;*/
        width: calc(50% - 10px);
        min-width: 1px;
	}
	
	.cuisine-selector {
		-webkit-column-gap: 40px;
		   -moz-column-gap: 40px;
		        column-gap: 40px;
	}

    .dining_area{
        margin-top: 10px;
        margin-bottom: 12px !important;
    }
	
	.dining_area, .restaurant_des {
		font-size: 14px;
		line-height: 20px;
	}

    .restaurant_des {
        margin-bottom: 15px !important;
	}
	
	.res_lw_icon {
		width: 46px;
		height: 46px;
	}
	
	.res_location svg, .res_website svg{
		height: 32px;
	}

    .res_lw_badge{
        font-size: 14px;
        line-height: 19px;
    }
	
	.res_lw_wrap {
		margin-bottom: 26px;
	}
	
	.res_cta_btn a {
		width: 220px;
		height: 39px;
		font-size: 16px;
		line-height: 19px;
		margin-bottom: 0;
        padding: 6px;
	}

    .res_cta_btn a + a{
		margin-top: 12px;
	}
	
	.restaurant-details {
		border: 1px solid #B2BB8B;
		padding: 20px;
	}

    .res_name {
        /*font-size: 16px;
        line-height: 21px;*/
    }

    .jc_res{
        margin-bottom: 23px;
    }
	
	.footer_wrapper {
		padding: 0 30px 40px 30px;
	}
	
	.col-logo {
		margin-bottom: 0px;
	}
	
	.g0_all > .elementor-container{
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	
	
	.logo_slider .logo_wrap{
		text-align: center;	
		padding: 10px 0px;
	}
	
	.logo_slider .swiper-slide {
        width: 50%;
      }
	
	
	.logo_slider .logo_wrap img{
		 max-height: 229px;
		text-align: center;
	}

    .rssu_wrapper input[type="submit"]{
        margin: 30px auto 0 auto;
    }

    .ad_slider .swiper-button-prev, .ad_slider .swiper-button-next{display: block;}
}


@media only screen and (max-width: 425px) {
	.cuisine-selector {
		-webkit-column-gap: 20px;
		   -moz-column-gap: 20px;
		        column-gap: 20px;
	}
	.filter_btn, .filter_trigger {
		/*width: 140px;*/
	}	
	
	#cusines_v_form {
		padding: 20px 20px 24px 20px;
		width: 315px;
	}
	
	.ro_title, .cv_filter_btn {
		font-size: 22px;
		line-height: 26px;
		margin-bottom: 13px;
	}
	
	.restuarant_options {
		margin-bottom: 30px;
	}
	.cv_filter_btn:before {
		width: 26px;
		height: 26px;
	}
	
	.cv_filter_btn {
		padding-left: 40px;
	}
	
	.cv_filter_check:checked + label:after {
		width: 19.51px;
		height: 16px;
	}
	
	.cv_filter_check:checked + label:after {
    	top: 5px;
    	left: 3px;
	}
	
	.cv_filter_submit {
		font-size: 18px;
		height: 40px;
		line-height: 40px;
		margin-top: 25px;
	}

   
	
	
}

@supports (-webkit-touch-callout: none) {
    .elementor-23 .elementor-element.elementor-element-c8ae023 > .elementor-container,
    .elementor-17 .elementor-element.elementor-element-d478e5a > .elementor-container,
    .elementor-7 .elementor-element.elementor-element-4680351 > .elementor-container{
        min-height: -webkit-fill-available;
    }
  }