/*
Theme Name: Chefscuisine
Theme URI: https://ongoingthemes.com/chefscuisine/
Author: Ongoing Themes
Author URI: http://ongoingthemes.com
Description: Chefscuisine
Version: 1.0.0
Tags: two-columns, right-sidebar, featured-images, translation-ready
License: GNU General Public License
License URI: http://www.gnu.org/licenses/gpl.html
Text Domain: chefscuisine
*/

/*
	========================================
	TABLE OF CONTENT
	========================================
	
	[1. Global Style]
	[2. Topbar]
	[3. Navbar]
	[4. Header]
	[5. Service]
	[6. Content]
	[7. Sidebars]
	[8. Testimonial]
    [9. Location]
    [10. Recipe Detail]
    [11. Restaurant Detail]
    [12. CMB2]
	[13. Footer]
	[14. Copyright]
    [15. Utils]
    [16. Contact]
    [17. 404]
    [18. WP styles]
    [19. Stats]


*/

/* 
	==================
	[1. Global Style]
	==================
*/

body {
    margin: 0;
    padding: 0;
    background: #fff;
    overflow-x: hidden;
    scrollbar-face-color: #333;
    font-family: 'ABeeZee', Helvetica, Arial, sans-serif;
    font-size: 16px;
}

::-moz-selection { 
	color: #fff; 
	text-shadow: none; 
	background: #9C27B0; 
}

::-webkit-selection { 
	color: #fff; 
	text-shadow: none; 
	background: #9C27B0; 
}

::selection { 
	color: #fff; 
	text-shadow: none; 
	background: #9C27B0; 
}


h1,h2,h3,h4,h5,h6{
	font-weight: 600;
}

a{
	color: #ff0018;
	text-decoration: none;
}

a:hover{
	color: #6f9a37;
	text-decoration: none;
}

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

p {
    font-size: 15px;
    color: #727272;
    line-height: 24px;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
	color: #333;
    background: #f3f3f3 !important;
    box-shadow: 0 0 0 !important;
    font-size: 16px !important;
    min-height: 50px;
    width: 100%;
    border: solid 1px #e8e8e8;
}

select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
	color: #82b440;
	border-color: #bbb;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
		  	box-shadow: none;
}

.btn,
.form-control{
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
		 -o-border-radius: 2px;
			border-radius: 2px;
}

.form-control:focus{
	color: #82b440;
	border-color: #bbb;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
		  	box-shadow: none;
}

.clear-marg{
	margin: 0 !important;
}

.btn-success{
	background-color: #ff0018;
	border-color: #ff0018;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.dropdown-toggle{
	background-color: #6f9a37;
	border-color: #6f9a37;
}

label {
    font-weight: normal;
}

.p-0 { padding:0; }



@keyframes hover-color {
from {
    border-color: #c0c0c0;
}

to {
    border-color: #3e97eb;
}
}

input[type=radio],
input[type="checkbox"] {
    position: absolute;
    display: none;
}

input[type=radio][disabled],
input[type="checkbox"][disabled] {
    cursor: not-allowed;
}

input[type=radio] + label,
input[type="checkbox"] + label {
    position: relative;
    display: block;
    padding-left: 30px;
    cursor: pointer;
    vertical-align: middle;
}

input[type=radio] + label:hover:before,
input[type="checkbox"] + label:hover:before {
    animation-duration: 0.4s;
    animation-fill-mode: both;
    animation-name: hover-color;
}

input[type=radio] + label:before,
input[type="checkbox"] + label:before {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 20px;
    height: 20px;
    content: '';
    border: 1px solid #c0c0c0;
}

input[type=radio] + label:after,
input[type="checkbox"] + label:after {
    position: absolute;
    display: none;
    content: '';
}

input[type=radio][disabled] + label,
input[type="checkbox"][disabled] + label {
    cursor: not-allowed;
    color: #e4e4e4;
}

input[type=radio][disabled] + label:hover, input[type=radio][disabled] + label:before, input[type=radio][disabled] + label:after,
input[type="checkbox"][disabled] + label:hover,
input[type="checkbox"][disabled] + label:before,
input[type="checkbox"][disabled] + label:after {
    cursor: not-allowed;
}

input[type=radio][disabled] + label:hover:before,
input[type="checkbox"][disabled] + label:hover:before {
    border: 1px solid #e4e4e4;
    animation-name: none;
}

input[type=radio][disabled] + label:before,
input[type="checkbox"][disabled] + label:before {
    border-color: #e4e4e4;
}

input[type=radio]:checked + label:before,
input[type="checkbox"]:checked + label:before {
    animation-name: none;
}

input[type=radio]:checked + label:after,
input[type="checkbox"]:checked + label:after {
    display: block;
}

input[type=radio] + label:before {
    border-radius: 50%;
}

input[type=radio] + label:after {
    top: 6px;
    left: 6px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #3e97eb;
}

input[type=radio]:checked + label:before {
    border: 1px solid #3e97eb;
}

input[type=radio]:checked[disabled] + label:before {
    border: 1px solid #c9e2f9;
}

input[type=radio]:checked[disabled] + label:after {
    background: #c9e2f9;
}

input[type="checkbox"] + label:before {
    border-radius: 3px;
}

input[type="checkbox"] + label:after {
    top: 2px;
    left: 7px;
    box-sizing: border-box;
    width: 6px;
    height: 12px;
    transform: rotate(45deg);
    border-width: 2px;
    border-style: solid;
    border-color: #fff;
    border-top: 0;
    border-left: 0;
}

input[type="checkbox"]:checked + label:before {
    border: #ff0018;
    background: #ff0018;
}

input[type="checkbox"]:checked[disabled] + label:before {
    border: #c9e2f9;
    background: #c9e2f9;
}


/* 
	==================
	[2. Topbar]
	==================
*/
.topbar{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	width: 100%;
	background: #ff0018;
}

.topbar .container{
	position: relative;
}

.topbar-right{
	float: right;
}

.topbar-left{
	float: left;
}

.topbar-nav{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.topbar-nav > li{
	float: left;
}

.topbar-nav > li > a{
	display: block;
	padding: 7px 5px;
    color: #fff;
    font-size: 14px;
	background-color: transparent;
}

.topbar-nav > li > a:hover{
	background: #1b1d2a;
}

.topbar-nav > .active > a,
.topbar-nav > .active > a:hover,
.topbar-nav > .active > a:focus{
	background: #242636;
}

.topbar-nav > .disabled > a,
.topbar-nav > .disabled > a:hover,
.topbar-nav > .disabled > a:focus{
	color: #fff;
}

.topbar-nav.social-links  > li > a > i, .topbar-nav > .disabled > a > i {
    width: 25px;
    height: 25px;
    border: 1px solid rgba(255,255,255,.4);
    border-radius: 50%;
    text-align: center;
    line-height: 25px;
    margin-right: 5px;
    font-size: 12px;
}

/* 
	==================
	[3. Navbar]
	==================
*/

.navbar {
    min-height: 80px;
    padding: 1.3rem 0;
}
.navbar-default{
	background-color: #fff;
	border-color: #f26522;
}

.navbar-default.navbar-fixed-top{
	top: 40px;
}

.navbar-default .navbar-brand img{
	max-height: 60px;
	width: auto;
	display: block;
}

.navbar-right .dropdown-menu {
    right: auto;
    left: 0;
    border-radius: 0;
}

.navbar-right ul li a:after {
    font-family: 'FontAwesome';
    content: '\f105';
    position: absolute;
    right: 15px;
}

.navbar-right ul li a:only-child:after {
    content: '';
    padding: 0;
}

.navbar-default .navbar-brand{
	position: relative;
	color: #ff0018;
	font-size: 26px;
	display: block;
	padding: 0 40px 10px 15px;
	-webkit-transition: all 0.2s ease-in-out;
	   -moz-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		 -o-transition: all 0.2s ease-in-out;
			transition: all 0.2s ease-in-out;
}

.navbar-default .navbar-brand span{
	display: block;
	padding-top: 20px;
	padding-bottom: 20px;
	font-weight: 400;
}

.navbar-default .navbar-brand:hover{
	color: #fff;
	-webkit-transition: all 0.2s ease-in-out;
	   -moz-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		 -o-transition: all 0.2s ease-in-out;
			transition: all 0.2s ease-in-out;
}

.navbar-default .navbar-brand:hover > span{
	color: #fff;
	-webkit-transition: all 0.2s ease-in-out;
	   -moz-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		 -o-transition: all 0.2s ease-in-out;
			transition: all 0.2s ease-in-out;
}

.navbar-default .navbar-nav > li > a{
	font-size: 16px;
    color: #444;
	text-shadow: none;
	padding-top: 30px;
	padding-right: 15px;
	padding-bottom: 30px;
	padding-left: 15px;
	-webkit-transition: all 0.2s ease-in-out;
	   -moz-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		 -o-transition: all 0.2s ease-in-out;
			transition: all 0.2s ease-in-out;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	color: #fff;
	background-color: #0f101a;
	-webkit-transition: all 0.2s ease-in-out;
	   -moz-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		 -o-transition: all 0.2s ease-in-out;
			transition: all 0.2s ease-in-out;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover{
	position: relative;
	color: #fff;
	background-color: #ff0018;
}

.navbar-default .navbar-text {
    color: #fff;
    padding-top: 3px;
}

.navbar.navbar-default .navbar-nav li.dropdown.open > a,
.navbar.navbar-default .navbar-nav li.dropdown.open > a:hover{
	color: #fff;
	background-color: #ff0018;
    border: none;
}

.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
    border: none;
}

.dropdown-menu {
    background-clip: padding-box;
    border-radius: .25rem;
    border: 1px solid #ff0018;
	padding-top: 0;
	padding-bottom: 0;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
		 -o-border-radius: 3px;
			border-radius: 3px;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.12);
	   -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.12);
		 -o-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.12);
			box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.12);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: .3s;

}

.dropdown-menu > li > a{
    background: rgba(194, 37, 37, 0.15);
    font-size: 15px;
    font-weight: 500;
    border: 0;
	padding-top: 12px;
	padding-bottom: 12px;
	-webkit-transition: all 0.2s ease-in-out;
	   -moz-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		 -o-transition: all 0.2s ease-in-out;
			transition: all 0.2s ease-in-out;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus{
    color: #ff0018;
	background-color: transparent;
	-webkit-transition: all 0.2s ease-in-out;
	   -moz-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		 -o-transition: all 0.2s ease-in-out;
			transition: all 0.2s ease-in-out;
}

.signin{
	padding: 12px 18px !important;
	margin-top: 19px;
	border-radius: 24px;
	-webkit-border-radius: 24px;
	   -moz-border-radius: 24px;
		-ms-border-radius: 24px;
		 -o-border-radius: 24px;
			border-radius: 24px;
    background-color: #ff0018;
    color: #fff !important;
    margin-left: 15px;
}

.signup, .signout, .submit-recipe{
	padding: 12px 12px 9px !important;
	margin-top: 19px;
    border: 1px dashed #999;
	margin-left: 15px;

	-webkit-border-radius: 24px;
	   -moz-border-radius: 24px;
		-ms-border-radius: 24px;
		 -o-border-radius: 24px;
			border-radius: 24px;
}

.signout{
    border-color: #ff0018;
    background-color: #ff0018;
    color: #fff !important;
}
.sticky-wrapper .signout {
    border-color: #ff0018 !important;
}

.signout:hover,
.signout:focus,
.signout:active{
	background-color: #f26522 !important;
    color: #fff !important;
}

.signup:hover,
.signup:focus,
.signup:active{
	background-color: #6f9a37 !important;
}

#modal-signin .modal-header h4,
#modal-signup .modal-header h4{
	text-align: center;
	color: #82b440;
}

#modal-signin .modal-footer,
#modal-signup .modal-footer{
	margin-top: 0;
	background-color: #f4f4f4;
	text-align: left !important;
}

#modal-signin .modal-footer p,
#modal-signup .modal-footer p{
	margin-bottom: 15px;
}

/* mega menu */


#mega-menu-wrap-primary {
    clear: none;
    background: none;
}

#mega-menu-wrap-primary #mega-menu-primary {
    text-align: right;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    font-family: "ABeeZee", sans-serif;
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    line-height: inherit;
    height: auto;
    border-radius: 4px;
    font-weight: 400;
    color: #444;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link {
    background: rgba(0, 0, 0, 0.4);
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    color: #bababa;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 20px;
    background-color: transparent;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover {
    font-weight: 400;
    text-decoration: none;
    color: #fff;
    background-color: #333;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover{
    background: #262626;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    border-bottom: 3px solid #379cf4;
    padding: 5px 0;
    font-size: 16px;
    font-weight: 400;
    font-family: "ABeeZee", sans-serif;
    letter-spacing: 0.5px;
    text-transform: initial;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link {
    border-bottom: 1px solid rgba(103, 103, 103, 0.33);
    padding-top: 8px;
    padding-bottom: 8px;
    color: #fff;
    color: #bababa;
    font-family: "ABeeZee", sans-serif;
    letter-spacing: 0.5px;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover {
    color: #fff;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    color: #fff;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu {
    background: #262626;
    font-family: ABeeZee;
    font-weight: 400;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link {
    background: rgb(255, 0, 24);
}
.sticky-wrapper.is-sticky #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    color: #fff;
}


#mega-menu-wrap-primary .mega-menu-toggle {
    background: #fff;
    color: #666;
}



/* 
	==================
	[4. Header]
	==================
*/
#header {
    width: 100%;
    height: auto;
    color: #fff;
    position: relative;
}

#header.carousel-fade .carousel-inner .item {
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition-recipe: opacity;
	   -moz-transition-recipe: opacity;
	    -ms-transition-recipe: opacity;
		 -o-transition-recipe: opacity;
			transition-recipe: opacity;
}

#header.carousel-fade .carousel-inner .item:after {
    background-color: rgba(37, 37, 37, 0.60);
    bottom: 0px;
    content: '';
    left: 0px;
    position: absolute;
    right: 0px;
    top: 0px;
}

#header.carousel-fade .carousel-inner .active {
	opacity: 1;
	filter: alpha(opacity=100);
}

#header.carousel-fade .carousel-inner .active.left,
#header.carousel-fade .carousel-inner .active.right {
	left: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	z-index: 1;
}

#header.carousel-fade .carousel-inner .next.left,
#header.carousel-fade .carousel-inner .prev.right {
	opacity: 1;
	filter: alpha(opacity=100);
}

#header.carousel-fade .carousel-control {
	z-index: 2;
}

#header .carousel-inner .item{
	min-height: 600px;
	height: auto;
	-webkit-background-size: cover !important;
	   -moz-background-size: cover !important;
		-ms-background-size: cover !important;
		 -o-background-size: cover !important;
			background-size: cover !important;
	background-attachment: fixed;
	background-position: center 0;
	background-repeat: no-repeat;
}

#header .carousel-inner .item .carousel-caption{
	background-color: rgba(0, 0, 0, 0.48);
	right: 25%;
	left: 25%;
	color: #fff;
	text-shadow: none;
	text-align: center;
	padding: 25px;
    bottom: 160px;
}

#header .carousel-inner .item .carousel-caption h3{
    margin-top: 0;
    line-height: 60px;
    font-weight: 400;
    font-size: 50px;
    letter-spacing: -1px;
    color: #fff;
    text-shadow: 1px 1px 0 rgba(0,0,0,0.25), 0 1px 15px rgba(0,0,0,0.5);
}

#header .carousel-inner .item .carousel-caption p {
    font-size: 20px;
    color: #eee;
}

#header .carousel-inner .item .carousel-caption .list-features{
	display: block;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 0;
}

#header .carousel-inner .item .carousel-caption .list-features li{
	display: inline-block;
	padding: 5px 10px;
	margin-bottom: 4px;
	background-color: #222;
	border-radius: 4px;
	border: 1px solid #ccc;
    font-size: 13px;
}

#header .carousel-inner .item .carousel-caption .carousel-btn{
	display: block;
	padding: 15px 0 10px;
	border-top: 1px solid rgba(0, 0, 0, 0.15);
}

#header .carousel-control > .glyphicon,
#header .carousel-control > .fa{
	font-size: 16px;
	line-height: 50px;
}

#header .carousel-control.left,
#header .carousel-control.right{
	position: absolute;
	background-image: none;
	width: 50px;
	height: 50px;
	margin-top: 20%;
	background-color: rgba(0, 0, 0, 0.3) !important;
	color: #82b440;
	text-shadow: none;
	-webkit-border-radius: 55px;
	   -moz-border-radius: 55px;
		-ms-border-radius: 55px;
		 -o-border-radius: 55px;
			border-radius: 55px;
	opacity: 0;
	filter: alpha(opacity=0);
}

#header .carousel-control.left:hover,
#header .carousel-control.right:hover{
	background-color: rgba(0, 0, 0, 0.6) !important;
	color: #7aa93c;
	text-shadow: none;
}

#header .carousel-control.left{
	left: 30px;
	-webkit-transition: all 0.2s ease-in-out;
	   -moz-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		 -o-transition: all 0.2s ease-in-out;
			transition: all 0.2s ease-in-out;
}

#header .carousel-control.right{
	right: 30px;
	-webkit-transition: all 0.2s ease-in-out;
	   -moz-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		 -o-transition: all 0.2s ease-in-out;
			transition: all 0.2s ease-in-out;
}

#header:hover > .carousel-control.left,
#header:hover > .carousel-control.right{
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition: all 0.2s ease-in-out;
	   -moz-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		 -o-transition: all 0.2s ease-in-out;
			transition: all 0.2s ease-in-out;
}

.site-title {
    padding: 20px 0;
    font-weight: 400;
}

.quick-search{
	padding: 25px 40px;
	background: rgba(255,255,255,.7);
}

.main-search{
	width: 100%;
}

.main-search label {
    font-weight: 500;
    font-size: 17px;
}

.home-form-1 {
    padding: 25px 45px 30px 45px;
    overflow: hidden;
    position: relative;
    z-index: 100;
    box-shadow: 0 6px 11px 0 rgba(0, 0, 0, 0.15);
    background-color: #fff;
    border-radius: 10px;
    width: 1140px;
    margin: 0 auto;
    margin-top: -120px;
}


select{
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
	background-image: url(../img/down.png) !important;
	background-repeat: no-repeat !important;
	background-position: right 12px center !important;
    text-indent: 0.01px;
    text-overflow: "";
    padding: 6px 12px;

}
select::-ms-expand{
    display: none;
}

.form-control {
    border: solid 1px #e8e8e8;
}

.main-search .form-control {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 5px;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  outline: none;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
  width: auto; 

}


.main-search .form-control {
    width: 100%;
    background: transparent;
    border-radius: 0;
    display: block;
    font-size: 16px;
    color: #656565;
}
.main-search .field {
    margin-bottom: 15px;
}

.input-group-addon {
    border: solid 1px #e8e8e8;
}
.input-group-addon i { 
    color: #f26522;
}

.main-search .form-group {
    margin: 0 !important;
}

.main-search input[type="submit"].btn-block, .main-search button.btn-block, .button-primary {
    background: #ff0018;
    color: #fff;
    text-transform: none;
    border: none;
    height: 50px;
    font-size: 18px;
}

#header.heading{
	position: relative;
	min-height: 200px;
	padding-top: 40px;
	padding-bottom: 40px;
    background-position: 50% 50%;
	-webkit-background-size: cover !important;
	   -moz-background-size: cover !important;
		-ms-background-size: cover !important;
		 -o-background-size: cover !important;
			background-size: cover !important;
}

#header.heading > *{
	position: relative;
	z-index: 2;
}

#header.heading::after{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
}

#header.heading .page-title{
	position: relative;
	z-index: 2;
	display: block;
	margin-bottom: 20px;
	text-align: center;
	color: #ddd;
	font-size: 14px;
	line-height: 24px;
}

#header.heading .page-title h2{
	margin-bottom: 15px;
	font-size: 43px;
	line-height: 36px;
	color: #fff;
	text-align: center;
	font-weight: 500;
    font-family: 'Rancho', cursive;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
}

#header.heading .page-title h2 span{
	font-weight: 400;
}

