/*
Theme Name:   hello-elementor child theme
Description:  Write here a brief description about your child-theme
Author:       Guy
Author URL:   https://wordpress-517778-2072753.cloudwaysapps.com
Template:     hello-elementor
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  hello-elementor-child
*/

/* Write here your own personal stylesheet */

.but_call {
	 text-decoration: none;
	 color: #fff;
	 border-radius: 5px;
	 overflow: hidden;
}

.but_call a:hover{
	color: #fff!important;
} 
.but_call:before {
	 content: '';
	 position: absolute;
	 top: 0;
	 left: 0;
	 width: 1.5em;
	 height: 100%;
	 background-color: rgba(255, 255, 255, 0.6);
	 transform: translateX(-4em) skewX(-45deg);
}
.but_call:before {
	animation: move-light 2s infinite;
/* 	animation-delay: 0s, 2s; */
}
.but_call a{
	width: 100%!important;
}
 @keyframes move-light {
	 from {
		 transform: translateX(-4em) skewX(-45deg);
	}
	 to {
		 transform: translateX(18em) skewX(-45deg);
	}
}

input[type="tel"]{
	direction: ltr;
	text-align: right;
}
@media(max-width: 768px){
.header_tel .elementor-image-box-wrapper{
	display: flex;
	flex-direction: row-reverse;
	padding-top: 25px;
	padding-left: 20px;
}	
	body{
	overflow-x: hidden!important;
}
	.elementor-nav-menu--dropdown.elementor-nav-menu__container{
		width:100vw!important;
		top: 60px;
		right: 0!important;
	}
} 

.elementor-field-group-divur{
	order: 4;
}

