/*
Theme Name: Walker Paving
	Theme URI: https://walkerpavingllc.com
	Description: This theme is designed and developed for Walker Paving LLC. For technical support please contact your account manager at Fuel Media 617.475.0073 or support@fuelm.com
	Author: Fuelmedia
	Author URI: https://fuelm.com
	Version: 1.0
*/

/* General*/
body{font-size: 17px; line-height: 1.7}
body{font-family: 'Lato', sans-serif;
}
header {
    background: #e61e25;
    position: relative;
    z-index: 2;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
}
@media (min-width: 1400px){
.container {
    max-width: 1440px;
}
}
.logo img{max-height: 120px;}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: 1rem;
}
a{
	color: #e61e25;
	-webkit-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;}
.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;
}
img, object, embed {
    max-width: 100%;
    height: auto;
}
a{text-decoration: none !important;}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
  line-height: 1.4;
}
.form-control {
    padding: .8rem;
    color: #495057;
    border: 1px solid #ced4da;
    border-radius: 0;
}
.btn {
    padding: .8rem 2rem;
    border-radius: 0;
    text-transform: uppercase;
}
.tooltip-inner a{color:#fff; font-size:16px;}
.tooltip-inner {
    max-width: 200px;
    padding: 8px 12px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 0;
}
.tooltip .arrow {
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
}
.tooltip.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .tooltip.bs-tooltip-bottom .arrow::before {
    margin-left: -3px;
    content: "";
    border-width: 0 10px 10px;
    border-bottom-color: #000;
}
.form-control.textarea{
    max-height: 160px;
}
.form-control.textarea{
    max-height: 160px;
}
.h100{height: 100%;}
.embed-container {
		position: relative;
		padding-bottom: 56.25%;
		overflow: hidden;
		max-width: 100%;
		height: auto;
	}

	.embed-container iframe,
	.embed-container object,
	.embed-container embed {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	.bg-light{
		background-color: #EFF0F5 !important;
	}
	.btn-primary {
    color: #fff;
    background-color: #e61e25;
    border-color: #e61e25;
}
.btn-secondary {
    color: #000;
    background-color: #fff;
    border-color: #fff;
}
.btn-secondary:hover,
.btn-primary:hover {
    color: #000;
    background-color: #ffffff;
    border-color: #ffffff;
}
.btn-primary:not([disabled]):not(.disabled).active, .btn-primary:not([disabled]):not(.disabled):active, .show>.btn-primary.dropdown-toggle,
.btn-secondary:not([disabled]):not(.disabled).active, .btn-secondary:not([disabled]):not(.disabled):active, .show>.btn-secondary.dropdown-toggle {
    color: #000;
    background-color: #ffffff;
    border-color: #ffffff;
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}
.btn-icon {
    position: relative;
    padding: .375rem 1.25rem;
}
.btn-icon .fa{
    position: absolute;
    right: -10px;
		display: inline-block;
    top: 10px;
		-webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.btn-icon span{
    position: relative;
    left: 0;
		-webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.btn-icon:hover span{
    left: -10px;
}
.btn-icon:hover .fa {
    position: absolute;
    right: 10px;

}
section{padding: 120px 0;position: relative;}

/* Menu */

.logo {
    float: left;
    line-height: 90px;
    height: 90px;
    margin-left: 45px;
}
.logo a {
    position: relative;
    top: 30px;
}
#trigger-btn {
    float: right;
    height: 60px;
    width: 52px;
    cursor: pointer;
    font-size: 18px;
    outline: none;
    display: none;
    position: absolute;
    top: 0;
    right: 0;
}
#trigger-btn img {
    width: 18px;
}
.header-social {
    float: right;
    background: #191919;
    padding: 0 15px;
    height: 90px;
    line-height: 90px;
}
.header-social img{
    width: 18px;
}
.header-social:hover {
    background: #0d4398;
}
.header-phone {
    color: #fff;
    float: right;
    padding: 0 15px;
    height: 90px;
    line-height: 90px;
    position: relative;
}
.header-phone img{
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.header-phone:hover {
    background: rgba(0, 0, 0, 0.35);
    color: #fff;
}
.header-phone:hover img{
  -webkit-transform: rotate(45deg);
       transform: rotate(45deg);
}
.header-phone span{
  margin-top: 0;
display: block;
}
#primary-menu {
    float: left;
}
#primary-menu > ul {
    float: left;
    padding-left: 40px;
    margin: 0;
    list-style: none;
}

#primary-menu ul li { position: relative; }

#primary-menu ul > li {
	float: left;
	margin-left: 2px;
}

