  
  /*---------------------------------------------------------------

    Project Name: Pieper-Houston Electric
    File Name: style.css
    Author: Anthony Espinoza with Made More Marketing
    Author URI: http://anthonyespinoza.net
    Version: 1.0.0

  ------------------------------------------------------------------*/
  /*----------------------------------------------------------------

  // Table of contents //

    - BODY
    - TYPOGRAPHY
    - GENERAL
    - LISTS
    - BUTTONS
    - PRE LOADER
    - MENU BAR
    - HOME
    - ABOUT
    - BLOG 
    - CONSTRUCTION
    - ENEWS
    - PARTNER
    - WORK
    - CONTACT
    - FOOTER
    - RESPONSIVE STYLES

  //Site Colors Palette //
  
    - Dark Blue #013ca6 / RGB 1 60 166
	- Blue #0068b3 / RGB 0 104 179
	- Green #779a0b / RGB 119 154 11
	- Gray #5a6771 / RGB 90 103 113
	- Red/Orange #d5441c / RGB 213 68 28
	- Orange #ee7421 / RGB 238 116 33 
	- Light Gray #e7e7e8 / RGB 231 231 232
	- Blue Gray #303e48 / RGB 48 62 72

  ------------------------------------------------------------------*/


  @import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700,800');
  @import url('https://fonts.googleapis.com/css?family=Roboto+Slab:300,400');


  body {
    background: #ffffff;
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden;
  }

svg {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 5vw;
  /* set height to pixels if you want angle to change with screen width */
}

.padbot40 {
	padding-bottom:40px;
}

.light-gray-bg {
	background: #e7e7e8;
}

.white-bg {
	background: #fff;
}

.blue-bg {
	background: #0061a8;
}

.black-bg {
	background: #000;
}

.orange-bg {
	 background: #ee7421;
}

.dark-orange-bg {
	 background: #d5441c;
}

.green-bg {
	background: #779a0b;
}
.padtop50 {
	padding-top:50px;
}

.padtop25 {
	padding-top:25px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
  .no-gutters [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
  }

.no-left-gutter {
	padding-left: 0;
}

.alignright {
	float:right;
	padding-left: 10px;
}
@media (min-width:768px) {
	.row-eq-height {
	  display: -webkit-box;
	  display: -webkit-flex;
	  display: -ms-flexbox;
	  display:         flex;
	}
}

p:empty  {
    display: none;
}

  /*---------------------------------------
     TYPOGRAPHY              
  -----------------------------------------*/

  h1,h2,h3,h4,h5,h6 {
    font-weight: 600;
    line-height: inherit;
  }

  h1 {
    color: #292929;
    font-size: 22px;
    margin-bottom: 30px;
  }
	h1.angled {
		clip-path: polygon(0 0, 100% 0, 96% 100%, 0 100%);
	}

  h2 {
    color: #303e48;
	font-size: 20px;
	font-weight: 600;
  }

  h3 {
    color: #505050;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0;
  }
h3.angled {
	clip-path: polygon(0 0, 100% 0, 93% 100%, 0 100%);
}

  h4 {
    color: #696969;
    font-size: 18px;
    line-height: normal;
  }

  .heading-blue {
	background: #0068b3;
    width: fit-content;
    padding: 0 2em 0 1em;
    margin: 0 0 0 -15px;
	color: #fff;
  }

  .heading-orange {
	background: #d5441c;
    width: fit-content;
    padding: 15px 73px;
    margin: 0 0px 15px -15px;
	color: #fff;
  }

  .heading-green {
	background: #779a0b;
    width: fit-content;
    padding: 0 2em 0 1em;
    margin: 0 0 0 -15px;
	color: #fff;
  }

.gutter-heading {
	margin: 0 0px 20px -65px !important;
    font-size: 17px;
    font-weight: bold;
    padding: 15px 73px;
}

  p {
    color: #303e48;
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
    padding-bottom: 25px;
  }


.blue-text {
	color: #0068b3;
}



  /*---------------------------------------
     GENERAL               
  -----------------------------------------*/

  * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  *:before,
  *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  a {
    color: #252525;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    text-decoration: none;
  }

  a:hover, a:active, a:focus {
    color: #ee7421;
    outline: none;
  }

a.form-links {
	color: #d5441c;
	text-decoration: underline;
} 
a.form-links:hover {
	color: #303e48;
	text-decoration: underline;
} 

  /*body.single .overlay, body.archive .overlay, .overlay {
    background: rgba(10,10,10,0.3);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
  }
  
  section#home .overlay, body.blog .overlay, body.post-type-archive-jetpack-portfolio .overlay, body.page .overlay {
	background: rgba(34,120,116,0.7);
  }*/

  section {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
  }

#content {
	position: relative;
	margin-top: -15em;
}

strong {
	font-weight:700;
	color: #0068b3;
}

  /*---------------------------------------
     LISTS              
  -----------------------------------------*/

ul.menu-links {
	padding: 0;
	list-style-position: outside;
}

ul.menu-links li {
	border-bottom: 1px solid #e7e7e8;
	padding: 10px 0;
	list-style: none;
}
ul.menu-links li:not(.current-menu-item) {
	padding-left: 22px;
}
ul.menu-links li:not(.current-menu-item) a {
	color: #5a6771; 
}

ul.menu-links li a:hover {
	color: #0068b3;
	font-weight: 600;
}


ul.menu-links li.current-menu-item:before {
    content: "\25BA \0020"; 
    padding-right: 5px;
    color: #0068b3; 
}

ul.menu-links li.current-menu-item a{
	font-weight: 600;
	color: #0068b3; 
}

ul.menu-links li.search-icon, ul.menu-links li.search-form {
	display: none;
}


