/* loop item stuff */

/* Remove the TM styling for now */

/*.e-loop-item.type-pools .pool-style .elementor-heading-title::after, .e-loop-item.type-spas  .elementor-heading-title::after {
  content:'TM';
  display: inline-block;
  position: relative; 
  right: 0px;
  bottom: 9px;
  font-size: 7px;
  font-weight: 400;
  color: #000;
}*/

/* Pools - Size list styling */

/* in the shortcode widget */

/* , .elementor-heading-title.elementor-size-default a::after */

/* 
Theme Name: KDI
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.5
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
*/
html, body {
	height: 100%;
}

header {
	background-color: transparent;
	/*  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, .8));*/
	background-image: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, .5) 140px, rgba(0, 0, 0, .8));
	padding-bottom: 170px;
	height: 260px;
	position: relative;
	z-index: 20;
}

body .page-header {
	display: none;
}

body #content, body main, body footer {
	top: -260px;
	position: relative;
	z-index: 10;
}

/* Add'l Typography */
h1, h2, header nav li a, .elementor-button-link .elementor-button span, div:not(.btn-txt-override) div div .elementor-button span {
	text-transform: uppercase !important;
}

#pool-hero h2.elementor-heading-title, #spa-hero h2.elementor-heading-title {
	text-transform: capitalize !important;
}

h1, h2, h3, h4, h5, h6, p, body {
	font-display: swap;
}

/* Diamonds for text/footers, etc. */

/* In body containers did use font list widget when applicable */
#footer-menu li a::before, #contact-links li a::before {
	/* not working, work around below */
	
	/* content: url("data:image/svg+xml,%3Csvg%20width%3D%2210%22%20height%3D%2210%22%20viewBox%3D%220%200%2010%2010%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Crect%20y%3D%224.94971%22%20width%3D%227%22%20height%3D%227%22%20transform%3D%22rotate%28-45%200%204.94971%29%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E%0A"); */
	content: url("data:image/svg+xml, %3Csvg%20width%3D%2220%22%20height%3D%2210%22%20viewBox%3D%220%200%2010%2010%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Crect%20y%3D%224.94971%22%20width%3D%227%22%20height%3D%227%22%20transform%3D%22rotate%28-45%200%204.94971%29%22%20fill%3D%22%233F88C5%22%2F%3E%3C%2Fsvg%3E%0A");
	display: inline-block;
	top: 33%;
	left: -8px;
	opacity: 100% !important;
	transition: none;
}

/* white */
#contact-links li a::before {
	content: url("data:image/svg+xml, %3Csvg%20width%3D%2220%22%20height%3D%2210%22%20viewBox%3D%220%200%2010%2010%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Crect%20y%3D%224.94971%22%20width%3D%227%22%20height%3D%227%22%20transform%3D%22rotate%28-45%200%204.94971%29%22%20fill%3D%22%23FFFFFF%22%2F%3E%3C%2Fsvg%3E%0A");
}

#footer-menu li:first-child a::before, #contact-links li:first-child a::before {
	content: "";
}

@media screen and (max-width: 1119px) {
	#footer-menu li:last-of-type a::before {
		content: "";
	}
}

@media screen and (min-width: 1200px) and (max-width: 1249px) {
	#contact-links li:last-of-type a::before {
		content: "";
	}
	
	#footer-copyright ul {
		display: flex;
		flex-direction: column;
		align-items: flex-end;
	}
	
	#footer-copyright ul li {
		padding-bottom: 28px;
	}
	
	#footer-copyright ul li + li {
		padding-bottom: 2px;
	}
}

#footer-copyright li {
	font-size: 14px;
	font-weight: 400;
	text-transform: none;
	font-style: normal;
	line-height: 17px;
}

#footer-copyright li {
	display: inline-block;
	color: #fff;
}

#footer-copyright ul li:last-of-type {
	margin-left: 8px;
}

#footer-copyright ul li:last-of-type::before {
	content: url("data:image/svg+xml, %3Csvg%20width%3D%2220%22%20height%3D%2210%22%20viewBox%3D%220%200%2010%2010%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Crect%20y%3D%224.94971%22%20width%3D%227%22%20height%3D%227%22%20transform%3D%22rotate%28-45%200%204.94971%29%22%20fill%3D%22%23FFFFFF%22%2F%3E%3C%2Fsvg%3E%0A");
	display: inline-block;
	top: 33%;
	left: 0px;
	opacity: 100% !important;
	transition: none;
}

/* Slider overrides */
.hero-slider-button {
	background-color: rgba(0, 0, 0, 0) !important;
}

.hero-slider-button:hover {
	background-color: #fff !important;
}

.hero-slider-button div, .hero-slider-button div div {
	text-decoration: none !important;
}