#primary-menu > ul > li:first-child { margin-left: 0; }

#primary-menu ul li > a {
    display: block;
    position: relative;
    z-index: 1;
    line-height: 30px;
    padding: 45px 15px 15px;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    font-size: 20px;
    letter-spacing: .10px;
    text-decoration: none !important;
    text-transform: uppercase;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
#primary-menu ul li > a:before {
    background: transparent;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
#primary-menu ul li.current a:before,
#primary-menu ul li > a:hover:before {
    width: 80%;
    height: 15px;
    margin: 0 auto;
    background: black;
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    left: 10%;
    bottom: 15px;
}

#primary-menu ul li > a span { display: none; }

#primary-menu ul li > a i {
	position: relative;
	top: -1px;
	font-size: 14px;
	width: 16px;
	text-align: center;
	margin-right: 6px;
	vertical-align: top;
}

#primary-menu ul li > a i.icon-angle-down:last-child {
	font-size: 12px;
	margin: 0 0 0 5px;
}


#primary-menu > ul > li.sub-menu > a > div { }

#primary-menu li:hover > ul{ display: block; }

#primary-menu ul ul{
	display: none;
	position: absolute;
	list-style: none;
	width: 240px;
	background-color: #FFF;
	box-shadow: 0px 13px 42px 11px rgba(0, 0, 0, 0.05);
	height: auto;
	z-index: 199;
	top: 100%;
	left: 0;
	margin: 0;
	padding: 0
}

#primary-menu ul ul ul {
	top: -2px !important;
	left: 238px;
}



#primary-menu ul ul { right: 218px; }

#primary-menu ul ul li {
    float: none;
    margin: 0;
    border-bottom: 1px solid #C8CEDC;
}

#primary-menu ul ul li:first-child { border-top: 0; }

#primary-menu ul ul li > a {
    font-size: 14px;
    font-weight: 500;
    color: #273c75;
    padding-top: 8px;
    padding-bottom: 8px;
    text-transform: inherit;
    border: 0;
    letter-spacing: 0;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
#primary-menu ul ul li > a i { vertical-align: middle; }

#primary-menu ul ul li:hover > a {
	background-color: #DEE2EA;
	padding-left: 18px;
	color: #273c75;
}


#primary-menu ul ul > li.sub-menu > a,
#primary-menu ul ul > li.sub-menu:hover > a {
	background-image: url("images/icons/submenu.png");
	background-position: right center;
	background-repeat: no-repeat;
}
.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: 0 0 20px rgba(0,0,0,.05);
}
.fixed-header .header-social {
    height: 60px;
    line-height: 60px;
}
.fixed-header .header-phone {
    height: 60px;
    line-height: 60px;
}
.fixed-header .header-phone img {
    top: 18px;
}
.fixed-header .header-phone span {
    margin-top: 0;
    display: block;
    font-size: 14px;
}
.fixed-header #primary-menu ul li>a {
    line-height: 36px;
    padding: 12px 15px;
}
.fixed-header .logo {
    line-height: 60px;
    height: 60px;
}
.fixed-header .logo a {
    top: 8px;
}
/*Home*/
.slide {
    height: 720px;
}
.slide .slide-bg{
	height: 100%;
background-size: cover;
}
.slides .owl-dots{
    bottom:20px;
    position: absolute;
    width: 100%;
    z-index: 10;
    text-align: center;
}
.slides .owl-dot {
    display: inline-block;
		margin: 0 5px;
}
.slides .owl-dot span {
    background: transparent;
    width: 16px;
    height: 16px;
    border-radius: 50%;
		border: 3px solid #fff;
		display: block;
}
.slides .owl-dot.active span{
    background: #fff;
    width: 16px;
    height: 16px;
    border-radius: 50%;
}

/* Sections*/
.section {
    padding: 80px 0;
}
.section-heading{ width: 100%; position: relative;margin-bottom: 30px;}
.section-heading h2 {
    font-size: 42px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #000;
    font-family: 'Oswald', sans-serif;
}
.section-heading h3 {
    font-size: 24px;
    font-weight: 300;
}
.section-heading.text-white h2 {
    color: #fff;
}
.section-heading.red h2 {
    color: #e61e25;
}
.section-heading.heading-border {
    padding-left: 20px;
}
.section-heading.heading-border.text-right {
    padding-right: 20px;
    padding-left: 0;
}
.section-heading.heading-border:before {
    content:'';
    width: 5px;
    left: 0;
    height: 100%;
    display: block;
    position: absolute;
    background-color: #e61e25;
}
.section-heading.heading-border.text-right:before {
  content:'';
  width: 5px;
  height: 100%;
  display: block;
  position: absolute;
  left: inherit;
  right: 0;
  background-color: #e61e25;
}