ul.list {
	margin: 10px 0;
	font-size: 16px;
}

ul.list li {
	padding: 0px 0 5px 0;
}

  /*---------------------------------------
     BUTTONS              
  -----------------------------------------*/

  .section-title {
    margin-bottom: 60px;
  }

  .section-title h2 {
    margin-top: 0;
    margin-bottom: 10px;
  }

  .section-title .line-bar {
    color: #d9d9d9;
    display: block;
    font-size: 5em;
    line-height: 0;
  }

  .section-btn {
    background: #393939;
    border: 0;
    border-radius: 2px;
    color: #ffffff;
    cursor: pointer;
    font-size: inherit;
    font-weight: normal;
    padding: 15px 30px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }

  .section-btn:hover,
  .section-btn:focus {
    background: #27918f;
    border-color: transparent;
    color: #ffffff;
  }

.accordion .btn-link {
    font-size: 1.4em;
    font-weight: 600;
	color: #0068b3;
}

ul.enews li {
	padding-bottom: 10px;
	font-size:16px;
}


  /*---------------------------------------
       PRE LOADER              
  -----------------------------------------*/

  .preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    background: none repeat scroll 0 0 #ffffff;
  }

  .spinner {
    border: 1px solid transparent;
    border-radius: 3px;
    position: relative;
  }

  .spinner:before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 45px;
    height: 45px;
    margin-top: -10px;
    margin-left: -10px;
    border-radius: 50%;
    border: 1px solid #575757;
    border-top-color: #ffffff;
    animation: spinner .9s linear infinite;
  }

  @-webkit-@keyframes spinner {
    to {transform: rotate(360deg);}
  }

  @keyframes spinner {
    to {transform: rotate(360deg);}
  }



  /*---------------------------------------
      HEADER              
  -----------------------------------------*/
  
.mobile-logo img {
	display: none;
}
section.custom-navbar {
	background: url(../images/top-bg.png) -27% -252px #fff;
}

.newsletter-container {
	position: relative;
	top: 25px;
}

span.header-newsletter {
	color: #0068b3;
    font-size: 17px;
    font-weight: 500;
    top: 5px;
    position: relative;
    padding-left: 3px;
}

.news-col {
	
}

.btn-news {
	background: #ee7421;
    border-radius: 0;
    margin-left: 10px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}

span.phone-cta {
	display:block;
	text-transform: uppercase;
    font-size: 16px;
}

a.header-phone{
	display: block;
    color: #0068b3;
	line-height:36px;
    font-size: 33px;
}

a.emergency-cta {
	display: block;
    background: #779a0b;
    width: fit-content;
    text-align: right;
    text-transform: uppercase;
    padding: 5px 5px 5px 0px;
	width:100%;
    color: #fff;
    clip-path: polygon(5% 0%, 100% 0, 100% 99%, 0% 100%);
    font-size: 11.5px;
    font-weight: 600;
}

  /*---------------------------------------
      MENU              
  -----------------------------------------*/
.navbar-fixed-bottom, .navbar-fixed-top {
	z-index:99999;
}
.navbar-header {float:none;}

  .dropdown,
.dropup {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175)
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #337ab7;
    outline: 0
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
    color: #777
}

.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false)
}

.open>.dropdown-menu {
    display: block
}

.open>a {
    outline: 0
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

.dropdown-menu-left {
    right: auto;
    left: 0
}

.dropdown-item:hover {
	color: inherit;
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap
}

.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990
}

.pull-right>.dropdown-menu {
    right: 0;
    left: auto
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    content: "";
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid\9
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px
}

li.inline-block {
	display: inline-block;
}

li.nav-item #searchform {
	display: block;
    width: 300px;
    position: absolute;
    top: 0px;
    right: 40px;
    z-index: 999;
	background: #fff;
	display: none;
}
li.nav-item input#s {
	width: 70%
}

li.nav-item #searchsubmit {
	margin: 8px 0;
	height: 34px;
	padding: 0px 5px
}
li.nav-item label.assistive-text {
	display:none;
}

li.search-icon {
	background: #0068b3;
    color: #fff;
    margin-top: 7px;
}

li.search-icon a {
	color: #fff !important;
    padding: 5px 10px;
}

@media (min-width:768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto
    }
    .navbar-right .dropdown-menu-left {
        right: auto;
        left: 0
    }
	.menu-item-has-children:hover ul.dropdown-menu {display:block;}
}

