/*
Theme Name: JD Scafolding
Theme URI: http://grangewebdesign.com/
Version: 3.8
Author: Kieran Dally
Author URI: http://grangewebdesign.com/
*/

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,800,700);


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
img{vertical-align:top;}

.row{
width: 950px;
margin: 0px auto;
}
.grid1,
.grid2,
.grid3, 
.grid4, 
.grid5, 
.grid6, 
.grid7, 
.grid8, 
.grid9, 
.grid10, 
.grid11 {
float: left;
display: inline;
margin-left: 3%;
}
.grid1 {
width: 5.583%;
}
.grid2 {
width: 14.16%;
}
.grid3 {
width: 22.75%;
}
.grid4 {
width: 31.33%;
}
.grid5 {
width: 39.91%;
}
.grid6 {
width: 48.5%;
}
.grid7 {
width: 57.08%;
}
.grid8 {
width: 65.66%;
}
.grid9 {
width: 74.25%;
}
.grid10 {
width: 82.83%;
}
.grid11 {
width: 91.41%;
}
.first {
margin-left: 0;
clear: left;
}


/* clearfix */
.clearfix:after {
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0;
}
* html .clearfix {
zoom: 1;
} /* IE6 */
*:first-child+html .clearfix {
zoom: 1;
} /* IE7 */

pre {
margin: 20px 0;
background: #eee;
border: 1px solid #ddd;
padding: 10px;
white-space: pre-wrap;       /* css-3 */
white-space: -moz-pre-wrap;  /* Mozilla */
white-space: -pre-wrap;      /* Opera 4-6 */
white-space: -o-pre-wrap;    /* Opera 7 */
word-wrap: break-word;       /* Internet Explorer 5.5+ */
}
blockquote {
border: 1px solid #c5c5c5;
border-radius: 5px;
padding: 20px;
margin: 20px 0px;
background: #fff;
font-style:italic;
font-size:14px;
}
blockquote p{
margin-bottom:0px;
}

/*sticky*/
.sticky { }
/*gallery captio*/
.gallery-caption
/*by post author*/
.bypostauthor { }
/*aligns*/
.aligncenter, .alignnone {display: inline-block; margin: 10px 0; }
.alignright { float: right; margin: 10px 0 10px 10px; }
.alignleft { float: left; margin: 10px 10px 10px 0; }
/*floats*/
.floatleft { float: left }
.floatright { float: right }
/*text style*/
.textcenter { text-align: center }
.textright { text-align: right }
.textleft { text-align: left }
/*captions*/
.wp-caption { border: 1px solid #ddd; text-align: center; background-color: #f3f3f3; padding-top: 4px; margin: 10px; -moz-border-radius: 3px; -khtml-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; }
.wp-caption img { margin: 0; padding: 0; border: 0 none; }
.wp-caption p.wp-caption-text { font-size: 11px; line-height: 17px; padding: 0 4px 5px; margin: 0; }
/*smiley reset*/
.wp-smiley { margin: 0 !important; max-height: 1em; }
/*blockquote*/
blockquote.left { margin-right: 20px; text-align: right; margin-left: 0; width: 33%; float: left; }
blockquote.right { margin-left: 20px; text-align: left; margin-right: 0; width: 33%; float: right; }


input[type="search"], 
input[type="text"],
input[type="password"], 
input[type="email"], 
input[type="tel"],
input[type="url"],
textarea {
background : #fff;
border : #c5c5c5 solid 1px;
display : block;
font-size : 14px;
color : #000;
font-weight : 400;
margin-left : 0;
padding : 8px 10px;
line-height : 1.6em;
box-sizing : border-box;
font-family: 'Open Sans', 'sans-serif';
max-width : 100%;
width : 300px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
textarea {
width : 100%;
max-width : 100%;
padding : 10px;
font-family: 'Open Sans', 'sans-serif';
}
input[type="button"],
input[type="submit"],
input[type="submit"],
.btn {
font-size : 18px;
display : inline-block;
background : #70118a;
color : #fff;
padding : 8px 15px 8px 15px;
border : 0;
font-weight:700;
font-family: 'Open Sans', 'sans-serif';
outline : 0;
cursor : pointer;
border-radius: 4px;
}
input[type="button"]:hover,
input[type="submit"]:hover,
input[type="submit"]:hover, 
.btn:hover {
text-decoration : none;
color : #fff;
background: #000;
}

#sidebar #s{
margin-bottom:10px;
}
strong{
font-weight:700;
}
em{
font-style:italic;
}


#wrapper{
border-top:3px solid #6d2383;
}
body{
font-family: 'Open Sans', 'sans-serif';
color:#49535d;
line-height:20px;
font-size:14px;
font-weight:400;
background: #fff url(images/bg.jpg) repeat 0 0;
}
.clear{
clear:both;
}
a{
color:#6d2383;
text-decoration:none;
}
a:hover{
color:#000;
text-decoration:none;
}

