/* @override 
	http://www.wellandgroup.co.uk/wp-content/themes/tentoten/style.css */

/*

Theme Name: Ten to Ten V2
Theme URI: https://www.tentoten.co.uk
Description: A Theme Framework
Author: Dare to Think
Author URI: https://www.daretothink.co.uk
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-X.X.html
Version: 1.2
Tags: one-column, two-columns, grid-layout, featured-images
Text Domain: tentoten

*/

/* Table of Contents
 *
 * 1.0 - Reset
 * X.X - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 * 4.0 - Sidebar
 *   7.1 - Widgets
 *   7.2 - Content Sidebar Widgets
 * 4.0 - Footer 
 * 5.0 - Navigation
 * 6.0 - Content
 *   6.1 - Post Thumbnail
 *   6.2 - Entry Header
 *   6.3 - Entry Meta
 *   6.4 - Entry Content
 *   6.5 - Galleries
 *   6.6 - Post Formats
 *   6.7 - Post/Image/Paging Navigation
 *   6.8 - Attachments
 *   6.9 - Archives
 *   6.10 - Contributor Page
 *   6.11 - 404 Page
 *   6.12 - Full-width
 *   6.13 - Singular
 *   6.14 - Comments
 * 8.0 - Footer
 * 9.0 - Featured Content
 * 10.0 - Multisite
 * 11.0 - Media Queries
 * 1X.X - Print
 * -----------------------------------------------------------------------------
 */

/* ------------ X.X CSS Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer, Nicolas Gallagher, Jonathan Neal, and Blueprint.
 *
 * -----------------------------------------------------------------------------
 */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; } body { line-height: 1; } ol, ul { list-style: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } :focus { outline: 0; } ins { text-decoration: none; } del { text-decoration: line-through; } table { border-collapse: collapse; border-spacing: 0; }

.cf:before,
.cf:after {
	content: " ";
    display: table;
}

.cf:after {
	clear: both;
}

* {
	box-sizing: border-box;
}

*:before,
*:after {
	box-sizing: border-box;
}

/* ------------ X.X Basic Structure
 * -----------------------------------------------------------------------------
 */

html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;}

html {
  position: relative;
  min-height: 100%;
}

#container {
	height: 100%;
}

body,
input,
textarea {
	font: 62.5% "Lora", serif;
	background: #fff;
	color: #5c5c5c;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body.nav-open {
	overflow: hidden;
}

.hidden { 
	display: none; 
}

.alignleft { 
	float: left; 
}

.alignright { 
	float: right; 
}

.aligncenter {
	margin-left: auto;
	margin-right: auto;
	display: block;
	clear: both;
}

.clear {
	clear: both;
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
	width:100%;
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.table {
	display: table;
}

.cell {
	display: table-cell;
}

.wrapper {
	width: 100%;
	display: block;
}

.c_12 {
	max-width: 1480px;
	padding-right: 20px;
	padding-left: 20px;
	margin-left: auto;
	margin-right: auto;
}

.g_1,
.g_2,
.g_3,
.g_4,
.g_5,
.g_6,
.g_7,
.g_8,
.g_9,
.g_10,
.g_11,
.g_12 {
	display: inline;
	float: left;
	padding-right: 20px;
	padding-left: 20px;
	position: relative;
}

.negative {
	margin-left: -20px;
	margin-right: -20px;
}

.c_12 .g_1 {width: 8.33333333%;}
.c_12 .g_2 {width: 16.6666667%;}
.c_12 .g_3 {width: 25%;}
.c_12 .g_4 {width: 33.3333333%;}
.c_12 .g_5 {width: 41.6666667%;}
.c_12 .g_6 {width: 50%;}
.c_12 .g_7 {width: 58.3333333%;}
.c_12 .g_8 {width: 66.6666666%;}
.c_12 .g_9 {width: 75%;}
.c_12 .g_10 {width: 83.3333333%;}
.c_12 .g_11 {width: 91.6666666%;}
.c_12 .g_12 {width: 100%;}

.content-m {
	width: 100%;
	max-width: 1024px;
	margin: 0 auto;
}

.section {
	padding: 100px 0;
}

.section.logo {
	text-align: center;
}

img.logo {
	width: 160px;
	height: auto;
}

div.image {
	padding: 0;
	background-image: url('http://www.wellandgroup.co.uk/wp-content/uploads/2018/05/house.jpg');
	padding-top: 40%;
	background-position: center;
	background-size: cover;
}

.vacancies {
	background-color: #efefef;
}

.footer {
	text-align: center;
}

.footer a {
	color: inherit;
}

/* ------------ X.X Fonts
 * -----------------------------------------------------------------------------
 */

a {
	text-decoration: none;
	color: #073251;
}

p {
	font-size: 1rem;
	line-height: 1.5;
}

li {font-size: 1rem}

li p {
	font-size: 1rem
}

li li {font-size: 1rem}

h1 {
	font-size: 2.8rem;
}

h2 {
	font-size: 2.4rem;
}

h3 {
	font-size: 2rem;
}

h4 {
	font-size: 1.6rem;
}


/* ------------ X.X Content Styles
 * -----------------------------------------------------------------------------
 */

.entry-content p {
	font-size: 1rem;
	margin-bottom: 15px;
}

.entry-content ul {
	margin-bottom: 15px;
}

.entry-content ul li {
	line-height: 1.5;
}

.entry-content .intro ul {
	margin-bottom: 0;
}

p:last-child {
	margin: 0;
}

.entry-content h2 {
	font-size: 1.25rem;
	font-weight: 400;
	margin-bottom: 10px;
}

.entry-content .section-title {
	font-size: 2rem;
	margin-bottom: 15px;
	font-weight: 400;
}

/* ------------ X.X Images
 * -----------------------------------------------------------------------------
 */


.size-auto, 
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
	max-width: 100%;
	height: auto;
}

/* ------------ X.X Media Queries
 * -----------------------------------------------------------------------------
 */


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

}

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

}

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

}

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

}

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

}

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

.section .g_4,
.section .g_8 {
	width: 100%;
}

}

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

}

/* ------------ X.X Print
 * -----------------------------------------------------------------------------
 */


@media print {
	
}