/*
Theme Name: Windows and Doors
Author: Monster Graphics :: PBS
Version: 1.0
*/

* {
	margin:0;
	padding:0;
}


body {
	background:#fff;
	font-family: 'Roboto', sans-serif;
	color:#777;
	font-size: 18px;
    line-height: 1.6;
	overflow-x:hidden;
}
	
/*----- TYPOGRAPHY */
h1,h2,h3,h4,h5,h6 {
	font-weight:500;
	color:#000000;
	font-family: 'Teko', sans-serif;
	margin-top: 0;
	text-transform:uppercase;
	line-height: 1;
}

h1 {
	font-size:73px;
}

h2 {
	font-size:42px;
}

h3 {
	font-size:34px;
}


ul {
    margin: 0 0 1.5em 0;
    padding: 0 0 0 2em;
    list-style: none;
}

li {
	position: relative;
	line-height:24px;
}

strong em,
em strong {
    font-size: 24px;
    font-style: normal;
    color: #000;
    font-weight: 400;
}

main p a {
	color:#00798C;
	text-decoration:none;
}

main ul {
  list-style: outside disc;
}

main li {
  margin-bottom: 10px;
}

ul.ticked li,
.outro ul li {
	text-align:left;
	background:url(images/tick.png) 0 3px no-repeat transparent;
	padding-left:34px;
	font-weight:700;
	color:#000;
	margin-bottom:7px;
}

ul.ticked li a {
    color: #BF1F26;
    text-decoration: none;
}

ul.left,
.outro ul {
	float:left;
	width:27%;
	margin:0;
}

/* END TYPOGRAPHY */


/*----- Global */
.alignright {
	text-align:right;
}

.centered {
	text-align:center;
}

.nomarg {
	margin:0!important;
}

img {
	max-width:100%;
	height:auto;
}

img.alignright {
  float: right;
  margin: 0 0 30px 40px;
}

img.alignleft {
  float: left;
  margin: 0 40px 30px 0;
}

.gform_wrapper li.hidden_label input {
    margin-top: 0!important;
}

/* END GLOBAL */


/*----- SEARCH FORM */

.searcharea {
	margin-bottom: 23px;
}

#searchform {
	float:right;
}

#searchform #s {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #FFFFFF;
    border-color: transparent;
    border-style: solid none solid solid;
    border-width: 0px medium;
    color: #333333;
    float: left;
    font-size: 15px;
    height: 36px;
    line-height: 36px;
    padding: 0 0 0 12px;
    width: 210px;
    background: #fff;
}

#searchsubmit {
  background: transparent url(images/search_go.png) no-repeat scroll 0 0;
  border: medium none;
  cursor: pointer;
  float: left;
  height: 16px;
  margin: 11px 0 0 -28px;
  width: 16px;
}

/* END SEARCH FORM */


/*----- BUTTONS */
p.button a, 
.gform_button {
	border-radius:0;
	background: #CE2931;
	color: #fff!important;
	font-family: 'Teko', sans-serif;
	font-size: 19px;
	font-weight: 500!important;
	padding: 10px 30px 7px;
	text-decoration: none;
	text-transform:uppercase;
    position: relative;
    top: 22px;
	border-bottom:3px solid #7A1419;
}


.gform_button {
    top:0px;
}

input,
textarea {
    border: 1px solid #E2E2E2;
	background: rgb(255,255,255,0.6);
}

p.button  {
	margin-bottom:24px;
}


p.button.left {
    display: inline;
    margin-right: 40px;
}

p.button.left.last {
    margin-right: 0px;
}


p.button a:hover,
.gform_button:hover { 
	background: #E9444C;
}

p.button2.arrow a {
	font-weight:500;
	font-size:19px;
	color:#000;
	text-decoration:none;
	text-transform:uppercase;
	padding-right:27px;
	background:url(images/arrow-red.png) top 6px right no-repeat transparent;
	font-family: 'Teko', sans-serif;
}

p.button2.arrow.white a {
	background:url(images/arrow-white.png) top 6px right no-repeat transparent;
}

p.button2 a:hover {
	color:#015764;
}

.button2.float {
	float: left;
	margin-right: 27px;
}

/* BUTTONS */




/*----- LAYOUT */
.wrap {
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
	position:relative;
	max-width:1363px;
}

.smallpad {
	padding:20px 0;
}

