/* 
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 */


.page-header {
    display: none;
}

input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], select, textarea {
    border: 1px solid #d0d0d0;
    border-radius: 5px;
    padding: .5rem 1rem;
    transition: all .3s;
    width: 100%;
}


blockquote.wp-block-quote.is-layout-flow.wp-block-quote-is-layout-flow {
    border-left: 4px solid #cc3d6a;
    margin: 0;
    padding: 10px 30px;
}

blockquote em {
	font-size:14px;
	line-height:1.3 !important;
}


ul.elementor-inline-items.elementor-icon-list-items.elementor-post-info li:nth-child(4) .elementor-icon-list-text {
    background:black;
		color:#fff;
	padding:0 4px;
}

