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

.cr-form .wpforms-field-container {
    max-width: 700px;
}
.cr-form .wpforms-field-container input.wpforms-field-medium {
    max-width: none;
}
.cr-form .wpforms-container .wpforms-form .wpforms-field.wpforms-field-name .wpforms-field-row {
    /*display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 100%;*/
    max-width: none;
}
.cr-form .wpforms-container .wpforms-form .wpforms-field.wpforms-field-name .wpforms-field-row .wpforms-one-half {
    width: 50%;
}
.cr-testimonials .mySwiper {
    padding: 0;
}
.cr-testimonials .mySwiper .slide-description {
    line-height: 1.2 !important;
}
.scroll-on .e-con-boxed {
    background: black;
}
.cr-footer-menu .eael-simple-menu-container .eael-simple-menu li a {
    line-height: 1;
    margin: 0 0 15px;
}
.cr-footer-menu .eael-simple-menu-container.preset-2 {
    border: none;
}
.swiper-bottom-buttons-block {
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    margin: 0 !important;
}
.c-list ul{
	padding:0 0 0 15px;
	margin:0;
}
.c-list ul li{
	margin:0 0 12px;
}