
div.clear{
clear:both;
height:230px;
}
.top-bar-section li:not(.has-form) a:not(.button) {
    padding: 0 10px;
    line-height: 45px;
    background: #333;
}
a.job{
color:blue;
}
button:hover, button:focus, .button:hover, .button:focus {
    background-color: #00853f;
}
hr{
border:none;
}
.small {
    font-size: 13px;
    display: inline-block;
}.horizontal-padding{
padding-left: 10vw;
    padding-right: 10vw;
}
span.concrete{
    background: #202020;
    color: #ffffff; 
    font-weight: 600;
    font-size: 14px;
    padding: 10px 15px;
    }
    
.content-wrapper {
    background-color: #FFFFFF;
    position: relative;
    z-index: 0;
}header.header-wrapper {
    background: #000;
    display: block;
    width: 100%;
    height: 125px;
    float: left;
    clear: both;
}.header-company-title{
    line-height: 125px; 
}.header-company-title a {
    color: #ffffff;
    float: left;
    font-family: "Source Sans Pro",sans-serif;
    font-size: 30px;
    font-weight: normal;
    margin: 0;
    text-align: left;
    text-decoration: none;
    width: 100%;
}.header-company-title > a img {
    margin: 0 15px 0 0;
}.header-wrapper .social-icons p {
    margin: 22px 0;
    text-align: center;
}.header-wrapper .social-icons p .fa {
    border: 2px solid transparent;
    
    color: #ffffff;
    font-size: 18px;
    line-height: 80px;
    margin: 0;
    text-align: center;
    width: 45px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;  
    transition: all 300ms ease;
}.header-wrapper .social-icons p .fa:hover {
    
    color: #00853F;
}.top-bar-section ul {
    float: left;
}
/* Start Our Navigation styles */
.navigation-wrapper {
}.navigation-wrapper .top-bar {
    background: none;
    height: 85px;
    margin: 0;
    position: relative;
}.top-bar.expanded {
    height: auto !important;
}.top-bar-section ul li, .top-bar.expanded .title-area{
    background: none;   
}.top-bar-section ul{
    float: left;
}.top-bar-section ul li > a,
 .top-bar-section li:not(.has-form) a:not(.button) {
    background: none;
    font-size: 12px;
    font-weight: 400;
    font-family: "Source Sans Pro",sans-serif;
    color: #ffffff;
    text-transform: uppercase;
    position: relative;
    line-height: 125px;
}.top-bar-section ul li:hover:not(.has-form) > a{
    background: none;
}.top-bar-section li.active:not(.has-form) a:not(.button),
 .top-bar-section li.active:not(.has-form) a:hover:not(.button),
 .top-bar-section ul li:not(.has-form) a:hover:not(.button) {
    color: #ffffff;
    position: relative;
    line-height: 125px;
    background: #00853F;
}.top-bar-section .has-dropdown{
    z-index: 1; 
}.top-bar-section .has-dropdown > a::after {
    border-color: #00853F transparent transparent transparent;
    top: 50%;
}.top-bar-section .has-dropdown > a:hover::after,
 .top-bar-section .has-dropdown.active > a:hover::after,
 .top-bar-section .has-dropdown.active > a::after {
    border-color: #221e1f transparent transparent transparent;
}.top-bar-section .dropdown {
    background: #00853F;
    padding: 10px 30px;
    top: -100%;
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
    z-index: -2;
    -webkit-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
}.top-bar-section li:hover .dropdown{
    opacity: 1;
    top: 100%;
}.top-bar-section .dropdown li {
    background: none;
    text-align: center;
    padding: 0 !important;
    margin: 0 !important;
}.top-bar-section .dropdown li:not(.has-form) a:not(.button) {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #272420;
    font-size: 12px;
    font-weight: 400;
    line-height: 35px;
    padding: 0 15px;
    text-transform: none;
    text-transform: uppercase;
}.top-bar-section .dropdown li:not(.has-form) > a:hover:not(.button),
 .top-bar-section .dropdown li:hover:not(.has-form) > a:not(.button), 
 .top-bar-section .dropdown li.active:not(.has-form) > a:not(.button),
 .top-bar-section .dropdown li.active:not(.has-form) > a:hover:not(.button) {
    color: #221e1f;
    background: none;
    padding: 0 15px;
    line-height: 35px;
}.top-bar-section .dropdown li:not(.has-form) > a:not(.button):before{
    content: "";
    position: absolute;
    left: -20%;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 3px;
    height: 3px;
    border-radius: 3px;
    background: none;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}.top-bar-section .dropdown li:not(.has-form) > a:hover:not(.button):before, 
 .top-bar-section .dropdown li.active:not(.has-form) > a:not(.button):before,
 .top-bar-section .dropdown li.active:not(.has-form) > a:hover:not(.button):before{
    left: 0;
    background: #221e1f;
}.top-bar-section .dropdown li:not(.has-form) > a:not(.button):after{
    content: "";
    position: absolute;
    right: -20%;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 3px;
    height: 3px;
    border-radius: 3px;
    background: none;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}.top-bar-section .dropdown li:not(.has-form) > a:hover:not(.button):after,
 .top-bar-section .dropdown li.active:not(.has-form) > a:not(.button):after,
 .top-bar-section .dropdown li.active:not(.has-form) > a:hover:not(.button):after{
    right: 0;
    background: #221e1f;
}.phone-toggle {
    overflow: hidden;
    position: fixed;
    top: 245px;
    right: 0;
    z-index: 10;
    -webkit-transition: all 800ms ease;
    -moz-transition: all 800ms ease;
    -ms-transition: all 800ms ease;
    -o-transition: all 800ms ease;
    transition: all 800ms ease;
    -moz-transform: translateX(230px);
    -webkit-transform: translateX(230px);
    -o-transform: translateX(230px);
    -ms-transform: translateX(230px);
    transform: translateX(230px);
display:none;
}.phone-toggle.flyout {
    right: 0;
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}.phone-button-action {
    background: #439639;
    color: #ffffff;
    display: block;
    font-family: "Source Sans Pro",sans-serif;
    font-size: 22px;
    height: 75px;
    line-height: 1.5rem;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
    width: 70px;
    cursor: pointer;
}.phone-button-action .fa {
    clear: both;
    display: block;
    font-size: 38px;
    margin: 10px 0 0;
}.phone-button-action, .phone-number {
    float: left;
    height: 75px;
}.phone-number {
    color: #ffffff;
    background: rgba(0,0,0,.8);
    font-family: "Source Sans Pro",sans-serif;
    font-size: 28px;
    line-height: 75px;
    padding: 0 30px;
}.phone-number a {
    color: #ffffff !important;
  display:black !important;
}.service-group {
    background: rgba(0,0,0,.85);
    border-top: 5px solid rgba(171,211,50,.8);
    bottom: 150px;
    padding: 20px;
    position: absolute;
}.service-group h1,
 .service-group h2 {
    color: #FFFFFF;
    font-size: 16px;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: normal;
    line-height: 24px;
    margin: 0;
}.scroll-icon-wrapper {
    bottom: 50px;
    position: absolute;
    width: 100%;
    z-index: 0;
}.scroll-icon-wrapper p{
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-size: 17px;
    text-shadow: 2px 2px 1px #000000;   
}.scroll-icon-wrapper .scroll-icon {
    width: 30px;
    height: 60px;
    border-radius: 30px;
    border: 4px solid #ffffff;
    display: block;
    margin: 0 auto;
    position: relative;
    cursor: pointer;
}
.scroll-icon-wrapper .scroll-icon::before {
    content:"";
    width: 30px;
    height: 60px;
    border-radius: 30px;
    border: 4px solid rgba(0,0,0,0.8);
    display: block;
    margin: 0 auto;
    position: absolute;
    top:-2px;
    left:-2px;  
    z-index: -1;
}
@keyframes mousewheel {
    0%   {top:5px;}
    50%  {top:30px;}
    100% {top:5px;}
}.scroll-icon-wrapper .scroll-icon::after {
    background: #FFFFFF;
    border-radius: 3px;
    box-shadow: 2px 2px 1px #000000;
    content: "";
    height: 8px;
    left: calc(50% - 3px);
    position: absolute;
    width: 5px;
    z-index: 0;
    animation-name: mousewheel;
    animation-duration: 2.5s;
    animation-iteration-count: infinite;
}.slider-overlay {
    width: 100%;
    height: calc(81vh - 85px);
    clear:both;
    position: relative;
    overflow: hidden;
}.service-slide-show {
    overflow: hidden;
    position: relative;
    top: 2px;
}.service-slide-show .slick-slider {
    margin: 0;
}.service-slide-show .slick-slide {
    position: relative;
    overflow: hidden;
}.service-slide-show .slick-slide article {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}.service-slide-show .slick-slide .slide-service-content{
    position: absolute;
    width: 100%;
    top: 50%;
    padding: 15px 25px;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 9;
}.service-slide-show .slick-slide article h3 {
    color: #ffffff;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 40px;
    font-weight: bold;
    line-height: 46px;
    margin: 0;
    text-transform: uppercase;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;  
    transition: all 500ms ease;
}.service-slide-show .slick-slide:hover article h3{ 
    opacity: 0;
    -moz-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}.service-slide-show .slick-slide article p {
    color: #00853F;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 19px;
    font-weight: 600;
    font-style: italic;
    text-shadow: 1px 1px 1px #000000;
    line-height: normal;
    margin: 0;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;  
    transition: all 500ms ease;
}.service-slide-show .slick-slide:hover article p{
    opacity: 0;
    -moz-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    -o-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
}.service-slide-show .slick-slide article .button{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: none;
    border: 1px solid transparent;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;  
    transition: all 500ms ease;
}.service-slide-show .slick-slide:hover article .button{
    border-color: #00853F;
    top: 7.5%;
    left: 7.5%;
    width: 85%;
    height: 85%;
}.service-slide-show .slick-slide article .button span {
    opacity: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    color: #ffffff;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    line-height: 45px;
    width: 100%;
    margin: 0;
    padding: 0;
    font-weight: 600;
    letter-spacing: 1px;
    -moz-transform: translate(-50%, -50%) scale(.5);
    -webkit-transform: translate(-50%, -50%) scale(.5);
    -o-transform: translate(-50%, -50%) scale(.5);
    -ms-transform: translate(-50%, -50%) scale(.5);
    transform: translate(-50%, -50%) scale(.5);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;  
    transition: all 500ms ease;
}.service-slide-show .slick-slide:hover article .button span {
    opacity: 1;
    -moz-transform: translate(-50%, -50%) scale(1);
    -webkit-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}.slick-button-container {
    width: 100%;
}.slick-prev, .slick-next{
    height: 100%;
    width: 50px;
    top: 0;
    margin-top: 0;  
    opacity: .5;
}.slick-next::before, .slick-prev::before{
    content:"";
    display: block;
    position: relative;
    height: 30px;
    width: 30px;    
    margin: 0 auto;
}.slick-prev:hover, .slick-prev:focus, 
 .slick-next:hover, .slick-next:focus{
    background: rgba(0,0,0,.45);
    opacity: 1;
}.slick-prev{
    left: 0;    
}.slick-next{
    right: 0;   
}.cta-one {
    background: #272420;
    width: 100%;
    clear: both;
    display: block;
}.cta-one h1 {
    color: #ffffff;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 23px;
    font-weight: normal;
    line-height: 52px;
    margin: 30px 0;
    text-transform: uppercase;
}.cta-one .button {
    background: none;
    border: 1px solid #ffffff;
    color: #ffffff;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 23px;
    line-height: 52px;
    margin: 0 50px;
    padding: 0 60px;
    text-transform: uppercase;
}.cta-one .button:hover, .cta-one .button:focus {
    background: #00853F;
    color: #202020;
}.home-service-list{
    display: inline;
    margin: 0 5px;  
    color: #ffffff;
}.home-service-list a{
    background: #202020;
    color: #ffffff; 
    font-weight: 600;
    font-size: 14px;
    padding: 10px 15px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;  
    transition: all 500ms ease;
}.home-service-list a:hover{
    background: #423d3e;    
}.home-service-list .fa{
    color: #00853F; 
    font-size: 12px;
    margin-left: 3px;
}.home-content .button.animate-button {
    margin: 40px auto 20px;
}.button.animate-button.inner-button {
    margin: 60px auto;
}.button.animate-button {
    position: relative;
    display: block;
    margin: 0 auto;
    padding: 0;
    width: 600px;
    line-height: 75px;
    background: #00853F;
    color: #FFFFFF;
    text-align: center;
    font-family: "Source Sans Pro", sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    box-shadow: 0 5px #7b9725;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;  
    transition: all 500ms ease;
}.button.animate-button:hover {
    color: #FFFFFF;
    background: #7b9725;
    box-shadow: 0 5px #00853F;
}.button.tiny, 
    button.tiny {
    background: none;
    color: #272420;
    border: 1px solid #272420;
    font-size: 12px;
    line-height: 35px;
    padding: 0 25px;
}.split-wrapper {
    background: #ffffff none repeat scroll 0 0;
    float: left;
    position: relative;
    width: 100%;
    z-index: 0;
    overflow: hidden;
}.wrapper-scaled {
    max-width: 800px;
    width: 100%;
}.wrapper-scaled.section-one {
    float: none;
    margin: 0 auto;
    text-align: justify;
    padding: 100px 60px;
}.wrapper-scaled.section-one h1{
    text-transform: uppercase;  
    font-weight: 700;
}.wrapper-scaled.section-one ul{
    color: #000;    
    font-size: 15px
}.wrapper-scaled.section-one li span{
    font-weight: 700;
    color: #272420;
}.wrapper-scaled.section-two {
    float: none;
    margin: 0 auto;
    text-align: left;
    padding: 40px 30px;
}.split-wrapper .height-adjust {
    position: absolute;
    z-index: -1;
}.divider {
    width: 50%;
    display: block;
    min-height: 1px;
}.service{
    position: relative; 
}.service .service-content{
    text-align: center;
    position: absolute;
    width: 100%;
    padding: 0 15px;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}.service .service-content h2{
    color: #ffffff;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 40px;
    font-weight: bold;
    line-height: 46px;
    margin: 0;
    text-transform: uppercase;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;  
    transition: all 500ms ease; 
}.service:hover .service-content h2{
    opacity: 0;
    -moz-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}.service .service-content p{
    color: #00853F;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 19px;
    font-weight: 600;
    font-style: italic;
    text-shadow: 1px 1px 1px #000000;
    line-height: normal;
    margin: 0;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;  
    transition: all 500ms ease;
}.service:hover .service-content p{
    opacity: 0;
    -moz-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    -o-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
}.service .button{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: none;
    border: 1px solid transparent;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;  
    transition: all 500ms ease;
}.service:hover .button{
    border-color: #00853F;
    top: 7.5%;
    left: 7.5%;
    width: 85%;
    height: 85%;
}.service .button span{
    opacity: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    color: #ffffff;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    line-height: 45px;
    width: 100%;
    margin: 0;
    padding: 0;
    font-weight: 600;
    letter-spacing: 1px;
    -moz-transform: translate(-50%, -50%) scale(.5);
    -webkit-transform: translate(-50%, -50%) scale(.5);
    -o-transform: translate(-50%, -50%) scale(.5);
    -ms-transform: translate(-50%, -50%) scale(.5);
    transform: translate(-50%, -50%) scale(.5);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;  
    transition: all 500ms ease;
}.service:hover .button span{
    opacity: 1;
    -moz-transform: translate(-50%, -50%) scale(1);
    -webkit-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}