#header.heading .breadcrumb{
	position: relative;
	z-index: 2;
	display: table;
	margin-left: auto;
	margin-right: auto;
	background-color: transparent;
    margin-bottom: 0;
    color: #dedede;
    font-size: 15px;
    background-color: rgba(0, 0, 0, 0.4);
}

#header.heading .breadcrumb > .active{
	color: #dedede;
}

#header.heading .quick-search{
	margin-top: 20px;
	margin-bottom: 20px;
}
#header.heading .breadcrumb a {
    color: #cecece;
}

.breadcrumb > li {
    color: #dedede;
}

.notify {
    display: inline-block;
    margin: 0px auto;
    position: fixed;
    transition: all 0.5s ease-in-out;
    z-index: 1031;
    top: 20px;
    right: 20px;
}

/* 
	==================
	[5. Service]
	==================
*/
#service {
    width: 100%;
    padding: 60px 0;
    background: #fff3f4;
    background-position: bottom !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

#service h2{
    display: block;
    margin-bottom: 60px;
    font-size: 34px;
    line-height: 40px;
    text-align: center;
}

#service h2 small{
	display: block;
	text-align: center;
	font-size: 14px;
}

.service-container{
	display: block;
	margin-bottom: 20px;
}

.service-container:hover > .service-icon span{
	-webkit-box-shadow: 0 0 0 5px #efe5e1;
	   -moz-box-shadow: 0 0 0 5px #efe5e1;
		-ms-box-shadow: 0 0 0 5px #efe5e1;
		 -o-box-shadow: 0 0 0 5px #efe5e1;
			box-shadow: 0 0 0 5px #efe5e1;
}

.service-icon{
	display: table-cell;
    vertical-align: middle;
}

.service-icon span{
	position: relative;
	display: block;
	width: 100px;
	height: 100px;
	margin-left: auto;
	margin-right: auto;
	
	border: 8px solid rgba(251, 0, 24, 0.15);
	-webkit-border-radius: 10%;
	   -moz-border-radius: 10%;
		-ms-border-radius: 10%;
		 -o-border-radius: 10%;
			border-radius: 10%;
}

.service-icon span > i{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 45px;
	height: 45px;
	margin-left: -22px;
	margin-top: -22px;
	font-size: 45px;
	color: #ff0018;
	text-align: center;
	vertical-align: middle;
}

.service-content{
    display: table-cell;
    vertical-align: top;
    padding-left: 30px;
}

.service-content h3{
	font-size: 18px;
	line-height: 20px;
    margin: 0;
	margin-bottom: 10px;
	font-weight: 400;
    color: #656565;
}


/* Service Style 2 */
#service .single-service .icon {
    position: relative;
    z-index: 9;
    margin-bottom: 5px;
}

#service .single-service .icon:before {
    content: url(../img/shape11.png);
    position: absolute;
    bottom: -4px;
    z-index: -1;
}

#service .single-service .icon i {
    font-size: 48px;
    color: rgb(74, 204, 109);
}

#service .single-service h5 {
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 500;
}

#service .single-service h5 a {
    color: #666;
}

#service.style-two .single-service h5 {
    position: relative;
    padding-left: 32px;
}

#service.style-two .single-service h5:before {
    content: '';
    width: 20px;
    height: 2px;
    position: absolute;
    top: 10px;
    left: 0;
    background: #000;
}


/* service 3 */

.service-box-three {
    background-color: #fff;
    -webkit-box-shadow: 0 0 40px rgba(14,16,48,0.05);
    -moz-box-shadow: 0 0 40px rgba(14,16,48,0.05);
    box-shadow: 0 0 40px rgba(14,16,48,0.05);
    padding: 50px 40px 42px 40px;
    border: 1px solid rgba(220, 220, 220, 0.2);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.service-box-three .icon {
    font-size: 45px;
    position: relative;
    padding: 15px 20px;
    width: 65px;
    height: 65px;
    line-height: 65px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #f68a03;
    background-color: rgba(246,138,3,0.2);
    text-align: center;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}

.service-box-three .title {
    font-weight: 600;
    text-transform: capitalize;
    font-size: 20px;
    margin-top: 25px;
    margin-bottom: 23px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.service-box-three .text {
    line-height: 25px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}

.service-box-three .number {
    position: absolute;
    top: -70px;
    right: -60px;
    font-size: 20px;
    font-weight: 500;
    display: inline-block;
    width: 120px;
    height: 120px;
    line-height: 160px;
    background-color: #ff7d5f;
    border: 8px solid #ffaf9c;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    padding: 0 25px;
    color: #fff;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.service-box-three:hover {
    -webkit-transform: translateY(-4px);
    -moz-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    -o-transform: translateY(-4px);
    transform: translateY(-4px);
    border-color: #fff;
    background-color: #ff0018;
}

.service-box-three:hover .title, .service-box-three:hover .text {
    color: #fff
}

.service-box-three:hover .icon, .service-box-three:hover .number {
    color: #ff0303;
    background-color: #fff
}


/* services 3*/

.services{
  position: relative;
  display: block;
  background: #fff;
  padding: 113px 0px 0px 0px;
}

.services .sec-title{
  position: relative;
  display: block;
  margin-bottom: 69px;
}

.services .sec-title h1{
  margin-bottom: 33px;
}

.services .single-item {
  text-align: center;
  margin-bottom: 30px;
}

.services .single-item .icon-box{
  position: relative;
  display: inline-block;
}

.services .single-item .icon-box .number{
  position: absolute;
  top: 5px;
  right: -14px;
  width: 60px;
  height: 60px;
  line-height: 44px;
  text-align: center;
  border: 8px solid #fff;
  background: #ff0018;
  border-radius: 50%;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  z-index: 2;
  transition: all 900ms ease;
}

.services .single-item:hover .icon-box .number{
  background: #000;
}

.services .single-item .icon-box .icon{
  position: relative;
  display: inline-block;
  width: 170px;
  height: 170px;
  line-height: 170px;
  background: #ffe8ea;
  text-align: center;
  border-radius: 50%;
  z-index: 1;
  transition: all 500ms ease;
}

.services .single-item .icon-box .icon img{
  width: 90px;
  height: 90px;
  position: relative;
  transition: all 900ms ease 200ms;
  transform: perspective(1200px) rotateY(0deg) translateZ(0px);
}

.services .single-item:hover .icon-box .icon img{
  transform: perspective(1200px) rotateY(360deg) translateZ(0px);
}

.services .single-item .icon-box .icon:before{
  position: absolute;
  content: '';
  background: #ff0018;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  left: 0px;
  top: 0px;
  transform: scale(0,0);
  z-index: -1;
  transition: all 500ms ease;
}

.services .single-item:hover .icon-box .icon:before{
  transform: scale(1,1);
}

.services .single-item h3{
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
  color: #444;
  margin-bottom: 14px;
}

.services .single-item h3 a{
  position: relative;
  display: inline-block;
  color: #7d5a5d;
}

.services .single-item h3 a:hover{
  color: #ff0018;
}

.services .column{
  position: relative;
}

.services .column:before{
  position: absolute;
  content: '';
  background: url(../img/icon-1.png);
  width: 92px;
  height: 30px;
  top: 70px;
  right: -40px;
  background-repeat: no-repeat;
}

.services .column:last-child:before{
  display: none;
}

.services .inner-box{
  position: relative;
  display: block;
}


/* 
	==================
	[6. Content]
	==================
*/
#content, .recipe-list, .chefs_content, .restaurants_content {
	position: relative;
	width: 100%;
	padding: 60px 0;
}


.heading-title{
	display: block;
	text-align: center;
	margin-bottom: 40px;
}

.heading-title h2{
	position: relative;
	display: inline;
	padding: 12px 20px;
	font-size: 28px;
	line-height: 32px;
	font-weight: 600;
}

.heading-title small {
    display: block;
}

.heading-title.heading-title-sm h2{
	padding: 10px 14px;
	font-size: 18px;
	line-height: 24px;
}

.heading-title.bg-white h2::before{
	background: #fff;
}

.heading-title.heading-title-alt{
	text-align: left;
	margin: 0 0 30px;
}

.heading-title.heading-title-alt h3{
	font-size: 26px;
	line-height: 30px;
}

.widget .widgettitle {
    position: relative;
    font-size: 34px;
    margin-bottom: 40px;
    display: block;
    text-align: center;
    margin-top: 0;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    color: #686868;
}
.widget .widgettitle:after {
	content: '';
	background: rgb(255, 192, 0);
	height: 3px;
	width: 100px;
	position: absolute;
	bottom: -10px;
	left: 50%;
	margin-left: -50px;
}

.widget .widgettitle small {
    display: block;
    font-size: 14px;
    font-family: 'ABeeZee', Helvetica, Arial, sans-serif;
    line-height: 30px;
}

.chef-container, .restaurant-container {
    margin-bottom: 30px;
    background: #fff;
    /*box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);*/
    padding: 20px;
    border: 1px solid #ddd;
}

.recipes-count {
    float: right;
}

.restaurant-attributes span i {
    color: #ff0018;
}

.restaurant-container .restaurant-content, .chef-container .chef-content{
    background: #fff;
    color: #484848;
}

.chef-content h3,
.chef-text h3,
.restaurant-content h3,
.restaurant-text h3
{
	display: block;
    margin-top: 0;
	font-size: 18px;
	line-height: 20px;
	font-weight: 400;
}


.chef-content h3 a,
.chef-text h3 a,
.restaurant-content h3 a,
.restaurant-text h3 a
{
    color: #444;
}


.chef-email, .chef-phone, .chef-web {
    font-size: 14px;
    line-height: 24px;
}

.chef-email i, .chef-phone i, .chef-web i {
    color: #aaa;
    width: 16px;
}

.chef-content h3 small,
.chef-text h3 small,
.restaurant-content h3 small,
.restaurant-text h3 small {
	display: block;
	margin-top: 10px;
	padding-top: 5px;
    border-top: 1px solid #e5e5e5;
    font-size: 16px;
    line-height: 1.75;
    color: #484848;
}

.chef-content h3 small,
.chef-text h3 small,
.restaurant-content h3 small,
.restaurant-text h3 small {
    font-size: 15px;
}

.chef-content p,
.chef-text p,
.restaurant-content p,
.restaurant-text p {
    font-size: 14px;
    color: #656565;
    line-height: 1.75;
}

.restaurant-text dl, .chef-text dl {
    font-size: 13px;
}

.restaurant-text dt, .chef-text dt {
    float: left;
    line-height: 28px;
    width: 100px;
    font-weight: 400;
    text-transform: uppercase;
}

.restaurant-text dd, .chef-text dd {
    display: table-cell;
    line-height: 28px;
}

.restaurant-text dt i, .chef-text dt i {
    color: #888;
}

.chef-content-list, .restaurant-content-list{
	display: table;
}

.chef-image-list, .restaurant-image-list{
	position: relative;
	width: 50%;
	display: table-cell;
	vertical-align: top;
}

.chef-image-list img, .restaurant-image-list img{
	max-width: 100%;
	width: 100%;
	height: auto;
}

.chef-image-list .chef-status, .restaurant-image-list .restaurant-status{
	position: absolute;
	left: 0;
}

.chef-image-list .chef-actions a, .restaurant-image-list .restaurant-actions a{
	background: #fbfbfb;
	color: #666;
    border-left: 1px solid #e5e5e5;
    font-size: 15px;
}

.chef-image-list .chef-actions a:first-child, .restaurant-image-list .restaurant-actions a:first-child {
    border: none;
}

.chef-image-list .chef-actions a:hover, .restaurant-image-list .restaurant-actions a:hover{
	background: #484848;
	color: #fff;
}

.chef-text,
.restaurant-text {
	position: relative;
	width: 50%;
	display: table-cell;
	padding-top: 20px;
	vertical-align: top;
    background: #fff;
}

.chef-content-list .chef-text,
.chef-content-list .restaurant-text {
    padding-left: 30px;
}

.chef-container.small .chef-text {
    padding-top: 0;
}

.chef-container.small .chef-text h3 {
    font-size: 16px;
}

.chef-actions, .restaurant-actions{
	position: relative;
	display: table;
	width: 100%;
	padding: 0;
}

.chef-actions a, .restaurant-actions a{
	display: table-cell;
	width: 25%;
	padding: 6px 12px;
	text-align: center;
	background: #fff;
	font-size: 17px;
	color: #484848;
	overflow: hidden;
    border-left: 1px solid #e5e5e5;
    text-decoration: none;
}

.label-primary {
    background-color: #ff0018;
}


.chef-actions a:hover, .restaurant-actions a:hover,
.chef-actions a:focus, .restaurant-actions a:focus{
	color: #ff0018;
	background: #f1f1f1;
	overflow: hidden;
	outline: none;
}

.sort{
	padding-bottom: 40px;
}

.sort .form-inline{
	float: right;
}

#sort-form .form-control {
    min-width: 100px;
}

/* pagination */
.pagination > li > a, 
.pagination > li > span {
	color: #82b440;
	background-color: #fff;
	border: 1px solid #ddd;
}

.pagination > .active > a, 
.pagination > .active > span, 
.pagination > .active > a:hover, 
.pagination > .active > span:hover, 
.pagination > .active > a:focus, 
.pagination > .active > span:focus {
	z-index: 2;
	color: #fff;
	cursor: default;
	background-color: #82b440;
	border-color: #82b440;
}

.blog-container{
	position: relative;
	width: auto;
    margin: 0 0 40px;
    background-color: #fff;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    padding: 25px 30px;
    border: 1px solid #ddd;
}

.blog-container .blog-meta {
    padding: 10px 0px;
    border-top: solid 1px #e3e3e3;
    border-bottom: solid 1px #e3e3e3;
    font-size: 16px;
    margin-top: 20px;
    font-weight: 500;
    letter-spacing: .5px;
}

.blog-container .blog-meta span {
    margin-right: 10px;
}

.blog-container .blog-meta span i {
    color: #ccc;
    width: 20px;
}
.btn-read-more {
    font-size: 15px;
}

.blog-image{
	position: relative;
	width: 100%;
	height: 320px;
	-webkit-background-size: cover !important;
	   -moz-background-size: cover !important;
		-ms-background-size: cover !important;
		 -o-background-size: cover !important;
			background-size: cover !important;
	background-position: center center;
}

.blog-image .blog-author{
	position: absolute;
	left: 20px;
	top: 20px;
	color: #fff;
	text-shadow: 1px 1px #999;
}

.blog-image .blog-author img{
	width: 60px;
	height: 60px;
	-webkit-border-radius: 100%;
	   -moz-border-radius: 100%;
		-ms-border-radius: 100%;
		 -o-border-radius: 100%;
			border-radius: 100%;
	margin-right: 10px;
}

.blog-image .blog-author a{
	color: #fff;
	text-shadow: 1px 1px #999;
}

.blog-image .blog-author a:hover{
	border-bottom: 1px dashed #fff;
}

.blog-content{
	position: relative;
    padding: 15px 0 0 0;
}

.blog-title{
	display: block;
}

.blog-title h2{
    font-size: 26px;
    color: #777;
    font-weight: 500;
    line-height: 30px;
    margin-top: 0;
    letter-spacing: -0.8px;
}

.blog-title h2 a {
    color: #ff0018;
}

.blog-title h3{
	font-size: 15px !important;
    line-height: 24px;
    padding: 10px !important;
    font-weight: 500 !important;
    border-left: 3px solid #ddd;
    background: #fdfdfd;
}

.blog-text{
	display: block;
	font-size: 16px;
	line-height: 32px;
}

.blog-meta{
	display: block;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 15%;
	padding-right: 15%;
	font-size: 13px;
}

.blog-features {
    display: block;
    overflow: hidden;
    padding-top: 22px;
    margin-top: 18px;
    border-top: 1px solid #eee;
}

.blog-features span {
    font-size: 15px;
    padding-left: 20px;
    color: #666;
}
.blog-features span:first-child {
    padding-left: 0;
}
.blog-features span:last-child {
    float: right;
}
.blog-features span i {
    width: 16px;
    color: #ccc;
}
.blog-paged::before,
.blog-paged::after,
.blog-comment::before,
.blog-comment::after,
.blog-comment-form::before,
.blog-comment-form::after{
	content: "";
	display: table;
	clear: both;
}

.blog-paged{
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 15%;
	padding-right: 15%; 
}

.blog-paged > .pager li > a:hover,
.blog-paged > .pager li > a:focus{
	background-color: #82b440;
	color: #fff;
	border-color: #6f9a37;
}

.blog-paged > .pager .disabled > a,
.blog-paged > .pager .disabled > a:hover,
.blog-paged > .pager .disabled > a:focus,
.blog-paged > .pager .disabled > span {
	color: #999;
	cursor: not-allowed;
	background-color: #fff;
	border-color: #ddd;
}

.blog-comment{

}

.blog-comment ul{
	list-style-type: none;
}

.blog-comment img{
	opacity: 1;
	filter: Alpha(opacity=100);
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	  	 -o-border-radius: 4px;
			border-radius: 4px;
}

.blog-comment img.avatar {
	position: relative;
	float: left;
	margin-left: 0;
	margin-top: 0;
	width: 65px;
	height: 65px;
}

.blog-comment .post-comments{
	border: 1px solid #ddd;
    margin-bottom: 20px;
    margin-left: 85px;
	margin-right: 0px;
    padding: 10px 20px;
    position: relative;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
       	 -o-border-radius: 4px;
    		border-radius: 4px;
	background: #fff;
	color: #6b6e80;
	position: relative;
}

.blog-comment .post-comments a {
    color: #999;
}

.blog-comment .meta {
	font-size: 13px;
	padding-bottom: 8px;
	margin-bottom: 10px !important;
	border-bottom: 1px solid #e6e6e6;
}

.blog-comment .meta strong {
	color: #222;
    font-weight: 400;
}

.blog-comment ul.comments ul{
	list-style-type: none;
}


.comment-respond {
    padding-bottom: 40px;
}

.blog-comment h3,
.blog-comment-form h3{
	font-size: 18px;
    color: #222;
	line-height: 30px;
	font-weight: 400;
}

.blog-comment h3{
    padding: 20px 0;
}

.contact{
	font-size: 14px;
	line-height: 26px;
}

#map,
#map-recipe{
	background-color: #1b1d2a;
	width: 100%;
	height: 350px;
}

#map-recipe{
	margin-bottom: 40px;
}

#map img,
#map-recipe img{
	max-width: none;
}



/* 
	==================
	[7. Sidebars]
	==================
*/
.sidebar{
	margin-bottom: 20px;
}

.sidebar .widget:before,
.sidebar .widget:after,
.sidebar .widget-sidebar:before,
.sidebar .widget-sidebar:after{
	content: "";
	display: table;
	clear: both;
}

.sidebar .widget{
	position: relative;
}

.sidebar .widget,
.sidebar .widget-sidebar{
	margin-bottom: 20px;
    position: relative;
    padding: 15px 25px;
    background: #fff;
    font-size: 15px;
    border: 2px solid #eee;
}

.sidebar .widget .widget-header{
    margin-bottom: 10px;
    position: relative;
    display: block;
    padding: 10px;
}

.sidebar .widget .widget-header h3{
    font-size: 18px;
    color: #333;
    font-weight: 500;
    text-align: center;
    background-repeat: repeat-x;
    background-position: bottom center;
    margin-top: 10px;
}

.sidebar .widget.widget_text .textwidget {
    padding: 5px 0;
}