.medpad {
	padding:35px 0;
}

.largepad {
	padding:50px 0;
}

.xlargepad {
	padding:80px 0;
}

.nopad {
	padding:0px 0;
}

.nopad .col {
	margin-top:0;
	margin-bottom:0;
}

.paddedhz1 {
    padding-left: 17%;
    padding-right: 17%!important;
    box-sizing: border-box;
}

.standout1 {
	background:#eee;
	padding:30px 45px;
	margin-bottom:58px;
	border-bottom:3px solid #ccc;
}

.outro p {
	font-size:16px;
}

.maincol {
	padding-right:43px;
	box-sizing:border-box;
}

.overlay {
	background:rgba(0,0,0,0.72);
	padding-bottom:28px;
	height:124px;
}

.home .overlay {
	background:transparent;
	padding-bottom:0px;
}

header.topheader {
	z-index: 99;
}

h1.logo{
	background:url(images/logo.png) no-repeat center 0 transparent;
	width:254px;
	height:188px;
	text-indent:-9999px;
	padding:0;
	float:left;
	margin:0px 0 0 0;
}

h1.logo a{
	width:254px;
	height:188px;
	display:block;
}

.headeraux {
	position:absolute;
	right:0;
	top:13px;
	height:39px;
}

.callus {
	background:#CE2931;
	color:#000;
	height:39px;
	line-height:45px;
	width:auto;
	display:block;
	text-decoration:none;
	font-size:26px;
	text-align:center;
	float:left;
	font-family: 'Teko', sans-serif;
	margin-right:2px;
	font-weight: 500;
    padding: 0 19px;
}

.callus:hover {
	background:#E9444C;
}

.mainbanner {
	background:url(images/banner-house.jpg) no-repeat center center transparent;
	background-size:cover!important;
	height:425px;
	position:relative;
	z-index:100;
}

.error404 .mainbanner,
.search-results .mainbanner {
	background:url(images/banner-house.jpg) no-repeat center center transparent!important;
	background-size:cover!important;
}

.page-id-17 .mainbanner {
    height: 571px;
}

.home .mainbanner {
	background:url(images/hero1.jpg) no-repeat top center scroll transparent!important;
	background-size:cover!important;
	height:523px;
}

.headparalax {
    margin: 0 auto;
    position: relative;
    top: 30px;
    color: #fff;
    max-width: 949px;
}

.headparalax h1 {
	color:#fff;
	font-size:73px;
	margin-bottom: 20px;
}

.centeredcontent {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	min-width: 769px;
}

.centeredcontent h1 {
	color:#fff;
	font-size:67px;
	line-height:1;
	margin: 0 0 0.67em 0;
}

.centeredcontent p {
	color:#fff;
	font-size:18px;
	font-weight:600;
}

.centeredcontent p.standout1 {
    margin-bottom: 40px;
}

.main {
}

.home .main {
}

.leftpadded {
  box-sizing: border-box;
  padding-left: 40px;
}

.red {
	background:#C7242B;
	position:relative;
}

.grey {
	background:#ccc;
	position:relative;
}

.red p {
	color:#fff;
}

.photos {
	height:162px;
	margin-bottom: 261px;
}

.photos img {
    top: 0px;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
}


/* END LAYOUT */


/*------ NAVIGATION */

nav.topnav {
    position: relative;
    top: 81px;
    left: 60px;
    float: left;
}

nav.topnav ul {
  color: #fff;
  text-decoration: none;
  padding:0px;
  margin:0 0 0 0px;
}

nav.topnav ul li {
	float:left;
	position:relative;
	line-height: 30px;
	margin-right: 1px;
}

nav > ul > li.menu-item-has-children > a:after {
	border-color: #fff rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
	border-right: 4px solid rgba(0, 0, 0, 0);
	border-style: solid;
	border-width: 5px 4px 2px;
	content: " ";
	display: inline-block;
	height: 0;
	margin-left: 0.5em;
	width: 0;
}

nav.topnav ul li a {
	color:#fff;
	text-decoration:none;
	margin:0;
	padding:4px 11px;
	font-size:18px;
	text-transform:uppercase;
	display: block;
	border:1px solid rgba(0,0,0,0);
	font-family: 'Teko', sans-serif;
}

nav.topnav ul li:last-child a {
     /* padding-right: 0;*/
}

