/* 
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 */
h1, h2, h3, h4, h5, h6{
	margin-top:0
}
p:last-child{
	margin-bottom:0 !important
}
.comments-area a, 
.page-content a {
    text-decoration: none;
}
a{
	color:currentcolor
}
body{
	font-family:Avenir
}
.elementor-button .elementor-button-content-wrapper{
	align-items:center
}
.elementor-button-icon svg{
	width:25px;
}
.elementor-button-text{
	position: relative;
    top: 2px;
}
.top-auto{
	margin-top:auto
}
ul{
	padding-left:20px
}
.wx-auto{
	max-width:max-content !important
}
.ekit_social_media>li>a{
    padding: 0 !important;
    color: #fff;
    opacity: .5;
    display: flex !important;
    align-items: center;
}
.ekit_social_media>li>a svg{
    width:25px;
    height:25px !important;
    margin-right:5px;
	fill:#fff !important;
}
.custom-popup.sgpb-content {
    border-width: 1px !important;
    border-radius: 35px !important;
    border-color: rgba(145, 145, 145, 1) !important;
    padding: 25px;
}
.text-align ul li+li{
	margin-top:5px
}
.text-align::-webkit-scrollbar {
	width: 8px;
}
.text-align::-webkit-scrollbar-thumb {
	background: #888;
	border-radius: 10px;
}
.text-align::-webkit-scrollbar-thumb:hover {
	background: #555;
}
span.wpcf7-spinner {
    position: absolute;
    right: 20px;
    margin: 0;
    top: 14px;
}
.ekit-wid-con .ekit-form form p {
    position: relative;
}
.wpcf7 form .wpcf7-response-output {
	margin: 10px 0.5em 0 !important;
	text-align:center
}
.ekit-wid-con .wpcf7-not-valid-tip {
    font-size: 14px;
    position: relative;
    top: -12px;
}
.main-title .elementor-icon-box-title a, 
.main-title .elementor-icon-box-title {
    line-height: normal !important;
    font-family: 'Avenir' !important;
}
@media (max-width: 1024px) {
    button.elementskit-menu-hamburger {
        display: flex !important;
        align-items: center;
        justify-content: center;
	}
	button.elementskit-menu-hamburger > .ekit-menu-icon {
		display:inline-flex;
		position:relative;
		top:-1px		
	}
	.custom-popup.sgpb-content{
		border-radius:20px !important;
		padding:10px;
	}
}