.sidebar .widget.widget_text {
    border: 2px solid #eee;
    background: linear-gradient(to top, #f1f1f1 0%, #fdfdfd);
}
.sidebar .widget.widget_text .widget-header {
    background: #f7f7f7;
    background: linear-gradient(to top, #f1f1f1 0%, #ffffff);
}

.booking-felids i {
    color: #999999;
    margin-top: -7px;
    position: absolute;
    right: 15px;
    top: 50%;
    font-size: 14px;
}

/* default widget */
.sidebar .widget ul{
	list-style-type: none;
}

.sidebar .widget ul > li{
	display: block;
	padding: 3px 0;
	margin-left: -40px;
}

.sidebar .widget ul > li > a:before{
	font-family: 'Flaticon';
	content: none;
	padding-right: 10px;
    vertical-align: middle;
    color: #babebe;
    width: 35px;
    font-size: 17px;
    line-height: 20px;
}

.sidebar .widget ul > li.my-recipes > a:before{
	content: "\f14a";
}

.sidebar .widget ul > li.create-recipe > a:before{
	content: "\f144";
}

.sidebar .widget ul > li.edit-recipe > a:before{
	content: "\f134";
}

.sidebar .widget ul > li.edit-profile > a:before{
	content: "\f100";
}

.sidebar .widget ul > li.edit-chef-profile > a:before{
	content: "\f14f";
}

.sidebar .widget ul > li.my-favorites > a:before{
	content: "\f133";
}

.sidebar .widget ul > li.change-password > a:before{
	content: "\f101";
}

.sidebar .widget ul > li.login > a:before{
	content: "\f111";
}

.sidebar .widget ul > li.register > a:before{
	content: "\f114";
}

.sidebar .widget ul > li.logout > a:before{
	content: "\f117";
}

.sidebar .widget ul > li > a{
	display: inline;
    color: #888888;
}

.sidebar .widget .field.col-md-3 {
    width: 100%;
    padding: 0;
}

/* special widget */
.advance-search::before,
.advance-search::after{
	content: '';
	display: table;
	clear: both;
}

.advance-search .btn-group{
	display: table;
	text-align: center;
	margin: 10px auto;
}

.sidebar .widget-sidebar .list-check > li > a:before{
    content: '\f00c';
    font-family: 'FontAwesome';
    font-size: 12px;
    color: #82b440;
    padding-right: 8px;
    position: relative;
    left: 0;
    top:-1px;
}

.sidebar .widget-sidebar .list-check > li > a:hover:before{
    color: #6f9a37;
}

.sidebar .widget-sidebar .nav-tabs {
	border-bottom: 3px solid #ddd;
}

.sidebar .widget-sidebar .nav-tabs > li > a {
	font-size: 18px;
	border: none;
	position: relative;
}

.sidebar .widget-sidebar .nav-tabs > li > a:hover {
	color: #2C3E50;
	border-color: transparent;
	background: transparent;
}

.sidebar .widget-sidebar .nav-tabs > li > a:hover:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 100%;
	height: 3px;
	background: #ccc;
}

.sidebar .widget-sidebar .nav-tabs > li.active > a,
.sidebar .widget-sidebar .nav-tabs > li.active > a:hover,
.sidebar .widget-sidebar .nav-tabs > li.active > a:focus {
	color: #2C3E50;
	cursor: default;
	background-color: transparent;
	border: none;
	border-bottom-color: transparent;
}

.sidebar .widget-sidebar .nav-tabs > li.active > a:before,
.sidebar .widget-sidebar .nav-tabs > li.active > a:hover:before,
.sidebar .widget-sidebar .nav-tabs > li.active > a:focus:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 100%;
	height: 3px;
	background: #82b440;
}

.sidebar .widget-sidebar .tab-content{
	padding-top: 20px;
}

.widget.widget_chefs_assigned_widget {
    padding: 0;
    border: 0;
}
.widget_categories {
    font-size: 15px;
}


.widget-img ul {
    margin: -5px;
}
.widget-img ul {
    padding-left: 0;
}
.widget-img ul {
    list-style: none;
}
.widget-img ul li {
    border: none;
    float: left;
    width: 33%;
    padding: 5px !important;
    margin: 0 !important;
}
.widget-img ul li a {
    border: 0;
    padding: 0;
}
.widget-img ul li a {
    color: #161616;
}

.widget-img ul li img {
    float: left;
    width: 100%;
    height: auto;
    padding: 0;
}
.widget-img ul > li > a:before {
    content: none !important;
}
.footer .widget-img ul li {
    width: 20%;
}

/* 
	==================
	[8. Testimonial]
	==================
*/
#testimonials{
    background-color: #f1f1f1;
    padding-top: 60px;
    padding-bottom: 60px;
    background-image: url('../img/testimonials.jpg');
}
#testimonials.dark:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background: #000;
    opacity: 0.8;
}

#testimonials.dark .widgettitle{
    color: #fff;
    z-index: 1;
}

#testimonials div[class^="col-"] {
    display: inline-block;
    float: none;
    margin-right: -4px;
}
.testimonial-box, .testimonial-box-2, .testimonial-box-3 {
    padding: 30px;
    margin-top: 80px;
    position: relative;
    background-color: #fff;
    margin: 50px 0 50px 0;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
    border: 1px solid #ddd;
}
.testimonial-box-3 {
    text-align: left;
    margin-top: 0;
}
.testimonial-box:hover, .testimonial-box-2:hover, .testimonial-box-3:hover{
    transform: scale(1.05);
}
.testimonial-box .testimonial-image{
    position: absolute;
    width: 100%;
    left: -5px;
    top: -50px;
}

.testimonial-box-2 .testimonial-image {
    position: relative;
    display: block;
    width: 90px;
    height: 90px;
    text-align: center;
    border-radius: 50%;
}

.testimonial-box-3 .testimonial-image {
    position: relative;
    display: table-cell;
}

.testimonial-box .testimonial-image img,
.testimonial-box-2 .testimonial-image img,
.testimonial-box-3 .testimonial-image img {
    width: 86px;
    border-radius: 100px;
    background: linear-gradient(to top, #fff,#ff0018);
    padding: 1px;
}

.testimonial-box-3 .testimonial-image img {
    background: linear-gradient(to left, #fff,#ff8f99);
    padding: 2px;
}

.testimonial-box .testimonial-title, .testimonial-box-2 .testimonial-title, .testimonial-box-3 .testimonial-title {
    font-size: 18px;
    color: #222;
    margin-top: 20px;
    margin-bottom: 8px;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
}
.testimonial-box-3 .testimonial-title {
    margin-top: 0 !important;
}

#testimonials div[class^="col-"] {
    vertical-align: top;
}

.testimonial-box .testimonial-details {
    color: #616b71;
    font-size: 15px;
    margin-bottom: 30px;
    line-height: 24px;
}

.testimonial-box-2 .testimonial-details, .testimonial-box-3 .testimonial-details {
    color: #616b71;
    font-size: 14px;
    line-height: 24px;
    padding-top: 10px;
}
.testimonial-box .testimonial-info, .testimonial-box-3 .testimonial-info {
    color: #616b71;
    font-size: 12px;
}
.testimonial-box-2 .testimonial-info {
    font-size: 14px;
}
.testimonial-box .testimonial-info .name, .testimonial-box-2 .testimonial-info .name, .testimonial-box-3 .testimonial-info .name{
    font-weight: 500;
    font-size: 14px;
    color: #ff0018;}

.testimonial-box .testimonial-quote-icon{
	position:relative;
	font-size:24px;
	line-height:1em;
	color:#ff0018;	
}


/* testimonial 2 */

.testimonial-section{
  position: relative;
  display: block;
  background: #313133;
  padding: 136px 0px 100px 0px;
  width: 100%;
}

.testimonial-section .image-column{
  position: absolute;
  top: 0px;
  right: 0px;
  width: 50%;
  height: 100%;
  top: 0px;
  right: 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.testimonial-section .content-box{
  position: relative;
  display: block;
  margin-right: 100px;
}

.testimonial-section .testimonial-thumb-outer{
  position:relative;
  max-width:280px;
  margin:0 auto;
  overflow:hidden;
}

.testimonial-section .testimonial-thumb-outer .testimonial-thumbs-carousel{
  position: relative;
  max-width: 100px;
  margin: 0 auto;
  margin-bottom: 5px;
}

.testimonial-section .testimonial-thumb-outer .testimonial-thumbs-carousel .owl-stage-outer{
  overflow:visible;
}

.testimonial-section .testimonial-thumb-outer .testimonial-thumbs-carousel .thumb-item{
  position:relative;
  width:100px;
  border-radius:50%;
  -o-transform: scale(0.8, 0.8);
  -ms-transform: scale(0.8, 0.8);
  -webkit-transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8);
}

.testimonial-section .testimonial-thumb-outer .thumb-item .thumb-box{
  width:100px;
  height:100px;
  cursor:pointer;
  overflow: hidden;
  border-radius:50%;
}

.testimonial-section .owl-item .thumb-item .thumb-box:after{
  position: absolute;
  content: '';
  background: #fff;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  border-radius: 50%;
  opacity: .5;
}

.testimonial-section .owl-item.active .thumb-item .thumb-box:after{
  background: transparent;
}

.testimonial-section .testimonial-thumb-outer .testimonial-thumbs-carousel .thumb-item img{
  overflow:hidden;
  width:100%;
  height:100%;
  display:block;
  border-radius:50%;
}

.testimonial-section .owl-nav{
  display: none;
}

.testimonial-section .sec-title h1{
  color: #fff;
}

.testimonial-section .sec-title{
  position: relative;
  display: block;
  margin-bottom: 60px;
}

.testimonial-section .testimonial-content .icon-box{
  position: relative;
  display: inline-block;
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  background: #ff0018;
  font-size: 30px;
  color: #fff;
  border-radius: 50%;
  margin-bottom: 42px;
}

.testimonial-section .testimonial-content .text{
  position: relative;
  display: block;
  font-size: 17px;
  line-height: 30px;
  font-weight: 300;
  color: #74846d;
  margin-bottom: 37px;
}

.testimonial-section .testimonial-content .author{
  position: relative;
  display: block;
  font-size: 17px;
  font-weight: 500;
  color: #ff0018;
}

.testimonial-section .testimonial-content{
  position: relative;
  display: block;
  margin-bottom: 36px;
  text-align: center;
}

.testimonial-section .sec-title .title{
  margin-bottom: 14px;
}

.testimonial-section .owl-theme .owl-dots .owl-dot span{
  position: relative;
  border: none;
  background: #6f6f71;
  width: 9px;
  height: 9px;
  margin: 0px 10px;
  cursor: pointer;
}

.testimonial-section .owl-theme .owl-dots .owl-dot.active span{
  background: #6ecc84;
}

.testimonial-section .owl-theme .owl-dots .owl-dot span:before {
  position: absolute;
  content: '';
  background: url(../images/icons/nav-icon.png);
  width: 20px;
  height: 23px;
  right: -8px;
  bottom: -8px;
  opacity: 0;
  transition: all 500ms ease;
}

.testimonial-section .owl-dots .owl-dot.active span:before, 
.testimonial-section .owl-dots .owl-dot:hover span:before {
  opacity: 1;
}

.testimonial-section .owl-theme .owl-dots{
  display: none !important;
  position: relative;
  margin-top: 55px;
}


.rating-stars {
    padding: 0;
    padding-top: 10px;
    list-style: none;
}

.rating-stars li {
    display: inline-block;
    padding-right: 3px;
}

.rating-stars li i {
    color: #ff0018;
    font-size: 13px;
}



.post-container {
    position: relative;
    display: block;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #2f2f2f;
}

.post-noborder, .col-md-12:last-child .post-container{
	border-bottom: none;
    padding: 0;
}

.post-img {
	position: relative;
	float: left;
	display: inline;
	width: 75px;
	height: 75px;
	margin-right: 18px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		 -o-box-sizing: border-box;
			box-sizing: border-box;
	-webkit-background-size: cover !important;
	   -moz-background-size: cover !important;
		-ms-background-size: cover !important;
		 -o-background-size: cover !important;
			background-size: cover !important;
	background-repeat: no-repeat;
	background-position: center center;
	overflow: hidden;
}

.post-img-circle{
	-webkit-border-radius: 100%;
	   -moz-border-radius: 100%;
		-ms-border-radius: 100%;
		 -o-border-radius: 100%;
			border-radius: 100%;
}

.post-img h4{
	position: absolute;
	left: 0;
	bottom: -10px;
	width: 100%;
	background: #ff0018;
	padding: 5px 10px;
	font-size: 12px;
	color: #fff;
	font-weight: 400;
	text-align: center;
}

.post-content {
	padding: 0;
	margin-bottom: 0;
	font-size: 14px;
	line-height: 21px;
}

.post-content.list-chef > .post-meta{
	font-size: 12px;
	font-weight: 400;
}

.post-content > .post-meta {
	display: block;
	padding-top: 0 !important;
	padding-bottom: 5px;
	font-size: 12px;
}

.post-content > .heading-title h2{
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
    font-size: 15px;
	line-height: 20px;
	font-weight: 500;
	text-transform: none;
	border: none;
}

.post-content > .heading-title h2 a{
    color: #fff;
}

.post-content.list-chef > .heading-title h2{
	font-size: 16px;
	line-height: 20px;
}

.post-content > .heading-title h2 small {
    font-size: 80%;
    padding-top: 3px;
}

.post-content > .heading-title h2 span{
	font-weight: 500;
    font-size: 9px;
    line-height: 20px;
}

.post-content > .heading-title{
	display: block;
	text-align: left;
	margin-bottom: 10px;
}

.post-content > .heading-title h2::before{
	content: '';
	position: relative;
	left: 0;
	top: 0;
	display: block;
	width: 0;
	height: 0;
	margin-top: 0;
	margin-left: -15px;
	background: #f4f4f4;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
		-ms-border-radius: 0;
		 -o-border-radius: 0;
			border-radius: 0;
}

.post-content > .heading-title h2::after{
	content: '';
	position: relative;
	left: 0;
	top: 0;
	display: block;
	width: 0;
	height: 0;
	margin-top: 0;
	margin-left: 0;
	background: transparent;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
		-ms-border-radius: 0;
		 -o-border-radius: 0;
			border-radius: 0;
}

#content .post-meta, 
.post-single .post-meta span {
	font-size: 13px;
	line-height: 16px;
}

.post-content .post-meta span i {
	font-size: 12px;
	width: 16px;
	color: #ff0018;
}

#content .post-meta, 
.post-single .post-meta {
	display: block;
	padding-top: 20px;
	padding-bottom: 15px;
}

.post-content .post-meta {
    padding-bottom: 0 !important;
}

.post-content .post-meta span {
	line-height: 20px;
    color: #eee;
}

.single.single-recipe .recipe-content h2, .similar-recipes h2, .section-title {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 20px;
    font-weight: 500;
    position: relative;
    color: #333;
    font-family: 'Oswald', sans-serif;
}

.single-post h3.comment-heading {
    margin-bottom: 20px !important;
}


.post-comments ul {
    list-style-type: square !important;
}
.post-comments h3, .blog-text h3 {
    padding-top: 0 !important;
}

.single-post .nav-tabs > li > a{
	padding-top: 16px;
	padding-bottom: 16px;
	font-size: 18px;
	font-weight: 600;
}

.single-post .tab-content{
	background-color: #fff;
	padding: 30px;
	border: 1px solid #ddd;
	border-top: none;
}

.single-post .blog-container {
    margin: 0;
    box-shadow: none;
}

.sidebar .widget-white.favorite::before{
	content: '';
	border: none;
}

.favorite a, .favorited a{
	position: relative;
	display: block;
	vertical-align: middle;
}

.favorite a::before, .favorited a::before{
	content: '';
	position: absolute;
	left: 34px;
	top: 0;
	width: 1px;
	height: 100%;
	background: #82b440;
}

.favorite a > i, .favorited a > i{
	font-size: 20px;
	padding-right: 25px;
	display: inline-block;
	vertical-align: middle;
}

/* carousel single */

#slider-recipe .carousel-inner .item img{
	width: 100%;
	max-width: 100%;
	height: auto;
}

#slider-recipe .carousel-control{
	opacity: 1;
	filter: alpha(opacity=100);
}

#slider-recipe .carousel-control.left,
#slider-recipe .carousel-control.right{
	position: absolute;
	background-image: none;
	width: 50px;
	height: 50px;
	margin-top: 25%;
	background-color: rgba(0, 0, 0, 0.05) !important;
	color: #82b440;
	text-shadow: none;
	-webkit-border-radius: 55px;
	   -moz-border-radius: 55px;
		-ms-border-radius: 55px;
		 -o-border-radius: 55px;
			border-radius: 55px;
}

#slider-recipe .carousel-control.left:hover,
#slider-recipe .carousel-control.right:hover{
	background-color: #fff !important;
	color: #7aa93c;
	text-shadow: none;
}

#slider-recipe .carousel-control.left{
	left: 30px;
}

#slider-recipe .carousel-control.right{
	right: 30px;
}

#slider-recipe .carousel-control > .glyphicon,
#slider-recipe .carousel-control > .fa{
	font-size: 16px;
	line-height: 50px;
}

#slider-recipe .carousel-indicators li{
	position: relative;
	width: 100px;
	height: 65px;
	margin: 0;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
		-ms-border-radius: 2px;
		 -o-border-radius: 2px;
			border-radius: 2px;
	border-width: 2px;
	border-color: #fff;
	text-indent: 0;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		 -o-box-sizing: border-box;
			box-sizing: border-box;
}

#slider-recipe .carousel-indicators li::after{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,.6);
	-webkit-transition: background .1s ease-in-out;
	   -moz-transition: background .1s ease-in-out;
		-ms-transition: background .1s ease-in-out;
		 -o-transition: background .1s ease-in-out;
			transition: background .1s ease-in-out;
}

#slider-recipe .carousel-indicators li img{
	width: 100%;
	max-width: 100%;
	height: auto;
}

#slider-recipe .carousel-indicators .active::after{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,.1);
	-webkit-transition: background .1s ease-in-out;
	   -moz-transition: background .1s ease-in-out;
		-ms-transition: background .1s ease-in-out;
		 -o-transition: background .1s ease-in-out;
			transition: background .1s ease-in-out;
}

#slider-recipe .carousel-indicators .active {
  border-color: #82b440;
  border-width: 2px;
}



/* slider 2 */
.recipe-img-slider .slide-item {
    height: 700px;
    font-family: 'Rancho', sans-serif;
}

.recipe-img-slider .slide-item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.recipe-img-slider .slide-item .right-side-content h1 {
    font-size: 60px;
    line-height: 1.2;
    font-family: 'Oswald', sans-serif;
}
.recipe-img-slider .slide-item .right-side-content{
    transition: all 1s linear;
    transition-delay: 1s;
}
.recipe-img-slider .slide-item .right-side-content h4,
.recipe-img-slider .slide-item .right-side-content a,
.recipe-img-slider .slide-item .right-side-content h1{
  transition: all .8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.1s;
  transform: translate3d(-20%, 0, 0);
  opacity: 0;
  color: #fff;
}
.recipe-img-slider .slide-item.swiper-slide-active .right-side-content a,
.recipe-img-slider .slide-item.swiper-slide-active .right-side-content h4,
.recipe-img-slider .slide-item.swiper-slide-active .right-side-content h1{
    transform: translate3d(0, 0, 0);
    opacity: 1;
}
.recipe-img-slider .slide-item.swiper-slide-active .right-side-content h4{
    font-weight: 400;
    font-family: Rancho;
    font-size: 25px;
}

.transform-center {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translate(0%, -50%);
    z-index: 1;
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}

.text-right {
    text-align: right !important;
}


.btn-second {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 9px 15px 8px;
    font-size: 15px;
    line-height: 1.51741;
    border-radius: 4px;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    vertical-align: middle;
    white-space: nowrap;
    font-weight: 500;
    position: relative;
}
.btn-second img {
    float: left;
    left: -8px;
    position: relative;
    width: 22px;
    height: 22px;
}

.btn-submit {
    color: #fff;
    background: #ff0018;
    border-color: #ff0018;
    margin-top: 20px;
}

.btn-submit:hover,
.btn-submit:focus {
    border-color: #bc2634;
    background: #bc2634;
    color: #fff;
}

.recipe-img-slider .slide-item .btn-submit {
    font-size: 24px;
}


.button, .wpcf7-submit {
    display: inline-block;
    position: relative;
    top: 0;
    padding: 5px 20px;
    border: 0;
    cursor: pointer;
    color: #fff;
    min-height: 50px;
    background-color: #ff0018;
    font-size: 17px;
    margin-bottom: 20px;
    border-radius: 31.5px;
}