#contact .section-heading.text-white h2{
    font-family: 'Lato', sans-serif;
    font-size: 36px;
    text-transform: inherit;
    font-weight: 400;
    padding-left: 25%;
}
.seperator {
    margin: 60px 0;
    height: 1px;
    background: #000;
}
/* Side Panel */
.slide-reveal-overlay{
background-image: url("https://www.transparenttextures.com/patterns/dark-dotted-2.png");
background-repeat: repeat;
     cursor:url(images/multiply.png),url(images/multiply.cur),auto;
}
.side-panel {
    background: rgba(230, 30, 37, 0.75);
}
.side-panel .side-panel-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    z-index: 1200;
		padding: 30px
}
.nav-tree ul{ list-style: none;    margin: 0;
    padding: 0;}
.nav-tree li a {
    color: #fff;
    font-size: 24px;
    text-align: center;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 5px;
    display: block;
}
.closeMenu{background: transparent; border: none; margin-bottom: 35px; cursor: pointer;}
/* Hero */
#hero {
    padding: 75px 0;

}
#hero h1{
    font-family: 'Oswald', sans-serif;
    color: #fff;
    font-size: 60px;
    font-weight: 500;
}
#hero h1 span{
    display: block;
    text-transform: uppercase;
    font-size: 32px;
    font-weight: 700;
}
@keyframes movingTopToBottom {
    0% {
        bottom: 0
    }
    33% {
        bottom: -17px
    }
    66% {
        bottom: -33px
    }
    100% {
        bottom: -50px
    }
}

#hero .down a {
    color: #fff;
    position: absolute;
    animation: movingTopToBottom 1.5s linear infinite;
    -webkit-animation: movingTopToBottom 1.5s linear infinite;
    left: 50%;
margin-left: -18px;
}


/* Projects */
#projects a {
    height: 300px;
    width: 100%;
    display: block;
    position: relative;
    top: 0;
    background-size: cover !important;
    border: 10px solid #fff;
}
#projects a:hover {
    box-shadow:0 10px 30px rgba(0, 0, 0, 0.1);
    top: -7px;
}
#projects .col-md-3,
#projects .col-md-6 {
    margin-bottom: 30px;
}
/* Testimonials */
.testimonial {
  padding: 0 120px;
    color: #777;
    font-size: 16px;
}
.testi-client {
    color: #000;
}
#testimonials .owl-nav{
    position: absolute;
    top: 50%;
    width:100%;
    margin-top: -32px;
}
#testimonials .owl-prev{
    background: url(images/left-arrow.png);
    text-indent: -9999px;
    width: 64px;
    height: 64px;
    background-size: cover;
    position: absolute;
    left: 0;
    opacity: 0.4;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
#testimonials .owl-next {
    background: url(images/right-arrow.png);
    text-indent: -9999px;
    width: 64px;
    height: 64px;
    background-size: cover;
    position: absolute;
    right: 0;
    opacity: 0.4;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
#testimonials .owl-next:hover,
#testimonials .owl-prev:hover{
  opacity: 1;
}
#testimonials .owl-dots {
    text-align: center;
    margin-top: 35px;
}
#testimonials .owl-dot {
    display: inline-block;
    margin: 0 4px;
}
#testimonials .owl-dot span {
    width: 10px;
    height: 10px;
    background: #000;
    border-radius: 50%;
    display: block;
}
#testimonials .owl-dot.active span {
    background: #e61e25;
}
/* Cta  */
section#cta:before {
    content: '';
    background: rgba(0, 2, 3, 0.57);
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
.cta-content {
    font-size: 32px;
    color: #fff;
    font-weight: 300;
}
/* Contact */
#projects {
    background: rgba(255, 255, 255, 0.1);
}
.project-bg{
   width: 100%;
   height: 100%;
   position: absolute;
   top: 0;
   left: 0;
   opacity: 0.1;
}
#contact {
    background: #232323;
}
section#contact:before {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7607843137254902);
    position: absolute;
    top: 0;
    left: 0;
}
.gform_body label{display: none;}
.gallery-image {
    margin-bottom: 30px;

}

