/*
Theme Name:     Bopea Child
Theme URI: 		https://jellywp.com/wp/bopea_preview/
Description: 	Wordpress Theme for Blogs & Magazines
Author:         Jellywp
Author URI: 	http://themeforest.net/user/jellywp
Template:       bopea
Version:        1.0.0
*/

/*single search*/
.custom-search-form {
    display: flex;
    align-items: center;
    max-width: 588px;
    width: 100%;
    margin: 30px auto;
    border: 1px solid #333;
    border-radius: 5px;
    overflow: hidden;
}

.custom-search-input {
    flex: 1;
    padding: 10px;
    border: none!important;
    outline: none;
    font-size: 16px;
}

.custom-search-input::placeholder {
    color: #aaa;
}

.custom-search-button {
    padding: 10px 15px;
    margin: 0 4px;
    background-color: #333;
    color: #fff;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.custom-search-button:hover {
    background-color: #555;
}