#main-menu2 {
	position:relative;
	right: -38px;
}

  .custom-navbar {
    border: none;
    margin-bottom: 0;
    padding: 25px 0;
  }

  .custom-navbar .navbar-brand {
    color: #ffffff;
    font-size: 25px;
    font-weight: 500;
	margin-top: -7px;
  }

  .navbar-brand img {
	display: inline-block;
	margin-right: 10px;
  }

  .top-nav-collapse {
    background: #ffffff;
  }

  .custom-navbar .navbar-nav.navbar-nav-first {
    margin-left: 3em;
  }

  .custom-navbar .navbar-nav.navbar-right li a {
    padding-right: 12px;
    padding-left: 12px;
  }

  .custom-navbar .section-btn {
    background: #e66b1b;
    padding: 15px;
    margin-left: 2em;
  }

  .custom-navbar .section-btn:hover {
    background: #393939;
  }

  .custom-navbar .section-btn a {
    padding: 0;
  }

  .custom-navbar .nav .section-btn a:hover {
    color: #ffffff;
  }

  .custom-navbar .nav li a {
    font-size: 14px;
    font-weight: 500;
    color: #303e48;
    /*padding-right: 22px;
    padding-left: 22px;*/
  }

  .custom-navbar .nav li:not(#menu-item-143) a:hover {
    background: transparent;
	font-weight:bold;
  }

  .custom-navbar .navbar-nav > li > a:hover,
  .custom-navbar .navbar-nav > li > a:focus {
    background-color: transparent;
  }

  .custom-navbar .nav li.active > a {
    background-color: transparent;
    font-weight:bold;
	color: #ee7421;
  }

  .custom-navbar .navbar-toggle {
	background-color: transparent;
    border: none;
    padding-top: 10px;
	z-index: 9999;
  }

  .custom-navbar .navbar-toggle .icon-bar {
    background: #252525;
    border-color: transparent;
  }

  @media(min-width:768px) {
    .custom-navbar {
      border-bottom: 0;
      background: 0 0; 
    }

    .custom-navbar.top-nav-collapse {
      background: #ffffff;
      -webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
      box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
      padding: 12px 0;
    }

    .top-nav-collapse .navbar-brand {
      color: #252525;
    }

    .top-nav-collapse .nav li:not(#menu-item-143) a {
      color: #575757;
    }

    .top-nav-collapse .nav .section-btn a {
      color: #ffffff;
    }
	.navbar-collapse.collapse {
		display: inline-block!important;
		float: right;
	}
  }



  /*---------------------------------------
      HOME              
  -----------------------------------------*/

  #home-slide {
    /*background: url('../images/home-bg.jpg') no-repeat center center;*/
    background-size: cover;
    vertical-align: middle;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    padding-top: 200px;
    text-align: left;
  }
#slider-bg {
	width:100%;
	height: 440px;
	position:absolute;
	left:0;
	background: #e7e7e8;
	z-index:-1;
}

.slider-cta {
	background: #0068b3;
    border-radius: 0;
    color: #fff;
    text-transform: uppercase;
    margin-top: 10px;
    font-size: 16px;
    border: 0;
	font-family: Montserrat; 
	padding: 15px;
}

#home-slide h2 {
    clip-path: polygon(0 0, 82% 0, 100% 100%, 0 100%);
    position: relative;
    z-index: 999;
    background: #ee7421;
    width: fit-content;
	min-width: 250px;
    padding: 30px 200px 30px 30px;
    color: #fff;
    font-weight: 300;
    font-size: 65px;
    line-height: 55px;
    font-family: 'Roboto Slab', serif;
}

#home-slide .ms-info {
	margin: 26px 0;
}

#home-slide .ms-info p {
	font-family: 'Roboto Slab', serif;
    font-weight: 300;
    font-size: 19px;
    margin: 20px;
}

section#home-content {
	text-align: left;
}
#home-content h1 {
	color: #0068b3;
	padding-bottom: 30px;
	border-bottom: solid 1px #e65400;
	margin-bottom:30px;
	font-family: 'Roboto Slab', serif;
	text-transform: uppercase;
	width: fit-content;
    line-height: 30px;
    font-size: 30px;
    font-weight: 100;
}

#electrical-needs-box {
	background: url(../../../uploads/2018/09/electrical-needs-box-bg.jpg);
    color: #fff;
    width: 80%;
    float: right;
    padding: 20px;
    background-position-x: right;
    background-size: cover;
	text-align: left;
}

#electrical-needs-box h2 {
	color: #fff;
    background: #000;
    width: fit-content;
    padding: 10px 30px;
    position: relative;
    top: -10px;
    right: 80px;
    text-transform: uppercase;
	font-size:26px;
	font-weight: 100;
}

#electrical-needs-box ul {
	margin-bottom: 10px;
    margin-top: 20px;
    columns: 2;
    -webkit-columns: 2;
    list-style-type: none;
    -moz-columns: 2;
    padding: 0;
    padding-left: 0;
    margin-left: 0;
}

#electrical-needs-box li {
	padding-left: 10px;
}

.capabilities-bucket {
	text-align: center;
}



  /*---------------------------------------
      ABOUT              
  -----------------------------------------*/

.about-side {
	background: #56626b;
	padding: 125px 0;
	overflow:auto;
}

.about-side img.logo {
	display: block;
	margin: 0 auto;
	position: relative;
    top: -50px;
}

.seal {
	background: #242021;
}
.seal-info {
	width: 275px;
    margin: 0 auto;
	position: relative;
    top: -50px;
}
.seal-info p {
	color: #fff;
	font-size:14px;
}

.step-along {
	margin: 0 auto;
    width: 275px;
    padding: 15px 0;
}

.step-along h4 {
	font-weight: bold;
	font-size:14px;
	text-transform: uppercase;
	color: #fff;
}
.step-along p {
	font-size: 13px;
	color: #fff;
}
.step-along {
	width:275px;
}

.about-content {
    padding: 50px;
}

.about-content h1 {
    margin-left: -75px;
	font-size:17px;
	font-weight:bold;
}

  

  .person {
    overflow: hidden;
    position: relative;
    cursor: pointer;
	height: 225px;
	width: 50%;
	float: left;
  }

  .person img {
    width: 100%;
	position: relative;
    top: -55px;
    object-fit: cover;
    overflow: hidden;
  }

.person:hover img {
   -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
	transition: 0.5s;
  }

  .person .person-info {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
	height: 250px;
    overflow: hidden;
  }

  .person .person-info:after {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    content: "";
    opacity: 0;
    transition: 0.5s;
	background-color: #d5441c;
	  mix-blend-mode: multiply;
  }


  .person .person-info:hover::after {
   opacity: 1;
  /*mix-blend-mode: multiply;*/
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=5)";
	  /*mix-blend-mode: multiply;*/

  }


