/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 19 2025 | 14:02:44 */
.select-box{
	position: relative;
}

.select-box p{
	opacity:0;
}

.select-box:hover p{
	opacity:1;
	transform: translatey(-10px);
	transition:all 0.5s ease;
}

.select-box:hover .select-box-btn__heading{
	position: relative;
	z-index:9;
	transform: translatey(-20px);
	transition:all 0.5s ease;
}



.select-box:before{
	content:"";
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	background:#3182CE02;
	opacity:0;
	z-index:9;
	border-radius:16px;
	
}

.select-box:hover::before{
	opacity: 0.7;
}

.select-box h5{
	font-family: "acumin-pro-extra-condensed";
}

.featured-recipe__item_content{
	transition: 1s;
	opacity:0;
}

#wpforms-submit-976{
	    color: #002d74;
    font-size: 16px;
    line-height: 16px;
    font-family: arial, helvetica, sans-serif;
    font-weight: 700;
    margin: 0;
    font-weight: 700;
    position: relative;
    text-align: center;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    padding: 12px 24px;
}
#wpforms-submit-976:hover{
	background:#fff;
	
}
#wpforms-submit-976:focus:after{
	border: none !important;
	padding:0;
}

#wpforms-submit-1009{
	background: #002d74;
    border-color: #002d74;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 16px;
    font-family: arial, helvetica, sans-serif;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    padding: 12px 24px;
    font-weight: 700;
}
/* Hiding form for footer in the contact page */
.page-id-303 .custom-site__footer  .e-con-inner{
	    max-width: 80vw;
}
.page-id-303 .custom-site__footer .footer-form__block{
	display: none;
}


.custom-heading__nav ul{
	padding-left: 0;
}
.custom-heading__nav ul li{
	list-style-type: none;
}