/*

Theme Name: Hello Elementor Child

Theme URI: https://github.com/elementor/hello-theme/

Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team

Author: Whiteout Studio

Author URI: https://whiteoutstudio.com/

Template: hello-elementor

Version: 1.0.1

Text Domain: hello-elementor-child

License: GNU General Public License v3 or later.

License URI: https://www.gnu.org/licenses/gpl-3.0.html

*/

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

.customize-unpreviewable{
    display: none!important;
}

@keyframes infiniteScrollBg {
  0% {
    transform: translateY(0%);
  }
  100%{
    transform: translateY(-100%);
  }
}

/*Notes tip*/
.ca-tip {
	font-size: 14px!important;
	line-height: 1.2!important;
	font-family: "ProximaNova"!important;
	font-weight: 500;
    color: 8E8824!important;
}

/*Border radius for several items*/
.ca-border-radius{
    border-radius: 20px!important;
}
