/*
Theme Name: yBoot
Theme URI: http://www.ydop.com/
Author: Brendon Lamb
Author URI: http://www.ydop.com/
Description: A super light-weight Wordpress theme built with Bootstrap 3.3.6 and Font Awesome 4.5.0
Version: 2
License: GNU General Public License v3
License URI: http://www.gnu.org/licenses/gpl.html
Text Domain: yBoot
*/

/* The bootstrap.css file is auto-enqueued in functions.php */

@font-face {
  font-family: 'icomoon';
  src:  url('/wp-content/themes/yboot/assets/fonts/icomoon/fonts/icomoon.eot?z6dmql');
  src:  url('/wp-content/themes/yboot/assets/fonts/icomoon/fonts/icomoon.eot?z6dmql#iefix') format('embedded-opentype'),
    url('/wp-content/themes/yboot/assets/fonts/icomoon/fonts/icomoon.ttf?z6dmql') format('truetype'),
    url('/wp-content/themes/yboot/assets/fonts/icomoon/fonts/icomoon.woff?z6dmql') format('woff'),
    url('/wp-content/themes/yboot/assets/fonts/icomoon/fonts/icomoon.svg?z6dmql#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-double-chevron:before {
  content: "\e900";
}
.icon-left:before {
  content: "\e901";
}
.icon-person:before {
  content: "\e902";
}
.icon-phone:before {
  content: "\e903";
}
.icon-right-alt:before {
  content: "\e904";
}
.icon-right:before {
  content: "\e905";
}
.icon-zoom:before {
  content: "\e906";
}


/*Hamburger*/
.hamburger {
    position: absolute;
    top: 0;
    right: 0;
  padding: 0;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  outline-width: 0px;
  z-index: 99; }
  /*.hamburger:hover {
    opacity: 0.7; }*/
.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
      width: 40px;
      height: .2em;
      background-color: #fff;
      border-radius: 2px;
      position: absolute;
      -webkit-transition-property: -webkit-transform;
      transition-property: -webkit-transform;
      transition-property: transform;
      transition-property: transform, -webkit-transform;
      -webkit-transition-duration: 0.15s;
              transition-duration: 0.15s;
      -webkit-transition-timing-function: ease;
              transition-timing-function: ease;
  }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -10px; }
  .hamburger-inner::after {
    bottom: -10px; }
    .hamburger--spin .hamburger-inner {
      -webkit-transition-duration: 0.22s;
              transition-duration: 0.22s;
      -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
              transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
      .hamburger--spin .hamburger-inner::before {
        -webkit-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
        transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }
      .hamburger--spin .hamburger-inner::after {
        -webkit-transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
        transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
        transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
        transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

    .hamburger--spin.is-active .hamburger-inner {
      -webkit-transform: rotate(225deg);
              transform: rotate(225deg);
      -webkit-transition-delay: 0.12s;
              transition-delay: 0.12s;
      -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
              transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
      .hamburger--spin.is-active .hamburger-inner::before {
        top: 0;
        opacity: 0;
        -webkit-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
        transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }
      .hamburger--spin.is-active .hamburger-inner::after {
        bottom: 0;
        -webkit-transform: rotate(-90deg);
                transform: rotate(-90deg);
        -webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
        transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
        transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
        transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }
        span.label {
            position: relative;
            bottom: 0;
            font-size: 13px;
            text-transform: uppercase;
            margin: 0 auto;
            left: -5px;
            right: 0;
            top: 24px;
            width: 100%;
            height: auto;
            text-align: center;
            font-weight: 400;
            display: inline-block;
            line-height: normal;
        }

    .mobile-functions {
        position: absolute;
        top: 35px;
        right: 15px;
        z-index: 99;
    }
    header.branding.callout-visible .mobile-functions {
        top: 57px;
    }
    .phone-symbol {
        right: 58px;
        position: absolute;
    }
    .phone-symbol i {
        position: relative;
        color: #fff;
        top: -25px;
        font-size: 0;
        left: 3px;
    }
    .phone-symbol i:before {
        font-size: 26px;
    }

@media (min-width: 921px) {
    .mobile-functions {
        display: none;
    }
    li.mobile-nav-only {
        display: none !important;
    }
}

/*
/* =WordPress Core
-------------------------------------------------------------- */
*:focus {
    outline: none;
}
/*.wf-loading {
    display: none;
}*/
.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%;
    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;
}
.attachment-post-thumbnail{
    max-width: 100%;
    height: auto;
    margin-bottom: 15px;
}

/* =yBoot Helpers */

.flex-middle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.col-pad-double{
    padding: 0 30px;
}
.col-pad-triple{
    padding: 0 45px;
}
@media (max-width:767px) {
    .flex-middle {
        display: block;
    }
    .col-pad-double,.col-pad-triple {
        padding: 0 15px;
    }
    .flex-reverse {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
    }

    .image-margin-responsive {
        margin-bottom: 20px;
    }
}

/* =yBoot Core
-------------------------------------------------------------- */
body {
    font-size: 18px;
    font-family: "din-2014", sans-serif;
    background: #333;
}
.container {
    max-width: 1440px;
    width: 100%;
    padding-right: 3%;
    padding-left: 3%;
}

h1,
h2,
h3 {
    margin-top: 0;
}

h2 {
    font-weight: 700;
}
h3 {
    font-weight: 700;
}
h4 {
    font-weight: bold;
    text-transform: capitalize;
    font-size: 22px;
    margin-top: 0;
    margin-bottom: 0;
}
p {
    margin-bottom: 20px;
    line-height: 25px;
}
.small {
    line-height: normal;
}
.mt {
    margin-top: 30px;
}
.nm {
    margin: 0 !important;
}
hr {
    margin-top: 35px;
    margin-bottom: 35px;
    border-top: 1px solid #979797;
}
.caps {
    text-transform: uppercase;
}
.light {
    font-weight: 300;
}

@media (min-width: 768px) {
    .pl {
        padding-left: 40px;
    }
    .pr {
        padding-right: 40px;
    }
}

a {
    color: #C31E1E;
}
a:hover, a:focus {
    color: #A81919;
    text-decoration: none;
}
a.arrow {
    color: #333;
}
a.arrow:hover {
    color: #333;
}
a.arrow, button.arrow {
    display: inline-block;
    text-transform: capitalize;
    font-weight: 700;
    letter-spacing: .25px;
    position: relative;
    text-decoration: none !important;
}
a.arrow:before, button.arrow:before {
    position: relative;
    content: "\e904";
    float: right;
    margin-left: 8px;
    left: 0;
    font-family: "Icomoon";
    font-weight: 400;
    font-size: 120%;
    top: -2px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
a.arrow:hover:before, button.arrow:hover:before {
    left: 6px;
}
a.caps-link {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
}

.ybtn {
    display: inline-block;
    background: #fff;
    color: #333;
    border: 2px solid #fff;
    padding: 8px 22px;
    border-radius: 50px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.ybtn:hover, .ybtn:focus {
    background: transparent;
    border-color: #fff;
    color: #fff;
}
.ybtn:focus {
    outline: none;
}
.ybtn.btn-hollow {
    background-color: transparent;
    color: #333;
    border-color: #333;
}
.ybtn.btn-hollow:hover, .ybtn.btn-hollow:focus {
    background-color: #333;
    color: #fff;
    border-color: #333;
}
.ybtn.btn-hollow.darker-bg {
    background-color: rgba(0,0,0,0.55);
    color: #fff;
    border-color: #fff;
}
.ybtn.btn-hollow.darker-bg:hover, .ybtn.btn-hollow.darker-bg:focus {
    background-color: #fff;
    color: #333;
}

.dust-bg, section.offset {
    background: #eee;
    background: url(/wp-content/themes/yboot/assets/img/backgrounds/dust.jpg);
}
.dust-bg.red {
    background: url(/wp-content/themes/yboot/assets/img/backgrounds/dust-red.png);
}
.dust-bg.tan {
    background: url(/wp-content/themes/yboot/assets/img/backgrounds/dust-tan.jpg);
}

img.isa {
    max-width: 120px;
}
.img-center {
    margin: 0 auto;
}
span.caption {
    font-size: 14px;
    line-height: 16px;
    display: inline-block;
    margin: 6px 0;
}

/* =Custom
-------------------------------------------------------------- */
div#barrlawnCanvas {
    max-width: 1920px;
    margin: 0 auto;
    background: #fff;
}
.container {
    max-width: 1440px;
}
header.branding {
    position: absolute;
    width: 100%;
    background: transparent;
    top: 0;
    left: 0;
}
header.branding > .container {
    z-index: 1;
}
.callout-bar {
    background-color: rgba(0,0,0,0.35);
    color: #fff;
    font-size: 16px;
    padding-top: 12px;
    padding-bottom: 12px;
    position: relative;
    z-index: 1;
}
.callout-bar a {
    color: #fff !important;
}
header.branding > .container {
    position: relative;
}
.top-info {
    position: absolute;
    top: 22px;
    right: 3%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    color: #fff;
}
.top-info a {
    font-weight: 600;
    font-size: 22px;
    margin-left: 20px;
    color: #fff;
    text-decoration: none !important;
}
.top-info span {
    font-size: 15px;
}
.top-info .phone i {
    font-size: 18px;
}
.logo-block {
    display: inline-block;
    max-width: 200px;
    z-index: 1;
    margin-top: 10px;
}
.logo-block img {
    width: 100%;
    height: auto;
}
header.branding.callout-visible .logo-block {
    margin-top: -30px;
}
nav#primary-nav {
    float: right;
    list-style-type: none;
    display: table;
    margin-top: 70px;
}
nav#primary-nav ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
nav#primary-nav ul li {
    display: inline-block;
}
nav#primary-nav ul li a {
    margin: 0 0 0 40px;
    padding: 5px 0;
    text-transform: uppercase;
    font-size: 16px;
    color: #fff;
    position: relative;
}
nav#primary-nav ul li:last-child a {
    margin-right: 0;
}
nav#primary-nav ul li a:before {
    position: absolute;
    content: "";
    bottom: -4px;
    left: 0;
    width: 100%;
    height: 3px;
    background: #FFF;
    opacity: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
