:root {
 --blue: rgba(34,84,135,1);
 --blue80: rgba(34,84,135,0.8);
 --blue90: rgba(34,84,135,0.9);
 --cyan: rgba(62,177,250,1);
 --cyan80: rgba(62,177,250,0.8);
 --cyan90: rgba(62,177,250,0.9);
}
* {
	font-family: "source-sans-pro", sans-serif;
	text-decoration: none;
}
body {
	background-color: rgba(250,250,250,1.00);
}
p {
	margin-bottom: 1.0em;
}
a {
	color: white;
}
a:visited {
	color: white;
}
a:hover, a:focus, a:active {
	color: white;
}
h1 {
	font-size: 46px;
	font-weight: 700;
	margin: 0 0 20px 0;
	line-height: 1em;
}
#leftCol p, #fullWidth p {
	font-size: 17px;
	line-height: 1.5em;
}
#leftCol {
	margin: 0 0 0 3%;
	flex: 1 0 60.3%;
}
#leftCol a {
	color: steelblue;
}
#leftCol a:hover {
	text-decoration: underline;
}
#fullWidth {
	width: 100%;
	margin: 0 3% 0 3%;
}
#rightCol {
	min-width: 250px;
	flex: 1 0 28.3%;
	margin: 0 0 0 3%;
}


.home #rightCol {
	min-width: 250px;
	flex: 1 0 28.3%;
	margin: 0 0 0 3%;
}
.page-template-general #rightCol, .page-template-faq #rightCol, .blog #rightCol, .single-post #rightCol {
	margin-right: 2%;
}
#rightCol p {
	font-size: 17px;
}
.post-thumbnail img {
	height: auto;
	max-width: 100%;
	max-height: 500px;
	object-fit: cover;
}
.general-bluebox em, .general-bluebox em span {
	font-family: Palatino, serif;
	font-size: 26px;
}
a:visited {
	color: white;
}
.header {
	min-height: 214px;
	background: url("../img/lonsdale-swimming-pool-logo.png") 39px 20px no-repeat;
	background-color: white;
	-webkit-box-shadow: 0px 17px 30px 10px rgba(255,255,255,0.98);
	-moz-box-shadow: 0px 17px 30px 10px rgba(255,255,255,0.98);
	box-shadow: 0px 17px 30px 10px rgba(255,255,255,0.98);
}
.homelink {
    width: 210px;
    
    height: 135px;
    float: left;
    margin-left: 38px;
    margin-top: 20px;
}
footer {
	background-color: var(--blue);
	min-height: 158px;
}
#footerWrap {
	max-width: 1440px;
	margin: 0 auto;
	background-image: url("../img/lonsdale-logo.png");
	background-repeat: no-repeat;
	background-position: 0 33px;
	color: white;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: last baseline;
}
.footercontact {
	font-size: 27px;
	font-weight: 700;
	padding: 44px 0 0 0;
	margin: 0;
}
.footercontact span {
	color: var(--cyan);
	flex: auto;
}

.footercontact span a {

    color: var(--cyan);
 

}
.address {
	font-size: 20px;
	margin: 5px 0;
}
.footerRight {
	font-size: 17px;
	flex: auto;
	max-width: 30%;
	text-align: right;
	margin-right: 30px;
}
#footertop {
	margin-left: 175px;
}
#footerbase {
	max-width: 1440px;
	margin: 0 auto;
	padding: 14px 38px;
	font-size: 14px;
}
.topbar {
	height: 167px;
	max-width: 1440px;
	margin: 0 30px 0 auto;
}
.topbar-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100%;
	gap: 3rem;
	padding-left: 3rem;
	padding-right: 3rem;
}
.topbar-container-inner {
	margin-bottom: 2rem;
}
.topbar-container p {
	font-size: 1.4rem;
	margin-bottom: 0;
}
.topbar-container-contact-wrapper {
	display: flex;
	gap: 2rem;
}
nav {
	background: var(--blue);
	color: white;
	line-height: 46px;
	border-bottom: 6px solid white;
}
nav ul {
	display: flex;
	list-style: none;
	max-width: 1440px;
	margin: 0 auto;
}
nav ul li {
	flex: auto;
}
nav ul li a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: 600;
	font-size: 1.6vw;
}
nav a:hover {
	color: white;
	opacity: 0.7;
}
/* ###############
  Mobile Nav Menu
#################*/