nav.topnav ul li a:hover,
nav.topnav ul li.current-page-ancestor a,
nav.topnav ul li.current-menu-item a {
	color:#fff;
	border:1px solid #fff;
}


nav.topnav ul ul { /* this targets all sub menus */
	display: none; /* hide all sub menus from view */
	position: absolute;
	top: 40px; /* this should be the same height as the top level menu -- height + padding + borders */
	left:0px;
	z-index:1000;
	background: #fff;
	height:auto;
	width:240px;
	overflow:hidden;
}

nav.topnav ul ul li { /* this targets all submenu items */
	float: none; /* overwriting our float up above */
	line-height:3em;
	margin:0;
	background:#fff;
	border-bottom:1px solid #D4D5D7;
	text-align:center;
}

nav.topnav ul li ul li a {
	color:#545454;
}

nav.topnav ul ul li:last-child { 
	border-bottom:0 none;
}

nav.topnav ul ul li a { /* target all sub menu item links */ 
	display:block; 
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	margin:0;
	padding:0;
}

nav.topnav ul.sub-menu li a {
    color: #525252;
    border: 0 none;
    background: #fff;
	font-size:18px;
}
  
  
nav.topnav ul ul li.current-menu-item a,
nav.topnav ul ul li a:hover {
	color:#CE2931;
	border:0 none;
	background: #fff;
}

nav ul li:hover > ul {
	display: inline; /* show sub menus when hovering over a parent */
}

nav.topnav ul li ul li {
  text-align: left;
  float:none;
  padding: 0;
}

nav.topnav ul li ul li a{
	font-size:14px;
	  padding: 0 0 0 20px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }

/*  GRID OF TWELVE  */
.span_12_of_12 {
	width: 100%;
}

.span_11_of_12 {
  	width: 91.53%;
}
.span_10_of_12 {
  	width: 83.06%;
}

.span_9_of_12 {
  	width: 74.6%;
}

.span_9_of_12.padright {
  padding-right: 6%;
  width: 68.6%;
}

.span_8_of_12 {
  	width: 66.13%;
}

.span_7_of_12 {
  	width: 57.66%;
}

.span_6_of_12 {
  	width: 49.2%;
}

.span_5_of_12 {
  	width: 40.73%;
}

.span_4_of_12 {
  	width: 32.26%;
}

.span_3_of_12 {
  	width: 23.8%;
	position: relative;
}

.span_2_of_12 {
  	width: 15.33%;
}

.span_1_of_12 {
  	width: 6.866%;
}

.row-height {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
}

.col-height {
  display: table-cell;
  float: none;
  height: 100%;
}

.col-top {
  vertical-align: top;
}
.col-middle {
  vertical-align: middle;
}
.col-bottom {
  vertical-align: bottom;
}

.col p,
.col h2,
.col h3 {
	margin-bottom: 24px;
}

.col p a {
    color: #BF1F26;
    text-decoration: none;
    font-weight: 700;
}

.col p a:hover {
    color: #E9444C;
}


blockquote {
    border-left: 6px solid #C02026;
    padding-left: 20px;
    font-size: 176%;
    font-style: italic;
	color: #555;
	font-family:'Teko', sans-serif;
}


aside.sidebar {
	box-sizing: border-box;
	float: left;
	padding-left: 29px;
	width: 33%;
}

.widget {
    margin-bottom: 20px;
}

h2.widget-title {
    font-size: 34px;
	margin-bottom: 17px;
}

.testimonials-widget-testimonials {

}

.testimonials-widget-testimonials blockquote {
    color: #FFF;
    font-size: 16PX;
    font-family: roboto;
    border: 0 none;
	background: #C02026;
	padding: 30px;
	position: relative;
}

.testimonials-widget-testimonials blockquote:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 23px;
	width: 0;
	height: 0;
	border: 37px solid transparent;
	border-top-color: #C02026;
	border-bottom: 0;
	border-left: 0;
	margin-left: -23px;
	margin-bottom: -37px;
}

.credit {
    background: url(images/person-icon.png) no-repeat left center transparent;
    text-align: left!important;
    padding: 30px 30px 30px 71px;
    font-size: 15px;
    color: #000;
    font-weight: 700;
}

span.join-location {
    display: none;
}

span.location {
    display: block;
    font-weight: 100;
    color: #777;
}

