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


.elementskit-single-testimonial-slider {
    height: 500px;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between;
}
.elementskit-single-testimonial-slider p {
    font-size: 16px !important;
}
* {
transition: color 0.25s ease,
	background-color 0.25s ease,
	transform 0.25s ease,
	opacity 0.25s ease;
}
.blur-box {
    backdrop-filter: blur(2px);
}
div.wpforms-container-full .wpforms-form input,div.wpforms-container-full .wpforms-form textarea {
    background: transparent !important;
    border: 1px solid #b87333 !important;
    border-radius: 10px !important;
}
div.wpforms-container-full .wpforms-form input::placeholder, div.wpforms-container-full .wpforms-form textarea::placeholder {
    color: #8e8e8e;
	font-size: 14px !important;
}
div.wpforms-container-full .wpforms-form button[type=submit] {
    background: #b87333;
    color: #fff;
    padding: 14px 30px;
    border-radius: 30px;
}
div.wpforms-container-full .wpforms-form button[type=submit]:hover {
    background: #171717;
}
.wpforms-form {
    background: #ffffff !important;
    padding: 30px !important;
    border-radius: 30px !important;
    box-shadow: 0 0 15px #b7655a9e !important;
}
ul.elementskit-dropdown.elementskit-submenu-panel {
    border-radius: 80px;
    overflow: hidden;
}
ul#menu-header_menu li a svg {
    width: 15px;
    height: 15px;
    border: none;
}
ul.elementskit-dropdown.elementskit-submenu-panel {
    padding-top: 10px !important;
/*     margin-left: 10px; */
    border: none !important;
    box-shadow: none !important;
    background: transparent !important;
}
ul.elementskit-dropdown.elementskit-submenu-panel li a {
    border-radius: 50px !important;
}
ul#menu-header_menu li:hover a:not(.active) svg {
    fill: #fff;
}
@media only screen and (max-width: 1000px) and (min-width: 320px){
	.elementskit-single-testimonial-slider {
		height: auto;
	}
}