.person .person-info h3 {
	border-bottom: 3px solid white;
	font-size: 15px;
	font-size:16px;
	padding-bottom: 5px;
	margin: 0px 20px;
}
  .person .person-info h3,
  .person .person-info small {
    transform: translateY(100%);
    opacity: 0;
    display: block;
    transition: 0.5s 0.2s;
    color: #ffffff;
    z-index: 2;
    position: relative;
	text-transform:uppercase;
	  
  }

  .person .person-info small {
    color: #d9d9d9;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    margin-top: 3px;
  }

  .person:hover .person-info h3,
  .person:hover .person-info small {
    transform: translateY(0px);
    opacity: 1;
  }


  .skill-thumb strong {
    display: inline-block;
    margin-bottom: 10px;
  }

  .skill-thumb .progress {
    background: #ffffff;
    border-radius: 5px;
    box-shadow: none;
    height: 3px;
    margin-bottom: 15px;
  }

  .skill-thumb .progress-bar {
    background: #1f1f1f;
    box-shadow: none;
  }

 /*---------------------------------------
      CONSTRUCTION  - MAINTENANCE        
  -----------------------------------------*/
.construction-maintenance-content {
	padding: 50px;
}

.construction-maintenance-content h1 {
	margin: 0 0px 20px -50px !important;
    font-size: 17px;
    font-weight: bold;
    padding: 15px 73px;
	background: #779a0b;
    width: fit-content;
	color: #fff;
	text-transform: uppercase;
	clip-path: polygon(0 0, 100% 0, 96% 100%, 0 100%);
}

.side-menu-box {
	padding:25px; 
	background: #fff;
}


.phone-icon {
	float: left;
    padding-right: 10px;
}

span.side-phone {
	font-size:30px;
	line-height: 25px;
	font-weight:600;
}

.twenty4-icon {
	float: left;
    padding-right: 30px;
	margin-top: 10px;
}

.construction-footer-content {
	padding: 10px 75px;
}

.construction-footer-content p {
    color: #ffffff;
    display: inline;
    margin: 0;
	font-size: 15px;
}

.construction-footer-content h2 {
	color: #fff;
	margin: 0;
}

.emergency-contacts-btn {
	background: #303e48;
    border-radius: 0;
    margin-left: 10px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    margin-top: 45px;
}

.emergency-contacts-btn:hover {
	color: #fff;
	background: #4d5a64;
}


.btn-cta {
	background: #303e48;
    border-radius: 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    margin-top: 10px;
}

.btn-cta:hover {
	color: #fff;
	background: #4d5a64;
}
 /*---------------------------------------
      ENEWS              
  -----------------------------------------*/
/* Accordion styles */
.tab {
  position: relative;
  margin-bottom: 1px;
  width: 100%;
  color: #303e48;
  overflow: hidden;
}
.tab input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.tab label {
  position: relative;
  display: block;
  padding-left:3em;
  font-weight: bold;
  line-height: 3;
  cursor: pointer;
}
.blue label {
  background: #2980b9;
}
.tab-content {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height .35s;
  -o-transition: max-height .35s;
  transition: max-height .35s;
}
.blue .tab-content {
  background: #3498db;
}
.tab-content p {
  margin: 1em;
}
/* :checked */
.tab input:checked ~ .tab-content {
  max-height: 100vh;
}
/* Icon */
.tab label::before {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 3em;
  height: 3em;
  line-height: 3;
  text-align: center;
  -webkit-transition: all .35s;
  -o-transition: all .35s;
  transition: all .35s;
}
.tab input[type=checkbox] + label::before {
  content: "+";
}
.tab input[type=radio] + label::before {
  content: "\25BC";
}
.tab input[type=checkbox]:checked + label::before {
  transform: rotate(315deg);
}
.tab input[type=radio]:checked + label::before {
  transform: rotateX(180deg);
}

.news-content {
	padding: 50px;
}

.news-content h1 {
	margin: 0 0px 20px -50px !important;
    font-size: 17px;
    font-weight: bold;
    padding: 15px 73px;
    background: #0068b3;
    width: fit-content;
    color: #fff;
    clip-path: polygon(0 0, 100% 0, 96% 100%, 0 100%);
}

.news-content .heading-blue {
	margin: 10px 15px 5px -50px;
    padding: 5px 25px 5px 50px;
}

.news-content .heading-green {
	margin: 10px 15px 5px -50px;
    padding: 5px 25px 5px 50px;
	font-size: 16px;
}

.envelope-icon {
	float: left;
	padding-right: 11px;
}
.news-footer-content input[type=text], .news-footer-content input[type=email], .news-footer-content textarea, .news-footer-content select {
	width:85%;
	background: #df6f51;
}

.news-footer-content input::placeholder { 
	color: #fff; 
}
.news-footer-content h2 {
	color: #fff;
}

.news-footer-content input[type=submit] {
	margin-top: 25px;
}

footer.news-foot {
	padding-bottom: 0;
	margin-bottom: -5px;
}



/*---------------------------------------
      PARTNERS              
  -----------------------------------------*/
.partner-main {
	padding: 50px;	
}

.partner-main h1 {
	margin: 0 0px 20px -50px !important;
    font-size: 17px;
    font-weight: bold;
    padding: 15px 73px;
    background: #779a0b;
    width: fit-content;
    color: #fff;
    text-transform: uppercase;
    clip-path: polygon(0 0, 100% 0, 96% 100%, 0 100%);
}

	.partner-main .heading-blue {
		margin: 15px 0px 5px -50px;
    	padding: 5px 25px 5px 50px;
	}

	.partner-main h3 {
		font-size: 15px;
		font-weight: 600;
	}

ul.partner-list {
	margin: 10px 0;
	font-size: 16px;
}

