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


.elementor-sticky.elementor-sticky--effects {
    box-shadow: 0px 3px 16px 0px #0000002b;
	background: #fff;
}
/* elementor-element elementor-element-19ac00e e-flex e-con-boxed e-con e-parent elementor-sticky elementor-sticky--active elementor-section--handles-inside e-lazyloaded */


.elementor-mark-required .elementor-field-label:after {
    font-size: 24px;
    padding-inline-start: 2px;
    position: absolute;
}
.elementor-field-type-number .input-group {
    display: flex;
}
.elementor-field-type-number .input-group button {
    border: none;
    border-radius: 0;
    background-color: #D1D5DC;
    z-index: 2;
    padding: 0;
    color: #000;
}
.elementor-field-type-number .input-group button.btn-minus {
    -webkit-border-top-left-radius: 7px;
    -webkit-border-bottom-left-radius: 7px;
    -moz-border-radius-topleft: 7px;
    -moz-border-radius-bottomleft: 7px;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
}
.elementor-field-type-number .input-group button.btn-plus {
    -webkit-border-top-right-radius: 7px;
    -webkit-border-bottom-right-radius: 7px;
    -moz-border-radius-topright: 7px;
    -moz-border-radius-bottomright: 7px;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
}
.elementor-field-type-number .input-group input[type="text"] {
    margin: 0 -7px;
    border-radius: 0;
}


/* page Contacts */
@media (max-width: 767px) {
	.box-custom .elementor-icon-box-title {
		margin-top: 3px;
	}
}