/*
 Theme Name:   Hello Elementor Child
 Theme URI:    https://wordpress.org/themes/twentytwentytwo/
 Description:  Child Theme of Hello Elementor
 Author:       Jenia1
 Author URI:   Mamadiali
 Template:     hello-elementor
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

*/

html,body{margin:0px;padding:0px;font-family:'Alef',sans-serif;}
body{overflow-x:hidden;background:#ffffff;}
ul,ol{margin:0 0 15px;padding:0;}
ul{list-style:outside none disc;}
ol{list-style:outside none decimal;}
li > ul,li > ol{margin-bottom:0;margin-left:1.5em;}
hr{background-color:#bbbbbb;border:0 none;height:1px;margin-bottom:1.5em;}
a{color:#be7e02;text-decoration:none;-webkit-transition:all 400ms;-o-transition:all 400ms;transition:all 400ms;}
fieldset{border:medium none;margin:15px 0;padding:0;}
legend{color:#101010;font-size:16px;font-weight:bold;margin:10px 0;}
a:focus,*{outline:none;}
a:hover,a:active{color:#606060;outline:0 none;}
figcaption,figure,main{display:block;}
b,strong{font-weight:700;}
img{max-width:100%;border:none;height:auto;}


.product-card {
	margin: 30px 11px;
	text-align: center;
    font-family: Arial, sans-serif;
    border-radius: 5px;
	position:relative;
	display:flex;
	flex-direction:column;
	justify-content: space-between;
}


.product-archive-video-wrapper {
    position: relative;
    width: 100%; /* Full width */
   	height:270px;
    overflow: hidden;
}


.product-archive-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}


.shop-products {
	display:grid;
	align-items: stretch;
	grid-template-columns: repeat(4, 1fr);
}

/* Product image styling */
.product-image .image {
    background-size:cover;
	height:270px;
}


/* Product title styling */
.product-title {
    color: #000000;
    font-family: "SouthWest", Sans-serif;
    font-size: 20px;
    font-weight: 500;
	margin:10px;
}

.product-title a{
	color:#000;
}

.top-section-two {
	height:110px;
}

/* Product price styling */
.product-price {
	color: #000000;
    font-family: "SouthWest", Sans-serif;
    font-size: 16px;
    font-weight: 500;
	margin-bottom: 20px;
}

/* Add to Cart button styling */
.add-to-cart-btn {
	background: url(https://www.mamadiali.co.il/wp-content/uploads/2022/08/%D7%9B%D7%A4%D7%AA%D7%95%D7%A8%D7%99%D7%9D-%D7%9E%D7%A2%D7%95%D7%93%D7%9B%D7%A0%D7%99%D7%9D-%D7%A7%D7%95%D7%A4%D7%A1%D7%90-02-2.svg) center center / 100% no-repeat;
    background-position: center center;
    padding: 13px 45px !important;
	font-family: "SouthWest", Sans-serif;
    font-size: 16px;
    font-weight: 700;
	color:#fff !important;
}


.loading-products {
	display:none;
	align-items:center;
	margin-top:-50px;
	margin-bottom:30px;
}

.bottom-section {
	margin-top:15px;
}


.product-card .product-description {
	font-size:16px;
	font-family:'Alef';
}

.loading-products img {
	max-width:65px;
}

.labels {
    display: flex;
    flex-wrap: wrap;
    text-align: left;
    width: 100%;
    position: absolute;
    z-index: 9;
    left: 0px;
    right: auto;
    top: 0px;
    bottom: auto;
    transform: none;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
}


.options {
    display:flex;
    flex-wrap:wrap;
    align-items:center;
}

.option {
    margin:0px 6px;
    font-family:'Southwest';
    font-weight:400;
}

.option:nth-child(1) {
    margin-right:0;
}

.product-card .oos {
		position: absolute;
		font-size: 12px;
		z-index: 99;
		background: url(https://www.mamadiali.co.il/wp-content/uploads/2022/09/חותמת-אזל-מהמלאי.png);
		background-position: center;
		background-repeat: no-repeat;
		background-size: 100%;
		padding: 14px 0 12px 0px;
		font-weight: bold !important;
		color: white !important;
		font-family: SouthWest;
		padding: 10px 10px;
		border-radius: 5px;
		width: 80px;
		height: 80px;
	
}
@media (max-width: 1024px) {

	.shop-products {
		grid-template-columns: repeat(3, 1fr);
	}
	.product-card {
		text-align: center;
		font-family: Arial, sans-serif;
		border-radius: 5px;
		position: relative;
	}
}


@media(max-width:768px) {
	.shop-products {
		grid-template-columns: repeat(2, 1fr);
	}
	.product-card {
		text-align: center;
		font-family: Arial, sans-serif;
		border-radius: 5px;
		position: relative;
	}
}

@media(max-width:650px) {
    .option {
        font-size:14px;
    }

	.add-to-cart-btn {
		padding: 15px 30px 12px !important;
	}
		
	.top-section {
		height:auto;
	}

	.bottom-section 
	{
		margin-top:15px;
	}

	.product-card {
		text-align: center;
		font-family: Arial, sans-serif;
		border-radius: 5px;
		position: relative;
	}

	.product-title {
		font-size:18px;
	}

	.top_section {
		height:150px;
	}

}


@media(max-width:450px) {
	.product-image .image {
		background-size: cover;
		height: 180px;
	}
	.product-archive-video-wrapper {
		height:180px;
	}
}


@media(max-width:380px) {
	.option {
		font-size:13px;
	}
}


.label {
	display: table;
    position: relative;
    line-height: 1;
    white-space: nowrap;
    vertical-align: baseline;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
	font-family:'Southwest';
    letter-spacing: 0px;
    color: #fff;
    opacity: 1;
    margin-top:3px;
	margin-bottom:3px;
	padding: 5px 10px;
}

.label:first-child {
	margin-top:0px;
}

.inner-label {
	display: table-cell;
    padding: 0.3em 0.6em 0.3em 0.6em;
    z-index: 1;
    position: relative;
    line-height: 1;
    border-radius: 0;
}

.label-pesah {
	   background: #a57522;
}


.label-friday {
	background:#FF9C8C;
	color:#000;
}

.label-otef {
	background:#699cff;
}

.advanced-woo-labels {
	flex-direction:column !important;
	justify-content:flex-end !important;
	align-items: flex-end !important;
}

.awl-inner-text {
    font-family: "SouthWest", Sans-serif;
}

.advanced-woo-labels .awl-type-label:nth-child(1) {
	margin-bottom:5px !important;
}

@media(max-width:767px)  {
.woocommerce-shipping-totals tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {
	float:unset !important;
}
	
	.label {
		font-size:12px !important;
	}

.woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td {
	text-align:right !important;
}
	
}

@media(max-width:480px) {
	.label {
		font-size:11px !important;
	}
}
/*--------------------------------------------------------------
2.0 Clearings
--------------------------------------------------------------*/
.clear:before,.clear:after,.site-header:before,.site-header:after,.site-content:before,.site-content:after,.site-footer:before,.site-footer:after{content:"";display:table;table-layout:fixed;}
.clear:after,.site-header:after,.site-content:after,.site-footer:after{clear:both;}

/*--------------------------------------------------------------
3.0 Form Style
--------------------------------------------------------------*/
::-webkit-input-placeholder{color:#000000;}
:-moz-placeholder{color:#000000;opacity:1;}
::-moz-placeholder{color:#000000;opacity:1;}
:-ms-input-placeholder{color:#000000;}
input[type="text"],input[type="email"],input[type="url"],input[type="password"],input[type="search"],input[type="number"],input[type="tel"],input[type="range"],input[type="date"],input[type="month"],input[type="week"],input[type="time"],input[type="datetime"],input[type="datetime-local"],input[type="color"],textarea,select{border:1px solid #f2dcb8;line-height:26px;height:40px;padding:5px 20px;width:100%;margin-bottom:10px;display:block;-webkit-appearance:none;background-color:#fff;font-family:'Alef',sans-serif;}
.home input[type="email"],.home textarea{background-color:#fff;}
input[type="text"]:focus,input[type="email"]:focus,input[type="url"]:focus,input[type="password"]:focus,input[type="search"]:focus,input[type="number"]:focus,input[type="tel"]:focus,input[type="range"]:focus,input[type="date"]:focus,input[type="month"]:focus,input[type="week"]:focus,input[type="time"]:focus,input[type="datetime"]:focus,input[type="datetime-local"]:focus,input[type="color"]:focus,textarea:focus{border-color:#be7e02;}
textarea{height:185px;resize:none;}
button,html [type="button"],[type="reset"],[type="submit"],.btn-primary,.button,.btn{-webkit-appearance:button;background:#be7e02;color:#ffffff;border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;line-height:55px;font-size:14px;padding:0px 30px;min-width:230px;text-align:center;border:medium none;text-transform:uppercase;cursor:pointer;font-weight:400;letter-spacing:0.5px;display:inline-block;transition:all 0.2s ease;-webkit-appearance:none;font-family:'Alef',sans-serif;}
button:hover,button:focus,html [type="button"]:hover,html [type="button"]:focus,[type="reset"]:hover,[type="reset"]:focus,[type="submit"]:hover,[type="submit"]:focus,.btn-primary:hover,.btn-primary:focus,.button:hover,.button:focus,.btn:hover,.btn:focus{background:#000000;color:#ffffff;}
select{background-image:url(assets/images/arrow.png);background-repeat:no-repeat;background-position:center right 12px;background-size:10px;}
#secondary .search-field{padding-left:40px;}
#secondary .search-form{position:relative;}
#secondary button.search-submit{background:none;color:#be7e02;font-size:20px;border-radius:0;line-height:40px;padding:0px;min-width:20px;position:absolute;left:18px;top:0;}
.btn-secondary{background:#000000;border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;}
.btn-secondary:hover{background:#be7e02;}
.play-btn i{font-size:30px;vertical-align:top;line-height:55px;}
div.wpcf7 .ajax-loader{display:none!important}
.alt-btn{background:#007cc1;}
.alt-btn:hover,.alt-btn:focus{background:#026ba6;}
.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors{clear:both;float:left;margin:20px 0 0;width:100%;color:#721c24;background-color:#f8d7da;border-color:#f5c6cb;padding:8px 12px;}
.wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok{clear:both;float:left;margin:20px 0 0;width:100%;color:#155724;background-color:#d4edda;border-color:#c3e6cb;padding:8px 12px;}
input.wpcf7-not-valid,textarea.wpcf7-not-valid{border-color:#dc3545;}
.wpcf7-not-valid-tip{display:none!important;}

/*--------------------------------------------------------------
4.0 Typography
--------------------------------------------------------------*/
body,button,input,select,textarea{color:#000000;font-size:17px;font-weight:400;line-height:1.3;}
h1,h2,h3,h4,h5,h6{clear:both;line-height:0.8;margin:0 0 15px;padding:0 0 0;}
h1,.entry-title{font-size:70px;font-weight:700;}
h2{font-size:50px;font-weight:700;}
h3{font-size:30px;font-weight:700;}
h4{font-size:24px;font-weight:700;}
h5{font-size:20px;font-weight:700;}
h6{font-size:15px;font-weight:300;}
p{margin:0 0 15px;padding:0;}
h2.kc_title,.hero-section h1,h1.entry-title{font-family:'ShavisFM-Regular',sans-serif;}
.list-post-type.recipe-list .list-item h3,h3.widget-title{font-family:'ShavisFM-Regular',sans-serif;letter-spacing:1px;}

/*--------------------------------------------------------------
5.0 Alignments
--------------------------------------------------------------*/
.alignleft{display:inline;float:left;margin-right:1.5em;}
.alignright{display:inline;float:right;margin-left:1.5em;}
.aligncenter{clear:both;display:block;margin-left:auto;margin-right:auto;}
.alignnone{margin-top:1.5em;margin-bottom:1.5em;}
.pull-left{float:left;}
.pull-right{float:right;}
.text-left{text-align:left;}
.text-center{text-align:center;}
.text-right{text-align:right;}
.text-justify{text-align:justify;}
.uppercase{text-transform:uppercase;}

/*--------------------------------------------------------------
6.0 Layout
--------------------------------------------------------------*/
.container{max-width:1200px;margin:auto;padding:0px 15px;position:relative;}
.container:after{clear:both;content:"";display:table;}
.row{margin:0px -15px;}
*,*::before,*::after{box-sizing:border-box;}
*,*::before,*::after{box-sizing:border-box;}

/*--------------------------------------------------------------
6.1 Header
--------------------------------------------------------------*/
#mobile-lang{display:none;}
.site-header > .container > .wpml-ls-legacy-dropdown{display:none}
.menu-icon{display:none;float:right;position:absolute;right:15px;padding:6px 8px;width:40px;height:40px;background:#be7e02;cursor:pointer;margin:6px 0px;margin-left:15px;}
.menu-icon span{background:#fff;height:3px;width:24px;display:block;margin:5px 0px;-webkit-transition:all 500ms ease 0s;-o-transition:all 500ms ease 0s;transition:all 500ms ease 0s;}
.header-search{float:right;padding:16px 0px;}
.header-search [class^="sl-"]{color:#be7e02;font-size:23px;cursor:pointer;position:relative;cursor:pointer;z-index:10;}
.header-search-form{display:block;position:absolute;right:0px;top:77px;border:none;width:100%;padding-left:55px;transition:all 500ms;visibility:hidden;max-width:360px;background:#fff;padding:10px;z-index:10;opacity:0;-webkit-transition:all .3s ease-in;-o-transition:all .3s ease-in!important;-moz-transition:all .3s ease-in!important;transition:all .3s ease-in!important;}
.header-search-form.open-form{opacity:1;visibility:visible;-webkit-transform:rotateX(0) translateZ(0);-moz-transform:rotateX(0) translateZ(0);transform:rotateX(0) translateZ(0);top:-webkit-calc(100% - 0px);top:-moz-calc(100% - 0px);top:calc(100% - 0px);}
.header-search-form input{background:#fff3e5;border:none;border-radius:0;margin:0;height:100%;padding:0 15px;line-height:1.9;width:100%;float:right;font-size:24px;}
.header-search-form [type="submit"]{background:none;min-width:inherit;padding:0px 15px;border-radius:0px;line-height:1.8;float:right;display:none;}
.site-header{padding:10px 0px;position:relative;background:#ffffff;}
.logo-box{display:inline-block;max-width:280px;height:auto;float:left;}
.logo-box a,.logo-box img{display:block;}
.logo-box img{max-height:68px;width:auto;}
.main-navigation{display:inline-block;float:left;margin-left:25px;padding:0px 0px;}
.main-navigation ul{list-style:none;margin:0px;}
.main-navigation ul li{display:inline-block;padding:0px 12px;font-size:16px;position:relative;}
.main-navigation ul li a{color:#191d50;display:block;line-height:68px;}
.main-navigation ul li > a:hover,.main-navigation ul li:hover > a,.main-navigation ul li.active > a{color:#be7e02;}
.main-navigation ul li .sub-menu{opacity:0;visibility:hidden;position:absolute;transform:translateY(50px);top:100%;background:#fff;z-index:1;width:250px;left:0;padding:10px 0px;transition:all 400ms;-webkit-transition:all 400ms;}
.main-navigation ul li .sub-menu .sub-menu{opacity:0;visibility:hidden;position:absolute;transform:translateY(50px);top:0px;background:#f2f2f2;z-index:1;width:250px;right:100%;padding:10px 10px;}
.main-navigation ul li:hover > .sub-menu{opacity:1;visibility:visible;transform:translateY(0px);}
.main-navigation ul li .sub-menu li{display:block;width:100%;padding:8px 15px;border-bottom:1px solid rgba(0,0,0,0.1);}
.main-navigation ul li .sub-menu li:last-child{border-bottom:none;}
.main-navigation ul li .sub-menu li a{line-height:1.4;}
.site-header.sticky-header{position:fixed;top:0;right:0;z-index:91;-webkit-box-shadow:0 10px 10px rgba(0,0,0,0.05);box-shadow:0 10px 10px rgba(0,0,0,0.05);animation:slide-down 0.7s;width:100%;}
@keyframes slide-down{
	0%{opacity:0;transform:translateY(-100%);}
	100%{opacity:1;transform:translateY(0);}
}

/*--------------------------------------------------------------
6.2 Main Page
--------------------------------------------------------------*/
body{background:#fff3e5;}

/*--------------------------------------------------------------
6.3 Footer
--------------------------------------------------------------*/
.site-footer{background:#001553;color:#ffffff;margin-top:80px;}
.site-footer a{color:#ffffff;}
.main-footer{padding:55px 0px 15px;position:relative;}
.footer-widget-box{float:left;width:33.33%;}
.footer-widget-box .widget_media_image img{max-width:inherit!important;}
.footer-widget-box .widget_media_image{padding-left:33%;margin-top:-45%;}
.copyright{background:#be7e02;padding:20px 0px;text-align:center;}
h3.widget-title{line-height:1;margin-bottom:20px;}
h3.widget-title:after{background:#be7e02;height:3px;width:50px;content:"";display:block;margin:15px 0;}
.footer-widget-box ul{list-style:none;}
.footer-widget-box ul li{margin-bottom:16px;display:block;}
.social-links{margin-top:0;margin-bottom:30px}
.social-links li{display:inline-block!important;margin-right:15px;font-size:22px;margin-bottom:0px;}
.social-links li a{background:#ffffff;height:36px;width:36px;border-radius:50%;line-height:36px;display:block;text-align:center;color:#001553;}
.social-links li a i.fa-facebook:before{content:"\f09a";}
.social-links li a:hover,.social-links li a:focus{background:#be7e02;color:#ffffff;}

/*--------------------------------------------------------------
6.4 Hero section
--------------------------------------------------------------*/
.eng-text{direction:ltr;}
.hero-section{padding:260px 0 240px;color:#fff}
.hero-section h1{font-weight:bold;font-size:70px;line-height:1;margin-bottom:15px;}
.three-boxes .kc-wrap-columns{padding-top:130px;padding-bottom:130px;}
.three-boxes .kc-wrap-columns .kc-feature-boxes{box-shadow:none;}
.three-boxes .content-image{margin:0;}
.three-boxes .content-title{margin:0 0 15px;color:#000000;font-size:20px;}
.three-boxes .content-title a{color:#000000;}
.three-boxes .content-desc{margin:0;color:#000000;}
.three-boxes .kc-wrap-columns > div:first-child:after{background:url(assets/images/lamp.jpg) no-repeat;background-size:100%;width:164px;height:129px;content:'';position:absolute;top:0;right:0;left:0;margin:auto;transform:translateY(-100%);}
.content-title{text-transform:none!important;}
#story{padding-top:100px;}
#story:before{background:url(assets/images/layout-img-2.png) no-repeat;background-size:100%;width:100%;height:100%;content:'';position:absolute;top:0;right:auto;left:-130px;margin:0;max-width:283px;max-height:366px;}
#story:after{background:url(assets/images/layout-img-1.png) no-repeat;background-size:100%;width:100%;height:100%;content:'';position:absolute;bottom:-92px;right:-210px;left:auto;margin:0;max-width:431px;max-height:430px;}
#product{padding-bottom:100px;}
.rounded-img,.rounded-img img{-webkit-border-radius:15px;border-radius:15px;}
#story .kc-title-wrap,#product .kc-title-wrap{margin-bottom:40px;}
#story .kc_text_block,#product .kc_text_block{padding-left:80px;position:relative;}
#story .kc_text_block:before,#product .kc_text_block:before{background:#be7e02;height:2px;width:60px;content:"";display:inline-block;position:absolute;top:10px;left:0;}
#story .kc-icon-wrapper,#product .kc-icon-wrapper{padding-left:80px;margin-top:15px;}
#story .kc-icon-wrapper a,#story .kc-icon-wrapper i,#product .kc-icon-wrapper a,#product .kc-icon-wrapper i,#recipes .kc-icon-wrapper i{color:#be7e02;font-size:50px;}
.hero-section .kc-icon-wrapper i,.hero-section .kc-icon-wrapper a{color:#ffffff;font-size:50px;}
.ltr-direction{direction:rtl;}
.ltr-direction .kc_column{direction:ltr;}
.list-post-type.recipe-list{display:flex;margin-left:-15px;margin-right:-15px;flex-wrap:wrap;width:100%;float:none;}
.list-post-type.recipe-list .list-item{width:100%;float:none;padding:15px;max-width:33.3334%;-ms-flex:0 0 33.3334%;flex:0 0 33.3334%;border-bottom:0px;}
.list-post-type.recipe-list .list-item > *{text-align:center;}
.list-post-type.recipe-list .list-item figure{float:none;width:100%;margin:0 0 20px 0;display:block;padding:0;}
.list-post-type.recipe-list .PostImg{background-size:cover;padding-top:133%;background-position:center;}
.list-post-type.recipe-list .PostImg img{display:none;}
.list-post-type.recipe-list .list-item h3{text-align:center;font-size:20px;line-height:1.2;margin-bottom:15px;min-height:50px;}
.list-post-type.recipe-list .list-item h3 a{font-size:20px;line-height:1.2;}
.list-post-type.recipe-list .list-item .kc-entry_meta{text-align:center;}
.list-post-type.recipe-list .list-item .categories-links{margin-right:0px;font-size:15px;color:#b7b7b7;}
.list-post-type.recipe-list .list-item .categories-links i{display:none;}
.list-post-type.recipe-list .list-item .kc-entry_meta > span a{color:#b7b7b7;}
.list-post-type.recipe-list .list-item .kc-read-more{float:none;padding:0;border:none;border-radius:0;font-weight:600;color:#be7e02;transition:all .3s ease 0s;background:none;}
.list-post-type.recipe-list .list-item .kc-read-more:after{content:"\f060";font-family:'FontAwesome';font-weight:normal;margin-right:10px;display:inline-block;font-size:11px;}
.list-post-type .list-item h3 a:hover,.list-post-type .list-item h3 a:focus{color:#be7e02!important;}
#recipes{padding-top:100px;padding-bottom:100px;}
#recipes:after{background:url(assets/images/layout-img-reciepe-bottom.jpg) no-repeat;width:100%;height:235px;content:'';display:block;background-position:center center;margin-top:150px;}
.section-title:before{height:50px;width:2px;background:#be7e02;content:"";display:block;margin-bottom:10px;}
.section-title.center{text-align:center;}
.section-title.center:before{margin-left:auto;margin-right:auto;display:table;}
#restaurant-review{padding-top:100px;padding-bottom:100px;}
#restaurant-review .kc-row-container .kc-wrap-columns{padding-left:100px;padding-right:100px;}
#restaurant-review .text-block-on-img{padding-top:40px;padding-bottom:40px;}
#restaurant-review .text-block-on-img .kc-col-container{background:rgba(190,126,2,0.95);padding:30px 50px;-webkit-border-radius:15px;border-radius:15px;text-align:center;margin:0px auto;display:table;max-width:610px;width:100%;}
#restaurant-review .text-block-on-img .kc-col-container .section-title{margin-bottom:20px;}
#restaurant-review .text-block-on-img .kc-col-container .section-title::before{background:#ffffff;margin-bottom:15px;height:60px;}
#restaurant-review .kc-icon-wrapper i{color:#ffffff;font-size:50px;margin-bottom:20px;margin-top:10px;}
#world-travel{padding-top:150px;padding-bottom:150px;}
.world-travel .text-block-on-img{padding-top:40px;padding-bottom:40px;position:absolute;right:0px;top:50%;height:auto;transform:translateY(-50%);}
.world-travel .text-block-on-img .kc-col-container{background:rgba(190,126,2,0.95);padding:30px 50px;-webkit-border-radius:15px;border-radius:15px;text-align:center;margin:0px auto;display:table;max-width:610px;width:100%;}
.world-travel .text-block-on-img .kc-col-container .section-title{margin-bottom:20px;}
.world-travel .text-block-on-img .kc-col-container .section-title::before{background:#ffffff;margin-bottom:15px;height:60px;}
.world-travel .kc-icon-wrapper i{color:#ffffff;font-size:50px;margin-bottom:20px;margin-top:10px;}
#world-travel .kc-row-container .kc-wrap-columns{padding-left:80px;padding-right:80px;}
.world-travel-image{width:75%!important;}
.products-sec-img:before{background:url(assets/images/perl-one.png) no-repeat;width:192px;height:259px;content:'';display:block;background-position:center center;position:absolute;top:-80px;right:-40px;}
.products-sec-img:after{background:url(assets/images/perl-two.png) no-repeat;width:232px;height:88px;content:'';display:block;background-position:center center;position:absolute;left:-115px;bottom:-27px;}

/*single post */
body.single #contact{margin-top:125px;}
.single-post .site-content{padding-top:120px;}
.single-post #primary{float:left;width:75%;}
.single-post #secondary{float:right;width:20%;}
#secondary.widget-area h2.widget-title{font-size:20px;font-weight:bold;margin-bottom:30px;}
#secondary.widget-area h2.widget-title:after{background:#be7e02;height:3px;width:50px;content:"";display:block;margin:15px 0;}
#secondary section.widget{margin-bottom:50px;}
.widget_recent_entries ul{list-style-type:none;}
.widget_recent_entries ul li{border-top:solid 1px #f2dcb8;padding-top:15px;padding-bottom:15px;min-height:40px;}
.widget_recent_entries ul li a{color:#000;}
.widget_recent_entries ul li a:hover{color:#be7e02;}
.widget_categories ul{list-style-type:none;}
.widget_categories ul li{margin-bottom:10px;position:relative;padding-right:20px;}
.widget_categories ul li:before{content:"\f053";font-size:19px;font-family:'FontAwesome';color:#be7e02;position:absolute;right:0;top:-1px;}
.widget_categories ul li a{color:#000;}
.widget_categories ul li a:hover{color:#be7e02;}
.post-entry-header h1.entry-title{font-size:30px;text-align:right; /*direction: ltr;*/margin:22px 0 50px;}
.post-entry-header .entry-meta span{color:#b7b7b7;font-size:15px;font-weight:normal;}
.post-entry-header .entry-meta span.author a{color:#b7b7b7;}
.post-entry-header .entry-meta span.author a:hover{color:#be7e02;}

/*.post-entry-header .entry-meta span.byline{ display: none; }
.post-entry-header .entry-meta span > span.author{ display: block; }*/
.post-entry-header .entry-meta span.posted-on .entry-date{display:block;float:right;}
.post-entry-header .entry-meta span.posted-on .entry-date:after{content:'/';display:inline-block;padding:0 5px;}
.post-entry-header .entry-meta span.screen-reader-text,.post-entry-header .entry-meta span.entry-date,footer.entry-footer{ /* display: none; */}
.post-entry-header .entry-meta{color:#b7b7b7;font-size:15px;font-weight:normal;}
.post-entry-header .entry-meta a{color:#b7b7b7;}
.post-entry-header .entry-meta a:hover{color:#be7e02;}
#primary .post-thumbnail{margin-bottom:45px;}
#secondary.widget-area .fb_iframe_widget span{max-width:240px!important;}
#secondary.widget-area .fb_iframe_widget iframe{max-width:240px!important;}

/*** Post Pagination ***/
.navigation{overflow:hidden;margin:0;padding:28px 0;border-top:1px solid #f2dcb8;border-bottom:1px solid #f2dcb8;margin-top:50px;}
.post-navigation .nav-previous{float:right;width:50%;padding-right:3.35%;}
.post-navigation .nav-next{float:left;text-align:left;width:50%;padding-left:3.35%;}
.post-navigation a{color:#313131;position:relative;}
.post-navigation a:hover{color:#6eb48c;}
.post-navigation span{margin:0;display:block;color:#a39b91;font-size:20px;line-height:30px;}
.post-navigation span.nav-title{font-size:16px;color:#000000;font-weight:bold;}
.post-navigation span.nav-title-icon-wrapper{position:absolute;top:30px;left:-30px;right:0;}
.post-navigation .nav-previous span.nav-title-icon-wrapper{position:absolute;top:30px;left:0;right:-30px;}
.post-navigation span i{font-size:15px;color:#be7e02;}
.post-navigation span i.fa-angle-double-right{margin:0 0 0 8px;}
.post-navigation .arrow{font-size:64px;color:#ddd;line-height:64px;}
.post-navigation .nav-previous .arrow{float:left;margin-right:18px;}
.post-navigation .nav-next .arrow{float:right;margin-left:18px;}
.pagi-text{margin-top:6px;}
.post-navigation h5{font-size:14px;font-family:'Raleway',sans-serif;font-weight:bold;padding:0 25px 0 0;position:relative;letter-spacing:1px;text-transform:uppercase;line-height:1.4;}
.post-navigation h5.next-title{padding:0 0 0 25px;}
.penci-post-nav-thumb{display:inline-block;float:left;width:56px;height:56px;margin-right:15px;background-size:cover;background-position:center center;background-repeat:no repeat;}
.penci-post-nav-thumb.nav-thumb-next{float:right;margin:0 0 0 15px;}
.post-navigation .screen-reader-text,#commentform p.comment-form-cookies-consent{display:none;}

/* Comment Form Css Start */
#commentform .comment-form-comment textarea{height:160px;}
#commentform p{margin:0;margin-bottom:30px;}
#commentform p label{display:block;font-size:15px;font-weight:normal;color:#b7b7b7;margin-bottom:10px;}
#commentform p label span.required{color:#be7e02;}
#commentform p.comment-form-author,#commentform p.comment-form-email{float:right;width:50%;}
#commentform p.comment-form-author{padding-left:14px;}
#commentform p.comment-form-email{padding-right:14px;}
#commentform p.form-submit{margin-bottom:25px;}
#commentform p input{margin-bottom:0}
#commentform p.form-submit input[type="submit"]{font-size:20px;font-weight:bold;line-height:50px;min-width:200px;border-radius:25px;}
#respond h3{margin:50px 0;}
#respond h3.comment-reply-title::after{background:#be7e02;height:3px;width:50px;content:"";display:block;margin-top:20px;}
#commentform p{margin-bottom:22px;}
.search-results h1.page-title{font-size:50px;text-align:center;font-weight:700;}
.search-results h1.page-title::before{height:50px;width:2px;background:#be7e02;content:"";margin-bottom:10px;margin-left:auto;margin-right:auto;display:table;}
.search-result-section{display:flex;margin-left:-15px;margin-right:-15px;flex-wrap:wrap;width:auto;}
.search-result-section article{width:100%;float:none;padding:15px;max-width:33.3334%;-ms-flex:0 0 33.3334%;flex:0 0 33.3334%;border-bottom:0px;}
.search-result-section article h2.entry-title{text-align:center;font-size:20px;line-height:1.2;margin-bottom:15px;min-height:50px;}
.search-result-section article h2.entry-title a{display:block;color:#272727;font-size:24px;transition:all .3s ease 0s;}
.search-result-section article .entry-meta{display:none;}
.search-result-section article .post-thumbnail{float:none;width:100%;margin:0 0 20px 0!important;display:block;padding:0;}
.search-result-section article .post-thumbnail img{vertical-align:top;}
.search-result-section article .entry-content{text-align:center;}
.search-result-section article .link-more .kc-read-more{float:none;padding:0;border:none;border-radius:0;font-weight:600;color:#be7e02;transition:all .3s ease 0s;background:none;}
.search-result-section article .link-more .kc-read-more::after{content:"\f060";font-family:'FontAwesome';font-weight:normal;margin-right:10px;display:inline-block;font-size:11px;}
.wcs-timetable__list{text-align:right;}
.wcs-class__meta .wcs-class__time-duration{display:table;}
.wcs-class__meta .wcs-class__time-duration > span{display:table-cell;}
.wcs-addons--pipe{padding-right:1.4em;padding-left:0;}
.wcs-addons--pipe::before{right:0.45em;left:auto;}
.wcs-class__time-duration > span:first-child{direction:ltr;}
.wcs-modal__meta li{padding:0 30px 0 0px;text-align:right;}
.wcs-modal__meta [class*="ti-"]::before{right:0;left:auto;}
span.fti-time{display:inline-block;direction:ltr;}
.fti-time .wcs-addons--blink{display:inline;}
.wcs-modal h2,.wcs-modal__inner{text-align:right;}
.rpwwt-widget ul li{margin:0 0 1.5em!important;max-width:320px;}
.rpwwt-widget ul li .rpwwt-post-title{font-size:16px;font-weight:bold;}
.rpwwt-widget ul li a{display:flex;flex-wrap:wrap;align-items:center;}
.rpwwt-widget ul li img{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%;margin:0 0 0 15px!important;}
.rpwwt-widget ul li span{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%;}
.tags-links{display:block;}
.tags-links i{display:none;}
.tags-links span{color:#000;display:inline-block;font-weight:700;margin-left:10px;}
.tags-links a,.tags-links a{border:1px solid #f2dcb8;color:#5a5a5a;display:inline-block;font-size:14px!important;padding:4px 13px;margin-right:5px;border-radius:25px;margin-bottom:20px;}
.entry-footer .cat-links{display:none;}
.tags-links .screen-reader-text{display:none;}

/*======================================*/
.wcs-timetable__list .wcs-class{padding:20px 0;padding-left:15px;}
article.post-2221 .pf-content .kc_row .kc-title-wrap > h2.kc_title{line-height:1.1;}
article.post-2221 .pf-content .kc_row .kc-title-wrap > h2.kc_title,article.post-2221 .pf-content .kc_row .kc-title-wrap + .kc_text_block{font-family:'ModernLargeNormal1820';}

/*======================= Woocommerce css / 8-1-20 ===========================*/
.woocommerce-page .site-content{padding:50px 0;}
.woocommerce-page #secondary{display:none;}
.woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt:disabled[disabled], .woocommerce #respond input#submit.alt:disabled[disabled]:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt:disabled[disabled]:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt:disabled[disabled], .woocommerce button.button.alt:disabled[disabled]:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt:disabled[disabled], .woocommerce input.button.alt:disabled[disabled]:hover {
	background-color: #be7e02;
	color: #fff;
}
/*.woocommerce-page .woocommerce-breadcrumb{display: none;}*/
.woocommerce #respond input#submit.alt,.woocommerce a.button.alt,.woocommerce button.button.alt,.woocommerce input.button.alt,.woocommerce #respond input#submit,.woocommerce a.button,.woocommerce button.button,.woocommerce input.button{color:#ffffff;background-color:#be7e02;border-radius:5px 5px 5px 5px;font-size:14px;padding:10px 20px;font-weight:400;line-height:1.3;font-family:'Alef',sans-serif;}
.woocommerce #respond input#submit.alt:hover,.woocommerce a.button.alt:hover,.woocommerce button.button.alt:hover,.woocommerce input.button.alt:hover,.woocommerce #respond input#submit:hover,.woocommerce a.button:hover,.woocommerce button.button:hover,.woocommerce input.button:hover{background-color:#4d4945;color:#fff;}
.woocommerce .quantity .qty{width:65px;text-align:center;padding:5px;-webkit-appearance:textfield;}
.woocommerce .quantity .qty:focus{-webkit-appearance:inherit;}
.woocommerce-message,.woocommerce-info{border-top-color:#be7e02}
.woocommerce div.product p.price,.woocommerce div.product span.price,.woocommerce-message::before,.woocommerce-info::before{color:#be7e02;}
.woocommerce span.onsale{background-color:#be7e02;}
.woocommerce ul.products li.product .price{color:#000000;}
.woocommerce ul.products li.product .shop-sub-title{color:#000000;margin-bottom:10px;display:block;}
.woocommerce ul.products li.product{text-align:center;}
.related.products{border-top:1px solid #ccc;margin-top:30px;padding-top:30px;}
.cartCount{position:relative;margin-right:10px;}
.cartCount i{display:inline-block;background:url(assets/images/cart-icon.png) no-repeat;width:26px;height:26px;background-size:26px;vertical-align:top;margin-top:2px;}
.cartCount span{position:absolute;right:-6px;top:-15px;width:20px;height:20px;background:#9d5a04;color:#fff;border-radius:50%;text-align:center;line-height:20px;font-size:10px;letter-spacing:-0.5px;font-family:arial;font-weight:bold;}
.product_meta > span{display:block;margin-bottom:10px;}
.products li.product.type-product .button.add_to_cart_button{display:none;}
#tab-description > h2,#comments > h2{display:none;}
#tab-description h2{font-family:'ModernLargeNormal1820';font-size:60px;margin-bottom:35px;}
.woocommerce div.product .woocommerce-tabs ul.tabs li#tab-title-additional_information{/*float:right;*/}
.woocommerce-tabs .printfriendly{display:none;}
.special-products{position:relative;padding-top:50px;margin-bottom:100px;margin-top:20px;}
.special-products:before{background:url(assets/images/special-bg.jpg) no-repeat center / cover;position:absolute;top:0;content:'';width:100vw;height:calc(100% - 165px);left:50%;transform:translateX(-50%);}
.special-products ul.products{margin:0 -20px;}
.special-products ul.products li.product{width:50%!important;padding:0 20px;margin:0!important;}
.special-products ul.products li.product a > img{padding:10px;box-shadow:0 0 0 30px #001553 inset;border:20px solid #be7e02;}
.woocommerce-checkout #customer_details{margin-bottom:30px}
.woocommerce-checkout #payment{background:#fff;margin-bottom:30px;}
.woocommerce-checkout #payment div.payment_box{background:#f2f1f1;}
.woocommerce-checkout #payment div.payment_box::before{border-bottom-color:#f2f1f1;}
.woocommerce-checkout form.checkout.woocommerce-checkout .col2-set{margin:0 -20px;width:auto;}
.woocommerce-checkout form.checkout.woocommerce-checkout .col2-set > div{width:50%;padding:0 20px;}
.woocommerce-checkout form.checkout.woocommerce-checkout .col2-set .col-1{float:right;}
.woocommerce-checkout form.checkout.woocommerce-checkout .col2-set .col-2{float:left;}
.woocommerce-checkout form.checkout.woocommerce-checkout .col2-set #ship-to-different-address{margin-top:30px;}
.woocommerce-product-details__short-description ul li{margin-right:14px!important;}
.woocommerce-Tabs-panel ul li{margin-left:15px!important;}
.post-type-archive-product a.product_type_external{display:none;}
.delivery-late{margin-bottom:10px;font-size:23px;padding:30px 0;}
.woocommerce ul.products li.product .button{display:none;}

/*--------------------------------------------------------------
7.0 Responsive
--------------------------------------------------------------*/
@media only screen and (min-width:1367px){
	#story::before{left:-80px;}
	#story:after{right:-112px;}
}
@media only screen and (min-width:1601px){
	#story::before{left:60px;}
	#story:after{right:60px;}
}
@media only screen and (max-width:1440px){
	.footer-widget-box .widget_media_image{padding-left:15%;}
	#tab-description  h2{font-size:40px;}
}
@media only screen and (max-width:1179px){
	.products-sec-img::before{top:-40px;right:-70px;width:120px;height:165px;background-size:100%;}
	#story::before{top:-30px;left:0;max-width:170px;max-height:270px;}
	#story::after{max-width:331px;max-height:330px;bottom:-60px;right:-230px;}
	#recipes::after{background-size:auto 100%;height:165px;margin-top:80px;}
	.logo-box{max-width:220px;}
	.main-navigation ul li{padding:0 12px;}
	.main-navigation{margin-right:30px;padding:15px 0px;}
	.header-search{padding:10px 0}
	.hero-section{padding:160px 0 160px;}
}
@media only screen and (max-width:1023px){
	.menu-icon{display:block;}
	.hero-section h1{font-size:50px;margin-bottom:10px;}
	.three-boxes .kc-wrap-columns{padding-top:100px;padding-bottom:100px}
	.three-boxes .kc-wrap-columns > div:first-child::after{width:120px;height:100px;z-index:-1}
	#story{padding-top:80px;}
	#story .kc-icon-wrapper a,#story .kc-icon-wrapper i,#product .kc-icon-wrapper a,#product .kc-icon-wrapper i,#recipes .kc-icon-wrapper i{font-size:42px;}
	#story .kc_text_block,#product .kc_text_block{padding-right:65px;}
	#story .kc_text_block::before,#product .kc_text_block::before{width:45px;}
	.kc_column,.kc_column_inner{float:right!important;}
	#recipes{padding-top:0;}
	#story .kc-icon-wrapper,#product .kc-icon-wrapper{padding-right:60px;}
	#recipes::after{float:left;width:100%;}
	#world-travel .kc-row-container .kc-wrap-columns{padding-left:0;padding-right:0;}
	#restaurant-review .text-block-on-img{width:100%;}
	#world-travel{padding-top:0;padding-bottom:0;}
	.world-travel-image{width:100%!important;padding-left:0px!important;padding-right:0!important;}
	.world-travel .text-block-on-img .kc-col-container{max-width:540px;}
	.world-travel .text-block-on-img{width:100%;}
	.footer-widget-box .widget_media_image{padding-left:20%;}
	#story::before{display:none;}
	h2{font-size:40px;}
	.list-post-type.recipe-list .list-item h3{min-height:75px;}
	#story .kc-title-wrap,#product .kc-title-wrap{margin-bottom:15px;}
	#site-navigation{display:none;position:absolute;top:calc(100% + 10px);margin:0 0 0;background:#fff;z-index:1;width:100%;right:0;padding-top:0px;}
	.main-navigation ul{padding:0px 15px;}
	.main-navigation ul li{padding:0px 0px;width:100%;border-top:1px solid #cfc5ba;}
	.main-navigation ul li a{line-height:1.2;padding:10px 15px;}
	.menu-icon.active span:nth-child(1){-webkit-transform:translateY(8px) rotate(135deg);-ms-transform:translateY(8px) rotate(135deg);-o-transform:translateY(8px) rotate(135deg);transform:translateY(8px) rotate(135deg);}
	.menu-icon.active span:nth-child(2){-webkit-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0);}
	.menu-icon.active span:nth-child(3){-webkit-transform:translateY(-8px) rotate(-135deg);-ms-transform:translateY(-8px) rotate(-135deg);-o-transform:translateY(-8px) rotate(-135deg);transform:translateY(-8px) rotate(-135deg);}
	.main-navigation ul li .sub-menu,.main-navigation ul li .sub-menu .sub-menu{opacity:1;visibility:visible;position:static;transform:none;width:100%;padding:0px;background:#f5f5f5;display:none;}
	.main-navigation ul li:hover .sub-menu{transform:none;opacity:1;visibility:visible;}
	.main-navigation ul li .sub-menu li{border-bottom:0px;padding:0px 0px;}
	.main-navigation ul li .sub-menu li a{padding:10px 15px;line-height:1.2;}
	.main-menu .arrow{display:block!important;cursor:pointer;position:absolute;top:0px;left:0px;width:42px!important;min-width:35px!important;height:42px!important;padding:0!important;background-color:#cfc5ba;}
	.main-menu .arrow span{position:relative;top:50%;margin:0 auto!important;-webkit-transition-duration:.2s;-moz-transition-duration:.2s;transition-duration:.2s;}
	.main-menu .arrow span,.main-menu .arrow span::after{width:14px;height:2px;background-color:#ffffff;display:block;}
	.main-menu .arrow span::after{position:absolute;content:'';}
	.main-menu .arrow span::after{-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);-webkit-transition-duration:.2s;-moz-transition-duration:.2s;transition-duration:.2s;}
	.main-menu .arrow.up span{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg);-webkit-transition-duration:.2s;-moz-transition-duration:.2s;transition-duration:.2s;}
	.main-menu .arrow.up span::after{-webkit-transform:rotate(-180deg);-ms-transform:rotate(-180deg);transform:rotate(-180deg);-webkit-transition-duration:.2s;-moz-transition-duration:.2s;transition-duration:.2s;}
	.single-post #secondary{float:right;width:100%;margin-top:50px;}
	.single-post #primary{width:100%;}
	.row{margin-right:0px;margin-left:0px;}
	.single-post .site-content{padding-top:30px;}
	#primary .post-thumbnail{margin-bottom:30px;}
	.post-entry-header h1.entry-title{margin:15px 0 30px;}
	body.single #contact{margin-top:50px;}
	.search-results h1.page-title{font-size:40px;}

	/*events*/
	.wcs-timetable__list .wcs-class{padding-left:0;padding-right:135px;min-height:160px;display:block;}
	.wcs-timetable__list .wcs-class .wcs-class__image{display:block;width:120px;height:120px;position:absolute;right:0;top:20px;z-index:0;}
	.wcs-timetable__container h3{font-size:16px;font-weight:500;margin:2px 0!important;}
	.wcs-timetable__list .wcs-class .wcs-class__meta{margin:0;}
	.wcs-timetable__list .wcs-class .wcs-class__time{width:auto;margin:0;text-align:right;padding:0;display:table;font-weight:700;}
	.wcs-timetable__list .wcs-class .wcs-class__time > div{color:#000;}
	.wcs-class__meta .wcs-class__time-duration{font-size:14px;}
	.wcs-timetable__list .wcs-class .wcs-class__action{width:100%;margin:5px 0 0 0;}
}
@media only screen and (max-width:767px){
	.rounded-img{margin-bottom:30px;}
	.rounded-img img{width:100%;}
	#story{padding-bottom:100px;}
	#story::after{display:none;}
	.list-post-type.recipe-list{margin-left:0;margin-right:0;}
	.list-post-type.recipe-list .list-item{max-width:50%;-ms-flex:0 0 50%;flex:0 0 50%;}
	.list-post-type.recipe-list .list-item h3{min-height:50px;}
	.footer-widget-box{width:100%;margin-bottom:15px;margin-top:15px;}
	.footer-widget-box .widget_media_image{padding-left:0;text-align:center;margin-top:0%;display:none;}
	.social-links{margin-top:35px;}
	#recipes{padding-bottom:50px;}
	#recipes::after{height:85px;}
	#restaurant-review .kc-row-container .kc-wrap-columns{padding-left:0px;padding-right:0px;}
	.world-travel .text-block-on-img{transform:none;position:relative;margin-top:-40px;padding-top:0;}
	.post-navigation .nav-previous{width:100%;padding-right:25px;}
	.post-navigation .nav-next{text-align:left;width:100%;padding-left:25px;padding-right:0px;margin-top:30px;}
	.post-navigation .nav-previous span.nav-title-icon-wrapper{right:-18px;}
	.post-navigation span.nav-title-icon-wrapper{left:-18px;right:0;}
	#commentform p.comment-form-email{padding-right:0px;}
	#commentform p.comment-form-author{padding-left:0px;}
	#commentform p.comment-form-author,#commentform p.comment-form-email{width:100%;}
	.site-header.sticky-header{position:static;}
	.header-search{position:absolute;top:0px;left:15px;}
	.logo-box{margin:auto;display:table;float:none!important;}
	.header-search-form{width:360px;}
	#secondary .jr-insta-thumb ul.thumbnails.jr_col_3 li{width:30.83%!important;}
	.search-result-section article{max-width:50%;-ms-flex:0 0 50%;flex:0 0 50%;}
	html,body{overflow-x:hidden;}
	.special-products::before{background-size:220%;background-position:center top;}
	.special-products ul.products li.product a > img{padding:5px;box-shadow:0 0 0 5px #001553 inset;border:10px solid #be7e02;}
	.special-products ul.products li.product{width:100%!important;}
	.special-products ul.products li.product + li{margin-top:30px!important;}
	.special-products{padding-top:30px;margin-bottom:60px;}
	.mobHide{display:none;}
	#tab-description h2{font-size:30px;}
	.woocommerce div.product .product_title{font-size:40px;}
	.woocommerce-checkout form.checkout.woocommerce-checkout .col2-set .col-1{float:right;width:100%;}
	.woocommerce-checkout form.checkout.woocommerce-checkout .col2-set .col-2{float:left;width:100%;}
	.woocommerce-checkout #shipping_first_name_field{width:100%;}
	.woocommerce-checkout #shipping_last_name_field{width:100%;}
	.woocommerce-checkout #billing_first_name_field{width:100%;}
	.woocommerce-checkout #billing_last_name_field{width:100%;}
	.woocommerce-checkout #ship-to-different-address{line-height:32px;}
	.woocommerce ul.products li.product .button{min-width:auto;display:none;}
	
	.site-header .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after{display: none;}
	.site-header .wpml-ls-legacy-dropdown{width: 30px;position: absolute;right: 60px;top: 16px;}
	.site-header .wpml-ls-legacy-dropdown a{padding: 0 !important;border: none;}
	.site-header .wpml-ls-legacy-dropdown .wpml-ls-flag{width: 25px;height: 17px;}
	.site-header .wpml-ls-legacy-dropdown .wpml-ls-item{text-align: center;}
	.site-header .wpml-ls-legacy-dropdown .wpml-ls-sub-menu{padding: 5px 0 0 0;}
	.site-header #menu-item-wpml-ls-2-en, .site-header  #menu-item-wpml-ls-2-he{display: none;}
	#mobile-lang{display:block;position: absolute;right: 68px;top: 14px;}
	#mobile-lang > ul li{display:block !important;}
	#mobile-lang > ul > li span.wpml-ls-native{display:none;}  
	#mobile-lang > ul .sub-menu{display:none;margin: 7px 0 0;}
}
@media only screen and (max-width:479px){
	.list-post-type.recipe-list .list-item{max-width:100%;-ms-flex:0 0 100%;flex:0 0 100%;padding:0;}
	.search-result-section{margin-right:15px;margin-left:15px;}
	.search-result-section article{max-width:100%;-ms-flex:0 0 100%;flex:0 0 100%;padding:0;}
	.list-post-type.recipe-list .list-item h3{min-height:inherit;}
	.logo-box{max-width:200px;padding:2px 0px;}
	.home #recipes .recipe-list .list-item{display:none;}
	.home #recipes .recipe-list .list-item:first-child{display:block;}
	.world-travel .text-block-on-img .kc-col-container .section-title{line-height:1.1;}
	.woocommerce div.product .product_title{font-size:30px;}
}

@media all and (min-width: 768px) and (max-width: 1023px)
{
	.wpml-ls-legacy-dropdown{display: none;}
}

.postid-14524 li#menu-item-wpml-ls-2-en ul.sub-menu {
    display: none !important;
}
.delivery-late,.woocommerce-products-header{
	text-align:center !important;
}
.tax-product_cat .term-description, .delivery-late {
    margin-bottom: 10px;
    font-size: 20px;
    padding: 20px 0 !important;
}
.delivery-late p {
    padding: 20px 0 !important;
    margin-bottom: 10px !important;
}
.tc-label-text{
	margin-top:-4px;
}

/* Fix Cibus Payment Gateway image size */
img[alt~="סיבוס"] {
	width: 80px;
}