/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 21 2025 | 15:17:29 */
.fusion-footer .fusion-li-item-content {
    color: #fff !important;
}

input#field_vgq02 {
    border-style: solid;
    border-width: 1px;
    border-color: #bbbbbb;
    background-color: #fff;
    color: #000;
    border-radius: 20px;
    /* height: 42px; */
    font-size: 14px;
    line-height: 14px;
    padding-left: 13px;
    padding-right: 13px;
}
form#form_subscribe-our-newsletter button.frm_button_submit {
    border-radius: 100px;
    background: rgba(255, 255, 255, 1);
    box-shadow: none;
    text-shadow: none;
    color: #19996B;
    border-width: 2px;
    border-color: #fff;
    font-size: 16px;
    line-height: 19px;
    margin-top: 0px;
}

.cont-chefs .fusion-text {
    padding: 0px 30px;
}



/*.cont-chefs .fusion-column-wrapper {
    border-top-left-radius: 0px;
    border-top-right-radius: 25px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 0px;
    background: #19996b !important;
	    padding-right: 10px !important;
    padding-bottom: 10px !important;
}*/
.cont-chefs .fusion-column-wrapper {
    border-top-left-radius: 0px;
    border-top-right-radius: 25px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 0px;
    background: #fff !important;
   /* padding-right: 10px !important;
    padding-bottom: 10px !important;*/
    border-style: solid;
    border-width: 1px;
    border-color: #ccc;
	    overflow: hidden;
}
.cont-chefs .fusion-column-wrapper:after {
    content: "";
    position: absolute;
    height: calc(100% + 10px);
    width: calc(100% + 10px);
    right: -10px;
    bottom: -10px;
    border-top-left-radius: 0px;
    border-top-right-radius: 25px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 0px;
    background: #19996b !important;
    /* padding-right: 10px !important; */
    /* padding-bottom: 10px !important; */
    z-index: -1;
}

.cont-costumers .fusion-column-wrapper {
    border-style: solid;
    border-width: 1px;
    border-color: #ccc;
    border-top-right-radius: 25px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 10px;
    padding: 20px !important;
}
.cont-price-menu {
    background: rgba(18, 108, 75, 1);
    border-style: none;
    border-top-right-radius: 8px;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 2px;
    display: inline-block;
    padding: 5px 10px;
	float: right;
}

.cont-price-menu p{
margin-bottom:0px !important;
}
.cont-h1-48 h1{
	font-size:48px !important;
}

.cont-one-third-white-border-radius .fusion-column-wrapper {
    border-style: solid;
    border-width: 1px;
    border-color: #ccc;
    border-top-right-radius: 30px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 5px;
    padding: 50px !important;
}

span, strong{
	font-family:inherit !important;
}




.cont-title-section h3, .cont-title-section h1{
    margin-bottom: 5px !important;
}
.cont-title-section h1{
 font-size: 60px !important;
}


.cont-back-shape-green:after {
    content: "";
    display: block;
    background: rgba(25, 153, 107, 1);
    border-style: solid;
    border-width: 1px;
    border-color: #ccc;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 158px;
    border-bottom-right-radius: 0;
    right: 0px;
    top: -5px;
    z-index: 1;
    width: 409px;
   /* height: 916px;*/
	height: 100%;
    position: absolute;
}




.cont-icon-shape-text h5 {
    display: inline !important;
	margin-bottom:5px !important;
}
.cont-icon-shape-text p {
    display: inline !important;
}
.cont-icon-shape-text img {
    background: rgba(255, 255, 255, 1);
    border-style: solid;
    border-width: 1px;
    border-color: #ccc;
    border-top-right-radius: 15px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 4px;
    padding: 5px !important;
    display: inline-block !important;
    vertical-align: top;
	    width: 70px;
    height: 70px;
}


.cont-btn-margin-right {
    margin-right: 30px;
}

.cont-border-radius-right-top-left-bottom .fusion-column-wrapper {
    background: rgba(243, 250, 247, 1);
    border-style: solid;
    border-width: 1px;
    border-color: #ccc;
    border-top-right-radius: 25px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 5px;
    padding: 10px 15px !important;
}




/******* css labels pseudoclass****/
.review.no-avatar {
    background: transparent !important;
}