/* 
	==================
	[10. Recipe Detail]
	==================
*/
.recipe-overview {
    padding: 0px;
    display: flex;
}

.recipe-overview h2 {
    margin-top: 30px;
}

.recipe-nutritions {
    margin: 0px 0px 30px 0px;
    padding: 0px;
    display: flex;
}

.recipe-nutritions strong {
    font-weight: 400;
    font-size: 18px;
}

.recipe-overview ul, .recipe-service-types ul, .recipe-nutritions ul {
    padding: 0;
    list-style: none;
    width: 100%;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
}

.recipe-overview li, .recipe-service-types li {
    border-bottom: 1px dashed #ddd;
    clear: left;
    float: left;
    line-height: 40px;
    width: 48%;
    font-size: 16px;
}

.recipe-nutritions li {
    line-height: 40px;
    font-size: 16px;
    padding-left: 10px;
}

.recipe-overview li:nth-child(even), .recipe-service-types li:nth-child(even) {
    float: right;
    clear: right;
}


.recipe-overview li strong, .recipe-service-types li strong, .recipe-nutritions li strong {
    color: #d4aa10;
    float: right;
    font-weight: 500;
    font-size: 15px;
}

.recipe-nutritions li strong {
    color: #ff0018;
}

.recipe-overview li strong.emphasize {
    color: #222;
    font-weight: 600;
}

.recipe-overview li:last-child, .recipe-overview li:nth-last-child(2),
.recipe-service-types li:last-child, .recipe-service-types li:nth-last-child(2) {
    border-bottom: 0px;
}

.recipe-overview dl {
    margin: 0px;
}

.recipe-overview dt {
    float: left;
    line-height: 32px;
    padding: 7px 0px;
}

.recipe-overview dd {
    border-bottom: 1px solid #eeeeee;
    line-height: 32px;
    padding: 7px 0px;
    text-align: right;
    width: 48%;
}

.recipe-overview dd:last-child {
    border: 0px;
}

.recipe-description {
    line-height: 30px;
}

.main.style-2 .recipe-content .recipe-overview ul, .main.style-2 .recipe-content .recipe-overview .recipe-service-types ul {
    background: #fff;
    border: none;
    padding: 0;
}

.recipe-nutritions ul {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}

/*******************************************************************
* Recipe Video
*******************************************************************/
.recipe-video .video-embed-wrapper {
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    position: relative;
}

.recipe-video .video-embed-wrapper iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

/*******************************************************************
* Recipe Includes
*******************************************************************/
.recipe-includes {
    margin-bottom: 20px;
    display: inline-block;
}
.recipe-includes ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.recipe-includes li {
    border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
    float: left;
    list-style: none;
    line-height: 40px;
    width: 48%;
}

.recipe-includes li:nth-child(even) {
    float: right;
}

.recipe-includes li:after {
    float: right;
    font-family: 'FontAwesome';
    font-size: 13px;
    margin-right: 10px;
}

.recipe-includes li.yes:after {
    content: '\f00c';
    color: #fff;
    background: #ff0018;
    width: 24px;
    height: 24px;
    line-height: 24px;
    vertical-align: middle;
    text-align: center;
    margin-top: 10px;
}

.recipe-includes li.no:after {
    content: '\f068';
    color: #ff0018;
    width: 24px;
    height: 24px;
    line-height: 24px;
    vertical-align: middle;
    text-align: center;
    margin-top: 10px;
}

/*******************************************************************
* Recipe Step Images
*******************************************************************/
.recipe-step-images {
    overflow: hidden;
}

.recipe-step-images a {
    border: 0px !important;
    display: block;
    float: left;
    margin: 0px 25px 25px 0px;
    width: 20%;
}

.recipe-step-images a:hover {
    text-decoration: none;
}

.recipe-step-images a img {
    height: auto;
    width: 100%;
}

/*******************************************************************
* Recipe Faq
*******************************************************************/
.recipe-faq-item {
    margin-bottom: 15px;
}

.recipe-faq dt {
    display: inline-block;
    font-weight: normal;
    width: 140px;
}

.recipe-faq dd {
    display: inline-block;
    height: 15px;
    margin: 0px 15px 0px 0px;
    position: relative;
    width: 60%;
}

.recipe-faq dd .bar-faq {
    background-color: #894ea3;
    background: -moz-linear-gradient(left,  rgba(109,0,160,1) 0%, rgba(109,0,160,0.8) 37%, rgba(34,84,232,0.47) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(109,0,160,1) 0%,rgba(109,0,160,0.8) 37%,rgba(34,84,232,0.47) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #d2235d 0%,#ff6a9b 37%,#f5d7e1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6d00a0', endColorstr='#782254e8',GradientType=1 ); /* IE6-9 */
    height: 100%;
}

.recipe-faq dd span {
    background-color: rgba(0, 0, 0, 0.1);
    margin-left: 40px;
}

.recipe-faq dd strong {
    display: block;
    font-size: 14px;
    font-weight: normal;
    line-height: 30px;
    margin: 0px 0px 0px 10px;
}

/*******************************************************************
* Recipe Ingredients
*******************************************************************/
.recipe-public-ingredients {
    overflow: hidden;
}

.recipe-ingredients-wrapper {
    float: left;
    padding-bottom: 20px;
    width: 48%;
}

.recipe-ingredients-wrapper:nth-child(even) {
    float: right;
}

.recipe-ingredients {
    border: solid 1px #eeeeee;
    overflow: hidden;
}

.recipe-ingredients-info {
    background-color: #eeeeee;
    float: left;
    line-height: 3;
    text-align: center;
    width: 30%;
}

.recipe-ingredients-title {
    float: right;
    line-height: 3;
    padding: 0px 20px 0px 20px;
    width: 70%;
}




/* nutrition */
.nutrition {
    margin: 5px auto 0;
    padding: 0;
    width: 100%;
    letter-spacing: -3px;
}

.nutrition > li {
    line-height: 1.8;
    letter-spacing: 0;
    display: inline-block;
    text-align: center;
    margin: 0 5px 8px 0;
    min-width: 57px;
}

.nutrition-name {
    font-size: 15px;
    line-height: 18px;
    font-style: normal;
    background: #ffe491;
    border-radius: 3px 3px 0 0;
    color: #826f37;
    position: relative;
    display: block;
    padding: 10px;
}

.nutrition-value {
    font-size: 15px;
    line-height: 18px;
    color: #444;
    font-style: normal;
    display: block;
    background: #f5f5f5;
    border-radius: 0 0 3px 3px;
    padding: 13px 3px;
}


/* ingredients */
.recipe-content {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.recipe-ingredients.style-2:after {
    content: '';
    position: absolute;
    bottom: -11px;
    left: 0;
    width: 100%;
    height: 12px;
    background: url(../img/separator.gif) repeat-x left center;
    -webkit-box-shadow: 0 6px 17px -6px #666;
    box-shadow: 0 6px 17px -6px #666;
}

.recipe-ingredients.style-2 {
    background: #fff;
    border-top: 3px solid #eee;
}

.ingredients-list {
    padding: 0;
    list-style: none;
}

.ingredients-list li:nth-child(odd) {
    background: #f5f5f5;
}

.ingredients-list li {
    padding: 6px 10px;
    line-height: 22px;
    font-size: 16px;
}

.recipe-info {
    background: #f8f8f8;
    position: relative;
    float: left;
    margin-bottom: 20px;
}


/* seasons */

.seasons {
    padding: 60px 0;
}



/*******************************************************************
* Map
*******************************************************************/



.recipe-gallery {
    position: relative;
}

.recipe-gallery img {
    height: auto;
    width: 100%;
}

.recipe-gallery-preview {
    position: relative;
}

.recipe-gallery-preview:after {
    background-color: transparent;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent 150px);
    bottom: 0px;
    content: '';
    display: block;
    left: 0px;
    position: absolute;
    right: 0px;
    top: 0px;
}

.recipe-gallery-index {
    bottom: 15px;
    left: 0px;
    list-style: none;
    position: absolute;
    right: 0px;
    text-align: center;
}

.recipe-gallery-index li {
    display: inline-block;
    margin: 0px 5px;
}

.recipe-gallery-index li.active a {
    background-color: #fff;
}

.recipe-gallery-index a {
    background-color: transparent;
    border: 2px solid rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    cursor: pointer;
    display: block;
    height: 12px;
    text-indent: -9999px;
    width: 12px;
}


/* 
	==================
	[11. Restaurant Detail]
	==================
*/

article .restaurant-header, article .chef-header {
    border-radius: 10px;
}

article .restaurant-thumbnail, article .chef-thumbnail {
    background-color: #f9f9f9;
    padding: 30px 0px;
    text-align: center;
}

article .restaurant-thumbnail, article .chef-thumbnail img {
    border-radius: 50%;
}
article .restaurant-overview, article .chef-overview {
    padding: 30px 20px;
    background: #f1f1f1;
}

article .restaurant-overview, article .chef-overview dl {
    margin: 0px;
}

article .restaurant-overview dt, article .chef-overview dt {
    float: left;
    line-height: 28px;
    margin: 0px 5px 0px 0px;
    width: 80px;
    font-weight: 600;
    font-size: 15px;
}

article .restaurant-overview dt.email, article .chef-overview dt.email {
    font-size: 10px;
}

article .restaurant-overview dd, article .chef-overview dd {
    display: table-cell;
    line-height: 28px;
}

article #simple-map {
    height: 300px;
}


/* 
	==================
	[12. CMB2]
	==================
*/
.content-box {
    background: #fff;
    padding: 60px 40px 60px 0;
    border-right: 1px solid #edeff7;
}

.cmb2-wrap select,
.cmb2-wrap textarea,
.cmb2-wrap input[type="text"],
.cmb2-wrap input[type="password"],
.cmb2-wrap input[type="datetime"],
.cmb2-wrap input[type="datetime-local"],
.cmb2-wrap input[type="date"],
.cmb2-wrap input[type="month"],
.cmb2-wrap input[type="time"],
.cmb2-wrap input[type="week"],
.cmb2-wrap input[type="number"],
.cmb2-wrap input[type="email"],
.cmb2-wrap input[type="url"],
.cmb2-wrap input[type="search"],
.cmb2-wrap input[type="tel"],
.cmb2-wrap input[type="color"],
.cmb2-wrap .uneditable-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    min-width: 100%;
    outline: 0;
    padding-left: 15px;
    vertical-align: middle;
    width: 100%;
    float: left;
    border-radius: 0;
    display: block;
    font-size: 16px;
    color: #656565;
    background: #f3f3f3;
    box-shadow: 0 0 0;
}

.cmb2-wrap .cmb-row {
    margin-bottom: 15px !important;
}

.cmb-type-group .cmb-row, .cmb2-postbox .cmb-row {
    padding: 0 !important;
    margin: 0 !important;
}

.cmb2-metabox button.dashicons-before.dashicons-no-alt.cmb-remove-group-row:not([disabled]) {
    display: none;
}

.cmb-row.cmb-remove-field-row {
    margin-top: 20px !important;
}

.cmb2-wrap input:not([type=hidden])+.button, .cmb2-wrap input:not([type=hidden])+input, .cmb2-wrap input:not([type=hidden])+select {
    margin: 0 !important;
    margin-top: 10px !important;
}

.cmb2-wrap .button, .cmb2-wrap button {
    padding: 10px;
}

.cmb2-wrap input:focus, .cmb2-wrap textarea:focus {
    background: #894EA3;
}

.cmb2-wrap ul {
    margin: 0;
    padding: 0;
}

.cmb-th label {
    color: #000000;
    font-size: 15px;
    font-weight: 600;
    font-family: sans-serif;
}

.cmb-td label {
    font-weight: 500;
}

.cmb-row.cmb-type-taxonomy-multicheck .cmb-td span {
    background: #eee;
    border: 1px solid #ddd;
    color: #484848;
}

.page-template-template-box-full #content, .page-template-template-box-right_sidebar #content {
    padding: 0;
}

.cmb2-wrap li {
    list-style: none
}

.cmb-repeatable-group.repeatable .cmb-group-title {
    padding: 10px;
    font-weight: 400;
}

.cmb-group-name {
    font-size: 18px;
    font-weight: 500;
    width: 100%;
    color: #555;
}

.cmb-type-group .cmb-row, .cmb2-postbox .cmb-row {
    padding: 0 0 0.1em !important;
    margin: 0 0 .8em;
}

.cmb-repeatable-group .cmb-group-title {
    margin: 0 !important;
}

.cmb-nested div.cmb-repeat-group-field {
    padding: 10px 20px !important;
}

.cmb-type-group .cmb-repeat-group-field {
    padding-top: 0 !important;
}

.cmb2-wrap .button-secondary, .cmb2-wrap button {
    border: none;
    background: #878787;
    color: #fff;
    padding: 12px 19px;
    display: inline-table;
    border-radius: 3px;
}

.cmb-type-group .cmb-td, .cmb2-postbox .cmb-td {
    padding: 0 !important;
}

.cmb2-wrap textarea {
    padding: 15px !important;
}

.button-primary {
    margin-top: 20px;
    font-size: 16px;
    padding: 10px;
}

.cmb-th+.cmb-td {
    float: inherit !important;
    padding: 0 !important;
    width: 100% !important;
}

.cmb-th {
    padding: 0 !important;
    vertical-align: top;
    width: 100% !important;
}

.cmb2-media-status .embed-status .cmb2-remove-file-button, .cmb2-media-status .img-status .cmb2-remove-file-button {
    background: url('../img/ico-delete.png') !important;
    height: 24px !important;
    width: 24px !important;
    left: -5px;
    top: -5px;
}

.cmb-type-file .cmb2-upload-button {
    float: right;
    margin-top: 10px !important;
}

.cmb2-metabox-title {
    font-size: 17px!important;
    font-weight: 500;
    padding-top: 20px !important;
}

p.cmb2-metabox-description {
    line-height: 30px;
    font-size: 12px;
    font-style: normal !important;
    color:#000 !important;
}

.content-box .alert {
    margin-bottom: 0;
}

.recipe-table-actions-inner form {
    float: left;
    margin-right: 5px;
}
.recipe-create {margin-bottom: 20px; display: none; }

.pw-map-latitude, .pw-map-longitude {
    display: none !important;
}

.cmb2-id-recipe-preptime, .cmb2-id-recipe-cooktime, .cmb2-id-recipe-readyin {
    width: 32.5%;
    float: left;
}
.cmb2-id-recipe-cooktime {
    margin: 0 1.2% !important;
}
.cmb2-id-recipe-yield, .cmb2-id-recipe-calorie {
    width: 49.4%;
    float: left;
}
.cmb2-id-recipe-calorie {
    margin-left: 1.2% !important;
}

.cmb-remove-row {
    padding-left: 20px;
}

.content-box .cmb-repeatable-group .cmb-shift-rows {
    font-size: 1em;
    margin-right: 0.5em;
}
.content-box .cmb-repeatable-group .cmb-shift-rows .dashicons {
    font-size: 1.1em;
    height: 1.2em;
}

/* 
	==================
	[13. Footer]
	==================
*/
#footer{
	width: 100%;
	padding: 40px 0 0;
	background-color: #222;
}

#footer .widget:before,
#footer .widget:after{
	content: "";
	display: table;
	clear: both;
}

#footer .widget{
	margin-bottom: 20px;
}

#footer .widget h2{
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	margin-bottom: 20px;
}

#footer .widget .recipe-list {
    padding: 0;
}

#footer .widget h3{
    color: #fff;
    font-size: 18px;
    margin-bottom: 30px;
    font-weight: 500;
}

#footer .widget h3::before {
    background: #ff0018;
    content: "";
    height: 2px;
    width: 30px;
    position: absolute;
    margin-top: 30px;
}

#footer .widget [class*=col] {
    padding: 0;
}
#footer .widget [class*=col] h3, #footer .widget [class*=col] h2 {
    font-family: inherit !important;
    font-size: inherit !important;
    margin: 0;
}
#footer .widget [class*=col] h2 a {
    color: #fff;
}
#footer .widget .recipe-container, #footer .widget .chef-container, #footer .widget .restaurant-container, #footer .widget .recipe-image-list img, #footer .widget .chef-image-list img, #footer .widget .restaurant-image-list img, #footer .widget .recipe-image {
    border-radius: 0;
}

#footer .widget > ul,
#footer .widget ul{
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
}

#footer .widget > ul > li,
#footer .widget > ul > li > a,
#footer .widget ul > li,
#footer .widget ul > li > a{
	display: block;
	padding: 2px 0;
	color: #a5a5a5;
	font-weight: 400;
}

#footer .widget > ul > li > a::before,
#footer .widget ul > li > a::before{
	content: '\f0a4';
	font-family: 'FontAwesome';
	font-size: 15px;
	font-weight: 400;
	padding-right: 15px;
}

#footer .widget > ul > li > a:hover,
#footer .widget > ul > li > a:focus,
#footer .widget ul > li > a:hover,
#footer .widget ul > li > a:focus{
	color: #82b440;
}

#footer .widget.widget_recent_comments > ul > li > a,
#footer .widget.widget_recent_comments ul > li > a{
	display: inline-block;
}

#footer .widget.widget_recent_comments > ul > li > a:before,
#footer .widget.widget_recent_comments ul > li > a:before {
	content: "";
	font-family: 'Raleway', sans-serif;
	padding-right: 0;
}

#footer .widget.widget_recent_comments > ul > li:before,
#footer .widget.widget_recent_comments ul > li:before{
	content: '\f05d';
	font-family: 'FontAwesome';
	font-size: 16px;
	font-weight: 400;
	padding-right: 15px;
}

#footer .widget .textwidget p {
	color: #fff;
}

/* 
	==================
	[14. Copyright]
	==================
*/
.copyright{
	position: relative;
	padding: 40px 0;
	border-top: 1px solid #333;
}

.copyright .scroltop{
	position: absolute;
	right: 0;
	top: 35px;
}





.widget.widget_filter_single_package_widget .widgettitle {
    display: none;
}


.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    margin-left: 0;
}





/* 
	==================
	[15. Utils]
	==================
*/

/*******************************************************************
 * Marker
 *******************************************************************/
.marker {
	background-color: #fff;
	border-radius: 50%;
	border: 3px solid #fff;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
	cursor: pointer;
	height: 56px;
	position: relative;
	text-align: center;
	transition: all .15s ease-out;
	-webkit-user-select: none;
	user-select: none;
	width: 56px;
}

.marker img {
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	border-radius: 50%;
	display: block;
	height: 50px;
	width: 50px;
}

.marker:hover {
	transform: scale(1.4);
	transition: all .15s ease-in ;
}

.marker:after {
	border-radius: 50%;
	bottom: 0px;
	content: '';
	display: block;
	left: 0px;
	position: absolute;
	right: 0px;
	top: 0px;
}

.marker span {
	background-color: #fff;
	border: 2px solid red;
	border-radius: 50%;
	display: block;
	font-size: 13px;
	font-weight: 600;
	height: 50px;
	line-height: 46px;
	text-align: center;
	width: 50px;
}

.marker .multiple:hover {
    transform: scale(1);
}


/*******************************************************************
 * Infobox
 *******************************************************************/
.infobox {
	background-color: #f1f1f1;
	height: 120px;
	position: relative;
	width: 280px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25) !important;
    -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
    	-ms-border-radius: 10px;
    	 -o-border-radius: 10px;
    		border-radius: 10px;    
    font-family: 'Playfair Display', serif;
}

.infobox .close {
	color: #333;
	cursor: pointer;
	height: 17px;
	display: block;
	font-size: 10px;
	line-height: 17px;
	opacity: 1;
	position: absolute;
	right: 10px;
	text-align: center;
	text-indent: 0px;
	top: 10px;
	transition: background-color .15s linear, color .15s linear;
	width: 17px;
}

.infobox-scroll {
	bottom: 4px;
	font-size: 16px;
	position: absolute;
	right: 8px;
	text-align: center;
}

.infobox-image {
	background-color: rgba(0, 0, 0, .12);
	border-radius: 2px 0px 0px 2px;
	display: block;
	float: left;
	height: 120px;
	margin: 0px;
	overflow: hidden;
	position: relative;
	width: 120px;


}