.gallery-image img{
	bottom: 0;
	position: relative;
	background: #fff;
		box-shadow: 0 0 0 rgba(0, 0, 0, 0.1);
		-webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.gallery-image:hover img {
		bottom: 5px;
		opacity: 0.6;
		box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.gallery-image .fa {
		opacity: 0;
    position: absolute;
		z-index: 2;
    width: 60px;
    height: 60px;
    color: #fff;
    left: 50%;
    margin-left: -30px;
    top: 50%;
    margin-top: -30px;
    line-height: 60px;
    text-align: center;
    font-size: 32px;
		-webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.gallery-image:hover .fa {
		opacity: 1;
}

/* Gravity Forms */
.gform_fields{list-style: none; margin: 0; padding: 0;}
.gform_fields ul{list-style: none; margin: 0; padding: 0;}
.gform_fields .gfield{margin: 0 0 20px 0;}
.ginput_complex{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}
.ginput_complex span{
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    display: block;
		padding-right: 5px;
    padding-left: 5px;
}
.ginput_complex .ginput_full{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    display: block;
}
.gfield_list,
.gfield_list_cell  {
    width: 100%;
}
.ginput_complex label{
    opacity: 0.75;
    font-size: 0.8rem;
}
.address_country select{
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.gfield .datepicker{    width: auto;
    display: inline;}
#ui-datepicker-div {
  background: #FFF;
  border: 1px solid #ddd;
  border-radius: 4px;
  display: none;
  padding: 20px;
  width: 240px;
}
#ui-datepicker-div .ui-icon {

  cursor: pointer;
  font-size: 0px;
}
#ui-datepicker-div .ui-icon:before {
  color: #000 ;
  font-family: "FontAwesome";
  font-size: 18px;
}
#ui-datepicker-div .ui-datepicker-prev {
  float: left;
  width: 10%;
}
#ui-datepicker-div .ui-datepicker-prev .ui-icon:before {
  content: '\f053';
}
#ui-datepicker-div .ui-datepicker-prev.ui-state-disabled {
  display: none;
}
#ui-datepicker-div .ui-datepicker-next {
  float: right;
  width: 10%;
}
#ui-datepicker-div .ui-datepicker-next .ui-icon:before {
  content: '\f054';
  float: right;
}
#ui-datepicker-div .ui-datepicker-next.ui-state-disabled {
  display: none;
}
#ui-datepicker-div .ui-datepicker-title select {
  float: left;
  width: 36%;
}
#ui-datepicker-div .ui-datepicker-title .ui-datepicker-month {
  margin: 0px 2% 6px;
}
#ui-datepicker-div .ui-datepicker-title .ui-datepicker-year {
  margin: 0px 2% 6px;
}
#ui-datepicker-div .ui-datepicker-today {
  border-radius: 4px;
}
#ui-datepicker-div .ui-datepicker-today a {
    color: #FFF;
    background: #007bff;
    border-radius: 3px;
}
#ui-datepicker-div table {
  width: 100%;
}
#ui-datepicker-div table td,
#ui-datepicker-div table th {
  text-align: center;
	font-size: 13px;
}
#ui-datepicker-div table td a {
  display: block;
  padding: 4px;
}
.gform_confirmation_wrapper {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}
.validation_error{
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
		color: #721c24;
background-color: #f8d7da;
border-color: #f5c6cb;
}
.validation_message{
    color: #dc3545;
}

/* 404 */
.content-404 h2 {
    padding: 30px 0;
}
.content-404 h2 {
    text-align: center;
    font-size: 200px;
    font-weight: bold;
    color: #ccc;
		margin-bottom: 40px;
}
.content-404 h3 {
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    color: #aaa;
    margin-bottom: 15px;
}
.content-404 p{
    text-align: center;
    font-weight: 500;
    color: #888;
    font-size: 20px;
		margin-bottom: 60px;
}
.search-box{
    display: table;
    margin: 15px auto 0;
}
.search-box .search-field{
	width: 320px;
margin-right: 5px;
}

/* Footer */
footer{
	background-color: #fff;
	padding: 50px 0;

}
.address-info{color: #000;font-size: 15px; margin-bottom: 15px;}
.address-info span:after {
    content: '';
    width: 4px;
    height: 4px;
    background: #000;
    border-radius: 50%;
    display: inline-block;
    top: 50%;
    margin: 4px 15px;
}
.address-info span:last-child:after {
    display: none;
}
.copyright{color: #797B7C;font-size: 14px;}
.fuelm, .fuelm a{color: #797B7C;font-size: 14px;}
.back-to-top{
    position: fixed;
    bottom: 30px;
    right: 30px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    display: none;
}
.back-to-top a{
    width: 64px;
    height: 64px;
    padding: 18px;
    display: block;
}
.back-to-top img{
    width:28px;
    height: 28px;
}