.commercial-landscaping-vertical{
    background: url("https://jlpropertyservicesllc.com/wp-content/uploads/sites/3444/2017/03/commercial-landscaping.jpg") no-repeat center / cover;
}
.lawn2-vertical{
    background: url("https://jlpropertyservicesllc.com/wp-content/uploads/sites/3444/2017/03/lawn.jpg") no-repeat center / cover;
}
.concrete-edging-vertical{
    background: url("https://jlpropertyservicesllc.com/wp-content/uploads/sites/3444/2017/03/concrete-edging.jpg") no-repeat center / cover;
}
.decorative-stone-vertical{
    background: url("https://jlpropertyservicesllc.com/wp-content/uploads/sites/3444/2017/03/decorative.jpg") no-repeat center / cover;
}
.drainage-vertical{
    background: url("https://jlpropertyservicesllc.com/wp-content/uploads/sites/3444/2017/03/drain.jpg") no-repeat center / cover;
}
.grading-vertical{
    background: url("https://jlpropertyservicesllc.com/wp-content/uploads/sites/3444/2017/03/grading-1.jpg") no-repeat center / cover;
}
.ice-control-vertical{
    background: url("https://jlpropertyservicesllc.com/wp-content/uploads/sites/3444/2017/03/ice-control.jpg") no-repeat center / cover;
}
.landscaping-vertical{
    background: url("https://jlpropertyservicesllc.com/wp-content/uploads/sites/3444/2017/03/landscaping.jpg") no-repeat center / cover;
}
.mulch-vertical{
    background: url("https://jlpropertyservicesllc.com/wp-content/uploads/sites/3444/2017/03/mulch-1.jpg") no-repeat center / cover;
}
.patio-vertical{
    background: url("https://jlpropertyservicesllc.com/wp-content/uploads/sites/3444/2017/03/patio.jpg") no-repeat center / cover;
}
.residential-landscaping-vertical{
    background: url("https://jlpropertyservicesllc.com/wp-content/uploads/sites/3444/2017/03/residential-landscaping.jpg") no-repeat center / cover;
}
.residential-lawn-mowing-vertical{
    background: url("https://jlpropertyservicesllc.com/wp-content/uploads/sites/3444/2017/03/residential-lawn-mowing.jpg") no-repeat center / cover;
}
.retaining-wall-vertical{
    background: url("https://jlpropertyservicesllc.com/wp-content/uploads/sites/3444/2017/03/retaining-wall.jpg") no-repeat center / cover;
}
.commercial-lawn-mowing-vertical{
    background: url("https://jlpropertyservicesllc.com/wp-content/uploads/sites/3444/2017/03/commercial-lawn-mowing.jpg") no-repeat center / cover;
}
.aeration-vertical{
    background: url("https://jlpropertyservicesllc.com/wp-content/uploads/sites/3444/2017/03/aeration.jpg") no-repeat center / cover;
}
.dethatching-vertical{
    background: url("https://jlpropertyservicesllc.com/wp-content/uploads/sites/3444/2017/03/dethatching.jpg") no-repeat center / cover;
}
.spring-and-fall-clean-up-vertical{
    background: url("https://jlpropertyservicesllc.com/wp-content/uploads/sites/3444/2017/03/spring-and-fall-clean-up-.jpg") no-repeat center / cover;
}
.shrubs-and-hedges-vertical{
    background: url("https://jlpropertyservicesllc.com/wp-content/uploads/sites/3444/2017/03/shrubs-and-hedges.jpg") no-repeat center / cover;
}
.landscape-design-vertical{
    background: url("https://jlpropertyservicesllc.com/wp-content/uploads/sites/3444/2017/03/landscape-design.jpg") no-repeat center / cover;
}
.commercial-snow-removal-vertical{
    background: url("https://jlpropertyservicesllc.com/wp-content/uploads/sites/3444/2017/03/commercial-snow-removal.jpg") no-repeat center / cover;
}
.weed-control-vertical{
    background: url("https://jlpropertyservicesllc.com/wp-content/uploads/sites/3444/2017/03/weed-control.jpg") no-repeat center / cover;
}
.fertilization-vertical{
    background: url("https://jlpropertyservicesllc.com/wp-content/uploads/sites/3444/2017/02/fert.jpg") no-repeat center / cover;
}.garden-design-vertical{
    background: url("https://jlpropertyservicesllc.com/wp-content/themes/land3/images/services/garden-design-vertical.jpg") no-repeat center / cover;
}.hardscapes-vertical{
    background: url("https://jlpropertyservicesllc.com/wp-content/uploads/sites/3444/2016/03/land-5.jpg") no-repeat center / cover;
}.irrigation-vertical{
    background: url("https://jlpropertyservicesllc.com/wp-content/themes/land3/images/services/irrigation-vertical.jpg") no-repeat center / cover;
}.lawn-care-vertical{
    background: url("https://jlpropertyservicesllc.com/wp-content/uploads/sites/3444/2016/03/lawn.jpg") no-repeat center / cover;
}.tree-service-vertical{
    background: url("https://jlpropertyservicesllc.com/wp-content/themes/land3/images/services/tree-service-vertical.jpg") no-repeat center / cover;
}.snow-vertical{
    background: url("https://jlpropertyservicesllc.com/wp-content/uploads/sites/3444/2016/02/snow-removal2.jpg") no-repeat center / cover;
}.edge-vertical{
    background: url("https://jlpropertyservicesllc.com/wp-content/uploads/sites/3444/2016/02/edge.jpg") no-repeat center / cover;
}.faq-vertical{
    background: url("https://jlpropertyservicesllc.com/wp-content/uploads/sites/3444/2016/03/faq1.jpg") no-repeat center / cover;
}
.fert-vertical{
    background: url("https://jlpropertyservicesllc.com/wp-content/uploads/sites/3444/2017/02/fert.jpg") no-repeat center / cover;
}
.main-vertical{
    background: url("https://jlpropertyservicesllc.com/wp-content/uploads/sites/3444/2016/03/maintaince.jpg") no-repeat center / cover;
}
.gallery-wrapper{
  margin-bottom: 10px;    
  display: block;
  position: relative;
  width: 100%;
}.main-overlay{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background: rgba(0,0,0,.5);
  z-index: 1;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;  
  transition: all 500ms ease;
}.gallery-wrapper:hover .main-overlay{
  background: rgba(0,0,0,.8); 
}.gallery-wrapper .gallery-button img{
  width: 100%;
}.gallery-wrapper h2{
  position: absolute;
  display: block;
  width: 100%;
  text-align: center;
  margin: 0;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  opacity: 0;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;  
  transition: all 500ms ease;
}.gallery-wrapper:hover h2{
  top: 40%;
  opacity: 1;
}.gallery-hr {
  margin: 25px auto;
  width: 0;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;  
  transition: all 500ms ease;
}.gallery-wrapper:hover .gallery-hr {
  width: 80%;
}.gallery-content{
  position: absolute;
  width: 100%;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  z-index: 2;
  text-align: center;
}.gallery-button span{
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  color: #ffffff;
  border: 2px solid #00853F;
  padding: 10px 30px;
  cursor: pointer;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;  
  transition: all 500ms ease;
  position: relative;
  top: -20px;
  opacity: 0;
}.gallery-wrapper:hover .gallery-button span{
  top: 0;
  opacity: 1;
}.gallery-button span:hover{
  background: #00853F;
  color: #202020; 
}
/* Default Styles */
#wpadminbar {display: none !important;}
body {
    font-family: "Source Sans Pro", sans-serif;
}h1, h1 a {
    color: #00853F;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.27em;
    margin: 10px 0 25px;
}h2.sign-up {
color: #00853F;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.27em;
    margin: 10px 0 25px;

}