nav#primary-nav ul li a:hover:before, nav#primary-nav ul li a:focus:before {
    bottom: -1px;
    opacity: 1;
}
nav#primary-nav ul li.current-menu-item a:before {
    bottom: -1px;
    opacity: 1;
}
.hero {
    background-color: #AD0E0E;
    background: url(/wp-content/themes/yboot/assets/img/backgrounds/topography.png);
    width: 100%;
    height: 400px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
}
.home .hero {
    height: 750px;
}
.home .hero:before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(#BB0B0B), color-stop(40.49%, rgba(74,2,2,0.35)), to(rgba(0,0,0,0.3)));
    background: linear-gradient(180deg, #BB0B0B 0%, rgba(74,2,2,0.35) 40.49%, rgba(0,0,0,0.3) 100%);
}
.hero-content {
    text-align: center;
    position: relative;
    margin: 0 auto;
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 150px;
}
.hero-content h1, .hero-content h2 {
    color: #fff;
}
.hero-content h1 {
    font-size: 52px;
    font-weight: 600;
    margin-bottom: 0;
}
.hero-content h2 {
    font-size: 27px;
    font-style: italic; 
    line-height: 35px;
    font-weight: 300;
}
.hero-button-area {
    margin-top: 35px;
}
#arrow-down {
    position: absolute;
    bottom: 20px;
    text-align: center;
    width: 100%;
}
#arrow-down:before {
    content: "\e900";
    position: absolute;
    font-family: "icomoon";
    color: rgba(255, 255, 255, 0.65);
    font-size: 28px;
    left: 0;
    bottom: 0;
    margin: 0 auto;
    right: 0;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