h1,h2,h3,h4,h5,h6{
font-family: 'Open Sans', 'sans-serif';
margin-bottom:15px;
font-weight:700;
color:#6d2383;
}
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{
color:#6d2383;
}
h1,h2{
color:#6d2383;
margin-bottom:15px;
line-height:normal;
font-weight:700;
font-size:26px;
}
h3{
font-size:21px;
}
h4{
font-size:18px;
}
h5{
font-size:17px;
}
h6{
font-size:16px;
}

#headerwrap{
position:relative;
padding:30px 0px;
}

#headerwrap .row{
position:relative;
}
.phone_top{
text-align:right;
font-size:16px;
font-weight:400;
line-height:26px;
padding-top:40px;
}
#logo{
display:block;
text-align:center;
}
#masternav{
display:block;
margin-top:30px;
background: url(images/nav_bg.png) repeat-x left center;
height:75px;
}
#masternav .sf-menu{ float:none; text-align:center;}
.sf-menu, .sf-menu * { margin: 0; padding: 0; list-style: none; }
.sf-menu { line-height: 1.0 }
.sf-menu ul { position: absolute; nowhitespace: afterproperty; top: -999em; width: 200px; /* left offset of submenus need to match (see below) */ }
.sf-menu ul li { width: 100% }
.sf-menu li:hover { visibility: inherit; /* fixes IE7 'sticky bug' */ }
.sf-menu li { float: none; position: relative; display:inline-block; }
.sf-menu a { display: block; position: relative; }
.sf-menu li:hover ul, .sf-menu li.sfHover ul { left:0px; nowhitespace: afterproperty; top: 64px; /* match top ul list item height */ z-index: 99;  }
ul.sf-menu li:hover li ul, ul.sf-menu li.sfHover li ul { top: -999em }
ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul { left: 200px; /* match ul width */ top: 0;  }
/*** skin ***/
.sf-menu { float: left }
.sf-menu li{ background: url(images/nav_li.png) no-repeat right top;}
.sf-menu li:last-child{background-image:none;}
.sf-menu li:last-child a { /*padding-right:0px;*/ }
.sf-menu a { height: 75px; line-height: 75px; display: inline-block; float: none; font-weight: 700; color: #4a535d; padding: 0 55px 0px 55px; text-decoration: none;
text-transform:uppercase; font-size: 16px;}
.sf-menu a {}
.sf-menu > li > a:focus, .sf-menu > li > a:hover, .sf-menu > li > a:active, .sf-menu > li.sfHover > a, #masternav .current-menu-item > a:first-child { color:#6d2383;
 background: url(images/nav_hover.png) no-repeat center 52px; }