.partner-orange {
	background: #ee7421 url("../../../uploads/2018/09/contractor-bg.jpg") no-repeat right; 
}
.partner-right {
	padding: 50px;
	color: #fff;
}
	.partner-right h3 {
		color: #fff;
		font-size: 18px;
		font-weight: 600;
	}

	.partner-right ul.partner-list {
		color: #fff;
	}

.partner-logo {
	padding: 20px 0;
	background: #fff;
}
	.partner-logo img {
		margin: 0 24px;
	}

  /*---------------------------------------
      WORK             
  -----------------------------------------*/
section#work {
 	margin: -120px 0 40px 0;
    background: #e7e7e8;
}
section#work .container:before {
  content:url('../../../uploads/2018/10/footprints-topleft.png'); 
  position:relative; 
  z-index:99998;
  top:-95px;
  margin-bottom: -65px;
}

section#work .container:after {
  content:url('../../../uploads/2018/10/footprints-right.png'); 
  position:relative; 
	z-index:1;
    left: 1100px;
    bottom: 265px;
    margin-bottom: -330px;
}

section#work h2 {
	margin-top: 0;
    margin-bottom: 10px;
    font-family: 'Roboto Slab';
    font-weight: 100;
    font-size: 45px;
    text-transform: uppercase;
}

span.green-text {
	color: #779a0b;
	font-family: 'Montserrat', sans-serif;
}

a.full-port {
	font-weight: 700;
    color: #0068b3;
    font-size: 18px;
}

footer#leed-footer {
	background: #e1e9c9;
	padding:40px 0;
}

footer#leed-footer h2{
	margin: 0;
}

footer#leed-footer p{
	color: #303e48;
}

.project-links {
	padding: 0;
}

body.single-jetpack-portfolio h1 {
	clip-path: polygon(0 0, 96% 0, 100% 100%, 0 100%);
	position: relative;
    bottom: 125px;
    z-index: 999;
	background: #0068b3;
    width: fit-content;
    padding: 0 2em 0 1em;
    margin: 0 0 0 -15px;
    color: #fff;
}

div#portfolio-banner {
	padding: 25px 0;
	background: #e7e7e8;
	background-image: url('../../../uploads/2018/09/banner-portfolio.jpg');
	background-size: cover;
}

div#portfolio-banner h2 {
	text-transform: uppercase;
}

#pocontent {
	padding-top: 40px;
}

body.single-jetpack-portfolio #primary {
	margin-top: -80px;
}

#portfolio-menu h3 {
	text-transform: uppercase;
}
  /*#work {
    padding-bottom: 0;
  }*/

  #work .container {
    /*width: 100%;*/
	/*margin-top: 120px;*/
  }

#work-head .container {
    width: 100%;
	margin-top: 120px;
  }


  .work-thumb img {
    width: 100%;
	height: 100%;
    object-fit: cover;
    overflow: hidden;
  }

.work-thumb:hover img{
	-webkit-filter: grayscale(100%);
  filter: grayscale(100%);
	transition: 0.5s;
}

  #work .work-thumb {
    overflow: hidden;
    position: relative;
    cursor: pointer;
	border: 5px solid white;
	margin-bottom: 20px;
	max-height: 145px;
	box-shadow: 0 0px 10px 0px rgba(0,0,0,0.3);
	  z-index:2;
  }

 .work-thumb .work-info {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    overflow: hidden;
  }

  .work-thumb .work-info:after {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    content: "";
    background: #ee7421;
	mix-blend-mode: multiply;
    opacity: 0;
    transition: 0.5s;
  }

  .work-thumb .work-info:hover::after {
    opacity: 1;
  }

  .work-thumb .work-info h3,
  .work-thumb .work-info small {
    transform: translateY(100%);
    opacity: 0;
    display: block;
    transition: 0.5s 0.2s;
    color: #ffffff;
    z-index: 2;
    position: relative;
  }

  .work-thumb .work-info small {
    color: #d9d9d9;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    margin-top: 3px;
  }

  .work-thumb:hover .work-info h3,
  .work-thumb:hover .work-info small {
    transform: translateY(0px);
    opacity: 1;
  }



#work-head ul.project-links li {
    width: 20%;
    float: left;
    background: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    overflow: hidden;
	border: 1px solid #fff;
	padding: 125px;
}

#work-head ul.project-links li#commercial {
	background-image: url('../images/portfolio-commercial.jpg');
	background-size: cover;
}
#work-head ul.project-links li#educational {
	background-image: url('../images/portfolio-education.jpg');
	background-size: cover;
}
#work-head ul.project-links li#entertainment {
	background-image: url('../images/portfolio-entertainment.jpg');
	background-size: cover;
}
#work-head ul.project-links li#hospitality {
	background-image: url('../images/portfolio-hospitality.jpg');
	background-size: cover;
}
#work-head ul.project-links li#liturgical {
	background-image: url('../images/portfolio-liturgical.jpg');
	background-size: cover;
}
#work-head ul.project-links li#manufacturing {
	background-image: url('../images/portfolio-manufacturing.jpg');
	background-size: cover;
}
#work-head ul.project-links li#medical {
	background-image: url('../images/portfolio-medical.jpg');
	background-size: cover;
}
#work-head ul.project-links li#recreational {
	background-image: url('../images/portfolio-recreational.jpg');
	background-size: cover;
}
#work-head ul.project-links li#retail {
	background-image: url('../images/portfolio-retail.jpg');
	background-size: cover;
}
#work-head ul.project-links li#stadiums {
	background-image: url('../images/portfolio-stadiums.jpg');
	background-size: cover;
}



#work-head ul.project-links a {
    display: inline;
    transition: 0.5s 0.2s;
    color: #ffffff;
    z-index: 2;
    position: relative;
}


