/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

a.taglist {
    background: #fff ! IMPORTANT;
    padding: 4px 10px ! IMPORTANT;
    color: #000 ! IMPORTANT;
}

.post-ps article.elementor-post.elementor-grid-item {
    background: #ffffff;
}

.post-ps .elementor-post__text {
    padding: 0px 20px;
}


.search-box form {
    background: #eeeeee;
    display: flex;
    border: unset;
    border-radius: 5px;
}


.search-box form button.submit {
    background: #f0f0f0;
    border-radius: unset ! IMPORTANT;
    border: unset  ! IMPORTANT;
}

.search-box form  input.text {
    border: unset  ! IMPORTANT;
    background: #f0f0f0  ! IMPORTANT;
}

.search-box form i.fa.fa-search {
    color: #233543 ! IMPORTANT;
}