.testimonials-widget-testimonial cite:before, 
.testimonials-widget-testimonial div.credit:before {
	content:"";
}

footer#mainfooter {
	background: url(images/footer-bg.jpg) center center #333;
	padding:30px 0 58px 0;
}

footer h3 {
    color: #76A04E;
    letter-spacing: 0;
    font-size: 12px;
    font-weight: 700;
    padding: 12px 0;
    border: 0 none;
    text-transform: uppercase;
    margin-bottom: 0!important;
}

footer#mainfooter p {
	color:#fff;
	font-size:16px;
	line-height: 1.7;
}

footer#mainfooter p strong {
	color:#C7242B;
}

footer#mainfooter p a {
	color:#fff;
	text-decoration:none;
	font-weight:400;
}

footer#mainfooter p a:hover,
footer#mainfooter ul li a:hover {
	color:#fff;
	text-decoration:underline;
}


footer#mainfooter ul {
	margin:0;
	padding:0px;
}

footer#mainfooter li{
	position:relative;
	font-size:16px;
	margin-bottom: 10px;
}

footer#mainfooter li a {
	color:#fff;
	text-decoration:none;
	padding:0px;
	margin:0 0 5px 0;
	text-transform:uppercase;
	display: block;
}

footer#mainfooter li ul li{
	float:none;
	font-size:12px;
	text-transform:capitalize;
	display: block;
}


.footercall {
	background:url(images/logo-footer.png) no-repeat center bottom;
	padding-bottom: 130px;
}


.footercall h2 a {
	color:#C92024;
	font-size:39px;
	text-decoration:none;
}


.footercall h2 a:hover {
	color:#DE3438;
}


#subfooter {
	background:#000;
}


#subfooter p,
#subfooter p a {
	color:#fff;
	font-size:12px;
	text-decoration:none;
	height: 30px;
	line-height: 30px;
	margin:0;
	text-transform:uppercase;
	font-weight: 400;
}

#bookout {
	background:#9B151E;
	position: relative;
	margin-top: 108px;
	border-bottom:1px solid #474747;
}

.home #bookout {
	margin-top: 0px;
}


.bookoutleft{
	background:#9B151E;
	float:left;
	width:35%;
	padding:46px 0;
}

img.man {
	position:absolute;
	bottom:0;
	right:64%;
	width:353px;
	height:440px;
}

.bookoutright{
	background:url(images/bookout-bg.png) center left no-repeat #C7242B;
	float:left;
	width:65%;
	padding:46px 0;
}


.bookedcontent {
	max-width:465px;
	margin-left: 137px;
}

#bookout p.booked {
	color:#fff;
	font-size:24px;
	font-weight:400;
	margin:0 0 19px 0;
}

#bookout p.bookedquote {
	color:#fff;
	font-size:18px;
	font-weight:700;
	font-style:italic;
}


#bookout p.bookedcall {
	margin:0 0 9px 0;
}

#bookout p.bookedcall a {
	color:#000;
	font-size:42px;
	font-weight:600;
	font-family: 'Teko', sans-serif;
	text-decoration:none;
}

.ctacontent {
    position: relative;
    min-height: 330px;
    max-width: 450px;
    margin: 20px auto 0;
}

.ctacontent h2 {
	font-size:34px;
}

.ctacontent.brokenwindow h2  {
	background:url(images/broken-window-icon.png) top center no-repeat transparent;
	padding-top:129px;
}

.ctacontent.doubleglazing h2  {
	background:url(images/double-glazing-icon.png) top center no-repeat transparent;
	padding-top:151px;
}


.ctasection img {
    float: left;
}

#bookout p.bookedcall a:hover {
	color:#fff;
}

section#map {
    height: 571px;
    position: absolute;
    z-index: -10;
    width: 100%;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.clearfix { display: inline-block; }

/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* stop commented backslash hack */

/* END TYPOGRAPHY */


/*********************** START RESPONSIVE *****************/
/*********************** START RESPONSIVE *****************/
/*********************** START RESPONSIVE *****************/
/*********************** START RESPONSIVE *****************/

