/*
Theme Name: Food Court
Theme URI: http://www.kodeforest.net/wp-demo/foodcourt
Description: The FoodCourt Wordpress Theme
Author: KodeForest
Author URI: http://www.kodeforest.com
Version: 1.5
License: 
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: two-columns, custom-background, custom-colors, featured-images, theme-options
Text Domain: food-court
*/
/**
 * Table of Contents :
 *
* 1.0 -  DEFAULT CSS START
* 2.0 -  HEADER CSS START
* 3.0 -  HEADER 2 CSS START
* 4.0 -  HEADER 3 CSS START
* 5.0 -  STICKY HEADER CSS START
* 6.0 -  BANNER CSS START
* 7.0 -  INNER BANNER CSS START
* 8.0 -  ABOUT US CSS START
* 9.0 -  RESERVATION CSS START
* 10.0 - OUR MENU CSS START
* 11.0 - GALLERY 2 CSS START
* 12.0 - OUR MASTER CHEFF CSS START
* 13.0 - OUR BLOG 3 CSS START
* 14.0 - BLOG 1 CSS START
* 15.0 - SIDEBAR CSS START
* 16.0 - BLOG DETAIL CSS START
* 17.0 - MENU PARALLAX CSS START
* 18.0 - RECIPE SINGLE CSS START
* 19.1 - CONTACT US CSS START
* 20.0 - 404 PAGE CSS START
* 21.0 - FOOTER CSS START
* 22.0 - COMING SOON CSS START
* 23.0 - Sign up Form CSS

[Color codes]

Background: #ffffff (white)
Content: #ff401b (light black)
Header: #ffffff (green)

a (standard): #ffffff (dark blue)
a (visited): #ffffff (light blue)
a (active): #ffffff (pink)

[Typography]
  
Body copy:  16px/ font-family: 'Lato', sans-serif; color:#999999;
Headers:  font-family: 'Roboto', sans-serif;
Input, textarea: font-family: 'Lusitana', serif;
Sidebar heading: font-family: 'Lusitana', serif;

-------------------------------------------------------------------*/
/*
	  ==============================================================
		   DEFAULT CSS START
	  ==============================================================
*/
@charset "utf-8";
.wrapper{
	float:left;
	width:100%;
	overflow:hidden;
}
.kode_wrapper{
	float:left;
	width:100%;
	overflow: hidden;
}
.content-wrapper{
	float: left;
	width: 100%;
	overflow: hidden;
}
section,
.section-padding,
.kf_footer_bg{
}
.content-wrapper > .content{
	float: left;
	width: 100%;
}
.body-wrapper{
	background: #fff;
}
ul{
	padding-left: 0;
	margin-left: 0;
	list-style: none;
}
/*
	  ==============================================================
		   HEADER CSS START
	  ==============================================================
*/
header{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 99999999;
	background-color: transparent;
	-webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.kode-top-bar{
	float:left;
	width:100%;
	background:transparent;
	border-bottom:1px solid rgba(225, 225, 225, 0.5);
}
.lungueg-wrap{
	border-right:1px solid rgba(225, 225, 225, 0.5);
	padding:24px 0px 25px;
}
.lungueg-wrap li{
	float:left;
	margin-right:20px;
}
.lungueg-wrap li a{
	display:block;
	color:#fff;
	font-size:16px;
	text-transform:uppercase;
	line-height:16px;
	font-family: 'Roboto', sans-serif;
}
/*social icons*/
.kode-top-bar .social-style-1{
    padding: 20px 30px 19px 0;
}
.kode-top-bar .social-style-1 li a{
    color: #fff;
}
.kode-top-bar .social-style-1 li a:hover{
	animation:1s ease-in-out 0s normal none infinite pulse;
}
/*searh button*/
.searchlink{
	float:right;
	width:87px;
	line-height:65px;
	color:#fff;
	font-size:16px;
	text-align:center;
	vertical-align:middle;
	border-style:solid;
    cursor: pointer;
	border-width:0 1px 0 1px;
	border-color:rgba(225, 225, 225, 0.5);
	position: relative;
}
.searchform {
    top: 100%;
    cursor: default;
    display: none;
    line-height: 40px;
    position: absolute;
    right: 0;
    width: 200px;
    z-index: 5;
}
.searchform input[type="text"]{
	float: left;
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size:14px; 
	padding: 0 10px; 
	color: #999;
}
.searchform input[type="text"]::-webkit-input-placeholder {color: #999; opacity: 1;}
.searchform input[type="text"]:-moz-placeholder { color: #999; opacity: 1; }
.searchform input[type="text"]::-moz-placeholder { color: #999; opacity: 1; }
.searchform input[type="text"]:-ms-input-placeholder {color: #999; opacity: 1;}

.searchlink i{
	display:block;
	line-height:65px;
}
.kode_ui_element .dl-menuwrapper{
	display:none;
}
/*logo strat*/
.kode-logo{
	float:left;
	width:100%;
	text-align:center;
	padding:50px 0 27px;
}
.kode-logo a{
	display: inline-block;
}
/*NAVIGATION START*/
.kode_navigation_outr_wrap {
    float: left;
    text-align: center;
    width: 100%;
    line-height: 16px;
}
.kode_menu {
    float: left;
    text-align: center;
    width: 100%;
}
.kode_menu ul {
    border-bottom:1px solid rgba(225, 225, 225, 0.5);
    display: inline-block;
    float: none;
    text-align: center;
}
.kode_menu ul li{
	display:inline-block;
	position: relative;
	margin-right: 39px;
}
.kode_menu ul li a{
	display:block;
	font-size:16px;
	line-height:16px;
	color:#fff;
	text-transform:uppercase;
	font-family: 'Roboto', sans-serif;
	position:relative;
	padding:0 16px 13px 0;
}
.kode_menu ul li:last-child,
.kode_menu ul li:last-child a{
	margin: 0;
}
.kode_menu ul .active a:before,
.kode_menu ul li a:before{
	content:"";
	left:0;
	right:0;
	bottom:-3px;
	height:5px;
	width:0%;
	position:absolute;
}
.kode_menu ul .active > a:before,
.kode_menu ul li:hover a:before{
	width:100%;
}
/*second ul*/
.kode_menu ul li:hover ul{
	transform:scale(1);
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);

}
.kode_menu ul ul {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    border-style: solid none none;
    border-top-width: 3px;
    border-color: #fff;
    box-shadow: 0 7px 15px rgba(0, 0, 0, 0.12);
    list-style: outside none none;
    margin: 3px 0 0;
    padding: 0;
    position: absolute;
    width: 200px;
    z-index: 10;
    left: 0;
    background-color: #000;
    transform:scale(0);
    -webkit-transform:scale(0);
	-moz-transform:scale(0);
	-ms-transform:scale(0);
	-o-transform:scale(0);
}

.kode_menu ul ul li{
	display: block;
	margin-right: 0;
}
.kode_menu ul ul li a {
    display: block;
    margin-right: 0;
    padding: 15px 20px;
    text-align: left;
    font-size: 14px;
    line-height: 14px;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	color:#ccc;
}
.kode_menu ul ul li a:hover{
	background-color: rgba(255, 255, 255, 1);
}
.kode_menu ul ul .active a::before,
.kode_menu ul ul li a::before{
	height: 0;
}
/*header2*/
.header2 .kode-top-bar{
	border: none;
}
.header2 .lungueg-wrap {
    border-bottom: 1px solid rgba(225, 225, 225, 0.5);
    border-right:none;
}
.header2 .lungueg-wrap li:last-child{
	margin-right: 0;
}
.header2 .social-style-1{
	border-bottom: 1px solid rgba(225, 225, 225, 0.5);
	padding-right: 0;
}
.header2 .searchlink{
	display: none;
}
.header2 .kode-logo{
	padding-top:0;
}
.header2 .kode-logo a{
	display: inline-block;
}
.kode-navigation-wrapper .navbar ul li > a{
	text-decoration:none;
font-family: 'Roboto';
    font-weight: 600;
}
} 
/*responcive menu*/
.kode_navigation3_wrap .dl-menuwrapper .dl-menu,
.kode_navigation_outr_wrap .dl-menuwrapper .dl-menu{
	right: 0;
}
.kode_menu ul li.active ul a::before{
		height:0;
}
/*
	  ==============================================================
		 HEADER 3 CSS START
	  ==============================================================
*/
.header-3 .dl-menuwrapper{
	display: none;
}
.header-3{
	position: inherit;
	background: #f2f2f2;
}
.header-3 .kode-top-bar3{
	background-color: #056839;
	line-height: 14px;
}
.header-3 ul{
	margin: 0;
}
.lung-wrap{
	padding: 15px 0 16px;
	float: left;
}
.lung-wrap li{
	display: inline-block;
	margin-right: 13px;
	line-height: 14px;
	margin-bottom:0px;
}
.lung-wrap li img{
	float: left;
	width: 16px;
	height: 11px;
	margin-right: 14px;
}
.lung-wrap .btn {
    background-color: transparent;
    border: none;
    border-radius: 0px;
    min-height: 11px;
    width: inherit;
    text-transform: uppercase;
    color: #ccc;
    font-family: 'Source Sans Pro', sans-serif;
    padding: 0 20px 0 0;
    line-height: 11px;
    position: relative;
}
.lung-wrap .btn-primary:active, 
.lung-wrap .btn-primary.active, 
.lung-wrap .open > .dropdown-toggle.btn-primary,
.lung-wrap .dropdown .btn:focus,
.lung-wrap .dropdown .btn:hover{
	background: transparent;
	border-color: transparent;
}
.lung-wrap .dropdown, .dropup {
    float: left;
    position: relative;
    width: 100%;
    line-height: 8px;
}
.lung-wrap .dropdown:before{
	
	right: 0px;
	top: 50%;
	margin-top: -3px;
 	color: #ccc;
	font-size: 14px;
	position: absolute;
	font-family: FontAwesome;
}
.modal-content.logout-popup {
    padding: 0px 80px 88px;
}
.lung-wrap .btn-primary.active.focus, .btn-primary.active:focus,
.lung-wrap .btn-primary.active:hover, .btn-primary.focus:active,
.lung-wrap .btn-primary:active:focus, .btn-primary:active:hover,
.lung-wrap .open > .dropdown-toggle.btn-primary.focus,
.lung-wrap .open > .dropdown-toggle.btn-primary:focus,
.lung-wrap.open > .dropdown-toggle.btn-primary:hover,
.lung-wrap .btn-primary.active,.lung-wrap .btn-primary:active, .open > .dropdown-toggle.btn-primary{
	background: transparent;
}
.lung-wrap .drop li {
    color: #ccc;
    display: block;
    float: left;
    font-size: 14px;
    height: 11px;
    line-height: 11px;
    padding: 0px 20px 0 0;
    width: 100%;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: normal;
}
.lung-wrap .btn .caret {
    color: #ccc;
    display: block;
    font-size: 0px;
    height: 11px;
    padding: 0px;
    width: 100%;
    top: 50%;
    margin-top: -7px;
}
.lung-wrap li a{
	float:left;
	font-size: 14px;
	color: #ccc;
	text-transform: uppercase;
	line-height: 11px;	
}
#signin-box .user-box-footer a{
	float:none;
}
.lung-wrap .dropdown-menu{
	top: 100%;
}
.lung-wrap .dropdown-menu {
    border-radius: 0px;
    overflow: hidden;
    margin-top: 10px;
    padding:0;
}
.lung-wrap .dropdown-menu li{
	margin: 0;
	padding: 10px;
	color: #333;
	height: auto!important;
	text-transform: uppercase;
	cursor: pointer;
}

.lung-wrap .dropdown-menu > li:hover {
    color: #fff;
}
.admin-wrap{
	float: left;
	padding: 15px 0px 18px 0;
}
.admin-wrap li{
	display: inline-block;
	margin-left: 43px;
	margin-bottom:0px;
}
.admin-wrap li a{
	font-size: 14px;
	color: #ccc;	
	line-height: 11px;
	text-transform: uppercase;
	float: left;
}
.kode-top-bar3 .admin-wrap li i,
.lung-wrap li i {
    float: left;
    font-size: 14px;
    height: 11px;
    line-height: 11px;
    margin-right: 15px;
    color: #fff;
}
.kode-top-bar3 .pull-right{
	position: relative;
}
.kode-top-bar3 .cart{
	right:0;
	width: 48px;
	height: 63px;
	text-align: center;
	line-height: 49px;
	font-size: 24px;
	color: #4d4849;
	background: #f6d98f;
	position: absolute;
	top: 0;
	cursor: pointer;
}
.kode-top-bar3 .cart i
{
	display: block;
	text-align: center; 
	color: #4d4849;
	position: relative;
	line-height: 49px;
}
.kode-top-bar3 .cart i span{
	position: absolute;
	width: 14px;
	height: 14px;
	line-height: 12px;
	font-size: 10px;
	text-align: center;
	color: #fff;
	border-radius: 100%;
	background-color: #c55842;
	top: 5px;
	right: 5px;
}
.kode-top-bar3 .cart:before{
	position: absolute;
	content: "";
	top: 100%;
	width: 0;
	height: 0;
	left: 0;
	border-style: solid;
	border-width: 10px 24px 0 0;
	border-color: #f6d98f  transparent transparent transparent;

}
.kode-top-bar3 .cart:after{
	position: absolute;
	content: "";
	top: 100%;
	width: 0;
	height: 0;
	right: 0;
	border-style: solid;
	border-width: 0 24px 10px 0;
	border-color: transparent #f6d98f  transparent transparent;

}
.shoppingform {
    background: #45484a;
    color: #fff;
    display: none;
    position: absolute;
    right: 0;
    top: 72px;
    width: 218px;
    z-index: 9999;
	padding:15px;
}
.shoppingform strong{
	font-size:20px;
	color:#fff;
	line-height:normal
}
.cart_list{
	list-style: outside none none;
    margin: 0;
    max-height: 395px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0 0px;
}
.cart_list li {
    margin: 0px 0 20px;
    min-height: 60px;
    overflow: hidden;
    padding: 0;
    position: relative;
}

.cart_list .remove {
    background-color: transparent;
    border-style: solid;
    border-width: 0;
    box-shadow: none;
    font-size: 18px;
    left: auto;
    position: absolute;
    right: 0;
    line-height: 18px;
    top: 0px;
}
.cart_list .remove:hover{
	color: #fff;
}
.cart_list li .thumb{
    
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    text-decoration: none;
    text-transform: none;
}
.cart_list li a img{
	float: left;
	width: 70px;
}
.quantity{
	background: transparent none repeat scroll 0 0;
    border: 0 none;
    margin: 0 0 0 10px;
    outline: medium none;
    padding: 0;
    vertical-align: baseline;
    float: left;
    font-size: 16px;
    line-height: 16px;
    text-align: left;
}
.quantity strong {
    color: #fff;
    display: block;
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 15px;
    text-transform: capitalize;
}
.amount {
    float: left;
    font-size: 16px;
    line-height: 16px;
    margin-right: 5px;
}
.amount span {
    display: inline-block;
    font-size: 15px;
    line-height: 15px;
    vertical-align: top;
}

.popoverButtons{
    padding: 0px  0;
    float: left;
    width: 100%;
}
.hudbtn {
    color: #d9d9d9;
    height: 24px;
    padding: 0 12px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    font-size: 15px;
    float: left;
    text-transform: capitalize;
    line-height: 24px;
}
.hudbtn.primary:hover,
.hudbtn:hover{
	color: #fff;
	background-color: #000;
}
.hudbtn.primary {
    color: #fff;
    font-size: 15px;
    float: right;
    text-transform: capitalize;
}
.kode_navigation3_wrap {
    background: transparent;
    float: left;
    position: relative;
    width: 100%;
    text-align: center;
}
.kode_navigation3_wrap .navbar {
    border: none;
    margin:0;
    min-height: auto;
    border-radius: 0;
}
.kode-logo3{
	display: inline-block;
	position: absolute;
	left: 0;
	right: 0;
	margin: -30px auto 0;
	background: #ffffff;
	border-radius: 100%;
	z-index: 10;
	width: 209px;
	height: 209px;
	line-height: 209px;
}
.kode-logo3 a{
	display: block;
}
.navigation3 {
    padding: 37px 0;
}
.navigation3 ul{
	float: left;
}
.navigation3 li{
	float: left;
}
.navigation3 ul li{
	float: left;
	margin-right: 42px;
	position: relative;
}
.navigation3 ul li:last-child{
	margin: 0;
}
.navigation3 ul li a{
	color: #4d4849;
	font-size: 15px;
	line-height: 15px;
	font-family: 'Roboto', sans-serif;
	position: relative;
	text-transform: uppercase;
	padding: 23px 5px 23px;
	display: block;
}
.navigation3 ul li a:before{
	content: "";
	left: 0;
	right: 0;
	bottom: 4px;
	height: 2px;
	width: 0%;
	position: absolute;
	background: #4d4849;
}
.navigation3 ul li a:after{
	content: "";
	left: 0;
	right: 0;
	bottom: 0px;
	height: 10px;
	width: 10px;
	margin: 0 auto;
	position: absolute;
	background: #4d4849;
	opacity: 0;
}
.navigation3 ul li.current-menu-item a:before,
.navigation3 ul li.active a:before,
.navigation3 ul li.active a:before,
.navigation3 ul li:hover a:before{
	width: 100%;
}
.navigation3 ul li.current-menu-item a:after,
.navigation3 ul li.active a:after,
.navigation3 ul li.active a:after,
.navigation3 ul li:hover a:after{
	opacity: 1;
}
/*second ul*/
.navigation3  .sub-menu li:hover > .sub-menu,
.navigation3 ul li:hover > ul{
	transform:scale(1);
	-moz-transform:scale(1);
	-webkit-transform:scale(1);
}
.navigation3 ul li ul {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    box-shadow: 0 7px 15px rgba(0, 0, 0, 0.12);
    list-style: outside none none;
    margin: 0 0;
    padding: 0;
    position: absolute;
    width: 200px;
    z-index: 10;
    left: 0;
    background-color: #000 !important;
    transform:scale(0);
    -moz-transform:scale(0);
    -webkit-transform:scale(0);
}
.navigation3 ul ul li{
	display: block;
	margin-right: 0;
}
.navigation3 ul ul li a {
    display: block;
    margin-right: 0;
    padding: 15px 20px;
    text-align: left;
    font-size: 14px;
    line-height: 14px;
    width: 100%;
    color: #fff;
}
.navigation3 ul ul li a:after,
.navigation3 ul ul li a:before{
	width: 0;
}
.navigation3 ul ul li:hover > a{
	background-color: rgba(255, 255, 255, 1);
	color: #000;
}
.navigation3 ul ul .active a::before,
.navigation3 ul ul li a::before{
	height: 0;
}
.navigation3 ul ul li{
	margin-right: 0;
	width: 100%;
}
/*
	  ==============================================================
		  STICKY HEADER CSS START
	  ==============================================================
*/
	header.sticky {
	    position: fixed;
	    width: 100%;
	    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
	    text-align: left;
	}
	header.sticky .kode-top-bar{
		display: none;
	}
	header.sticky .kode-logo{
		padding: 5px 0;
		width: 10.8%;
		text-align: left;
	}
	header.sticky .kode-logo a{
		width: 100%;
	}
	header.sticky  .kode_navigation_outr_wrap {
	    float: right;
	    margin: 33px 0;
	    width: auto;
	}
	header.sticky  .kode_menu ul li{
		margin-right:36px;
	}
	header.sticky .kode_menu ul ul li{
		margin:0px;
	}
	header.sticky .kode_menu ul li:last-child{
		margin:0;
	}
	/*sticky*/
	.header-3.sticky{
		background: #f2f2f2;
	}
	.header-3.sticky .kode-top-bar3{
	    display: none;
	}
	.header-3.sticky .navigation3 {
	    padding: 5px 0 30px;
	}
	.header-3.sticky .kode-logo3{
		width: 126px;
		height: 126px;
		line-height: 154px;
	}
/*
	  ==============================================================
		   BANNER CSS START
	  ==============================================================
*/

.kode-home-banner{
	float: left;
	width: 100%;
	position: relative;
	margin-bottom:40px;
}
.kode-blog-single-full a:hover{
	text-decoration:none;
}
.kode-home-banner .bx-wrapper .bx-viewport {
    background: transparent;
    border: none;
    box-shadow:none;
    left: 0px;
    transform: translateZ(0px);
}
.kode-home-banner .bx-controls-direction,
.kode-home-banner .bx-pager.bx-default-pager{
	display: none;
}
.kode-home-banner .bxslider li{
	background-color: #000;
}
.kode-home-banner .bxslider li img{
	height: 877px;
	float: left;
	width:100%; 
}
.kode-inner-banner.header-style-2{
	padding:275px 0 35px;
}
.nivoSlider-wrapper .nivoSlider a.nivo-imageLink{
	background: #000 !important;
}
.nivoSlider-wrapper .nivoSlider img{
	opacity: 0.35 !important;
}
.flexslider .slides > li:before,
.kode-home-banner .bxslider li:before{
	background-color:rgba(0, 0, 0, 0.65);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	content: "";
}
.kode_caption{
	position: absolute;
	top: 56%;
	left: 0;
	right: 0;
	margin: -2px auto 0;
	text-align: center;
}
.kode_caption h6 {
    color: #c8c8c8;
    font-size: 34px;
    line-height: 34px;
    text-transform: capitalize;
    margin-bottom: 22px
}
.kode_caption h2 {
    color: #fff;
    font-size: 72px;
    line-height: 72px;
    text-transform: capitalize;
    margin-bottom: 27px;
}
.kode_caption p {
    padding: 0 150px;
    text-transform: capitalize;
    color: #c8c8c8;
    margin-bottom: 36px;
}
.kode_caption .kode_link_2{
    font-size: 20px;
    line-height: 20px;
    padding: 23px 35px 22px;
    text-transform: uppercase;
    color: #fff;
    background: transparent;
}

.kode_caption .kode_link_2 i {
    line-height: 20px;
    margin-left: 15px;
}
/*banner 2*/
.banner2 .bxslider li img{
	height: auto;
}
.banner2 .kode_caption{
	margin-top: -23px;
	top:50%;
}
/*banner 3*/
.banner-3 .kode_caption {
    margin: -154px auto 0;
    top: 50%;
}
.kode-home-banner.banner-3 .bxslider li img{
	height: auto;
}
.nivoSlider .nivo-caption{
	z-index: 99999999;
	width: 1170px;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: -143px auto 0;
}
.nivoSlider-wrapper{
	float: left;
	width: 100%;
	position: relative;
}
.kode-caption .kode-caption-text{
	margin-bottom: 20px;
}
/*
	  ==============================================================
		   INNER BANNER CSS START
	  ==============================================================
*/
.kode-inner-banner{
/*	background-image: url(extra-images/inner-banner.jpg);*/
	background-size: cover;
	background-repeat: no-repeat;
	background-origin: center;
	padding: 75px 0 68px;
	text-align: center;
	position: relative;
	/*margin-bottom:50px;*/
}
.header-3-style-2 ~ .content-wrapper .kode-inner-banner,
.header-style-3.kode-inner-banner{
	padding:56px 0 68px;
}
.kode-inner-banner:before{
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: #000;
	opacity: 0.8;
}
.kode-inner-banner .container{
	position: relative;
}
.kode-inner-banner h6{
	color: #fff;
	display: inline-block;
	text-align: center;
	font-size: 48px;
	line-height: 48px;
	margin-bottom: 15px;
	text-transform: capitalize;
}
.kode-inner-banner .breadcrumb {
    background-color: transparent;
    border-radius: 0px;
    list-style: outside none none;
    margin-bottom: 0px;
    padding:0;
}
.kode-inner-banner .breadcrumb li{
	position: relative;
	margin-right: 15px;
	display: inline-block;
}
.kode-inner-banner .breadcrumb li:before{
	position: absolute;
	content: "/";
	color: #fff;
	right: -12px;
	font-size: 14px;
	line-height: 13px;
}
.kode-inner-banner .breadcrumb li:last-child:before{
	font-size: 0;
}
.kode-inner-banner .breadcrumb li a{
	font-size: 16px;
	line-height: 16px;
	color: #fff;
	padding: 0 0px 0 0;
	text-transform: capitalize;
	display: block;
	font-style: italic;
}
.kode-inner-banner .breadcrumb > li + li::before{
	padding: 0;
}

/*WHO WE ARE SECTION START*/
.we-are-bg{
	padding: 192px 0 60px;
}
.kode-we-are-wrap{
	float: left;
	width: 100%;
	position: relative;
	z-index: 1;
	margin-bottom: 30px;
}
.kode-we-are-wrap:before{
	position: absolute;
	right: 0;
	top: 0;
	bottom: -6px;
	left: 50px;
	content: "";
	border: 10px solid #e3e3e3;
	z-index: -1;
}
.kode-we-are-wrap .thumb {
    float: left;
    position: relative;
    width: 40%;
    padding: 0 0 0 10px;
}
.kode-we-are-wrap .thumb figure {
    margin-bottom: -122px;
    position: relative;
    top: -122px;
    overflow: visible;
}
.kode-we-are-wrap .thumb::after {
    bottom: 0;
    content: "";
    height: 88%;
    margin: -295px auto 0;
    position: absolute;
    right: 0;
    top: 50%;
    width: 30px;
    z-index: -1;
}
.kode-we-are-wrap .thumb::before {
    background-color: #d5cc6d;
    bottom: -25px;
    content: "";
    left: 0px;
    opacity: 0.8;
    position: absolute;
    right: 30px;
    top: -15px;
}
.kode-we-are-wrap .text{
	float: left;
	width: 60%;
	text-align: left;
	padding: 103px 30px 57px;
font-family: 'Roboto';
}
.kode-we-are-wrap .text p{
	margin-bottom: 46px;
	margin-top: -8px;
	float: left;
}
/*FOOD META*/
.kode-food-meta{
	float: left;
	width: 100%;
}
.kode-food-meta li{
	float: left;
	width: 50%;
	padding:10px 0px;
	list-style:none;
}
.kode-food-meta li i{
	float: left;
	width: 80px;
	height: 66px;
	font-size: 35px;
	line-height: 66px;
	border: 1px solid;
	position: relative;
	text-align: center;
	z-index: 1;
}
.kode-food-meta li i:after{
	position: absolute;
	content: "";
	left: 5px;
	right: 5px;
	top: 5px;
	bottom: 5px;
	border: 1px solid;
	background-color: transparent;
	z-index: -1;
}
.kode-food-meta li:hover i{
	color: #fff!important;
}
.kode-link-hd{
	float: none;
	overflow: hidden;
	padding: 0 15px;
	margin-top:5px;
}
.kode-link-hd h5{
	text-transform: uppercase;
	font-weight: normal;
	display: block;
	margin: 0px 0 9px 0;	
}
.kode-link-hd h5 a{
	text-transform: uppercase;
	font-weight: bold;
	display: block;
	color: #666666;
	font-style: normal;
}
/*OUR SPECIAL RECIPISE*/
/*RATING Star AREA START*/
.rating {
  unicode-bidi: bidi-override;
  direction: rtl;
  line-height: 16px;
}
.rating > span {
  display: inline-block;
  position: relative;
  font-size: 16px;
  color: #f78850;

}
.rating > span:hover:before,
.rating > span:hover ~ span:before {
   content: "\2605";
   position: absolute;
   color: #f78850;
   left:0px;
}

.kode-sp-recipies-bg{
	padding-bottom: 70px;
}
.kode-sp-recipies{
	float: left;
	width: 100%;
	position: relative;
	overflow:hidden;
}
.kode-sp-recipies:before{
	content: "";
	left: 0;
	right: 0;
	top: 165px;
	bottom: 165px;
	position: absolute;
	background-size: cover;
	background-repeat: no-repeat;
	background-origin: center;
	z-index: -1;
}
.kode-recipies-des{
	float: left;
	width: 100%;
}
.kode-recipies-des:hover figure{
	background-color: #000;
}
.kode-recipies-des:hover figure img{
	opacity: 0.8;
	transform:scale(1.2) rotate(5deg);
	-webkit-transform:scale(1.2) rotate(5deg);
	-moz-transform:scale(1.2) rotate(5deg);
	-ms-transform:scale(1.2) rotate(5deg);
	-o-transform: scale(1.2) rotate(5deg);
	-o-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
	
}
.kode-recipies-des .text{
	text-align: center;
	padding:25px 30px 26px; 
	background-color: #fff;
	border: 1px solid #e6e6e6;
font-family: 'Roboto';
}
.kode-recipies-des .text i{
	font-size: 35px;
	color: #999999;
	width: 40px;
	line-height: 30px;
	margin-bottom: 11px;
	float: left;
	width: 100%;
	text-align: center;
}
.kode-recipies-des:hover .text i{
	-webkit-animation: toBottomFromTop 0.4s forwards;
    -moz-animation: toBottomFromTop 0.4s forwards;
    animation: toBottomFromTop 0.4s forwards;
}
.kode-recipies-des .text h4{
	text-transform: uppercase;
	line-height: 20px;
	margin-bottom: 4px;
}
.kode-recipies-des .text .rating{
	margin-bottom: 5px;
	float: left;
	width: 100%;
	text-align: center;
}
.kode-recipies-des .text .rating .rating_stars{
	float: none;
	display: inline-block;
}
.kode-recipies-des .text p{
	margin-bottom: 21px
}
.kode-recipies-des .text > span{
	font-size: 30px;
	display: block;
	line-height: 30px;
	font-weight: bold;	
	margin-bottom: 25px;
}
.kode-recipies-des .text > span sup {
    top: 0px;
    font-size: 30px;
}
.kode-recipies-des .kode_link_2{
	background: transparent !important;
}
/*OUR MASTER CHEF START*/
.kode-master-chef{
	float: left;
	width: 100%;
	margin-bottom: 17px
}
.kode-master-chef figure{
	padding: 0 12px 12px 0;
}
.kode-master-chef figure:before{
	position: absolute;
	right: 0;
	left: inherit;
	top: 5%;
	bottom: 0px;
	content: "";
	border: 2px solid;
	width: 95%;
	z-index: -1;
}
.kode-master-chef:hover figure:before{
	border-color: #333333;
}
.kode-master-chef figure figcaption{
	position: absolute;
	top: 0;
	left: 5%;
	opacity: 0;
	-webkit-transform: translate(0, -50px);
	-moz-transform:   translate(0, -50px);
	-ms-transform: translate(0, -50px);
	-o-transform:  translate(0, -50px);
}
.kode-master-chef:hover figure figcaption{
    opacity: 1;
    -webkit-transform: translate(0);
	-moz-transform:   translate(0);
	-ms-transform: translate(0);
	-o-transform:  translate(0);
}
.kode-master-chef .social-style-2 li a{
	color: #fff;
}
.kode-master-chef .social-style-2 li a:hover{
	color: #000;
}
.master-chef-hd{
	float: left;
	width: 100%;
	text-align: left;
	padding: 13px 0 9px;
}
.master-chef-hd h3 a{
	color: #333;
	text-transform: capitalize;
	font-weight: bold;
	margin-bottom: 10px;
	display: block;
	font-size: 24px;
}
.master-chef-hd h4{
	font-style: italic;
	color: #666666;
}
/*counter up*/
.counterup-bg{
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	z-index: 1;
	float: left;
	width: 100%;
}
.counterup-bg:before{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 0.8;
	content: "";
	z-index: -1;
}
.kode-counter-up{
	float: left;
	width: 100%;
}
.kode-counter-up li{
	float: left;
	width:100% ;
	height: 237px;
	text-align: center;
	background-color: transparent;
	position: relative;
	padding: 71px 0 53px;
}
.kode-counter-up li:before{
	width: 237px;
	border-radius: 100%;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	content:"";
	position: absolute;
	margin:0 auto 0;
	line-height: 237px;
	font-size: 150px;
	color: rgba(225, 225, 225, 0.10);
	background-color: rgba(0, 0, 0, 0.45);
	z-index: -1;
}
.kode-counter-up li span{
	font-size: 72px;
	display: inline-block;
	color: #fff;
	font-family: 'Libre Baskerville', serif;
	line-height: 72px;
	margin-bottom: -3px;
}
.kode-counter-up li i {
    color: #fff;
    font-size:150px;
    margin-left: 2px;
	opacity:0.2;
	position:absolute;
	text-align:center;
	left:0;
	right:0;
	top:50%;
	margin:-78px auto 0;
	display:inline-block;
	z-index: -1;
}
.kode-counter-up li p{
	margin: 0;
	font-family: 'Lusitana', serif;
}
.kode-counter-up li:nth-child(2)::before{
	content: "\e90b";
}
.kode-counter-up li:nth-child(3)::before{
	content: "\e906";
}
.kode-counter-up li:nth-child(4)::before{
	content: "\e900";
}
.kode-counter-up li:nth-child(5)::before{
	content: "\e91e";
}
/*OUR BLOG SECTION*/
.kode-blog-des{
	float: left;
	width: 100%;
	margin-bottom: 30px;
	border-width: 1px 1px 1px 1px;
	border-right-color:#dadada !important; 
	border-bottom-color:#dadada !important; 
	border-left-color:#dadada !important; 
	border-style: solid;
}
.kode-blog-des figure{
	width: 202px;
	height:213px;
}
.kode-blog-des figure img{
	height:100%;
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	right:0;
}
.kode-blog-des:hover figure img{
	-webkit-transform: scale(1.2);
	-moz-transform:   scale(1.2);
	-ms-transform:scale(1.2);
	-o-transform:scale(1.2);
	transform:scale(1.2);
}
.kode-blog-des figure figcaption{
	position: absolute;
	top: 0;
	right: 0;
}
.kode-blog-des .date{
	width: 64px;
	height: 64px;
	text-align: center;
	font-size: 20px;
	color: #fff;
	line-height: 20px;
	text-transform: capitalize;
	display: block;
	font-family: 'Lusitana', serif;
	padding: 11px 0 11px;
}
.kode-blog-des .date b{
	display: block;
	margin-bottom: -2px;
}
.kode-blog-des .text{
	padding:27px 25px 0px;
	position: relative;
	text-align: left;
	float: none;
	overflow: hidden;
	width: auto;
}
.kode-blog-des .text h4{
	text-transform: capitalize;
	margin-bottom: 12px;
	font-weight: bold;
	font-size: 20px;
	text-transform: uppercase;
}
.kode-blog-des .text p{
	margin-bottom: 16px;
}
.blog-link{
	float: left;
	width: 100%;
	border-top: 1px solid #dadada;
	padding: 13px 0 15px; 
}
.kode-blog-des .text .blog-link{
	margin-bottom: 0;
}
.blog-link li{
	display: inline-block;
	border-right: 1px solid #dadada ;
	text-align: left;
	font-size: 16px;
	line-height: 16px;
	text-transform: capitalize;
	padding: 3px 25px 5px;
	color: #666666;
	margin-top: -0px;
}
.blog-link li:first-child{
	padding-left: 0;
}
.blog-link li:last-child{
	border:none; 
}
.blog-link li a{
	display: inline-block;
	color: #666666;
	font-size: 16px;
	line-height: 16px;
	text-transform: capitalize;

}
/*RESERVATION SECTION START*/
.kode-reservation-bg{
/*	background-image:url(extra-images/reservation-bg.jpg);*/
	background-size: cover;
	background-repeat: no-repeat;
	background-origin: center; 
	position: relative;
}
.kode-reservation-bg:before{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 0.60;
	content: "";
}
.kode-reservation-bg .kode-food-hdg-4 h3{
	color: #fff;
}
.reservation-input{
	float: left;
	margin-bottom: 30px;
	text-align:center; 
	position: relative;
	width: 100%;
}
.reservation-input .fa-angle-down {
    color: #fff;
    margin-top: -8px;
    position: absolute;
    right: 25px;
    top: 50%;
}
input.input-text,
.woocommerce form.login p.form-row input[type="password"], .woocommerce form.login p.form-row input[type="text"],
.woocommerce-content .comment-form p textarea,
.woocommerce-content .comment-form p input[type="text"],
.reservation-input input[type="text"]{
	float: left;
	width: 100%;
	background-color: transparent;
	font-size: 16px;
	line-height: normal;
	border: 1px solid #ccc;
	height: 42px;
	padding: 2px 14px 0;
	color:#fff;
	text-align: left;
	border-radius: 0;
}
.woocommerce-content .comment-form p textarea{
	padding:15px;
}
input.input-text,
.woocommerce form.login p.form-row input[type="password"], .woocommerce form.login p.form-row input[type="text"],
.woocommerce-content .comment-form p textarea,
.woocommerce-content .comment-form p input[type="password"],
.woocommerce-content .comment-form p input[type="email"],
.woocommerce-content .comment-form p input[type="text"]{
	border-color:#eee !important;
	color:#333;
}
input.input-text::-webkit-input-placeholder {color: #333; opacity: 1;}
input.input-text:-moz-placeholder { color: #333; opacity: 1; }
.kode-reservation-bg .reservation-input input::-webkit-input-placeholder {color: #333; opacity: 1;}
.kode-reservation-bg .reservation-input input:-moz-placeholder { color: #333; opacity: 1; }

.kode-reservation-bg .reservation-input input[type="text"]::-webkit-input-placeholder {color: #fff; opacity: 1;}
.kode-reservation-bg .reservation-input input[type="text"]:-moz-placeholder { color: #fff; opacity: 1; }
.kode-reservation-bg .reservation-input input[type="text"]::-moz-placeholder { color: #fff; opacity: 1; }
.kode-reservation-bg .reservation-input input[type="text"]:-ms-input-placeholder {color: #fff; opacity: 1;}

.reservation-input .selectric-wrapper{
	float: left;
	width: 100%;
	background-color: transparent;
	font-size: 16px;
	line-height: 42px;
	border: 1px solid #ccc;
	min-height: 42px;
	padding: 0px 14px 0;
	color: #fff;
	text-align: left;
}

.reservation-input  .selectric .label{
	font-size: 16px;
	color: #fff;
	line-height: 42px;
	font-family: 'Lusitana', serif;
	line-height: 42px;
	padding: 0;
	height: 42px;
	text-align: left;
	margin: 1px 0 -1px;
}
.reservation-input  .selectric .button{
	color: transparent;
}
.reservation-input  .selectric .button::before {
    color: #fff;
    content: "";
    font-family: fontawesome;
    margin-top: -20px;
    position: absolute;
    right: 0;
    top: 50%;
}
.reservation-input .selectric-scroll > ul li,
.reservation-input .selectric-scroll > ul {
    background: transparent none repeat scroll 0 0;
}

.reservation-input .selectric-scroll > ul li:hover,
.reservation-input .selectric-scroll > ul li.selected{
	color: #fff;
}
.reservation-input .date-picker-des {
    float: left;
    position: relative;
    width: 100%;
    text-align: left;
}
.reservation-input  .add-on {
    bottom: 0;
    color: #fff;
    cursor: pointer;
    line-height: 43px;
    position: absolute;
    right: 15px;
    top: 0;
}
.ui-timepicker-standard a.ui-corner-all:hover{
	color: #fff;
}
.reservation-input textarea{
	width: 100%;
	height: 192px;
	float: left;
	width: 100%;
	background-color: transparent;
	font-size: 16px;
	border: 1px solid #ccc;
	padding: 15px 14px 0;
	resize:none;
	margin-bottom: 30px;
	text-align: left;
	color: #fff;
	border-radius: 0;
}
.reservation-input textarea::-webkit-input-placeholder {color: #999; opacity: 1;}
.reservation-input textarea:-moz-placeholder { color: #999; opacity: 1; }
.reservation-input textarea::-moz-placeholder { color: #999; opacity: 1; }
.reservation-input textarea:-ms-input-placeholder {color: #999; opacity: 1;}

.reservation-input .selectric-wrapper.selectric-open,
.reservation-input input[type="text"]:focus,
.reservation-input textarea:focus{
	background-color: rgba(255, 255, 255, 0.09);
}
.kode-reservation-bg .reservation-input textarea::-webkit-input-placeholder 
{color: #fff; opacity: 1;}
.kode-reservation-bg .reservation-input textarea:-moz-placeholder 
{ color: #fff; opacity: 1; }
.kode-reservation-bg .reservation-input textarea::-moz-placeholder
 { color: #fff; opacity: 1; }
.kode-reservation-bg .reservation-input textarea:-ms-input-placeholder 
{color: #fff; opacity: 1;}
.kode-reservation-bg .kode_link_2{
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    padding: 23px 40px 20px;
    text-transform: capitalize;
    font-family: "Lusitana",serif;
    color: #fff;
	border-color:#fff;
}
.kode-reservation-bg .kode_link_2:hover{
	background: #fff;
}
/*TESTIMONIAL SECTION*/
.kode-testimonial-slider{
	float: left;
	width: 100%;
	margin-bottom: 26px
}
#owlslider-testimonial{
	float: left;
	width: 100%;
}
.kode-testimonial-slider .item{
	padding: 0 15px;
}
.kode-testimonial-slider  .owl-controls.clickable {
    margin-top: 32px;
}
.kode-testimonial-slider .owl-theme .owl-controls .owl-page > span{
    position: relative;
    border-radius: 100%;
    height: 14px;
    width: 14px;
    background-color: transparent;
}
.kode-testimonial-slider .owl-theme .owl-controls .owl-page > span:before{
	content: "";
	position: absolute;
	background-color: #999;
	left: 0;
	right: 0;
	top: 50%;
	bottom: 0;
	margin:-0px auto 0;
	height: 8px;
	width: 8px;
	border-radius: 100%;
}
.kode-testimonial-slider .owl-theme .owl-controls .owl-page.active span:before{
	width: 14px;
	height:14px;
	border-radius:100%; 
	margin:-4px auto 0;
}
.kode-testimonial-wrap{
	float: left;
	width: 100%;
}
.kode-testimonial-hd{
	float: left;
	width: 100%;
	padding: 20px 0 20px 150px;
}
.kode-testimonial-hd h4{
	font-weight: bold;
	text-transform: capitalize;
	color: #fff;
	display: block;
	line-height: 20px;
	margin: -1px 0 9px;
}
.kode-testimonial-hd span{
	text-transform: capitalize;
	color: #fff;
	line-height: 16px;
	display: block;
	margin-bottom: 1px;
}
.kode-testimonial-des{
	float: left;
	width: 100%;
}
.kode-testimonial-des figure{
	float: left;
	width: 124px;
	margin-top: -40px;
	border:5px solid #fff;
	margin-right: 15px; 
	margin-left: 15px; 
}

.kode-testimonial-des .blockquote-2{
	float: none;
	width: auto;
	overflow: hidden;
}
/*
	  ==============================================================
		   ABOUT US CSS START
	  ==============================================================
*/
.kode-about-us-wrap{
	float: left;
	width: 100%;
	margin-bottom: 30px;
}
.kode-about-us-des{
	float: left;
	width: 100%;
}
.kode-about-us-des .text p:first-child{
	font-size: 18px;
	color: #333333;
	margin-top: -7px;
}
.kode-about-us-des .text p{
	margin-bottom: 19px;
}
.kode-about-us-des .text .kode_link_4{
	margin: 7px 0 -7px ;
}
.kode-about-us-wrap figure {
    outline: 5px solid #fff;
    outline-offset: -35px;
    padding: 60px 0px 0 133px;
	z-index:1;
}
.about-us2-thumb {
    bottom: 60px;
    position: absolute;
    right: 133px !important;
	z-index:-1;
}
/*reservation 2 style*/
.reservation-style-2{
	
	text-align: center;
}
.kode-reservation-bg.reservation-style-2::before{
	opacity: 0.7;
}
.kode-reservation-bg.reservation-style-2 .container{
	position: relative;
}
.kode-food-hdg-4.reservation-hd h3{
	font-size: 54px;
	line-height: 54px;
	padding: 0;
	margin: -3px 0 1px 0;
}
.kode-food-hdg-4.reservation-hd h3:after,
.kode-food-hdg-4.reservation-hd h3:before{
	height: 0;
}
.kode-reservation-bg.reservation-style-2 .reservation-input .selectric-wrapper,
.kode-reservation-bg.reservation-style-2 .reservation-input input[type="text"]{
	border: 1px solid #fff;
}
.reservation-style-2 .text{
	text-align: center;
	margin-bottom: 26px;
}
.reservation-style-2 .text span{
	display: inline-block;
	text-align: center;
	font-size: 16px;
	line-height: 16px;
	text-transform: uppercase;
	color: #fff;
	font-family: 'Lusitana', serif;
	position: relative;
	padding: 20px 0 18px;
	margin-bottom: 42px;
	z-index: 1;
}
.reservation-style-2 .text span:before{
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	position: absolute;
	border-width:1px 0 1px 0;
	border-style: solid;
	border-color: #fff; 
	z-index: -1;
}
.reservation-style-2 .text p {
    color: #fff;
    margin-bottom: 0;
    padding: 0 198px;
}
.kode-reservation-bg.reservation-style-2 form {
    float: none;
    margin: 0 auto;
    text-align: center;
    width: 763px;
}
.kode-reservation-bg.reservation-style-2 .kode_link_3{
	padding: 15px 25px 13px;
	margin-top: -2px;
}
.kode-reservation-bg.reservation-style-2 p{
	text-align: center;
	margin-bottom: 0;
}
.kode-reservation-bg.reservation-style-2 .kode_link_2{
	padding: 15px 25px 13px;
	border: 1px solid #fff!important;
	width: auto;
	line-height: 17px;
	background-color: transparent;
}
.kode-reservation-bg.reservation-style-2 .kode_link_2:hover{
	background-color: #fff;
}
.reservation-input .ui-timepicker-standard .ui-menu-item a.ui-corner-all{
	text-align: left!important;
}
.reservation-style-2 .kode_reserv_width_input{
	width: 33.3%;
}

/*OUR MENU*/
.kode-our-menu-wrap{
	float: left;
	width: 100%;
	text-align: center;
	margin-bottom: 22px;
}
.kode-recipies-des.recipies-style-2{
	float: left;
	width: 100%;
	text-align: center;
	padding-bottom: 116px;
	margin-bottom: 30px;
	position: relative;
}

.recipies-style-2 .text {
    border: 5px solid #e6e6e6;
    display: inline-block;
    float: none;
    margin: 0 auto ;
    padding: 29px 17px 30px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 320px;
}
.recipies-style-2 .text h4{
	font-size: 24px;
	line-height: 24px;
	text-transform: capitalize;
	margin-bottom: 7px;
}
.recipies-style-2 .text p{
	margin-bottom: 4px;
}
.recipies-style-2 .text .rating{
	margin-bottom: 19px;
}
.recipies-style-2 .rating > span{
	font-size: 14px;
	line-height: 14px;
}
.recipies-style-2 .text span{
	font-size: 20px;
	line-height: 20px;
	margin-bottom: 0;
}
.recipies-style-2 .text > span sup{
	font-size: 20px;
	line-height: 20px;
}
/*our shef*/
/*
.our-shef-bg{
	background-image: url(extra-images/our-shef-bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	z-index: 1;
}
.our-shef-bg:before{
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #000;
	opacity: 0.8;
	z-index: -1;
}
*/
.our-shef-bg .master-chef-hd h3 a,
.our-shef-bg .master-chef-hd h4,
.our-shef-bg .kode-food-hdg-4 h3{
	color: #fff;
}
/*
	  ==============================================================
		   RESERVATION CSS START
	  ==============================================================
*/
.kode-price-tag{
	float: left;
	width: 100%;
	border: 1px solid transparent;
	margin-bottom: 29px;
}
.kode-price-tag .kode-food-hdg-2{
	margin-bottom: 34px
}
.kode-price-tag .kode-food-hdg-2 h3{
	color: #fff;
	border-color:#fff; 
}
.kode-price-tag .kode-food-hdg-2 h3 span:after,
.kode-price-tag .kode-food-hdg-2 h3 span:before{
	background-color:#fff; 
}
.kode-price-tag figure:before{
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #1a1a1a;
	opacity:0.8;
}
.kode-price-tag figcaption{
	position: absolute;
	left: 0px;
	right: 0px;
	top: 165px;
	bottom: 165px;
	text-align: center;
}
.picetag-meta{
	float: left;
	width: 100%;
	padding-left: 0;
	margin-left: 0;
	margin-bottom: 9px;
}
.picetag-meta li{
	float: left;
	width: 100%;
	text-align: center;
	line-height: 18px;
	margin: 0 0 16px 0;
}
.picetag-meta li a{
	display: inline-block;
	font-size: 18px;
	color: #fff;
	line-height: 18px;
	text-transform: capitalize;
}
.kode-price-tag figcaption > a{
    display: inline-block;
    font-size: 18px;
    line-height: 18px;
    padding: 35px 5px 4px;
    background-color: transparent;
    position: relative;
    text-transform: uppercase;
}
.kode-price-tag figcaption > a:before{
	position: absolute;
	content: "...";
	left: 0;
	right: 0;
	top: 0px;
	font-size: 45px;
	margin-top: -17px;
}
.kode-price-tag:hover figure:before{
	 outline: 1px solid #fff;
    outline-offset:-10px; 
}
.kode-price-tag:hover {
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.4);
   
}
#brand {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}
#brand .owl-controls.clickable{
	display: none !important;
}
.brand-info {
    color: #888888;
    float: left;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 29px;
    margin-top: -1px;
    text-align: center;
    width: 100%;
    font-family: 'Asap', sans-serif;
}
/*
	  ==============================================================
		   OUR MENU CSS START
	  ==============================================================
*/
.kode-our-menu-tab-wrap{
	float: left;
	width: 100%;
	text-align: center;
}
/*tab navigation*/

.tabs-navigation {
    border-bottom:1px solid #c6c6c6;
    display: inline-block;
    float: none;
    text-align: center;
    margin-bottom: 34px;
}
.tabs-navigation button,
.tabs-navigation li{
	display:inline-block;
	margin: 0;
	padding:0; 
}
.tabs-navigation button span,
.tabs-navigation li a{
	display:block;
	font-size:20px;
	line-height:20px;
	color:#666666;
	text-transform:uppercase;
	font-family: 'Noto Serif', serif;
	position:relative;
	padding:0 6px 13px;
	border:none; 
	background: transparent;
	margin-right: 53px;
}
.tabs-navigation button,
.tabs-navigation button span:hover,
.tabs-navigation li a:hover{
	background-color: transparent;
	border:none; 
}
.tabs-navigation button:last-child span,
.tabs-navigation li:last-child a{
	margin-right: 0;
}
.tabs-navigation button span:before,
.tabs-navigation button.is-checked span:before,
.tabs-navigation .active a:before,
.tabs-navigation li a:before{
	content:"";
	left:0;
	right:0;
	bottom:-2px;
	height:3px;
	width:0%;
	position:absolute;
}
.tabs-navigation button span:hover:before,
.tabs-navigation button.is-checked span:before,
.tabs-navigation li.active a::before,
.tabs-navigation li a:hover::before{
	width: 100%;
}
.tabs-navigation > li.active >a, 
.tabs-navigation > li.active > a:focus,
.tabs-navigation > li.active > a:hover{
    border: none;
}
/*tabs navigation end*/
.kode-menu-tab-contant{
	float: left;
	width: 100%;
	margin-bottom: 30px;
}
.kode-menu-tab-contant:hover{
	box-shadow:0 10px 20px 0 rgba(0, 0, 0, 0.3)
}
.kode-menu-tab-contant figure{
	z-index: 1;
}
.kode-menu-tab-contant figure:before{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: #000;
	opacity: 0.35;
	content: "";
	margin: auto; 
	z-index: 10;
}
.kode-menu-tab-contant figure:after{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 0;
	content: "";
	margin: auto; 
	-webkit-transitiontransition:border-color 0.5s ease-in;/* Safari */
    transition:border-color 0.5s ease-in;
	border: 10px solid #fff;
	z-index: 20;
}
.kode-menu-tab-contant:hover figure:after{
	opacity: 1;
	width: 100%;
	height: 100%;
}
.kode-menu-tab-contant:hover figure:before{
	opacity: 0.73;
	width: 100%;
	height: 100%;
}
.kode-menu-tab-contant figure img{
	transition:transform: 0.2s;
}
.kode-menu-tab-contant:hover figure img{
	transform:scale(1.2); 
	-webkit-transform: scale(1.2);
	-moz-transform:  scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform:  scale(1.2);
	z-index: -1;
}
.kode-menu-tab-contant figure figcaption{
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	margin: -15px auto 0;
	text-align: center;
}
.kode-menu-tab-contant .search-btn-2{
	opacity: 0;
	transform:scale(0); 
	-webkit-transform: scale(0);
	-moz-transform:  scale(0);
	-ms-transform: scale(0);
	-o-transform:  scale(0);
	-webkit-transition-delay: 0.3s ease-in; /* Safari */
    transition-delay: 0.3s ease-in;
    position: relative;
}
.kode-menu-tab-contant:hover .search-btn-2{
	opacity: 1;
	transform:scale(1); 
	-webkit-transform: scale(1);
	-moz-transform:  scale(1);
	-ms-transform: scale(1);
	-o-transform:  scale(1);
}
.kode-like-link{
	position: absolute;
	right: 0;
	top: -55px;
	padding: 15px 20px 13px;
	text-align: center;
	z-index: 20;
}
.kode-like-link a{
	display: inline-block;
	font-size: 16px;
	line-height: 16px;
	color: #fff;
}
.kode-like-link a > i{
	font-size: 16px;
	color: #f58850;
	margin-right: 10px;
}
.kode-menu-tab-contant:hover .kode-like-link{
	opacity: 0;
}
.menu-tab-des{
	float: left;
	width: 100%;
	border: 1px solid #dbdbdb;
	border-top: none;
	text-align: left;
	z-index: 10;
	position: relative;
}
.menu-tab-des .text {
    padding: 27px 25px 18px;
}
.menu-tab-des .text h4{
	margin-bottom: 15px;
}
.menu-tab-des .text h4 a{
	display: block;
	padding:0;
}
.menu-tab-des .text > a {
    color: #999999;
    float: left;
    font-size: 16px;
    line-height: 16px;
    text-transform: capitalize;
    font-family: 'Lusitana', serif;
    padding-top:5px; 
}
.menu-tab-des .text > a:hover span{
	color: #999999;
}
.menu-tab-des .text > span {
    float: right;
    font-size: 24px;
    line-height: 24px;
    font-family: 'Lusitana', serif;
}
.menu-tab-des .text > span sup {
    font-size: 22px;
    top: 0px;
}
.tabs-menu-meta{
	float: left;
	width: 100%;
    border-top: 1px solid #dbdbdb;
    padding: 0 25px;
}
.tabs-menu-meta a {
    color: #999999;
    float: left;
    font-family: "Lusitana",serif;
    font-size: 18px;
    line-height: 18px;
    margin: 16px 0;
    text-transform: capitalize;
}
.tabs-menu-meta a span{
	margin-right:5px;
}
.tabs-menu-meta a span,
.tabs-menu-meta a:hover span{
	color: #999999;
}
.tabs-menu-meta .rating{
	float: right;
	width: auto;
	padding: 17px 0px 18px 25px;
	border-left:1px solid #dbdbdb; 
}
.tabs-menu-meta .rating > span:hover::before,.tabs-menu-meta .rating > span:hover ~ span::before{
	color: #c5c5c5;
}
.tabs-menu-meta .rating span{
	font-size: 16px;
	line-height: 16px;
	color: #c5c5c5;
}
.kode-pagination .pagination,
.kode-our-menu-tab-wrap .pagination{
	margin:0 0 23px 0; 
}
/*
	  ==============================================================
		   Gallery 2 CSS START
	  ==============================================================
*/
.kode-gallery2-wrap{
	float: left;
	width: 100%;
}
.kode-gallery2-wrap #filters{
	float: left;
	width: 100%;
	text-align: center;
}
.gallery2-navigation{
	display: inline-block;
	text-align: center;
	margin-bottom: 40px;
	position: relative;
	background: #fff;
}
.gallery2-navigation:before{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
/*	background-image: url(extra-images/gallerybg.png);*/
	opacity: 0.1;
	content: "";

}
.gallery2-navigation .button{
	font-size: 16px;
	line-height: 16px;
	display: inline-block;
	padding: 14px 35px;
	border-style:solid;
	border-color: transparent transparent #e2e2e2 transparent; 
	border-width:1px;
	color: #666666; 
	margin: 0 -1px;
	background-color: transparent; 
	position: relative;
	text-transform:uppercase;
}

.gallery2-navigation .button.is-checked{
	border-color: #e2e2e2 #e2e2e2 transparent #e2e2e2;
	background-color: #fff; 
}
.gallery2-navigation .button span{
	font-size: 14px;
	line-height: 24px;
	color: #666666;
	height: 25px;
	width: 25px;
	border-radius: 100%;
	background-color: #f1f1f1;
	text-transform: uppercase;
	display: inline-block;
	margin-left: 15px;
}
.kode-gallery2-wrap .isotope{
	float: left;
	width: 100%;
}
.kode-gallery2-wrap .isotope [class*="col-"]{
	padding: 0;
}
.gallery2{
	background-color: #000;
	float:left;
	width:100%;
}
.gallery2 img{
	float:left;
	width:100%;
}
.gallery2:hover img{
	opacity:0.25;
}
.gallery2:before{
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	position: absolute;
	background-color: transparent;
	outline: 1px solid #fff;
	outline-offset: -70px;
	opacity: 0;
}
.gallery2:hover:before{
	opacity: 1;
}
.gallery2 figcaption{
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	text-align: center;
	margin-top: -107px;
	opacity: 0;
}
.gallery2:hover figcaption{
	opacity: 1;
}
.gallery2 figcaption .kode-food-hdg-3 h3{
	margin-bottom: 50px;
}
.gallery2 figcaption .kode-food-hdg-3 h3:before{
	background-color: #fff;
}
.gallery2 figcaption h4 span{
	display: block;
}
.gallery2 .kode_link_4{
	color: #fff;
}
.gallery2 .kode_link_4:hover{
	color: #000;
}
.col-md-3 .gallery2:before{
	outline-offset: -10px;
}
/*
	  ==============================================================
		   OUR MASTER CHEFF CSS START
	  ==============================================================
*/
/*.kode-cheff-special{
	background-image: url("extra-images/spacial-cheff.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: center;
}
.kode-cheff-special:before{
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: #000;
	opacity: 0.85;
	position: absolute;
}*/
.kode-cheff-special .kode-food-hdg-4 h3{
	color: #fff;
}
.kode-cheff-special .col-md-4{
	padding: 0px;
}
.recipies-style-3{
	width: 100%;
	padding: 5px;
	margin-bottom: 25px;
}
.recipies-style-3  figure{
	margin-bottom: 10px;
}
.recipies-style-3 figure:before{
	position: absolute;
	left: 20px;
	top: 20px;
	bottom: 20px;
	right: 20px;
	content: "";
	background-color: transparent;
	border:1px dotted #fff4de;
	opacity: 0.75;
}
.recipies-style-3 .text {
    display: inline-block;
    float: none;
    margin: 0 auto;
    padding: 60px 38px;
    position: relative;
    margin-bottom: 10px;
    background-color: #fff4de;
    z-index: 1;
    border:none; 
}
.recipies-style-3 .text:before{
	content: "";
	left: 20px;
	right: 20px;
	top: 20px;
	bottom: 20px;
	position: absolute;
	border:1px solid; 
	z-index: -1;
}
.recipies-style-3 .text i{
	font-size: 65px;
	line-height: 65px;
	color: #5c5a5b;
	margin-bottom: 17px;
}
.recipies-style-3 .text h4{
	font-size: 18px;
	line-height: 18px;
	margin-bottom: 9px;
}
.recipies-style-3 .text p{
	margin-bottom: 12px;
}
.recipies-style-3 .text .rating{
	margin-bottom: 18px;
}
.recipies-style-3 .text .rating > span{
	margin: 0 2px;
}
.recipies-style-3 .text > span{
	font-size: 16px;
	line-height: 16px;
	color: #333!important;
	font-weight: bold;
	font-family: 'Lusitana', serif;
	font-style: normal;
	margin-bottom: 15px;
}
.recipies-style-3 .text > span sup{
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
}
.text.margin-top{
	margin-bottom: 0;
	margin-top: 0px;
}
.recipies-style-3{

}
/*
	  ==============================================================
		   OUR BLOG 3 CSS START
	  ==============================================================
*/
.kode-blog-3{
	float: left;
	width: 100%;
	border: 1px solid #d0d0d0;
	padding: 165px 30px 30px;
	margin-top: 111px; 
	position: relative;
	margin-bottom: 30px;
}
.kode-blog-3 figure {
    left: 15px;
    margin: -84.5% auto 0;
    overflow: visible;
    position: absolute;
    right: 15px;
    top: 50%;
    width: auto;
}
.kode-blog-3 figure img{
	min-height: 221px;
}
.kode-blog-3 figure figcaption{
	position: absolute;
	bottom: -30px;
	left: 15px;
}
.kode-blog-3 h3{
	text-transform: capitalize;
	margin-bottom: 11px;
	font-size: 24px;
}
.kode-blog-3 p{
	text-transform: capitalize;
	margin-bottom: 26px;
}
.kode-blog-3 .date{
	width: 55px;
	height: 60px;
	text-align: center;
	font-size: 20px;
	color: #fff;
	line-height: 20px;
	text-transform: capitalize;
	display: block;
	background:#333;
	box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.25);
	padding: 10px 0 8px;
}
.kode-blog-3 .date b{
	display: block;
	margin-bottom: 2px;
}
.kode-blog-3:hover .kode_link_5{
	color: #fff;
}
/*
	  ==============================================================
		   BLOG 1 CSS START
	  ==============================================================
*/
.blog-1{
	float: left;
	width: 100%;
	margin-bottom: 30px;
}
.blog-1 figure{
	background-color: #000;
	outline: 5px solid rgba(225, 255, 255, 0.25);
	outline-offset:-15px;
}
.blog-1 figure img{
	opacity: 0.48;
}
.blog-1:hover figure img{
	text-transform: scale(1.5);
	-webkit-transform: scale(1.5);
	-moz-transform:   scale(1.5);
	-ms-transform: scale(1.5);
	-o-transform:  scale(1.5);
	transition:3s ease-in;
}
.blog-1 .text{
	padding: 0px 0 10px;
	text-align: left;
}
.blog-1 .text > span{
	font-size: 16px;
	line-height: 16px;
	text-transform: capitalize;
	color: #999999;
	display: block;
	text-align: left;	
	margin-bottom: 15px;
}
.blog-1 .text h2{
	font-weight: bold;
	margin-bottom: 19px;
	font-size: 30px;
	text-transform: capitalize;
}
.blog-1-meta{
	float: left;
	width: 100%;
	margin-bottom: 22px;
}
.blog-1-meta li{
	float: left;
	padding-right: 10px;
	margin-right: 10px;
	border-right: 1px solid #999999;
	color:#666666; 
	font-size: 20px;
	line-height: 20px;
	margin-bottom:0px;
	text-align: left;
}
.blog-1-meta li:last-child{
	border: none;
}
.blog-1-meta li a{
	font-size: 20px;
	line-height: 20px;
	font-family: 'Lusitana', serif;
	display: block;
}

.thumb-slider{
	float: left;
	width: 100%;
}
.thumb-slider .bx-wrapper .bx-controls-direction a{
	width: 42px;
	height: 42px;
	background-color: rgba(225, 225, 225, 0.5);
	line-height: 42px;
	text-align: center;;
	background-image: none;
	margin: -16px -10px;
}
.thumb-slider .bx-wrapper .bx-controls-direction a:before{
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	line-height: 42px;
	color: #fff;
	text-align: center;
	font-family: FontAwesome;
	font-size: 20px;
}
.thumb-slider .bx-wrapper{
	margin-bottom: 10px;
}
.thumb-slider .bx-wrapper .bx-prev:before{
	background-image: url(extra-images/bx-prev.png);
}
.thumb-slider .bx-wrapper .bx-next:before{
	background-image: url(extra-images/bx-next.png);
}
.thumb-slider .bx-wrapper .bx-viewport {
    background: transparent;
    border:none;
    box-shadow:none;
    left: 0px;
    transform: translateZ(0px);
}
.thumb-slider > #bx-pager {
    float: left;
    width: 100%;
    text-align: center;
}
.thumb-slider #bx-pager > a {
    display: inline-block;
    margin-right: 5px;
    position: relative;
    background-color: #000;
}
.thumb-slider #bx-pager > a:last-child {
    margin: 0;
}
.thumb-slider #bx-pager > a.active:before{
	top: 10px;
	bottom: 10px;
	left: 10px;
	right: 10px;
	position: absolute;
	content: "";
	border:1px solid #fff;
}
.thumb-slider #bx-pager > a.active{
	outline: 1px solid #fff;
	outline-offset: -6px;
}
.thumb-slider #bx-pager > a.active img{
	opacity: 0.5; 
}
/*
	  ==============================================================
		   SIDEBAR CSS START
	  ==============================================================
*/
/*SEARCH*/
.widget-search{
	position: relative;
	margin-bottom: 60px;
}
.widget-search input[type="text"]{
	float: left;
	width: 100%;
	height: 50px;
	border: 1px solid #d3d3d3;
	font-size: 16px;
	line-height: 16px;
	padding:10px 73px 10px 15px;
}
.widget-search input[type="text"]::-moz-placeholder{
	color: #999999;
}
.widget-search .search-icon-button{
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
}
/*CATEGORIES*/
.widget-categories{
	margin-bottom: 40px;
}
.widget-categories ul{
	float: left;
	width: 100%;
	margin-top: -20px;
}
.widget-categories ul li{
	float: left;
	width: 100%;
	border-bottom:1px solid #d3d3d3; 
}
.widget-categories ul li:last-child{
	border: none;
}
.kode-sidebar .widget_archive ul li a, 
.kode-sidebar .widget_categories ul li a,
.widget-categories ul li a{
	float: left;
	width: 100%;
	text-align: left;	
	font-size: 20px;
	line-height: 20px;
	color: #333;
	padding: 18px 0 20px;
	text-transform: capitalize;
	position: relative;
}
/*Test Unit start*/
.kode-sidebar-element .widget_archive ul li, 
.kode-sidebar-element .widget_categories ul li{
	text-align: right;
	padding: 18px 20px 20px 0;
	line-height: 20px;
}
.kode-sidebar-element .widget_archive ul li a, 
.kode-sidebar-element .widget_categories ul li a{
	width: auto;
	padding: 0;
}
.textwidget select,
#archives-dropdown--1,
.postform {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #fff;
    color: #fff;
    float: left;
    font-size: 15px;
    font-weight: bold;
    height: 40px;
    line-height: normal;
    text-align: left;
    text-transform: capitalize;
    width: 100%;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding: 0 20px;
}

.kode-food-hdg-1 .rsswidget{
	color: #fff !important;
	font-size: 24px;
	font-family: "Open Sans",sans-serif;
}
.rss-date{
	float: left;
	width: 100%;
}

.kode-sidebar .textwidget select,
.kode-sidebar #archives-dropdown--1,
.kode-sidebar .postform,
.kode-sidebar  .postform,
.kode-sidebar #archives-dropdown--1{
	border-color:#333;
	color: #333;
}

.kode-sidebar .textwidget p strong,
.kode-sidebar .rss-date,
.kode-sidebar .rsswidget,
.kode-sidebar a.rsswidget,
.kode-sidebar .widget_recent_entries ul li a,
.kode-sidebar .widget_meta ul li a,
.kode-sidebar  .screen-reader-text,
.kode-sidebar .textwidget select option,
.kode-sidebar #archives-dropdown--1 option,
.kode-sidebar .postform option{
	color: #333;
}
.kode-sidebar .widget_recent_entries ul li a:hover,
.kode-sidebar .widget_recent_entries ul li:hover a,
.kode-sidebar .widget_recent_entries ul li a{
    color: #333 !important;
}
.kode-sidebar .textwidget strong{
	color: #333;
}
.calendar_wrap caption {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    line-height: normal;
    margin: 0 0 10px;
    text-transform: capitalize;
    width: 100%;
}
.calendar_wrap td,.calendar_wrap th {
    color: #fff;
    padding: 4px;
    text-align: center;
    text-transform: uppercase;
    border-color: #fff;
}
.calendar_wrap table{
    border-color: #fff;
}
.calendar_wrap #prev {
    font-size: 16px;
    font-weight: bold;
}
.textwidget strong{
	float: left;
	width: 100%;
	color: #fff;
	margin-bottom: 20px;
}
.screen-reader-text{
	float: left;
	width: 100%;
	font-size: 18px;
	text-transform: capitalize;
	color: #fff;
	line-height: normal;
	margin-bottom: 15px;
}
.rssSummary{
	color: #fff;
}
.widget-categories ul li .children{
	padding: 0 0 0 15px;
}
.widget-categories ul li .children li:last-child{
	padding-bottom: 0 !important;
}
.widget_foodcourt_compact_contact_widget ul{
	list-style: none;
}
.widget_foodcourt_compact_contact_widget ul li {
    float: left;
    width: 100%;
}
.widget_foodcourt_compact_contact_widget ul li i{
	float: left;
	width: auto;
	margin-right: 10px;
	color: #000;
}
.widget_foodcourt_compact_contact_widget ul li{
	margin-bottom: 15px;
}
.widget_foodcourt_compact_contact_widget ul li p{
	float: left;
	width: auto;
	color: #000;
	line-height: 14px;
	margin: 0;
}
h1, h2, h3, h4, h5, h6{
	margin: 20px 0;
}
.kode-item  .figure{
	width: auto;
}
.post-password-form input[type="submit"],
.kode-blog-content, .post-password-form label{
	width: auto;
	clear: both;
}
.pingback{
  padding: 15px 0;
  float: left;
  width: 100%;
  border-bottom: 1px solid #c7c7c7;
}
.pingback:first-child{
  border-top: 1px solid #c7c7c7;
}
.pingback p{
  float: left;
  font-size: 18px;
  font-weight: bold;
  text-transform: capitalize;
  width: 100%;
  color: #444444;
}
.pingback p a{
  display: inline-block;
  box-shadow: 0 1px 0 0 currentcolor;
  font-weight: normal;
}
/*text unit end*/
.widget-categories ul li a span{
	float: right;
	font-size: 20px;
	line-height: 20px;
	color: #333;
	text-transform: capitalize;
}
.kode-sidebar .widget_archive ul li:hover > a, 
.kode-sidebar .widget_categories ul li:hover > a,
.widget-categories ul li:hover > a{
	padding-left: 20px;
}
.kode-sidebar .widget_archive ul li a:after, 
.kode-sidebar .widget_categories ul li a:after,
.widget-categories ul li a:before{
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 22px;
	width: 2px;
	content: "";
	transition: all 0.3s ease-in-out
	-moz-transition: all 0.3s ease-in-out
	-webkit-transition: all 0.3s ease-in-out
}
/*RECENT POST*/
.widget-r-stories{
	margin-bottom: 45px;
}
.widget-r-stories ul{
	float: left;
	width: 100%;
	margin-top: -15px;
}
.widget-r-stories ul li{
	float: left;
	width: 100%;
	padding: 15px 0;
	border-bottom: 1px solid #d3d3d3;
}
.widget-r-stories ul li:last-child{
	border-bottom: none;
}
.stories-des{
	float: left;
	width: 100%;
}
.stories-des figure{
	width: 93px;
	float: left;
}
.widget-r-stories ul li figure:before{
	content: "";
	position:absolute;
	top:0px;
	bottom: 0px;
	left: 0px;
	right: 0px; 
}
.widget-r-stories ul li:hover figure:before{
	top:5px;
	bottom: 5px;
	left: 5px;
	right: 5px; 
	opacity: 0.85;
}
.stories-des figcaption{
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin-top: -14px;
	text-align: center;
	opacity: 0;
}
.stories-des figcaption a{
	display: inline-block;
	font-size: 18px;
	color: #fff;
}
.stories-des .text{
	float: none;
	overflow: hidden;
	width: auto;
	position: relative;
	padding: 0 0 0 20px;
}
.stories-des .text h4{
	margin-bottom: 3px;
	text-transform: capitalize;
	font-size: 20px;
}
.stories-des .text span{
	font-size: 16px;
	line-height: 16px;
	color: #999;
	text-transform: capitalize;
	font-family: 'Lusitana', serif;
}
.widget-r-stories ul li:hover figcaption{
	opacity: 1;
}
/*TAG*/
.widget-tags{
	margin-bottom: 53px;
}
.widget-tags ul{
	float: left;
	width: 100%;
}
.widget-tags ul li {
    float: left;
    margin: 0 30px 7px 0;
}
.widget-tags ul li:last-child{
	margin:0; 
}

/*instagram*/
.widget-instagram ul{
	float: none;
	margin:0 0 0 -8px;
}
.flickr_badge_image,
.widget-instagram ul li{
	float: left;
	margin: 0 0 7px 7px;
}
.flickr_badge_image img,
.widget-instagram ul li img{
	background-color: #fff;
	opacity: 0.5;
}
.flickr_badge_image:hover img,
.widget-instagram ul li:hover img{
	opacity: 1;
}
/*
	  ==============================================================
		   BLOG DETAIL CSS START
	  ==============================================================
*/
.blog-detail-wrap{
	float: left;
	width: 100%;
}
.blogg-detail-wrap{
	float: left;
	width: 100%;
}
/*heading*/
.blog-detail-hd{
	float: left;
	width: 100%;
}
.blog-detail-hd h2{
	text-transform: capitalize;
	margin-top: -4px;
	margin-bottom: 18px;
}
.blog-detail-hd ul{
	float: left;
	width: 100%;	
}
.kode-blog-thumbnail.kode-ux{
	margin-bottom:30px;
}
.blog-detail-hd ul li{
	float: left;
	margin-right: 27px;
	font-size: 16px;
	line-height: 16px;
	color: #666;
}
.blog-detail-hd ul li i{
	font-size: 16px;
	line-height: 16px;
	color: #d2d0d0;
	margin-right: 13px;
}
.blog-detail-hd ul li a{
	display: inline-block;
	font-size: 16px;
	line-height: 16px;
	color: #666;
}
/*bog detail slider*/
.blog-detail-slider{
	float: left;
	width: 100%;
}
.blog-detail-slider #owl-demo-6{
	margin-bottom: 33px;
}
.blog-detail-slider .owl-theme .owl-controls .owl-page span {
    background: transparent;
    border-radius: 0;
    display: block;
    height: 22px;
    margin: 0 4px;
    width: 22px;
    border-radius: 100%;
    position: relative;
    border: 1px solid transparent 
}
.blog-detail-slider .owl-theme .owl-controls .owl-page.active span{
	border-color: #fff4de;
}
.blog-detail-slider .owl-theme .owl-controls .owl-page span:before{
	width: 10px;
	height: 10px;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	background-color: #fff4de;
	border-radius: 100%;
	position: absolute;
	content: "";
}
.blog-detail-slider .owl-pagination {
    bottom: 8px;
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
}
.blog-detail-wrap > p{
	margin:0; 
	padding: 33px 0 36px;
}
.effect-hera:hover img,
.effect:hover img{
	transform:scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform:  scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform:  scale(1.2);
	opacity: 0.5; 
}
/*blog link meta*/
.blog-link-meta {
    border-color: #d3d3d3;
    border-style: solid;
    border-width: 1px 0;
    float: left;
    line-height: 16px;
    margin-bottom: 70px;
    padding: 17px 0 21px;
    width: 100%;
}
.pages-links {
    float: left;
    line-height: 18px;
}
.pages-links li {
    display: inline-block;
    margin-right: 7px;
    position: relative;
    font-size: 18px;
    font-weight: bold;
    font-family: 'Lato', sans-serif;
    color: #333333;
    text-transform: capitalize;
}
.pages-links li:first-child a{
	display: inline-block;
	margin-left: 4px;
}
.pages-links li::before {
    bottom: 2px;
    color: #666;
    content: ",";
    font-size: 19px;
    position: absolute;
    right: -5px;
}
.pages-links li:last-child::before{
	font-size: 0;
}
.pages-links li a {
    color: #999999;
    display: block;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: normal;
    font-family: 'Lato', sans-serif;
}
.social-links {
    float: right;
    line-height: 16px;
    margin-top: 2px;
}
.social-links li {
    display: inline-block;
    position: relative;
    font-size: 18px;
    font-weight: bold;
    font-family: 'Lato', sans-serif;
    color: #333333;
    text-transform: capitalize;
    margin: 0 0 0 15px;
}
.social-links li:first-child a{
	display: inline-block;
	margin-left: 20px;
}
.social-links li a {
    color: #cbcbcb;
    display: block;
    font-size: 16px;
}

.author{
	margin-bottom: 0;
	font-family: 'Lusitana', serif;
	font-size: 16px;
	color: #333;
	line-height: 16px;
}
.author a{
	display: inline-block;
	font-size: 16px;
	line-height: 16px;
	margin-bottom: 7px;
}
/*comment wrap*/
.section-comment {
    float: left;
    margin-bottom: 30px;
    width: 100%;
}
.comment_heading{
	float: left;
	width: 100%;
	margin-bottom: 25px;
	margin-top: -2px;
}
.comment_heading h2{
	text-transform: capitalize;
	line-height: 30px;
}
.coment_list {
    float: left;
    width: 100%;
    margin-bottom: 0;
}
.coment_list li {
    float: left;
    width: 100%;
}
.comment_wrap {
    border-bottom: 1px solid #d3d3d3;
    float: left;
    padding: 30px 0;
    width: 100%;
}
.comment_wrap figure {
    width: 107px;
}
.comment_des {
    float: none;
    overflow: hidden;
    padding-left: 20px;
    text-align: left;
}
.comment_des_hed {
    float: left;
    margin-bottom: 5px;
    width: 100%;
}
.comment_des_hed cite {
    float: left;
    line-height: 15px;
}
.comment_des_hed cite a {
    display: inline-block;
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    margin-right: 20px;
    color: #333333;
}
.comment_des_hed cite span {
    border-left: 1px solid #d3d3d3;
    display: inline-block;
    font-size: 16px;
    font-style: italic;
    font-weight: normal;
    padding-left: 20px;
    font-family: 'Lusitana', serif;
}
.comment_des_hed .comment_reply {
    float: right;
    font-size: 14px;
    font-weight: normal; 
    border:none;
    color: #fff;
}
.comment_des_hed .comment_reply:hover{
	background: #000;
}
.comment_des p{
	margin-bottom: 0;
}
/*second ul*/
.coment_list .children,
.secnd_coment_list {
    float: left;
    padding-left: 50px;
    width: 100%;
}
/*blog detail form*/
.blog-detail-form{
	float: left;
	width:100%; 
	margin-bottom: 50px;
}
.blog-detail-form .comment_heading{
	margin-bottom:61px;
}
.blog-detail-form form .reservation-input textarea,
.blog-detail-form input[type="text"]{
	border-color:#d3d3d3; 
	border-width: 1px;
	color: #999999;
}
.blog-detail-form textarea{
	height: 219px;
}
.blog-detail-form form .reservation-input textarea::-moz-placeholder,
.blog-detail-form input[type="text"]::-moz-placeholder,
.blog-detail-form textarea::-webkit-input-placeholder,
.blog-detail-form input[type="text"]::-webkit-input-placeholder{
	color: #999999;
	opacity:1;
}
.blog-detail-form .submit-btn{
	float: left;
}
/*
	  ==============================================================
		   MENU PARALLAX CSS START
	  ==============================================================
*/
.menu-parallex-des {
    float: left;
    margin-bottom: 97px;
    position: relative;
    width: 100%;
}
.menu-parallex-des figure {
    float: left;
    width: 66.6%;
}
.menu-parallex-des.right-side figure {
    float: right;
}
.menu-parallex-des .text {
    background-color: #fff;
    left: inherit;
    margin-top: -222px;
    padding: 45px 60px;
    position: absolute;
    right: 0;
    top: 50%;
    width: 62%;
    box-shadow: 0 8px 40px 0 rgba(0, 0, 0, 0.25);
}
.menu-parallex-des.right-side .text {
    left: 0;
    right: inherit;
}
.menu-parallax-meta{
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
}
.menu-parallax-meta li{
	float: left;
	width: 100%;
	position: relative;
	margin-bottom: 30px;
}
.menu-parallax-meta li:before{
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	bottom: 30px;
	top: 0;
	border-bottom: 1px dotted #d3d3d3;
}
.menu-parallax-meta li:last-child{
	margin-bottom: 0;
}
.menu-parallax-meta li p{
	float: left;
	width: 100%;
	text-transform: capitalize;
	text-align: left;
	font-size: 18px;
	line-height: 18px;
	font-style: normal;
	color: #333;
	position: relative;
	margin-bottom: 13px;
}
.menu-parallax-meta li .price-tag{
	float: right;
}
.menu-parallax-meta .price-tag{
    color: #333;
    font-family: "Lusitana",serif;
    font-size: 18px;
    font-style: normal;
    font-weight: bold;
    line-height: 18px;
    margin-bottom: 0;
}
.menu-parallax-meta span{
	background-color: #fff;
}
.price-tag sup {
    font-size: 18px;
    font-weight: bold;
    line-height: 18px;
    top: 0;
}
.menu-parallax-meta li a{
	float: left;
	font-size: 16px;
	line-height: 16px;
	color: #999999;
	text-transform: capitalize;
	position: relative;
	padding-right: 10px;
	margin-right: 10px;
	margin-bottom: 0;
}
.menu-parallax-meta li a::before {
    background: #999999;
    bottom: 3px;
    content: "";
    height: 10px;
    position: absolute;
    right: 0;
    transform: rotate(25deg);
    -webkit-transform: rotate(25deg);
	-moz-transform:   rotate(25deg);
	-ms-transform: rotate(25deg);
	-o-transform:  rotate(25deg);
    width: 1px;
}
.menu-parallax-meta a:last-child:before{
	height: 0;
}
.menu-parallax-meta li:hover a{
	color: #333;
}
.menu-parallax-meta li:hover a:before{
	background-color: #333;
}
/*style 2*/
.parallex-des-2{
	float: left;
	width: 100%;
	text-align: center;
	position: relative;
	min-height: 500px;
/*	background-image: url(extra-images/menu-parallax-bg.jpg);*/
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.parallex-des-2:before{
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	position: absolute;
	background-color: #333333;
	opacity: 0.33;
}
.parallex-des-2 .text{
	top: -67px;
	left: 0;
	right: 0;
	margin: 0 auto;
	background-color: #333333;
	position: absolute;
	width: 60%;
	padding: 45px 60px;
	outline: 1px solid #be951f;
	outline-offset: -16px;
}
.parallex-des-2 .text:before{
	top: 15px;
	bottom: 15px;
	left: 15px;
	right: 15px;
	border: 1px solid;
/*	background-image: url(extra-images/parallex-des-2-bg.png);*/
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	content: "";
	opacity: 0.03;
}
.parallex-des-2 .menu-parallax-meta li a{
	color: #fff;
}
.parallex-des-2 .text .kode-food-hdg-6{
	text-align: left;
}
.parallex-des-2 .text .kode-food-hdg-6 h3{
	color: #fff;
}
.parallex-des-2 .menu-parallax-meta li:before{
	border-color: #fff;
}
.parallex-des-2 .menu-parallax-meta li .price-tag,
.parallex-des-2 .menu-parallax-meta li p{
	color: #fff;
}
.parallex-des-2 .menu-parallax-meta li:hover a{
	color: #999;
}
.parallex-des-2 .menu-parallax-meta span{
	background-color: transparent;
}
.parallex-des-2 .menu-parallax-meta li:hover a:before{
	background-color: #999;
}
.margin-bottom{
	padding-bottom:0; 
}
.margin-bottom .menu-parallex-des{
	margin-bottom: 70px;
}
/*
	  ==============================================================
		   RECIPE SINGLE CSS START
	  ==============================================================
*/
.blog-des-heading{
	float: left;
	width: 100%;
	margin-bottom: 30px;
}
.blog-des-heading h2{
	line-height: 30px;
	margin-top: -1px;
}
.recipe-single-wrap{
	float: left;
	width: 100%;
	margin-bottom: 30px;
}
.recipe-thumb{
	float: left;
	width: 100%;
}
.figure-thumb {
    float: left;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.recipe-thumb  .figure-thumb{
	margin-bottom: 10px;
}
.recipe-thumb .figure-thumb:before{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	content: "";
	background-color: #000;
	opacity: 0.45;
}
.recipe-thumb .figcaption{
	position: absolute;
	top: 20px;
	left: 20px;
}
.figure-thumb .figcaption .kode_link_1{
	color: #fff;
}
.figure-thumb .figcaption a.kode_link_1:hover{
	background: #000 !important;
	color: #fff;
}
.recipe-thumb .figcaption .kode_link_1::before{
	border: none;
}
.recipe-thumb-meta{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding:0 20px 20px;
}
.thumb-log{
	float: left;
}
.thumb-log i{
	float: left;
	font-size: 35px;
	margin-right: 15px;
}
.thumb-log h4 {
    bottom: -2px;
    display: inline-block;
    margin: 8px 0 0;
    position: relative;
}
.thumb-log h4 a{
	display: inline-block;
	color: #fff;
	text-transform: capitalize;
}
.recipe-thumb-meta .rating{
	float: right;
	line-height: 16px;
	font-size: 16px;
	padding: 15px 0 0 0;
}
.recipe-thumb-meta .rating a{
	float: right;
	color: #fff;
	font-size: 16px;
	text-transform: lowercase;
	margin-left: 10px;
}
/*recipe meta*/
.recipe-meta{
	float: left;
	width: 100%;
	padding: 9px 0 13px;
	background-color: #e8e8e8;
	margin-bottom: 40px;
}
.recipe-meta li{
	float: left;
	font-size: 16px;
	line-height: 16px;
	position: relative;
	padding: 0 30px;
	color: #333;
	font-family: 'Lusitana', serif;
	border-right:1px solid #c0c0c0;
}
.recipe-meta li:last-child{
	border: none;
}
/*description*/
.recipe-thumb > .text{
	margin-bottom: 27px;
}
.recipe-thumb .text h2{
	line-height: 30px;
	/*
	margin-bottom: 14px;
	*/
	margin-top: -4px;
}
/*ingrident list*/
.ingrident-des{
	float: left;
	width: 100%;
	margin-bottom: 37px;
}
.ingrident-des figure{
	width: 50%;
}
.ingrident-des figure:before{
	content: "";
	left: 5px;
	right: 5px;
	top: 5px;bottom: 5px;
	position: absolute;
	background-color: rgba(0, 0, 0, 0.25);
	border: 1px solid #fff;
}
.ingrident-des .text {
    margin: 0;
    padding: 0 60px 0 0;
    width: 50%;
}
.ingrident-des .blog-des-heading{
    margin-bottom: 23px;
}
.ingrident-des ul{
	float: left;
	width: 100%;
}
.ingrident-des ul li {
    color: #666;
    display: inline-flex;
    font-size: 16px;
    margin-bottom: 11px;
    width: 100%;
}
.ingrident-des ul li:last-child{
	margin-bottom: 0;
}
.ingrident-des li i {
    margin-right: 6px;
    margin-top: 5px;
	float:left;
}
small {
    float: left;
    font-size: 10px;
    margin-right: 2px;
}
/*prepration*/
.recipe-prepration{
	padding-bottom: 20px;
	border-bottom: 1px solid #d3d3d3;
	margin-bottom: 40px;
}
.recipe-prepration figure:before{
	content: "";
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	background-color: #000;
	opacity: 0;
	position: absolute;
}
.recipe-prepration .col-md-4:hover figure:before{
	content: "";
	left: 10px;
	right: 10px;
	top: 10px;
	bottom: 10px;
	opacity: 0.65;
}
.recipe-prepration figcaption{
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	text-align: center;
	margin: -13px auto 0;
	opacity: 0;
}
.recipe-prepration .col-md-4:hover figcaption{
	opacity: 1;
}
.recipe-prepration figcaption a{
	font-size: 20px;
	line-height: 20px;
	text-transform: capitalize;
}
.recipe-prepration .text{
	text-align: center;
	padding: 15px 15px 16px;
}
.recipe-prepration .text h4{
	margin-bottom: 11px;
}
.recipe-prepration .text p{
	margin-bottom: 0;
}
/*comment-style-2*/
.comment-style-2 .blog-des-heading{
	margin-bottom: 0;
}
.comment-style-2 .comment_wrap{
	padding: 20px 0;
}
.comment-style-2 figure{
}
.comment-style-2 .comment_des_hed cite a {
    color: #333333;
    display: inline-block;
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    margin-right: 20px;
    margin-bottom: 1px;
}
.comment-style-2 .comment_des_hed cite span {
    display: inline-block;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    padding-left: 20px;
}
.comment-link-meta{
	float: left;
	width: 100%;
	line-height: 16px;
}
.comment-link-meta a{
	display: inline-block;
	font-size: 16px;
	line-height: 16px;
	color: #999;
	font-weight: normal;
	font-family: 'Lato', sans-serif;
	margin-right: 20px;
}
.comment-link-meta a span{
	color: #333;
	font-weight: bold;
}
.comment-link-meta a span i{
	margin-left: 10px;
	margin-top: 2px;
}
.comment-style-2 .secnd_coment_list{
	padding-left: 100px;
}
/*
	  ==============================================================
		   CONTACT US CSS START
	  ==============================================================
*/
.kode-contact{
	float: left;
	width: 100%;
	border:1px solid #d3d3d3;
	text-align: center;
	padding: 27px 45px 30px;
	margin-bottom: 30px;
}
.kode-contact:hover{
	box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.11);
}
.kode-contact  span{
	margin-bottom: 25px;
	display: block;
	text-align: center;
	width: 100%;
	font-size: 52px;
	color: #333333;
	line-height: 48px;
	height: 44px;
}
.kode-contact h4{
	display: inline-block;
	text-transform: uppercase;
	padding: 0 0 11px 0;
	position: relative;
	font-weight: bold;
	margin-bottom:28px;
}
.kode-contact h4:before{
	content: "";
	left: 0;
	right:0;
	bottom:0;
	height: 1px;
	width: 40px;
	position: absolute;
	background-color: #333333;
	margin: 0 auto;
} 
.kode-contact address{
	font-size: 16px;
	color: #666;
	text-transform: capitalize;
	font-family: 'Lato', sans-serif;
	font-style: normal;
	margin-top: -3px;
	margin-bottom: 15px;
}
.kode-contact ul{
	float: left;
	width: 100%;
	padding-left: 0;
	margin-left: 0;
}
.kode-contact ul li{
	float: left;
	width: 100%;
	text-align: center;
	font-size: 16px;
	line-height: 16px;
	list-style:none;
	font-family: 'Lato', sans-serif;
	color: #666666;
	text-transform: capitalize;
	margin-bottom: 11px;
}
.kode-contact ul li:last-child{
	margin-bottom: 1px;
}
.kode-contact ul li a{
	text-align: center;
	font-size: 14px;
	line-height: 16px;
	font-family: 'Lato', sans-serif;
	color: #666666;
	text-transform: capitalize;
	display: block;
}
.kode-map{
	float: right;
	width: auto;
	position: relative;
}
.kode-map #map-canvas{
	float: left;
	width: 100%;
	height: 545px;
}
.kode-map .kode-contact{
	right: 20%;
	height: 100%;
	padding: 58px 30px 62px;
	width: 430px;
	background-color: rgba(255, 255, 255, 0.9);
	border: none;
	margin: 0;
	box-shadow: 0px 0px 34px -25px rgba(0, 0, 0, 0.9);
	float: right;
}
.contact-input span{
	margin: 0;
}
.contact-input span input[type="email"]{
	padding-right: 10px ;
	padding-left: 10px;
}
.wpcf7#wpcf7-f119-o1,
.kode-map-overlay{
	float:left;
	width:100%;
	position:relative;
}
.kode-map-overlay{
	margin-bottom: -40px;
	overflow: hidden;
}
.kode-map-overlay .foodcourt_shortcode-map{
	width:100% !important;
	height:100% !important;
	position:absolute !important;
}
.kode-map .kode-contact:hover{
	box-shadow:0px 0px 44px -25px rgba(0, 0, 0, 0.9);
}
.kode-map .kode-contact:hover h4:before,
.kode-map .kode-contact:hover h4{
	color: #333;
}
.kode-map .reservation-input{
	position: relative;
	margin-bottom: 10px;
}
.contact-input span input[type="email"],
.contact-input span input[type="text"],
.kode-map .contact-input2 textarea,
.contact-input input[type="email"],
.contact-input input[type="text"]{
	border: 1px solid #d3d3d3;
	background-color: #fff;
	font-family: 'Lato', sans-serif;
	height: 45px;
	line-height: normal;
	font-size: 14px;
	padding-top: 0;
	padding-bottom: 0;
	color: #666666;
}
.kode-map .contact-input2 textarea::-moz-placeholder:focus,
.contact-input input[type="text"]::-moz-placeholder:focus,
.kode-map .contact-input2 textarea::-moz-placeholder,
.contact-input input[type="text"]::-moz-placeholder{
	color: #666666;
}
.kode-map .contact-input span i,
.kode-map .contact-input i{
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top:-8px; 
}
.kode-map .contact-input2 i{
	top: 20px;
	right: 15px;
	position: absolute;
}
.kode-map .contact-input2 textarea{
	height: 127px;
	margin-bottom: 10px;
	padding: 10px 20px 0px 10px;
}
/*
	  ==============================================================
		   404 PAGE CSS START
	  ==============================================================
*/
.kf_404-wrap {
    float: left;
    height: 100%;
    position: relative;
    width: 100%;
    z-index: 1;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
	padding:50px 0;
}
.kf_404-wrap::before {
    background-color: #000;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0.75;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}
.kf-404-des{
	float:left;
	width:100%;
    text-align: center;
    z-index: 1;
}
.kf-404-des span i,
.kf-404-des span{
	font-size: 250px;
	line-height: 250px;
	font-weight: bold;
	color: #fff;
	display: block;
	font-family: 'Lusitana', serif;
	margin-bottom: 3px;
}
.kf-404-des span i{
	display: inline-block;
	font-style: normal;
}
.kf-404-des h6{
	color: #afafaf;
	line-height: 26px;
	display: block;
	margin-bottom: 30px;
}
.kf-404-des h5{
	color: #fff;
	font-size: 50px;
	line-height: 50px;
	display: block;
	margin-bottom: 26px;
}
.kf-404-des p{
	color: #fff;
	margin-bottom:36px;
	padding: 0 477px;
}
.link-404{
	float: left;
	width: 100%;
	text-align: center;
	margin-bottom: 113px;
}
.link-404 .kode_link_6{
	margin: 0 15px;
	color: #fff;
}
.kf-404-des .social-style-3{
	float: left;
	width: 100%;
	text-align: center;
}

/*
	  ==============================================================
		   FOOTER CSS START
	  ==============================================================
*/
.footer-bg{
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	z-index: 1;
	padding: 70px 0;
}
.footer-bg:before{
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	position: absolute;
	background-color:#000;
	opacity: 0.9; 
	z-index: -1;
}
.footer-bg:after{
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	position: absolute;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 0.65; 
	z-index: -1;
}
.widget-deal-meta .deal-thumb .text h6{
	float: left;
	width: 100%;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	margin:0px;
}
.widget-deal-meta .deal-meta li:last-child{
	margin: 0;
}
/*
	  ==============================================================
		   COMING SOON CSS START
	  ==============================================================
*/
.coming-soon-wrap{
	float: left;
	width: 100%;
	position: relative;
/*	background-image: url(extra-images/comingsoon-bg.jpg);*/
	background-repeat: no-repeat;
	background-origin: center;
	background-size: cover;
	z-index: 1;
	padding: 70px 0 130px;
}
.coming-soon-wrap:before{
	position: absolute;
	left: 0;
	right: 0;
	top:0;
	bottom: 0;
	background-color: #000;
	opacity: 0.75;
	content: "";
	z-index: -1;
}
.topbar-coming-soon{
	float: left;
	width: 100%;
	padding: 0px 107px 0px 160px;
	margin-bottom: 14px;
}
.topbar-coming-soon .logo{
	float: left;
	width: 15%;
}
.coming-soon-social{
	float: right;
	text-align: center;
}
.coming-soon-social h2{
	text-transform: capitalize;
	line-height: 30px;
	display: block;
	color: #fff;
	margin-bottom: 30px;
}
.coming-soon-social .social-style-3 li a:hover{
	color: #fff;
}
.coming-soon-dec{
	float: left;
	width: 100%;
	text-align: center;
}
.coming-soon-dec h6{
	display: block;
	color: #fff;
	line-height: 60px;
	font-size: 60px;
	text-transform: capitalize;
	margin-bottom: 39px;
}
.coming-soon-dec > p{
	color: #fff;
	margin-bottom: 66px;
	padding: 0 168px;
}
.coming-soon-dec .downcount{
	margin-bottom: 70px;
}
.downcount{
	float: left;
	width: 100%;
	text-align: center;
}
.downcount li{
	display: inline-block;
	width: 15%;
	margin-right: 130px;
	position: relative;
	border:1px solid;
	text-align: center;
	padding: 31px 0 31px;
}
.downcount li:last-child{
	margin-right: 0;
}
.downcount li:before{
	content: "";
	width: 50%;
	right:-1px;
	position: absolute;
	top: -1px;
	bottom: -1px;
	border-width:1px 1px 1px 0px;
	border-style: solid;
	border-color: #fff; 
}
.downcount li span{
	font-size: 40px;
	color: #fff;
	font-family: 'Lusitana', serif;
	font-weight: bold;
	display: inline-block;
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 17px;
}
.downcount li span:before{
	content: "";
	left:0;
	right: 0;
	bottom: -1px;
	height: 1px;
	background-color: #fff;
	position: absolute;
}
.downcount li p{
	font-size: 24px;
	line-height: 24px;
	color: #fff;
	font-family: 'Lusitana', serif;
	font-weight: normal;
	margin-bottom: 0;
	text-transform: capitalize;
	padding: 0;
	position: relative;
	z-index: 10;
}
.coming-soon-dec form{
	width: 700px;
	float: none;
	margin: auto;
}
.coming-soon-dec .reservation-input{
	position: relative;
	background-color: #fff;
}
.coming-soon-dec .reservation-input input[type="text"]{
	height: 59px;
	line-height: normal;
	font-size: 16px;
	border: none;
	padding: 0 180px 0 20px;
	background-color: #fff;
	color: #999999;
}
.coming-soon-dec .reservation-input input[type="text"]::-moz-placeholder{
	color: #999999;
	opacity:1;
}
.coming-soon-dec .reservation-input input[type="text"]:focus{
	box-shadow:0 10px 8px 0 rgba(0, 0, 0, 0.3) inset;
}
.coming-soon-dec .reservation-input button{
	position: absolute;
	top: 0;
	bottom: 0;
	height: 100%;
	right: 0;
	color: #fff;
	text-transform: capitalize;
	font-size: 18px;
	padding: 0 45px;
	font-family: 'Lusitana', serif;
}
/*******************************************************************
                        end  go up
*********************************************************************/
.go-up{

    display: none;
    position: fixed;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 15px;
    right: 20px;
    bottom: 20px;
    background: #232323;
    cursor: pointer;
    text-align: center;
    z-index: 9999;
    color: #ffffff;
    transition: 0.3s linear;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
}

.go-up:hover{

    background-color: #1a1a1a;
}

.go-up i{
    color: #ffffff;
}
.go-up:hover i{
    -webkit-animation: toBottomFromTop 0.4s forwards;
    -moz-animation: toBottomFromTop 0.4s forwards;
    animation: toBottomFromTop 0.4s forwards;

}
/*
=================================================
		Sign up Form CSS
=================================================
*/
.user-box{
	float:left;
	width:100%;
	background-color:#fff;
	padding:30px 45px 30px 45px;
	text-align:center;
}
.user-box h2{
	font-size:22px;
	font-weight:bold;
	text-transform:uppercase;
	margin:0px 0px 30px 0px;
	color:#2f2f2f;
}
.yellow{}
.white{}
.light{}
.fluid-layout{}
.user-box form{
	float:left;
	width:100%;
	margin:0px;
	padding:0px;
}
.user-box .form{
	float:left;
	width:100%;
}
.input-container{
	float:left;
	width:100%;
	position:relative;
	margin:0px 0px 20px 0px;
}
.input-container i{
	position:absolute;
	width:16px;
	height:18px;
	left:18px;
	top:16px;
	background-repeat:no-repeat;
	background-position:bottom;
	color:#a8b6c3;
	z-index:250;
}
.input-container i.name{
	background-image:url(../images/signin.png);
}
.input-container i.pass{
	background-image:url(../images/register.png);
}
.input-container i.company{
	background-image:url(../images/company.png);
}
.input-container i.mail{
	background-image:url(../images/e-mail.png);
	height:12px;
	top:18px;
}
.input-container i.location{
	background-image:url(../images/location.png);
}
.input-container i.destination{
	background-image:url(../images/destination.png);
}

.input-container input[type="text"], .input-container input[type="password"]{
	padding:6px 20px 6px 40px;
	font-size:15px;
	color:#66727f;
	background-color:#f9f9f9;
	box-shadow:0px 3px 3px 0px rgba(0,0,0,0.05) inset;
	-moz-box-shadow:0px 3px 3px 0px rgba(0,0,0,0.05) inset;
	-webkit-box-shadow:0px 3px 3px 0px rgba(0,0,0,0.05) inset;
	height: 48px;
	width: 100%;
	border-radius: 3px;
	border: 2px solid #d6d9dd; 
}
.user-box .input-container .radio-value{
	height:20px;
	width:20px;
	float:left;
	background-size:10px auto;
	margin:0px 10px 0px 0px;
}
/*.input-container span {
    float: right;
    font-size: 22px;
    position: absolute;
    right: 15px;
    top: 12px;
	color:#c4cdd6;
}*/
.input-container span.add-on{
	position:absolute;
	left:15px;
	top:13px;
	height:100%;
	color:#c4cdd6;
}
.user-box .input-container .radio{
	float:left;
}
.user-box .input-container label{
	float:left;
	width:100%;
	font-size:12px;
	color:#9baab9;
	text-align:left;
}
.user-box .input-container label p{
	float:left;
	margin:2px 0px;
	font-weight:normal;
	line-height: normal;
}
.screen-reader-text{}
.gallery-caption{}
.bypostauthor{}
.user-box .input-container .radio, .user-box .input-container .checkbox{
	margin:0px;
}

.btn-style{
	float:left;
	width:100%;
	font-size:16px;
	color:#fff;
	border:none;
	padding:12px 20px;
	border-radius:3px;
	text-align:center;
	height:48px;
	line-height: normal;
	text-transform: uppercase;
}
.btn-style:hover{
	background-color:#636e80;
}
.user-box .option{
	float:left;
	width:100%;
	position:relative;
	margin:0px 0px 15px 0px;
}
.user-box .option:before, .user-box .option:after{
	position:absolute;
	content:"";
	height:1px;
	width:38%;
	background-color:#ecf1f5;
	left:0px;
	top:50%;
}
.user-box .option:after{
	left:auto;
	right:0px;
}
.user-box .option h5{
	font-size:14px;
	color:#b2becd;
}
.user-box .social-login{
	float:left;
	width:100%;
}
.user-box .social-login a{
	float:left;
	width:50%;
	padding:12px 15px;
	font-size:14px;
	color:#fff;
	border:none;
	font-weight:normal;
	text-align:left;
	margin:0px;
	line-height: normal;
}
.user-box .social-login a i{
	font-size:18px;
	margin:0px 10px 0px 0px;
	float: left;
}
.user-box .social-login a.google{
	background-color:#dc4a38;
	border-radius:3px 0px 0 3px;
}
.user-box .social-login a.facebook{
	background-color:#44619d;
	border-radius:0px 3px 3px 0px;
}
.user-box-footer{
	float:left;
	width:100%;
	background-color:#f9fbfd;
	border-top:solid 1px #ecf1f5;
	padding:18px 20px;
	text-align:center;
}
.user-box-footer > p{
	width:100%;
	float:left;
	text-align:center;
}
.user-box-footer a{
	color:#72c8fa;
}
#register .nav-tabs{
	border:none;
	margin-top:50px;
}
#register .nav-tabs > li{
	width:50%;
	border:none;
}
#register .nav-tabs > li a{
	border-radius:0px;
	text-align:center;
	font-size:18px;
	color:#a5afb9;
	font-weight:bold;
	padding:18px 15px;
	font-family: 'Droid Sans', sans-serif;
	margin:0px;
	border:none;
	background-color:#f7f7f7;
}
#register .nav-tabs > li.active a, #register .nav-tabs > li a:hover{
	background:none;
}
.input-container .dropdown{
	float:left;
	width:100%;
}
.input-container .dropdown button{
	float:left;
	width:100%;
	border: 2px solid #d6d9dd;
    border-radius: 3px;
    min-height: 48px;
    padding: 6px 20px 6px 32px;
    width: 100%;
	color:#c4cdd6;
	text-align:left;
	font-family:15px;
	
}
.input-container .dropdown button p{
	float:left;
	margin:0px;
}
.input-container .dropdown button span{
	float:right;
	font-size:22px;
}
.input-container .dropdown button p{
	margin:0px;
}
.input-container .btn-default:hover, .input-container .btn-default:focus, .input-container .btn-default.focus, .input-container .btn-default:active, .input-container .btn-default.active, .input-container .open > .dropdown-toggle.btn-default{
	background:none;
	border: 2px solid #d6d9dd;
	color:#687a8d;
}

.input-container .dropdown .dropdown-menu{
	min-width:100%;
}

.filterable-item.col-md-3{
	width: 24.9% !important

}
/*
=================================================
		CHECKBOX AND RADIO BUTTON CSS
=================================================
*/
label {
  cursor: pointer;
}
label span{
	float: left;
	line-height: 20px;
}

/* hide the "real" radios visually */

.radio input {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* style the "fake" radios */

.radio-value {
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  border: 2px solid #d7dfe7;
  border-radius: 3px;
  display: inline-block;
  height:28px;
  margin-right:5px;
  position: relative;
  vertical-align: -0.5em;
  width: 28px;
}

input:checked + .radio-value {
  background-image:url(images/tick.png);
  border-color:#88d3ff;
}

.kode_wrapper button.close{
	position: absolute;
	top: 10px;
	right: 20px;
	z-index: 100;

}
.error.type-2{
	color:#fff;
}
.kode-sidebar [class*="col-md-"]{	
	width:100%;
	float:left;
	margin-bottom:30px;
}
.sticky-2.kf_sticky .kode-navigation-sticky ul li a{
	border-bottom:4px solid transparent;
}
.sticky-2.kf_sticky .kode-navigation-sticky ul li a.current{
   Border-bottom: solid 4px;  
}
.sticky-2.kf_sticky .kode-navigation{
	top:0px;
	left:0px;
	z-index:999999;
}	
.author-header .kf_sticky .kode-navigation{
    position: static;
}
.author-header .kf_sticky .top-strip{ 
	display:none;
}
.sticky-2.kf_sticky{
	padding: 15px 0px;
}
.sticky-2.kf_sticky .top-strip{
	display:none;
}
.sticky-2.kf_sticky .kode-navigation ul li a{
	Padding: 4px 0;
}

.sticky-1.kf_sticky{
	background:none !important;
}
.sticky-1.kf_sticky .top-strip{
	display:none;
}
.sticky-1.kf_sticky .logo{
	margin:0px;
	height:86px;
}
.sticky-1.kf_sticky .logo-container{
	box-shadow:0px 5px 10px 0px rgba(0,0,0,0.3);
	-moz-box-shadow:0px 5px 10px 0px rgba(0,0,0,0.3);
	-webkit-box-shadow:0px 5px 10px 0px rgba(0,0,0,0.3);
}
footer .widget-text ul li{
  color:#fff;
}

.flexslider .kode-caption-wrapper{
	position:absolute;
	left:0;
	right: 0;
	top: 50%;
	width:1170px;
	margin: -130px auto 0;
	z-index:100;
}
/*
.flexslider .kode-caption-wrapper .kode-caption-title{
	font-size:70px;
	font-weight:300;
	text-transform:uppercase;
	line-height:normal;
	color: #c8c8c8;
    font-size: 34px;
}
*/
.kode-slider-item .kode-caption-wrapper .kode-caption-title{
    color: #c8c8c8;
    font-size: 60px;
    line-height: 54px;
    margin-bottom: 22px;
    text-transform: capitalize;
    background: transparent;
}
.kode-slider-item .kode-caption-wrapper .kode-caption-title span {
    color: #fff;
    display: block;
    font-size: 72px;
    line-height: 72px;
    padding: 7px 0 5px;
    text-transform: capitalize;
    font-family: Lusitana;
}
/*
.flexslider .kode-caption-wrapper .kode-caption-text{
	font-size:26px;
	margin-bottom:20px;
	color:#c8c8c8;
}
*/
.flexslider .kode-caption-wrapper .kode-caption-text{
    color: #c8c8c8;
    margin:0 auto 36px;
    padding: 0 0px;
    text-transform: capitalize;
    font-size: 35px;
    width: 70%;
}
/*
.flexslider .kode-caption-wrapper .kode_btn_store_1{
	margin:0px;
	display:inline-block;
	float:none;
}
*/
.flex-control-nav-wrapper{
	display: none;
}
.kode-caption .kode_btn_store_1{
    background: transparent none repeat scroll 0 0;
    color: #fff;
    font-size: 20px;
    line-height: 20px;
    padding: 23px 35px 22px;
    text-transform: uppercase;
    display: inline-block;
    border: 1px solid;
}
.kode-caption .kode_btn_store_1 i{
	line-height: 20px;
	margin-left: 15px;
}
.kode-caption .kode_btn_store_1:hover i,
.kode-caption .kode_btn_store_1:hover{
	color: #fff;
}
.flexslider .kode-caption-wrapper.position-right{
	text-align:right;
}
.flexslider .kode-caption-wrapper.position-left{
	text-align:left;
}
.position-left .kode-caption-text{
	float: left;
	clear: both;
}
.position-left .kode_btn_store_1{
	float: left;
	clear: both;
}
.position-right .kode-caption-text{
	float: right;
	clear: both;
}
.position-right .kode_btn_store_1{
	float: right;
	clear: both;
}
.flexslider .kode-caption-wrapper.position-center{
	text-align:center;
}
.style-1 .flex-control-nav li{
	width: auto;
}
.blog-1-meta li i{
	display:none;
}
.kode-maintitle > h3,
.kode-section-title,
.blog-info.blog-author i,
.blog-info.blog-comment i,
.blog-info.blog-tag i,
.blog-info.blog-comment > a i,
.blog-info.blog-author > a i{
	display:none;
}
.flickr_badge_image{
	float:left;
}
.kode_reserv_width_input{
	float: left;
	width: 25%;
	padding: 0px 15px;
}
.kode_reserv_width_textarea{
	padding: 0px 15px;
}
.without-padding .col-md-4{
	padding:0px;
}
.reservation-input select{
	background-color: transparent;
	appearance:none;
	-webkit-appearance:none;
	-moz-appearance:none;
}
.reservation-input select{
	width: 100%;
    line-height: 20px;
    list-style: outside none none;
    margin: 0;
    min-height: 20px;
    padding: 5px;
}
.reservation-input select{
	color: #fff;
}
.reservation-input option{
    background-color: #fff;
    color: #333;
    cursor: pointer;
    display: block;
    font-size: 14px;
    padding: 6px 8px;
}
.reservation-input .kode_link_2 {
    color: #fff;
    font-family: "Lusitana",serif;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    padding: 23px 40px 20px;
    text-transform: capitalize;
    width: auto;
    height: auto;
    background: transparent!important;
    border: 1px solid #fff!important;
}
.reservation-input .kode_link_2:hover{
	background: #fff!important;
}
.kode_testimonial_wrap .owl-dots{
	line-height: 14px;
	padding-top: 30px;
}
.kode_testimonial_wrap .owl-dots span{
    background-color: transparent;
    border-radius: 100%;
    height: 14px;
    position: relative;
    width: 14px;
}
.kode_testimonial_wrap .owl-dots span::before {
    background-color: #999;
    border-radius: 100%;
    bottom: 0;
    content: "";
    height: 8px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 50%;
    width: 8px;
}
.kode_testimonial_wrap .owl-dots .active span::before{
	border-radius: 100%;
	height: 14px;
	margin: -4px auto 0;
	width: 14px;
}
.blog-detail-slider > .kode-blog-thumbnail{
	margin-bottom: 33px;
	float: left;
	width: 100%;
}
.blog-link-meta ul{
	margin: 0;
}
.comment_wrap{
	position: relative;
}
.comment_wrap .kode-thumb {
    width: 107px;
    float: left;
}
.comment_wrap .kode-thumb img{
	float: left;
	width: 100%;
}
.comment_wrap .kode-text{
    float: none;
    overflow: hidden;
    padding-left: 20px;
    text-align: left;
    width: auto;
    position: relative;
}
.comment_wrap .kode-text h4{
    float: left;
    line-height: 15px;
    color: #333333;
    display: inline-block;
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    margin-right: 20px;
    text-transform: capitalize;
}
.comment_wrap .kode-text time {
    border-left: 1px solid #d3d3d3;
    float: left;
    font-family: "Lusitana",serif;
    font-size: 16px;
    font-style: italic;
    font-weight: normal;
    line-height: 16px;
    padding-left: 20px;
}
.comment_wrap .kode-text p{
	clear: both;
	padding-top: 5px;
}
.comment-reply-link {
    float: right;
}
.comment-reply-link {
    border:none;
    float: right;
    font-size: 14px;
    line-height: 14px;
    font-weight: normal;
    padding: 4px 25px 5px;
    color: #fff;
    text-transform: capitalize;
}
.comment_des_hed .comment-reply-link {
    border: medium none;
    color: #fff;
    float: right;
    font-size: 14px;
    font-weight: normal;
    font-size: 16px;
    line-height: 16px;
    padding: 4px 25px 5px;
    text-transform: capitalize;
}
.comment_des_hed .comment-reply-link:hover,
.comment_reply:hover{
	background: #000 !important;
	color: #fff;
}
/*NEW CHANGING*/
.deal-meta-links  a {
    color: #fff;
    font-size: 16px;
    font-style: italic;
    line-height: 16px;
    padding: 0 8px 0 0;
    position: relative;
    text-transform: lowercase;
    margin:9px 5px 0 0;
    float: left;
    width: auto;
}
.deal-meta-links  a:before{
	position: absolute;
	right: 0;
	bottom: 0;
	content: ",";
	color: #fff;
}
blockquote{
	float: left;
	width: 100%;
	position: relative;
	padding: 25px;
}
.comment-form{
	margin-right: -15px;
	margin-left: -15px;
}
.kode-comments .comment-form .reservation-input textarea{
	margin-bottom: 0;
}
.kode-comments .form-submit .submit{
	display: inline-block;
	font-size: 16px;
	font-family: 'Lusitana', serif;;
	line-height: 16px;
	color: #fff;
	text-transform: capitalize;
	padding:11px 35px 9px;
	float: left;
	width: auto;
	margin:0 15px;
}
.kode-comments .form-submit .submit:hover{
	background-color:#000 !important;
	color: #fff; 
}
.kode-search{
	float: left;
	width: 100%;
	position: relative;
}
.kode-search label {
    color: #fff;
    display: inline-block;
    font-size: 21px;
    height: 100%;
    line-height: 56px;
    outline: 1px solid rgba(225, 225, 225, 0.5);
    outline-offset: -3px;
    text-align: center;
    width: 63px;
    position: absolute;
    line-height: normal;
}
.kode-search label:hover{
	outline: 1px solid rgba(225, 225, 225, 1);
	outline-offset: -3px;
	color: #fff;
}
.kode-gallery .owl-dots{
	display: none !important;
}



.kode-ux.effect-hera figcaption{
	position: absolute;
	left: 0;
	right: 0;
	top:50%;
	margin: -22px;
	text-align: center;
}
.kode-ux.effect-hera a {
    border: 1px solid;
    color: #fff;
    display: inline-block;
    height: 45px;
    text-align: center;
    width: 45px;
    opacity: 0;
    line-height: 45px;
    font-size: 18px;
    background: #000;
}
.kode-ux.effect-hera:hover a{
	opacity: 1;
}

.without-padding.kode-recipies-container-item.kode-recipies-classic {
    float: left;
    width: 100%;
    overflow: hidden;
    padding: 0 15px;
}
.kode_testimonial_wrap{
	padding: 0 15px;
}
.widget_post_silder .kode-bxslider .bx-wrapper .bx-controls-direction a{
	top: 50%;
	margin-top: -25px;
}
.kode-bxslider{
	float: left;
	width: 100%;
	position: relative;
}
.padding_detail{
	padding: 50px 0 20px 0;
}
.kode-comments form p{
	margin-bottom: 0 !important;
}
.widget_post_videos iframe{
	height: 221px;
}
.widget_post_videos figcaption{
	top: 0;
	bottom: auto;
}
.wpcf7-form{
	float: right;
	width: auto;
	position: relative;
}
.wpcf7-mail-sent-ok {
    bottom: 70px;
    height: auto;
    left: 0;
    margin: 0 !important;
    padding: 0 !important;
    position: absolute;
    right: 0;
    width: auto;
    text-align: center;
    background: #fff;
    border: none !important;
}
#reply-title{
	margin-bottom: 20px;
}
#reply-title small{
	float: left;
	margin:10px 0px 10px 0px;
	width: 100%;
}
.logged-in-as{
	padding: 0 15px;
}
.logged-in-as a:last-child{
	float: right;
	color: #333;
}
.kode-author-detail-2 {
    float: left;
    position: relative;
    width: 100%;
}
.kode-author-detail-2 .container{
	padding: 0;
}
.kode-author-detail-2 .kode-thumb{
	min-width: 263px;
	width: auto;
	float: left;
	border: 1px solid #c7c7c7;
}
.kode-author-detail-2 .kode-thumb img{
	float: left;
	width: 100%;
}
.kode-author-detail-2 .kode-text{
	float: none;
	overflow: hidden;
	width: auto;
	padding: 0 0 0 30px;
}
.kode-author-detail-2 .contact-box{
	float: left;
	width: 100%;
	margin-bottom: 8px;
}
.social-icon{
	float: left;
	width: 100%;
}
.social-icon ul{
	float: left;
	width: 100%;
	margin: 0;
}
.social-icon ul li{
	float: left;
	width: 100%;
    margin-bottom: 8px;
}
.social-icon ul li:last-child{
	margin: 0;
}
.social-icon ul li a {
    color: #fff;
    float: left;
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    width: 100%;
    border-width: 1px 1px 1px 1px;
    border-style:solid;
    border-color: #c7c7c7;
    text-align: center;
}
.social-icon ul li a:hover{
	color: #fff;
}
.social-icon ul .facebook-bg a{
	background: #3b5998;
}
.social-icon ul .twitter-bg a{
	background: #4099ff;
}
.social-icon ul .youtube-bg a{
	background:#f50000;
}
.social-icon ul .pinterest-bg a{
	background: #c92228;
}
.contact-box table{
	margin-bottom: 0px;
}
.kode-text h5 {
    margin: 0 0 13px;
}
.kode-text > p{
	float: left;
	width: 100%;
	margin-bottom: 0;
}
.kode-item.kode-team-full.kode-single-detail > p{
	padding: 15px 0 8px;
	float: left;
	width: 100%;
}
.kode-single-detail blockquote{
	margin-bottom: 0;
}
.contact-box table td{
	padding:10px 15px;
}
.contact-box table tr td:first-child{
	text-align: center;
}

