html, body { 
	font-size:18px;	
}
p+h2 {
    padding-top: 2rem;
}

h1, h2 { 
font-weight:700;
    padding-bottom: 1rem;
    line-height: 1.2;
	font-size: 44px;
}
h2 { 
	font-size: 38px;
}

h3 { font-size: 28px;
    padding-bottom: 1rem;
line-height: 1.3;}

h4 { 
	color: #09ACF2;
	font-size: 22px;
    padding-bottom: 1rem;
line-height: 1.3;}


.btn {
	font-size: 16px;    
}
.btn+.btn {
    margin-left: 1rem;
}

.container {}


.panel { padding: 5rem 8.5rem!important; text-align:left;}
.panel.fullwidth { padding: 5rem 0!important;}
.panel.nobotpad { padding-bottom: 0!important;}
.panel.notoppad { padding-top: 0!important;}


.wrap { max-width:1600px; margin:0 auto; padding: 0;}

.grid {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	margin: 0 -20px;
} 

.grid.vcenter {
	align-items: center;
} 

[class*='col-'] {
margin-bottom: 0;
padding: 0 20px;}
[class*='col-']>div {
	padding: 1rem 1rem 1rem 0;
}

[class*='col-']>div.mid-align {
	display: flex;
    justify-content: center;
	flex-direction: column;
}

.col-2-3 {
	width: 66.66%;}
.col-1-3 {
	width: 33.33%;}
.col-1-2 {
	width: 50%;}
.col-1-4 {
	width: 25%;}
.col-3-4 {
	width: 75%;}
.col-1-8 {
	width: 12.5%;}
.col-1-5 {
	width: 20%;}
.col-2-5 {
	width: 40%;}
.col-3-5 {
	width: 60%;}
.col-4-5 {
	width: 80%;}
.col-1-6 {
	width: 16.66%;}
.col-3-10 {
	width: 30%;}
.col-1 {
	width: 100%;
}

.w50, .w70 {
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.w70 {	width: 70%;}




.header {
	transition:all .3s;
	z-index: 3;
    position: fixed;
    width: 100%;
    background: #fff;
}

.logo {
	    width: 150px;
    height: 110px;
	position: relative;
}

.header .logo, .header, .header .logo:before, .header .logo:after {
	transition:all .3s;
}
.header.scrolled {
    box-shadow: 0 0 50px rgb(0 0 0 / 5%);
}
.header.scrolled .logo {
	height:70px;
}
.header.scrolled .logo:after {
	opacity: 1;
}
.header.scrolled .logo:before {
	opacity: 0;
}


    
.menu-trigger {
    right: 40px;
}


	
.hero:after {
    right: 50%;
}

.hero .illo {
	position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.illo div {
    max-width: 1000px;
}

#hero-wrap {
	display: flex;
}
#hero-wrap .hero-copy {
	align-self: center;
}

/*//////////TABS//////////*/

.panel.tabs {
    padding-bottom: 0!important;
}

.menu-tabs {
    list-style: none;
    display: flex;
    justify-content: space-around;
    padding-top: 2rem;
    margin: 0;
}
.menu-tabs li {
    flex-grow: 1;
    flex-basis: 0;
    margin: 0;
    text-align: center;
    position: relative;
}
.menu-tabs li:after {
	    content: '';
    height: 50%;
    background: #fff;
    left: 0;
    position: absolute;
    width: 1px;
    top: 50%;
    transform: translateY(-50%);
}
.menu-tabs li.selected:after, .menu-tabs li.selected+li:after, .menu-tabs li:first-child:after {
	content:normal;
}