h2 {
    color: #00853F;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 24px;
    line-height: 1.5rem;
    margin: 10px 0 25px;
}h3 {
    color: #00853F;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 1.6em;
    line-height: 22px;
    margin: 10px 0 25px;
}h4 {
    font-family: "Source Sans Pro", sans-serif;
    color: #00853F;
    font-weight: bold;
    font-size: 19px;
    line-height: 1.5rem;
    margin: 10px 0 25px;
}p {
    font-family: "Source Sans Pro", sans-serif;
    color: #272420;
    font-size: 15px;
    margin: 0 0 20px;
}ul {
    list-style-type: none;
}.row.full {
    max-width: 100%;
}.row {
    margin: 0 auto;
    max-width: 75rem;
    width: 100%;
}.vertical-padding {
    padding-top: 45px;
    padding-bottom: 45px;
}.strip-padding {
    padding-right: 0 !important;
    padding-left: 0 !important;
}.contain-to-grid {
    background: none !important;
}.contain-to-grid .top-bar {
    max-width: 75em;
}.footer-wrapper {
    background: #FFFFFF;
    width: 100%;
    display: block;
    clear: both;
    float: left;
    padding: 25px 0 0 0;
}.footer-inner-wrapper {
    margin: 0 auto;
    padding: 25px 0 0 0;
}.footer-inner-wrapper h1 {
    padding: 0 0 25px 0;
}.footer-wrapper .social-icons .fa {
    color: #272727;
    font-size: 33px;
    line-height: 50px;
    margin: 0 5px;
    width: 50px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;  
    transition: all 300ms ease;
}.footer-wrapper .social-icons .fa:hover {
    color: #00853F; 
}.contact-page-wrapper .wrapper-scaled.section-one {
    padding: 15px 30px;
}.service-hours time {
    font-size: 14px;
    font-family: "Source Sans Pro", sans-serif;
}.service-hours time b {
    color: #00853F;
    font-size: 16px;
    margin: 0 20px 0 0;
    text-transform: uppercase;
}.contactForm  {
    margin-top: 20px;
}.contactForm  label{
    font-weight: bold;
    display: block;
    }.contactForm input {
    border: 1px solid #272420;
    color: black;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 18px;
    font-weight: 300;
    height: 50px;
    margin: 0 0 20px;
    padding: 0 10px;
    width: 100%;
}.contactForm textarea {
    padding: 10px;
    border: 1px solid #272420;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 18px;
    font-weight: 300;
    width: 100%;
    min-height: 100px;
    margin: 0 0 20px;
}.contactForm .captchaWrapper {
    margin-top: 10px;
}.contactForm .captchaRefresh {
    vertical-align: top;
}.contactForm .submitWrapper {
    text-align: center;
}.contactForm .submitWrapper span.submit {
    background-color: #fafafa;
    border: 1px solid #272420;
    box-shadow: none;
    cursor: pointer;
    display: block;
    font-family: "Source Sans Pro",sans-serif;
    font-size: 26px;
    font-weight: 400;
    line-height: 65px;
    padding: 0;
    text-transform: uppercase;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;  
    transition: all 500ms ease;
}.contactForm .submitWrapper span.submit:hover {
    background-color: #00853F;
    border: 1px solid #00853F;
    color: #FFFFFF;
}.emailConfirmation {
    margin: 0 auto;
}.emailConfirmation h1 {
    color: #00CC00;
}.contact-information-wrapper {
    margin: 40px 0;
    padding-top: 15px;
    padding-bottom: 15px;
    border: 1px solid #00853F;
}.contact-information-wrapper p {
    color: #272420;
    font-size: 22px;
    font-weight: bolder;
    line-height: 50px;
    margin: 0;
}p.contact-title {
    font-family: "Source Sans Pro", sans-serif;
    color: #151515;
    font-size: inherit;
    margin: 15px 0;
}.slick-background-wrapper {
    left: 0;
    position: fixed;
    top: 0;
    z-index: -1;
    width: 101% !important;
    overflow: hidden;
}.disclaimer p {
    font-size: 12px;
}.disc-pre-image {
    color: #999999;
    line-height: normal;
    margin: 30px 0 0;
}.lnm-image > img {
    margin: 0 0 50px;
    max-width: 120px;
    opacity: 0.3;
}.white-bg{
 background: #ffffff;
}.all-padding{
  padding: 20px;
}.slide-out-wrapper .contactForm input {
    display: inline-block;
}
.slide-out-wrapper .contactForm input {
    border: 1px solid #272420;
    color: black;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: 300;
    height: 50px;
    margin: 0 0 20px;
    padding: 0 10px;
    width: 100%;
}
.slide-out-wrapper .contactForm textarea {
    padding: 10px;
    border: 1px solid #272420;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: 300;
    width: 100%;
    min-height: 100px;
    margin: 0 0 20px;
}

