/*
Theme Name: TDJ Contruction
Theme URI: http://www.tdjcontruction.co.uk
Description: WordPress Theme for TDJ Construction. TDJ Construction are a small local construction company who operate throughout Northamptonshire, Cambridgeshire, Buckinghamshire and Leicestershire who deliver First Class workmanship and service.
Version: 1.1.7
Author: Horizon Web Development
Author URI: http://www.horizonweb.co.uk/
*/
* {
  margin: 0px;
  padding: 0px; }

h1.title {
  display: none; }

a img {
  border: none; }

body {
  color: #212121;
  background: #000;
  /* Black background as requested by client */ }

a:link, a:visited {
  color: #226444;
  text-decoration: underline; }

a:hover {
  color: #317d58; }

a:active {
  color: #ffc606; }

/* A font by Jos Buivenga (exljbris) -> www.exljbris.com */
@font-face {
  font-family: 'Fontin Sans';
  src: url("fonts/fontin_sans_r_45b-webfont.eot");
  src: url("fonts/fontin_sans_r_45b-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/fontin_sans_r_45b-webfont.woff") format("woff"), url("fonts/fontin_sans_r_45b-webfont.ttf") format("truetype"), url("fonts/fontin_sans_r_45b-webfont.svg#fontin_sans_rgregular") format("svg");
  font-weight: normal;
  font-style: normal; }
/* A font by Jos Buivenga (exljbris) -> www.exljbris.com */
@font-face {
  font-family: 'Fontin Sans';
  src: url("fonts/fontin_sans_b_45b-webfont.eot");
  src: url("fonts/fontin_sans_b_45b-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/fontin_sans_b_45b-webfont.woff") format("woff"), url("fonts/fontin_sans_b_45b-webfont.ttf") format("truetype"), url("fonts/fontin_sans_b_45b-webfont.svg#fontin_sans_rgbold") format("svg");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'Roboto';
  src: url("fonts/Roboto-Regular-webfont.eot");
  src: url("fonts/Roboto-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/Roboto-Regular-webfont.woff") format("woff"), url("fonts/Roboto-Regular-webfont.ttf") format("truetype"), url("fonts/Roboto-Regular-webfont.svg#robotoregular") format("svg");
  font-weight: normal;
  font-style: normal; }
body {
  font-family: "Fontin Sans", Arial, sans-serif; }

/*Header*/
header {
  /*  width: 1080px; Removed as he wanted the header black so now full width*/
  background: #000;
  /*Added black background */
  height: 110px;
  margin: 0 auto;
  padding: 5px;
  /*Padding added now that header is black, may not be needed */
  color: #fff;
  /*White text against black background */ }

@media all and (max-width: 1080px) {
  header {
    max-width: 100%; } }
section#logo {
  width: 1080px;
  /*Added a width here that was the old header size of 1080*/
  height: 80px;
  margin: 15px auto;
  background: url(images/logo.png) no-repeat left; }

section#logo h1 {
  font-size: 18px;
  font-weight: normal;
  padding: 57px 0 0 144px; }

div#contact {
  float: right;
  margin-top: -10px; }

div#contact ul {
  list-style: none;
  margin: 10px 0; }

div#contact ul li {
  height: 32px;
  padding: 0px 0 0 35px;
  line-height: 32px;
  font-size: 14px;
  font-family: "Roboto";
  color: #212121; }

div#contact ul li.phone {
  background: url(images/phone.png) no-repeat 0 0; }

div#contact ul li.mobile {
  background: url(images/mobile.png) no-repeat 0 0; }

div#contact ul li.mail {
  background: url(images/mail.png) no-repeat 0 0; }

div#contact ul li a, div#contact ul li a:visited {
  color: #fff;
  /* Made white to stand out against black */
  text-decoration: none; }

/*Navigation*/
div#mobile {
  display: none; }

nav {
  background: #317d58;
  height: 80px;
  width: 100%; }

nav ul {
  width: 1080px;
  line-height: 80px;
  margin: 0 auto;
  list-style: none; }

nav ul li, nav ul li a:link, nav ul li a:visited {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Open Sans", Arial, Sans-Serif;
  font-weight: bold;
  font-size: 14px;
  display: inline-block;
  position: relative;
  padding: 0px 10px;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s; }

