/*!
Theme Name: SwimmingPool
Theme URI: https://www.templatemonster.com/vendors/zemez
Author: Zemez
Author URI: https://zemez.io/
Description: SwimmingPool theme.
Template: kava
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: swimmingpool
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
DocumentationID: swimmingpool
Template Id: prod-27837
*/

#toTop {
	cursor: pointer;
}

/*
	Preloader
*/

.lds-ripple {
	position: fixed;
	top: calc(50vh - 40px);
	left: calc(50% - 40px);
	display: inline-block;
	position: relative;
	width: 180px;
	height: 180px;
  }
  .lds-ripple div {
	position: absolute;
	border: 4px solid #00E0FF;
	opacity: 1;
	border-radius: 50%;
	animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
  }
  .lds-ripple div:nth-child(2) {
	  border-color: #5B35DA;
	animation-delay: -0.5s;
  }
  @keyframes lds-ripple {
	0% {
	  top: 85px;
	  left: 85px;
	  width: 0;
	  height: 0;
	  opacity: 1;
	}
	100% {
	  top: 0px;
	  left: 0px;
	  width: 170px;
	  height: 170px;
	  opacity: 0;
	}
  }
  