/* for 1363px or LESS */
@media screen and (max-width: 1363px) {
	.wrap {
	max-width: 94%;
	margin:0 auto;
	top:0;
	box-shadow:none;
	}
	
	.maincol,
	aside.sidebar{
	float:none;
	width:100%;
	padding-left:0;
	padding-right:0;
	}
	
	.desktoponly {
	display:none;
	}
	
	.ctasection .span_6_of_12 {
	float:none;
	width:100%;
	}
	
	.ctacontent {
    min-height: 0;
	height:auto;
	padding: 20px 0;
	}
	
	.intro h2 br {
	display:none;
	}

	
}



/* for 1183px or LESS */
@media screen and (max-width: 1183px) {
	
	.red.photos {
	background: transparent;
	}
	
}



/* for 1090px or LESS */
@media screen and (max-width: 1090px) {
	
	.headeraux	{
	display:none;
	}
	
}

/* for 1064px or LESS */
@media screen and (max-width: 1064px) {

	ul.left,
	.outro ul {
    max-width: 100%;
	width: auto;
	float:none;
	}
	
}

/* for 1024px or LESS */
@media screen and (max-width: 1024px) {
	.bookoutleft {
	display:none;
	}
	
	.photos {
    margin-bottom: 198px;
	}
	
	
	.bookoutright {
    background: #9B151E;
    float: none;
    width: 100%;
    text-align: center;
	}
	
	.bookedcontent {
    max-width: 94%;
    margin: 0 auto;
	}
	
}


/* for 860px or less */
@media screen and (max-width: 860px) {
	
	footer#mainfooter {
	display:none;
	}

}


/* for 860px or less */
@media screen and (max-width: 860px) {
	
	.headparalax h1 {
	font-size: 56px;
	}

}


/* for 768px or less */
@media screen and (max-width: 768px) {

	img.alignright,
	img.alignleft	{
    float: none;
    margin: 0;
	}
	
	.col-height {
	display: block;
	float: none;
	height: auto;
	}
	
	p.button a, 
	.gform_button {
    position: initial;
	}
	
	
	.span_3_of_12,
	.span_9_of_12	{
	width: 100%;
    margin-left: 0;
    margin-right: 0;
	}
	
	#subfooter {
    padding: 20px 0;
	}

	#subfooter p, 
	#subfooter p a {
    height: auto;
    line-height: 1.6em;
    margin: 0 0 4px;
    text-align: center;
	}

	
	.leftpadded {
	padding: 20px!important;
	}	
	
		
	p.button.left {
    display: block;
    margin-right: 0px;
	margin-bottom:37px;
	}
	
	.photos {
	margin-bottom: 90px;
	}
	
	.paddedhz1 {
    padding-left: 0;
    padding-right: 0!important;
	}
	
	.home .mainbanner {
	background-size:auto!important;
	}
	
	.mainbanner {
	background-size:auto!important;
	}
	
}


/* for 580px or less */
@media screen and (max-width: 580px) {
	
	.smallpad,
	.medpad,
	.largepad,
	.nomarg {
	padding:20px 0;
	}

	footer#mainfooter .col.span_9_of_12,
	footer#mainfooter .span_3_of_12	{
	width: 100%;
	float:none;
	}
	
	.alignright {
	text-align: center;
	}

	
	.col {  margin: 1% 0 1% 0%; }
    
    .span_1_of_12, .span_2_of_12, .span_3_of_12, .span_4_of_12, .span_5_of_12, .span_6_of_12, .span_7_of_12, .span_8_of_12, .span_9_of_12, .span_10_of_12, .span_11_of_12, .span_12_of_12, .span_9_of_12.padright {
	width: 100%;
	padding-right:0;
	}
	
	header.topheader {
	height:auto;
	}
	
	#mainfooter {
	display:none;
	}
	
	.photos {
    margin-bottom: 5px;
	}
	
	.standout1 {
    padding: 30px 3%;
	}

}


/* for 480px or less */
@media screen and (max-width: 480px) {

	.xlargepad {
	padding: 22px 0;
	}
	

	.headparalax h1 {
    font-size: 50px;
	}
	
}
	

/* for 370px or less */
@media screen and (max-width: 370px) {
	
	h1.logo {
	background: url(images/logo.png) no-repeat center 0 transparent;
	background-size: 100%;
	width: 183px;
	height: 135px;
	}

}
	
	

/* for 320px or less */
@media screen and (max-width: 320px) {
	
	.photos {
	height: 122px;
	}
	
	ul {
    padding: 0 0 0 0.2em;
	}

}