.mobile-nav-menu {
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	background: var(--blue90);
	visibility: visible;
	opacity: 1;
	-webkit-transition: all ease-in 0.5s;
	-o-transition: all ease-in 0.5s;
	transition: all ease-in 0.5s;

}
.mobile-nav-menu ul {
	
	padding: 0;
	margin:0;
	list-style: none;
	padding-bottom: 6em;
	height:100%;
	
}
.mobile-nav-menu ul li {
	

	

	margin:2vh 0;
	
	color: #fff;
	font-size: 2em;
	
	text-align: center;
}
.mobile-nav-menu .inner-menu ul {
	max-height: 400px;
	padding: 0em;
	overflow:hidden;
	-webkit-transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
	transition: all ease 0.5s;
	background: #fff;
}
.mobile-nav-menu .inner-menu ul li {
	font-size: 0.6em;
}

.mobile-nav-menu .inner-menu ul li a{
	color: var(--blue);
}
.mobile-menu-close {
	position: absolute;
	top: 30px;
	right: 20px;
	transform: rotate(45deg);
}
.mobile-menu-close, .mobile-menu-close:after {
	content: '';
	display: block;
	background: #fff;
	height: 6px;
	width: 35px;
	transform-origin: 50%;
}
.mobile-menu-close:after {
	transform: rotate(90deg);
}
.hiddenx {
	visibility: hidden;
	opacity: 0;
}
.mobile-nav-menu .inner-hidden ul {
	max-height: 0;
	padding: 0 0.5em;
}
/*Mobile Menu End*/

.bluebox img, .general-bluebox img {
	width: 100%;
}
.email:hover {
	text-decoration: underline;
}
.location:hover {
	opacity: 0.7;
}
main {
	max-width: 1440px;
	margin: 0 auto;
	background-color: #FFFFFF;
	padding-bottom: 20px;
}
/* Modifying the hero - 2025 */
/* .home main {
	max-width: unset;
} */
/* ------------------------- */
#row1 {
	display: flex;
	margin-bottom: 20px;
}
#row2 {
	display: flex;
	flex-wrap: wrap;
}
/* Modifying the hero - 2025 */
/* .home #row2 {
	max-width: 1440px;
	margin-left: auto;
	margin-right: auto;
} */
.home div#primary.content-area {
	margin-top: 0;
}
/* ------------------------- */
.mainimage {
	width: 68.5%;
	flex: auto;
	position: relative;
}

.mainimage .featured-image {
	width: 100%;
	height: auto;
	max-height: 500px;
	object-fit: cover;
}


.mainimage-content {
	position: absolute;
	bottom: 2rem;
	left: 2rem;
}

.mainimage-content h1 {
	color: white;
	font-size: 72px;
}

.mainimage-content p {
	color: #60aff4;
	font-size: 1.5rem;
	font-weight: 800;
}

.row1menu {
	margin: 0 0 0 0.41%;
	flex: 1 0 31%;
}
.row1menu ul {
	display: flex;
	flex-direction: column;
	height: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}
