\/*
	Theme Name: diydoctor Existing Theme
	Theme URI: http://www.studiopress.com/
	Description: This is the sample theme created for the Genesis Framework.
	Author: StudioPress
	Author URI: http://www.studiopress.com/

	Version: 2.2.4

	Tags: black, red, white, one-column, two-columns, three-columns, left-sidebar, right-sidebar, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

	Template: genesis
	Template Version: 2.2.3

	License: GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


/* # Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Simple Markup Additions
		- Borders and Alignment
		- Padding
		- Margins
	- Remove Styles, no Style etc....	
	- Colours, Sizes for Fonts, Lists etc....
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Containers
	- Landing Page Layouts
	- Column Widths and Positions
	- Column Classes
	- Breadcrumbs
	- Home Page Classes and Layouts
	- Project Page/Hub Page etc.... Specific Styling
	- About Us and Webinar
	- Tool and Product Reviews
	- Find Tradesman and HIPS
	- Tool Hire Section
	- Competitions Pages
	- Forum
	- Advertising Placements and Units
	- Images, Sprite Images etc....
	- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
	- Plugins
	- Genesis eNews Extended
	- Jetpack
	 - Social Buttons
	- Skip Links
	- Site Header
	- Title Area
	- Widget Area
	- Site Navigation
	- Accessible Menu
	- Site Header Navigation
	- After Header Navigation
	- Footer Navigation
	- Max Mega Menu Styling
	- Css Main Menu Styling
	- Project Pages Tab Menu
	- Css Main Menu Styling
	- Projects Menu Styling
	- Feedback button markup
- Content Area
	- Entries
	- Entry Meta
	- Comments
	- Videos
	- Grid/List View
- Sidebars
- Widgets
	 - Featured Content
	 - Newsletter Signup
	 - Deal of the Week
	 - Master Basic DIY Book
	 - DIY Doctor Sponsors
	 - Follow Us Side Bar Widget
	 - Home Page Widgets
	 - Author Projects Page Bio
- Footer Widgets
- Site Footer
	 - Footer Company Logo
	 - Footer Social Icons
- Media Queries
	- Max-width: 1340px
	- Max-width: 1200px
	- Max-width: 1023px
	- Max-width: 860px
	- Max-width: 748px
	- Max-width: 440px
- Print Styles
*/


/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v4.1.1 | MIT License | http://necolas.github.io/normalize.css/ */

html{font-family:helvetica;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}progress{vertical-align:baseline}template,[hidden]{display:none}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}svg:not(:root){overflow:hidden}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}button,input,optgroup,select,textarea{font:inherit;margin:0}optgroup{font-weight:bold}button,input{overflow:visible}button,select{text-transform:none}button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-input-placeholder{color:inherit;opacity:0.54}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}

/* ## Box Sizing
--------------------------------------------- */

html,
input[type="search"]{
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}


/* ## Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.widget:before,
.wrap:before {
	content: " ";
	display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.widget:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/* # Defaults
---------------------------------------------------------------------------------------------------- */

/* ## Typographical Elements
--------------------------------------------- */

html {
	font-size: 62.5%; /* 10px browser default */
}

/* Chrome fix */
body > div {
	font-size: 2rem;
}

body {
	background-color: #ffffff;  /* WAS #eee */
	color: #333;
	font-family:helvetica;
	font-size: 20px;
	font-size: 2rem;
	-webkit-font-smoothing: antialiased;
	font-weight: 400;
	line-height: 1.625;
	margin: 0;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

a {
	color: #000;
	text-decoration: underline;
}

a:hover,
a:focus {
	color: #333;
	text-decoration: none;
}

p {
	margin: 0 0 18px;
	padding: 0;
}

/*
ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}*/

ul, ol { margin-bottom: 24px; }
	ul { list-style: none outside; }
	ol { list-style: decimal; }
	ol, ul.square, ul.circle, ul.disc { margin-left: 24px; }
	ul.square { list-style: square; }
	ul.circle { list-style: circle; }
	ul.disc { list-style: disc outside; }
	ul ul, ul ol,
	ol ol, ol ul { margin: 7px 0 7px 24px; }
	ul ul li, ul ol li,
	ol ol li, ol ul li { margin-bottom: 7px; }
	li { /*line-height: 24px;*/ margin-bottom: 18px; }
	ul.large li { /*line-height: 24px;*/ margin-bottom: 18px; }
	li p { /*line-height: 24px;*/ margin-bottom: 18px; }

ul.listTick li {
	background-image: url('https://www.diydoctor.org.uk/images/tick.jpg');
	background-repeat: no-repeat;
	line-height: 40px;
    padding-left: 50px;
	margin-left:40px;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-top: 1px solid #eee;
	clear: both;
	margin: 0 0 16px 0;
}

b,
strong {
	font-weight: 700;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	font-size: 3rem;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}


/* ## Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family:helvetica;
	font-weight: 400;
	line-height: 1.2;
	margin: 0; /* WAS margin: 0 0 10px */
}

h1 {
	font-size: 36px;
	font-size: 3.6rem;
}

h2 {
	font-size: 30px;
	font-size: 3rem;
	margin:0 0 12px;
}

h3 {
	font-size: 26px;
	font-size: 2.6rem;
	margin:16px 0 16px 0;
	border-bottom:2px solid #404040;
}

.home-page-latest-content h3 {
	border-bottom:2px solid #fff !important;
}

h4 {
	font-size: 20px;
	font-size: 2rem;
	padding-top:7px;
}

h5 {
	font-size: 18px;
	font-size: 1.8rem;
}

h6 {
	font-size: 16px;
	font-size: 1.6rem;
}

/* ## Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

figure {
	padding: 16px;
	/*margin-bottom:14px;*/
	margin-left:5px;
	text-align: center;
	border: 1px solid #ededed;
	background: transparent;
	/*width:auto;*/
	max-width: 100%;
	height:auto;
}

.no-figure-style {
	padding:0 !important;
	margin:0 !important;
	border:0px solid #ededed !important;
}

figcaption {
	font-size: 16px;
	text-align: center;
	padding: 14px 16px;
}

figcaption p {
	margin: 0 0 6px;
}

/* ## Simple Markup Additions
--------------------------------------------- */

/* Borders and Alignment */

.centerAlign {
	text-align:center;
}
.simpleBorder{
	border:1px solid #c5c5c5;
}
.simple-border-right {
	border-right:1px solid #c5c5c5;
}
.simple-border-bottom {
	border-bottom:1px solid #c5c5c5;
}
.bottom-border {
	border-bottom:6px solid #000;
	width:100%;
}

/* Padding */

.extra-pad-bottom {
	padding-bottom:8px;
}
.extra-pad-bottom-M {
	padding-bottom:16px;
}
.extra-pad-bottom-L {
	padding-bottom:24px;
}
.extra-pad-top-S {
	padding-top:8px;
}
.extra-pad-top-M {
	padding-top:16px;
}
.extra-pad-top-L {
	padding-top:24px;
}
.extra-padding {
	padding:16px;
}

/* Margins */

.extra-margin-top-S {
	margin-top:8px;
}
.extra-margin-top-M {
	margin-top:16px;
}
.extra-margin-top-EL {
	margin-top:48px;
}
.extra-margin-top-L {
	margin-top:32px;
}
.extra-margin-bottom-M {
	margin-bottom:16px;
}
.extra-margin-bottom-L {
	margin-bottom:24px;
}
.extra-margin-bottom-S {
	margin-bottom:8px;
}
.extra-margin-left-M {
	margin-left:16px;
}
.form-remove-top-margin{
	margin-top: -56px;	
}	

/* ## Remove Styles, no Style etc....
--------------------------------------------- */

.no-bg-style {
	background-color:transparent !important;
}


/* ## Colours, Sizes for Fonts, Lists etc....
--------------------------------------------- */

.white-text {
	color:#fff;
}

.black-text {
	color:#000 !important;
}

.warning-text {
	color:#c30808;
}

.notificationText {
	font-weight:400;
	color:#ff0000;
}

small {
	font-size:12px;
	font-weight:normal;
}

.large-text {
	font-size:32px;
	font-weight:400;
}
.medium-text {
	font-size:24px;
	font-weight:400;
}
.small-text {
	font-size:16px;
	font-weight:400;
}

.grey-bg {
	background-color:#f7f4f4;
	padding:6px 24px 24px 24px;
}

.black-bg {
	background-color:#404040;
	padding:24px;
	color:#fff;
	margin-bottom: 16px;
}
.black-bg a {
	color:#fff;
}

.noticeText {
	font-size:17px;
	color:#fb032c;
	font-weight:bold;
}

.noticeRRP {
	font-size:17px;
	color:#05a2eb;
	font-weight:bold;
}

/* ## Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 0 0 28px;
	text-align: center;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery img {
	border: 1px solid #eee;
	height: auto;
	padding: 4px;
}

.gallery img:hover,
.gallery img:focus {
	border: 1px solid #999;
}

/* ## Forms
--------------------------------------------- */
input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #076cb4;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #333;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 400;
	padding: 12px; /* WAS 16px */
	width: 100%;
}

select {
	padding:16px;
}

