/*
	Theme Name: Huntsman
	Theme URI: https://cardiff.gov.uk
	Description: WebTeam WordPress Theme
	Version: 1.0.2
	Author: Cardiff Council
	Author URI: https://cardiff.gov.uk

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
    float: left;
    width: 100%;
}


*,
*:after,
*:before {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}
/* html element 62.5% font-size for REM use */


body {
	background-color: #fff;
	font-size: 1em;
}
/* clear */

.clear:before,
.clear:after {
	content: ' ';
	display: table;
}
.clear:after {
	clear: both;
}
.clear {
	*zoom: 1;
}
/**Skip link**/

.skip-link {
	position: absolute;
	top: -100px;
	background-color: #f7f7f7;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: 700;
	height: auto;
	left: 6px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar */
	-webkit-transition: top .75s ease-out;
	transition: top .75s ease-out;
}
.skip-link:focus {
	color: #21759b;
	top: 7px;
	-webkit-transition: top 0s;
	transition: top 0s;
}
/**end skip link**/