#work-head ul.project-links h3 {
	font-size: 16px;
    font-weight: bold;
	color: #fff;
}

#work-head ul.project-links a:hover h3 {
	border-bottom: 3px solid #ee7421;
	margin-bottom: -3px;
	overflow: hidden;
}


  .portfolio-filter {
    overflow: hidden;
}
 
.portfolio-filter ul {
  margin: 0 0 2em;
  padding: 0;
  text-align: center;
  width: 100%;
}
 
.portfolio-filter ul li {
  background: #444;
  color: #5d5d5d;
  cursor: pointer;
  display: inline-block;
  list-style-type: none;
  margin: 0 1em 0.7em 0;
  padding: 1em;
  text-align: center;
  font-size: 1em;
  font-weight: 700;
  transition: all 0.2s ease;
}
 
.portfolio-filter ul li.active {
  background: #ee7421;
  color: white;
}
 
.portfolio-filter ul li:focus, .portfolio-filter ul li:hover {
  color: white;
  background: #333;
}
 
.portfolio-filter ul li:first-child {
  margin-right: .8em;
}
 
.portfolio .type-jetpack-portfolio {
  float: left;
  margin: 0 -1px -1px 0;
  width: 25%;
  overflow: hidden;
  height: 250px;
}
 
@media screen and (min-width: 480px) {
  .portfolio .type-jetpack-portfolio {
    max-width: 100%;
    min-height: inherit;
  }
}
 
@media screen and (min-width: 768px) {
  .portfolio .type-jetpack-portfolio {
    max-width: 25%;
    max-height: 180px;
  }
}
 
.portfolio .type-jetpack-portfolio img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
  padding: 8px 0px;
}
 
.portfolio .type-jetpack-portfolio:hover {
  /*border: 3px #27918f solid;*/
  opacity: .6;
  transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
}

.post-type-archive-jetpack-portfolio main{
	margin-bottom: 50px;
}


  /*---------------------------------------
      BLOG             
  -----------------------------------------*/

  #blog {
    background: #f0f0f0;
  }

  #blog-header,
  #blog-detail {
    text-align: left;
  }

  #blog-header {
    /*background-position: center -190px !important;*/
    background-size: cover;
    background-repeat-y: no-repeat;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 70vh;
    color: #ffffff;
    position: relative;
    padding-top: 12em;
	margin-bottom:50px;
  }

.blog-content {
    padding: 50px;
}

#index-wrapper .entry-content{
    position: relative;
    width: 100%;
    margin: 0 auto;
    background: white;
    padding: 25px;
    text-align: center;
	box-shadow: 0 0px 10px 0px rgba(0,0,0,0.3);
}

#index-wrapper .entry-header {
	display:none;
}

#index-wrapper .entry-title {
	margin: 0 0px 20px -25px !important;
    font-size: 14px;
    font-weight: bold;
    padding: 15px 25px;
    background: #0068b3;
    width: fit-content;
    color: #fff;
    text-transform: uppercase;
    clip-path: polygon(0 0, 100% 0, 96% 100%, 0 100%);
}

a.understrap-read-more-link {
	background: #ee7421;
    border-radius: 0;
    margin-left: 10px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}

#index-wrapper .entry-title a {
	color: #fff;
}
  .blog-content h1 {
    margin: 0 0px 20px -50px !important;
    font-size: 17px;
    font-weight: bold;
    padding: 15px 73px;
    background: #779a0b;
    width: fit-content;
    color: #fff;
    text-transform: uppercase;
    clip-path: polygon(0 0, 100% 0, 96% 100%, 0 100%);
  }

  #blog-header h2 {
    color: #ffffff;
  }

  .blog-thumb {
    background: #ffffff;
    -webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    text-align: left;
    margin-bottom: 30px;
  }

  .blog-thumb small {
    color: #27918f;
    font-weight: 500;
    display: block;
  }

  .blog-thumb small .fa {
    margin-right: 5px;
  }

  .blog-thumb small,
  .blog-thumb small + span {
    display: inline-block;
    vertical-align: middle;
  }

  .blog-thumb small + span {
    color: #595959;
    font-size: 10px;
    font-weight: bold;
    text-transform: capitalize;
    margin-left: 2px;
  }

  .blog-thumb h4 {
    margin-top: 2px;
    margin-bottom: 0px;
  }
  
.blog-image {
	overflow: hidden;
    position: relative;
    cursor: pointer;
    height: 200px;
}

  #blog-detail h2 {
    padding: 25px 0 10px 0;
  }

  .blog-info {
    padding: 45px 35px;
  }

  .blog-info h3 {
    margin: 0;
    padding: 8px 0 6px 0;
    text-transform: capitalize;
	height:70px;
  }

  .blog-info .section-btn {
    margin-top: 15px;
  }

  .blog-detail-thumb blockquote {
    margin: 20px 0 20px;
  }

  .blog-detail-thumb ul {
    margin: 32px 12px 22px 0px;
  }

  .blog-detail-thumb ul li {
    list-style: square;
    font-weight: normal;
    line-height: 20px;
    padding: 4px 12px 4px 0px;
  }

  .blog-social-share {
    text-align: center;
    padding-top: 22px;
  }

  .blog-social-share .btn {
    border-radius: 100px;
    border: none;
    font-size: 10px;
    text-transform: uppercase;
    margin: 20px 6px;
    padding: 10px 16px;
  }

  .blog-social-share .btn-primary {
    background: #3b5998;
  }

  .blog-social-share .btn-success {
    background: #1da1f2;
  }

  .blog-social-share .btn-danger {
    background: #dd4b39;
  }

  .blog-social-share a .fa {
    padding-right: 4px;
  }

  .blog-ads {
    background: #f9f9f9;
    border-right: 4px solid #2b2b2b;
    padding: 42px;
    text-align: center;
    margin: 26px 0 26px 0;
  }

  .blog-ads h4 {
    font-size: 18px;
  }