input:focus,
textarea:focus {
	border: 1px solid #065d9b; /* WAS #999 */
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

input[type="hidden"] {
	width: 0px;
	height:0px;
}

::-moz-placeholder {
	color: #b6b5b5; /* WAS #333 */
	opacity: 1;
	font-size:16px;
	font-weight:normal;
}

::-webkit-input-placeholder {
	color: #b6b5b5;
	font-size:16px;
	font-weight:normal;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #333;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
	padding: 16px 24px;
	text-decoration: none;
	white-space: normal;
	width: auto;
}

.button-orange {
	background-color: #f3722b !important;
	text-decoration:none !important;
}
.button-orange:focus, .button-orange:hover {
	background-color: #0268b2 !important;
	color:#fff;
}

.button-green {
	background-color: #1c9b54 !important;
	text-decoration:none !important;
}
.button-green:focus, .button-green:hover {
	background-color: #0268b2 !important;
	color:#fff;
}

.button-black {
	background-color: #404040 !important;
	text-decoration:none !important;
}
.button-black:focus, .button-black:hover {
	background-color: #0268b2 !important;
	color:#fff;
}

.button-reviews, .button-gen {
	background-color: #f3722b;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
	padding: 24px 32px;
	text-decoration: none;
	white-space: normal;
	width: auto;
}
.button-reviews:focus, .button-reviews:hover, .button-gen:focus, .button-gen:hover {
	background-color: #0268b2 !important;
	color:#fff;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
button:focus,
input:focus[type="button"],
input:focus[type="reset"],
input:focus[type="submit"],
.button:focus  {
	background-color: #404040;
	color: #fff;
}

.entry-content .button:hover,
.entry-content .button:focus {
	color: #fff;
}

.button {
	display: inline-block;
}

a.button.small,
button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small {
	padding: 8px 16px;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
	background-color: #eee;
	border-width: 0;
	color: #777;
	cursor: not-allowed;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Checkbox Styling */

.checkbox-regular {
	-webkit-appearance: none;
	background-color: #fafafa;
	border: 1px solid #cacece;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
	padding: 12px;
	border-radius: 3px;
	display: inline-block;
	position: relative;
}

.checkbox-regular:active, .checkbox-regular:checked:active {
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}

.checkbox-regular:checked {
	background-color: #e9ecee;
	border: 1px solid #adb8c0;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);
	color: #99a1a7;
}

.checkbox-regular:checked:after {
	content: '\2714';
	font-size: 16px;
	position: absolute;
	top: -1px;
	left: 6px;
	color: #00b7e1;
}


/* Radio Button Styling */

.radio-regular {
	-webkit-appearance: none;
	background-color: #fafafa;
	border: 1px solid #0268b2 !important; /* WAS cacece */
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
	padding: 12px;
	border-radius: 50px;
	display: inline-block;
	position: relative;
}

.radio-regular:checked:after {
	content: ' ';
	width: 12px;
	height: 12px;
	border-radius: 50px;
	position: absolute;
	top: 3px;
	background: #99a1a7;
	box-shadow: inset 0px 0px 10px rgba(0,0,0,0.3);
	text-shadow: 0px;
	left: 3px;
	font-size: 32px;
}

.radio-regular:checked {
	background-color: #e9ecee;
	color: #99a1a7;
	border: 1px solid #adb8c0;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1), inset 0px 0px 10px rgba(0,0,0,0.1);
}

.radio-regular:active, .radio-regular:checked:active {
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}

.big-radio {
	padding: 16px;
}

.big-radio:checked:after {
	width: 24px;
	height: 24px;
	left: 4px;
	top: 4px;
}

.form-radio-button-label {
	width:80%;
	float:left;
	display:inline-block;
	text-align:left;
}

.form-radio-button {
	width:15%;
	float:left;
	display:inline-block;
}


/* ## Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	/*line-height: 2;*/
	margin: 8px 8px 24px 8px;
	width: 95%;
	/*word-break: break-word;*/
}

table tr:nth-child(odd) {
	background: #f0f0f0;
}
table tr:nth-child(even) {
	background: #e1e7fc;
}

table.noBorder, table.noBorder th, table.noBorder td {
	border: none;
}

thead tr{
	background-color:#82898a !important;
	color:#fff;	
}	

tbody {
	border-bottom: 1px solid #eee;
}

td,
tr,
th {
	text-align: left;
	padding-left: 16px;
}

td {
	border-top: 1px solid #eee;
	padding: 24px;
}

th {
	font-weight: 400;
	padding: 0 6px;
}

.responsive-table {
	width:95%; /*Added*/
	/*overflow-x: auto;*/
	overflow-y: auto;
	_overflow: auto;
	display: block;
	margin-bottom:24px;
}

.responsive-table::-webkit-scrollbar
{
	-webkit-appearance: none;
	width: 14px;
	height: 14px;
}

.responsive-table::-webkit-scrollbar-thumb
{
	border-radius: 8px;
	border: 3px solid #fff;
	background-color: rgba(0, 0, 0, .3);
}

/*
td:first-child,
th:first-child {
	padding-left: 0;
}
*/

/* ## Screen Reader Text
--------------------------------------------- */

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus  {
	clip: auto !important;
	height: auto;
	width: auto;
	display: block;
	font-size: 1em;
	font-weight: bold;
	padding: 15px 23px 14px;
	color: #333;
	background: #fff;
	z-index: 100000; /* Above WP toolbar. */
	text-decoration: none;
	box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
}


/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* ## Site Containers
--------------------------------------------- */

.site-container{
	background-color:#ffffff; /* WAS c2c1c1 */
	margin-top:-18px;
}

.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 1280px;
}

.site-inner {
	clear: both;
	padding: 16px; /* WAS 40px */
	word-wrap: break-word;
	/*border: 1px solid #c5c5c5;*/
	margin-bottom:16px;
	/*-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;*/
	background-color:#fff;
}

.landing-page .site-inner {
	max-width: 800px;
}

/* ## Landing Page Layouts
--------------------------------------------- */

.landingPageSignup {
	color:#696969 !important;
}

.landingPageSignup h2 {
	background:none !important;
	color:#0268b2 !important;
	text-align:center !important;
}

.landingPageSignup h3 {
	background:none !important;
	color:#696969 !important;
	border:none !important;
}

.landingPageSignup h2.smallHeader {
	color:#0268b2 !important;
	border:none !important;
	font-size: 26px;
	font-size: 2.6rem;
	margin:16px 0 16px 0;
	text-align:left !important;
	font-weight:400 !important;
}


/* ## Column Widths and Positions
--------------------------------------------- */

/* ### Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 1060px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

/* ### Content */

.content {
	float: right;
	width: 760px;  /* WAS 880px  */
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 660px; /*WAS 660px */
}

.full-width-content .content {
	width: 100%;
}

/* ### Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 320px;  /* WAS 440px */
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

/* ### Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 400px; /* WAS 440px */
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

/* ## Column Classes
--------------------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */
/*
.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}
*/

/* ## New Column Classes to Include Fifths etc...
----------------------------------------------------------------------- */
	
	
/* Column Classes
 *
 * Width: 1200px
 * Gutter: 50px
 * Link: http://www.billerickson.net/column-class-generator/
--------------------------------------------- */

.five-sixths,
.four-sixths,
.four-fifths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-fifths,
.three-sixths,
.two-fourths,
.two-fifths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 4.16666666667%;
}
 
.one-half,
.three-sixths,
.two-fourths {
	width: 47.9166666667%;
}
 
.one-third,
.two-sixths {
	width: 30.5555555556%;
}
 
.four-sixths,
.two-thirds {
	width: 65.2777777778%;
}
 
.one-fourth {
	width: 21.875%;
}
 
.three-fourths {
	width: 73.9583333333%;
}
 
.one-fifth {
	width: 16.6666666667%;
}
 
.two-fifths {
	width: 37.5%;
}
 
.three-fifths {
	width: 58.3333333333%;
}
 
.four-fifths {
	width: 79.1666666667%;
}
 
.one-sixth {
	width: 13.1944444444%;
}
 
.five-sixths {
	width: 82.6388888889%;
}
 
.first {
	clear: both;
	margin-left: 0;
}

/* ## Breadcrumbs
--------------------------------------------- */

.page-breadcrumbs {
	padding:4px;
	font-size:16px;
	color:#0072bc;
}
.page-breadcrumbs a {
	color:#000;	
}	
#breadcrumbs {
	margin:0 0 8px !important;
}


/* ## Home Page Classes and Layouts
--------------------------------------------- */
/*.iconFirst {
	clear: both;
	margin-left: -2px;
}*/

.iconContainer {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align:center;
}

.projectsIcon a {
	width: 93px;
	height: 94px;
	display: inline-block;
	background: url("https://www.diydoctor.org.uk/images/sprite-logos-icons.png") no-repeat -82px -366px;
	margin: 2px 2% 2px 2%;
	font: 0/0 a;
	text-shadow: none;
	color: transparent;
	float:left;
}
.toolstoreIcon a {
	width: 93px;
	height: 94px;
	display: inline-block;
	background: url("https://www.diydoctor.org.uk/images/sprite-logos-icons.png") no-repeat -174px -366px;
	margin: 2px 2% 2px 2%;
	font: 0/0 a;
	text-shadow: none;
	color: transparent;
	float:left;
}
.forumIcon a {
	width: 93px;
	height: 94px;
	display: inline-block;
	background: url("https://www.diydoctor.org.uk/images/sprite-logos-icons.png") no-repeat -1px -486px;
	margin: 2px 2% 2px 2%;
	font: 0/0 a;
	text-shadow: none;
	color: transparent;
	float:left;
}
.videosIcon a {
	width: 93px;
	height: 94px;
	display: inline-block;
	background: url("https://www.diydoctor.org.uk/images/sprite-logos-icons.png") no-repeat -95px -486px;
	margin: 2px 2% 2px 2%;
	font: 0/0 a;
	text-shadow: none;
	color: transparent;
	float:left;
}
.tradesmenIcon a {
	width: 93px;
	height: 94px;
	display: inline-block;
	background: url("https://www.diydoctor.org.uk/images/sprite-logos-icons.png") no-repeat -191px -486px;
	margin: 2px 2% 2px 2%;
	font: 0/0 a;
	text-shadow: none;
	color: transparent;
	float:left;
}
.tipsIcon a {
	width: 93px;
	height: 94px;
	display: inline-block;
	background: url("https://www.diydoctor.org.uk/images/sprite-logos-icons.png") no-repeat -1px -582px;
	margin: 2px 2% 2px 2%;
	font: 0/0 a;
	text-shadow: none;
	color: transparent;
	float:left;
}
.reviewsIcon a {
	width: 93px;
	height: 94px;
	display: inline-block;
	background: url("https://www.diydoctor.org.uk/images/sprite-logos-icons.png") no-repeat -96px -582px;
	margin: 2px 2% 2px 2%;
	font: 0/0 a;
	text-shadow: none;
	color: transparent;
	float:left;
}
.blogIcon a {
	width: 93px;
	height: 94px;
	display: inline-block;
	background: url("https://www.diydoctor.org.uk/images/sprite-logos-icons.png") no-repeat -190px -582px;
	/*margin: 2px 14px 2px 13px;*/
	margin: 2px 2% 2px 2%;
	font: 0/0 a;
	text-shadow: none;
	color: transparent;
	float:left;
}

.workingTradesInfo {
	color:#ffffff;
	padding:16px;
	font-size:15px
	font-size:1.5rem;
	background-color:#00a7aa;
	margin-bottom:18px;
}

.safeDIY {
	color:#ffffff;
	padding:16px;
	font-size:15px
	font-size:1.5rem;
	background-color:#0268b2;
	margin-bottom:18px;
}

.workingTradesInfo a, .safeDIY a {
	color:#ffffff;
}

.areaInfoCont {
	width:100%;
	text-align:center;
	margin-bottom:18px;
}
.areaTextCont {
	width:100%;
	text-align:center;
	color:#ffffff;
	font-size:14px;
	font-size:1.4rem;
	border-top:2px solid #ffffff;
	padding-top:10px;
}
.areaTextCont a {
	color:#ffffff;	
}

.projectsInfo {
	background-color:#595959;
	padding:8px;
	margin-bottom:12px;	
}
.projectsIconInfo a {
	width: 93px;
	height: 94px;
	display: inline-block;
	background: url("https://www.diydoctor.org.uk/images/sprite-logos-icons.png") no-repeat -82px -366px;
	margin: 0 auto;
	font: 0/0 a;
	text-shadow: none;
	color: transparent;
}

.toolstoreInfo {
	background-color:#f3732c;
	padding:8px;
	margin-bottom:12px;	
}
.toolstoreIconInfo a {
	width: 93px;
	height: 94px;
	display: inline-block;
	background: url("https://www.diydoctor.org.uk/images/sprite-logos-icons.png") no-repeat -174px -366px;
	margin: 0 auto;
	font: 0/0 a;
	text-shadow: none;
	color: transparent;
}