#arrow-down:hover:before {
    color: #fff;
}

section.tier > .container {
    padding-top: 45px;
    padding-bottom: 45px;
    position: relative;
}
section.tier.page-gallery > .container {
    padding-top: 0;
}
section.tier.page-gallery > .container .gallery-wrap {
    padding-bottom: 35px;
}
.container.skinny {
    max-width: 800px;
}
.container.skinny.med {
    max-width: 960px;
    padding-top: 50px;
    padding-bottom: 50px;
}
section.tier.intro p {
    font-size: 20px;
    line-height: 28px;
}
section.tier.intro {
    text-align: center;
}
section.tier.intro a.arrow:before {
    top: 1px;
}
section.tier.intro p:last-of-type {
    margin-bottom: 0;
}

.right-side {
    background: url(/wp-content/uploads/2017/05/Barr-Lawn-Project-Img-3-1024x612.jpg);
}
.left-side {
    background: url(/wp-content/uploads/2017/05/Barr-Lawn-Project-Img-15-1024x768.jpg);
}
.left-side, .right-side {
    height: 375px;
    float: left;
    width: 50%;
    background-position: center;
    background-size: cover;
    position: relative;
}
.left-side:before, .right-side:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.45);
}
section.service-segment {
    position: relative;
    clear: both;
    display: table;
    width: 100%;
}
section.service-segment > .container {
   position: absolute;
   top: 0;
   margin: 0 auto;
   width: 100%;
   padding-top: 120px;
   left: 50%;
   -webkit-transform: translateX(-50%);
           transform: translateX(-50%);
}
section.service-segment h2, section.service-segment p {
    color: #fff;
}
section.tier.gallery {
    padding-top: 60px;
    padding-bottom: 60px;
    background: #333;
    color: #fff;
    text-align: center;
}
section.tier.gallery .section-heading {
    padding-right: 15px;
    padding-left: 15px;
}
section.tier.gallery .section-heading p {
    max-width: 590px;
    margin: 0 auto 30px;
}
section.tier.gallery .project-slider {
    margin-bottom: 40px;
}
section.tier.gallery .project-slider .gallery-thumb {
    margin: 6px;
}
.gallery-thumb {
    position: relative;
}
.gallery-thumb:before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-box-shadow: inset 0 0 0 4px rgba(255,255,255,.4);
            box-shadow: inset 0 0 0 4px rgba(255,255,255,.4);
    background: transparent;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}