.row1menu ul li {
	margin-bottom: 1.5%;
	flex: auto;
	display: flex;
	background: var(--cyan);
	height: 100%;
	justify-content: center;
	flex-direction: column;
	background-image: url('../img/submenu-sprite.png');
	background-repeat: no-repeat;
	background-size: 20%;
}
.row1menu ul li:last-child {
}
.row1menu ul li a {
	padding-left: 95px;
	color: white;
	text-decoration: none;
	font-size: 1.94vw;
}
.row1menu ul li:nth-child(1) {
	background-position: 0 0%;
}
.row1menu ul li:nth-child(2) {
	background-position: 0 20.5%;
}
.row1menu ul li:nth-child(3) {
	background-position: 0 41%;
}
.row1menu ul li:nth-child(4) {
	background-position: 0 61.5%;
}
.row1menu ul li:nth-child(5) {
	background-position: 0 82.5%;
}
.row1menu ul li:nth-child(6) {
	background-position: 0 101%;
}
.row1menu ul li:hover {
	background-color: var(--cyan80);
}
.topbar ul {
	display: flex;
	list-style: none;
	justify-content: flex-end;
	padding-top: 64px;
}
.topbar ul li {
	margin-left: 50px;
	height: 100%;
}
.topbar .location {
	background: var(--blue);
	color: white;
	padding: 5px 17px;
	font-weight: 600;
	font-size: 1.6vw;
	display: block;
}
.topbar .location a {
	opacity: 0.8;
}
.topbar .phone {
	font-weight: 700;
	font-size: 40px;
	max-height: 46px;
	line-height: 46px;
	background-image: url('../img/chat-icon.png');
	background-repeat: no-repeat;
	background-position: 0 10px;
	padding-left: 50px;
}
.topbar .email {
	font-size: 23px;
	max-height: 46px;
	line-height: 46px;
	background-image: url('../img/mail-icon.png');
	background-repeat: no-repeat;
	background-position: 0 10px;
	padding-left: 45px;
}
.topbar .email a {
	color: black;
}
.topbar .phone a {
	color: black;
}
#news {
	background: #9dd7fc;
	padding: 15px 3%;
}
#news h1 {
	margin: 0;
	border-bottom: 4px solid var(--blue);
	line-height: 1.5em;
}
#news h2 {
	margin: 10px 0;
}
#news a h2 {
	color: black;
}
#news .date {
	margin: 0;
	font-size: 1em;
}
.blog #news {
	background: #FFF;
	padding: 0;
}
.blog #news a h2 {
	color: #225487;
}
.blog article {
	border-bottom: 2px solid #efefef;
	padding-bottom: 20px;
}
article {
	border-bottom: 2px solid white;
	padding-bottom: 8px;
}
article:last-child {
	border-bottom: 0px solid white;
	padding-bottom: 8px;
}
article p {
	font-size: 18px;
	line-height: 23px;
}
.navy {
	background: var(--blue);
	color: white;
	display: inline-block;
	padding: 7px 13px;
	margin: 0 0 10px;
}
.cyan {
	background: var(--cyan);
	color: white;
	display: inline-block;
	padding: 7px 13px;
	margin: 0 0 10px;
}
.navy:hover {
	background: var(--blue80);
	color: white;
	display: inline-block;
	padding: 7px 13px;
	margin: 0 0 10px;
}
.cyan:hover {
	background: var(--cyan80);
	color: white;
	display: inline-block;
	padding: 7px 13px;
	margin: 0 0 10px;
}
.readmore {
	font-size: 21px;
	font-weight: 600;
}
.bluebox, .general-bluebox {
	background: var(--blue);
	color: white;
	padding: 5px 30px;
}
.bluebox h2 {
	margin: 0;
	font-size: 40px;
	border-bottom: 4px solid var(--cyan);
	margin-bottom: 20px;
}
.general-bluebox {
	margin-bottom: 20px;
}
.general-bluebox h2 {
	margin: 0;
	font-size: 30px;
	border-bottom: 4px solid var(--cyan);
	margin-bottom: 15px;
}
.smbox {
	background: var(--cyan);
	padding: 30px;
	margin-top: 20px;
	display: flex;
}
.smbox h2 {
	color: var(--blue);
	font-size: 2.8vw;
	margin: 0;
	line-height: 2.3vw;
}
.facebook {
    width: 3.6vw;
    height: 3.6vw;
    background-image: url("../img/facebook-twitter.png");
    background-repeat: no-repeat;
    background-size: 250%;
}
.twitter {
    width: 3.6vw;
    height: 3.6vw;
    background-image: url("../img/facebook-twitter.png");
    background-repeat: no-repeat;
    background-position: -5.5vw 0;
    background-size: 250%;

}
.facebook:hover {
	opacity: 0.8;
}
.twitter:hover {
	opacity: 0.8;
}
.flexb {
	flex: auto;
	min-width: 51px;
}
.sub-menu a:hover {
	color: #FFF;
}
.table1 {
	width: 100%;
}
.table-heading, thead tr th {
	font-size: 20px;
}
.table1 td {
	padding: 10px;
	background: #efefef;
}
.table1 th {
	padding: 10px;
	min-width: 10%;
}
.table1 td {
	min-width: 10%;
}


.nav-previous a, .nav-next a {
	padding-top: 8px;
	padding-right: 20px;
	padding-bottom: 8px;
	padding-left: 0px;
	color: var(--blue);
	font-weight: 400;
	font-size: 16px;
}
.nav-next a {
	padding-bottom: 8px;
	padding-left: 20px;
}
.nav-previous a::before {
	content: '\f104';
	position: relative;
	font-family: fontawesome;
	color: var(--cyan);
	padding-right: 10px;
}
.nav-next a::after {
	content: '\f105';
	position: relative;
	font-family: fontawesome;
	color: var(--cyan);
	padding-left: 10px;
}
.nav-previous a:hover, .nav-next a:hover {
	text-decoration: none!important;
}
.meta-nav {
	padding-left: 25px;
}
.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
	float: left;
	width: auto;
}
.table-heading td, thead tr th {
	background: #225487;
	color: white;
	font-weight: 700;
}

.error404 .mainimage {
    background: #73adff;
	display:flex;
	flex-direction: column;
	padding-bottom:40px;
	padding-left:40px;padding-right:40px;

}

.img404 img {

    height: 480px;
    width: 100%;
    max-width: 500px;
    align-self: center;
    object-fit: cover;
    object-position: bottom;

}