/*Subs*/
.sf-menu ul { padding: 0; font-size: 12px; background: #6d2383; border: none; text-align:left }
.sf-menu ul li{background-image:none;}
.sf-menu ul ul { margin-top: -1px }
.sf-menu ul a { margin: 0; line-height: normal; font-size:13px; height: auto; padding: 10px 15px; display: block; float: none; color: #fff; font-weight: 700;  }
.sf-menu ul a:focus, .sf-menu ul a:hover, .sf-menu ul a:active { color: #fff; background: #000; background-image:none; }
.sf-menu ul .current-menu-item a { color: #fff!important; background: #000!important;}
.sf-menu ul li {  }
.sf-menu ul li:last-child { border-bottom: 0px }

#slider-wrap{
display:block;
background:#fff;
padding:9px;
border:1px solid #c5c5c5;
}

.client_logos{
display:block;
margin-bottom:40px;
}



.tagline_text{
padding:15px 0px 35px 0px;
text-align:center;
background: url(images/line.png) no-repeat left bottom;
margin-bottom:30px;
}
.tagline_text h1{
color:#70118a;
margin:0px!important;
padding:0px;
font-weight:700;
}
.tagline_text h1 span{
font-weight:300;
}
.home_widget_box{
float:left;
width:33.33%;
position:relative;
min-height:245px;
}

.home_widget_wrap{
background: url(images/line.png) no-repeat left bottom;
padding-bottom:24px;
margin-bottom:35px;
}
.home-widget{
padding:0px 30px 10px 30px;

}
.home-widget h4{
font-size:20px;
font-weight:700;
color:#4a535d;
text-transform:uppercase;
margin-bottom:20px;
}
.home-widget p{
color:#49535d;
font-size:12px;
line-height:20px;
margin-bottom:15px;
}
.h_button{
font-size:12px;
font-weight:400;
color:#fff;
text-decoration:none;
height:25px;
line-height:25px;
padding-top:8px;
text-align:center;
width:90px;
position:absolute;
right:30px;
bottom:-24px;
background: url(images/button_home_bg.png) no-repeat 0 0;
}
.h_button:hover{
color:#fff;
}

#main{
padding:0px 0px 60px 0px;
min-height:500px;
}

.homepage-entry h1,
.homepage-entry h2,
.homepage-entry h3,
.homepage-entry h4,
.homepage-entry h5,
.homepage-entry h6{
color:#4a535d;
}
.entry {
}

hr{
color: #6d2383;
background-color: #6d2383;
height: 1px;
margin-bottom:20px;
border:none;
}
.entry p{
margin-bottom:20px;
}
.entry ul{
margin:0 0px 20px 0px;
list-style:none;
}
.entry ul li{
font-size:14px;
line-height:20px;
background: url(images/list.png) no-repeat 0 5px;
padding-left:20px;
margin-bottom:7px;
}
.entry ol{
margin:0 0px 20px 20px;
list-style:decimal;
}
.entry ol li{
font-size:14px;
line-height:22px;
margin-bottom:7px;
}

.loop-entry{
	margin-bottom: 25px;
	background:#fff;
	padding:15px;
	border-width: 1px;
	border-style: solid;
	border-color: #c5c5c5;
	position:relative;
}
.loop-entry .h_button{
bottom:0px;
right:0px;
}
.loop-entry-thumbnail{
	float: left;
	margin-right: 25px;
}
.loop-entry p{
	margin-bottom:0px!important;
}

.loop-entry h2{
	margin: 0px 0 7px 0;
	font-size:20px;
}

.loop-entry-meta{
	color: #999;
	margin: 0 0 5px 0;
}
.loop-entry-meta span{
	margin: 0 5px 0 12px;
}
.loop-entry-meta span:first-child{
	margin-left: 0;
}

.pagination{
	margin: 20px 0;
}
.pagination a,
.pagination span {
	font-size: 15px;
    line-height: 40px;
    height: 40px;
    width: 40px;
    text-align: center;
    margin-right: 5px;
    display: block;
    float: left;
	background: #000;
	color: #fff;
	border-radius:2px;
}
.pagination a:hover,
.pagination .active a {
    text-decoration: none;
	color: #fff;
	background: #70118a;
}


.sidebar-box {
margin-bottom:20px;
font-size:14px;
line-height:22px;
}
.sidebar-box h4{
font-size:18px;
text-transform:uppercase;
color:#000;
}

.sidebar-box ul{
margin:0 0px 0px 0px;
list-style:none;
}
.sidebar-box ul li{
font-size:14px;
line-height:20px;
background: url(images/list.png) no-repeat 0 5px;
padding-left:20px;
margin-bottom:7px;
}
.sidebar-box ol{
margin:0 0px 20px 20px;
list-style:decimal;
}
.sidebar-box ol li{
font-size:14px;
line-height:22px;
margin-bottom:7px;
}

.button{
-webkit-transition: all .4s ease-in-out;
-moz-transition: all .4s ease-in-out;
-o-transition: all .4s ease-in-out;
transition: all .4s ease-in-out
}

#footer{
background:#49535d url(images/nav_hover.png) no-repeat center bottom;
border-bottom:10px solid #70118a;
padding:20px 30px 20px 30px;
color:#7d7d7d;
}

.footer_nav ul.menu{
list-style:none;
margin:0px 0 10px 0;
padding:0px;
text-align:center;
}
.footer_nav ul.menu li{
display:inline-block;
font-size:11px;
text-transform:uppercase;
background:url(images/footer_nav.png) no-repeat right center;
padding:0px 13px 0px 5px;
}
.footer_nav ul.menu li:last-child{
background-image:none;
padding-right:0px;
}
.footer_nav ul.menu li a{
color:#fff;
}
.footer-widget{
margin-bottom:25px;
font-size:13px;
color:#fff;
}

.footer-widget h4{
color:#fff;
margin-bottom:15px;
text-transform:uppercase;
font-weight:700;
}
.footer-widget ul{
margin:0px 0px 0px 20px;
list-style:disc;
}
.footer-widget ul li{
font-size:13px;
margin-bottom:7px;
}
.footer-widget ul li a,
.footer-widget ul a{
color:#fff;
}
.footer-widget ul li a:hover,
.footer-widget ul a:hover{
color:#fff;
} 
.footer-widget p,
.footer-widget{
line-height:20px;
font-size:13px;
}
#footer_bottom{
color:#7d7d7d;
line-height:18px;
font-size:11px;
text-align:center;
}
#footer_bottom a{
color:#7d7d7d;
}