.forumInfo {
	background-color:#0268b2;
	padding:8px;
	margin-bottom:12px;	
}
.forumIconInfo a {
	width: 93px;
	height: 94px;
	display: inline-block;
	background: url("https://www.diydoctor.org.uk/images/sprite-logos-icons.png") no-repeat -1px -486px;
	margin: 0 auto;
	font: 0/0 a;
	text-shadow: none;
	color: transparent;
}

.videosInfo {
	background-color:#1b9d55;
	padding:8px;
	margin-bottom:12px;	
}
.videosIconInfo a {
	width: 93px;
	height: 94px;
	display: inline-block;
	background: url("https://www.diydoctor.org.uk/images/sprite-logos-icons.png") no-repeat -95px -486px;
	margin: 0 auto;
	font: 0/0 a;
	text-shadow: none;
	color: transparent;
}

.tradesmenInfo {
	background-color:#00a7aa;
	padding:8px;
	margin-bottom:12px;	
}
.tradesmenIconInfo a {
	width: 93px;
	height: 94px;
	display: inline-block;
	background: url("https://www.diydoctor.org.uk/images/sprite-logos-icons.png") no-repeat -191px -486px;
	margin: 0 auto;
	font: 0/0 a;
	text-shadow: none;
	color: transparent;
}

.tipsInfo {
	background-color:#00b7e1;
	padding:8px;
	margin-bottom:12px;	
}
.tipsIconInfo a {
	width: 93px;
	height: 94px;
	display: inline-block;
	background: url("https://www.diydoctor.org.uk/images/sprite-logos-icons.png") no-repeat -1px -582px;
	margin: 0 auto;
	font: 0/0 a;
	text-shadow: none;
	color: transparent;
}

.reviewsInfo {
	background-color:#72306e;
	padding:8px;
	margin-bottom:12px;	
}
.reviewsIconInfo a {
	width: 93px;
	height: 94px;
	display: inline-block;
	background: url("https://www.diydoctor.org.uk/images/sprite-logos-icons.png") no-repeat -96px -582px;
	margin: 0 auto;
	font: 0/0 a;
	text-shadow: none;
	color: transparent;
}

.blogInfo {
	background-color:#e64d2b;
	padding:8px;
	margin-bottom:12px;	
}
.blogIconInfo a {
	width: 93px;
	height: 94px;
	display: inline-block;
	background: url("https://www.diydoctor.org.uk/images/sprite-logos-icons.png") no-repeat -190px -582px;
	margin: 0 auto;
	font: 0/0 a;
	text-shadow: none;
	color: transparent;
}

.homePageH1Title {
	width:100%;
	background-color:#0268b2;
	font-size:30px;
	font-weight:600;
	color:#ffffff;
	padding:10px 8px 1px 12px;
	/*padding:16px;*/
}

.homePageProjectsH2 {
	width:100%;
	height:50px;
	padding:8px;
	background-color:#0268b2;
	margin:10px 0 10px 0;
	color:#fff;
}

.latest-project-feedback {
	border: 1px solid #c5c5c5;
	min-height:358px;
}

.latest-project-feedback ul {
	margin:0 !important;
	padding:10px !important;
}

.latest-project-feedback, .latest-project-feedback a {
	font-size:14px;
	font-weight:300;	
}

.latest-project-feedback h2 {
	font-size:18px !important;
  	padding: 10px 12px 8px 12px;
  	background-color:#0268b2;
  	color:#fff;
  	width:100%;
	min-height:auto;
}

.latestVideoHome { /* WAS homePageVideoH2 */
	width:100%;
	min-height:auto;
	padding:8px 8px 1px 8px;
	background-color:#0268b2;
	margin:0 0 10px 0;
	color:#fff;
}

.latestVideoHome h2 {
	font-size:18px !important;
  	padding: 8px 8px 1px 8px;
  	display:inline-block;
  	float:left;
  	width:58%;
}

.latestVideoMoreVids a {
	font-size:16px !important;
  	padding: 6px 8px;
  	display:inline-block;
  	color:#fff;
  	text-decoration:none;
  	float:right;
}

.latestVideoMoreVids a:hover {
	text-decoration:underline;
}

.homeLatestProject {
	background-color:#404040;
	min-height:325px !important;
	padding:10px;
	margin-bottom:10px;
	/*width:21%;
	float:left;
	display:inline-block;*/
}
.latestProjectTitle {
	font-size:14px;
	font-weight:400;
	color:#fff;
}
.latestProjectTitle a {
	text-decoration:none;
	color:#fff;
}
.latestProjectTitle a:hover {
	text-decoration:underline;
}

.homeLatestBlog {
	background-color:#e64d2a;
	min-height:350px !important;
	padding:10px;
	margin-bottom:16px;
}

.homeLatestReview {
	background-color:#71306e;
	min-height:350px !important;
	padding:10px;
	margin-bottom:16px;
}

.homeFindTradesmen {
	background-color:#00a7aa;
	min-height:350px !important;
	padding:10px;
	margin-bottom:16px;
}

.homeDIYTips {
	background-color:#00b7e2;
	min-height:350px !important;
	padding:10px;
	margin-bottom:16px;
}

.homeRecommendedCompanies {
	min-height:396px !important;
	padding:10px;
	margin-bottom:16px;
	color:#000;
	font-size:16px;
	border:1px solid #c5c5c5;
}

.homeRecommendedCompanies a {
	color:#000;
	font-size:14px;
}

.homeLatestBlog, .homeLatestReview, .homeFindTradesmen, .homeDIYTips {
	font-size:16px;
	color:#fff;
}

.homeLatestBlog a, .homeLatestReview a, .homeFindTradesmen a, .homeDIYTips a {
	font-size:16px;
	color:#fff;
	font-weight:300;
}

.diy-doctor-home-intro {
	width:100%;
	min-height:396px;
	padding:10px;
	margin-bottom:16px;
	color:#000;
	font-size:16px;
	background-color:#595959;
	color:#fff;
}

.diy-doctor-home-intro a {
	color:#fff;
	font-size:16px;
}

.the-home-page-content {
	margin:8px 0 8px 0;
}

.home-page-events {
	font-size:12px !important;
	color:#ffffff;
	padding:24px 16px 8px 16px;
	background-color:#0268b2;
	min-height:364px;
}
.home-page-events a {
	color:#ffffff;
	text-decoration:underline;
}
.home-page-events a:hover {
	color:#ffffff;
	text-decoration:none;
}	

/* ## Project Page/Hub Page etc.... Specific Styling
--------------------------------------------- */

.page-title-summary-text, .content-section-blue {
	padding:24px 24px 24px 24px;
	color:#fff;
	background-color:#0268b2;
	margin:0 0 20px 0;
}

.page-title-summary-text a, .content-section-blue a {
	color:#fff;
	text-decoration:underline;
}

.page-title-summary-text a:hover, .content-section-blue a:hover {
	text-decoration:none;
}

.page-title-summary-text-search {
	padding:24px 24px 20px 24px;
	color:#fff;
	background-color:#0268b2;
	margin:0 0 20px 0;
}

.content-section-black {
	padding:24px;
	color:#fff;
	background-color:#404040;
	margin:0 0 20px 0;
}

.content-section-black a {
	color:#fff;
	text-decoration:underline;
}

.content-section-black a:hover {
	text-decoration:none;
}

.page-sponsor-info, .page-sponsor-info a {
	color:#fff;
	text-decoration:underline;	
}

.page-find-tradesman-top a {
	color:#000;
	text-decoration:underline;
}

.projects-find-tradesmen-bg {
	width:100%;
	background-color:#00a7aa;
	padding:24px;
}

.project-page-content h2, .about-page-content h2, .reviews-page-content h2, .vids-page-content h2, .generic-page-content h2, .tradesmen-page-content h2, .search-page-content h2 {
	width:100%;
	background-color:#0268b2;
	font-size:30px;
	font-weight:600;
	color:#fff;
	padding:10px 8px 8px 12px;
}

.back-to-top a {
	color:#000;
	text-decoration:none;
	font-size:16px;
}
.back-to-top a:hover {
	text-decoration:underline;
}

.related-projects h5, .site-feedback-form h5 {
	width: 100%;
	background-color: #414242;
	font-size: 24px;
	font-weight: 600;
	color: #fff;
	padding: 10px 8px 5px 12px;	
}

.related-projects {
	border:1px solid #c5c5c5;
	color:#000;
}

.related-projects ul {
	padding:16px;
}

.related-projects ul li a {
	color:#000;
	font-size:16px;
}

.related-projects ul li {
	list-style: square outside;
	margin:0 16px 18px 24px;
}

.site-feedback-form {
	border:1px solid #c5c5c5;
	color:#000;
}

.feedback-panel {
	padding:24px;
}

.projectTool {
	width:23%;
	display:inline-block;
	margin-right:6px;
	margin-bottom:16px;
	vertical-align:top;
	min-height:250px;
	line-height:14px !important;
}
.projectTool a {
	font-size:14px;
	font-weight:300;
	text-decoration:underline;
}
.projectTool a:hover {
	text-decoration:none;
}
.tile {
	border:1px solid #808080;
	padding:16px;
}

.project-page-no-video {
	padding: 16px;
	margin: 16px 0 0 0;
	margin-left: 5px;
	text-align: center;
	border: 1px solid #ededed;
	background: #fff;
	width: auto;
	height: auto;
}

.project-featured-image {
	max-width:100%;
}

.home-page-forum {
	min-height:364px;
	border:1px solid #c5c5c5;
	padding:16px;
	background-color:#0268b2;
	color:#fff;
	font-size:16px;
	margin-bottom:18px;
}

.forum-info-home h2 {
  	padding: 10px 12px 8px 12px;
  	background-color:#0268b2;
  	color:#fff;
  	width:100%;
	min-height:auto;
}

.home-page-forum a {
	color:#fff;
	font-size:16px;
}

.trade-body {
	padding:16px;
	margin-bottom:16px;
	border-bottom:2px solid #c5c5c5;
}

.trade-body:nth-child(odd) {
	background: #f0f0f0;
}
.trade-body:nth-child(even) {
	background: #e1e7fc;
}

/* ## About Us and Webinar
--------------------------------------------- */

.webinar-main-page h2, .webinar-content-page h2 {
	font-size: 30px;
	border-bottom:6px solid #000;
}
.next-webinar-info {
	width:100%;
	background-color:#404040;
	color:#fff;
	text-align:center;
}
.webinar-info {
	background-color:#404040;
	min-height:400px;
	color:#fff;
	font-size:16px;
	text-align:center;
	padding:8px;
}
.webinar-info a {
	color:#fff;
	text-decoration:underline;	
}
.webinar-info a:hover {
	text-decoration:none;	
}

/* ## Tool and Product Reviews
--------------------------------------------- */

.review-opinion {
	background-color:#404040; /* 0268b2 */
  	color:#fff;
  	width:100%;
	min-height:auto;
	padding:24px;
}

/* ## Find Tradesman and HIPS
--------------------------------------------- */
.find-tradesmen-form {
	padding:24px;
	/*border:2px solid #429fe5;*/
}