.infobox-image img {
	display: block;
	max-width: 120px;
	position: relative;
	z-index: 2;
}

.infobox-content {
	background-color: #f1f1f1 !important;
	height: 120px;
	float: left;
	padding: 8px;
	position: relative;
	width: 160px;
	z-index: 2;
}

.infobox-content.multiple {
	border-radius: 2px 0px 0px 2px;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
	width: 280px;
}

.infobox-content-title {
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
}

.infobox-content-body {
	background-color: #f1f1f1;
	font-size: 11px;
	line-height: 16px;
	height: 80px;
	margin: 0px;
	position: relative;
	overflow: hidden;
}

.infobox-content-body.multiple {
	height: 102px;
	overflow: auto;
}

.infobox-content-body-location {
	color: #9E9E9E;
	display: block;
	font-size: 9px;
	font-weight: 500;
	list-style: none;
	margin: 0px 0px 2px 0px;
	overflow: hidden;
	padding: 0px;
	text-overflow: ellipsis;
	text-transform: uppercase;
	white-space: nowrap;
	width: 144px;
}

.infobox-content-body-area, .infobox-content-body-baths, .infobox-content-body-beds {
	line-height: 19px;
}

.infobox-content-body-value strong {
	font-size: 10px;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
}

.infobox-content-price {
	background-color: #fff;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, .12);
	font-size: 11px;
	font-weight: 600;
	left: 7px;
	line-height: 1;
	margin: 0px;
	padding: 6px 7px;
	position: absolute;
	top: 7px;
	z-index: 3;
}



/* 
	==================
	[16. Contact]
	==================
*/

.contact-section{
	position:relative;
}

.contact-section .title-text{
	position:relative;
	font-size:17px;
	line-height:1.6em;
	margin-bottom:40px;
	color:rgba(0,0,0,0.70);
}

/*Contact Info*/

.contact-info{
	position:relative;
	margin-bottom:30px;
	min-height:245px;
}

.contact-info .inner{
	position:relative;
	padding:35px 20px;
	text-align:center;
	min-height:230px;

    font-size: 17px;
    color: #656565;
    background: #f5f5f5;
}

.contact-info .inner .text{
    font-size: 18px;
    color: #656565;
    font-weight: 500;
    line-height: 1.75;
}

.contact-info .inner .icon-box{
	position:relative;
	color:#ff0018;
	font-size:36px;
	line-height:1em;
}

.contact-info .inner h3{
    position: relative;
    font-size: 20px;
    font-weight: 500;
    /* color: #ff0018; */
    margin: 12px 0px;
    font-family: Oswald;
}

.contact-info .inner .social-icon-three {
    padding-top: 15px;
}

.contact-info .inner .social-icon-three a{
	margin:0px 2px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    border: 2px solid rgb(175, 220, 187);
    border-radius: 100%;
    display: inline-block;
    color: #6ece88;
}

/*contact Form Section*/

.contact-form-section{
	position:relative;
	padding-bottom:40px;
}

.contact-form-section .column h2{
	position:relative;
	color:#894EA3;
	font-weight:700;
	margin-bottom:25px;
	text-transform:capitalize;
}

.contact-form-section .contact-content{
	position:relative;
}

.contact-form-section .contact-content h3{
	position:relative;
	font-size:28px;
	font-weight:600;
	line-height:1.2em;
	margin-bottom:25px;
    color: #ff0018;
}

.contact-form-section .contact-content .text{
	position:relative;
}

.contact-form-section .contact-content .text p{
	position:relative;
	font-size:16px;
	margin-bottom:25px;
	color:rgba(0,0,0,0.60);
}

.contact-form-section .contact-content .text p span{
	color:#25292f;
	font-weight:700;
}

/*Contact Form*/

.contact-form {
    background: #f7f7f7;
    padding: 20px 40px;
}

.contact-form {
    max-width: 600px;
}

.wpcf7-form-control-wrap {
    display: inherit !important;
    width: 100%;
}

.contact-form .row{
	margin:0px -6px;
}

.contact-form label {
    width: 100%;
}

.contact-form .form-group{
    position: relative;
    margin-bottom: 20px;
	padding:0px 6px;
}

.page-content .btn-success {
    position: relative;
    margin-top: 40px;
    display: inline-block;
    font-size: 16px;
}


.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus{
	border-color:#31b4dd;
	background:none;
}

.contact-form input.error,
.contact-form select.error,
.contact-form textarea.error{
	border-color:#ff0000 !important;	
}

.contact-form label.error{
	display:block;
	line-height:24px;
	padding:5px 0px 0px;
	margin:0px;
	text-transform:uppercase;
	font-size:11px;
	color:#ff0000;
	font-weight:500;	
}

.contact-form textarea{
	height:165px;
	resize:none;
	padding:12px 25px;	
}

.contact-form button{
	font-size:16px;
	letter-spacing:0px;
	margin-top:10px;
	padding:10px 26px 12px;
	text-transform:capitalize;
}

.contact-form input[type="button"], .contact-form input[type="reset"], .contact-form input[type="submit"] {
    border: none;
    background: #ff0018;
    color: #fff;
    padding: 10px 20px;
}

.contact-form .wpcf7-form select, .contact-form .wpcf7-form textarea, .contact-form .wpcf7-form input[type="text"], .contact-form .wpcf7-form input[type="email"] {
    background: #fff !important;
}


/*** 

====================================================================
	Map Section Style
====================================================================

***/

.map-data{
	text-align:center;
	font-size:14px;
	font-weight:400;
	line-height:1.8em;
}

.map-data h6{
	font-size:16px;
	font-weight:700;
	text-align:center;
	margin-bottom:5px;
	color:#121212;
}

.map-canvas{
	height:450px;
}



.contact-form .heading {
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-size: 22px;
    font-family: Oswald;
    color: #686868;
}

.sidebar-form {
    background: #fff;
    /*border-radius: 10px;*/
    padding: 30px;
    -webkit-box-shadow: 0px 2px 12px #97A1B21A;
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.1);
}

/* 
	==================
	[17. 404]
	==================
*/


.search-form .input-group-btn:last-child > .btn, .search-form .input-group-btn:last-child > .btn-group {
    background: #ff0018;
    border: solid 1px #ff0018;
    min-height: 50px;
}

.search-form .btn span {
    color: #fff;
    font-size: 21px;
}

.error404 {
    background: #fff;
}
.no-results.not-found {
    text-align: center;
    padding-bottom: 20px;
}
.not-found {
    color: #484848;
}

.not-found .page-header {
    margin-top: 0;
    padding-bottom: 0;
}

.not-found .page-header h1 {
    color: #ff0018;
    font-size: 180px;
    margin-bottom: 25px;
    line-height: .8;
    font-weight: 500;
}

.not-found .page-header h2 {
    font-size: 60px;
    color: #ccc;
}

.search-not-found .page-header h2 {
    font-size: 40px;
    color: #aaa;
}

/* 
	==================
	[18. Wp Styles]
	==================
*/

table {
	border-spacing: 0;
	width: 100%;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	background: #f9f9f9;
	border-collapse: separate;
}

table td, table th {
	text-align: center;
    font-size: 14px;
    line-height: 40px;
}

table td {
    border-bottom: 1px solid #e9daf0;
}

table td p:last-child,table th p:last-child {
	margin-bottom: 0;
}

table thead th {
    background: #ff0018;
    color: #fff;
    vertical-align: middle;
    font-weight: 600;
    font-size: 16px;
    line-height: 40px;
}

table thead th:first-child {
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}

table thead th:last-child {
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}

table tr th:last-child,table tr td:last-child {
	border-right: 0;
}

table tbody {
	background: #fff;
}

table tbody th {
    vertical-align: middle;
    font-weight: 600;
    border-bottom: 1px solid #e9daf0;
}

table tbody h2 {
	font-size: 1em;
	letter-spacing: normal;
	font-weight: normal;
}

table tbody h2 a {
	font-weight: normal;
}

table tbody h4 {
	letter-spacing: normal;
	font-weight: 500;
	font-style: italic;
	color: #848484;
}

table tbody tr:last-child td:first-child {
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}

table tbody tr:last-child td:last-child {
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}

table tbody tr:last-child td {
	border-bottom: 0;
}


table tfoot tr {
	background: #e43771;
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
	font-weight: bold;
    line-height: 40px;
}

table tfoot tr a {
	color: #fff;
    padding-left: 10px;
}

table tfoot tr a:hover {
	color: #fff;
}

table td.small {
	font-size: 13px;
	color: #999;
}

.table-scroll {
	overflow-x: auto;
	overflow-y: auto;
	height: 100%;
}

table tbody tr:nth-child(odd) {
	background-color: #f6f1f3;
}

table tbody tr:nth-child(even) {
	background-color: #f8f8f8;
}
.recipe-table-info-content-title, .recipe-table-info-content-price {
    font-size: 16px;
}
.recipe-table-info-content-price {
    padding-top: 20px;
    color: #a64eab;
}
.recipe-table-info-content-location {
    font-size: 12px;
}


.pagination {
    margin-top: 20px;
}
.nav-links {
    display: inline-block;
    padding-left: 0;
    width: 100%;
}
.nav-links > a,
.nav-links > span,
.nav-links .nav-previous > a,
.nav-links .nav-previous > span,
.nav-links .nav-next > a,
.nav-links .nav-next > span,
.page-links > a,
.page-links > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

.page-links > span {
    background: #eee;
}
.nav-links .nav-next > a {
    float: right;
}

.nav-links .nav-previous > a,
.nav-links .nav-next > a {
    border: 2px solid #ddd;
    border-radius: 24px;
}

.nav-links .nav-previous > a:hover,
.nav-links .nav-next > a:hover {
    background: #ff0018;
    color: #fff;
    border-color: #ff0018;
}

.nav-links > a:hover,
.page-links > a:hover {
  color: #2a6496;
  background-color: #d1b3de;
  border-color: #d1b3de;
  color: #fff;
}
.nav-links > span.current,
.page-links > span.current {
	z-index: 2;
	color: #fff;
	cursor: default;
    background: #9ff779;
}
.post-navigation .nav-links {
    display: block;
}
.page-links {
    display: inline-flex;
}

.page-links a:first-child{
    margin-left: 10px;
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; 
}



/* 
	==================
	[19. Stats]
	==================
*/

 .stats{
    position: relative;
    overflow: hidden;
    padding-top: 60px!important;
    padding-bottom: 60px!important;
    background-image: url(../img/testimonials.jpg);
 }
.stat-box{
	position:relative;
	margin-top:30px;
}

.stat-box .inner{
	position:relative;
	padding:50px 15px 30px;
	max-width:250px;
	margin:0 auto;
	text-align:center;
	border-radius:0px 0px 5px 5px;
	border-top:none;
}

.stat-box .icon-box{
	position:absolute;
	left:50%;
	top:-30px;
	margin-left:-30px;
	width:60px;
	height:60px;
	line-height:60px;
	font-size:64px;	
}

.stat-box .content{
	position:relative;
}

.count-outer{
	position:relative;
	font-size:42px;
	line-height:1.4em;
	font-weight:700;
	color:#fff;
	margin-bottom:7px;
    font-family: 'Rancho', sans-serif;
}

.count-outer .count-text{
	font-weight:500;
    color: #ff0018;
}

.stat-box .counter-title{
	position:relative;
	line-height:30px;
	font-weight:400;
}
@media (max-width:992px) {
	.stat-box-sm{
		margin-top: 60px !important
	}
}
@media (max-width:767px) {
	.stat-box-xs{
		margin-top: 60px !important
	}
}