#categories-2 {
	padding: 0;
}
#categories-2 h4 {
	margin: 0;
	padding: 30px 50px;
}

#categories-2 ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#categories-2 li {
	margin: 0 0 10px 0;
	padding: 10px 0px 10px;
	position: relative;
    display: block;
    padding: 10px 15px;
    background-color: #fff;
    border: 1px solid #ddd;
	border-radius: 5px;
}
#categories-2 li a {
	font-weight: bold;
	text-transform: uppercase;
	text-decoration:none !important;
	width: 85%;
	display:inline-block;
}

article.post img.wp-post-image{
	width: 100%;
	height: auto;
}
span.nav-next {
float: right;
padding-right: 100px;
}

  /*---------------------------------------
      FORMS AND CONTACT  
  -----------------------------------------*/
.contact-content {
	padding: 50px;
}

.contact-content h1 {
	margin: 0 0 15px -50px;
	background: #0068b3;
    width: fit-content;
    padding: 5px 43px 5px 48px;
    color: #fff;
	clip-path: polygon(0 0, 100% 0, 96% 100%, 0 100%);
}

.contact-content h3 {
	background: #d5441c;
    width: fit-content;
    padding: 8px 34px;
    margin: -10px 0px 15px -25px;
    color: #fff;
	clip-path: polygon(0 0, 100% 0, 96% 100%, 0 100%);
}

  input[type=text], input[type=email], textarea, select {
    width: 47%;
    padding: 12px 20px;
    margin: 8px 0;
    box-sizing: border-box;
    border: 0;
    box-shadow: none;
    border-radius: 0;
    outline: none;
    margin: 8px;
    color: #5a6771;
  }
  
textarea {
	height: 150px
}

::placeholder {
	color: #5a6771;
}

input[type=submit]{
	background: #303e48;
    color: #fff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
	border: 0;
	padding:10px 20px; 
	margin: 0px 8px;
	font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
}

input[type=submit]:hover{
	background: #e66b1b;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

form#search-form input.form-control {
	padding: 12px 20px;
    margin: 8px 0;
    box-sizing: border-box;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 3px #ddd;
    border-radius: 4px;
    outline: none;
}

.contact-footer-content {
	padding: 50px 75px;
}

.contact-footer-content p {
    color: #ffffff;
    display: inline;
    margin: 0;
	font-size: 15px;
}

.contact-footer-content h2, .contact-footer-content h3 {
	color: #fff;
	margin: 0;
}

.contact-footer-content .col-md-9 {
	padding: 0 40px;
}
.contact-footer-content .emergency-contacts-btn {
	margin: 20px 0 0 20px;
}

span.wpcf7-list-item {
	display: block;}


  /*---------------------------------------
     FOOTER              
  -----------------------------------------*/

  footer {
    background: #000000;
    position: relative;
	padding: 15px 0;
	color: #fff;
  }

footer.blue-bg {
	margin-top:5px;
}
  footer a {
    color: #ffffff;
  }

  footer h4 {
    color: #ffffff;
  }

  footer p {
    color: #ffffff;
    display: inline-block;
    margin: 0;
  }

.footer-logo{
	margin-top:-50px;
}

  .copyright-text {
    text-align: left;
  }

	p.info {
		font-size:14px;
		color: #fff;
	  }
	p.copy {
		font-size:12px;
		color: #fff;
 	 }

  .footer-info {
    text-align: right;
  }

  .copyright-text h4 {
    font-size: 30px;
  }

  .entry-footer {
	background: none;	
  }
.page-footer {
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
}


  /*---------------------------------------
     SOCIAL ICON              
  -----------------------------------------*/
  
  .social-icon {
    position: relative;
    padding: 0;
    margin: 0;
  }

  .social-icon li {
    display: inline-block;
    list-style: none;
	color: #fff;
  }
	.social-icon li a.social {
		border-radius: 100px;
		background: #fff;
		color: #0061a8;
		font-size: 15px;
		text-decoration: none;
		width: 30px;
		height: 30px;
		line-height: 30px;
		text-align: center;
		position: relative;
		margin: 5px 2px;
	  }

  .social-icon li a.player {
   		text-transform:uppercase;
	  	color: #ee7421;
	    font-weight:bold;
  }

  .social-icon li a:hover {
    background: #e66b1b;
    color: #ffffff;
  }

/* =WordPress Core
-------------------------------------------------------------- */
.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 {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}


  /*---------------------------------------
     RESPONSIVE STYLES              
  -----------------------------------------*/