.form-stage-2 {
	background-color:#f7f4f4;
	padding:24px;
}

.hips-item {
	background-color:#404040; /* 0268b2 */
  	color:#fff;
  	width:100%;
	min-height:200px;
	padding:24px;
}
.hips-item a {
	color:#fff;
	text-decoration:none;	
}
.hips-item a:hover {
	color:#fff;
	text-decoration:none;	
}	

/* ## Tool Hire Section
--------------------------------------------- */

.toolHire-carpet-cleaning a {
	display: block;
	width: 250px;
	height: 312px;
	margin:0 0 0 2px;
	background: url("https://www.diydoctor.org.uk/i/sprite-tool-hire-new.jpg") no-repeat 0 0;
	font: 0/0 a;
    text-shadow: none;
    color: transparent;
}
.toolHire-cement-mixing a {
	display: block;
	width: 250px;
	height: 312px;
	margin:0 0 0 2px;
	background: url("https://www.diydoctor.org.uk/i/sprite-tool-hire-new.jpg") no-repeat -250px 0;
	font: 0/0 a;
    text-shadow: none;
    color: transparent;
}
.toolHire-floor-sanding a {
	display: block;
	width: 250px;
	height: 312px;
	margin:0 0 0 2px;
	background: url("https://www.diydoctor.org.uk/i/sprite-tool-hire-new.jpg") no-repeat -500px 0;
	font: 0/0 a;
    text-shadow: none;
    color: transparent;
}
.toolHire-rotavating a {
	display: block;
	width: 250px;
	height: 312px;
	margin:0 0 0 2px;
	background: url("https://www.diydoctor.org.uk/i/sprite-tool-hire-new.jpg") no-repeat 0 -312px;
	font: 0/0 a;
    text-shadow: none;
    color: transparent;
}
.toolHire-vibrating-plates a {
	display: block;
	width: 250px;
	height: 312px;
	margin:0 0 0 2px;
	background: url("https://www.diydoctor.org.uk/i/sprite-tool-hire-new.jpg") no-repeat -250px -312px;
	font: 0/0 a;
    text-shadow: none;
    color: transparent;
}
.toolHire-wallpaper-stripping a {
	display: block;
	width: 250px;
	height: 312px;
	margin:0 0 0 2px;
	background: url("https://www.diydoctor.org.uk/i/sprite-tool-hire-new.jpg") no-repeat -500px -312px;
	font: 0/0 a;
    text-shadow: none;
    color: transparent;
}

/* ## Competitions Pages
--------------------------------------------- */

.competitions-page-content h2 {
	/*border-bottom:6px solid #000;*/
	width:100%;
	background-color:transparent !important;
	color:#0268b2 !important;
	margin-bottom:16px;
	margin-top:40px;
}

.content-section-clean {
	padding:22px 16px 16px 16px;
	margin:0 0 24px 0;
	border:2px solid #0268b2;
}

.content-section-clean .large-text {
	color:#0268b2;
	font-size:24px;
	font-weight:400;
}

/* ## Forum
--------------------------------------------- */

.forumImageBuilding {
	float:left;
	display: block;
	margin: 0 7px 0 0;
	width: 90px;
	height: 67px;
	max-width:90px;
	background: url("https://www.diydoctor.org.uk/i/forum-main-page-sprite.jpg") no-repeat 0 0;
	font: 0/0 a;
    text-shadow: none;
    color: transparent;
}
.forumImagePlanning {
	float:left;
	display: block;
	margin: 0 7px 0 0;
	width: 90px;
	height: 67px;
	max-width:90px;
	background: url("https://www.diydoctor.org.uk/i/forum-main-page-sprite.jpg") no-repeat -103px 0;
	font: 0/0 a;
    text-shadow: none;
    color: transparent;
}
.forumImagePlumbing {
	float:left;
	display: block;
	margin: 0 7px 0 0;
	width: 90px;
	height: 67px;
	max-width:90px;
	background: url("https://www.diydoctor.org.uk/i/forum-main-page-sprite.jpg") no-repeat -206px 0;
	font: 0/0 a;
    text-shadow: none;
    color: transparent;
}
.forumImageElectrical {
	float:left;
	display: block;
	margin: 0 7px 0 0;
	width: 90px;
	height: 67px;
	max-width:90px;
	background: url("https://www.diydoctor.org.uk/i/forum-main-page-sprite.jpg") no-repeat -309px 0;
	font: 0/0 a;
    text-shadow: none;
    color: transparent;
}
.forumImageGroundWorks {
	float:left;
	display: block;
	margin: 0 7px 0 0;
	width: 90px;
	height: 67px;
	max-width:90px;
	background: url("https://www.diydoctor.org.uk/i/forum-main-page-sprite.jpg") no-repeat -412px 0;
	font: 0/0 a;
    text-shadow: none;
    color: transparent;
}
.forumImageDamp {
	float:left;
	display: block;
	margin: 0 7px 0 0;
	width: 90px;
	height: 67px;
	max-width:90px;
	background: url("https://www.diydoctor.org.uk/i/forum-main-page-sprite.jpg") no-repeat 0 -69px;
	font: 0/0 a;
    text-shadow: none;
    color: transparent;
}
.forumImageGlazing {
	float:left;
	display: block;
	margin: 0 7px 0 0;
	width: 90px;
	height: 67px;
	max-width:90px;
	background: url("https://www.diydoctor.org.uk/i/forum-main-page-sprite.jpg") no-repeat -103px -69px;
	font: 0/0 a;
    text-shadow: none;
    color: transparent;
}
.forumImageRoofing {
	float:left;
	display: block;
	margin: 0 7px 0 0;
	width: 90px;
	height: 67px;
	max-width:90px;
	background: url("https://www.diydoctor.org.uk/i/forum-main-page-sprite.jpg") no-repeat -206px -69px;
	font: 0/0 a;
    text-shadow: none;
    color: transparent;
}
.forumImageInteriors {
	float:left;
	display: block;
	margin: 0 7px 0 0;
	width: 90px;
	height: 67px;
	max-width:90px;
	background: url("https://www.diydoctor.org.uk/i/forum-main-page-sprite.jpg") no-repeat -309px -69px;
	font: 0/0 a;
    text-shadow: none;
    color: transparent;
}
.forumImageBrickBlock {
	float:left;
	display: block;
	margin: 0 7px 0 0;
	width: 90px;
	height: 67px;
	max-width:90px;
	background: url("https://www.diydoctor.org.uk/i/forum-main-page-sprite.jpg") no-repeat -412px -69px;
	font: 0/0 a;
    text-shadow: none;
    color: transparent;
}
.forumImageCarpentry {
	float:left;
	display: block;
	margin: 0 7px 0 0;
	width: 90px;
	height: 67px;
	max-width:90px;
	background: url("https://www.diydoctor.org.uk/i/forum-main-page-sprite.jpg") no-repeat 0 -138px;
	font: 0/0 a;
    text-shadow: none;
    color: transparent;
}
.forumImageMetal {
	float:left;
	display: block;
	margin: 0 7px 0 0;
	width: 90px;
	height: 67px;
	max-width:90px;
	background: url("https://www.diydoctor.org.uk/i/forum-main-page-sprite.jpg") no-repeat -103px -138px;
	font: 0/0 a;
    text-shadow: none;
    color: transparent;
}
.forumImageTools {
	float:left;
	display: block;
	margin: 0 7px 0 0;
	width: 90px;
	height: 67px;
	max-width:90px;
	background: url("https://www.diydoctor.org.uk/i/forum-main-page-sprite.jpg") no-repeat -206px -138px;
	font: 0/0 a;
    text-shadow: none;
    color: transparent;
}
.forumImageRenewable {
	float:left;
	display: block;
	margin: 0 7px 0 0;
	width: 90px;
	height: 67px;
	max-width:90px;
	background: url("https://www.diydoctor.org.uk/i/forum-main-page-sprite.jpg") no-repeat -309px -138px;
	font: 0/0 a;
    text-shadow: none;
    color: transparent;
}
.forumImageOther {
	float:left;
	display: block;
	margin: 0 7px 0 0;
	width: 90px;
	height: 67px;
	max-width:90px;
	background: url("https://www.diydoctor.org.uk/i/forum-main-page-sprite.jpg") no-repeat -412px -138px;
	font: 0/0 a;
    text-shadow: none;
    color: transparent;
}

/* ## Advertising Placements and Units
--------------------------------------------- */

.dfpAdUnit {
	margin-bottom:2px;
	margin-top:12px;
	text-align:center;
	min-height:95px;
}

.topAd {
	margin-bottom:8px;
}

/* ## Images, Sprite Images etc....
--------------------------------------------- */

.checkATradeLogo a {
	width:160px;
	height:41px;
	display:block;
	background: url("https://www.diydoctor.org.uk/images/sprite-logos-icons.png") no-repeat -2px -243px;
	font: 0/0 a;
    text-shadow: none;
    color: transparent;
	margin: 0 0 7px 22%;
}


/* # Common Classes
---------------------------------------------------------------------------------------------------- */

/* ## Avatar
--------------------------------------------- */

.avatar {
	border-radius: 50%;
	float: left;
}

.author-box .avatar,
.alignleft .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.comment .avatar {
	margin: 0 16px 24px 0;
}

/* ## Genesis
--------------------------------------------- */

.breadcrumb {
	background-color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 1px;
	padding: 12px 30px;
}