nav ul li:hover {
  background: #226444;
  color: #fff; }

/*Second Level*/
nav ul li ul {
  padding: 0;
  position: absolute;
  top: 80px;
  left: 0;
  width: 250px;
  display: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transiton: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -ms-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -transition: opacity 0.4s;
  z-index: 999;
  height: 50px; }

nav ul li ul li {
  background: #226444;
  display: block;
  color: #fff;
  z-index: 999;
  text-align: center;
  padding: 0;
  line-height: 50px; }

nav ul li ul li:hover {
  background: #317d58; }

nav ul li:hover > ul {
  display: block;
  opacity: 1;
  visibility: visible; }

/*Third Level*/
nav ul li ul li ul {
  padding: 0;
  position: absolute;
  top: 0px;
  left: 250px;
  width: 250px;
  display: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -ms-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -transition: opacity 0.4s;
  z-index: 999; }

nav ul li ul li ul li {
  background: #226444;
  display: block;
  color: #fff;
  z-index: 999;
  text-align: center;
  padding: 0; }

nav ul li ul li ul li:hover {
  background: #317d58; }

nav ul li ul li:hover ul {
  display: block;
  opacity: 1;
  visibility: visible; }

/*Wrapper for the main content on the page*/
#wrapper {
  width: 1080px;
  height: auto;
  min-height: 500px;
  margin: 0 auto;
  max-width: 100%; }

/*Banner Area*/
@media all and (max-width: 600px) {
  section#banner {
    display: none; } }
section#banner {
  max-width: 100% !important;
  height: auto;
  position: relative;
  overflow: auto;
  margin: 0 auto;
  padding: 0; }

section#banner ul li {
  float: left;
  list-style: none;
  min-height: 425px;
  position: relative;
  background-size: 100% 100%; }

section#banner ul li a:link, section#banner ul li a:visited {
  color: #ffc606; }

section#banner ol {
  list-style: none; }

/*Dots for the banner*/
.dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  text-align: center; }

ol.dots {
  width: 100%;
  max-width: 100%; }

.dots li {
  display: inline-block;
  width: 5px;
  height: 5px;
  margin: 0 4px;
  text-indent: -999em;
  border: 2px solid #fff;
  border-radius: 6px;
  cursor: pointer;
  opacity: .4;
  -webkit-transition: background .5s, opacity .5s;
  -moz-transition: background .5s, opacity .5s;
  transition: background .5s, opacity .5s; }

.dots li.active {
  background: #fff;
  opacity: 1; }

/*Floating Boxes*/
section#banner div.box {
  margin: 160px 0 0 200px;
  height: auto;
  width: 250px;
  background: rgba(44, 62, 80, 0.8); }

section#banner div.box h1 {
  font-size: 18px;
  height: 40px;
  line-height: 40px;
  background: rgba(49, 125, 88, 0.8);
  padding: 0 0 0 20px;
  color: #fff;
  border-left: solid 8px rgba(0, 0, 0, 0.13); }

section#banner div.box h2 {
  font-size: 13px;
  font-weight: normal;
  color: #fff;
  padding: 10px; }

section#banner div.box h2 a:link, a:visited {
  text-decoration: none; }

span.light {
  font-weight: normal; }

/*Service Area*/
section#services {
  width: 100%;
  height: auto;
  padding: 50px 0;
  background: #fff;
  /* White background to counter the black of the page. */
  display: flex;
  flex-flow: row wrap; }

section#services img {
  margin: 0 10px 60px 0;
  float: left; }

div.service {
  height: 100px;
  width: 245px;
  margin: 0 20px 30px 0; }

div.service:last-child {
  margin-right: 0px; }

section#services h1 {
  line-height: 25px;
  font-size: 22px;
  font-weight: normal;
  color: #317d58; }

section#services h2 {
  font-size: 13px;
  font-weight: normal;
  color: #212121; }

/*Main Content Areas*/
/*Main Content*/
section#content {
  float: left;
  clear: left;
  width: 72.2222222%;
  height: auto;
  background: #ececec;
  margin: 40px 0;
  padding: 0 0 30px 0; }

