/* Navbar breakpoint fix*/
@media (max-width: 991px) {
  .navbar-header {
      float: none;
  }
  .navbar-left,.navbar-right {
      float: none !important;
  }
  .navbar-toggle {
      display: block;
  }
  .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
      display: none!important;
  }
  .navbar-nav {
      float: none!important;
      margin-top: 7.5px;
  }
  .navbar-nav>li {
      float: none;
  }
  .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
  }
  .collapse.in{
      display:block !important;
  }
}

/* Footer Section*/
#footer {
	background: #f6f6f6;
	padding: 30px 0;
}
#footer p {
	color: #666666;
	font-size: 14px;
}
#footer a {
	color: #666666;
}
#footer a:hover {
	color: #666666;
}
/* Body Text*/
body {
    font: 14px "Montserrat", sans-serif;
    line-height: 1.8;
    color: #666666;
}

p {font-size: 14px;
line-height: 1.6;
}

/* About Section */
#about {
	padding: 120px 0 80px 0;
	background: #f6f6f6;
}
#about h3 {
	font-size: 22px;
	font-weight: 600;
	margin: 20px 0 0 0;
}
#about .about-text span {
	color: #F15D22;
	font-weight: 700;
	letter-spacing: -1px;
}
#about hr {
	margin-left: 0;
	margin-bottom: 40px;
}
#about .btn {
	margin-top: 40px;
}
#about .about-media img {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
}
#about .about-text, #about .about-desc {
	margin-bottom: 40px;
}
#about p {
	line-height: 24px;
	margin-top: 20px;
}

/* Custom Green Booton */

.btn-custom {
	text-transform: uppercase;
	color: #fff;
	background-color: #F15D22;
	padding: 14px 20px;
	letter-spacing: 1px;
	margin: 0;
	font-size: 17px;
	font-weight: 400;
	border-radius: 6px;
	margin-top: 20px;
	transition: all 0.3s;
}
.btn-custom:hover, .btn-custom:focus, .btn-custom.focus, .btn-custom:active, .btn-custom.active {
	color: #fff;
	background-color: #F15D22;
}

/* Services Section Trees*/
#services-section {
	padding: 100px 0;
}

#services-section a {
color: #666666;
}

#services-section a:hover {
	color: #000000;
}


#services-section h4 {
	border-bottom: 1px solid #F15D22;
	padding-bottom: 20px;
	display: inline-block;
}
.space {
	margin-top: 40px;
}
.space-service {
	margin-top: 100px;
}
#services-section i.fa {
	font-size: 36px;
	margin-right: 20px;
	color: #F15D22;
	padding-bottom: 10px;
	display: block;
}

#services-section i.fas {
	font-size: 36px;
	margin-right: 20px;
	color: #F15D22;
	padding-bottom: 10px;
	display: block;
}

#services-section i.fab {
	font-size: 36px;
	margin-right: 20px;
	color: #F15D22;
	padding-bottom: 10px;
	display: block;
}

/* Services Section Commercial*/
#services-section-commercial {
	padding: 100px 0;
	background: #f6f6f6;
}

#services-section-commercial a {
color: #666666;
}

#services-section-commercial a:hover {
	color: #000000;
}

#services-section-commercial h4 {
	border-bottom: 1px solid #F15D22;
	padding-bottom: 20px;
	display: inline-block;
}
.space {
	margin-top: 40px;
}
#services-section-commercial i.fa {
	font-size: 36px;
	margin-right: 20px;
	color: #F15D22;
	padding-bottom: 10px;
	display: block;
}

#services-section-commercial i.fas {
	font-size: 36px;
	margin-right: 20px;
	color: #F15D22;
	padding-bottom: 10px;
	display: block;
}

#services-section-commercial i.fab {
	font-size: 36px;
	margin-right: 20px;
	color: #F15D22;
	padding-bottom: 10px;
	display: block;
}

/* Services Section Trees*/
#services-section-firewood {
	padding: 100px 0;
}

#services-section-firewood a {
color: #666666;
}

#services-section-firewood a:hover {
	color: #000000;
}

/** services-section-firewood  */
#services-section-firewood {
	padding: 100px 0;
}

#services-section-firewood a {
color: #666666;
}

#services-section-firewood a:hover {
	color: #000000;
}


#services-section-firewood h4 {
	border-bottom: 1px solid #F15D22;
	padding-bottom: 20px;
	display: inline-block;
}
.space {
	margin-top: 40px;
	}
	
.space-service {
	margin-top: 100px;
}
#services-section-firewood i.fa {
	color: #F15D22;
}