.btn-style.logout {
    margin-top: 10px;
}
.btn-style.logout i {
	float:none;
	margin:0 auto;
}
.btn-style.logout a {
    color: #fff;
	float:none;
	margin:0 auto;
}
.modal-content.logout-popup .btn-style.logout a:hover {
    color: #fff !important;
	text-decoration:none;
}
.header-3-style-2 .navigation3 ul li{
	margin-right: 30px;
	margin-bottom: 0;
}
.header-3-style-2 .navigation3 ul li:last-child{
	margin: 0;
}
.header-3-style-2 .kode-logo3{
	width: 170px;
	height: 170px;
	line-height: 170px;
	top: 50%;
	margin-top: -85px;
	right: auto;
}
footer .widget_categories li,
footer .widget_recent_comments li,
footer .widget_archive ul li{
	padding: 12px 0;
	float: left;
	width: 100%;
}
footer .widget{
	margin-bottom: 25px;
}
.header-3.header-3-style-2 .kode_navigation3_wrap .navigation3{
	padding-left:220px;
}
.kode-blog-single-full .blog-1 figure{
	margin-bottom:30px;
}
.kode-blog-grid-ux a,
.footer-bg .kode-widget a,
.kf-404-des .link-404 a,
.kode-breadcrumb li a,
.navigation3 .navigation a{
	text-decoration:none;
}
.kode-breadcrumb li strong,
.kode-breadcrumb li a{
	color:#fff;
}
.kode-inner-banner.header-style-3.kode-error-404-page{
	margin-bottom:0px;
}
.kode_link_5{
	margin-top:10px;
	text-decoration:none;
}
.blog-1-meta{
	padding:0px;	
}
.blog-1-meta li{
	list-style:none;
}
.kode-blog-list-archive.kode-fullwidth-blog article figure,
.kode-blog-list-full.kode-fullwidth-blog article figure{
	margin-bottom:30px;
}
.navigation3 .menu ul{
	list-style:none;
	padding:0px;
}
.post-password-form input[type="password"]{
	border:1px solid #d0d0d0;
}
.kode-blog-content,
.post-password-form label{
	float:left;
	width:100%;
}
.blog-link-meta .blog-info.blog-category i{
	margin-right:15px;
}
.blog-link-meta .pages-links{
	padding:0px;
}
.blog-link-meta .blog-info.blog-category a{
	margin-right:15px;
	font-size:18px;
	color:#999;
	margin-bottom:15px;
}
.post-password-form input[type="submit"]{
	float:left;
	width:auto;
}
.kode-post-meta-h{
	padding:0px;
	list-style:none;
}
.kode-blog-grid-ux h2 a{
	text-decoration:none;
}
.navigation ul{
	list-style:none;
}
.coment_list{
	padding:0px;
	list-style:none;
}
.coment_list li{
	list-style:none;
}
#kodecomments{
	margin-top:50px;
}