section#content h1 {
  font-size: 24px;
  text-transform: capitalize;
  color: #999;
  margin: 10px; }

section#content h2, section#content h3, section#sidebar h2 {
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  background: #317d58;
  height: 50px;
  max-width: 100%;
  line-height: 50px;
  font-weight: bold;
  margin: 0 0 20px 0;
  padding: 0 0 0 20px;
  border-left: solid 8px rgba(0, 0, 0, 0.13);
  clear: both; }

section#content h2 a, section#content .post h2 a, section#content h3 a, section#sidebar h2 a {
  color: #fff;
  text-decoration: none; }

section#content h3 a:hover {
  color: #fff; }

section#content h2 a:visited, section#content .post h2 a:visited, section#content h3 a:visited, section#sidebar h2 a:visited {
  color: #fff;
  text-decoration: none; }

section#content h3 {
  background: #ffc606;
  margin-top: 20px; }

section#content h4 {
  font-size: 18px;
  text-transform: capitalize;
  color: #317d58;
  margin: 10px; }

section#content h5 {
  font-size: 16px;
  font-weight: bold;
  color: #D5A840;
  margin: 10px; }

section#content h6 {
  font-size: 14px;
  font-weight: bold;
  margin: 10px; }

section#content p {
  font-family: "Fontin Sans", Arial, sans-serif;
  font-size: 16px;
  margin: 15px 10px 15px 28px;
  color: #111; }

section#content img {
  background: #ffffff;
  padding: 10px;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1); }

section#content div.wp-caption img {
  box-shadow: none;
  padding: 0; }

section#content p.wp-caption-text {
  font-size: 13px;
  color: #666; }

section#content ul, section#content ol {
  margin: 10px 0 10px 25px; }

section#content ul li, section#content ol li {
  margin: 5px 25px;
  font-size: 14px; }

section#content .post h2 a {
  color: #fff; }

section#content blockquote {
  margin: 20px 30px;
  font-size: 13px;
  font-style: italic;
  color: #454545;
  background: #f9f9f9;
  padding: 5px; }

/*SideBar*/
section#sidebar {
  float: right;
  height: auto;
  width: 25%;
  margin: 40px 0; }

section#sidebar .sideBox, section#sidebar ul li.widget {
  max-width: 100%;
  height: auto;
  background: #ececec;
  overflow: hidden; }

section#sidebar ul li.widget a:link, section#sidebar ul li.widget a:visited {
  text-decoration: none; }

section#sidebar ul li.widget a:hover, section#sidebar ul li.widget a:active {
  text-decoration: underline; }

section#sidebar h2 {
  max-width: 100%;
  height: 40px;
  text-transform: none;
  line-height: 40px; }

section#sidebar h3 {
  font-size: 26px;
  font-weight: normal;
  color: #314559;
  margin: 20px 0;
  padding: 0 0 0 28px; }

section#sidebar ul {
  list-style: none; }

section#sidebar ul li {
  list-style: none;
  margin: 20px 0 20px 10px;
  font-size: 14px;
  color: #314559; }

section#sidebar ul li a:link {
  text-decoration: none; }

section#sidebar i.icon-arrow-right, section#content i.icon-arrow-right {
  color: #317d58;
  margin: 0 10px; }

section#sidebar .actionBox {
  width: 100%;
  background: #317d58;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin: 10px 0 20px; }

section#sidebar .actionBox p {
  font-size: 18px;
  font-weight: bold;
  color: #fff; }

section#sidebar .actionBox p a, section#sidebar .actionBox p a:visited {
  color: #fff;
  text-decoration: none; }

section#sidebar .actionBox p a:hover {
  text-shadow: 1px 1px 1px #ccc; }

section#sidebar .orange {
  background: #ffc606; }

section#sidebar i.orange {
  color: #ffc606;
  background: none; }

/* PDF from Google Doc size - Only used on licenses page. */
.pdfFrame {
  width: 600px;
  height: 500px; }

/*Gallery Page*/
#gallery {
  width: 100%;
  margin: 20px auto;
  position: relative;
  z-index: 10; }