.menu-tabs li.selected {
	color: #00affc;
}
.menu-tabs li:before {
	content: '';
	position: absolute;
	width:100%;
	height: 100%;
	border-top-left-radius: 1rem;
	border-top-right-radius: 1rem;
	background: #fff;
	left: 0;
    top: 0;
	transform: translateY(100%);
	transition: all .3s;
	opacity: 0;
}
.menu-tabs li.selected:before {
	transform: translateY(0);
	opacity: 1;
}
.menu-tabs li:not(.selected):hover:before {
	transform: translateY(90%);
	opacity:.3;
}
.menu-tabs li a {
    padding: 1rem;
    outline: none;
	height: 100%;
    display: flex;
    align-items: center;
    text-align: center;
    place-content: center;
}
.menu-tabs li a:hover {
	text-decoration:none;
	opacity:0.7;
}
.menu-tabs li.selected a {	
	color: #09ACF2;
}
.menu-tabs li.selected a:hover {	
	opacity:1;
}
.menu-tabs li a:before, .menu-tabs li a:after {
	    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background: url("../images/curve.png");
	background-size: contain;
    left: -20px;
    bottom: -20px;
	transition: all .1s;
}
.menu-tabs li.selected a:before, .menu-tabs li.selected a:after {
    bottom: 0;
}
.menu-tabs li a:after {
	left: auto;
	right: -20px;
	transform: scaleX(-1)
}

div[id^="tab-content"]{
	display: none;
	height:0;
}
div.active[id^="tab-content"]{
	display: block;
	height:auto;
}

[class*='feature'] img {
    max-width: 100%;
}
[class*='feature'] img+img {
    max-width: auto;
}

.feature1 .grid, .feature3 .grid, .feature5 .grid, .feature7 .grid {
    flex-direction: row-reverse;
}
.feature2 img+img, .feature4 img+img, .feature6 img+img {
	right: auto;
	left: -10%;
}
.feature7 .grid img+img {
    left: -10%;
    bottom: 0;
}



	.header .wrap {
	padding: 0 5rem;
    display: flex;
    justify-content: flex-end;
    align-items: center;
		max-width: 100%;
}	
	.header .logo {
	margin-right: auto;
}	
.open.header .wrap {
	display:block;
}
.header .btn.trial {
	position: relative;
    top: -4px;
	margin: 0 30px;
	display: block;
}
.country {
	padding-bottom: 50px;
	display: block;
}
.country-select {
    position: fixed;
	display: none;
    width: 200px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 0 30px rgb(0 0 0 / 5%);
    top: 75px;
    right: 5rem;
    padding: 30px;
}
.country:hover .country-select {
	display: block;
}
.country a {
	top:25px;
}
.country-select a {
    display: block;
    margin-bottom: 20px;	
	top:0;
}

.country-select a {
    display: flex;
	margin-bottom: 20px;
}
.country-select a:last-child {
	margin-bottom: 0;
}
	
.header .btn.trial, .country {
	display:none;
}
.open .btn.trial, .open .country {
	display:block;
}

h2.stats {
	font-size: 72px;
}


.preferred .logos img {
	max-width: 200px;
	margin: 1rem 2rem;
}

.integrates [class*='col-'] {
	padding:0;
}
.integrates .logos div {
	height: 80px;
}

/*////////// PRICING PAGE //////////*/

.page-pricing #hero-wrap .hero-copy {
	padding-bottom:4rem;
}

.pricing {
	    justify-content: space-between;
    align-items: stretch;
    margin: 0 -20px;
    display: flex;
}
.pricing>div {
	    width: 33.33%;
    margin-bottom: 0;
    padding: 0 20px;
	    outline: none;
}

	.panel.price-blocks {
		padding-top: 2rem!important;
	}

.price-blocks>.wrap {
        top: -4rem;
    margin-bottom: -4rem;
}

.pricing>div:first-child .plan-summary{
    color: #09ACF2;
}
.pricing>div:last-child .plan-summary{
	color: #1D0B2E;
}
.pricing>div:first-child .plan-summary ul {
    background: #09ACF2;
}
.pricing>div:last-child .plan-summary ul {
	background: #1D0B2E;
}
.plan-summary {
    font-size: 24px;
}

/* Customer app panel */


.col-3-5>div {
	padding-bottom: 5rem;
}
.customer-app .grid {
flex-direction: row-reverse;
}
.customer-app img {
    position: absolute;
    bottom: 0;
    max-width: 400px;
}



