/*
Theme Name: Wespray On Paving
Theme URI: http://www.webfirm.com/
Author: the Webfirm team
Author URI:http://www.webfirm.com/
*/

@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,300,700);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,300,500,700,900);
body {
  
    color: #464646;
    font-size: 14px;
    font-family: "Roboto",sans-serif;
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
}
ul , li {list-style: none; margin: 0; padding: 0;}
a{text-decoration: none;color: #464646;}
a:hover{text-decoration: underline;}
img {border:none; max-width: 100%; height: auto;}
* { box-sizing: border-box;
-ms-box-sizing: border-box; 
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
}
h1 , h2{margin: 0;}

h1 {
    color: #1a5d98;
    font-size: 30px;
    font-weight: normal;
    line-height: 36px;
    margin: 3px 0 30px;
    font-family: 'Roboto Condensed', sans-serif;
    letter-spacing: 0;
}
 h2 {
     color: #1a5d98;
    font-size: 20px;
    font-weight: normal;
    line-height: 22px;
    margin: 2px 0 29px;
}

p {
    letter-spacing: 0.1px;
    line-height: 22px;
    margin: 22px 0;
    padding: 0;
}
input[type="submit"], button {
    cursor: pointer; -webkit-appearance:none;
}
input[type="submit"]:focus , button:focus , a:focus{
    outline: none;
}
.header, .banner, .content-wrapper, .footer, .footer-top, .footer-bottom {
    /*float: left;*/
    width: 100%;
       
}

.container {
    margin: 0 auto;
    width: 1170px;
}
.vc_row.wpb_row.vc_row-fluid.container{
    margin: 0 auto;
    width: 1200px;
    padding: 20px 0 90px;
}

/*******************header*******************/
.header {
    background:url(images/Wespray-header.jpg) no-repeat center top;
    background-size: cover;
    height: 165px;
    padding: 23px 0 31px;
    font-family: 'Roboto Condensed', sans-serif;
}
.logo {
    display: inline-block;
    height: 78px;
/*     margin: 20px 0 0; */
    max-width: 300px;
    width: auto;
    float: left;
}
.header .container {
    padding: 0 0 0 4px;
}
/******************* Navigation *******************/
.navigation {
    display: block;
    float: right;
    padding: 8px 0 0;
    clear: right;
}
.call-us {
    /*clear: both;*/
    color: #ffffff;
    float: right;
    font-size: 18px;
    padding: 34px 0 0;
}
.call-us a {
    color: #ffffff;
    font-size: 18px;
    padding-left: 4px;
}
.call-us a:first-child {
    padding-right: 7px;
}
.navigation li {
    float: left;
    padding: 0 0 0 24px;
    position: relative;
}
.navigation li a {
    color: #ffffff;
    font-size:16px;
    border-bottom:2px solid transparent ;
    padding: 0 0 5px;
    text-decoration: none;
    cursor: pointer;
}
.navigation li.current-menu-item > a,.navigation li.current-menu-parent > a{
  border-bottom: 2px solid #4575A5; }
.navigation li a:hover,ul.sub-menu li.current-menu-item > a {color: #7cc054;}
.sliderinner {float: left; width: 100%;}

/*sub-menu*/
ul.sub-menu { display: none;  left: 9px;  cursor: pointer;
    position: absolute; top: 0; width: 181px; z-index: 999; padding: 30px 0 0;}
.sub-menu li {float: none; padding: 0;}
.sub-menu li a {border-bottom: 2px solid #17548d; display: block;
    padding: 10px 15px; background: #1b5d99;}
.navigation ul li:hover ul.sub-menu {display: block;} 
.menu_click {display: none;}
/********* Banner **********/
.vc_row.wpb_row.vc_row-fluid.banner {
    margin: 0;
}
.banner {
    background:url(images/wespray-bannerbase.jpg) no-repeat center top;
    
    padding: 0 0 20px;
}

.master-slider-parent {
    background-color: #ffffff;
    min-height: 200px;
    width: 100%;
    margin: 33px auto 21px;
    height: 540px;
     padding: 6px;
     box-shadow:0 10px 25px 0px rgba(0,0,0,0.3);
     -moz-box-shadow:0 10px 25px 0px rgba(0,0,0,0.3);
     -webkit-box-shadow:0 10px 46px 0px rgba(0,0,0,0.3);
     overflow: hidden;

}
.sliderinner > img {
    width: 100%;
     display: block;
       height: 100%;
}
.banner .ms-bullets.ms-dir-h {
    bottom: 18px !important;
    max-width: 600px;
    right: 0;
    width: auto !important;
}
.banner .ms-bullets.ms-dir-h .ms-bullets-count {
    right: 0;
}
.banner .ms-skin-default .ms-bullet {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 50%;
    height: 19px;
    margin: 3px 13px 0 1px !important;
    width: 19px;
}
.banner .ms-skin-default .ms-bullet.ms-bullet-selected {
    background: #1c5f96 none repeat scroll 0 0;
}
.home .ms-bullets{
    display: none;
}
.banner::after , .content-wrapper::after {
    clear: both;
    content: "";
    display: block;
}

/*content*/
.section1 , .section2 {
    float: left;
    width: 100%;
}
.home .vc_row.wpb_row.vc_row-fluid.container , .content-wrapper .container{
 padding: 20px 0 90px;
}
.section2 {
  padding: 59px 0 28px;
}
.left-bar {
    float: left;
    width: 50%;
    letter-spacing: 0.1px;
}
.right-bar .wpb_column.vc_column_container.vc_col-sm-6 {
    padding: 0 1px 0 28px;
    width: 286px;
  }
.right-bar .wpb_column.vc_column_container.vc_col-sm-6:first-child{padding-left: 15px;}
/*.right-bar {
    float: right;
    max-width: 50%;
    width: auto;
}*/

.right-bar .wpb_wrapper > .wpb_text_column.wpb_content_element {
    padding: 20px;
    width: 270px;
}
.readmore {
       float: right;
    padding: 11px 0 0 ;
}
 .right-bar p {
      padding: 0; color: #f1f6fc;
}
 .right-bar a , 
  .right-bar  .wpb_wrapper > p
  {
     color: #f1f6fc;
    display: block;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 18px;
    margin: 0;
    padding: 0;
    width: 100px;
   }
.right-bar .wpb_wrapper h2 {
    color: #ffffff;
    font-size: 36px;
    line-height: 44px;
    margin: 0 0 12px;
    padding: 4px 0;
    text-transform: capitalize;
    font-weight: bold;
}

.right-bar .wpb_wrapper > .wpb_text_column.wpb_content_element {
    padding: 20px 19px;
    width: 270px;
    min-height: 220px;
}

/*******inner pages ********/

.section2 .left-bar{
     width: 240px;
}
  .section2   .right-bar  {
      width: 620px;
}
  .section2 h2 {
    font-size: 20px;
    font-family: 'Roboto Condensed', sans-serif;
    line-height: 26px;
    margin: 10px 0 24px;
}
  .section2 p {
    letter-spacing: 0.08px;
  }
    p.contiu {
    padding: 0 0 52px;
}

.start-cnt {
    float: left; width: 230px;
}


.footer-top li {
    color: #3675b9;
    font-size: 15px;
    line-height: 24px;
    
}

h3 {
    margin: 0 0 20px;
}
.large {
    float: left;
    width: 260px;
}
.footer {
    background: #eaeaea none repeat scroll 0 0;
    padding: 61px 0 136px;
}
.logo-webfirm {
    display: inline-block;
    float: right;
    margin: 4px 0 0 12px;
    vertical-align: text-bottom;
}
.footer-top {
    border-top: 1px solid #eaeaea;
 
    padding: 40px 0 53px;
    
}
.large a {color: #3675b9;}


.content-right {
    float: right;
    padding: 0 103px 40px 25px;
    width: 60%;
}
.flexslider {
    border: 6px solid #ffffff ;
    box-shadow: -2px 10px 43px 2px #b2b2b2;
    -moz-box-shadow: -2px 10px 43px 2px #b2b2b2;
    -webkit-box-shadow: -2px 10px 43px 2px #b2b2b2;
    -ms-box-shadow: -2px 10px 43px 2px #b2b2b2;
    float: left;
    max-width: 444px;
    width: 40%;
    height: 276px;
    }
    .flex-viewport {
    max-height: 100% ;
   overflow: hidden;
   height: 100%;
    
}

.flexslider .fancybox.image {
    margin: 0;
}
.smallslider > img {
    display: block;
}
.sub-section {
    float: left;
    width: 100%;
    padding: 40px 13px 10px 13px;
    box-shadow: 0px 0px 4px #6b6b6b;
    margin: 15px 0;
    border: 2px solid #8a8a8a;
}
.flexslider .slides img {
    min-height: 264px;
}
/**** Footer ****/
.footer-left {
    float: left;
    width: 60%;
}

.footer-left li {
    float: left;
    padding: 0 14px 0 0;
}

.footer-right {
    float: right;
    text-align: right;
    width: 40%;
}
.call-wespray {
    background: #efefef none repeat scroll 0 0;
    border-radius: 92px;
    display: inline-block;
    font-size: 16px;
    height: 90px;
    letter-spacing: 0.12px;
    /* margin: 43px 0;*/
    margin:28px 0 43px;
    padding: 33px 44px 32px 45px;
}

.call-wespray  a {
    color: #1a5d98;
    font-weight: bold;
}
.call-wespray p {
    margin: 0;
}
.footer .container {
    border-top: 1px solid #d4e2cc;
    display: block;
    padding: 32px 0 19px; 
}
.footer a , .footer{
    color: #636363;
    font-size: 11px;
}

.footer a {
    font-weight: 500;
}

.footer .footer-right > p {
    line-height: 1;
    margin: 1px 1px 4px 0;
}
.footer p {
    margin: 0;
}
/****** Form *******/
#wpcf7-f47-p16-o1, .vc_row .wpcf7 {
    background: #d5d5d5 none repeat scroll 0 0;
    color: #464646;
    float: right;
    margin-top: 0;
    min-height: 370px;
    padding: 18px 31px 9px 20px;
    width: 100%;
}
.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"] {
    border: medium none;
    font-size: 12px;
    height: 30px;
    padding: 0 0 0 12px;
    letter-spacing: -0.1px;
    width: 100%;
}
.wpcf7-form p {
    margin: 20px 0 5px;
}
.wpcf7-form-control.wpcf7-submit {
    background: #1d5f9b none repeat scroll 0 0;
    border: medium none;
    color: #ffffff;
    font-family: "Roboto",sans-serif;
    font-size: 14px;
    font-weight: 600;
    height: 36px;
    margin: 0;
    padding: 8px 10px 8px 11px;
    width: 70px;
}
.vc_row .wpcf7-form-control-wrap.Comment {
    display: block;
    margin: 0 0 -11px;
    width: 100%;
}
.wpcf7 textarea {
    border: medium none;
    font-family: "Roboto",sans-serif;
    font-size: 12px;
    height: 88px;
    margin-top: 0;
    padding: 8px 0 0 12px;
    width: 100%;
}
.wpcf7-form h2 {
    color: #464646;
    font-size: 16px;
    margin: 4px 0 22px;
    letter-spacing: 0.1px;
    transform: scale(1,1.05);
    -moz-transform: scale(1,1.05);
    -webkit-transform: scale(1,1.05);
    -ms-transform: scale(1,1.05);
}
.vc_row.wpb_row.vc_inner.vc_row-fluid.right-bar {
    margin-bottom: 32px;
}
div.wpcf7-response-output {
    margin-bottom:1em !important;
   
}
.wpcf7-form ::-webkit-input-placeholder {
   color: #464646 !important;
}

.wpcf7-form :-moz-placeholder { 
   color: #464646 !important;  
}

.wpcf7-form ::-moz-placeholder { 
   color: #464646 !important;  
}

.wpcf7-form :-ms-input-placeholder {  
   color: #464646 !important;  
}
.wpcf7-form input:-moz-placeholder {  
    color: #fff !important;  
} 
.wpcf7-form ::-moz-placeholder { opacity: 1 !important; color: #464646 !important; }

.wpcf7-form placeholder{ color:#464646;}
/****** contact ******/
.contact h1 {
    margin: 3px 0 44px;
}
.email_us {
    color: #1a5d98;
}
.contact .wpb_text_column {
    margin-bottom: 57px;
}
/********  Gallery*******/
.vc_col-sm-4 hr {
    border-bottom: medium none !important;
    border-top: 1px solid #7CBF55 !important;
    color: #7CBF55;
    height: 1px;
}
.vc_col-sm-4 h3 {
    font-family: roboto condensed;
    font-size: 20px;
    font-weight: normal;
    margin: 14px 0 8px;
}
.fancybox.image {
    display: inline-block;
    margin: 9px 0 0;
    width: 100%;
}

.vc_col-sm-4 .wpb_wrapper > p {
    font-size: 12px;
    line-height: 18px;
    margin: 11px 0;
}
.fancybox img {
    display: block;
    margin: 0;
    min-height: 118px;
}

.wpb_column.vc_column_container.vc_col-sm-4 {
    margin-bottom: 3px;
}

.page-id-17 .wpb_text_column.wpb_content_element.call-wespray.wpb_animate_when_almost_visible.wpb_top-to-bottom.wpb_start_animation {
    margin: 51px 0 -15px;
}
.profile {
    line-height: 19px;
    margin: -2px 0 24px;
}
p.profile strong {
    font-family: roboto condensed;
    font-size: 20px;
    font-weight: normal;
     letter-spacing: 0;
}
/************* local Government *****************/
.container > .call-wespray {
    margin: 58px 0 67px;
    float: left;
}
.left-bar strong {
    display: inline-block;
    font-family: "Roboto Condensed",sans-serif;
    font-size: 20px;
    font-weight: normal;
    letter-spacing: 0.01px;
    line-height: 22px;
    margin: -4px 0 28px;
}
.footer::after {
    clear: both;
    content: "";
    display: block;
}
@media screen and (min--moz-device-pixel-ratio:0) {
h1 {
    margin: 2px 0 30px;
}
.right-bar a , 
  .right-bar  .wpb_wrapper > p
  {
    line-height: 17px;
  }
.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"] {
    letter-spacing: 0.3px;
    padding: 0 0 0 13px;
}
.wpcf7 textarea {
    padding-top:7px;
}
.call-wespray {
    margin:29px 0 43px;
    padding-top: 32px
}
.vc_row .wpcf7-form-control-wrap.Comment {
    margin: 0 0 -6px;
}
.footer .container {
    padding: 31px 0 20px; 
}
.contact h1 {
    margin: 2px 0 44px;
}
.left-bar strong {
    margin: -3px 0 27px;
}
.profile {
    line-height: 20px;
    margin: -2px 0 23px;
}
.vc_col-sm-4 h3 {
    margin: 15px 0 7px;
}
.wpb_column.vc_column_container.vc_col-sm-4 {
    margin-bottom: 2px;
}
}

.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float:right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

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

.gallery {
  margin: auto;
  width: 100%;
}
.gallery .gallery-item {
  float: left;
  margin: 0;
  text-align: center;
  width: 33%;
}
.gallery img {
  border: 2px solid #cfcfcf;
}
.gallery .gallery-caption {
  margin-left: 0;
}
.gallery dl {
  margin: 0;
}
.gallery img {
  border: 10px solid #f1f1f1;
}
.gallery-caption {
  color: #888;
  font-size: 12px;
  margin:-24px 0 24px 0;
}
.gallery br+br {
  display: none;
}


.gallery-columns-2 .gallery-item { width: 50%; }
.gallery-columns-4 .gallery-item { width: 25%; }
.gallery-columns-5 .gallery-item { width: 20%; }

.clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.clearfix { display: inline-block; }
  
html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }

.with-sidebar { width: 100%; }
.with-sidebar .column_content { width: 70%; padding: 0 5% 0 0; float: left; display: block; }
.with-sidebar .column_sidebar { width: 25%; float: left; display: block; }

.with-sidebar .column_sidebar div.widget { display: block; margin: 0 0 20px; }
.with-sidebar .column_sidebar div.widget h3 { margin: 0 0 5px; padding: 0; }
.with-sidebar .column_sidebar div.widget ul, .with-sidebar .column_sidebar div.widget ol { margin: 0 0 0 10px; }

.with-sidebar .column_sidebar div.widget .search-form label { }
.with-sidebar .column_sidebar div.widget .search-form label input.search-field { padding: 5px; }
.with-sidebar .column_sidebar div.widget .search-form input.search-submit { padding: 5px; }

.social-icons { display: inline; margin: 0 0 0 10px; }
.social-icons a { padding: 0 2px 0 0 !important; }
.social-icons a:last-child { padding: 0 0 0 0 !important; }
.social-icons a img { height: 20px; width: auto; }