.gallery-caption {
  font-size: 12px;
  font-family: Roboto, Arial, Helvetica, sans-serif;
  text-align: center;
  margin: 5px 0 0 0;
  height: 5em;
  color: #666;
  padding: 0 5px; }

#gallery img.attachment-thumbnail {
  border: 1px solid #bababa;
  background-color: #FFF;
  padding: 5px;
  box-shadow: 2px 2px 2px #a1a1a1;
  -moz-box-shadow: 2px 2px 2px #a1a1a1;
  -webkit-box-shadow: 2px 2px 2px #a1a1a1; }

.caption p {
  font-size: 12px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  text-align: center;
  margin: 5px 0 0 0;
  height: 5em; }

/*Footer*/
footer {
  width: 100%;
  height: auto; }

footer {
  background: #226444;
  /* Old browsers */
  background: -moz-linear-gradient(top, #226444 0%, #317d58 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #226444), color-stop(100%, #317d58));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #226444 0%, #317d58 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #226444 0%, #317d58 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #226444 0%, #317d58 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #226444 0%, #317d58 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#226444', endColorstr='#317d58',GradientType=0 );
  /* IE6-9 */ }

div.clear {
  height: 10px;
  clear: both;
  width: 100%; }

section#linkArea {
  width: 85%;
  margin: 30px auto 0 auto;
  height: auto;
  min-height: 200px;
  display: flex;
  flex-flow: row wrap; }

footer h2 {
  margin: 20px;
  padding: 0  5px 0;
  border-left: solid 8px rgba(0, 0, 0, 0.13);
  color: #fff;
  font-size: 20px;
  font-weight: normal; }

footer ul {
  border-right: 1px solid #ececec;
  list-style: none;
  margin: 10px 0 10px 32px; }

footer li {
  list-style: none; }

footer ul li {
  list-style: none;
  margin: 10px 15px 10px 0;
  color: #fff;
  font-size: 14px; }

footer section#linkArea div.service ul li a {
  color: #fff;
  font-size: 14px;
  text-decoration: none; }

footer section#linkArea div.service ul li a:visited {
  color: #fff; }

footer section#linkArea div.service ul li a:hover, section#content h2 a:hover, section#content h3 a:hover, section#sidebar h2 a:hover {
  text-decoration: underline;
  text-shadow: 1px 1px 1px #ccc; }

footer ul li a:active {
  color: #ffc606; }

footer p {
  color: #fff;
  font-size: 13px;
  text-align: center;
  margin: 0;
  padding: 0 0 10px 0;
  font-family: Roboto, Arial, sans-serif; }

footer p a:link, footer p a:visited {
  color: #fff;
  text-decoration: none; }

footer p a:hover, footer p a:active {
  text-decoration: underline; }

footer div.service {
  margin: 10px 20px 40px 0;
  height: auto; }

footer div.service:last-child ul {
  border: none; }

footer div.service:last-child {
  margin-right: 0; }

footer.comment-meta {
  background: none; }

/*Submit Buttons*/
input#submit, button, button.search-submit {
  background: #317d58;
  padding: 5px;
  color: #fff;
  text-transform: uppercase;
  border: 1px solid #226444;
  cursor: pointer; }

button.search-submit, input.search-input {
  margin: 5px; }

input.search-input {
  height: 22px; }

input#submit:hover, button:hover, button.search-submit:hover {
  background: #ffc606;
  border: 1px solid #D5A840; }

/*Buttons*/
button {
  width: auto;
  height: auto;
  padding: 10px; }

/*Cookie button*/
button#catapultCookie:hover {
  background: #226444; }

/*WordPress Specific Styling*/
/* WordPress Images */
img.alignright, div.wp-caption.alignright {
  float: right;
  margin: 0 1em 1em 1em;
  padding: 10px;
  max-width: 50%;
  background: #fff;
  text-align: center;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1); }

img.alignleft, div.wp-caption.alignleft, div.wp-caption.alignnone {
  float: left;
  margin: 0 1em 1em 1em;
  max-width: 50%;
  padding: 10px;
  background: #fff;
  text-align: center;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1); }

img.aligncenter, div.wp-caption.aligncenter {
  display: block;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  background: #fff;
  text-align: center;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1); }