.after-entry,
.archive-description,
.author-box {
	background-color: #fff;
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 40px;
	padding: 60px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* ## Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
	border: 2px solid #0268b2;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.entry-content .search-form,
.site-header .search-form {
	margin-bottom: 40px;
	width: 50%;
}

.site-header .search-form {
	float: right;
	margin: 12px auto 0;
}

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	margin-top: 10px;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

.search-form {
	position: relative;
}

/*
.search-form > input {
    padding-left: 56px;
}
.search-form input[type="submit"] {
    background: none !important;
    border: none;
    clip: inherit;
    color: #4a545a;
    display: inline-block;
    font: 40px/1 'dashicons';
    height: 48px;
    padding: 0 32px 0 8px;
    position: absolute;
    left: 2px;
    top: 6px;
    vertical-align: top;
    width: 48px;
}
*/


.search-form > input {
    padding-left: 76px; /* WAS 56px */
}
.search-form input[type="submit"] {
    /*background: none !important;
    border: none;*/
    clip: inherit;
    color: #ffffff; /* WAS 4a545a */
    /*display: inline-block;
    font: 40px/1 'dashicons';*/
    height: 40px;
    padding: 0 16px 0 16px;
    position: absolute;
    left: 8px;
    top: 8px;
    /*vertical-align: top;*/
    width: auto;
    background-color:#000000;
    font-weight:normal !important;
}

.search-form input[type="submit"]:hover, .search-form input[type="submit"]:active, .search-form input[type="submit"]:focus{
    /*background: none !important;
    border: none;*/
    clip: inherit;
    color: #ffffff; /* WAS 4a545a */
    /*display: inline-block;
    font: 40px/1 'dashicons';*/
    height: 40px;
    padding: 0 16px 0 16px;
    position: absolute;
    left: 8px;
    top: 8px;
    /*vertical-align: top;*/
    width: auto;
    background-color:#000000;
    font-weight:normal !important;
    border:none !important;
}

.genesis-nav-menu .search input[type="submit"]:focus, .widget_search input[type="submit"]:focus {
    /*clip: auto !important;
    height: auto;
    width: auto;
    display: block;
    font-size: 1em;
    font-weight: bold;*/
    /*padding: 15px 23px 14px;*/
    color: #ffffff;
    /*background: #fff;*/
    z-index: 100000;
    text-decoration: none;
    box-shadow: none !important; 
    font-weight:normal !important;
    padding: 0 16px 0 16px;
    position: absolute;
    left: 8px;
    top: 8px;
    width: auto;
}


.more-link {
    position: relative;
}

.search-url {
	color:#369af7;
	font-size:16px;
	font-size: 1.6rem;
	margin-top:-10px;
}

.search-url a {
	color:#369af7 !important;
	text-decoration:none;
}

.search-url a:hover {
	color:#369af7 !important;
	text-decoration:underline;
}

.additional-search-form {
	margin:16px 0 16px 0;
}

/* ## Titles
--------------------------------------------- */

.archive-description .entry-title,
.archive-title,
.author-box-title {
	font-size: 20px;
	font-size: 2rem;
}

.entry-title {
	font-size: 36px;
	font-size: 3.6rem;
	margin-bottom: 16px;
}

.entry-title a,
.sidebar .widget-title a {
	color: #333;
	text-decoration: none;
}

.entry-title a:hover,
.entry-title a:focus {
	color: #c3251d;
}

.widget-title {
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 20px;
}

/* ## WordPress
--------------------------------------------- */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
	margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 600;
	margin: 0;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 28px;
}




/* ## Featured Content
--------------------------------------------- */

.featured-content .entry {
	background: none;
	padding: 0;
}

.featured-content .entry:last-of-type {
	margin-bottom: 0;
}

.featured-content .entry-title {
	font-size: 20px;
	font-size: 2rem;
}

/* ## Newsletter Signup
--------------------------------------------- */
#newsletter-signup {
	background-color:#f26522;
	color:#fff;
	padding-top:14px;
}
.newsletterSignupButton a {
	background-color: #333;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
	padding: 16px 24px;
	text-decoration: none;
	white-space: normal;
	width: auto;
	display: inline-block;
	margin:14px 0 14px 0;
}
.newsletterSignupButton a:hover {
	background-color: #5d5c5c;
	color: #fff;
}


/* ## Deal of the Week
--------------------------------------------- */
.productImage {
	text-align:center;
	padding:8px 4px 0 4px;
}

.productDealImage {
	width: 160px;
	height: 80px;
	display: inline-block;
	background: url("https://www.diydoctor.org.uk/images/sprite-logos-icons.png") no-repeat -1px -285px;
	font: 0/0 a;
	text-shadow: none;
	color: transparent;
}
.productDealDescriptionTxt {
	width:92%;
	margin:0 auto;
}
.productDealRRP {
	font-size:14px;
	color:#429fe5;
	margin:4px 0 4px 0 !important;
}
.productDealPrice {
	font-weight:700;
	font-size:18px;
	margin:4px 0 4px 0 !important;
}
.productOtherDeals {
	font-size:14px;
}
.productOtherDeals a {
	text-decoration:underline;
	color:#000;
}
.dealOfWeekButton a {
	background-color: #20b772;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
	padding: 16px 24px;
	text-decoration: none;
	white-space: normal;
	width: auto;
	display: inline-block;
	margin:8px 0 8px 0;
}
.dealOfWeekButton a:hover {
	background-color: #333;
	color: #fff;
}

/* ## Master Basic DIY Book
--------------------------------------------- */

.diyBookImage {
	width: 78px;
	height: 121px;
	display: inline-block;
	background: url("https://www.diydoctor.org.uk/images/sprite-logos-icons.png") no-repeat -1px -365px;
	font: 0/0 a;
	text-shadow: none;
	color: transparent;
	margin: 0 0 8px 0;
}
.diyBookText {
	width:92%;
	margin:0 auto;
}
.diyBookButton a {
	background-color: #f26522;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
	padding: 16px 24px;
	text-decoration: none;
	white-space: normal;
	width: auto;
	display: inline-block;
	margin:8px 0 8px 0;
}
.diyBookButton a:hover {
	background-color: #333;
	color: #fff;
}

/* ## DIY Doctor Sponsors
--------------------------------------------- */
.advertiseHere {
	font-size:14px;
}
.advertiseHere a {
	text-decoration:underline;
	color:#000;
}

/* ## Follow Us Side Bar Widget
--------------------------------------------- */
#social_follows_widget-2 {
	background-color:#404040;
	text-align:center;
}
.followUsContainer {
	margin-left:10px;
}
#social_follows_widget-2 h4 {
	color:#fff;
}
.followUsSidebar {
	width:20%;
	display:inline-block;	
}


/* # Plugins
---------------------------------------------------------------------------------------------------- */

/* ## Genesis eNews Extended
--------------------------------------------- */

.sidebar .enews-widget,
.sidebar .enews-widget .widget-title {
	color: #fff;
}

.sidebar .widget.enews-widget {
	background-color: #333;
}

.sidebar .enews-widget input,
.sidebar .enews-widget input:focus {
	border: 1px solid #333;
}

.sidebar .enews-widget input[type="submit"] {
	background-color: #c3251d;
	color: #fff;
}

.sidebar .enews-widget input:hover[type="submit"],
.sidebar .enews-widget input:focus[type="submit"]  {
	background-color: #fff;
	color: #333;
}

.enews-widget input {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 16px;
}

.enews-widget input[type="submit"] {
	margin: 0;
	width: 100%;
}

.enews form + p {
	margin-top: 24px;
}

/* ## Jetpack
--------------------------------------------- */

#wpstats {
	display: none;
}

/* ## Social Buttons
--------------------------------------------- */

.social-btn {
	text-align:center!important;
}

.social-box {
    display: block;
    margin: -20px 0 16px;
    padding: 0 6rem 0;
}

.social-box:last-of-type {
    margin: 0 0 16px;
}

.social-btn {
    display: block;
    width: 100%;
}
/*
a.col-2.sbtn span {
    display: none;
}
*/
a.col-1.sbtn {
    width: 120px;
    display: inline-block;
    text-align: center;
    border-radius: 3px;
    padding: 10px;
    color: #fff;
    margin: 0 0.5% 10px 0;
    font-size: 15px;
    font-family: Roboto;
    letter-spacing: 0;
    text-decoration: none !important;
}

a.col-1.sbtn span {
    margin: 0 0 0 11px;
}

/*
a.col-2.sbtn {
    width: 6%;
    display: inline-block;
    text-align: center;
    border-radius: 50px;
    padding: 10px;
    color: #fff;
    margin: 0 0.5% 0 0;
    line-height: 1.825 !important;
    max-width: 50px;
    min-width: 50px;
}
*/

.s-twitter {
	background: #03A9F4;
}
.s-twitter::before {
    font-family: fontawesome;
    content: '\f099';
}
.s-twitter:hover {
    background: #0093d6;
}


.s-facebook {
	background: #3F51B5;
}
.s-facebook::before {
    font-family: fontawesome;
    content: '\f09a';
}
a.col-1.sbtn.s-facebook:hover {
    background: #2f409f;
}


.s-googleplus {
	background: #F44336;
}
.s-googleplus::before {
    font-family: fontawesome;
    content: '\f0d5';
}
.s-googleplus:hover {
    background: #c82c21;
}


.s-whatsapp {
	background: #4CAF50;
}
.s-whatsapp::before {
    font-family: fontawesome;
    content: '\f232';
}
a.col-1.sbtn.s-whatsapp:hover {
    background: #3d9440;
}


.s-linkedin {
	background: #1a7baa;
}
.s-linkedin::before {
    font-family: fontawesome;
    content: '\f0e1';
}
a.col-1.sbtn.s-linkedin:hover {
    background: #136288;
}


.s-pinterest {
	background: #bd081c;
}
.s-pinterest::before {
    font-family: fontawesome;
    content: '\f231';
}
a.col-1.sbtn.s-pinterest:hover {
    background: #a10718;
}


.s-buffer {
	background: #ced7df;
}
.s-buffer::before {
    font-family: fontawesome;
    content: '\e804';
}
a.col-1.sbtn.s-buffer:hover {
    background: #c3c5c8;
}

/********************************
////// Important
*******************************/

.social-btn a:last-of-type {
    margin: 0;
}

@media only screen and (max-width: 1200px) {
    a.col-1.sbtn {
        width: 180px;
        display: inline-block;
        text-align: center;
        border-radius: 50px;
        padding: 10px;
        color: #fff;
        margin: 0 0.5% 10px 0;
        font-size: 15px;
    }
}

@media only screen and (max-width: 768px) {
    a.col-1.sbtn {
        width: 46px;
        margin-right:8px;
    }

    a.col-1.sbtn span {
        display: none;
    }
}

.ss-link {
    border: 2px solid rgba(0,0,0,0);
    border-radius: 2px 2px 2px 2px;
    color: white;
    cursor: pointer;
    float: left;
    font-size: 13px !important;
    margin: 0 1% 3% auto;
    padding: 2.5% 4%;
    font-family: 'Montserrat', arial, sans-serif;
    font-weight: 400;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    text-decoration: none !important;
}
 
.ss-link:hover,
.ss-link:active {
    border:2px solid rgba(0,0,0,0.1);
    color: white;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

a.ss-link:visited {
    color: #f2f2f2;
}
 
.ss-twitter {
    background: #00aced;
}
 
.ss-twitter:hover,.ss-twitter:active {
    background: #0084b4;
}
 
.ss-facebook {
    background: #3B5997;
}
 
.ss-facebook:hover,.ss-facebook:active {
    background: #2d4372;
}
 
.ss-googleplus {
    background: #D64937;
}
 
.ss-googleplus:hover,.ss-googleplus:active {
    background: #b53525;
}
 
.ss-buffer {
    background: #444;
}
 
.ss-buffer:hover,.ss-buffer:active {
    background: #222;
}
 
.ss-pinterest {
    background: #bd081c;
}
 
.ss-pinterest:hover,.ss-pinterest:active {
    background: #d7182d;
}

.ss-email {
    background: #8C8C8C;
}
 
.ss-email:hover,.ss-email:active {
    background: #818080;
}
.ss-social {
    font-size: 0.8rem;
    margin: 20px 0px 25px 0px;
    -webkit-font-smoothing: antialiased;

}

/* # Skip Links
---------------------------------------------------------------------------------------------------- */

.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link li {
	height: 0;
	width: 0;
	list-style: none;
}

/* Display outline on focus */
:focus {
	color: #333;
	outline: #ccc solid 1px;
}


/* # Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	background-color: #0468b3;
}

.site-header > .wrap {
	padding: 0 0; /* WAS 20px 0 */
}

/* ## Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding: 10px 0;
	width: 300px;
}

.header-image .title-area {
	margin: 0 auto;
	max-width: 300px;
	padding: 0;
}

.header-full-width .title-area {
	float: none;
	width: 100%;
}

.site-title {
	font-size: 30px;
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.2;
}

.site-title a,
.site-title a:hover,
.site-title a:focus {
	color: #333;
	text-decoration: none;
}

/*
.header-image .site-title > a {
	background-position: center !important;
	background-size: contain !important;
	float: left;
	min-height: 80px;
	width: 100%;
}*/

.site-description {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.5;
}

.site-description,
.site-title {
	margin-bottom: 0;
}

.header-image .site-description,
.header-image .site-title {
	display: block;
	text-indent: -9999px;
}

/* ## Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	text-align: right;
	width: 800px;
}


/* # Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 1;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	margin-bottom: 0;
	padding-bottom: 0;
	text-align: left;
}

.genesis-nav-menu a {
	color: #333;
	text-decoration: none;
	display: block;
	padding: 32px 20px;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu a:focus,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus  {
	color: #c3251d;
	text-decoration: underline;
}

.genesis-nav-menu .sub-menu {
	border-top: 1px solid #eee;
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 200px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border: 1px solid #eee;
	border-top: 0;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 20px;
	position: relative;
	width: 200px;
	word-wrap: break-word;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -56px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	float: right;
}

/* ## Accessible Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	left: auto;
	opacity: 1;
}

.sub-menu-toggle,
.menu-toggle {
	display: none;
	visibility: hidden;
}

/* ## Site Header Navigation
--------------------------------------------- */

.site-header .genesis-nav-menu li li {
	margin-left: 0;
}

/* ## After Header Navigation
--------------------------------------------- */

.nav-primary {
	background-color: #0468b3;
	/*border-top: 1px solid #eee;*/
	margin-bottom:16px; /* WAS 8px */
	/*padding-bottom:8px;*/
}

/* ## Footer Navigation
--------------------------------------------- */

.site-footer .genesis-nav-menu {
	padding-bottom: 20px;
}

.site-footer .genesis-nav-menu a {
	padding: 0 20px 10px;
}

/* ## Max Mega Menu Styling
--------------------------------------------- */

#mega-menu-wrap-primary {
	border-bottom:3px solid #0268b2 !important ;
}


/* ## Css Main Menu Styling
--------------------------------------------- */

.main-menu-container {
    margin-left: 1%;
    margin-right: 1%;
    /*margin-top: 30px;*/
    width: 96%;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    position:absolute;
    bottom:0;
    margin-bottom:-10px;
}
.top-header{
	background-color:#0468b3 !important;
	/*border:1px solid #000;*/
	min-height:75px;
	position:relative;
}
#nav span {
    display: none;
}
#nav, #nav ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
#nav {
    background-color: #fff;
    float: left;
    margin-left: 10%;/*WAS 1% */
    margin-right: 10%;/*WAS 1% */
    position: relative;
    width: 85%;/*WAS 100%*/
    border-radius:5px 5px 0px 0px;
    min-height:50px;
    padding:4px 8px 0px 8px;
}
#nav > li {
    float: left;
    margin-bottom: -5px;
    text-align: left;
    -moz-transition: all 300ms ease-in-out 0s;
    -ms-transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}
#nav li a {
    display: block;
    text-decoration: none;
    font-size:16px;
    color:#000;
    padding: 10px 15px;
    font-weight:normal;
    -moz-transition: color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0s !important;
    -ms-transition: color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0s;
    -o-transition: color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0s;
    -webkit-transition: color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0s;
    transition: color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0s;
    white-space: normal;
}

#nav li button a:hover {
	color:#fff !important;
	transition: color 0ms ease-in-out 0s, background-color 0ms ease-in-out 0s !important;	
}
#nav button {
	background-color:transparent !important;
	border: 0 !important;
    cursor: pointer !important;
    font-size: 16px !important;
    font-size: 1.6rem !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    white-space: normal !important;
    width: auto !important;
    transition: all 0.5s ease !important;
    padding: 0px 0px 0px 0px !important;
}
#nav button:hover{
	background-color:#0468b3 !important;
	color:#fff !important;
	border-radius:5px 5px 0px 0px !important;
}


/* ************** Original Markup ***************** */
/*
#nav ul.subs {
    background-color: #ffffff;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
    color: #333333;
    display: none;
    left: 0;
    padding: 2%;
    position: absolute;
    width: 100%;
    margin-top:-4px !important;
    z-index: 9999999999999999 !important;   
}
#nav li:hover ul.subs{
    display: block;
    
    -moz-transition: all 1s ease-in-out 1s;
    -ms-transition: all 1s ease-in-out 1s;
    -o-transition: all 1s ease-in-out 1s;
    -webkit-transition: all 1s ease-in-out 1s;
    transition: all 1s ease-in-out 1s;
}*/
/* ************** Original Markup ***************** */

#nav ul.subs {
    background-color: #ffffff;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
    color: #333333;
    /*display: none;*/
    left: 0;
    padding: 2%;
    position: absolute;
    width: 100%;
    margin-top:-4px !important;
    z-index: -9999999999999999 !important;
    
    -moz-transition: all 0.3s ease-out 0.15s;
    -ms-transition: all 0.3s ease-out 0.15s;
    -o-transition: all 0.3s ease-out 0.15s;
    -webkit-transition: all 0.3s ease-out 0.15s;
    transition: all 0.3s ease-out 0.15s;
    opacity:0;
	clear:both;
	overflow:hidden;    
       
}
#nav li:hover ul.subs{
    /*display: block;*/
    z-index: 9999999999999999 !important;
    opacity: 1;
    /*-moz-transition: all 1s ease-in-out 1s;
    -ms-transition: all 1s ease-in-out 1s;
    -o-transition: all 1s ease-in-out 1s;
    -webkit-transition: all 1s ease-in-out 1s;
    transition: all 1s ease-in-out 1s;*/
}

#nav li:focus-within ul.subs {
    display: block;
}

#nav ul.subs > li {
    display: inline-block;
    float: none;
    vertical-align: top;
    width: 19%;
}
#nav ul.subs > li a {
    color: #777777;
    line-height: 18px;
    font-size:14px;
}
#nav ul li a:hover {
    color: #000;
}
#nav ul.subs > li > a {
    font-size: 1.3em;
    margin-bottom: 10px;
    text-transform: uppercase;
}
#nav ul.subs > li li {
    float: none;
    padding: 0px 8px 0px 8px;
    border: 1px solid #1a92de;
    margin-bottom:4px;
    min-height:60px;
    width: 100% !important;
    -moz-transition: padding 150ms ease-out 0s;
    -ms-transition: padding 150ms ease-out 0s;
    -o-transition: padding 150ms ease-out 0s;
    -webkit-transition: padding 150ms ease-out 0s;
    transition: padding 150ms ease-out 0s;
}
#nav ul.subs > li li:hover {
    padding-left: 10px;
    background-color:#ecf4f9;
}

.dropdown-arrow:after{
	content: url("https://www.diydoctor.org.uk/images/menu-down-arrow.png") !important;
	font-weight: normal;
	display: inline-block;
	margin: 0 0 0 2px;
	 -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: rotate(0);
	color: inherit;
	position: relative;
	background: transparent;
	height: 10px;
	width: 22px;
	right: auto;
	line-height: inherit;
}
.show-menu {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-decoration: none;
    color: #fff;
    background-color:transparent;
    text-align: left;
    padding: 0px 0px 0px 2%;
    display: none;
    width:98%;
    margin-left:2%;
    margin-right:2%;
    vertical-align: middle;
    margin-top:8px;
}
input[type=checkbox]{
    display: none;
}
input[type=checkbox]:checked ~ #nav{
    display: block;
}
.show-menu-cont{
	display:none !important;
}
.menu-search{
	display:none !important;
}

/***************** responsive rules ******************/
@media all and (max-width : 860px) { /* WAS 860px */
	
	.show-menu-cont{
		display:inline-block !important;
		width:100%;
		height:auto;
		border:1px solid #000;
		width:100%;
		margin-left:2%;
		margin-right:2%;
		padding: 6px 4px 6px 0px;
		background-color:#313030;
	}
	.show-menu-label{
		float:left !important;
		display:inline-block !important;
		width:40% !important;
	}
    .main-menu-container ul {
        position: static;
        display: none;
    }
    ul .submenu{
    	display:block;
    }
        
    .main-menu-container li {
        margin-bottom: 1px;
    }
    .main-menu-container ul li, .main-menu-container li a {
        width: 100%;
    }
    
    .show-menu {
        display:block;
    }
    .menu-search{
		width:58% !important;
		padding: 10px 4px 10px 8px !important;
		float:right !important;
		display:inline-block !important;
		position: relative;
	    height: 35px;
	    vertical-align: middle;
	    display: inline-block;
	    margin-top: 0px;
	    /*align-self: center;*/
	}
	.menu-search-cont{
		width:40%;
		float:right;
		padding:0px !important;
		display:inline-block;
	}
	.search-form input[type="submit"] {
	    border: none;
	    clip: inherit;
	    color: #fff;
	    display: inline-block;
	    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	    font-size:16px;
	    height: 29px;
	    padding: 0 8px 0 6px;
	    position: absolute;
	    left: 4px;
	    top: -7px; /* WAS 3px  */
	    vertical-align: top;
	    width: auto;
	    background-color: #000000;
	    font-weight: normal !important;
	    border:1px solid #000;
	    -webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		cursor: pointer;
	}
	.search-form input[type="search"] {
		background-color: #fff;
		border: 1px solid #076cb4;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		color: #333;
		font-size: 13px;
		font-size: 1.3rem;
		font-weight: 400;
		padding: 6px 6px 6px 46px;
		width: 100%;
	}
	#nav{
		min-height:36px !important;
		z-index: 99999999999 !important;
		background-color: transparent !important;
		margin-top: -11px;
		margin-left:2% !important;
		margin-right:1% !important;
	    float: left;
	    position: absolute;
	    width: 100%;
	    padding-left:1%;
	}
    #nav > li {
        float: none;
        border-bottom: 0;
        margin-bottom: 0;
    }
    #nav button .menu-item{
    	color:#fff !important;
    }
    #nav ul.subs {
        position: relative;
        top: 0px;
        opacity:1;
    }
    #nav li:hover ul.subs {
        display: none;
    }
    #nav li #s1:target + ul.subs,
    #nav li #s2:target + ul.subs,
    #nav li #s3:target + ul.subs,
    #nav li #s4:target + ul.subs,
    #nav li #s5:target + ul.subs,
    #nav li #s6:target + ul.subs,
    #nav li #s7:target + ul.subs,
    #nav li #s8:target + ul.subs,
    #nav li #s9:target + ul.subs,
    #nav li #s10:target + ul.subs {
        display: block;
    }
    #nav ul.subs > li {
        display: block;
        width: auto;
    }
	#nav button {
		background-color:#595757 !important;
		color:#fff !important;
	    white-space: normal;
	    width: 100% !important;
	    border-radius;0px !important;
	    -webkit-border-radius:0px !important;
	    -moz-border-radius:0px !important;
	    min-height:40px !important;
	    border-bottom:1px solid #c5c5c5 !important;
	    padding:4px;
	}
	.dropdown-arrow:after{
		margin: 0 0 0 8px;
	}
	#nav button:hover{
		background-color:#c5c5c5 !important;
		color:#fff !important;
		border-radius;0px !important;
	    -webkit-border-radius:0px !important;
	    -moz-border-radius:0px !important;
	}  
	.accordion, .non-accordion {
	  background-color: #eee;
	  color: #fff;
	  cursor: pointer;
	  padding: 10px;
	  width: 100%;
	  text-align: left;
	  border: none;
	  outline: none;
	  border-radius;0px !important;
	}
	.active, .accordion:hover {
	  background-color: #ccc;
	}
	.panel {
	  padding: 0 18px;
	  background-color: transparent;
	  overflow: hidden;
	}
	#nav ul.subs > li > a {
	    font-size: 1.0em;
	    margin-bottom: 4px;
	    text-transform: uppercase;
	}
	#nav ul.subs > li li {
	    float: none;
	    padding: 0px;
	    border: 1px solid #1a92de;
	    margin-bottom:4px;
	    min-height:38px;
	    -moz-transition: padding 150ms ease-out 0s;
	    -ms-transition: padding 150ms ease-out 0s;
	    -o-transition: padding 150ms ease-out 0s;
	    -webkit-transition: padding 150ms ease-out 0s;
	    transition: padding 150ms ease-out 0s;
	}
	#nav ul.subs > li li:hover {
	    padding-left: 0px;
	    background-color:#ecf4f9;
	}   
}