.dl-menuwrapper .dl-menu.dl-menuopen{
	z-index:99999;
}
.header-3 .navigation3{
	width:433px;
}
.kode_navigation3_wrap .navigation3{
	width:100%;
}
.header-3 .kode_navigation3_wrap .navigation3{
	width:auto;
}
.navigation3 ul{
	list-style:none;
}
a{
	color:#333;
}
.kode-404-page{
	text-align: center;
}
.kode-404-page h2{
	font-size: 100px;
	line-height: normal;
	width: 100%;
	margin: 0 0 10px 0 !important;
}
.kode-404-page span{
	font-size: 50px;
	line-height: normal;
	clear: both;
	float: left;
	width: 100%;
	margin: 0 0 30px;
}
.kode-404-page p{
	font-size: 25;
	line-height: normal;
	margin: 0 0 50px;
}
.kode-404-page .kode-search{
	float: none;
	width: 75%;
	display: inline-block;
}
.edit-link {
    float: left;
    width: auto;
    margin: 0 20px 0 0;
    font-size: 14px;
    font-weight: bold;
}
.coming-soon-social .social-links > li a:hover,
.coming-soon-social .social-links > li:hover a{
	color:#fff !important;
}

.foodcourt_shortcode-map{
	position:absolute;
	min-height:520px;
}
.rating_stars {
    float: left;
    width: auto;
}
.rating_down {
    background-image: url("images/stars1.png");
    background-position: 0 0;
    background-repeat: repeat-x;
    float: left;
    height: 16px;
    text-align: left;
    width: 80px;
}
.rating_up {
    background-image: url("images/stars1.png");
    background-position: 0 -16px;
    background-repeat: repeat-x;
    float: left;
    height: 100%;
    text-align: left;
}





