#services-section-firewood i.fas {
	font-size: 36px;
	margin-right: 20px;
	color: #F15D22;
	padding-bottom: 10px;
	display: block;
}

#services-section-firewood i.fab {
	font-size: 36px;
	margin-right: 20px;
	color: #F15D22;
	padding-bottom: 10px;
	display: block;
}

/* Header Section */
.intro {
	display: table;
	width: 100%;
	padding: 0;
	background: url(/wp-content/themes/mapletreecare/images/main1.jpg) center center no-repeat;
	background-color: #e5e5e5;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}
.intro .overlay {
	background: rgba(0,0,0,0.3);
}
.intro h1 {
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	font-size: 62px;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 10px;
	text-shadow: 0 0 15px rgba(0,0,0,0.5)
}
.intro p {
	color: #fff;
	font-size: 17px;
	line-height: 28px;
	padding: 15px;
	max-width: 600px;
	margin: 0 auto;
	margin-bottom: 40px;
	background: rgba(0,0,0,.45);
}
header .intro-text {
	padding-top: 300px;
	padding-bottom: 150px;
	text-align: center;
}

/* Get Touch Section */
#get-touch {
	padding: 40px 0 30px;
	color: #ffffff;
	background: #F15D22;
}
#get-touch h3 {
	font-size: 24px;
	font-weight: 400;
	color: #fff;
	margin: 0 0 10px 0;
}
#get-touch .btn-custom {
	margin: 0;
	background: transparent;
	border: 2px solid #fff;
}
#get-touch .btn-custom:hover {
	color: #1f386e;
	background: #fff;
	border: 2px solid #fff;
}

div.wpforms-container-full .wpforms-form input[type=submit], 
div.wpforms-container-full .wpforms-form button[type=submit] {
	text-transform: uppercase;
	color: #fff;
	background-color: #F15D22;
	padding: 14px 20px;
	letter-spacing: 1px;
	margin: 0;
	font-size: 17px;
	font-weight: 400;
	border-radius: 6px;
	margin-top: 20px;
	transition: all 0.3s;
}

/* Contact Section */
#contact {
	padding: 100px 0 60px 0;
	background: #F15D22;
	color: #ffffff;
}
#contact .section-title {
	margin-bottom: 40px;
}
#contact h2 {
	color: #fff;
	margin-top: 10px;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #fa8555;
}
#contact h4 {
	color: #fff;
	margin-top: 22px;
	margin-bottom: 60px;
	padding-bottom: 20px;
	border-bottom: 1px solid #fa8555;
}

#contact h3 {
	font-size: 17px;
	font-weight: 600;
}
#contact .text-danger {
	color: #cc0033;
	text-align: left;
}

label {
	font-size: 12px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	float: left;
}


#contact .contact-item {
	margin: 20px 0;
}
#contact .contact-item span {
	color: rgba(255,255,255,1);
	display: block;
}


@media (max-width: 768px) {
#about img {
	margin: 50px 0;
}
}

/* Navigation */
#menu {
	padding: 15px;
	transition: all 0.8s;
	
	
}
#menu.navbar-default {
	background-color: #fff;
	border-color: rgba(231, 231, 231, 0);
	box-shadow: 0 0 10px rgba(0,0,0,0.15)
}
#menu a.navbar-brand {
min-height: 69px;
padding-top: 0px;

	
}
#menu.navbar-default .navbar-nav > li > a {
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	color: #555;
	font-size: 15px;
	font-weight: 400;
	padding: 8px 2px;
	border-radius: 0;
	margin: 9px 20px 0 20px;
}
#menu.navbar-default .navbar-nav > li > a:after {
	display: block;
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 0;
	height: 2px;
	background: linear-gradient(to right, #F15D22 0%, #F15D22 100%);
	content: "";
	transition: width 0.2s;
}
#menu.navbar-default .navbar-nav > li > a:hover:after {
	width: 100%;
	
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	background-color: transparent;
}
.navbar-default .navbar-nav > .active > a:after, .navbar-default .navbar-nav > .active > a:hover:after, .navbar-default .navbar-nav > .active > a:focus:after {
	display: block !important;
	position: absolute !important;
	left: 0 !important;
	bottom: -1px !important;
	width: 100% !important;
	height: 2px !important;
	background: linear-gradient(to right, #F15D22 0%, #F15D22 100%) !important;
	content: "" !important;
	transition: width 0.2s !important;
}
.navbar-toggle {
	border-radius: 0;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #fff;
	border-color: #F15D22;
}
.navbar-default .navbar-toggle:hover>.icon-bar {
	background-color: #F15D22;
}