@media only screen and (min-width: 1170px) and (max-width: 1680px) {

	.container {
		width: 78%;
	}
	#content {
		margin-top: -12em;
		width:75%;
	}
	a.emergency-cta {
		font-size: 10px;
	}
	.custom-navbar .navbar-nav.navbar-nav-first {
      margin-left: inherit;
    }
	span.phone-cta {
		font-size: 15px;
	}
	a.header-phone {
		font-size: 32px;
	}
	#blog-header {
		height: 432px;
    	margin-top: 150px;
	}
	.emergency-line h3 {
		font-size: 13px;
	}
	span.side-phone {
		font-size: 25px;
	}
	.partner-logo img {
		width: 20%;
		padding: 0 50px;
		height: auto;
		margin: 0;
	}
  }

  @media screen and (max-width: 1170px) {

    .custom-navbar .navbar-nav.navbar-nav-first {
      margin-left: inherit;
    }
	  .partner-logo img {
		width: 20%;
		padding: 0 50px;
		height: auto;
		margin: 0;
	}
	  
  }

  @media screen and (max-width: 991px) {
	.newsletter-container {
		  position: inherit;
	  }
	  
	#main-menu2 {
		position: inherit;
		right: 0;
	}  

    #home {
      text-align: center;
    }

    .custom-navbar .nav li a {
      font-size: 13px;
      padding-right: 6px;
      padding-left: 6px;
    }

    .custom-navbar .section-btn {
      margin-left: 1em;
    }

    .blog-info {
      padding: 45px 25px;
    }

    .footer-info {
      margin-top: 30px;
    }
	  
	li#menu-item-143 {
		position: relative;
		right: 0;
		margin: 0 120px;
	} 
	  .partner-logo img {
			padding: 0 10px;
	}
  }


  @media screen and (max-width: 993px) {
    .social-sidebar {
      top: 80%;
      left: 40%;
      transform: rotate(0deg);
    }
	  
	  #home-slide {
		  padding: 38vh 0 10vh 0;
	  }

    .social-sidebar ul li a {
      transform: rotate(0deg);
    }
	  section#work .container:after {
		display:none; }
	 
  }

@media only screen and (min-width: 768px) and (max-width: 992px) {
	 #blog-header {
    background-position: center 100px !important;
	  }	 
	#work .work-thumb {
		height:200px;
	}
	
}

  @media only screen and (min-width: 640px) and (max-width: 767px) {

    #blog-header {
      height: 100vh;
    }
  }

  @media screen and (max-width: 767px) {
	  
	  #home-slide {
		  padding-top:0;
	  }
	  
	  #content{
		margin-top: 0px;
	}
	  
	  .header-container {
		  margin: 13px 0;
	  }
	  
	#main-menu2 {
		position:relative;
		right: 0;
	}
	li.nav-item #searchform {
		display: block;
		z-index: 999;
		background: #fff;
		width: 80%;
		margin: 0 auto;
		position: inherit;
		top: 0;
		right: 0;
	}

	  li.nav-item #searchform div.input-group {
		display: inline-block;
	  }	  
	  
	  li.search-icon {
		  display: none;
	  }

    .custom-navbar {
      background: #ffffff;
      -webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
      box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
      padding: 10px 0;
      position:relative;
    }

    .custom-navbar .nav li a {
      line-height: normal;
      padding: 5px;
    }

    .custom-navbar .navbar-brand,
    .top-nav-collapse .navbar-brand {
      color: #252525;
      font-weight: 600;
    }

    .custom-navbar .nav li a,
    .top-nav-collapse .nav li a {
      color: #575757;
    }

    .custom-navbar .navbar-nav.navbar-right li {
      display: inline-block;
    }

    .custom-navbar .section-btn {
      display: block !important;
      width: 50%;
      margin: 10px auto 10px auto;
      padding: 10px;
    }

    .custom-navbar .section-btn a {
      color: #ffffff !important;
    }

    #about .about-info:first-child {
      margin-right: 0;
    }

    .about-info {
      margin: 40px 0 60px 0;
    }

    .footer-info {
      text-align: center;
    }
	  #blog-header {
		  height: 100%;
		  margin-bottom:0;
	  }
  }

  @media screen and (max-width: 639px) {

    h1 {
      font-size: 1.9em;
    }

    h2 {
      font-size: 1.5em;
    }
    
  }

@media screen and (max-width: 639px) {

	
	.container {
		overflow-x: hidden !important;
	}
    h1 {
      font-size: 1.9em;
    }

    h2 {
      font-size: 1.5em;
    }
	
	.entry-content img {
	  width:100%;
	}
	
	.newsletter-container {
		display: none;
	}
	
	.mobile-logo img {
	width: 30%;
    float: left;
    padding-left: 25px;
	display: block !important;
	}
	
	.desktop-logo {
		display: none;
	}
	
	span.phone-cta {
		display:none;
	}
	
	a.header-phone {
		font-size: 30px;
		display: inline-block;
	}
	#home-slide {
    padding: 0;
	}
	
	#home-slide .ms-info p {
    color: #fff;
	}
	
	#home-slide h2 {
    padding: 0px 55px 0px 30px;
    color: #fff;
    font-size: 25px;
	}
	
	#work-head ul.project-links li {
	padding: 0;
    width: 100%;
	}
	#work-head .container {
    margin-top: 0;
	}
	.about-side img.logo {
		width: auto;
		top: -75px;
	}
	.footer-logo {
		margin: 0;
	}
	.footer-logo img {
	display: block;
    margin: auto;
	}
	.copyright-text {
		margin-top: 15px;
		text-align: center;
	}
	.emergency-contacts-btn {
	display:block;
	}
	.social-icon {
		text-align:center;
	}
	.partner-logo {
		display:none;
	}
	input[type=text], input[type=email], textarea, select {
	width:100%;
	}
	.twenty4-icon {
    float: none;
	padding: 0;
	margin: 20px 0;
	}
	.construction-footer-content {
		text-align:center;
	}
	.contact-footer-content .col-md-9{
		text-align:center;
		padding:0;
	}
	.contact-footer-content .emergency-contacts-btn{
		margin: 30px 0 0 0px;
	}
	.contact-footer-content .emergency-line {
		margin-top:25px;
	}
	 #blog-header {
	height: 100%;
    padding: 35px;
    margin-bottom: 0;
		 
	  }
	section#work .container:after,section#work .container:before {
		display:none; }
	
	section#work {
    margin: 0px 0 40px 0;
	}
	
	span.nav-next {
float: right;
padding-right: 0px;
}
	
  }