.woocommerce-cart table.cart .product-remove a.remove{
	margin: 0 auto;
}
.woocommerce-cart table.cart .product-name a{
	color: #999;
}
.woocommerce-cart table.cart .product-quantity .quantity{
	display: inline-block;
}
.woocommerce-cart table.cart th{
	text-transform: uppercase;
	color: #fff;
}
.k-title{
	float:left;
	width:100%;
	position:relative;
}
.woocommerce-MyAccount-content  fieldset legend,
.woocommerce-account .k-title > h2,
.cart_totals > h2,
.woocommerce-cart .k-title h2,
.related.products h2,
.woocommerce-Tabs-panel h2,
.woocommerce div.product .product_title,
.woocommerce-MyAccount-content  fieldset legend,
.woocommerce-account .k-title > h2,
.cart_totals > h2:before,
.woocommerce-cart .k-title h2,
.related.products h2,
.woocommerce-Tabs-panel h2,
.woocommerce div.product .product_title {
	display: inline-block;
    font-size: 24px;
    margin-bottom:15px;
    position: relative;
    text-align: left;
    text-transform: capitalize;
    float:left;
    width:100%;
}
.woocommerce-MyAccount-content  fieldset legend{
	margin-top: 15px;
}
.woocommerce-loop-product__title:after,
.woocommerce-loop-product__title:before{
	margin: 0 auto;
}
.woocommerce-Tabs-panel h2{
	width: 100%;
	float: left;
}
.related.products h2{
	margin-bottom: 27px;
}
.wc-proceed-to-checkout{
	float:left;
	width:100%;
}