ol.commentlist{
margin:0px;
padding:0px;
list-style:none;
}
.comment-body{
background: #fff;
margin-top:15px;
padding:55px 15px 15px 15px;
position:relative;
border-radius:4px;
border:1px solid #c5c5c5;
}
.comment-body .vcard{
position:absolute;
left:10px;
top:10px;
}
.comment-body .comment-meta{
position:absolute;
right:10px;
top:10px;
font-size:11px;
line-height:22px;
}
.comment-body .comment-meta a{
color:#434343;
}

.comment-body p{
font-size:14px;
line-height:22px;
color:#434343;
margin-bottom:15px;
}
.reply{
}
.reply a,
.cancel-comment-reply a{
display:inline-block;
margin:0 0 0 0;
padding:5px 8px;
background: #70118a;
color:#fff;
font-size:12px;
font-weight:normal;
text-transform:uppercase;
border-radius:3px;
}
.cancel-comment-reply{
display:block;
margin:10px 0px;
text-align:right;
}
ul.children{
margin-left:20px;
}

#respond{
margin:15px 0px;
}
#commentform p{
margin-bottom:16px;
font-size:14px;
color:#434343;
}
.project_box_item{
width:280px;
float:left;
margin:0px 25px 25px 0px;
background:#fff;
padding:9px;
border:1px solid #c5c5c5;
position:relative;
}
.project_box_item h2{
position:absolute;
left:10px;
bottom:10px;
margin-bottom:0px!important;
background:rgba(0,0,0,0.4);
padding:10px;
font-size:16px;
font-weight:800;
margin-right:10px;
display:block;
}
.project_box_item h2 a{
color:#fff;
display:block;
}
.last{
margin-right:0px;
}
.project_box_item img{
-webkit-transition:all .4s ease-in-out;
-moz-transition:all .4s ease-in-out;
-o-transition:all .4s ease-in-out;
transition:all .4s ease-in-out;
}
.project_box_item:hover img{
opacity:0.7;
}