/* ## Project Pages Tab Menu
--------------------------------------------- */
/*
#nav-project-pages a:hover {
	text-decoration: none !important;
	display: inline-block;
	padding: 6px 6px !important;
	margin:0 26px 0 26px;
	
}*/

#mega-menu-wrap-project-pages a:hover {
	text-decoration: none !important;
}


/* ## Projects Menu Styling
--------------------------------------------- */

.nav-project-pages{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:18px;
	position:relative;
	border: 1px solid #0468b3;
}
.projects-menu-wrap{
	/*background-color:#c5c5c5;*/
	width:100%;
}
.project-menu-head{
	padding:8px 0px 8px 0px;
	background-color:#000;
	width:100%;
	height:auto;
	color:#fff;
	text-align:center;
}
.project-menu-project-pages{
	visibility: visible;
    text-align: center;
    padding: 0px 24px 8px 0px;
}
.project-menu-project-pages li{
	display:inline-block;
	margin:0 16px 0 16px;
}
.project-menu-project-pages li a{
	line-height: 30px;
    height: 30px;
    padding: 0px 10px 0px 10px;
    vertical-align: baseline;
    width: auto;
    display: block;
    color: #222;
    text-transform: none;
    text-decoration: none;
    text-align: left;
    text-decoration: none;
    font-size: 24px;
    font-weight: normal;
    outline: none;
}
.project-menu-project-pages li a:hover{
	text-decoration:underline;
	color:#3767b0;
}
.project-menu-project-pages li a:focus-within{
	text-decoration:underline;
	color:#3767b0;
}
@media all and (max-width : 860px) {
	.projects-menu-wrap ul{
		display:inline-block !important;
		text-align:center;	
		width:100%;
	}
	.projects-menu-wrap ul a{
		text-align:center;
		font-size:16px;
	}
	.project-menu-project-pages li{
		width:100%;
		margin:0 16px 0 16px;
	}
	.project-menu-project-pages li a{
		text-align:center;	
	}
}

/* ## Feedback button markup
--------------------------------------------- */

.project-feedback-button{
	width:60%;
	height:60px;
	color:#fff;
	background-color:#0ec639;
	padding:16px 24px 16px 24px;
	font-size:18px;
	cursor:pointer;
	-webkit-border-radius: 5px;
	-moz-border-radius:5px;
	border-radius:5px;
	border:2px solid #0ca52f;
}	
.project-feedback-button:hover{
	background-color:#098927;
}


/* # Content Area
---------------------------------------------------------------------------------------------------- */

/* ## Entries
--------------------------------------------- */

.entry {
	background-color: #fff;
	margin-bottom: 40px;
	/*padding: 70px 80px;*/
	padding:8px 10px;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 28px;
	margin-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #333;
	color: #eee;
}

/* ## Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 0;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
}

.entry-footer .entry-meta {
	border-top: 1px solid #eee;
	padding-top: 24px;
}

.entry-categories,
.entry-tags {
	display: block;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

/* ## Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 40px 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination ul {
	/*background-color:#404040;*/
	padding:8px;
	text-align:center;
}

.archive-pagination li {
	display: inline;
	margin:0 4px 0 4px;
}

.archive-pagination a {
	background-color: #626060;
	color: #ffffff;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 600;
	padding: 8px 16px;
	text-decoration: none;
}

.archive-pagination a:hover,
.archive-pagination a:focus,
.archive-pagination .active a {
	background-color: #0268b2;
	color: #fff;
}

/* ## Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 40px;
}

.comment-respond,
.entry-pings {
	padding: 60px 60px 32px;
}

.entry-comments {
	padding: 60px;
}

.comment-list li {
	padding: 40px 0 0 30px;
}

.comment-list .depth-1 {
	padding-left: 0;
}

.comment-header {
	margin-bottom: 30px;
}

.comment-content {
	clear: both;
}

.comment-content ul > li {
	list-style-type: disc;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.comment-header p {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}

/* # Videos
---------------------------------------------------------------------------------------------------- */

.youtube-player {
    position: relative;
    padding-bottom: 56.23%;
    /* Use 75% for 4:3 videos */
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #000;
    /*margin-bottom: 10px;*/
}

.youtube-player iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: transparent;
}

.youtube-player img {
    bottom: 0;
    display: block;
    left: 0;
    margin: auto;
    max-width: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    height: auto;
    cursor: pointer;
    -webkit-transition: .4s all;
    -moz-transition: .4s all;
    transition: .4s all;
    -webkit-filter: brightness(75%);
}

.youtube-player img:hover {
    -webkit-filter: brightness(100%); /* WAS 75% */
}

.youtube-player .play {
    height: 72px;
    width: 72px;
    left: 50%;
    top: 50%;
    margin-left: -36px;
    margin-top: -36px;
    position: absolute;
    background: url("https://www.diydoctor.org.uk/images/video-play-button.png") no-repeat;
    cursor: pointer;
}


/* # Grid/List View
---------------------------------------------------------------------------------------------------- */

#containerListGrid ul { list-style: none; width:100%; }
#containerListGrid .buttons { margin: 40px !important; }

#containerListGrid .list li { width: 100%; /*border-bottom: 1px dotted #CCC;*/ margin-bottom: 10px; padding-bottom: 10px; }
#containerListGrid .list li .listThumb {float:left;display:inline-block;width:30%;}
#containerListGrid .list li .listText {float:left;display:inline-block;width:66%;}

#containerListGrid .grid li { display:inline-block; width: 32%; vertical-align:top; padding: 6px 8px 10px 8px; }


/* # Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 40px;
	
}

.sidebar .widget {
	background-color: #fff;
	/*border:1px solid #c5c5c5;*/
	/*padding:7px;*/
}


/* # Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	margin-bottom: 15px;
	word-wrap: break-word;
}

.widget p:last-child,
.widget ul > li:last-of-type,
.widget-area .widget:last-of-type {
	margin-bottom: 0;
}

/*
.widget ul > li {
	margin-bottom: 10px;
	padding-bottom: 10px;
}*/

.widget ul > li:last-of-type {
	padding-bottom: 0;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: 0;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* ## Home Page Widgets
--------------------------------------------------------------------------------------------------- */

.homeVideoWidget {
	max-width: 100%;
	margin-bottom:8px;
}

/* ## Author Projects Page Bio
--------------------------------------------------------------------------------------------------- */

.author-bio {
	padding:12px;
	max-width: 100%;
	margin:24px 0 24px 0;
	border:2px solid #0468b3;
}


/* # Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background-color: #262626;
	font-size: 18px;
	font-size: 1.8rem;
	clear: both;
	padding: 60px 0 8px 0;
	color:#fff;
}
/*
.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	width: 380px;
}

.footer-widgets-1 {
	margin-right: 70px;
}

.footer-widgets-1,
.footer-widgets-2 {
	float: left;
}

.footer-widgets-3 {
	float: right;
}
*/
 
/* Add Four Footer Widgets */

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,
.footer-widgets-4 {
 width: 25%;
 padding: 1%;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
 float: left;
}

.footer-widgets-4 {
 float: right;
}

.footer-widgets-2 h3,
.footer-widgets-3 h3,
.footer-widgets-4 h3 {
	padding-bottom:14px;
	margin-bottom:28px;
	border-bottom:1px solid #fff; 
}


/* # Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: #424141;
	/*border-top: 1px solid #eee;*/
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1;
	padding: 36px 0 36px 0;
	text-align: center;
	color:#fff;
}
.site-footer p {
	margin-bottom: 0;
	font-size:14px;
	font-weight:300;
}
.site-footer a {
	color: #fff;
	font-size:14px;
	font-weight:300;
	text-decoration: none;
}
.site-footer a:hover {
	text-decoration:underline;
}
.footerNav a {
	color: #fff;
	text-decoration:none;
	font-size:14px;
	font-weight:300;
}
.footerNav a:hover {
	text-decoration:underline;
}
.footerNav ul li {
	margin-bottom: 7px !important;
	padding-bottom: none !important;
}
.footer-copy-right {
	float:right;
	margin: 10px 5px 0;
	vertical-align:middle;
}
.footer-members {
	float:left;
	margin-left:5px;
}
.nhic {
	width: 80px;
	height: 33px;
	display: inline-block;
	background: url("https://www.diydoctor.org.uk/images/sprite-logos-icons.png") no-repeat -1px -107px;
	margin-right: 7px;
	font: 0/0 a;
	text-shadow: none;
	color: transparent;
}
.NaCSBA {
	width: 56px;
	height: 35px;
	display: inline-block;
	background: url("https://www.diydoctor.org.uk/images/sprite-logos-icons.png") no-repeat -82px -107px;
	margin-left: 16px;
	font: 0/0 a;
	text-shadow: none;
	color: transparent;
}
.first-credit {
	display: inline-block;
	vertical-align:middle;
	margin:-21px 10px 0;
}

/* # Footer Company Logo
---------------------------------------------------------------------------------------------------- */

.footerLogoContainer {
	margin-top: 49px;
}
.footerlogoFooter a {
	width: 250px;
	height: 106px;
	display: block;
	background: url("https://www.diydoctor.org.uk/images/sprite-logos-icons.png") no-repeat 0 0;
	margin-bottom: 23px;
	font: 0/0 a;
	text-shadow: none;
	color: transparent;
}

/* # Footer Social Icons
---------------------------------------------------------------------------------------------------- */