.page-independents .slider-block {
	margin-top:-2rem;
}
.slider .slick-track, .slider .slick-slide  {
	height:100%;
	display:flex;
	align-items: center;
}
.slider .slick-slide div {
	padding:2rem 5rem 2rem 2rem;
	width:50%;
}
.slider .slick-slide .slider-image  {
	padding:2rem 2rem 2rem 5rem;
	text-align:right;
}
.slider .slider-image img {
	max-height: 300px;
}
.slider .slick-slide h2, .slider .slick-slide p {
	opacity: 0;
	transform: translateY(10px);
	transition: all .6s .2s;
}
.slider .slick-slide p {
	transition-delay: .4s;
}
 
.slider .slick-active h2, .slider .slick-active p {
	opacity: 1;
	transform: translateY(0);
}
 


.flex {
	display: flex;
    justify-content: space-between;
    align-items: flex-end;
}


.circle-icons {
	text-align: center;
}

.cloud {
	background: url(../images/cloud-white1.svg) no-repeat center center;
    position: absolute;
    bottom: 0;
    width: 200px;
    height: 70px;
    background-size: contain;
}

[data-location='us'] .footer_us {
    display: flex!important;
}

footer.page-footer p{ 
    margin: 0;
font-size: 24px;
    max-width: 600px;
}
footer.page-footer .social { text-align: right;    justify-content: flex-end;}
.social a {
}
 
.footer-links, .footer-form-wrap {
	display:flex;
}

.footer-form-wrap .container-input {
	width: 50%;
}
.footer-form-wrap .container-input input {
	width: 100%;
}
.footer-form-wrap .btn {
	max-height: 41px;
}

.footer-links {
	    display: flex;
    border-top: 1px solid rgba(255,255,255,1);
    padding-top: 2rem;
    margin-top: 2rem;
}	
.menu-footer-menu-container {
	margin-left:auto;
}


footer [class*='col-']:last-child, footer.page-footer label  {
    display: block;
}
footer .menu li:last-child {
	padding: 0 20px 0 0;
    margin: 0 20px 0 0;
}


.container-input{
	padding-bottom: 10px;
    display: flex;
	position: relative;
	width: 100%; 
}
.container-input .parsley-errors-list {
	    list-style: none;
    position: absolute;
    bottom: -20px;
    margin: 0;
}

.container-input>input{
	width: 100%;
	margin-bottom: 0;
}
footer .btn {
	margin: 0 0 0 1rem;
}

.footer_us form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.footer_us form p {
    width: 48%;
}

.grid.footer_us { display:none}
.geoip-country-US .footer_us { display:flex}
.geoip-country-US .footer_au { display:none}
[data-location='us'] .footer_us, [data-location='au'] .footer_au, [data-location='nz'] .footer_au { display:flex!important}
[data-location='us'] .footer_au, [data-location='au'] .footer_us, [data-location='nz'] .footer_us { display:none!important}


[class*='cols'] .wpcf7-form-control {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
	margin-bottom: 20px;
}
.cols2 span.wpcf7-list-item {
    flex-basis: 50%;
}
.cols3 span.wpcf7-list-item {
    flex-basis: 33.3%;
}
.cols4 span.wpcf7-list-item {
    flex-basis: 25%;
}
.cols5 span.wpcf7-list-item {
    flex-basis: 20%;
}

	
	.grid.gallery {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: unset;
	}	
	.grid.gallery [class*='col-'] {
		margin-bottom: 30px;
	}	


/*BLOG*/

h2 a {
	background-image: linear-gradient(to bottom, transparent 55%, rgba(4,175,253,0.4) 10%);
    background-size: 0% 100%;
    background-repeat: no-repeat;
    transition: background-size 0.3s linear;
    text-decoration: none;
    cursor: pointer;
}
h2 a:hover {
	background-size: 100% 100%;
    cursor: pointer;
    text-decoration: none;
}

