/*
Site Name: 	    Splash
Site URI: 		https://splash.wales
Version: 		1.0
Author: 		ipinx
Author URI: 	https://www.ipinx.co.uk


/* ---------------------------------------------------------------------------------------------------------- 
01 Sensible defaults ----------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */

@import "css/normalize.css";

div,
article,
section,
header,
footer,
nav,
li					{ position:relative; }
.group:after 		{ display:block; height:0; clear:both; content:"."; visibility:hidden; }
body 				{ 
	background:#fff;
	font-family: Lato, sans-serif;
	font-size:18px;
	color:#404040;
	line-height:1.6em;
	margin: 0 0 0 0;	
	}

p.right {
	text-align: right;
	font-size: .9em;
	line-height: 1.4em;
}
.rightheader {
	text-align: right;
	font-size: 1em;
	line-height: 1.6em;
}
.rightlink {
	text-align: right;
	font-size: .9em;
	line-height: 2em;
}
.center {
	text-align : center;
}

.bonus {
	text-align : left;
	font-size: 1em;
	color:#505050;
}
.bonus-small {
	text-align : left;
	font-size: .9em;
	color:#505050;
}
.tight  {
	font-size:.9em;
	color:#fff;
	line-height:1em;
	margin: 0 0 0 0;
}
.white { color: #fff;}
.rightwhite { color: #fff;
			  text-align:right;
}

.access  {
	font-size:.7em;
	line-height:1em;
	color:#c0c0c0;
	margin: 0 0 0 0;
	text-align: center;
}
.small {
		font-size:.9em;
		color:#000;
}
.big {
	font-size: 1.3em;
	line-height: 1.4em; 
	font-weight:normal;
}
.faq {
	color:#808080;
	letter-spacing: -0.05em;
}

::-moz-selection 	{ background:#ff0; color:#333; }
::selection 		{ background:#ff0; color:#333; }

img { 
	padding:0;
	margin:0; 
	max-width:100%;
	height:auto;
	}
a {
	text-decoration:none;
	font-weight: normal;
	border:0;
	color:#000000;
}
.link {
	text-decoration:underline;
	font-weight: bold;	
	border:0;
	color:#0069a3;
}
.link:hover {
	text-decoration:none;
	font-weight: bold;	
	border:0;
	color:#ed00f0;
}
.phone {
	text-decoration:none;
	font-weight: normal;	
	border:0;
	color:#0069a3;
}
.phone:hover {
	text-decoration:underline;
	font-weight: normal;	
	border:0;
	color:#ed00f0;
}
.footerlink {
	text-decoration:none;
	font-weight: bold;	
	border:0;
	color:#fff;
}

a.footerlink:hover {
	text-decoration:none;
	font-weight: bold;	
	color:#fe91ff;
}

.bonusA {
	text-decoration:none;
	color:#c000c0;
	font-weight: bold;
}

.bonusA:hover {
color:#017bc8;
text-decoration; none;
}

.bonusB {
	font-size:1.2em;
	text-decoration:none;
	color:#017bc8;
	font-weight: normal;
}

.bonusB:hover {
color:#c000c0;
text-decoration; none;
}

hr  {
	color: #ffbbd5;
}

hr.blue  {
	color: #b9d5e7;
}

.aligncenter { display:block; margin:0 auto }
.alignleft { float:left }
.alignright { float:right }
.wp-caption { border:1px solid #666; text-align:center; background:#ccc; padding:1em; margin:1em }
img.alignleft {
	margin: .4em 1em .4em 0;
}
img.alignright {
	margin:.4em 0 .4em 1em;
}
.textRight {text-align:right;}
.textLeft {text-align:left;}
.textCenter {text-align:center;}
.error {color:#f00;
}

.clear{clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:0}
.clearfix:after{clear:both;content:' ';display:block;font-size:0;line-height:0;visibility:hidden;width:0;height:0}
* html .clearfix,*:first-child+html .clearfix{zoom:1}
select.error,

 .clearleft {
 	clear: left;
 }


/* ---------------------------------------------------------------------------------------------------------- 
Typography -----------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */

body,
input,
textarea 			{  }


blockquote {
	font-size:1.2em;
	font-style:italic;
}

/** text colours **/

em.grey {
		color:#808080;
		font-style:normal;		
		font-weight: bold;
}
em.blue {
		color:#0069a3;
		font-style:normal;		
		font-weight: bold;
}
strong {
	font-weight:bold;
}
em.black {
		color:#000;
		font-style:normal;		
		font-weight: normal;
}
/* ------- Grid ---------------- */

.grid_1 { width: 6.5%; } 
.grid_2 { width: 15%; } 
.grid_3 { width: 23.5%; } 
.grid_4 { width: 32%; } 
.grid_5 { width: 40.5%; }
.grid_6 { width: 49%; } 
.grid_7 { width: 57.5%; } 
.grid_8 { width: 66%; } 
.grid_9 { width: 74.5%; } 
.grid_10 { width: 83%; } 
.grid_11 { width: 91.5%; } 
.grid_12 { width: 100%; } 

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
	margin: 0 2% 1% 0;
	float: left;
	display: block;
}

.alpha{margin-left:0;}
.beta{margin-right:0;}
.omega{margin-right:0;}

.container{
	width: 95%;
	max-width: 960px;
	margin: auto;
}

.hiddendiv {display: none; }
.bonusA:focus ~ #bonusA {display: block;}
.bonusB:focus ~ #bonusB {display: block;}

/* ---------------------------------------------------------------------------------------------------------- 
HEADER -----------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
.header {
	position: fixed;
	top:0;
	left:0;
	width:100%;
	background:rgba(0,105,163,0.8);
	z-index: 200;
	padding:0 0 0 0;
}

.mainNav ul {
	list-style-type: none;
	line-height: 1.8em;
	padding:.5em 0 0 0;
	margin:0 0 0 0;
	text-align: center;
}

.mainNav ul li {
	display: inline-block;
}

.mainNav ul > li.active > a {
	color:#c0c0c0;
	font-weight:bold;
	cursor: default;
}

.mainNav ul > li.active:hover > a {
	color:#c0c0c0;
}

.mainNav ul li a {
	color:#fff;
	font-size: 1em;
	font-weight: bold;
	padding:.5em;
	text-decoration:none;
}
.mainNav ul li a:hover {
	color:#fe91ff;
}
.mainNav ul ul {
	position: absolute;
	left:0;
	text-align: left;
	padding:0 0 0 0;
	min-width:180px;
	display: none
}

.mainNav ul li:hover ul {
	display: block;
}
.mainNav ul ul li {
	display: block;
}
.mainNav ul ul li a {
	padding:.2em .3em .3em .5em;
	display: block;
	border-bottom: solid 1px #999999;
	background:rgba(0,105,163,0.8);
}

.mainNav ul ul li:last-child a {
	border-bottom: solid 1px #999;
}

.menuToggle {
	position: absolute;
	top:1em;
	right:5%;
	z-index: 999;
	color:#ffffff;
	padding-right: 40px;
	background:url(images/menu.png) no-repeat right;
	background-image:url(images/menu.svg);
	display: none;
	text-indent: -9999px
}

/* ------- BANNER ----------------- */

.banner img {
	display: block;
	width:100%;
	height: auto;
}
.banner {
	text-align: center;
	background:#808080;
}

/* ----- CONTENT ------------------------- */
.main {
	padding:0 0;
}
.section {
	padding:0 0;
}
/**** Blocks ****/
.blocks {
	overflow: auto;
}
.blocks h3 {
	font-size: 1.4em
}
.block-image {
	float:left;
	width:23%;
}
.block-content {
	float:left;
	width:75%;
	margin-left: 2%;
}

/* ---- FOOTER --------- */

.footer {
	background:url(images/bottom.jpg) top center;
	color:#000;
	background-size: cover;
	font-size: 1em;
	line-height: 1.8em
}




/* ---------HEADERS & MEDIA QUERIES  ----------- */

h1 {
	font-size:6em;
	line-height: 1em;
	letter-spacing: -0.07em;
	font-weight: normal;
	color: #ff40ff;
	text-align: left;
	margin:0 0 0 0;
}

h1.small {
	font-size:5.5em;
	letter-spacing: -0.06em;
	font-weight: normal;
	color: #ff40ff;
}
h2 {
	font-size:3.4em;
	line-height: 1em;
	letter-spacing: -0.05em;
	font-weight: normal;
	color: #ff40ff;
	text-align: left;
	margin:.2em 0 .5em 0;
}

h2.large {
	font-size:6em;
	line-height: 1em;
	letter-spacing: -0.07em;
	font-weight: normal;
	color: #ff40ff;
	text-align: left;
	margin:0 0 0 0;
}

h3 {
	font-size:1.8em;
	font-weight: normal;
	color: #017bc8;
	text-align: left;
	margin:0 0 1em 0;
}

h4 {
	font-size:1.8em;
	font-weight: normal;
	color: #ff40ff;
	text-align: left;
	margin:.5em 0 1em 0;
}


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

	.mainNav ul li a {
		font-size: 1em;
		padding:.5em .3em;
	}

	.header {
		position: relative;
	background:rgba(0,105,163,1);
	}
	.logo {
		width:5px;
		height: 5px;
		padding:0 0 0 0;
	}
	h1.small {
	font-size:4.5em;
	}
}

@media screen and (max-width :750px) {

	input[type="text"], 
	input[type="tel"], 
	input[type="email"], 
	input[type="password"] {
		max-width: 100%;
	}

	select {
	    max-width: 100%;
		width:88%;
	 }
	
	 .info {
		position: absolute;
		margin:5px;
		right:0;
		top:0;
	}
.smallfooter {
		font-size:.9em;
}
.facilities {
		font-size:.7em;
		color:#000;
		line-height: 1.5em;
		text-align: center;
		margin: 0 0 2em 0;
}
	.grid_1,
	.grid_2,
	.grid_3,
	.grid_4,
	.grid_5,
	.grid_6,
	.grid_7,
	.grid_8,
	.grid_9,
	.grid_10,
	.grid_11,
	.grid_12 {
		width:100%;
	}
	.container {
		width:90%;
	}

	h1 {
		font-size:3.2em;
	}
	h1.small {
		font-size:2.8em;
	}
	h2 {
		font-size:2.4em;
	}
	h2.large {
		font-size:3.2em;
	}
	h2.smaller {
		font-size:2.8em;
	}	
	h3 {
		font-size:1.5em;
	}
	h4 {
		font-size:1.5em;
	}


	.section {
		padding:0 0 0 0;
	}

	.header {
		padding-bottom:0;

	}
	.mainNav ul {
		padding: 0;
		text-align: center;
	}
	.mainNav > ul {
		display: none
	}
	.mainNav ul li {
		display: block;
	}
	.mainNav ul li.moreLink ul {
		margin:0;
		padding:0;
	}
	.mainNav ul li.moreLink > a {
		padding-bottom:0;
		background:none;
		margin:0;
	}
	.mainNav ul li a {
		border-top:solid 1px #666666;
		padding:.3em 0;
		display: block;
	}

	.mainNav ul li a:hover {
		color:#83ffe6;
	}
	.mainNav ul ul {
		margin-top:0;
		width:100%;
		display: block;
		position: relative;
		border:0;
	}
	.mainNav ul ul li {
		float:none;
		width:auto;
		
	}
	.mainNav ul ul li a {
		float:none;
		width:auto;
		background:0,105,163,0.8;
	}
	.menuToggle { 
		display: block;
		margin-top: 0em;
	}
	.banner h1 {
		font-size: 1.4em
	}
	.blocks h3 {
		font-size: 1.2em
	}

	.footer {
		font-size: 1em
	}

}

@media screen and (max-width :480px) {

	.mainNav ul li a {
		font-size: 1em
	}
	h1.small {
		font-size:1.7em;
	}

	h2 {
		font-size:1.8em;
	}

}
