/*
Theme Name: Riode Child
Theme URI: https://riode.org/
Author: D-THEMES
Author URI: https://riode.org/about-me/
Description: Riode Responsive WordPress + eCommerce Theme.
Version: 1.0
Template: riode
License: Commercial
License URI: http://themeforest.net/licenses/regular_extended
Tags: woocommerce, corporate, ecommerce, responsive, blue, black, green, white, light, dark, red, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
*/

/*************** ADD YOUR CUSTOM CSS HERE  ***************/

.round-search {
    width: 100%;
    background-color: #d4d4d4; !important
    border-radius: 20px;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    margin-bottom: 10px;
}
.round-search input, .round-search  select {
    height: 40px;
    background: white;
}
.round-search .wrap  {
    margin: 20px;
    padding:10px;

    /* justify-content: center;*/
}
.round-search .small-wrap {
    padding:10px;
}
.round-search  select {
    margin-bottom: 10px;
}
.input-group-btn {
    display:inline-block;
}

.row div{
    margin-bottom: 3px;
}