.gallery-thumb:hover:before {
    background: rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: inset 0 0 0 6px rgba(255,255,255,.4);
            box-shadow: inset 0 0 0 6px rgba(255,255,255,.4);;
}
.gallery-thumb a.gallery-item {
    position: absolute;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.gallery-thumb:after {
    opacity: 0;
    position: absolute;
    content: "\e906";
    font-family: "Icomoon";
    color: #fff;
    font-size: 56px;
    z-index: 1;
    text-align: center;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
}
.gallery-thumb:hover {
    text-decoration: none;
}
.gallery-thumb:hover:after {
    opacity: 1;
    font-size: 60px;
}
section.tier.misc .row > div {
    text-align: center;
}
section.tier.misc .embed {
    max-width: 600px;
    margin: 0 auto;
}
.review {
    background: #fff;
    border-radius: 8px;
    padding: 25px 70px;
    position: relative;
    margin-bottom: 30px;
    margin-top: 18px;
    position: relative;
    text-align: center;
}
.review:before {
    position: absolute;
    content: '“';
    top: 0;
    left: -15px;
    line-height: .6;
    font-family: serif;
    font-size: 140px;
    color: #bbb;
}
.review:after {
    position: absolute;
    content: '”';
    font-family: serif;
    font-size: 140px;
    line-height: 0;
    bottom: -26px;
    right: -12px;
    color: #bbb;
}
.review-author span {
    display: block;
}
.review-author span.location-name {
    font-size: 14px;
}

section.tier main.container {
    max-width: 960px;
    margin: 0 auto;
}

section.tier.prefooter-cta {
    position: relative;
    color: #fff;
}
section.tier.prefooter-cta a:not(.ybtn) {
    color: #fff;
}
section.tier.prefooter-cta a:not(.ybtn):hover, section.tier.prefooter-cta a:not(.ybtn):focus {
    color: #eee;
}
section.tier.prefooter-cta:before {
    position: absolute;
    /*content: "";*/
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(185, 14, 14, 0.89);
}
section.tier.prefooter-cta > .container.skinny {
    text-align: center;
}
section.tier.prefooter-cta.tan > .container.skinny {
    max-width: 960px;
}
section.tier.prefooter-cta.tan {
    color: #333;
}
section.tier.prefooter-cta.tan a:not(.ybtn) {
    color: #333;
}
section.tier.prefooter-cta.tan a:not(.ybtn):hover, section.tier.prefooter-cta.tan a:not(.ybtn):focus {
    color: #333;
}
.page-tiers section > .container {
    max-width: 1170px;
    margin: 0 auto;
}
@media (min-width: 768px) {
    .page-tiers > section > .container > .row > div:first-child {
        padding-right: 30px;
    }
    .page-tiers > section > .container > .row > div:last-child {
        padding-left: 30px;
    }
}
section.offset > .container {
    padding-top: 35px;
    padding-bottom: 35px;
}
.page-section-headline {
    margin-bottom: 40px;
}
.page-section-headline.offset {
    margin-bottom: -30px;
}
.page-section-headline.right {
    text-align: right;
}
.page-section-headline h2 {
    position: relative;
    text-transform: uppercase;
    margin: 0;
    padding-bottom: 20px;
}
.page-section-headline.offset h2{
    top: -50px;
}
.page-section-headline h2:before {
    position: absolute;
    content: "";
    bottom: 0;
    height: 9px;
    width: 244px;
    background-color: #197F3C;
}
.page-section-headline.right h2:before {
    right: 0;
}
section.offset.maintenance {
    margin-top: 35px;
}
section.offset.maintenance > .container > .row:first-child {
    margin-bottom: 50px;
}
.cta-bar-content {
    background: -webkit-gradient(linear, left top, right top, from(#AD0E0E), to(#800A0A));
    background: linear-gradient(90deg, #AD0E0E 0%, #800A0A 100%);
    padding: 17px 15px 14px;
    color: #fff;
    text-align: center;
    font-size: 20px;
}
.cta-bar-content a {
    margin-left: 10px;
    color: #fff;
}
.cta-bar-content a:hover, .cta-bar-content a:focus {
    color: #fff;
}
section.tier.hardscaping > .container > .row {
    margin-bottom: 50px;
}
section.tier.hardscaping > .container > .row:last-child {
    margin-bottom: 0;
}
section.tier.hardscaping h3 {
    margin-bottom: 20px;
}
section.tier.hardscaping .gallery-wrap {
    margin-bottom: 40px;
}
.project-types-table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border: 1px solid #aaaaaa;
    border-bottom: 0;
    border-right: 0;
}
.project-types-table > div {
    width: 33.33333334%;
    text-align: center;
    padding: 18px 12px;
    border-bottom: 1px solid #aaaaaa;
    border-right: 1px solid #aaaaaa;
}
.project-types-table > div.half {
    width: 50%;
}
.project-types-table > div.full {
    width: 100%;
}
.page-tiers .offset:last-child {
    margin-bottom: 10px;
}
section.tier.soil-care > .container > .row:first-child {
    margin-bottom: 40px;
}
section.tier.gallery-page .gallery-wrap {
    margin-top: 10px;
    padding-right: 0;
    padding-left: 0;
}
.gallery-navigation {
    /*padding-left: 15px;
    padding-right: 15px;*/
    margin: 0 .5% 25px;
}
.gallery-navigation button {
    margin-right: 4px;
}
.gallery-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
}
.gallery-wrap > div {
    width: calc(25% - 1%);
    margin: .5%;
}

.job {
    padding: 20px 35px 2px 35px;
    border-left: 6px solid #158236;
    margin-bottom: 25px;
}

section.tier.contact > main.container {
    max-width: 1170px;
}
section.tier.intro.contact > .container p {
    font-size: 20px;
    margin-bottom: 0;
}
section.tier.intro.contact > .container {
    padding-top: 40px;
    padding-bottom: 0;
}
.col-sm-6.contact-info a {
    color: #333;
}
.col-sm-6.contact-info a:hover, .col-sm-6.contact-info a:focus {
    color: #333;
}
.col-sm-6.contact-info > .row {
    margin-bottom: 30px;
}
.col-sm-6.contact-info .big {
    font-size: 20px;
    font-weight: bold;
}
.col-sm-6.contact-info h4 {
    font-size: 14px;
}
#contact-form #gform_wrapper_1 {
    margin-top: 0;
}
#contact-form .gform_wrapper li.gfield:not(.contact-check) label.gfield_label {
    display: none;
}
#contact-form .gform_wrapper .gfield_checkbox li label {
    margin: 0;
    margin-left: 21px;
    color: #8a8a8a;
    line-height: 19px;
}
#contact-form .gform_wrapper li.gfield.half {
    width: 50%;
    display: inline-block;
    padding-right: 8px !important;
    padding-left: 0 !important;
}
#contact-form .gform_wrapper li.gfield.half + li.gfield.half {
    padding-left: 8px !important;
    padding-right: 0 !important;
}
#contact-form .gform_wrapper ul.gform_fields li.gfield {
    margin-top: 0;
    margin-bottom: 15px;
}