.facebookFollowUs a {
	width: 51px;
	height: 51px;
	display: block;
	background: url("https://www.diydoctor.org.uk/images/sprite-logos-icons.png") no-repeat -1px -193px;
	font: 0/0 a;
    text-shadow: none;
    color: transparent;
    margin-bottom:14px;
    border:1px solid #fff;
}
.twitterFollowUs a {
	width: 51px;
	height: 51px;
	display: block;
	background: url("https://www.diydoctor.org.uk/images/sprite-logos-icons.png") no-repeat -52px -142px;
	font: 0/0 a;
    text-shadow: none;
    color: transparent;
    margin-bottom:14px;
    border:1px solid #fff;
}
.youtubeFollowUs a {
	width: 51px;
	height: 51px;
	display: block;
	background: url("https://www.diydoctor.org.uk/images/sprite-logos-icons.png") no-repeat -1px -142px;
	font: 0/0 a;
    text-shadow: none;
    color: transparent;
    margin-bottom:14px;
    border:1px solid #fff;
}
.googleFollowUs a {
	width: 51px;
	height: 51px;
	display: block;
	background: url("https://www.diydoctor.org.uk/images/sprite-logos-icons.png") no-repeat -154px -142px;
	font: 0/0 a;
    text-shadow: none;
    color: transparent;
    margin-bottom:14px;
    border:1px solid #fff;
}
.pinterestFollowUs a {
	width: 51px;
	height: 51px;
	display: block;
	background: url("https://www.diydoctor.org.uk/images/sprite-logos-icons.png") no-repeat -102px -142px;
	font: 0/0 a;
    text-shadow: none;
    color: transparent;
    margin-bottom:14px;
    border:1px solid #fff;
}
.tumblrFollowUs a {
	width: 51px;
	height: 51px;
	display: block;
	background: url("https://www.diydoctor.org.uk/images/sprite-logos-icons.png") no-repeat -51px -193px;
	font: 0/0 a;
    text-shadow: none;
    color: transparent;
    margin-bottom:14px;
    border:1px solid #fff;
}



/* # Media Queries
---------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 1340px) {

	.site-inner,
	.wrap {
		max-width: 1140px;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 920px;
	}

	.content,
	.site-header .widget-area {
		width: 760px; /*WAS 800px */
	}

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 580px;
	}

	.sidebar-primary {
		width: 320px;
	}
	/*
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		width: 340px;
	}

	.footer-widgets-1 {
		margin-right: 60px;
	}
	*/

	
	/* Add Four Footer Widgets */

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4 {
	 width: 25%;
	 padding: 1%;
	}
	
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
	 float: left;
	}
	
	.footer-widgets-4 {
	 float: left; 
	}
	
}


@media only screen and (max-width: 1200px) {

	.site-inner,
	.wrap {
		max-width: 960px;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 740px;
	}

	.content,
	.site-header .widget-area {
		width: 580px; /* WAS 620px */
	}

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 400px;
	}
	
	/*
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		width: 300px;
	}

	.footer-widgets-1 {
		margin-right: 30px;
	}
	*/
	
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4 {
	 width: 25%;
	 padding: 1%;
	}
	
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
	 float: left;
	}
	
	.footer-widgets-4 {
	 float: left; /* WAS right */
	}
	
	.followUsSidebar {
	width:12%;
	display:inline-block;
	margin-left:20px;	
	}
	.sidebar .widget {
		padding:7px !important;
	}
	.homeLatestProject {
	min-height:360px !important;
	}
	.projectTool {
	width:30%;
	margin-left:6px;
	}
	.entry-content .search-form,
	.site-header .search-form {
	width: 80%;
	}
}

@media only screen and (max-width: 1023px) {

	.site-inner,
	.wrap {
		max-width: 800px;
	}

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4,
	.js .genesis-nav-menu .sub-menu a,
	.js .genesis-nav-menu .sub-menu, 
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-header .widget-area,
	.title-area {
		width: 100%;
	}

	.site-header .wrap {
		padding-left: 5%;
		padding-right: 5%;
	}

	.genesis-nav-menu li,
	.header-image .title-area,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.genesis-nav-menu,
	.site-description,
	.site-header .title-area,
	.site-header .widget-area,
	.site-title {
		text-align: center;
	}

	.site-header .search-form {
		margin: 16px auto;
	}

	.js nav.nav-primary,
	.js .site-header nav  {
		display: none;
		position: relative;
	}

	.js .site-header nav .wrap {
		padding: 0;
	}

	.js nav.pagination {
		display: block;
	}

	.menu-toggle,
	.sub-menu-toggle {
		border-width: 0;
		background-color: #fff;
		color: #333;
		display: block;
		margin: 0 auto;
		overflow: hidden;
		text-align: center;
		visibility: visible;
	}
	
	.sub-menu-toggle:hover,
	.sub-menu-toggle:focus {
		border-width: 0;
	}

	.menu-toggle {
		border-top: 1px solid #eee;
		line-height: 20px;
		position: relative;
		right: 0;
		z-index: 1000;
		width: 100%;
	}

	.site-header .menu-toggle {
		border: 0;
	}

	.menu-toggle:before,
	.menu-toggle.activated:before {
		margin-right: 10px;
		text-rendering: auto;
		-webkit-transform: translate(0, 0);
		-ms-transform:     translate(0, 0);
		transform:         translate(0, 0);
	}

	.sub-menu-toggle {
		float: right;
		padding: 10px;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 100;
	}

	.sub-menu-toggle:before {
		display: inline-block;
		text-rendering: auto;
		-webkit-transform: translate(0, 0);
		-ms-transform:     translate(0, 0);
		transform:         translate(0, 0);
	}

	.sub-menu-toggle.activated:before {
		content: "\f142";
	}

	.js .nav-primary .genesis-nav-menu .menu-item,
	.js .site-header .genesis-nav-menu .menu-item {
		display: block;
		float: none;
		margin: 1px 0;
		position: relative;
		text-align: left;
	}

	.js .genesis-nav-menu .menu-item:hover {
		position: relative;
	}

	.js .nav-primary .genesis-nav-menu .menu-item a,
	.js .site-header .genesis-nav-menu .menu-item a {
		border: none;
		padding: 12px 0;
		width: 100%;
	}

	.js .genesis-nav-menu .sub-menu {
		border: none;
	}

	.js .genesis-nav-menu .menu-item > a:focus ul.sub-menu,
	.js .genesis-nav-menu .menu-item > a:focus ul.sub-menu .sub-menu {
		left: 0;
		margin-left: 0;
	}

	.js .genesis-nav-menu > .menu-item-has-children > a:after {
		content: none;
	}

	.js .genesis-nav-menu .sub-menu {
		clear: both;
		display: none;
		margin: 0;
		opacity: 1;
		padding-left: 15px;
		position: static;
		width: 100%;
	}

	.js .genesis-nav-menu .sub-menu .sub-menu {
		margin: 0;
	}

	.js nav button:hover,
	.js .menu-toggle:hover,
	.js .nav-primary {
		background-color: #fff;
		color: #000;
	}

	.js nav button:focus,
	.js .menu-toggle:focus {
		background-color: #fff;
		color: #c3251d;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	/* Below added for 4 footer widgets */
	.footer-widgets-3,
	.footer-widgets-4 {
		margin: 0 auto 40px;
	}
	
	.footer-copy-right {
	float:left;
	width:100%;
	margin: 20px 5px 15px 0;
	vertical-align:middle;
	}
	.footer-members {
	float:left;
	width:100%;
	margin-top:15px;
	}
	.followUsSidebar {
	width:12%;
	display:inline-block;
	margin-left:8px;	
	}
	.homeLatestProject {
	min-height:330px !important;
	text-align:center;
	}
	.homePageH1Title {
		text-align:center;
	}
	.homeLatestBlog, .homeLatestReview, .homeFindTradesmen, .homeDIYTips {
		min-height:255px !important;
	}
}

@media only screen and (max-width: 860px) {

	body > div {
		font-size: 1.8rem;
	}

	body {
		font-size: 18px;
		font-size: 1.8rem;
	}

	.site-inner {
		padding: 1% 5% 0; /* WAS 5% 5% 0 */
	}

	.wrap {
		padding-left: 5%;
		padding-right: 5%;
	}

	.after-entry,
	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-pings,
	.sidebar .widget {
		padding: 0; /* WAS 30px */
		margin-bottom: 5%;
	}

	.sidebar {
		margin-bottom: 5%;
	}

	.pagination {
		margin: 5% auto;
	}

	.archive-pagination li a {
		margin-bottom: 4px;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}
	.followUsSidebar {
	width:14%;
	display:inline-block;
	}
	.homeLatestProject {
	min-height:225px !important;
	}
	.button, .button-reviews, .button-gen {
		margin-top:16px;
	}
	.form-radio-button-label {
	width:80%;
	}
	.form-radio-button {
	width:15%;
	}
	.genesis-footer-widgets {
		text-align:center !important;	
	}
	.site-header .search-form {
    display: none; /* Hide search box on mobile */
}

@media only screen and (max-width: 748px) {
	
	#containerListGrid .grid li { 
	width: 50%;
	}
	.projectTool {
	width:46%;
	margin-left:6px;
	}
	.form-radio-button-label {
	width:60%;
	}
	.form-radio-button {
	width:35%;
	}
}

@media only screen and (max-width: 440px) {
	
	#containerListGrid .grid li { 
		width: 100%;  
	}
	.followUsSidebar {
	width:20%;
	display:inline-block;
	margin-left:-6px;
	}
	.latestVideoHome h2 {
  	width:100%;
  	text-align:center
	}
	.latestVideoMoreVids a {
	width:100%;
	text-align:center
	}
	.latestVideoHome {
	height:auto !important;
	}
	.form-radio-button-label {
	width:80%;
	}
	.form-radio-button {
	width:15%;
	}
}


/* # Print Styles
---------------------------------------------------------------------------------------------------- */

@media print {

	*,
	*:before,
	*:after {
		background: transparent !important;
		box-shadow: none !important;
		color: #000 !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " (" attr(href) ")";
	}

	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	a[href^="javascript:"]:after,
	a[href^="#"]:after,
	.site-title > a:after {
		content: "";
	}

	thead {
		display: table-header-group;
	}

	img,
	tr {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 2cm 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	.content,
	.content-sidebar {
		width: 100%;
	}

	button,
	input,
	select,
	textarea,
	.breadcrumb,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-reply-title,
	.edit-link,
	.entry-comments-link,
	.entry-footer,
	.genesis-box,
	.header-widget-area,
	.hidden-print,
	.home-top,
	.nav-primary,
	.nav-secondary,
	.post-edit-link,
	.sidebar {
		display: none !important;
	}

	.title-area {
		text-align: center;
		width: 100%;
	}

	.site-title > a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}

	.site-inner {
		padding-top: 0;
		position: relative;
		top: -100px;
	}

	.author-box {
		margin-bottom: 0;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
	}


	img {
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	blockquote,
	pre,
	table {
		page-break-inside: avoid;
	}

	dl,
	ol,
	ul {
		page-break-before: avoid;
	}

}