/* SLIDE OUT FORM */

.slide-out-wrapper {
    position: fixed;
    top: 120px;
    right: 0;
    background: rgb(239, 243, 246);
    padding: 40px 70px;
    z-index: 9999;
    border-radius: 10px 0px 0px 15px;
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -o-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all 1.2s ease;
    -moz-transition: all 1.2s ease;
    -ms-transition: all 1.2s ease;
    -o-transition: all 1.2s ease;
    transition: all 1.2s ease;
}.slide-out-wrapper.active {
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    box-shadow: 0px 40px 40px 0px rgba(28, 28, 28, 0.2);
}.slide-out-form form {
    margin: 0;
}.slide-out-form input.fancyInput[type="text"] {
    padding: 9px 25px;
    font-size: 14px;
    margin-bottom: 5px;
    background:none;
}.slide-out-form .contactForm textarea {
    background:none;
    font-size: 14px;
    padding: 9px 25px;
    margin-bottom: 5px;
}.slide-out-form .contactForm .captchaWrapper {
    font-size: 14px;
    margin: 0 0 5px;
    padding: 2px 25px;
    background: none;
}.slide-out-form .contactForm .captchaWrapper img {
    max-width: 25%;
    padding-top: 3px;
}.slide-out-form .contactForm .captchaWrapper input {
    background: none;
    font-size: 14px;
}.slide-out-form .contactForm .submitWrapper {
    margin-top: 20px;
}.slide-out-form .contactForm .submitWrapper span.submit {
    font-size: 18px;
    letter-spacing: 2px;
    width: auto;
    height: auto;
    padding: 0;
    line-height: 1;
    padding: 10px 15px;
    background: #00853f;
    color: #ffffff;
}.slide-out-form .contactForm .submitWrapper span.submit:hover {
    color: %ACCENT5%;
}.slide-out-wrapper span.form-toggle {
    position: absolute;
    left: 0;
    top: 20%;
    color: #ffffff;
    font-size: 24px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    background: #00853f;
    box-shadow: 2px 20px 32px 0px rgba(0, 0, 0, 0.13);
    -moz-transform: translateX(-80%);
    -webkit-transform: translateX(-80%);
    -o-transform: translateX(-80%);
    -ms-transform: translateX(-80%);
    transform: translateX(-80%);
    cursor: pointer;
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    -ms-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    transition: all 350ms ease;
}.slide-out-wrapper span.form-toggle:hover {
    background: %ACCENT2%;
}i.toggle-left {
    display: inline-block;
    width: 25px;
    height: 25px;
    vertical-align: middle;
    border-top: 1px solid;
    border-left: 1px solid;
    border-color: #ffffff;
    -moz-transform: rotate(-45deg) translateY(-13%);
    -webkit-transform: rotate(-45deg) translateY(-13%);
    -o-transform: rotate(-45deg) translateY(-13%);
    -ms-transform: rotate(-45deg) translateY(-13%);
    transform: rotate(-45deg) translateY(-13%);
}i.toggle-right {
    display: inline-block;
    width: 25px;
    height: 25px;
    vertical-align: middle;
    border-top: 1px solid;
    border-right: 1px solid;
    border-color: #ffffff;
    -moz-transform: rotate(45deg) translateY(-13%);
    -webkit-transform: rotate(45deg) translateY(-13%);
    -o-transform: rotate(45deg) translateY(-13%);
    -ms-transform: rotate(45deg) translateY(-13%);
    transform: rotate(45deg) translateY(-13%);
}.service-slide-show .slick-slide .slide-content .button::before{
      content: "";
    height: 100vh;
    background: #00000036;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
}.wrapper-scaled-1.section-one {
    float: none;
    margin: 0 auto;
    text-align: justify;
    padding: 100px 60px;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
    header.header-wrapper{
        height: auto;   
    }.header-company-title a{
        text-align: center;
    }.navigation-wrapper {
        padding: 0;
    }.header-wrapper .social-icons p {
        margin: 20px 0 0;
        text-align: center;
    }.social-icons a {
        float: left;
    }.header-wrapper .social-icons p .fa{
        border: 2px solid;
        margin: 0 2px;
        float: right;   
    }.slider-overlay{
        height: calc(100vh - 200px);    
    }.service-slide-show .slick-slide:hover article h3,
     .service-slide-show .slick-slide:hover article p{
        opacity: 1;
        -moz-transform: translateY(0);
        -webkit-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0); 
    }.service-slide-show .slick-slide article .slide-service-content .button{
        position: relative;
        opacity: 1;
        width: auto;
        margin: 0;
        padding: 0;
        top: auto;
        left: auto;
        border: 2px solid #00853F;
        -moz-transform: translate(0);
        -webkit-transform: translate(0);
        -o-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0); 
    }.service-slide-show .slick-slide article .slide-service-content .button span{
        opacity: 1;
        position: relative;
        top: auto;
        left: auto;
        -moz-transform: translate(0) scale(1);
        -webkit-transform: translate(0) scale(1);
        -o-transform: translate(0) scale(1);
        -ms-transform: translate(0) scale(1);
        transform: translate(0) scale(1); 
    }.slick-next, .slick-prev{
        display: none!important;
    }.home-service-list{
        display: inline-block;
    }.home-service-list a{
        line-height: 3; 
    }.wrapper-scaled {
        max-width: 800px;
    }.split-wrapper {
        width: 100%;
    }.split-wrapper .height-adjust {
        width: 800px;
        max-width: 100%;
        display: block;
        margin: 0 auto;
    }.split-wrapper .height-adjust {
        max-width: 100%;
        position: relative;
    }.service .service-content{
        padding: 0 25px;
    }.service .service-content h2,
     .service:hover .service-content h2 {
        color: #ffffff;
        font-family: "Source Sans Pro",sans-serif;
        font-size: 40px;
        font-weight: bold;
        line-height: 46px;
        margin: 0;
        text-transform: uppercase;
    }.service .service-content p,
     .service:hover .service-content p {
        color: #00853F;
        font-family: "Source Sans Pro",sans-serif;
        font-size: 19px;
        font-style: italic;
        font-weight: 600;
        line-height: normal;
        margin: 0;
        text-shadow: 1px 1px 1px #000000;
    }.service:hover .service-content h2,
     .service:hover .service-content p{
        opacity: 1;
        -moz-transform: translateY(0);
        -webkit-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);   
    }.service .service-content .button,
     .service:hover .service-content .button{
        border: 2px solid #00853F;
        display: block;
        height: auto;
        width: 100%;
        left: auto;
        margin: 10px 0 0;
        opacity: 1;
        padding: 0;
        position: relative;
        top: auto;
    }.service .service-content .button span{
        opacity: 1;
        position: relative;
        left: auto;
        top: auto;
        -moz-transform: translate(0) scale(1);
        -webkit-transform: translate(0) scale(1);
        -o-transform: translate(0) scale(1);
        -ms-transform: translate(0) scale(1);
        transform: translate(0) scale(1);
    }.google-map{
        height: 300px!important;
    }.gallery-wrapper .main-overlay{
  background: rgba(0,0,0,.8); 
}.gallery-wrapper h2{
  top: 30%;
  opacity: 1;
}.gallery-wrapper .gallery-hr {
  width: 80%;
}.gallery-button span{
  background: #abd332;
  color: #202020; 
  opacity: 1;
  top: 0
}
}
@media only screen and (max-width: 767px) {
  .service-slide-show .slick-slide .slide-content .button::before{
    position: relative;
  }
    h1, h2{
        text-align: center; 
    }.wrapper-scaled.section-one{
        padding: 20px;  
    }.header-company-title a{
        font-size: 17px;
    }.header-company-title > a img{
        width: 300px;
    }header.header-wrapper {
        position: relative;
        height: auto;
    }.header-wrapper .social-icons {
        float: left !important;
        position: relative;
        z-index: 10;
    }header.header-wrapper .social-icons p {
        margin: 0;
        line-height: 45px;
        position: absolute;
    }.navigation-wrapper{
        background: #00853F;    
        height: auto;
    }.navigation-wrapper .top-bar {
        margin: 0;
        height: 45px;
    }.top-bar-section ul{
        height: calc(100vh - 100px);    
    }.top-bar-section li:not(.has-form) a:not(.button),
     .top-bar-section li.active:not(.has-form) a:not(.button),
     .top-bar-section li.active:not(.has-form) a:hover:not(.button),
     .top-bar-section ul li:not(.has-form) a:hover:not(.button){
        line-height: 45px;
    }.top-bar-section .dropdown{
        background: #00853F;
        padding: 15px 30px;
        top: -100%;
        left: 100%;
        -moz-transform: translateX(0);
        -webkit-transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
        z-index: auto;  
    }.top-bar-section .dropdown li {
        height: 40px;
    }.service-group{
        bottom: 0;  
    }.phone-toggle {
        overflow: hidden;
        position: fixed;
        right: 0;
        top: calc(100% - 45px);
        width: 100%;
        z-index: 10;
        -moz-transform: translateX(0);
        -webkit-transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }.phone-toggle.flyout {
        right: 0;
        -moz-transform: translateY(-70px);
        -webkit-transform: translateY(-70px);
        -o-transform: translateY(-70px);
        -ms-transform: translateY(-70px);
        transform: translateY(-70px);
    }.phone-button-action {
        width: 100%;
        background: #00853F;
        border-top: #ffffff;
    }.phone-button-action .text br {
        display: none;
    }.phone-button-action .fa {
        clear: none;
        display: inline-block;
        font-size: 28px;
        margin: 0 0 0 10px;
        vertical-align: middle;
    }.phone-button-action, .phone-number {
        height: auto;
    }.phone-number {
        display: block;
        font-size: 28px;
        line-height: 70px;
        padding: 0;
        text-align: center;
        width: 100%;
    }.phone-number a {
        color: #FFFFFF !important;
    }.service-slide-show{
        top: 0;
    }.service-slide-show .slick-slide article p{
        display: none;  
    }.service-slide-show .slick-slide:hover article h3{
        opacity: 1;
        -moz-transform: translateY(0);
        -webkit-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0); 
    }.service-slide-show .slick-slide article .slide-service-content .button{
        position: relative;
        opacity: 1;
        width: auto;
        margin: 0;
        padding: 0;
        top: auto;
        left: auto;
        border: 2px solid #00853F;
        -moz-transform: translate(0);
        -webkit-transform: translate(0);
        -o-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0); 
    }.service-slide-show .slick-slide article .slide-service-content .button span{
        opacity: 1;
        position: relative;
        top: auto;
        left: auto;
        -moz-transform: translate(0) scale(1);
        -webkit-transform: translate(0) scale(1);
        -o-transform: translate(0) scale(1);
        -ms-transform: translate(0) scale(1);
        transform: translate(0) scale(1); 
    }.slick-prev, .slick-next{
        display: none!important;    
    }.service .service-content{
        padding: 0 25px;
    }.service .service-content h2,
     .service:hover .service-content h2 {
        color: #ffffff;
        font-family: "Source Sans Pro",sans-serif;
        font-size: 20px;
        font-weight: bold;
        line-height: 46px;
        margin: 0;
        text-transform: uppercase;
    }.service .service-content p,
     .service:hover .service-content p {
        color: #00853F;
        font-family: "Source Sans Pro",sans-serif;
        font-size: 15px;
        font-style: italic;
        font-weight: 600;
        line-height: normal;
        margin: 0;
        text-shadow: 1px 1px 1px #000000;
    }.service:hover .service-content h2,
     .service:hover .service-content p{
        opacity: 1;
        -moz-transform: translateY(0);
        -webkit-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);   
    }.service .service-content .button,
     .service:hover .service-content .button{
        border: 2px solid #00853F;
        display: block;
        height: auto;
        width: 100%;
        left: auto;
        margin: 10px 0 0;
        opacity: 1;
        padding: 0;
        position: relative;
        top: auto;
    }.service .service-content .button span{
        opacity: 1;
        position: relative;
        left: auto;
        top: auto;
        -moz-transform: translate(0) scale(1);
        -webkit-transform: translate(0) scale(1);
        -o-transform: translate(0) scale(1);
        -ms-transform: translate(0) scale(1);
        transform: translate(0) scale(1);
    }.home-service-list{
        display: inline-block;  
    }.home-service-list a{
        line-height: 4; 
    }.cta-one .button{
        margin: 0;
    }.button.animate-button {
        width: 90%;
    }.contact-information-wrapper p {
        font-size: 15px;
    }.contact-information-wrapper{
        padding: 7px;   
    }.contact-information-wrapper p{
        word-wrap: break-word;  
    }.google-map{
        height: 300px!important;
    }