.mainimage .img404 {width:300px;height:auto;}
.txt404 {

    color: white;
    align-self: center;
    text-align: center;
	font-size:4.5vw;
	letter-spacing: -2px;

}
@media screen and (min-width: 1440px) {
.row1menu ul li a {
	font-size: 28px;
}
nav ul li a, .topbar .location {
	font-size: 23px;
}
	
	.smbox h2 {
    font-size: 40px;
}
	
	.facebook {

    width: 51px;
    height: 51px;
    background-image: url("../img/facebook-twitter.png");
    background-repeat: no-repeat;
    background-size: 250%;

}
	
.twitter {

    width: 51px;
    height: 51px;
    background-image: url("../img/facebook-twitter.png");
    background-repeat: no-repeat;
    background-size: 250%;
    background-position: -78px 0;

}
}

@media screen and (min-width: 800px) {
nav ul.sub-menu {
	position: absolute;
	background: var(--blue90);
	min-width: 175px;
	padding: 10px 30px 10px 20px;
	border: none;
	flex-direction: column;
	z-index: 100;
	opacity: 0;
	visibility: hidden;
	transition: visibility 1s ease, opacity 1s ease;
	margin-left: -20px;
	border-top: 6px solid white;
}
nav .sub-menu li {
	border: none !important;
	padding: 3px 0 !important;
}
nav .sub-menu li a {
	font-size: 19px;
	font-weight: normal;
}
nav li#menu-item-55:hover ul.sub-menu, nav li#menu-item-454:hover ul.sub-menu {
	visibility: visible;
	opacity: 1;
	transition: opacity 0.1s;
}
}

@media screen and (max-width: 1048px) {
	.topbar .email {display:none;}
}

@media screen and (max-width: 900px) {
header {
	min-height: 0;
	border-bottom: 3px solid var(--blue);
	    background: url("../img/lonsdale-swimming-pool-logo.png") 15px 20px no-repeat;background-color:white;

}
	

	
	.page-template-general #rightCol, .page-template-faq #rightCol, .blog #rightCol, .single-post #rightCol {

    margin-right: 3%;

}
	
	.page-template-general #rightCol, .page-template-faq #rightCol, .blog #rightCol, .single-post #rightCol {

    
    margin-top: 30px;

}
	
	
	.smbox h2 {
    font-size: 40px;
}
	
	.facebook {

    width: 51px;
    height: 51px;
    background-image: url("../img/facebook-twitter.png");
    background-repeat: no-repeat;
    background-size: 250%;

}
	
.twitter {

    width: 51px;
    height: 51px;
    background-image: url("../img/facebook-twitter.png");
    background-repeat: no-repeat;
    background-size: 250%;
    background-position: -78px 0;

}	
	
	
nav {
	display: none;
}
.topbar {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
	#footerbase {
    display: none;
}
	
.topbar-container {
	display: none;
}
	
.mobile-nav-menu {
	overflow: scroll;
	background: var(--cyan);
}
.mobile-nav-btn, .mobile-nav-btn::before, .mobile-nav-btn::after {
	content: ' ';
	display: block;
	width: 35px;
	height: 6px;
	background: var(--blue);
}
	
	.homelink {

    margin-left: 18px;
 
}
	
	.topbar ul {	display: none;}
	
	
.mobile-nav-btn::before {
	transform: translateY(-10px);
}
.mobile-nav-btn::after {
	transform: translateY(4px);
}
.menu-mobile-menu-container {
	width: 100%;

}
.mobile-nav-menu {
	padding: 40px 1em;
}
.mobile-nav-menu li {
	width: 100%;
}
.scroll {
	position: fixed;
}	
.row1menu {
    display: none;
}
	
	#leftCol {
    margin: 0 3% 0 3%;
}
	
	.home #rightCol {
    margin: 3% 3% 0 3%;

}
	#footertop {
    margin-left: 3%;
	margin-right: 3%;
}
	#footerWrap {
   margin: 0 auto;
    background-image: none;
    background-repeat: no-repeat;
    background-position: 0 33px;
    color: white;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: last baseline;

}
	
	#footerWrap {
    flex-wrap: wrap;
    flex-direction: column;

}
	
	.footerRight {
    max-width: 100%;
	width: 100%;
    text-align: center;

}
	.footercontact {
    padding: 16px 0 0 0;
}
	
	
	#footertop {
    text-align: center;
}
	
}

@media screen and (max-width: 640px) {
	
	.topbar {
		padding-top: 0px;
	}
	
	.smbox h2 {

    font-size: 7vw;
    line-height: 13vw;

}
	h1 {

    font-size: 36px;

}

.mainimage-content h1 {
	font-size: 36px;
}

.mainimage-content p {
	font-size: 1rem;
}
	
}
/* ################# */
