/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: A plain-vanilla &amp; lightweight theme for Elementor page builder
Tags: flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 2.3.0.1605180210
Updated: 2020-11-12 14:23:30

*/

.eicon-chevron-right,
.eicon-chevron-left{
    background-color: #000;
    border-radius: 100%;
    padding: 5px;
    opacity: 0.7;
}

.elementor-button{
    position: relative;
    overflow: hidden;
}
.elementor-button::before{
    content: "";
    display: block;
    width: 10px;
    height: 200px;
    margin-left: 60px;
    background: #fff;
    opacity: 0.9;
    position: absolute;
    left: -70px;
    top: -50px;
    z-index: 1;
    transform: rotate(45deg);
    transition: all 0.1s;
    animation-name: slideme;
    animation-duration: 3s;
    animation-delay: 0.05s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}
@keyframes slideme {
  0% {
    left: -30px;
    margin-left: 0px;
  }
  30% {
    left: 110%;
    margin-left: 80px;
  }
  100% {
    left: 110%;
    margin-left: 80px;
  }
}


@media (max-width: 767px){
.elementor-7 .elementor-element.elementor-element-f355711:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-7 .elementor-element.elementor-element-f355711 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer {
    height: 300px;
    background-size: 50%;
    background-position-x: center;
}
}    

.phoneNumber{
font-family: "Open Sans", Sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.1em;
    letter-spacing: 0.1px;	
	color: #fff;
    margin-left: 15px;
}