a img.alignright {
  float: right;
  margin: 0 1em 1em 1em;
  max-width: 50%;
  padding: 10px;
  background: #fff;
  text-align: center;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1); }

a img.alignleft, a img.alignnone {
  float: left;
  margin: 0 1em 1em 1em;
  max-width: 50%;
  padding: 10px;
  background: #fff;
  text-align: center;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1); }

div.wp-caption.alignnone, a img.alignnone {
  float: none; }

a img.aligncenter {
  display: block;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  background: #fff;
  text-align: center;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1); }

p.postmetadata, p.tags {
  clear: both; }

section#content p.date {
  color: #317d58; }

p.tags a:link {
  font-size: 13px;
  text-transform: capitalize;
  font-weight: bold;
  margin: 15px 0; }

div.navigation {
  margin: 40px 28px 0;
  font-size: 16px;
  font-weight: bold; }

div.navigation a[rel=next] {
  margin-left: 15px; }

div.navigation a[rel=prev] {
  margin-right: 15px; }

/*Comments styling taken from original WordPress theme*/
#commentform textarea {
  width: 90%; }

ol.commentlist {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 95%; }

ol.commentlist li {
  border-bottom: 1px solid #d5d5d5;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  margin: 25px 5px;
  padding: 15px 7px 25px 64px;
  position: relative; }

ol.commentlist li.pingback comment-author {
  padding: 0 170px 0 0; }

ol.commentlist li div.vcard {
  font-weight: bold;
  font-size: 12px;
  line-height: 16px;
  font-family: helvetica,arial,sans-serif; }

ol.commentlist li div.vcard cite.fn {
  font-style: normal;
  font-size: 12px; }

ol.commentlist li div.vcard cite.fn a.url {
  color: #cc0000;
  text-decoration: none; }

ol.commentlist li div.vcard cite.fn a.url:hover {
  color: #000; }

ol.commentlist li div.vcard img.avatar {
  background: #fff;
  border: 1px solid #aaa;
  padding: 5px;
  left: 7px;
  position: absolute;
  top: 7px; }

ol.commentlist li div.comment-meta {
  font-weight: bold;
  font-size: 10px;
  line-height: 16px;
  font-family: helvetica,arial,sans-serif;
  position: absolute;
  right: 10px;
  text-align: right;
  top: 5px; }

ol.commentlist li div.comment-meta a {
  color: #317d58;
  text-decoration: none; }

ol.commentlist li p {
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  font-family: helvetica,arial,sans-serif;
  margin: 5px 0 12px; }

ol.commentlist li ul {
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  font-family: helvetica,arial,sans-serif;
  list-style: square;
  margin: 0 0 12px;
  padding: 0; }

ol.commentlist li div.reply {
  margin: 20px 0; }

ol.commentlist li div.reply a {
  text-decoration: none; }

ol.commentlist li div.reply span.reply-box {
  background: #317d58;
  border: 1px solid #226444;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  color: #fff;
  font: bold 9px/1 helvetica,arial,sans-serif;
  padding: 4px 6px;
  text-align: center;
  width: 36px; }

ol.commentlist li div.reply span.reply-box:hover {
  background: #ffc606;
  border: 1px solid #D5A840; }

ol.commentlist li div.reply span.reply-box a {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase; }

ol.commentlist li ul.children {
  list-style: none;
  border-top: 1px solid #d5d5d5;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  margin: 25px 0 0;
  text-indent: 0; }

ol.commentlist li ul.children li.depth-2 {
  list-style: none;
  margin: 0 0 3px; }

ol.commentlist li ul.children li.depth-3 {
  list-style: none;
  margin: 0 0 3px; }

ol.commentlist li ul.children li.depth-4 {
  list-style: none;
  margin: 0 0 3px; }

ol.commentlist li ul.children li.depth-5 {
  list-style: none;
  margin: 0 0 3px; }

ol.commentlist ul.children li.odd {
  background: #fff; }

ol.commentlist ul.children li.even {
  background: #f6f6f6; }

ol.commentlist li.pingback div.vcard {
  padding: 0 170px 0 0; }

/*# sourceMappingURL=style.css.map */

/*# sourceMappingURL=style.css.map */
