/*
Site Name: 	    PODIA.WALES
Site URI: 		https://podia.wales
Version: 		2.1
Author: 		ipinx 2020



/* ---------------------------------------------------------------------------------------------------------- 
01 Default values ----------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */

@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: Quicksand, sans-serif;
	font-size:13pt;
	color:#000;
	line-height:1.6em;
	margin: 0 0 0 0;
	}

p.bonus {
	font-size:1em;
	color:#272727;
	line-height: 1.5em;
	text-align: left;
}
p.right {
	font-size:1em;
	color:#fff;
	line-height: 1.8em;
	margin:.2em 0 0 .5em;
	text-align: right;
}

p.small {
		font-size:.9em;
		line-height: 1.6em;
}
p.gallery {
	font-size:.9em;
	color:#272727;
	line-height: 1.3em;
	margin: 0 0 1.6em 0;	
	text-align: left;
}
p.locations {
	font-size: .9em;
	color:#fff;
	line-height: 2em;
}

::-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;
	border:0;
	color:#000000;
}
.mail {
	text-decoration:none;
	border:0;
	color:#acb9ea;
}
.mail:hover {
	text-decoration:none;
	border:0;
	color:#fcc165;
}
.link {
	text-decoration:none;
	border:0;
	font-weight: normal;
	color:#3682ae;
}
.link:hover {
	text-decoration:none;
	color:#ba4a4a;
}
.link2 {
	text-decoration:none;
	border:0;
	font-weight: bold;
	color:#3682ae;
}
.link2:hover {
	text-decoration:none;
	color:#ba4a4a;
}
.credit {
	font-size:.8em;
	line-height:1em;
	text-align:center;
	text-decoration:none;
	border:0;
	color:#c0c0c0;
}

a:hover {
	text-decoration:none;
}

.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;
}


.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 			{  }

h1 {
	font-size: .5em;
	font-family: Kanit, sans-serif;
	line-height: .8em;
	font-weight: bold;
	color: #fff;
	text-align: left;
	margin:0 0 0 0;
}
h2 {
	font-size: 4em;
	font-family: Kanit, sans-serif;
	line-height: 1em;
	font-weight: bold;
	color: #000;
	text-align: left;
	margin:0 0 0 0;
}
h3 {
	font-size:1.6em;
	font-family: Kanit, sans-serif;
	line-height: 1.2em;
	font-weight: 300;
	color: #000000;
	text-align: left;
	margin:.3em 0 0 0;
}
h3.contact {
	font-size:1.6em;
	font-family: Kanit, sans-serif;
	line-height: 1.2em;
	font-weight: 300;
	color: #fff;
	text-align: right;
	margin:1em 0 .5em 0;
}
h3.sitemap {
	font-size:1.6em;
	font-family: Kanit, sans-serif;
	line-height: 1.2em;
	font-weight: 300;
	color: #fff;
	text-align: left;
	margin:1em 0 0 0;
}
h4 {
	font-size:1.9em;
	font-family: Kanit, sans-serif;
	font-weight: 300;
	color: #000000;
	margin:0 0 .2em 0;
}
h5 {
	font-size:1.5em;
	font-weight: 300;
	margin:.4em 0 .5em 0;
}
p.tel {
	font-size:1.9em;
	line-height: 2em;
	font-family: Kanit, sans-serif;
	font-weight: 300;
	color: #000000;
	margin:0 0 .5em 0;
}
p.credit {
	color:#c0c0c0;
	font-style: normal;
}
.right {
	text-align: right;	
}


/** text colours **/
.black {
	color:#000000;
}
.yellow {
	color:#ffbd42;
}

em.yellow {
	color:#ffbd42;
	font-style: normal;
}

em.grey {
	color:#3682ae;
	font-style: normal;
	font-weight: normal;
}
em.quote {
	font-weight:700; 
	font-size:1.3em;
}
.black {
	color:#000000;
	font-style: normal;
}

strong {
	font-weight:700; 
	letter-spacing: -0.03em;
}
em.podia {
	font-style: normal;
	font-weight:bold; 
}
.bonusA {
	font-weight: bold;
	text-decoration:none;
	color:#3682ae;
}

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

hr {
	color:#b1c2ff;
}

/* ---------------------------------------------------------------------------------------------------------- 
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:}
.omega{margin-right:0;}

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

div {
	border: 1px solid none;
}
.hiddendiv {display: none; }
.bonusA:focus ~ #bonusA {display: block;}


/* ---------------------------------------------------------------------------------------------------------- 
HEADER -----------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
.header {
	position: fixed;
	top:0;
	left:0;
	width:100%;
	background:rgba(2,7,13,0.7);
	z-index: 200;
	padding:0 0 0 0;
}

.mainNav ul {
	list-style-type: none;
	color:#808080;
	font-size: 1em;
	font-weight:normal;
	line-height: 1.8em;
	padding:.5em 1em .5em 1em;
	margin:0;
	text-align: right;
}
.mainNav ul li {
	font-size: 1em;
	display: inline-block;
}

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

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

.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:1em 0;
}
.section {
	padding:2em 0;
}
/**** Blocks ****/
.blocks {
	overflow: auto;
}

.block-image {
	float:left;
	width:23%;
}
.block-content {
	float:left;
	width:75%;
	margin-left: 2%;
}

/* ---------------------------------------------------------------------------------------------------------- 
FOOTER --------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
.footer {
	background-color: rgba(0,0,0,.8);
	font-size: .9em;
	line-height: 1.8em;
}
.overlay {
	background:rgba(0,0,0,0);
	overflow: auto;
}


/* ---------------------------------------------------------------------------------------------------------- 
Media queries --------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
@media screen and (max-width :960px) {

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

	.header {
		position: relative;
		background:rgba(0,0,0,0.9);
	}

	.logo {
		width:80px;
		height: 40px;
		padding:.5em 0 0 4px;

	}

	.container {
		width:90%;
	}
h2 {
		font-size:3.2em;
	}
}

@media screen and (max-width :750px) {
	
	.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%;
	}

	h2 {
		font-size:2em;
	}
	h3 {
		font-size:1.1em;
	}
	h4 {
		font-size:1.4em;
	}
	p.tel {
		font-size:1.4em;
	}
	.section {
		padding:1em 0;
	}
	.logo {
		width:40px;
		height: 20px;
		padding:.5em 0 0 4px;

	}
	.header {
		padding-bottom:0;

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

	.mainNav ul li a:hover {
		color:#ffbd42;
	}
	.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:#303030;
	}
	.menuToggle { 
		display: block;
	}
	.banner h1 {
		font-size: 1.4em;
	}
	.blocks h3 {
		font-size: 1.2em;
	}

	.footer {
		font-size: .9em;
	}

}

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

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

	h2 {
		font-size:1.6em;
	}
}