.has-gradient {
    background-image: -webkit-linear-gradient(to right, #4b68da, #00b7f1);
    background-image: -webkit-gradient(linear, left top, left bottom, from(to right), color-stop(#4b68da), to(#00b7f1));
    background-image: linear-gradient(to right, #4b68da, #ff0018);
    color: #fff
}


.stats-counter-item {
  background-color: #fff;
  padding: 30px;
  text-align: center;
}
.stats-counter-item h1 {
    font-family: 'Rancho', sans-serif;
	font-size: 40px;
	font-weight: 400;
	color: #ff0018;
	margin-bottom: 5px;
}
.stats-counter-item p {
  margin: 0;
}
.stats-counter-item {
	font-size: 18px;
	color: #656565;
	font-weight: 400;
}
.stats-counter-item-image {
	height: 75px;
}

.stats-counter-item-image i {
	font-size: 48px;
    font-weight: 400;
}



/* Stats Style 2 */
.stats .row > div:last-child a {
    border-right: none;
}

.stats-category {
    float: left;
    width: 100%;
    z-index: 1;
    position: relative;
}
.stats-category > a {
    float: left;
    width: 100%;
    text-align: center;
    padding-bottom: 30px;
    border-bottom: 1px solid #e8ecec;
    border-right: 1px solid #e8ecec;
}
.stats-category > a i {
    float: left;
    width: 100%;
    color: #ff0018;
    font-size: 70px;
    margin-top: 30px;
}
.stats-category > a span {
    float: left;
    width: 100%;
    font-size: 16px;
    color: #202020;
}
.stats-category > a p {
    float: left;
    width: 100%;
    font-size: 14px;
    margin: 0;
    margin-top: 0px;
    margin-top: 3px;
}



/* 
=================================
      20. Social
=================================
*/
.social-icons li {
	display: inline-block;
	margin: 0 !important;
    padding: 0 3px;
}

.social-icons li.last {
	margin-right: 0;
}

.social-icons a {
	display: inline-block;
	background: #555;
	width: 36px;
	height: 36px;
	text-align: center;
	padding-top: 8px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	font-size: 16px;
	float: left;
}

.social-icons a:hover {
	background: #333;
}

.social-icons a:hover .fa {
	color: #fff;
}

.social-icons a .fa {
	color: #222;
}

.social-icons a .fa:before {
	font-size: 18px;
	text-align: center;
	padding: 0;
}


/** nav tabs */
.navbar-nav.navbar-right:last-child {
	margin-right: 0; 
}
.nav-justified > li {
    display: inline-block !important;
    width: auto !important;
}
.nav-tabs.nav-justified > li > a {
    border-bottom: none;
    border-radius: 0;
    color: #fff;
    background-color: #7c4992;
    z-index: 100;
}
.nav-tabs > li > a:hover {
    border-color: transparent;
    color: #fff;
}
.nav-tabs.nav-justified {
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 15px;
    position: absolute;
    top: -47px;
    max-width: 800px;
}
.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
    border: none;
    background: #94c565; 
}

blockquote {
    font-style: italic;
    background: #fff;
}
ul {
    list-style-type: square;
}

.contact-map iframe {
    border: 0px;
    width: 100%;
}


.recipe-buttons {
    overflow: hidden;
    padding: 10px 0 25px 25px;
}
.recipe-btn {
    background: #ff0018;
    color: #fff;
    padding: 10px 30px;
    display: inline-block;
    font-weight: 500;
    border-radius: 5px;-webkit-transition: .3s;transition: .3s;
}

.recipe-buttons .recipe-btn {
    background: #484848;
    color: #fff;
}






.recipe-slider {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.recipe-slider .carousel-fade .carousel-inner .item {
    transition-recipe: opacity;
}

.recipe-slider .carousel-fade .carousel-inner .item,
.recipe-slider .carousel-fade .carousel-inner .active.left,
.recipe-slider .carousel-fade .carousel-inner .active.right {
    opacity: 0;
}

.recipe-slider .carousel-fade .carousel-inner .active,
.recipe-slider .carousel-fade .carousel-inner .next.left,
.recipe-slider .carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.recipe-slider .carousel-fade .carousel-inner .next,
.recipe-slider .carousel-fade .carousel-inner .prev,
.recipe-slider .carousel-fade .carousel-inner .active.left,
.recipe-slider .carousel-fade .carousel-inner .active.right {
    left: 0;
    transform: translate3d(0, 0, 0);
}

.recipe-slider .carousel-fade .carousel-control {
    z-index: 2;
}

.recipe-slider .carousel-inner .item figure {
    position: relative;
}

.recipe-slider .carousel-inner .item figure img {
    width: 100%;
}

.recipe-slider .carousel-inner .item figure figcaption {
    position: absolute;
    width: 100%;
    left: 0;
    top: 450px;
    transform: translateY(-50%);
    z-index: 1;
}

.recipe-slider .carousel-inner .item figure figcaption .slider-details {
    width: 550px;
    background: #ff0018;
    padding: 25px;
    position: relative;
}

.recipe-slider .carousel-inner .item figure figcaption .slider-details h1 {
    font-size: 60px;
    font-weight: 400;
    font-family: 'Rancho', sans-serif;
    line-height: 60px;
    margin: 0 0 5px 0;
}

.recipe-slider .carousel-inner .item figure figcaption .slider-details h1 a {
    color: #fff;
}

.recipe-slider .carousel-inner .item figure figcaption .slider-details .attr {
    background: #fff;
    padding: 10px 20px;
    border-radius: 24px;
    display: inline-table;
    margin-top: 20px;
}

.recipe-slider .carousel-inner .item figure figcaption .slider-details span.sticker {
    font-size: 13px;
    background: #f26522;
    color: #fff;
    padding: 8px 40px;
    display: inline-block;
    border-radius: 1px;
    line-height: normal;
    position: relative;
    text-transform: uppercase;
}

.recipe-slider .carousel-inner .item figure figcaption .slider-details p {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 0;
}

.recipe-slider .carousel-inner .item figure figcaption .slider-details p span {
    color: #f26522;
    display: inline-block;
    position: relative;
}

.recipe-slider .carousel-inner .item figure figcaption .slider-details ul li {
    display: inline-block;
    margin-right: 25px;
    vertical-align: bottom;
}
.recipe-slider .recipe-rating ul li {
    margin-right: 10px !important;
}
.recipe-slider .carousel-inner .item figure figcaption .slider-details ul li:last-child {
    margin-right: 0;
}

.recipe-slider .carousel-inner .item figure figcaption .slider-details ul li span {
    display: table-cell;
    vertical-align: middle;
}

.recipe-slider .carousel-inner .item figure figcaption .slider-details ul li span strong {
    font-size: 15px;
    font-weight: 400;
    color: #444;
}

.recipe-slider .carousel-inner .item figure figcaption .slider-details ul li span:first-child {
    font-size: 40px;
    color: #ff0018;
}

.recipe-slider .carousel-inner .item figure figcaption .slider-details ul li span:last-child {
    font-weight: 300;
    color: #ff0018;
    padding-left: 10px;
}

.recipe-slider .carousel-inner .item figure figcaption .slider-details h2 {
    font-size: 30px;
    font-weight: 500;
    color: #fff;
    margin: 0;
    font-family: 'Rancho', sans-serif;
    text-align: right;
}

.recipe-slider .carousel-inner .item figure figcaption .slider-details .slide-controls {
    position: absolute;
    left: 0;
    top: -44px;
}

.recipe-slider .carousel-inner .item figure figcaption .slider-details .slide-controls .control-left, .recipe-slider .carousel-inner .item figure figcaption .slider-details .slide-controls .control-right {
    font-size: 25px;
    color: #fff;
    display: inline-block;
    width: 45px;
    height: 45px;
    background: #ff0018;
    text-align: center;
    padding-top: 5px;
    transition: 0.3s ease;
}

.recipe-slider .carousel-inner .item figure figcaption .slider-details .slide-controls .control-left:hover, .recipe-slider .carousel-inner .item figure figcaption .slider-details .slide-controls .control-right:hover {
    background: #ff0018;
    color: #fff;
}

.recipe-slider .carousel-inner .item figure figcaption .slider-details .slide-controls .control-right {
    margin-left: -4px;
}


/*Style2*/
.recipe-slider.style2 .carousel-inner .item:after {
    background-color: rgba(0, 0, 0, 0.4);
}

.recipe-slider.style2 .carousel-inner .item figure figcaption .slider-details{
    width: 1000px;
}
.recipe-slider.style2 .carousel-inner .item figure figcaption .slider-details h1 {
    font-size: 80px;
    line-height: 70px;
}

.recipe-slider.style2 .carousel-inner .item figure figcaption .slider-details,
.recipe-slider.style2 .carousel-inner .item figure figcaption .slider-details .slide-controls .control-left, .recipe-slider.style2 .carousel-inner .item figure figcaption .slider-details .slide-controls .control-right {
    background: none;
}

.recipe-slider.style2 .carousel-inner .item figure figcaption .slider-details .attr {
    background-color: #fff;
}

.recipe-slider.style2 .carousel-inner .item figure figcaption {
    top: 500px;
}

.recipe-slider.style2 .carousel-inner .item figure figcaption .slider-details h1 a {
    color: #ff0018;
    text-shadow: 0px 0px 12px rgba(0, 0, 0, 0.6);
}

.recipe-slider.style2 .recipe-rating ul li i,
.recipe-slider.style2 .recipe-rating ul li.review {
    color: #ff0018;
}


.is-sticky .navbar {
    background: #f9a11b;
}


.recipe-slider .carousel-inner .item:after {
    background-color: rgba(0, 0, 0, 0.4);
    bottom: 0px;
    content: '';
    left: 0px;
    position: absolute;
    right: 0px;
    top: 0px;
}


/* Slider 4 */

.recipe-slider.style4{
	position: relative;
	overflow:hidden;
}

.recipe-slider.style4 .carousel .slide-item{
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 270px 0px;
}

.recipe-slider.style4 .carousel:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	height:120px;
	z-index:1;
	background-image: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, #000000 100%);
    background-image: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, #000000 100%);
    background-image: -o-linear-gradient(top, rgba(255,255,255,0) 0%, #000000 100%);
    background-image: -webkit-gradient(linear, left top, left top, color-stop(0, rgba(255,255,255,0)), color-stop(100, #000000));
    background-image: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, #000000 100%);
    background-image: linear-gradient(to top, rgba(255,255,255,0) 0%, #000000 100%);
}

.recipe-slider.style4 .carousel .slide-item .image-layer{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	-webkit-transform:scale(1);
	-ms-transform:scale(1);
	transform:scale(1);
	-webkit-transition: all 6000ms linear;
	-moz-transition: all 6000ms linear;
	-ms-transition: all 6000ms linear;
	-o-transition: all 6000ms linear;
	transition: all 6000ms linear;
}

.recipe-slider.style4 .carousel .active .slide-item .image-layer{
	-webkit-transform:scale(1.15);
	-ms-transform:scale(1.15);
	transform:scale(1.15);
}

.recipe-slider.style4 .carousel .content-box{
	position: relative;
	max-width: 800px;
	opacity: 0;
	padding: 55px 55px 55px 30px;
	-webkit-transform: translateY(-100px);
	-moz-transform: translateY(-100px);
	-ms-transform: translateY(-100px);
	-o-transform: translateY(-100px);
	transform: translateY(-100px);
	-webkit-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	transition: all 700ms ease;
}

.recipe-slider.style4 .carousel .active .content-box{
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: 300ms;
	-moz-transition-delay: 300ms;
	-ms-transition-delay: 300ms;
	-o-transition-delay: 300ms;
	transition-delay: 300ms;
}

.recipe-slider.style4 .carousel .content-box:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:140px;
	bottom:0px;
	background-color:#ffffff;
}

.recipe-slider.style4 .carousel .content-box .info-list{
	position:relative;
}

.recipe-slider.style4 .carousel .content-box .info-list .types,
.recipe-slider.style4 .carousel .content-box .info-list .status {
	position:relative;
	color:#ffffff;
	float:left;
	padding:4px 18px;
	border-radius:5px;
	display:inline-block;
	background-color:#ff7d5f;
}
.recipe-slider.style4 .carousel .content-box .info-list .status {
    background-color: #f5f2e2;
    color: #736e51;
    margin-left: 10px;
}

.recipe-slider.style4 .carousel .content-box .info-list .rating{
	position:relative;
	color:#161616;
	float:left;
	font-size:14px;
	margin-top:4px;
	margin-left:20px;
}

.recipe-slider.style4 .carousel .content-box .info-list .rating .fa{
	position:relative;
	color:#f9ca59;
	font-size:16px;
}

.recipe-slider.style4 .carousel .content-box .author-name{
	position:relative;
	float:left;
	margin-left:20px;
}

.recipe-slider.style4 .carousel .content-box .author-name .author-inner{
	position:relative;
	padding-left:40px;
	color:#161616;
	font-size:14px;
	line-height:33px;
}

.recipe-slider.style4 .carousel .content-box .author-name .author-inner .author-icon{
	position:absolute;
	left:0px;
	top:0px;
	width:24px;
	height:24px;
	border-radius:50px;
	overflow:hidden;
}

.recipe-slider.style4 .carousel .content-box .author-image{
	position:absolute;
    height: 300px;
    width: 300px;
	right:-150px;
	top:20px;
	border-radius:50%;
	overflow:hidden;
	border:8px solid #ffffff;
    object-fit: cover;
}
.recipe-slider.style4 .carousel .content-box .author-image img {
    height: 300px;
    width: 300px;
    object-fit: cover;
}

.recipe-slider.style4 .carousel .content-box h1{
	display: block;
    position: relative;
	line-height: 1.3em;
	color: #ff7d5f;
	font-weight: 700;
	margin-bottom: 12px;
	margin-top:18px;
}

.recipe-slider.style4 .carousel .content-box .text{
	position:relative;
	display: block;
	font-size: 18px;
	line-height: 1.6em;
	color: #161616;
	font-weight: 400;
	margin-bottom: 15px;	
    width: 600px;
}

.recipe-slider.style4 .carousel .content-box .post-meta{
	position:relative;
    padding: 0;
    margin: 0;
}

.recipe-slider.style4 .carousel .content-box .post-meta li{
	position:relative;
	color:#161616;
	font-size:14px;
	margin-right:15px;
	display:inline-block;
}

.recipe-slider.style4 .carousel .content-box .post-meta li .icon{
	position:relative;
	margin-right:8px;
	color:#ff7d5f;
	font-size:27px;
}

.recipe-slider.style4 .recipe-meta{
	display: inline-flex;
    
}
.recipe-slider.style4 .rating{
	position:relative;
    padding-top: 3px;
}

.recipe-slider.style4 .rating li:last-child{
    padding-left: 4px;
}

/* bs-slider  */
.bs-slider .button, .bs-slider input[type="submit"] {
    font-size: 18px;
    line-height: 30px;
    background: #ff0018;
    text-shadow: 0 2px 3px rgba(49, 49, 49, 0.33);
	padding:10px 25px 10px 55px;
	color:white;
	border-radius:3px;
	border:none;
	background-color:#ff0018;
	display:inline-block;
	width:auto;
	cursor:pointer;
    text-decoration:none;
	transition: all 0.2s linear;

    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;

}


.button:hover, input[type="submit"]:hover, .button.grey:hover {
	color:white;
	text-decoration:none;
	background-color:#484848;
}

.button.alt { background-color:#4fba6f; }
.button.alt:hover { background-color:#5fc97e; }

.button.small {
	padding:6px 23px 6px 23px;
	font-size:12px;
}

.button.large {
	padding:12px 45px 12px 45px;
	font-size:17px;
}

.button.grey { color:#8da9b9; cursor:auto; background-color:#cbdfea; }

.button-icon { position:relative; padding-left:56px; padding-right:25px; }
.button-icon.small { padding-left:38px; padding-right:15px; }
.button-icon.large { padding-left:70px; padding-right:35px; }
.button-icon .fa {
	background:rgba(0, 0, 0, 0.1);
	position:absolute;
	left:0;
	top:0;
	border-radius:2px;
	height:100%;
	width:38px;
	text-align:center;
	padding-top:16px;
	font-size:20px;
}
.button-icon.small .fa { padding-top:8px; width:27px; }
.button-icon.large .fa { padding-top:15px; font-size:16px; width:45px; }


.recipe-address {
    padding-bottom: 20px;
}


/* recipe main features */
.recipe-main-features {
	background-color: #f8f8f8;
	border-radius: 3px;
	width: 100%;
	display: block;
	list-style: none;
	margin: 0;
    border: 1px solid #eee;
    border-bottom: none;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    padding: 30px;
}

.recipe-main-features li {
    font-size: 17px;
    color: #888;
    display: inline-flex;
    margin-right: 30px;
    line-height: 40px;
    margin-right: 21px;
    padding-right: 21px;
    border-bottom: 1px solid #e8e8e8;
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.recipe-main-features li:last-child {
	margin: 0;
}

.recipe-main-features li span {
    display: block;
    color: #444;
    padding-right: 5px;
    line-height: 17px;
    float: left;
    width: 100%;
}
.recipe-main-features li span span {
    font-size: 12px;
}

.recipe-main-features li i {
    font-size: 30px;
}


.recipe-main-features li div {
    color: #555;
    font-size: 15px;
    line-height: 20px;
    padding-left: 10px;
    min-width: 70px;
}




.profile-box {
    background-color: #f7f7f7;
    position: relative;
    padding: 20px;
    border: 2px solid #eee;
}

.profile-box .profile-header {
    margin-bottom: 10px;
}

.profile-box .profile-header .profile-title {
    font-weight: 500;
    font-size: 17px;
}

.profile-box .profile-header .profile-img, .profile-box .profile-header .profile-title {
    display: block;
    margin: 0 auto;
}

.profile-box .profile-header .profile-img {
    width: 96px;
}

.profile-header>* {
    display: table-cell;
    width: auto;
    text-align: center;
    vertical-align: middle;
}

.profile-box .profile-header .profile-img img {
    width: 96px;
    height: 96px;
    object-fit: cover;
    border-radius: 9999px;
    overflow: hidden;
}

.profile-box .profile-header .profile-title {
    text-align: center;
    padding-top: 10px;
}

.profile-box .profile-contact {
    list-style: none;
    margin-bottom: 0;
    padding: 0;
}

.profile-box .profile-contact {
    margin-left: 0;
    margin-right: 0;
    text-align: left;
    position: static;
    font-size: 14px;
}

.profile-box .profile-contact {
    position: relative;
    text-align: center;
}

.profile-box ul > li > a:before {
    content: none !important;
}

.profile-box .profile-contact > li {
    margin: 0 !important;
}
.profile-box .profile-contact > li > i {
    color: #ff0018;
}






/* Widget Button */
.recipe-detail-buttons {
    float: right;
    display: inline-block;
}
button.recipe-detail-button {
	position: relative;
	display: inline-block;
	padding: 0;
	cursor: pointer;
	border-radius: 3px;
	color: #777;
	transition: all 0.3s;
	outline: none;
	border:  none;
	background-color: transparent;
	box-shadow: 0;
}

.recipe-detail-button {
	height: 41px;
	text-align: center;
	width: 41px;
	float: left;
    background-color: #f0f0f0;
    background: linear-gradient(to bottom, #f4f4f4 0%, #f0f0f0);
	border-radius: 3px;
	margin-right: 5px;
	display: inline-block;
}

/* Widget Button - End */

figure {
  display: block;
  padding: 0;
  margin: 0;
  overflow: hidden;
  position: relative;
}

.prl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}
.prl-15 {
    padding-right: 15px !important;
    padding-left: 15px !important;
}

.prl-20 {
    padding-right: 20px !important;
    padding-left: 20px !important;
}

.pt-15 {
    padding-top: 15px !important;
}

.ptb-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.recipe-small {
    margin-bottom: 30px;
    background-color: #fff;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    padding: 20px;
    border: 1px solid #ddd;
}

.recipe-small:hover {
    box-shadow: 0 0 40px rgba(0, 0, 0, .2);
}

.recipe-small-head {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 !important;
    flex: 1 !important;
    font-weight: 500;
}

.recipe-small-title h5 {
    margin: 0;
    font-weight: 500;
}

.recipe-small-head a {
    font-size: 16px;
    line-height: 22px;
    color: #444;
}

.recipe-small-preptime {
    position: absolute;
    z-index: 100;
    bottom: 0;
    right: 10px;
    background: rgba(255, 255, 255, 0.8);
    font-weight: 500;
    padding: 5px 10px;
    border-radius: 12px;
}

.recipe-small-preptime i {
    color: #ff0018 !important;
}

.recipe-small-location, .recipe-small-location a {
    color: #656565 !important;
    margin: 0;
    font-size: 14px;
}

.recipe-small-title {
    color: #fff;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.widget_recipes_widget .type-small .row > [class*="col-"] {
    padding-bottom: 30px;
    padding-top: 0;
}




.page-template-template-login-box {
    background-image: url(../img/login-page-bg.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
}

.page-template-template-login-box:after {
    content: "";
    position: absolute;
    background: #fff;
    opacity: .9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}

.login-box, .register-box {
    margin: auto 30%;
    padding: 0 !important;
}

.login-form, .register-form {
    padding: 15px 30px;
}

.login-form label, .register-form label {
	position: relative;
    width: 100%;
    font-weight: 500;
    font-size: 16px;
}

.login-form label i, .register-form label i {
    font-size: 21px;
    color: #cee9aa;
    position: absolute;
    left: 15px;
    bottom: 15px;
    font-weight: 500;
    border-right: 1px solid #dec6e4 !important;
    padding-right: 10px !important;
    width: 30px;
}

.login-form label input, .register-form label input {
    margin-top: 8px;
    padding-left: 55px;
    height: 53px;
    color: #999;
    background-color: #fff !important;
    transition: box-shadow 0.2s !important;
}

.login-box-title.title, .register-box-title.title {
    padding: 20px 30px;
}

.login-box .login-title, .register-box .register-title {
    font-size: 24px;
    vertical-align: middle;
    height: 100%;
    color: #484848;
    text-transform: uppercase;
}

.login-box .login-title small a, .register-box .register-title small a {
    text-transform: capitalize;
    font-weight: 400;
    color: #333;
    display: block;
    font-size: 14px;
}

.login-box .button-primary, .register-box .button-primary {
    margin-top: 0 !important;
    margin-bottom: 20px;
    width: 100%;
    text-shadow: none;
    background: #ff0018;
}

.login-box .text-right {
    float: right;
}




.social-networks li a {
  width: 36px;
  height: 36px;
  line-height: 30px;
  display: inline-block;
  text-align: center;
  border: 1px solid rgba(189, 189, 189, 0.72);
  padding: 4px !important;
  border-radius: 50%;
  margin-right: 10px;
  color: #484848;
}

.social-networks li a:before{
    content: none !important;
}

.social-networks li {
    display: inline-block !important;
}

.social-networks li a:hover {
    background: #ff0018;
    border: 1px solid  #ff0018;
    color: #fff !important;
}

#footer address strong {
    font-weight: 600;
}


.chef-container .social-networks li a {
    margin-right: 0;

}
.chef-container .social-networks li a {
    border: 1px solid rgba(255, 0, 24, 0.55);
    color: rgba(255, 0, 24, 0.55);
}

.chef-container .social-networks li a:hover {
    color: #fff;
}

.chef-content .social-networks {
    padding-top: 15px;
}

/* ------------------------------------
  Tag Cloud Widget
------------------------------------ */
.widget-tags a, .tagcloud a {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 8px 14px;
	border: 2px solid #ddd;
	border-radius: 30px;
    font-size: 15px !important;
    color: #656565;
}
.widget-tags a:hover, .tagcloud a:hover {
	color: #fff;
	background-color: #ff0018;
	border: 2px solid transparent;
}



/*
=================================
       21. Popular Post
=================================
*/

.widget-posts .img-cap-effect .img-box .img-caption:before {
	border-width: 2px;
}

.widget-posts li {
	margin-bottom: 20px;
}

.widget-posts li:last-child {
	margin-bottom: 0;
}

.widget-posts .img-box,.widget-posts .content {
	display: table-cell;
	vertical-align: top;
}

.widget-posts .img-box img {
	width: 50px;
	height: 50px;
    max-width: initial;
}

.widget-posts .content {
	padding: 0 0 0 15px;
}

.widget-posts .content a h4 {
	font-size: 15px;
	font-weight: 500;
	line-height: 20px;
	margin: 0;
	padding: 0;
	transition: all .3s ease;
}

.widget-posts .content a h4:hover {
	color: #ff9638;
}

.widget-posts .content span {
	color: #999999;
	font-size: 13px;
	display: block;
    margin-top: 10px;
}

.widget-posts .content span i {
	font-size: 12px;
    width: 16px;
	position: relative;
}



.recipe-slider .recipe-rating {
    font-size: 18px;
}

.recipe-slider .recipe-rating ul li.review {
    font-size: 17px;
    font-weight: 300;
    color: #fff;
}

.recipe-slider .recipe-rating ul li i {
    color: #fff;
    font-size: 16px;
}


/* Ribbon */

.top-cross-ribbon {
	background: #ff0018;
	padding: 7px 50px;
	color: #FFF;
	position: absolute;
	top: 0;
	right: -50px;
	transform: rotate(45deg);
	border: 1px dashed #FFF;
	box-shadow: 0 0 0 3px #EA4335;
	margin: 5px;
}

.arrow-ribbon {
    background: #ff0018;
    background-color: #ff0018;
    color: #FFF;
    padding: 7px 10px;
    position: absolute;
    top: 10px;
    right: -1px;
    font-size: 13px;
}
.arrow-ribbon:before {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    content: "";
    left: -12px;
    border-top: 15px solid transparent;
    border-right: 12px solid #ff0018;
    border-bottom: 15px solid transparent;
    width: 0;
}





/*** 

====================================================================
    Services
====================================================================

 ***/

.services{
	background: url('../images/elements/city.png') bottom center no-repeat;
	background-size: 100%;
  padding-bottom: 70px
}
.services .service-box-one {
    background: #ff0018;
}
.services .service-box-one h3 a {
    color: #fff;
}
.service-box-one, .service-box-two {
    position: relative;
    padding: 20px 40px;
    margin-bottom: 30px;
    overflow: hidden;
    transition: all .3s;
}
.services .service-box-one:before, .services .service-box-two:before {
    content: "\f14f";
    font-family: Flaticon;
    font-style: normal;
    position: absolute;
    font-size: 80px;
    width: 80px;
    height: 80px;
    opacity: 0.3;
    top: -15px;
    right: -20px;
    color: #ffffff;
}
.services .service-box-one:hover:before, .services .service-box-two:hover:before{
  opacity: .7
}
.service-box-one:hover,
.service-box-one.hovered{
	box-shadow: 0 0 35px rgba(0,0,0,.1);
}
.service-box-one .inner-box {
    position: relative;
    display: block;
}
.service-box-one .icon-box, .service-box-two .icon-box {
    display: inline-block;
    position: relative;
    font-size: 30px;
    color: #ff0018;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    line-height: 60px;
    margin-right: 5px;
}
.service-box-one .inner-box strong{
    font-size: 3em;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, .2);
    color: #00b7f1;
    display:block;
}
.service-box-one h3, .service-box-two h3 {
    display: inline-block;
    position: relative;
    line-height: 1em;
    font-size: 18px;
    margin-bottom: 7px;
    font-weight: 400;
    vertical-align: top;
    color: #fff;
}
.service-box-one .text, .service-box-two .text {
    position: relative;
    line-height: 1.8em;
    padding: 0px;
    color: #fff;
    font-size: 15px;
}
.service-box-one h3 a {
    position: relative;
    color: #2a2a2a;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}



/*Two*/

.service-box-two {
    padding: 20px 40px 30px 40px;
}

.services .service-box-two {
    background: #fff;
    box-shadow: 0 0 40px rgba(0, 0, 0, .1);
    border-bottom: 4px solid #70b6166e;
}

.services .service-box-two:before {
    opacity: 0.3;
    top: inherit;
    bottom: 15px;
    right: 0px;
    color: rgba(99, 160, 20, 0.55);
}

.service-box-two .icon-box {
    color: #ff0018;
}

.service-box-two h3 {
    color: #656565;
}



.about-content {
    padding: 60px 0;
    background-color: #f6f7f9;
}
.about-content p strong {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 20px;
    display: block;
}
.about-content a.rm-btn {
    text-transform: uppercase;
    color: #ff0018;
    border: 2px solid #ff0018;
    font-weight: 500;
    border-radius: 3px;
    padding: 13px 45px;
    display: inline-block;
    margin-top: 30px;
}

.starrr {
    display: block;
    width: 100%;
    padding: 15px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #e8e8e8;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);

    background: #f3f3f3 !important;
    box-shadow: 0 0 0 !important;
    font-size: 16px !important;
    min-height: 50px;
}

.starrr a {
    padding: 0 2px;
    cursor: pointer;
    text-decoration: none;
    color: #ffc033;
}

.your-choice {
    display: inline-block;
    float: right;
}
.your-choice-was {
    display: none;
}
.your-choice-was, .starrr {
    font-size: 16px;
}


.rating {
    padding: 0;
    list-style: none;
}

.rating li {
    display: inline-block;
    padding-right: 2px;
}

.rating li i, .user-ratings i {
    color: #ffc33b;
    font-size: 14px;
}

.user-ratings {
    padding-bottom: 5px;
}

.testimonial-box-3 .testimonial-details:before {
    position: absolute;
    content: "\f10e";
    font-family: "FontAwesome";
    font-size: 100px;
    opacity: 0.1;
    right: 10px;
    bottom: 40px;
}



/* ---------------------------------- */
/* Contact Form
------------------------------------- */
#contact textarea {
	min-height: 200px;
	margin: 15px 0 25px 0;
}

#contact input {
	margin-bottom: 25px;
}

.loader { margin-left: 15px; }
.submit.disabled:hover,
.submit.disabled { background-color: #e8e8e8; color: #333; }

#contact input.button.submit {
	margin-bottom: 10px;
	line-height: 20px;
	transition: all 0.25s !important; 
}


#contact input[type="submit"].submit:hover {
    opacity: 0.92;
}

.wpcf7-form input.wpcf7-not-valid, .wpcf7-form textarea.wpcf7-not-valid, .wpcf7-form select.wpcf7-not-valid {
    border: 1px solid #c9e0ac;
    background-color: #f2f7ec !important;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border: none;
    font-size: 11px;
    font-weight: 600;
    color: #45651c;
    text-transform: uppercase;
}

.chef-widget .wpcf7-not-valid-tip,
.chef-widget .wpcf7-response-output.wpcf7-validation-errors { display: none !important; visibility; hidden; }

.chef-widget .wpcf7-response-output.wpcf7-mail-sent-ok { 
background: linear-gradient(to bottom, rgba(255,255,255,0.2), transparent);
    background-color: #EBF6E0;
    color: #5f9025;
    border: none;
    border-radius: 3px;
    font-size: 14px;
    line-height: 22px;
    padding: 15px 20px;
    margin: 20px 0 0 0;
    }

.wpcf7-form-control.wpcf7-submit {
    margin: 0;
    padding: 0 20px !important;
    line-height: 42px;
    height: 42px;
}

.wpcf7-form p { margin-bottom: 0;}

.contact-sent {
	background-color: #EBF6E0;
	color: #5f9025;
	padding: 20px 26px;
	margin-bottom: 30px;
	border-radius: 3px;
}


/* Office Address Box */
.office-address {
    text-align: center;
    position: relative;
    color: #656565;
    display: table-cell;
    vertical-align: middle;
    height: 100%;
}

.office-address i {
    font-size: 40px;
}

.office-address ul {
	list-style: none;
	font-size: 16px;
	padding: 0;
	line-height: 30px;
    color: #666;
}

.office-address h3 {
    font-size: 19px;
    font-weight: 500;
    color: #333;
    margin-top: 0;
    text-transform: uppercase;
}

.office-address h3:after {
	content: "";
	height: 2px;
	width: 50px;
	position: relative;
	display: block;
	background-color: #17b323;
	margin: 20px auto;
	border-radius: 2px;
}

.address-container {
    background-image: url(../img/our-office.jpg) !important;
	background-color: #fff;
	background-size: 100%;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;	
	display: table;
	width: 100%;
	position: relative;
	height: 100%
}

.address-container:before {
	content: "";
	height: 100%;
	width: 100%;
	position: absolute;
	top:0;
	left:0;
	display: block;
	background: linear-gradient(to bottom, rgba(255,255,255,0.2), rgba(255,255,255,0));
	background-color: #fff; 
	opacity: 0.93;
}


/* Google Maps */
.contact-map { display: flex; }
.contact-map .google-map-container { flex: 1; position: relative; }
.contact-map .address-box-container { flex: 0 auto; width: 440px; height: 450px; }

@media (min-width: 1680px) { .contact-map .address-box-container { height: 480px; } }
@media (max-width: 1440px) { .contact-map .address-box-container { height: 420px; } }


/* Contact Details */
.sidebar-textbox {
    background: #f7f7f7;
    padding: 20px 40px;
    min-height: 700px;
}

.sidebar-textbox.color {
	background-color: #666;
	color: #fff;
}

.sidebar-textbox.color h4 {color: #fff;}

.sidebar-textbox h4, .sidebar-form h4 {
    margin-top: 15px;
    margin-bottom: 35px;
    font-size: 20px;
    font-weight: 500;
    font-size: 22px;
    font-family: Oswald;
}

.sidebar-textbox h3 {
    color: #ff0018;
}

.sidebar-textbox .text {
    padding-top: 20px;
}

.sidebar-textbox span { color: #666; display: inline-block; }
.sidebar-textbox.color span { color: #fff; }

.sidebar-textbox ul.contact-details {
	list-style: none;
	padding: 5px 0 0 0;
}

.sidebar-textbox ul.contact-details strong {
	font-weight: 500;
}

.sidebar-textbox ul.contact-details li {
    text-align: left;
    padding-left: 60px;
    position: relative;
    width: 100%;
    display: inline-block;
    margin: 10px 0;
    color: #555;
    font-size: 15px;
}

.sidebar-textbox ul.contact-details li strong {
    display: block;
    color: #111; /*#5d5555*/
    font-size: 16px;
    line-height: 32px;
}

.sidebar-textbox ul.contact-details li i {
	height: 100%;
	position: absolute;
	left: 0;
	font-size: 32px;
	color: #ff0018;
	top: 10px
}

.wpcf7 .form-group 


.wpcf7 .form-group {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 10px;
}

.wpcf7 .form-group input[type="text"],
.wpcf7 .form-group input[type="datetime"],
.wpcf7 .form-group input[type="date"],
.wpcf7 .form-group input[type="number"],
.wpcf7 .form-group input[type="email"],
.wpcf7 .form-group input[type="url"],
.wpcf7 .form-group input[type="tel"]
 {
    padding-left: 55px;
    height: 53px;
    color: #999;
    transition: box-shadow 0.2s !important;
    font-size: 15px !important;
    background-color: #fff !important;
}

.wpcf7 .form-group select, .wpcf7 .form-group textarea {
    background-color: #fff !important;
    color: #888;
}

.wpcf7 .form-group textarea {
    padding: 20px;
}

.wpcf7 .form-group i {
    font-size: 21px;
    color: #cfdebc;
    position: absolute;
    left: 30px;
    top: 15px;
    font-weight: 500;
    border-right: 1px solid #c1d0ae !important;
    padding-right: 10px !important;
    width: 30px;
}

span.wpcf7-not-valid-tip {
    color: #ff0018;
    font-size: 13px;
    font-weight: 600;
    display: block;
    padding-top: 5px;
}




.profile-box {
	padding: 30px;
    background-image: url(/img-team-01.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
}

.profile-box:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: .95;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
    z-index: -1;
}

.md-4 {
    width: 33.33333333% !important;
}





.recipe-faq {
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
}

.faq-accordian{
	float:left;
	width:100%;
}
span.faq-title{
	color:#999999;
	cursor:pointer;
	float:left;
	width:100%;
	display:inline-block;
	margin-bottom:0px;
}
.faq-title b{
	font-weight:600;
    color: #333;
}
.faq-accordian-content{
	float:left;
	width:100%;
    display: none;
}
.faq-accordian{
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.faq-accordian p{
	padding-left:26px;
	padding-top:5px;
	padding-bottom:6px;
}
.faq-accordian li{
	padding-bottom:11px;
	margin-bottom:19px;
	border-bottom:1px solid #ddd;
	float:left;
	width:100%;
}
.faq-accordian li:last-child{
	margin-bottom:0px;
}
.faq-title i{
	float:right;
	width:24px;
	height:24px;
	line-height:24px;
	text-align:center;
	font-size:14px;
	color:#999;
	background:#f3f3f3;
	border-radius:100%;
	-o-transform:rotate(0deg);
	-webkit-transform:rotate(0deg);
	-moz-transform:rotate(0deg);
	transform:rotate(0deg);
}
.accordion-open.faq-title i{
	color:#fff;
    background: #ff0018;
	transform:rotate(89deg);
	-o-transform:rotate(89deg);
	-webkit-transform:rotate(89deg);
	-moz-transform:rotate(89deg);
}




.recipe-service-types {
    margin: 0;
    padding: 0px;
    display: flex;
}

.recipe-service-types li i {
    font-weight: 500;
    width: 30px;
    display: inline-block;
}




.recipe-types {
    background-color: #fff3f4;
    padding: 60px 0;
}
.recipe-type-box {
    float: left;
    width: 100%;
    z-index: 1;
    position: relative;
    box-shadow: 0 0 40px rgba(0, 0, 0, .02);
}
.recipe-type-box:hover {
    box-shadow: 0 0 40px rgba(0, 0, 0, .1);
}
.recipe-type-box > a {
    float: left;
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #e8ecec;
    border-right: 1px solid #e8ecec;
}
.recipe-type-box > a i {
    float: left;
    width: 100%;
    color: #8b91dd;
    font-size: 70px;
    margin-top: 20px;
}
.recipe-type-box > a span {
    float: left;
    width: 100%;
    font-size: 16px;
    color: #656565;
}
.recipe-type-box > a p {
    float: left;
    width: 100%;
    font-size: 14px;
    margin: 0;
    margin-top: 0px;
    margin-top: 3px;
}
.recipe-type-box.style2 {
    background: #ffffff;
    border: none;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    margin-bottom: 30px;
}
.recipe-type-box.style2 > a {
    border: none;
}
.recipe-type-box.style2 > a i {
    color: #ff0018;
}
.recipe-type-box.style2 > a p {
    color: #b1b1b1;
}

.recipe-type-box.style2{
    height: auto;
    width: 100%;
    margin-left: 0px;
}

.recipe-types.style1, .recipe-types.style3 {
    background-color: #333;
    color: #fff;
    background-image: url(../img/popular-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
    color: #fff;
    position: relative;
}
.recipe-type-box.style1 {
    border: 2px solid #fff;
    margin-bottom: 30px;
}
.recipe-type-box.style1:hover {
    background-color: rgba(0, 0, 0, 0.30);
}
.recipe-type-box.style1 > a i {
    color: #fff;
}
.recipe-type-box.style1 > a span {
    color: #fff;
}
.recipe-type-box.style1 > a p {
    color: #fff;
}
.recipe-types.style1 h2, .recipe-types.style1 .widgettitle small {
    color: #fff;
    font-weight: 400;
}

.overlay-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.recipe-types.style1 .overlay-bg, .slide-item .overlay-bg {
    background-color: rgba(0, 0, 0, 0.60);
}
.main.style-2 {
    background-color: #F7F7F7;
}

.main.style-2 .recipe-content {
    margin: 32px 0;
    background: #fff;
    border: 1px solid #D3D3D4;
    padding: 24px 32px 32px;
}

.main.style-2 .recipe-price-widget {
    background: linear-gradient(to bottom, #fff 0%, #fdfdfd);
}

.main.style-2 .widget_enquire_widget {
    border: 2px solid #eee;
    background: linear-gradient(to bottom, #fff 0%, #fdfdfd);
}

.main.style-2 .widget_enquire_widget .widget-header {
    background: #f7f7f7;
    background: linear-gradient(to top, #f1f1f1 0%, #ffffff);
}

.main.style-2 .widget_enquire_widget form {
    padding: 10px 20px;
}
.recipe-types.style3 {
    background-color: #f5fbf7;
}
.recipe-types.style3 .overlay-bg {
    background-color: rgba(255, 255, 255, 0.60);
}
.recipe-type-box.style3 > a i {
    color: #ff0018;
}
.recipe-type-box.style3 {
    margin-bottom: 30px;
    background: rgba(255, 255, 255, 0.55);
}
.recipe-type-box.style3 > a span {
    color: #ff0018;
}
.recipe-type-box.style3 > a p {
    color: #444;
}


.recipe-banner{
    position: relative;
	float:left;
	width:100%;
	background:url(../img/header.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:bottom;
    margin-bottom: 60px;
    z-index: 1;
}
.recipe-banner-caption{
	float:left;
	width:100%;
	position:relative;
	padding:230px 0px 75px;
	z-index: 5;
}
.recipe-banner-caption h3,
.recipe-banner-caption span{
	display:inline-block;
	color:#fff;
	width:100%;
}
.recipe-banner-caption span{
	font-weight:600;
	display:inline-block;
	font-size:15px;
	margin-bottom:9px;
}
.recipe-banner-caption h3{
    margin: 0;
	margin-bottom:10px;
	color:#fff;
	font-weight:700;
	font-size:43px;
}
.recipe-banner-caption b{
	float:left;
	font-size:18px;
	margin-bottom:19px;
	color:#fff;
	font-weight:400;
}
.recipe-banner-caption b.review{
	font-size:14px;
	font-weight:normal;
}
.recipe-banner-caption .banner-rating-stars{
	float:left;
	margin:7px 14px 0 14px;
	line-height:normal;
    min-width: 200px;
}
.recipe-banner-caption .banner-rating-stars i{
	float:left;
	width:auto;
	color:#ff0018;
	margin-right:3px;
    font-size: 13px;
}
.recipe-banner-caption .banner-rating-stars i:last-child{
	margin-right:0px;
}
.recipe-social-icons {
    float: left;
    width: 100%;
}

.recipe-banner-caption .banner-rating-stars .review{
    float: left;
    color: #fff;
    margin-top: -4px;
    margin-left: 10px;
    font-size: 14px;
}


.recipe-social-icons .banner-social-icons {
    width: auto;
    float: left;
}
.recipe-social-icons ul {
    margin: 0px;
    padding: 0px;
    margin-right: 4px;
}
.recipe-social-icons ul{
	margin-right:4px;
}
.recipe-social-icons .banner-btn:before{
	border:1px solid #fff;
}
.banner-btn{
    display: inline-block;
    padding: 9px 20px 7px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    display: inline-block;
    color: #fff;
    border-radius: 20px;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.41);
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.11);
}
.banner-btn i{
	margin-right:12px;
}
.recipe-social-icons .banner-social-icons li a{
	line-height:40px;
}
.recipe-social-icons .banner-social-icons li:hover a{
	border-color:transparent;
}

.recipe-banner:before {
	position:absolute;
	content:"";
	bottom:0px;
	left:0px;
	right:0px;
	top:0px;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.09) 0%, rgba(0,0,0,0.97) 99%, rgba(0,0,0,0.97) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.09) 0%,rgba(0,0,0,0.97) 99%,rgba(0,0,0,0.97) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0.09) 0%,rgba(0,0,0,0.97) 99%,rgba(0,0,0,0.97) 100%);
}

.banner-social-icons li{
	float:none;
	display:inline-block;
	margin-right:5px;
}
.banner-social-icons li:last-child{
	margin-right:0px;
}
.banner-social-icons li a{
    width: 40px;
    height: 40px;
    line-height: 42px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    padding: 0px;
    display: inline-block;
    background: rgba(31, 31, 31, 0.3);
    display: inline-block;
    color: #fff;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.41);
    border-radius: 4px;
}
.banner-social-icons li:hover a{
	color:#fff;
}

.recipe-social-icons .banner-btn {
    border: 1px solid #444;
    margin-left:11px;
}

.banner-btn i {
    margin-right: 12px;
}

.mt-60 {
    margin-top: 60px;
}




/* 
=================================
       22. Ingredients
=================================
*/
.recipe-ingredients {
	background: #F9F9F9;
	padding: 20px;
	border-top: 1px solid #ff0018;
}

.recipe-ingredients ul.ingredient-check li {
	display: block;
	margin-right: 0;
}

.recipe-ingredients ul.ingredient-check li:last-child {
	margin-bottom: 0;
}

ul.ingredient-check {
	margin-left: -30px;
}

ul.ingredient-check li {
	display: inline-block;
	color: #898989;
	font-size: 14px;
	line-height: 18px;
	margin-right: 25px;
	cursor: pointer;
	font-weight: normal;
	border: 1px solid transparent;
	padding: 0px 0px 0 0;
    margin: 0 0 12px 0;
    padding: 0 0 12px 0;
    line-height: normal;
    border-bottom: solid 1px #e0e0e0;
    font-size: 16px;
}

ul.ingredient-check li.active {
	color: #ff0018;
	text-decoration: line-through;
}

ul.ingredient-check li.active span {
	border: 1px solid #E2E2E2;
	background: #ff0018;
}

ul.ingredient-check li.active span:before {
	color: #fff;
}

ul.ingredient-check li span {
	width: 18px;
	height: 18px;
	background: #fff;
	border: 1px solid #E2E2E2;
	margin-right: 18px;
	display: inline-block;
	vertical-align: bottom;
}

ul.ingredient-check li span:before {
	content: '\f14a';
	font-family: 'FontAwesome';
	font-size: 23px;
	color: transparent;
	position: relative;
	top: -1px;
	right: 2px;
}

ul.ingredient-check li span input[type='checkbox'] {
	display: none;
}

ul li.nutrition {
    text-align: left;
}

/* 
=================================
        23. Instructions
=================================
*/
.recipe-steps ol {
	list-style-type: none;
	list-style-type: decimal!ie;
	margin: 15px 0 0 34px;
	padding: 0;
	counter-reset: li-counter;
}

.recipe-steps ol>li {
	position: relative;
	margin-bottom: 15px;
	padding: 0 15px;
	line-height: 24px;
    font-size: 15px;
}

.recipe-steps ol>li:last-child {
	margin-bottom: 35px;
}

.recipe-steps ol>li:before {
	position: absolute;
	top: 3px;
	left: -34px;
	width: 34px;
	height: 34px;
	text-align: center;
	line-height: 32px;
	color: #555;
	font-size: 16px;
	background-color: #f4f4f4;
	content: counter(li-counter);
	counter-increment: li-counter;
	cursor: default;
}




.recipe-meta-details {
    background-color: #f8f8f8;
    padding: 20px 23px 20px 35px;
    border: 1px solid #eee;
    border-top: none;
    width: 100%;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

.recipe-meta-details ul {
    padding: 0;
    margin: 0;
}

.recipe-meta-details ul li {
    display: inline;
    float: left;
    margin-right: 21px;
    padding-right: 21px;
    border-right: 1px solid #d8d8d8;
}

.recipe-meta-details ul li:last-child { border: none; margin-right: 0px; }
.recipe-meta-details ul li strong { display: block; font-weight: 400; color: #777;}


/* Print Button */
.recipe-meta-details a.print, .recipe-meta-details a.favorite, .recipe-meta-details a.favorited {
    background-color: #666;
    color: #fff;
    padding: 8px 12px;
    display: inline-block;
    float: right;
    font-size: 15px;
    margin-top: 1px;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.recipe-meta-details a.favorite {
    background-color: #ffc000;
    border-top-left-radius: 24px;
    border-bottom-left-radius: 24px;
    color: #775e0f;
}
.recipe-meta-details a.print {
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
}

.recipe-meta-details a.favorited {
    background-color: #ff0018;
}
.recipe-meta-details a.print:hover { background-color: #555; }
.recipe-meta-details a.print i { font-size: 14px; margin-right: 2px; }

.recipe-meta-details .recipe-rating ul li i {
    color: #fcb71b;
}

.recipe-meta-details .recipe-rating {
    margin-top: 2px;
}


.user-image-uploader {
    text-align: center;
    background: #eee;
    line-height: 40px;
    color: #222;
}

.user-image-uploader label {
    margin: 0;
}

.shifted {
    position: absolute;
    left: -9999px;
}


.bordered-image {
    position: relative;
    overflow: hidden;
    padding: 20px;
    max-width: 100%;
    text-align: center;
    background: #fbfbfb;
}
.widget_profile_avatar_widget {
    margin-top: 60px;
    padding: 0 !important;
}

.menu-dashboard-container ul > li {
    border-bottom: 2px solid #f3f3f3;
    color: #333;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    position: relative;
    padding: 0 !important;
}

.menu-dashboard-container ul > li > a {
    line-height: 24px;
    vertical-align: bottom;
    font-size: 15px;
    line-height: 24px;
    vertical-align: bottom;
    color: #333;
    display: block !important;
    outline: none;
    padding: 10px 0;
    text-decoration: none;
    background: #fbfbfb;
    padding-left: 20px;
}

.widget_nav_menu {
    padding: 0 !important;
}

.widget_nav_menu #menu-dashboard {
    margin: 0;
}

.mce-btn button {
    background: none;
    margin: 0;
}

/* 
	==================
	[13. POPULAR]
	==================
*/

.popular {
    position: relative;
    overflow: hidden;
    padding-top: 60px!important;
    padding-bottom: 60px!important;
    background-image: url(../img/popular-bg.jpg);
}

.popular .heading {
	color: #fff;
	margin-bottom: 40px;
}

.popular .item {

	background: #fff;
	text-align: center;
	color: #959595;
	transform: 1s;
}

.popular .item:hover img {
	transform: scale(1.2) rotate(10deg);
}

.popular .item h3 {
    padding: 0px 0 15px;
	position: relative;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
}

.popular .item h3:before {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 90px;
	height: 1px;
	background: #ff0018;
	margin-left: -45px;
}

.popular .item a {
    color: #222;
}

.popular .item p {
	padding-top: 5px;
    font-size: 14px;
    color: #666;
}

.popular .item .popular-img {
	float: left;
	width: 50%;
	height: 100%;
	background: #f2f2f2;
	overflow: hidden;
}

.popular .item .popular-img img {
	-webkit-transition: all 0.8s ease-out;
	-o-transition: all 0.8s ease-out;
	transition: all 0.8s ease-out;
}

.popular .item .popular-img-2 {
	width: 50%;
	float: right;
	overflow: hidden;
}

.popular .item .popular-img-2 img {
	-webkit-transition: all 0.8s ease-out;
	-o-transition: all 0.8s ease-out;
	transition: all 0.8s ease-out;
	width: 100%;
}

/* .popular .item .content:nth-child(2) */
.popular .item .content-right {
	padding: 20px;
	font-size: 16px;
	float: right;
	width: 50%;
	height: 100%;
	position: relative;
}

.popular .item .content-right:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	top: 50%;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	background: #fff;
	transform: rotate(45deg);
	margin-left: -15px;
}

/* .popular .item .content:nth-child(1) */
.popular .item .content-left {
	padding: 20px;
	width: 50%;
	height: 100%;
    font-size: 16px;
	float: left;
	position: relative;
	z-index: 999;
}

.popular .item .content-left:after {
	content: "";
	position: absolute;
	right: -15px;
	top: 50%;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	background: #fff;
	transform: rotate(45deg);
}

.popular .btn-more-info {
	float: right;
	padding: 28px 102.5px;
	border-radius: 0px;
	background: #ff530a;
	color: #fff;
	border: 1px solid transparent;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 16px;
	-webkit-transition: .3s all;
	-o-transition: .3s all;
	transition: .3s all;
}

.popular .btn-more-info:hover {
	background: transparent;
	color: #ff530a;
	border: 1px solid #ff530a;
}


.popular-small .popular-rating {
	font-size: 1.200em;
}

.popular-rating {
	position: relative;
	color: #ff0018;
	font-size: 11px;
}

.popular-rating i {
	margin-right: 5px;
}


.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}

.bg-white {
    background: #fff;
}
.bg-light-grey {
    background: #f6f7f9;
}
.bg-light-red {
    background: #fff3f4;
}







/*Recent Order*/
.box-shadow {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
}
.recipe-box {
    position: relative;
    border-radius: 0px;
    background: #fff;
    border: 1px solid #ddd;
    margin-bottom: 30px;
}
.recipe-box.shadow {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
}
.swiper-slide .testimonial-wrapper,
.swiper-slide .recipe-box {
    margin: 4px;
}
.recipe-box:hover {
      box-shadow: 0 0 0 1px rgba(255, 0, 24, 0.9), 0 1px 5px 0 rgba(255, 0, 24, 0.12);
}
.recipe-box .recipe-img {
    position: relative;
}
.recipe-box .recipe-heading {
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 10px 20px;
    width: 100%;
}
.recipe-box .recipe-heading .recipe-header {
    display: inline-block;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5px;
    width: 100%;
    position: relative;
    height: auto;
}
.recipe-box .recipe-heading .recipe-title {
    margin: 5px 0;
    font-size: 17px;
    font-weight: 500;
    width: 100%;
    height: auto;
    line-height: 24px;
    position: relative;
    padding-bottom: 2px;
}
.recipe-box .recipe-heading .recipe-title a {
    color: #222;
    width: 100%;
}
.recipe-box .recipe-heading p {
    font-size: 12px;
    background-color: #F6F6F6; 
    padding: 2px 8px;
    display: inline-block;
    margin:0;
    margin-bottom: 10px;
}
.recipe-box .recipe-heading p.text-light-yellow {
    background-color: #f9f8e2;
}
.recipe-box .recipe-heading p.text-light-red {
    background-color: #ffe9e9;
}
.recipe-box .recipe-heading p.budget {
    background-color: #9bdf55;
    color: #fff;
}
.recipe-box .recipe-heading .recipe-btn {
    margin-top: 10px;
}
.recipe-box .recipe-img .recipe-tags .custom-tag,
.recipe-box .recipe-img .recipe-tags {
    display: flex;
    align-items: center;
    justify-content: start;
}

.recipe-box .recipe-img .recipe-tags>span:first-child {
    position: absolute;
    top: 10px;
    right: 10px;
}

.recipe-box .recipe-img .custom-tag>span:first-child {
    position: absolute;
    top: 10px;
    left: 10px;
    color: #fff;
}
.recipe-box .recipe-heading .recipe-details {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
}
.recipe-box .recipe-heading .recipe-details .prep-time {
    padding-bottom: 5px;
}
.recipe-box .recipe-excerpt {
    font-size: 15px;
    color: #777;
    padding-bottom: 10px;
}
.recipe-box .recipe-heading .recipe-details span {
    display: block;
    line-height: normal;
    line-height: 23px;
}
.recipe-box .recipe-heading .recipe-details i {
    font-size: 13px;
}
.recipe-box .recipe-heading .recipe-footer {
    margin-top: 5px;
     display: flex;
    align-items: center;
    justify-content: flex-start;
}
.recipe-box .recipe-footer-2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fbfbfc;
    padding: 12px 10px;
}

.recipe-box .rating {
    display: inline-grid;
    font-size: 14px;
}

.recipe-box .recipe-rating {
    font-size: 14px;
    padding-bottom: 5px;
}

.recipe-box .recipe-rating ul {
    color: #fcb71b;
    margin: 0;
}

.recipe-box .recipe-rating ul .review {
    color: #333;
}

.col-md-12 .recipe-box .recipe-rating {
    padding-left: 40px;
}
.col-md-12 .recipe-box .recipe-heading .recipe-details {
    justify-content: inherit;
}



/*recipe-box-list*/
.recipe-box-list {
    display: flex;
}
.recipe-box-list .recipe-img {
    width: 180px;
}
.recipe-box-list .recipe-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.col-md-12 .recipe-box-list .recipe-img {
    width: 400px;
}


span.ingredient-icon > img,
span.score > img{
    padding: 8px;
}
span.score {
    height: 30px;
    width: auto;
    border-radius: 3px;
    font-size: 14px;
    margin-right: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0 8px;
    float: right;
    color: #fff;
    background-color: #ffc000;
}
span.score+span.score{
    margin: 0 2px;
}
span.ingredient-icon {
    height: 35px;
    width: 40px;
    background: transparent;
    border-radius: 3px;
    font-size: 16px;
    margin-right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #fff;
}

span.share-tag {
    height: 36px;
    width: 36px;
    background: #fff;
    border-radius: 50%;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
span.deal-tag {
    border-radius: 3px;
    padding: 4px 10px;
    background-color: #fff;
    box-shadow: 0 1px 5px 0 rgba(66, 41, 163, .08), 0 0 0 1px rgba(66, 41, 163, .08);
}
span.add-recipe {
    border-radius: 50%;
    width: 25px;
    height: 25px;
    border: 1px solid #ff0018;
    background-color: #fff;
    color: #ff0018;
    box-shadow: 0 1px 5px 0 rgba(66, 41, 163, .08), 0 0 0 1px rgba(66, 41, 163, .08);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
span.add-recipe i {
    font-size: 12px;
}
span.type-tag{
    padding: 3px 15px;
    position: absolute;
    bottom: 0;
    border-radius: 5px 5px 0px 0px;
    cursor: pointer;
}


.bg-red {
    background-color: #ff0000;
}

.bg-light-white {
    background-color: #f4f4f4;
}
.bg-light-gray {
    background-color: #ffffff;
}
.bg-light-gray:hover {
    background-color: #ffe0e3;
}

.bg-gradient-red{
    background-image: linear-gradient(to right,#f20000, #a20000);
}


/* Categories */
.browse-cat .categories {
    text-align: center;
    display: block;

}

.browse-cat .categories .icon {
    margin: 0 auto;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 125px;
    height: 125px;
}
.browse-cat .categories .icon2{
    width: 100%;
    height: 100%;
}
.browse-cat .categories .icon i {
    font-size: 45px;
}
.browse-cat .categories .icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 50%;
    padding: 8px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
}

.browse-cat .categories .cat-name {
    padding: 5px 0;
    display: block;
    font-size: 16px;
}
.browse-cat-2 .categories .icon {
    position: relative;
}
.browse-cat-2 .categories .icon img {
    border-radius: 0;
}
.browse-cat-2 .categories .icon .recipe-addbtn {
    position: absolute;
    bottom: 10px;
    right: 10px;
}
.browse-cat-2 .categories .icon .recipe-addbtn span i {
    font-size: 12px;
}

.swiper-button-next,
.swiper-button-prev {
    box-shadow: 0 2px 14px 0px rgba(0, 0, 0, 0.1);
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 50%;
    top: 52%;
    transform: translate(0%, -48%);
}
.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 14px;
    font-weight: 900;
    color: #ff0018;
}
.swiper-button-next {
    right: 10px;
}
.swiper-button-prev {
    left: 10px;
}
.swiper-button-disabled {
    display: none;
}






.main-banner {
    padding: 12% 0 8% 0;
    position: relative;
    background-image: url(../img/main-banner.jpg);
    background-size: cover !important;
    background-position: center !important;
    margin: 0;
    position: relative;
}

.d-none {
    display: none;
}

.main-banner .caption {
    position: relative;
}

.main-banner h2 {
    color: #fff;
    font-weight: 400;
    display: block;
    margin-bottom: 12px;
    font-size: 50px;
    font-weight: 600;
    font-family: 'ABeeZee', 'Montserrat', cursive;

}

.main-banner::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .5;
}

.main-banner fieldset .form-control, .main-banner fieldset .theme-btn, .main-banner fieldset select.selectpicker {
    width: 100%;
    padding: 19px 15px;
    border: none;
    border-radius: 0;
    height: auto;
    line-height: 1.5;
    max-height: 60px;
    color: #fff;
}

.main-banner fieldset .form-control {
    border: none !important;
    box-shadow: 0 0 0 !important;
    min-height: 50px;
    width: 100%;
    text-transform: initial;
    color: #777;
}
.main-banner p {
    margin-bottom: 40px;
    color: #fff;
    font-family: ABeeZee, sans-serif;
    font-weight: 400;
}

.main-banner .home-form-1 {
    margin-top: 20px;
    margin-bottom: 20px;
    background: rgba(255,255,255,.2);
    box-shadow: 0px 20px 60px -8px rgba(0, 0, 0, .1);
    width: 100%;
    padding: 0;
    border-radius: 6px;
}

.main-banner label {
    color: #fff;
}

.main-banner .home-form-1 .form-control, .main-banner .form-group {
    margin-bottom: 0;
}

.main-banner .p-0 {
    padding: 0;
}


.home-form-1 .theme-btn {
    width: 100%;
    padding: 6px 12px;
    border: none;
    border-radius: 0;
    height: auto;
    line-height: 1.5;
    font-size: 15px;
    height: 50px;
}

.main-banner .input-group-addon i {
    color: #ff0018 !important;
    font-size: 18px;
}

.main-banner .home-form-1 .form-control {
    height: 50px;
    padding: 0;
    font-weight: 300;
}

.main-banner .home-form-1 {
    background: rgba(0, 0, 0, 0.55);
    border-radius: 10px;
    box-shadow: 0px 0px 0px 10px rgba(224, 224, 224, 0.23);
    margin-top: 40px;
}

.main-banner .home-form-1 .field {
    margin: 0;
    padding: 0;
}

.main-banner .home-form-1 .input-group-addon {
    background: #f7f7f7;
    border: none;
}

.home-form-1 .btn {
    border-radius: 0;
    height: 50px;
    font-size: 16px;
    text-transform: uppercase;
}

.home-form-1 .btn  i {
    font-size: 21px;
    position: relative;
    top: 1px;
    padding-right: 3px;
}

/* Photo Item */

.photo-item {
	position:relative;
	margin-bottom:30px;
}

.photo-item img {
    border-radius: 50%;
}

.photo-item .overlay-caption{
	position:absolute;
	top:0; 
	bottom:0; 
	left:0; 
	right:0; 
	opacity:0;	
    border-radius: 50%;
	background-color:#ff0018; 
	border: solid 4px #ff0018; 	
	webkit-transition: opacity 0.2s ease; 
	-moz-transition: opacity 0.2s ease;
 	transition: opacity 0.2s ease;
}


.photo-item:hover .overlay-caption{
	opacity:0.8;
}

.overlay-caption .phototitle {
    font-size: 36px;
    font-weight: 400;
    color: #fff;
    font-family: 'Rancho', sans-serif;
}

.overlay-caption .photocaption {
    font-size: 22px;
    font-weight: 500;
    color: #ffd04d;
    font-family: 'Rancho', sans-serif;
}
.align-center {
    vertical-align: middle;
    text-align: center;
}

.align-middle {
    position: absolute;
    display: table;
    height: 100%;
    width: 100%;
}

.v-align {
    display: table-cell;
}



/*----------------------------------------*/
/*  8.  Subscribe Area
/*----------------------------------------*/
.subscribe-area {
	background-image:url("../img/2-black.jpg");
	background-size:cover;
	background-repeat:no-repeat;
    padding: 100px 0;
}
.subscribe-area.bg-2 {
	background-image:url("../img/6.jpg");
	background-size:cover;
}
.subscribe-form {
	text-align:center;
	display:table;
}
.subscribe-form h3 {
	font-size:36px;
	color:#ffffff;
	margin-bottom:20px;
}
.subscribe-form p {
    margin-bottom: 55px;
    color: #ffffff;
    font-size: 18px;
    line-height: 28px;
}
.subscribe-form input {
    width: 64%;
    height: 50px;
    border: 0;
    padding: 0 15px 0 25px;
    border-radius: 30px 0 0 30px;
}
.subscribe-form button {
    border: 0;
    height: 50px;
    border-radius: 0 30px 30px 0;
    margin-left: -4px;
}
.subscribe-form.style-2 input {
	background-color:#f7f7f7;
}
.subscribe-form.style-3 {
	position:relative;
}
.subscribe-form.style-3 input {
	background-color:#f7f7f7;
	color:#c2c2c2;
	width:100%;
}
.subscribe-form.style-3 button {
    background-color: transparent;
    position: absolute;
    top: 0;
    right: 0;
    color: #8bc052;
    padding: 0;
    padding: 10px;
	cursor:pointer;
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.z-index {
    position: relative;
    z-index: 9;
}

.btn-common {
    background-color: #ff0018;
    color: #ffffff;
    padding: 0 20px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    border: 2px solid #6ac142;
    border-radius: 30px;
    transition: .3s;
}

.btn-common:hover {
    background-color: #529e2f;
    border-color: #529e2f;
    color: #ffffff;
}


.recipe-types.style-2 a {
	display: block;
	position: relative;
	color: white;
	overflow: hidden;
    margin-bottom: 30px;
	-webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
}

.recipe-types.style-2 a:focus *,.recipe-types.style-2 a:active *,.recipe-types.style-2 a:hover * {
	color: white;
}

.recipe-types.style-2 a:focus:before,.recipe-types.style-2 a:active:before,.recipe-types.style-2 a:hover:before {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.recipe-types.style-2 a:focus:after,.recipe-types.style-2 a:active:after,.recipe-types.style-2 a:hover:after {
    opacity: 0;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%)
}

.recipe-types.style-2 a:focus h4,.recipe-types.style-2 a:active h4,.recipe-types.style-2 a:hover h4 {
	text-decoration: underline;
	-webkit-animation: categoriesTitlesAnim 400ms;
	animation: categoriesTitlesAnim 400ms
}

.recipe-types.style-2 a:focus h6,.recipe-types.style-2 a:active h6,.recipe-types.style-2 a:hover h6 {
	-webkit-animation: categoriesTitlesAnim 400ms 100ms;
	animation: categoriesTitlesAnim 400ms 100ms
}

.recipe-types.style-2 a:before {
	content: '';
	position: absolute;
	display: inline-block;
	height: 50%;
	width: 100%;
	bottom: 0;
	left: 0;
	background: linear-gradient(to top, #ff0018, transparent);
	opacity: 0;
	transition: 0.25s;
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%)
}

.recipe-types.style-2 a:after {
	content: '';
	position: absolute;
	display: inline-block;
	height: 50%;
	width: 100%;
	bottom: 0;
	left: 0;
	background: linear-gradient(to top, #525252, transparent);
	opacity: 1;
	transition: 0.25s
}

.recipe-types.style-2 a img {
	width: 100%
}

.recipe-types.style-2 a .article-content {
	position: absolute;
	display: inline-block;
	bottom: 35px;
	left: 50%;
	width: 100%;
	text-align: center;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 2
}

.recipe-types.style-2 a .article-content h4 {
    font-weight: 400;
    font-size: 2em;
    font-family: 'Rancho', sans-serif;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
    text-decoration: none;
    transition: all 0.7s ease;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 10px;
}

.recipe-types.style-2 a .article-content h6 {
	font-weight: normal;
	margin: 0;
	font-size: 15px;
}




.ingredients {
    background-color: #fff3f4;
    padding: 60px 0;
}
.ingredient-box {
    float: left;
    width: 100%;
    z-index: 1;
    position: relative;
    background: #fff;
    box-shadow: 0 0 40px rgba(0, 0, 0, .02);
    margin-bottom: 30px;
}
.ingredient-box:hover {
    box-shadow: 0 0 40px rgba(0, 0, 0, .1);
}
.ingredient-box > a img {
    height: 60px;
    margin: 10px 0;
}
.ingredient-box > a {
    float: left;
    width: 100%;
    text-align: center;
    padding-bottom: 10px;
}
.ingredient-box > a i {
    float: left;
    width: 100%;
    color: #ffc000;
    font-size: 70px;
    margin-top: 20px;
    background: -moz-linear-gradient(top, #e72c83 0%, #a742c6 100%);
    background: -webkit-linear-gradient(top, #e72c83 0%,#a742c6 100%);
    background: linear-gradient(to bottom, #ffc000 0%,#e72c83 100%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.ingredient-box > a span {
    float: left;
    width: 100%;
}
.ingredient-box > a p {
    float: left;
    width: 100%;
    font-size: 14px;
    margin: 0;
    margin-top: 0px;
    margin-top: 3px;
}
.ingredient-box.style2 {
    background: #ffffff;
    border: none;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    margin-bottom: 30px;
}
.ingredient-box.style2 > a {
    border: none;
}
.ingredient-box.style2 > a i {
    color: #578463;
}
.ingredient-box.style2 > a p {
    color: #b1b1b1;
}