.quantity .input-text,
textarea.input-text,
.woocommerce-billing-fields__field-wrapper .input-text,
.select2-container--default .select2-selection--single,
.woocommerce .login .woocommerce-Input,
.woocommerce .woocommerce-MyAccount-content .input-text,
.woocommerce-MyAccount-content .woocommerce-Input{
	float: left;
	width: 100%;
	height: 44px;
	border:1px solid #eee;
	padding: 10px 20px;
}
textarea.input-text {
	min-height: 120px;
}
.woocommerce-checkout h3{
	float: left;
	width: 100%;
}
.woocommerce table.shop_table th{
	color: #fff;
}
.select2-container .select2-selection--single .select2-selection__rendered{
	padding:0;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
	height: 100%;
	right: 10px;
}
.woocommerce form.login #rememberme{
	float: left;
	top: 0;
	margin-right:5px;
}
.comment-form-rating label{
	width: auto;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li{
	padding:  0 !important;
	float:left;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before{
	display: none;
}
.woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message{
	float: left;
	width: 100% !important;
}
.woocommerce form .form-row .input-checkbox{
	float: left;
	width: auto;
	position:static;
	height:auto;
	margin-top:2px !important;
}
.woocommerce form .form-row .checkbox{
	float: left;
	width: 100%;
}
.woocommerce .woocommerce-info {
    float: left;
    width: 100% !important;
    line-height: 31px;
}
.woocommerce-checkout #payment ul.payment_methods li input{
	width: auto !important;
	height: auto;
}
.woocommerce-checkout #payment .payment_method_paypal .about_paypal{
	margin-left: 15px !important;
}
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt{
	/*background-color: transparent !important;*/
	width: auto !important;
}
#s2id_billing_country{
	display: none !important;
}
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register{
	float: left;
	width: 100%;
}
.woocommerce form.login p.form-row input[type="password"],
.woocommerce form.login p.form-row input[type="text"]{
	width: 100%;
}
.woocommerce #review_form #respond p .stars{
	float: none;
	display: inline-block;
	width: auto !important;
	margin: 0 0 0 15px;
}
.woocommerce #review_form #respond p .selectric-wrapper{
	float: right;
	width: auto;
	min-width: 30%;
}
.woocommerce .coupon label {
    float: left;
    margin:0 25px 0 0;
    padding: 6px 0 0;
}
.woocommerce .cart .button:hover,
.woocommerce .cart input.button:hover,
.woocommerce .coupon .submit:hover{
	background-color: #000;
}
.woocommerce-MyAccount-navigation > ul {
    float: left;
    list-style: outside none none;
    margin: 0 0 20px 0;
    padding: 0;
    width: 100%;
    border-bottom: 2px solid;
}
.woocommerce-MyAccount-navigation > ul li{
	margin: 0;
}
.woocommerce-MyAccount-content{
	float: left;
	width: 100%;
}
.woocommerce .woocommerce-MyAccount-content  .woocommerce-info{
	border:none;
}
.woocommerce-MyAccount-navigation > ul li {
    display: inline-block;
    float: none;
    line-height: normal;
    width: auto;
    margin-bottom: -7px;
}
.woocommerce-MyAccount-navigation > ul li a{
	float: left;
	width: 100%;
	text-transform: uppercase;
	line-height: normal;
	font-size: 16px;
	color: #000;
	font-weight: bold;
	padding: 10px 15px;
	transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}
