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


@media only screen and (min-width: 1200px) and (max-width: 1499px) {
	#features {
    padding-left: 40px;
    padding-right: 40px;
}
	#features .e-con-inner {
        column-gap: 0;
    }
}
@media only screen and (min-width: 1025px) and (max-width: 1199px) {
.elementor-location-header p.elementor-heading-title {
    font-size: 23px !important;
}
	#features {
    padding-left: 30px;
    padding-right: 30px;
}
	#features .e-con-inner {
        column-gap: 0;
    }
	#features p {
	letter-spacing: 0px;
	font-size: 14px;
}
.elementor-nav-menu--main .elementor-item {
    font-size: 13px !important;
    margin-left: 12px !important;
}
.elementor-nav-menu--main:not(:last-child) .elementor-item {
    margin-right: 12px !important;
}
}

@media only screen and (max-width: 1024px) {
.elementor-nav-menu li:last-child {
    margin-bottom: 14px;
}
}
@media only screen and (max-width: 767px) {
.elementor-nav-menu li:last-child {
    margin-bottom: 12px;
}
.elementor-widget-heading.logo_txt {
    height: 16px !important;
}

}