#contact-form .ginput_container.ginput_container_checkbox {
    margin-top: 0 !important;
}
#contact-form .ginput_container.ginput_container_text, #contact-form .ginput_container.ginput_container_email {
    margin-top: 0 !important;
}

#contact-form .gform_wrapper ul.gform_fields li.gfield.contact-check {
    padding-top: 15px;
    border-top: 1px solid #dedede;
}

#contact-form .gform_wrapper ul.gform_fields li.gfield.contact-check ul li.checkbox {
    display: inline-block;
    width: 50%;
    /*font-size: 15px;*/
}

#contact-form .ginput_container.ginput_container_checkbox {
    position: relative;
}

#contact-form .ginput_container.ginput_container_checkbox:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #dedede;
}
#contact-form .gform_wrapper .top_label .gfield_label {
    margin-bottom: 0;
}
#contact-form input.form-control {
    height: 50px;
    padding: 8px 14px !important;
}

#contact-form textarea.form-control {
    height: 120px !important;
    max-width: 100%;
    padding: 14px;
}
#contact-form input.form-control, #contact-form textarea.form-control {
    border-color: #ddd;
    -webkit-box-shadow: none;
            box-shadow: none;
}
#contact-form input.form-control:focus, #contact-form textarea.form-control:focus {
    border-color: #d6b380;
}
#contact-form .gform_wrapper .gform_footer {
    padding: 0 0 10px;
    margin: 0 0 0;
}
#contact-form .gform_footer.top_label > button {
    width: 100%;
    background: #ffb208;
    color: #fff;
    padding: 11px;
    border: none;
}
#contact-form .gform_footer.top_label > button:hover, #contact-form .gform_footer.top_label > button:focus {
    background: #e69d00;
}
#contact-form .gform_footer.top_label > button:focus {
    outline: none;
}
#contact-form .gform_wrapper ul.gform_fields li.gfield {
    padding-right: 0;
}
#contact-form .gform_wrapper li.gfield.gfield_error {
    background: transparent;
    border: 0;
    max-width: 100% !important;
}
#contact-form .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
    padding-top: 0;
    padding-right: 0;
    color: #b91313;
    font-weight: normal;
}
#contact-form .gform_wrapper li.gfield.gfield_error input.form-control {
    border-color: #b91313;
}
#contact-form .gform_wrapper div.validation_error {
    margin-bottom: 10px;
    color: #b91313;
    border-color: #b91313;
    font-size: 16px;
    font-weight: normal;
}