.text-title-label h1:before {
    width: 0;
    height: 0;
    border-top: 30px solid transparent;
    border-right: 20px solid white;
    border-bottom: 30px solid transparent;
    position: absolute;
    right: 0px;
    top: 0px;
    content: "";
}

.text-title-label h1:after {
    width: 0;
    height: 0;
    border-top: 30px solid transparent;
    border-left: 20px solid white;
    border-bottom: 30px solid transparent;
    position: absolute;
    left: 0px;
    top: 0px;
    content: "";
}
.text-title-label h1 {
    background: #67C8C7;
    display: inline-block;
    padding: 5px 40px;
    position: relative;
}

/******* css labels pseudoclass****/


.cont-half-padding .fusion-column-wrapper {
    padding: 150px 100px !important;
}

.notitle-gf label.gfield_label {
    display: none !important;
}


.cont-white-text {
color:#fff !important;
}
.cont-white-text a{
color:#fff !important;
}
.cont-white-text h1{
color:#fff !important;
}
.cont-white-text h2{
color:#fff !important;
}
.cont-white-text h3{
color:#fff !important;
}
.cont-white-text h4{
color:#fff !important;
}
.cont-white-text h5{
color:#fff !important;
}
.cont-white-text h6{
color:#fff !important;
}





@media only screen and (max-width: 800px){

.cont-padding-top-bottom-50 {
    padding-top: 30px !important;
    padding-bottom: 20px !important;
}

.cont-half-padding .fusion-column-wrapper {
    padding: 40px 30px !important;
}

.cont-padding-top-bottom-70{
padding-top:40px !important;
padding-bottom:20px !important;
}
.cont-padding-top-70{
padding-top:40px !important;
}
.cont-padding-bottom-70{
padding-bottom:20px !important;
}


.cont-padding-top-bottom-100{
padding-top:40px !important;
padding-bottom:20px !important;
}
.cont-padding-top-100{
padding-top:40px !important;
}
.cont-padding-bottom-100{
padding-bottom:20px !important;
}


.cont-padding-top-bottom-150{
padding-top:40px !important;
padding-bottom:20px !important;
}
.cont-padding-top-150{
padding-top:40px !important;
}
.cont-padding-bottom-150{
padding-bottom:20px !important;
}


}

@media only screen and (min-width: 800px){
	
		.cont-tomato:before {
    content: "";
    width: 175px;
    height: 175px;
    background: url(https://foodeza.warmi.club/wp-content/uploads/2025/02/img-04-1.png);
    background-size: cover;
    position: absolute;
    bottom: 0px;
    right: -70px;
    /*z-index: 9999999 !important;*/
}
	.cont-chile:after {
    content: "";
    width: 175px;
    height: 175px;
    background: url(https://foodeza.warmi.club/wp-content/uploads/2025/02/img-05-2.png);
    background-size: cover;
    position: absolute;
    bottom: -50px;
    left: 0px;
    /*z-index: 9999999 !important;*/
}
	
.img-tomato {
    position: absolute !important;
    right: -110px;
    top: -290px;
    z-index: 9999 !important;
}
	.cont-tomato {
    overflow: visible !important;
}
	
	
	.cont-padding-top-bottom-50 {
    padding-top: 50px !important;
    padding-bottom: 30px !important;
}

.modal-header {
    padding: 20px 40px;
}


.modal-body {
    padding-left: 40px !important;
    padding-right: 40px !important;
    padding-bottom: 40px !important;
}

.cont-padding-top-bottom-70{
padding-top:70px !important;
padding-bottom:50px !important;
}
.cont-padding-top-70{
padding-top:70px !important;
}
.cont-padding-bottom-70{
padding-bottom:50px !important;
}




.cont-padding-top-bottom-100{
padding-top:100px !important;
padding-bottom:80px !important;
}
.cont-padding-top-100{
padding-top:100px !important;
}
.cont-padding-bottom-100{
padding-bottom:80px !important;
}


.cont-padding-top-bottom-150{
padding-top:150px !important;
padding-bottom:130px !important;
}
.cont-padding-top-150{
padding-top:150px !important;
}
.cont-padding-bottom-150{
padding-bottom:130px !important;
}


}