.phone-toggle {
    overflow: hidden;
    position: fixed;
    right: 0;
    top: calc(100% - 45px);
    width: 100%;
    z-index: 10;
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    display: none;
}.gallery-wrapper .main-overlay{
  background: rgba(0,0,0,.8); 
}.gallery-wrapper h2{
  top: 30%;
  opacity: 1;
}.gallery-wrapper .gallery-hr {
  width: 80%;
}.gallery-button span{
  background: #abd332;
  color: #202020; 
  opacity: 1;
  top: 0
}
}

.checkbox-wrapper * {
    display: inline-block !important;
    /* float: left; */
    width: auto !important;
    vertical-align: middle !important;
    line-height: 35px !important;
    margin: 0 15px 0 0 !important;
}
/*
WP Customer Reviews
You can override any of these values in your theme CSS if you use !important
Example: #wpcr_respond_1 blockquote.description p { font-size:12px !important; font-weight:bold !important; }
*/
.wpcr_show { 
    display:inline; 
}.wpcr_hide { 
    display:none; 
}.wpcr_fl{ 
    float:left; font-size: 14px;
}.reviewer span.fn{ 
    font-size: 14px;
}.wpcr_sc { 
    padding:0px 10px 0px 0px; 
}.wpcr_rname { 
    padding:0px 0px 0px 0px; 
    line-height:20px; 
    color: #222;
}.wpcr_clear { 
    clear:both; 
}.wpcr_spacing1 { 
    padding-bottom:5px; 
}.wpcr_lh30 { 
    line-height:30px; 
}.wpcr_pb5 { 
    padding-bottom:5px; 
}.wpcr_power { 
    padding-top:30px !important; 
    padding-bottom:5px !important; 
    font-size:10px !important; 
}.wpcr_status_msg { 
    color:#c00;font-weight:bold; 
}.wpcr_status_msg div { 
    color:#c00;
    font-weight:bold;
    padding-bottom:15px;
    padding-top:15px; 
}#wpcr_respond_1 h2.summary { 
    font-size: 18px; 
    padding: 5px 0 5px 0; 
    color: #fff; 
    font-weight: bold;
}#wpcr_respond_1 h3.summary { 
    padding: 5px 0 5px 0; 
    color: #fff;
}#wpcr_respond_1 h4.summary { 
    padding: 5px 0 5px 0; 
    color: #fff;
}#wpcr_respond_1 h5.summary { 
    padding: 5px 0 5px 0; 
    color: #fff;
}#wpcr_respond_1 h6.summary { 
    padding: 5px 0 5px 0; 
    color: #fff;
}#wpcr_respond_1 blockquote.description { 
    font-size:14px; 
    font-weight:normal; 
}#wpcr_respond_1 blockquote.description p { 
    font-size:14px; 
    font-weight:normal; 
    display:inline !important; 
}#wpcr_respond_1 p.response { 
    font-size:14px; 
    font-weight:normal; 
    font-style:italic; 
}#wpcr_respond_1 .vcard { 
    font-size:10px !important; 
    padding-bottom:5px; 
    line-height:11px !important; 
}#wpcr_hcard_h { 
    display:none; 
}#wpcr_hcard_s { 
    display:block; 
}#wpcr_postcomment { 
    font-size:1.1em; 
    font-weight:bold; 
    color: #222;
}#wpcr_commentform label { 
    display:inline !important; 
    color: #222;
}#wpcr_commentform #fconfirm1, 
 #wpcr_commentform #fconfirm3 { 
    display:none; 
}#wpcr_ad { 
    background:#ffffff; 
}#wpcr_ad label { 
    font-weight:bold; 
}#wpcr_commentform #fconfirm2 { 
    width:auto !important; 
}#wpcr_respond_1, 
 #wpcr_respond_2 { 
    margin:0 !important; 
    padding:0 !important; 
    clear:both !important; 
}#wpcr_respond_1 p, 
 #wpcr_respond_2 p { 
    margin:0 !important;
    padding:0 !important;
    line-height:120% !important;
    margin-top:2px !important;
    margin-bottom:2px !important;
}#wpcr_respond_1 .wpcr_rating, 
 #wpcr_commentform .wpcr_rating {
    border:0 !important;
    margin:0 !important;
    padding:0 !important;
    margin-left:0px !important;
    margin-top:0px !important;
    overflow:hidden;
    height:16px;
}#wpcr_respond_1 .sp_rating { 
    line-height:1.7em; 
    display:block; 
}#wpcr_respond_1 .sp_rating * { 
    border:0 none; 
    margin:0; 
    padding:0; 
}#wpcr_respond_1 .base { 
    background:url(images/newstars.png) 0 0 no-repeat; 
    width:85px; 
    height:17px; 
    float:left; 
    padding-right:4px; 
    overflow:hidden; 
    display:block; 
}#wpcr_respond_1 .average { 
    background:url(images/newstars.png) 0 -15px no-repeat; 
    text-indent:-9999px; 
    height:17px; 
}#wpcr_respond_2 { 
    display:none; 
    background-color:inherit; 
}#wpcr_commentform .sp_rating { 
    line-height:1.7em; 
    display:block; 
}#wpcr_commentform .sp_rating * { 
    border:0 none; 
    margin:0; 
    padding:0; 
}#wpcr_commentform .status { 
    height:16px; 
    width:100px; 
    overflow:hidden; 
    position:relative; 
    cursor:pointer; 
    display:block; 
}#wpcr_commentform .base { 
    display:none; 
}#wpcr_commentform .score { 
    background:url(images/newstars.png) 0 0 no-repeat; 
    width:85px; 
    height:17px; 
    float:left; 
    position:relative; 
}#wpcr_commentform .score a {
    display:block;
    height:17px;
    float:left;
    text-indent:-9999px;
    position:absolute;
    overflow:hidden;
    line-height:1em;
}#wpcr_commentform .score a:hover { 
    background:url(images/newstars.png) bottom right no-repeat; 
}#wpcr_commentform .score1 {
    width:20%; 
    z-index:55;
}#wpcr_commentform .score2 {
    width:40%; 
    z-index:54;
}#wpcr_commentform .score3 {
    width:60%; 
    z-index:53;
}#wpcr_commentform .score4 {
    width:80%; 
    z-index:52;
}#wpcr_commentform .score5 {
    width:100%; 
    z-index:51;
}#wpcr_div_2 { 
    width:600px; 
    margin: 0 auto;
}#wpcr_table_2 { 
    text-align:center; 
    margin: 0 auto; 
}#wpcr_table_2 td { 
    text-align:left; 
}#wpcr_check_confirm { 
    margin-top: 10px;
    font-size: 15px;
    color: #c00;
    margin-bottom: 4px; 
}#wpcr_button_1, 
 #wpcr_button_1:link, 
 #wpcr_button_1:visited, 
 #wpcr_submit_btn, 
 #wpcr_submit_btn:link, 
 #wpcr_submit_btn:visited {
    -moz-border-radius: 3px !important;
    -webkit-border-radius: 3px !important;
    background: red url('button.png') 0 0 repeat-x !important; 
    background: -moz-linear-gradient(0% 170% 90deg, red, red) !important;
    background: -webkit-gradient(linear, 0% 0%, 0% 170%, from(red), to(red)) !important;
    border: 1px solid !important;
    border-color: green !important;
    border-radius: 3px !important;
    color: #fff !important;
    cursor:pointer !important;
    display: inline-block !important;
    font-size: 13px !important;
    font-weight: normal !important;
    outline: 0 !important;
    padding: 5px 8px 5px !important;
    text-align: center !important;
    text-decoration: none !important;
      text-shadow: 1px 1px red!important;
    white-space: nowrap !important;
    float:none !important;
    height:auto !important;
    text-indent:0 !important;
  margin: 20px 20px 20px 20px;

}#wpcr_button_1:hover, 
 #wpcr_submit_btn:hover {
    background: -moz-linear-gradient(0% 170% 90deg, #b8b8b8, white) !important;
    background: -webkit-gradient(linear, 0% 0%, 0% 170%, from(white), to(#b8b8b8)) !important;
    border-color: #99ccff !important;

    color: #333333 !important;
    cursor:pointer !important;
    font-weight: normal !important;
}#wpcr_button_1:active, 
 #wpcr_submit_btn:active {
    position: relative !important;
    top: 1px !important; 
}#wpcr_button_1:active, 
 #wpcr_button_1:focus, 
 #wpcr_submit_btn:active, 
 #wpcr_submit_btn:focus {
    background-position: 0 -25px !important;
    background: -moz-linear-gradient(0% 170% 90deg, white, #dedede) !important;
    background: -webkit-gradient(linear, 0% 0%, 0% 170%, from(#dedede), to(white)) !important;
    border-color: #8fc7ff #94c9ff #94c9ff #8fc7ff !important;
    color:#1a1a1a !important;
    
}#wpcr_commentform input { 
    padding:0; 
    margin:0 !important; 
    width:200px !important; 
}#wpcr_commentform textarea { 
    padding:0 !important; 
    margin:0 !important; 
    width:400px !important; 
    height:100px !important; 
}#wpcr_commentform small { 
    padding:0 !important; 
    margin:0 !important; 
}#wpcr_commentform table, 
 #wpcr_commentform td { 
    border:0 !important; 
    border-style:none !important; 
  border-radius:20px;
}#wpcr_pagination {
    clear:both;
    padding:0px 0px 0px 0px;
    position:relative;
    font-size:11px;
    line-height:13px;
}#wpcr_pagination_page {
    float:left;
    display:block;
    line-height:30px;
    padding-right:5px;
}#wpcr_pagination .wpcr_current, 
 #wpcr_pagination a {
    display:block;
    float:left;
    margin: 2px 2px 2px 0;
    padding:6px 9px 5px 9px;
    text-decoration:none;
    width:auto;
    color:#fff;
    background: #555;
}#wpcr_pagination a:hover{
    color:#fff;
    background: #3279BB;
}#wpcr_pagination .wpcr_current{
    padding:6px 9px 5px 9px;
    background: #3279BB;
    color:#fff;
}