.blog .site-main {
	    display: flex;
    margin-left: -30px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: unset;
}
.blog .site-main article {
	margin: 0 0 50px;
    position: relative;
}
.blog .site-main article .article-wrap {
	display: flex;
}
.blog .site-main article .article-content {
    padding: 0 0 0 30px;
}
.blog .site-main article p:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}
.article-pic {
    flex: 0 0 200px;
    height: 150px;
    background: url(http://www.zerosydneynorth.org/wp-content/themes/pooltrackr/images/home-hero-bg.jpg) no-repeat center center;
    background-size: cover;
}

.topbar {    background: #09ACF2;}
.topbar .wrap {        padding: 20px 40px;}
.topbar h3 {
	padding: 0;
	margin: 0;
}
.post-template h1 {
	font-size: 60px;
}



.arrow-flow {
    display: flex;
    margin: 1rem -1rem;
}
.arrow-flow>div {
    min-height: 100%;
	margin: 0 1rem;
    display: block;
    width: 20%;
	position: relative;
}
.arrow-flow>div:after {
    display: block;
    width: 15px;
    height: 15px;
    border-top: 2px solid #09ACF2;
    border-right: 2px solid #09ACF2;
    transform: rotate(
45deg
);
    content: '';
    right: -1.2rem;
    position: absolute;
    top: 50%;
}
.arrow-flow>div:last-child:after {
    content: normal;
}


.payment-benefits [class*='col-']>div {
    padding-left: 200px;
    margin-bottom: 0;
}
.payment-benefits [class*='col-']>div p {
    position: absolute;
    left: 0;
}

.till-info .w50 {
    text-align: left;
    padding-left: 200px;
    position: relative;
}
.till-info img {
    position: absolute;
    left: 0;
    max-width: 150px;
	margin: 0;
}
 

@media only screen and (max-width: 1400px) {
	.panel {
		padding: 5rem!important;
	}
	.panel.nobotpad {
		padding-bottom: 0rem!important;
	}
	.panel.price-blocks {
		padding-top: 2rem!important;
	}

	
}

@media only screen and (max-width: 1200px) {
	.panel {
		padding: 2rem!important;
	}
	.panel.fullwidth {
    padding: 2rem 0;
	}
	.header .wrap {
		padding: 0 2rem;
	}

	.country-select {
		right: 2rem;
	}

	h2.stats {
		font-size: 50px;
	}
	.circle-icons .grid {
		flex-wrap: wrap;
	}
	
	.circle-icons .col-1-4 {
		width:50%;
	}

	.customer-app img {
		max-width: 300px;
	}

}

@media only screen and (min-width: 960px) {


.accordion li.accordion_content {
	padding: 0 20px;
}
.accordion li.accordion_header {
	padding: 20px 20px 20px 50px;
}
.accordion li.accordion_header:before, .accordion li.accordion_header:after {
	left: 20px;
	top: 35px;
}
.accordion li.accordion_header:after {
	left: 25px;
}
.accordion li.accordion_header.active:after {
	left: 28px;
}

	

.data-table th, .data-table td {
	padding: 10px;
	font-size: 18px;
    line-height: 20px;
}
.data-table th {
    font-size: 14px;
}
.data-table td.features {
    font-size: 14px;
}
	
.data-table td.mobile-hide, .data-table th.mobile-hide {
	display: table-cell;
}
.data-table .desktop-hide {
	display: none;
}

	.open .logo {
		background-image: url("../images/logo.png")
	}	
	
	.header.open .wrap {
	padding: 0 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}	
	
.header.open {
	position: relative;
	background: none;
}	
	
.header .menu, .header.open .menu {
	display: flex;
}
.header .menu li, .header.open .menu li {
    margin-left: 30px;
}
.header.open .menu li a {
	color: #000;
}
.header .menu a:after, .header.open .menu a:after {
	content: '';
    background: #09ACF2;
    bottom: -6px;
    position: absolute;
    height: 2px;
    left: 50%;
    transition: all .3s;
    width: 0;
    transform: translate(-50%,-50%);
}
	
.header .menu a:hover:after, .header .menu li.active a:after, .header.open .menu li.active a:after {
    width: 100%;
}	
	
.header .menu li.active a, .header.open .menu li.active a {
    color: #09ACF2;
}
.header .menu li ul a:after, .header.open .menu li ul a:after {	
	content: normal;
}

.header .menu li ul, .header.open .menu li ul {
	position: absolute;
    background: #09ACF2;
    width: 350px;
    left: 0;
    margin: 0;
    color: #fff;
    list-style: none;	
	display: none;
	visibility: hidden;
	top: 80px;
	box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
	padding: 5px;
}
.header .menu li ul:before, .header.open .menu li ul:before {
	content: '';
    display: block;
    top: -10px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #09ACF2;
    position: absolute;
    left: 10px;
}

.header .menu li:hover > ul,
.header .menu li ul:hover,
	.header.open .menu li:hover > ul,
.header.open .menu li ul:hover{
  visibility: visible;
  opacity: 1;
  display: block;
}
.header .menu li ul li, .header.open .menu li ul li {
	margin: 0;
	padding: 0;
	position: relative;
}
.header .menu li ul li:before, .header.open .menu li ul li:before {
	content: '';
	position: absolute;
	display: block;
	background: #1d71c6;
	height: 100%;
	width: 0;
	opacity: 0;
}
.header .menu li ul li:hover:before, .header .menu li ul li.active:before, .header.open .menu li ul li:hover:before, .header.open .menu li ul li.active:before {
	width: 100%;
	transition: all 0.3s;
	opacity: 1;
}
.header .menu li ul li.active:before, .header.open .menu li ul li.active:before {
	width: 5px;
	opacity: 1;
}
.header .menu li ul a, .header .menu li ul li.active a, .header.open .menu li ul a, .header.open .menu li ul li.active a {
    color: #fff;
	display: block;
	padding: 10px 15px;
}
	.header .menu li ul li.active a, 	.header.open .menu li ul li.active a {
    color: #fff;
		font-weight: 700;
}
	
.header .menu li ul a:hover, .header.open .menu li ul a:hover {
    color: #fff;
}
	

.menu-trigger, .open .menu-trigger {
	display: none;
}	
	
.header .btn.trial, .country {
	display:block;
}
	
}

.page-shop .hero {
	background: #09ACF2;
    color: #fff;
    padding-top: 4rem!important;
    padding-bottom: 2rem!important;
}
.page-shop .hero h1 {
	font-size: 5rem;
}
.page-shop .illo div {
    padding-top: 3rem;
}

/* Qty box */
input.gwt-TextBox {
    z-index: 2!important;
}
.disk-select {    z-index: 1;
    position: relative;}

.disk-select table {   
    overflow: hidden;
    border-collapse: collapse;
}

.disk-select td {
    border-bottom: 1px solid #fff;
    padding: 0.3rem 0;
	font-size:13px;
}
.disk-select .buy-block, .ecwid-fieldLabel {display:none}
.disk-select .buy-block p {padding:0}

tr.buy-blocks td {
    height: 0!Important;
    padding: 0;
    margin: 0;
    border-bottom: none;
}
.disk-select th[data-col^='disk'] {
    text-align: center;
	padding:0;
}
.disk-select tr.uses th {
    font-size: 13px;
    color: #999;
    font-weight: normal;
}
.series th {
	    padding-top: 1rem;
}
.series th>a {
    font-size: 18px;
}
.series th.active>a {
    font-size: 22px;
}

.series .active .more-link {
	font-size:14px;
	display:block;
}

.disk-select .buy-block {
	padding: 0 1rem;
	max-height: 0;
    transition: max-height 0.15s ease-out;
    overflow: hidden;
	}
.disk-select .active .buy-block {
	display:block;
	max-height: 500px;
    transition: max-height 0.25s ease-in;
	}

span.num-uses {
	position: static;
}
.disk-tests {
	display:none;
}
.disk-select .buy-block .ecwid-fieldLabel {display:none!important;}

.disk-select .buy-block .ecwid-SingleProduct-options {
    padding: 0!important;
    margin: 0!important;
}

.buy-block .ecwid-SingleProduct-qty {
    margin: 0!important;
    padding: 0!important;
    font-size: 12px!important;
}

.buy-block .ecwid-SingleProduct-vat {
    margin: 0!important;
    padding: 0!important;
}


.disk-select .tick {     background: url(https://pooltrackr.com/wp-content/uploads/2023/02/compare-tick-blue.png) no-repeat center center;
    background-size: 19px 19px;
    width: 110px;}

.disk-select td.param {
    width: 200px;
    font-weight: regular;
	opacity:0.5;
	display: table-cell;
}
.disk-select td.param.active {
    font-weight: bold;
		opacity:1;
}

.disk-select td.range {
    width: 150px;
    color: #999;
	display: table-cell;
}

.disk-select tbody.mob-hide {
	display: table-row-group;
}
.disk-select th.mob-hide {
	display: table-cell;
}

.disk-select td, .disk-select th {
  position: relative;
}
.disk-select td[data-col^='disk'].active::after, .disk-select th[data-col^='disk'].active::after {
  content: "";
  position: absolute;
  background-color: rgba(255,255,255,1);
  left: 0;
  top: -5000px;
  height: 10000px;
  width: 100%;
  z-index: -1;
}
.series th {
	display: table-cell;	
	border-bottom:none;
}
.buy-block p{
	display:block;
}
.buy-block div[customprop="addtobag"] {
    margin: 0.5rem!important;
}
.buy-block div[customprop="qty"] {
    position: absolute!important;
    top: 0;
    right: 1rem;
}
.buy-block div[customprop="qty"] .gwt-TextBox {
	max-width: 40px;
}
.panel.disk-select::after {
    content: '';
    background: url(https://pooltrackr.com/wp-content/uploads/2023/03/spin-illo1-1.png) no-repeat;
    height: 50vw;
    width: 50vw;
    position: absolute;
    left: -20%;
    top: 10%;
    background-size: contain;
    opacity: 0.1;
    pointer-events: none;
    transition: all 1s;
}
.ec-minicart {
    bottom: 80px!important;
}

.breakout {width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;}

.prod-list .ecsp form, .prod-list .ecsp {
    display: flex;
    width: 100%;
    min-width: 100%!important;
    max-width: 100%!important;
    align-items: center;
    place-content: space-between;
}
.prod-list .ecsp:hover {
    background: rgba(0,0,0,0.04);
    border-radius: 1rem;
}
.prod-list .ecsp form div {
    flex-basis: 50%;
}
.prod-list .ecsp form .ecsp-title {
    flex-basis: 100%;
    text-align: left;
    margin: 0;
    padding: 0;
}


.store-nav {
	background: #4D50B4;
	position: sticky;
	top:80px;
	z-index:999;
}
.store-nav .wrap .w100 {
	display:flex;
	align-items: center;	
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}

.store-nav div[id^='my-categories'] {
	    margin-left: auto;
    background: none;
}

.store-nav ul.cat-menu {
	  padding: 0!important;
    border: none!important;
   margin: 0 1rem 0 auto;
    list-style: none;
    display: flex;
}
.store-nav ul.cat-menu li {
    margin: 0;
}
.store-nav ul.cat-menu a {
	color: #fff;
    font-size: 15px;
    margin: 0 1rem;
}

.store-nav .ec-cart-widget {
	margin-left:0;
}
.store-nav .ec-minicart {
    bottom: 0!important;
}

.store-nav div[id^='my-search'] input {
	    border-radius: 50px!important;
    padding: 0 1rem!important;
    border: none!important;
}
.store-nav .ec-minicart__icon path {
	stroke:#ffffff!important;
}
div[itemprop=image], div[itemprop=picture] {
    min-height: 300px;
    display: flex;
}