.woocommerce-MyAccount-navigation > ul li a:hover,
.woocommerce-MyAccount-navigation > ul li.is-active a{
	color: #fff;
}
.woocommerce-MyAccount-content .button{
	min-height: auto;
	width: auto;
}
.woocommerce-MyAccount-content form h3{
	float: left;
	width: 100%;
	font-size: 18px;
	text-transform: uppercase;
	line-height: normal;
	font-weight: bold;
}
.woocommerce-MyAccount-content > p{
	margin: 15px 0;
}
.woocommerce-MyAccount-content p a,
.woocommerce-MyAccount-content p strong {
    font-weight: bold;
    text-transform: uppercase;
}
.woocommerce-MyAccount-content p a:hover{
	color: #000 !important;
}
.woocommerce-account .addresses .title h3 {
    font-size: 18px;
    line-height: normal;
    text-transform: uppercase;
}
.woocommerce-MyAccount-content .woocommerce form .form-row label {
    line-height: normal;
    margin: 0;
}
.cart-empty{
	float: left;
	font-weight: bold;
	width: 100%;
	font-size: 16px;
	text-transform: capitalize;
}
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button{
	background-color: transparent;
	border:1px solid !important;
}
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover{
	color: #fff !important;
}
.woocommerce form.login p.form-row input{
	width: auto;
	height: auto;
	float:left;
}
.woocommerce form.login p.woocommerce-FormRow--wide.form-row input{
	width: 100%;
	height: 40px;
}
.woocommerce form .form-row label.inline {
    margin:6px 0 0 15px;
    position: relative;
    top: 0px;
    float:left;
}
.woocommerce form.login p.lost_password {
    float: right;
    position: relative;
    top: -45px;
    width: auto;
}
.woocommerce form.login p.lost_password a{
	float: left;
	width: 100%;
	font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    color: #333;
    padding-top: 11px;
    line-height: 14px;
}
.price del,
.price ins{
	font-weight: bold;
	font-size: 20px;
	display: inline-block !important;
	width: auto;
	margin: 0 7px;
}
.price del{
	font-size: 16px;
}
.woocommerce div.product .woocommerce-tabs .panel {
    float: left;
    padding: 20px 20px 15px !important;
    width: 100%;
    border:1px solid #eee;
}
.comment-notes{
	float: left;
	width: 100%;
}
.comment-notes span{
	float: left;
	width: 100%;
}
#review_form  .wp-social-login-provider-list{
	padding: 0 !important;
}
#review_form .wp-social-login-widget{
	padding: 0;
}
.comment-notes span {
    display: inline-block;
    float: none;
    width: auto;
    margin-right: 5px;
}
.woocommerce #review_form #respond p{
	float: left;
	width: 100%;
	padding: 0;
}
.comment-form-email,
.comment-form-author{
	width: 48% !important;
}
.comment-form-email{
	float: right !important;
}
.woocommerce #review_form #respond .selectric p{
	margin:0 !important;
	padding: 0 15px;
}
.woocommerce .coupon {
    float: left;
    text-align: left;
    width: auto;
}
.woocommerce .coupon p > label {
    float: left;
    font-weight: bold;
    line-height: normal;
    margin:0 15px 0 0;
    text-transform: uppercase;
    width: auto;
    padding: 16px 0;
}
.woocommerce-cart table.cart td.actions .coupon .input-text{
	width: auto !important;
	margin-right: 15px !important;
	height: 44px;
}
.woocommerce .cart .button, .woocommerce .coupon input.button{
	float: left;
}
.woocommerce .cart .button, .woocommerce .cart input.button{
	float: right;
	margin:0 0 0;
	width: auto;
}
.entry-summary .price {
    float: left;
    width: 100%;
}
.woocommerce div.product form.cart .button:hover,
.woocommerce .cart input.button:hover{
	background-color: #000 !important;
	color: #fff;
}
.woocommerce td.actions > p{
	float: left;
	width: auto;
	margin: 35px 28px 0;
}
.woocommerce-Reviews .comment-form-comment textarea{
	min-height: 200px;
}
.woocommerce-Reviews-title,
.woocommerce-Reviews .comment-reply-title {
    float: left;
    font-weight: bold;
    line-height: normal;
    text-transform: uppercase;
    width: 100%;
    font-size: 22px;
}
.woocommerce #reviews #comments h2{
	margin-bottom:30px !important;
}
.woocommerce-Reviews #reply-title a {
    color: #fff;
    float: right;
    font-size: 12px;
    font-weight: bold;
    line-height: normal;
    padding: 3px 10px;
}
.woocommerce-Reviews #reply-title a:hover{
	background-color: #000;
	color: #fff;
}
.woocommerce-tabs{
	padding: 10px 0 0;
}
.woocommerce span.onsale,
.woocommerce ul.products li.product span.onsale{
    display: block;
    height: 40px;
    left: 15px !important;
    line-height: 50px !important;
    padding: 0;
    top: 15px !important;
    width: 40px;
    z-index: 10;
}
.woocommerce div.product form.cart .button{
	height: 44px;
	margin:0;
	padding: 14px 20px;
}
.woocommerce div.product form.cart .button:hover{
	color: #fff !important;
}
.woocommerce div.product form.cart div.quantity{
	margin-right: 20px;
}
.woocommerce-content-item .related{
	float:left;
	width:100%;
}
.woocommerce-ordering{
	float:right;
	width:25%;
	margin:0px 0px 30px 0px;
}
.woocommerce-ordering .selectric .button{
	padding-top: 12px;
}
.woocommerce-result-count {
    float: left;
    font-size: 14px;
    font-weight: bold;
    line-height: normal;
    margin: 0 0 30px;
    padding: 17px 0;
    text-transform: uppercase;
    width: auto;
}
.woocommerce-content{
	float:left;
	width:100%;
}
ul.products,
.woocommerce-content ul.products{
	list-style:none;
	margin:0px 0px 30px -1.6%;
	padding:0px;
}
.products li,
.woocommerce-content ul.products li{
	display:inline-block;
	width:23%;
	margin:0px 0px 2% 1.7%;
	vertical-align:top;
	padding:10px 10px 30px 10px;
	border:solid 1px rgba(0,0,0,0.2);
	background-color:#fff;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	text-align:center;
	position:relative;
	overflow:hidden;
	text-align:center;
}
.woocommerce ul.products li.product a,
.woocommerce-loop-product__title{
	text-align:center !important;
}
.select2-results__options{
	float:left;
	width:100%;
}
.woocommerce ul.products li img{
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}
.woocommerce ul.products li:hover img{
	opacity:0.5;
}
.woocommerce-content ul.products li:hover{
	box-shadow:0px 0px 10px 0px rgba(0,0,0,0.2);
	-moz-box-shadow:0px 0px 10px 0px rgba(0,0,0,0.2);
	-webkit-box-shadow:0px 0px 10px 0px rgba(0,0,0,0.2);

}
.woocommerce ul.products li.product .price{
	float:left;
	width:100%;
}
.woocommerce .products .star-rating,
.woocommerce-content ul.products .star-rating{
	margin:0 auto 15px !important;
	width:5.4em;
}
.woocommerce ul.products li.product .price{
	float:left;
	width:100%;
	margin: 0 0 10px !important;
}
.woocommerce ul.products li.product .price span{
	display:inline-block;
	width:auto;
	float:none;
}
.woocommerce-content ul.products li .added_to_cart{
    color: #fff;
    display: inline-block;
    font-size: 12px;
    padding: 39px 40px 10px;
    position: absolute;
    right: -50px;
    text-transform: uppercase;
    top: -9px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    white-space: nowrap;
}
.woocommerce ul.products li.product h3{
	padding: 0;
	font-size: 18px;
	line-height: normal;
	text-transform:uppercase;
}
.woocommerce ul.products li .button:hover {
	color:#fff !important;
}
.woocommerce .star-rating span::before{
	color:#ffc000
}
.woocommerce div.product{
	float: left;
	width: 100%;
}
.woocommerce div.product div.images{
	float:left;
	width:35%;
	padding: 10px;
	border:1px solid #eee;
	margin:0px 0px 20px 0px;
}
.woocommerce div.product div.images div.thumbnails{
	margin:20px -5px 0px -5px;
}
.woocommerce div.product div.images div.thumbnails a.zoom{
	float:left;
	width:33.333%;
	padding:0px 5px 0px 5px;
}
.woocommerce div.product div.summary {
    float: left;
    margin-bottom: 20px;
    width: 65%;
	padding: 0px 0px 0px 30px;
}
.woocommerce-tabs{
	float:left;
	width:100%;
}
.woocommerce-cart table.cart img{
	height: auto;
}
.woocommerce-product-gallery__image{
	float: left;
	width: 100%;
	text-align: center;
}
.woocommerce-Reviews .commentlist{
	float:left;
	width:100%;
	padding:0;
}
.woocommerce #reviews #comments ol.commentlist li{
	list-style:none;
}
.woocommerce .woocommerce-Reviews .comment-form{
	margin:0;
	width:100%;
	float:left;
}
.cart-collaterals{
	float:left;
	width:100%;
}
.woocommerce-checkout #payment ul.payment_methods li.payment_method_paypal input{
	margin:7px 8px!important;
}
.woocommerce-checkout #payment .payment_method_paypal .about_paypal{
	line-height:30px !important;
}
.product-price .amount{
	float:none;
	display:inline-block;
}
.edit,
.product_meta a,
.flex-direction-nav a,
.kd-accordion .accordion,
.kd-accordion .accordion span,
.flex-direction-nav a:before,
.bx-wrapper .bx-controls-direction a,
.bx-wrapper .bx-controls-direction a:before,
.woocommerce input[type="tel"],
.woocommerce input[type="email"],
.woocommerce input[type="text"],
.woocommerce-MyAccount-content p a,
.product-thumbnail a,
.woocommerce a.remove{
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}