/*
Theme Name: WildernessRecipes Shild
Theme URI: https://wildernessrecipes.com
Description: Lightweight child theme for Kadence
Author: Ismail DF
Template: kadence
Version: 1.0.0
Text Domain: wildernessrecipes_shild
*/

/* Custom styles start here */
/* =========================================================
   SEARCH SECTION
========================================================= */

.wildernessrecipes-search-container{
direction:rtl;
padding:28px 20px;
text-align:center;
background:#FAF7F2;
border-bottom:1px solid #EEE3D6;
}

/* TITLE */
.wildernessrecipes-search-title{
font-size:26px;
font-weight:700;
color:#2e7d32;
margin:0 0 10px;
line-height:1.5;
}

.wildernessrecipes-search-desc{
font-size:16px;
font-weight:600;
color:#444;
margin-bottom:18px;
}

/* SEARCH BOX */
.wildernessrecipes-search-box{
max-width:760px;
margin:auto;
display:flex;
flex-direction:row-reverse;
background:#fff;
border:1px solid #d9b88f;
overflow:hidden;
box-shadow:0 4px 14px rgba(0,0,0,.04);
}

.wildernessrecipes-search-box input{
flex:1;
border:none;
padding:15px;
font-size:15px;
font-weight:600;
outline:none;
background:#fff;
color:#000;
}

.wildernessrecipes-search-box input::placeholder{
color:#777;
font-weight:500;
}

.wildernessrecipes-search-box button{
border:none;
background:#c7771d;
color:#fff;
font-size:16px;
font-weight:700;
padding:0 24px;
cursor:pointer;
transition:.2s;
}

.wildernessrecipes-search-box button:hover{
background:#a96111;
}

/* RESULTS */
.wildernessrecipes-live-results{
max-width:760px;
margin:auto;
background:#fff;
border:1px solid #d9b88f;
border-top:none;
overflow:hidden;
display:none;
text-align:right;
box-shadow:0 10px 22px rgba(0,0,0,.05);
}

.wildernessrecipes-live-item{
padding:13px 15px;
border-bottom:1px solid #f4ede4;
font-weight:600;
transition:.2s;
}

.wildernessrecipes-live-item:last-child{
border-bottom:none;
}

.wildernessrecipes-live-item:hover{
background:#fff8f0;
}

.wildernessrecipes-live-item a{
text-decoration:none;
color:#111;
display:block;
}

.wildernessrecipes-no-results{
padding:16px;
text-align:center;
color:#666;
font-weight:600;
}

/* ADS */
.wildernessrecipes-header-ad,
.wildernessrecipes-header-ad-mobile{
width:100%;
text-align:center;
background:#f3f4f6;
padding:18px;
border-bottom:1px solid #f0e6d8;
}

/* Desktop */
@media (max-width:1024px){
.wildernessrecipes-header-ad{
display:none !important;
}
}

/* Mobile */
@media (min-width:1025px){
.wildernessrecipes-header-ad-mobile{
display:none !important;
}
}

/* MOBILE DESIGN */
@media(max-width:768px){

.wildernessrecipes-search-title{
font-size:20px;
}

.wildernessrecipes-search-desc{
font-size:14px;
}

.wildernessrecipes-search-box input{
font-size:14px;
padding:13px;
}

.wildernessrecipes-search-box button{
font-size:14px;
padding:0 18px;
}

}