#quoteform {
    background: #eee;
    max-width: 600px;
}
#quoteform div:last-child p {
    margin-bottom: 0;
    opacity: .75;
    font-size: 14px;
}

footer {
    background: #333;
    color: #fff;
    padding-top: 40px;
    padding-bottom: 30px;
}
footer a {
    color: #fff;
}
footer a:hover, footer a:focus {
    color: rgba(255,255,255,.7);
}
footer > .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}
footer .left-footer-info {
    width: 40%;
}
footer .right-footer-info {
    width: 60%;
    display: table;
}
.left-footer-info .upper {
    margin-bottom: 25px;
}
.left-footer-info .upper
 a {
    display: block;
    font-weight: bold;
}
.left-footer-info .lower a.arrow {
    color: #fff;
}
.left-footer-info .upper
 a.company-name {
    font-size: 22px;
    margin-bottom: 8px;
}
footer .left-footer-info ul {
    list-style-type: none;
    padding: 0;
    display: table;
    width: 100%;
}
footer .left-footer-info li {
    display: table-cell;
    float: left;
    width: 50%;
}
.right-footer-info .col {
    display: table-cell;
    width: 33.33%;
}
.right-footer-info .col.first {
    width: 45%;
}
.right-footer-info .col.middle {
    width: 30%;
}
.right-footer-info .col.last {
    width: 25%;
}
.right-footer-info .col ul {
    list-style-type: none;
    padding: 0;
}

.right-footer-info .col ul li {
    margin-bottom: 8px;
}

.right-footer-info .col ul li:first-child a {
    font-weight: bold;
}
.copyright {
    margin-top: 40px;
    font-size: 15px;
    color: rgba(255,255,255,.7);
}
.copyright a {
    color: rgba(255,255,255,.7);
}
.copyright a:hover, .copyright a:focus {
    color: rgba(255,255,255,1);
}

.slick-next, .slick-prev {
    z-index: 2;
    height: auto;
    width: auto;
}
.slick-prev {
    left: 3%;
}
.slick-next {
    right: 3%;
}
.slick-prev:before {
    content: "\e901";
}
.slick-next:before {
    content: "\e905";
}
.slick-next:before, .slick-prev:before {
    font-family: "Icomoon" !important;
    background: #fff;
    border-radius: 50px;
    padding: 13px;
    color: #333;
    font-size: 24px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.28);
            box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.28);
}

nav#mobile-nav {
    position: absolute;
    top: -1500px;
    right: 0;
    width: 100%;
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    background: rgba(51, 51, 51, 0.96);
    opacity: 0;
    visibility: hidden;
    z-index: 9;
}
body.nav-active nav#mobile-nav {
    top: 0;
}
nav#mobile-nav > div {
    margin-top: 60px;
    margin-bottom: 40px;
}
nav#mobile-nav > div ul li {
    text-align: left;
}
nav#mobile-nav > div ul li a {
    color: #fff;
    text-align: left;
    display: inline-block;
    margin: 0 15px 18px;
    text-transform: uppercase;
    font-size: 19px;
    padding: 0 0 4px 0;
    position: relative;
    z-index: 999;
}
nav#mobile-nav > div ul {
    padding: 0;
    margin: 0;
}
nav#mobile-nav > div ul li.current-menu-item a:before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    text-align: center;
    width: 40px;
    height: 3px;
    background: red;
}
nav#mobile-nav .nav-quote {
    margin: 0;
    padding: 14px;
    text-align: center;
    background: rgba(0, 0, 0, 0.39);
    text-transform: uppercase;
}
nav#mobile-nav .nav-quote
 a {
    color: #fff;
    font-size: 16px;
}

.page-tiers section img.visible-xs {
    margin-bottom: 20px;
}


@media (max-width: 1199px) {
    .container {
        padding-right: 15px;
        padding-left: 15px;
    }
    header.branding.callout-visible .logo-block {
        margin-top: -20px;
    }
    header.branding .logo-block {
        max-width: 15vw;
    }
    .top-info {
        right: 15px;
        top: 15px;
    }
    nav#primary-nav {
        margin-top: 60px;
    }
    nav#primary-nav ul li a {
        font-size: 15px;
        margin: 0 0 0 28px;
    }
}
@media (max-width: 1099px) {
    .home .hero {
        height: 580px;
    }
    .hero-content h1 {
        font-size: 46px;
        font-size: 4.6vw;
        line-height: 1;
        margin-bottom: 12px;
    }
    .hero-content h2 {
        font-size: 24px;
        font-size: 2.5vw;
        line-height: normal;
    }
    h2 {
        font-size: 3vw;
    }
}
@media (max-width: 1000px) {
    nav#primary-nav ul li a {
        font-size: 14px;
        margin: 0 0 0 20px;
    }
    footer {
        font-size: 16px;
    }
    footer > .container {
        display: block;
        width: 100%;
    }
    footer .left-footer-info {
        width: 100%;
        max-width: 500px;
    }
    footer .right-footer-info {
        width: 100%;
    }
    .right-footer-info .col.first {
        width: 55%;
    }
    .right-footer-info .col.middle {
        width: 25%;
    }
}
@media (max-width: 920px) {
    nav#primary-nav, .top-info {
        display: none;
    }
    .mobile-functions {
        display: block;
    }
    nav#mobile-nav {
        visibility: visible;
        opacity: 1;
    }
    .hero {
        height: auto;
    }
    .hero .hero-content {
        padding: 175px 15px 30px;
    }
}
@media (max-width: 767px) {
    .callout-bar {
        font-size: 14px;
    }
    header.branding .logo-block {
        max-width: 110px;
    }
    header.branding.callout-visible .logo-block {
        margin-top: 10px;
    }
    .home .hero {
        height: 500px;
    }
    .hero-content h1 {
        font-size: 34px;
    }
    .hero-content h2 {
        font-size: 19px;
        line-height: 1.2;
    }
    h2 {
        font-size: 23px;
    }
    h3 {
        font-size: 21px;
    }
    .page-section-headline.offset h2 {
        top: -48px;
    }
    section.tier > .container {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    section.tier.intro p {
        font-size: 18px;
        line-height: 25px;
    }
    section.offset img, section.tier > .container > .row img {
        margin: 0 auto;
    }
    .page-tiers > section.tier > .container > .row img {
        margin-bottom: 25px;
    }
    section.tier.misc .row >
     div:first-child {
        margin-bottom: 35px;
    }
    section.tier.alt-service {
        text-align: center;
    }
    section.tier.alt-service
     .row > div:first-child {
        margin-bottom: 23px;
    }
    .left-side, .right-side {
        width: 100%;
        float: none;
        -webkit-box-flex: 1;
            -ms-flex: 1 1 auto;
                flex: 1 1 auto;
        height: 250px;
    }
    section.service-segment {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    section.service-segment > .container {
        padding-top: 60px;
    }
    section.service-segment > .container .row > div:first-child {
        margin-bottom: 130px;
    }
    section.tier.misc .row > div:first-child {
        margin-bottom: 35px;
    }
    section.tier.alt-service {
        text-align: center;
    }
    section.tier.alt-service
     .row > div:first-child {
        margin-bottom: 23px;
    }
    section.tier.gallery {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .page-section-headline.offset {
        margin-bottom: -30px;
    }
    section.offset.maintenance {
        margin-top: 0;
    }
    section.offset.maintenance > .container .row:last-child .row:first-child {
        margin-bottom: 30px;
    }
    section.tier.hardscaping > .container > .row {
        margin-bottom: 30px;
    }
    section.tier.hardscaping .gallery-wrap {
        margin-bottom: 30px;
    }
    section.offset.maintenance > .container > .row:first-child {
        margin-bottom: 30px;
    }
    section.offset.maintenance > .container {
        padding-bottom: 0;
    }
    .gallery-wrap {
        padding-right: 2%;
        padding-left: 2%;
    }
    .gallery-wrap > div {
        width: calc(50% - 4%);margin: 2%;
    }
    .page-tiers > section.tier > .container > .row .gallery-thumb img {
        margin-bottom: 0;
    }
    .page-section-headline.right {
        text-align: left;
    }
    .page-section-headline.right h2:before {
        left: 0;
    }
    .page-section-headline {
        margin-bottom: 30px;
    }
    section.tier.prefooter-cta.tan .row > div:first-child {
        margin-bottom: 16px;
    }
    section.tier.prefooter-cta.tan .row > div {
        text-align: center;
    }
    section.tier.gallery-page > .container {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .show-gallery-nav {
        background: #eee;
        padding: 10px;
        text-align: center;
        border-radius: 50px;
        font-size: 15px;
        color: #333;
        -webkit-transition: all .25s ease-in-out;
        transition: all .25s ease-in-out;
        font-weight: 600;
        margin-right: 2%;
        margin-left: 2%;
        cursor: pointer;
    }
    .show-gallery-nav:active {
        background: #dadada;
    }
    .gallery-navigation > button {
        margin-bottom: 5px;
        font-size: 14px;
    }
    /*button.ybtn.btn-hollow.active {
        background: #333;
        color: #fff;
    }*/
    .gallery-navigation {
        display: none;
        margin: 10px 2%;
        padding: 0;
    }
    section.tier.contact #contact-form {
        margin-bottom: 35px;
    }
    .mt {
        margin-top: 0;
    }
    .project-types-table > div.third {
        width: 50%;
    }
    section.tier.intro a.arrow:before {
        top: -1px;
    }
}
@media (max-width: 475px) {
    nav#mobile-nav > div ul li a {
        font-size: 16px;
    }
    nav#mobile-nav > div {
        margin-top: 80px;
    }
    span.callout-hide {
        display: none;
    }
    section.tier > .container {
        padding-top: 35px;
        padding-bottom: 35px;
    }
    footer > .container {
        text-align: center;
    }
    footer .left-footer-info li {
        width: 100%;
    }
    footer .left-footer-info ul {
        margin-bottom: 30px;
    }
    footer .right-footer-info > .col {
        width: 100% !important;
        display: block;
        margin-bottom: 30px;
    }
    footer .right-footer-info > .col:last-child {
        margin-bottom: 0;
    }
    .copyright {
        margin-top: 25px;
    }
    .gallery-thumb:after {
        content: none;
    }
    .project-types-table > div.third, .project-types-table > div.half {
        width: 100%;
    }
    .review {
        padding: 40px 20px;
    }
    #arrow-down {
        display: none;
    }
    section.tier.gallery .project-slider {
        margin-bottom: 30px;
    }
}
@media (max-width: 400px) {
    section.service-segment p {
        font-size: 16px;
    }
    section.service-segment > .container .row > div:first-child {
        margin-bottom: 132px;
    }
}
@media (max-width: 375px) {
    #contact-form .gform_wrapper li.gfield.half {
        width: 100%;
        padding-right: 0 !important;
    }
    #contact-form .gform_wrapper li.gfield.half + li.gfield.half {
        padding-left: 0 !important;
    }
    #contact-form .gform_wrapper ul.gform_fields li.gfield.contact-check ul li.checkbox {
        width: 100%;
        margin: 0;
    }
    .contact-info .col-xs-6 {
        width: 100%;
        float: none;
    }
    .contact-info > .row:nth-child(odd) > div:first-child {
        margin-bottom: 20px;
    }
    .col-sm-6.contact-info > .row {
        margin-bottom: 20px;
    }
    .gallery-wrap > div {
        width: 100%;
    }
    p {
        font-size: 16px;
        line-height: 22px;
    }
}
@media (max-width: 350px) {
    section.service-segment > .container .row > div:first-child {
        margin-bottom: 100px;
    }
}
@media (max-width: 300px) {
    .ybtn {
        font-size: 14px;
    }
    .hero-content h1 {
        font-size: 29px;
    }
    .hero-content h2 {
        font-size: 18px;
    }
}