/* General */
body {
    color: #464646;
    font-family: 'Lato', sans-serif;
}
body > section,
body > nav,
body > .contactUsCta {
    position: relative;
}
body > section,
body > nav {
    background-color: #fff;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    color: #101010;
    font-family: 'Staatliches', sans-serif;
    margin-bottom: 1.5rem;
    letter-spacing: 1px;
}
h2, h3, h4, h5, h6,
.h2, .h3, .h4, .h5, .h6 {
    border-bottom: 2px solid #679740;    
    display: inline-block;
}
h2 {
    font-size: 1.75rem;
    font-weight: 700;
}
/*h2:after {
    content: '';
    width: 5rem;
    height: 3px;
    background: #679740;
    display: block;
    margin: 1.25rem 0 1.75rem;
}*/
a {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #679740;
}
a:hover,
a:focus {
    color: #121212;
}
button:focus {
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none;
}
.btn.centerButton,
button.centerButton {
    display: table;
    margin: 0 auto;
}
.btn {
    border: 2px solid #679740;
    padding: .4rem .85rem;
    color: #121212;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    margin-top: 1rem;
    border-radius: 3px;
}
.btn:hover,
.btn:focus {
    text-decoration: none;
    background: #679740;
}
.btn-cta {
    background: #679740;
}
.btn-cta:hover,
.btn-cta:hover {
    color: #679740;
    background: #101010;
    border-color: #101010;
}
.btn-cta:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\00a0\f105';
}
[type="submit"] {
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
:focus {
    outline: none;
}
@media only screen and (min-width: 768px) {
    h2 {
        font-size: 2.25rem;
    }
}

/* Helpers */
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}

/* Table */
table {
    margin-bottom: 1rem;
}
th, td {
    border: 1px solid #ddd;
    padding: .5rem;
}

/* Form */
.form-control:focus {
    border-color: gray;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* Bullet Points */
#main ul li {
    position: relative;
    list-style: none;
}
#main ul li:before {
    background: #679740;
    width: 6px;
    height: 6px;
    left: -18px;
    top: 9px;
    position: absolute;
    border-radius: 50%;
}
.page-template-default #main .left ul li:before,
.page-template-services #main .right ul li:before {
    content: '';
}



/* Error 404 Page */
.error404 h1 {
    text-transform: uppercase;
    font-size: 2.5rem;
    text-align: center;
}
.error404 h1 span {
    display: block;
    font-size: 5rem;
}

@media (min-width: 992px) {
    .error404 h1 {
        font-size: 5rem;
    }
    .error404 h1 span {
        font-size: 10rem;
    }
}

/* Main */
main {
    background-color: #ffffff;
    z-index: 500;
    position: relative;
}

/* Section */
section {
    padding: 4rem 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.home section {
    padding: 2rem 0;
}
@media only screen and (min-width: 992px) {
    .home section {
        padding: 2.75rem 0 4.75rem;
    }
}


/* Widget */
.widget {
    background: #f7f7f7;
    border: 1px solid #a1a1a1;
    padding: 1.25rem 1.5rem 1.75rem;
}
.widget .widget-title {
    font-size: 1.75rem;
    text-transform: uppercase;
    font-weight: 700;
}
.widget .widget-title:after {
    content: '';
    width: 5rem;
    height: 3px;
    background: #679740;
    display: block;
    margin: .75rem 0 1.5rem;
}
.widget p:last-of-type,
.widget > *:last-child {
    margin-bottom: 0;
}


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


/* Navbar */
.navbar {
    min-height: 87px;
    border-bottom: 1px solid #fff;
}
.navbar.bordered {
    border-color: #a1a1a1;
}
.navbar-brand {
    padding: 0;
}
.navbar.bordered .navbar-brand {
    margin-bottom: 0;
}
.navbar-brand img {
    width: auto;
    height: 30px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding: .25rem;
    background-color: #fff;
}
.navbar-toggler {
    color: rgba(0,0,0,.5);
    border-color: rgba(0,0,0,.1);
}
.navbar .menu {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 2.5rem 0;

}
.navbar .menu .menu-item a {
    font-weight: 600;
    text-transform: uppercase;
    padding-left: 1rem;
    padding-right: 1rem;
    text-decoration: none;
    color: #101010;
    position: relative;
    border-top: 1.5px solid transparent;
    border-bottom: 1.5px solid transparent;
}
.navbar .menu .image-item img {
    margin-top: 1.5rem;
    max-height: 30px;
}
.navbar .menu .menu-item a:hover,
.navbar .menu .menu-item a:focus {
    color: #679740;
    border-color: #679740;
}
.navbar .menu .menu-item.btn {
    padding: 0;
    margin-top: .5rem;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.navbar .menu .menu-item.btn a {
    padding: .4rem .85rem;
    border: 0;
}
.navbar .menu .menu-item.btn a:hover,
.navbar .menu .menu-item.btn a:hover [class*=fa-],
.navbar .menu .menu-item.btn a:focus,
.navbar .menu .menu-item.btn a:focus [class*=fa-] {
    color: #fff;
}
.sub-menu {
    margin: 0;
}
li.menu-item-has-children:hover > .sub-menu {
    display: block;
}
@media only screen and (min-width: 992px) {
    .navbar {
        height: 87px;
    }
    .navbar .menu {
        padding: 0 0 0 2.5rem ;
    }
    .navbar .menu {
        border-bottom: none;
        padding-bottom: 0;
    }
    .navbar .menu .menu-item {
        margin: 0 .5rem;
    }
    .navbar .menu .menu-item a {
        padding-top: .25rem;
        padding-bottom: .25rem;
    }
    .navbar .menu .menu-item.current-menu-item a:before,
    .navbar .menu .menu-item.current-menu-ancestor a:before,
    .page-home .navbar .menu .menu-item.page-home > a:before,
    .page-services .navbar .menu .menu-item.page-services > a:before,
    .page-about .navbar .menu .menu-item.page-about > a:before,
    .page-contact .navbar .menu .menu-item.page-contact > a:before {
        position: absolute;
        content: '';
        height: 1.75rem;
        width: 1.75rem;
        display: block;
        z-index: -1;
        border: 1px solid #e1e1e1;
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg);
        top: -2px;
        left: 7.5px;
    }
    .navbar .menu .menu-item.btn {
        margin-top: 0;
        margin-left: 1rem;
    }
    .navbar .menu .image-item img {
        margin-left: 2.5rem;
        margin-top: 0;
    }
}
@media only screen and (min-width: 1200px) { 
    #navbarNav {
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    .navbar.bordered #navbarNav {
        margin-top: 0;
    }
    .navbar-brand img {
        height: 50px;
    }
}


/* Footer */
footer {
    background: #679740;
    background: linear-gradient(90deg, rgba(152,209,105,1) 0%, rgba(103,151,64,1) 50%);
    color: #fff;
    font-size: .85rem;
    padding: 1.25rem 0;
    font-family: 'Lato', sans-serif;
}
footer p {
    margin-bottom: 0;
}
footer a {
    color: #fff;
    text-decoration: none;
}
footer a:hover,
footer a:focus {
    text-decoration: underline !important;
    color: #fff !important;
}
footer .left,
footer .center,
footer .right {
    text-align: center;
}
footer .left,
footer .center {
    margin-bottom: .5rem;
}
footer .left > *,
footer .right > * {
    margin-bottom: .25rem;
}
footer .center img {
    max-height: 16px;
    margin-right: .5rem;
}
footer ul.menu {
    display: block;
    list-style: none;
    padding: 0;
}
footer ul.menu > li.menu-item {
    display: inline-block;
}
footer ul.menu > li.menu-item a {
    padding: 0 .75rem;
    border-right: 1px solid #ebebeb;
    line-height: 1;
    color: #ebebeb;
}
footer ul.menu > li.menu-item:last-child a {
    border: 0;
}
@media only screen and (min-width: 992px) {
    footer .left {
        text-align: left;
    }
    footer .right {
        text-align: right;
    }
    footer .left,
    footer .center,
    footer .right {
        margin-bottom: 0;        
    }
}


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


/* Header Banner */
#headerBanner {
    background-color: rgb(103,151,64);
    background-image: url(../img/wiltshire-tree-and-landscaping-collage.png);
    background-repeat: no-repeat;
    background-size: 80%;
    background-position: bottom right;
    width: 100%;
    min-height: 400px;
}
#headerBanner + * {
    position: relative;
    border-top: 1px solid #a1a1a1;
}
.home #headerBanner + * {
    border-top: none;
}
#headerBanner h1 {
    font-size: 2.5rem;
    font-family: 'Staatliches', sans-serif;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
    font-weight: 400;
    font-size: 1.5rem;
    margin-top: 2rem;
}
#headerBanner p {
    color: #fff;
    display: block;
}
@media only screen and (min-width: 620px) {
    #headerBanner {
        padding: 1rem;
    }
}
@media only screen and (min-width: 768px) {
    #headerBanner {
        padding: 2rem 1rem;
    }
    #headerBanner p {
        font-size: 1.25rem;
    }
    #headerBanner {
        min-height: 600px;
    }
}
@media only screen and (min-width: 992px) {
    #headerBanner {
         padding: 2rem;
    }
    #headerBanner h1 {
        font-size: 4rem;
    }
}
@media only screen and (min-width: 1200px) {
    #headerBanner {
        padding: 3rem;
        position: fixed;
        background-size: 1000px;
    }
    #headerBanner + * {
        margin-top: 600px;
    }
}
@media only screen and (min-width: 1600px) {
    #headerBanner {
        padding: 4rem 8rem;
        background-size: 1200px;
    }
}


/* Contact Us CTA */
.contactUsCta {
    background: #679740;
    background: linear-gradient(90deg, rgba(152,209,105,1) 0%, rgba(103,151,64,1) 50%);
    text-align: center;
    color: #fff;
    padding: 1rem 0;
}
.contactUsCta p {
    margin-bottom: 0;
    font-size: .9rem;
}
.contactUsCta h3 {
    margin-bottom: .75rem;
    color: #fff;
}
.contactUsCta a {
    color: #fff; display: block;
}
.contactUsCta span {
    padding: 0 .5rem;
}
.contactUsCta a span {
    padding: 0 .25rem 0 0;
    color: #ffffff;
}
.contactUsCta a.btn {
    border-color: #fff;
}
.contactUsCta a.btn:hover {
    background-color: #fff;
}
.contactUsCta a.btn:hover,
.contactUsCta a.btn:hover .fa {
    color: #679740;
}
@media only screen and (min-width: 350px) {
    .contactUsCta a {
        display: inline-block;
    }
    .contactUsCta a + a {
        margin-left: .5rem;
    }
}
@media only screen and (min-width: 768px) {
    .contactUsCta p {
        font-size: 1rem;
    }
}
@media only screen and (min-width: 992px) {
    .contactUsCta p {
        display: inline;
    }
    .contactUsCta a {
        margin-left: .5rem;
        margin-top: 0;
    }
}


/* Intro */
#services {
    padding-top: 3.5rem;
}
#services > .container > .row > *:nth-child(2) {
    padding-top: 4rem;
}
#services h3 {
    margin-bottom: .75rem;
    border-bottom: none;
}
#services ul {
    padding-left: 2.5rem;
    list-style: none;
}
#services ul li {
    position: relative;
}
#services ul li::before {
    content: '';
    width: 8px;
    height: 8px;
    background: #679740;
    border-radius: 50%;
    display: inline-block;
    left: -22px;
    top: 8px;
    position: absolute;
}
.checkUsOut {
    border: 3px solid #679740;
    padding: 1rem 1.25rem;
    border-radius: 20px;
    margin-top: 1.5rem;
}
.checkUsOut p {
    margin-bottom: .25rem;
}
.checkUsOut img {
    margin-top: 1rem;
    margin-right: 1rem;
    max-width: 100%;
}
@media only screen and (min-width: 768px) {
    #services > .container > .row > *:nth-child(2) {
        padding-top: 0;
        padding-left: 3.5rem;
    }
}
@media only screen and (min-width: 992px) {
    #services {
        padding-top: 5rem;
    }
}


/* Services */
ul.services-list {
    list-style: none;
    padding: 0;
    font-size: 1.15rem;
    padding-left: 1rem;
    margin-bottom: 0;
}
.widget ul.services-list {
    font-size: 1rem;
}
ul.services-list > li {
    display: block;
    padding: .75rem 0;
}
.widget ul.services-list > li {
    padding: .6rem 0;
}
ul.services-list > li > a > * {
    display: inline-block;
    vertical-align: middle;
}
ul.services-list a {
    color: #868686;
    text-decoration: none;
    display: block;
}
ul.services-list a:hover,
ul.services-list a:focus {
    background: #679740;
    color: #222;
}
/*ul.services-list a:hover .stone-img-wrapper:before,
ul.services-list a:focus .stone-img-wrapper:before {
    content: none;
}*/
.stone-img-wrapper {
    position: relative;
}
.stone-img-wrapper:before {
    content: url(../img/two-little-squares.png);
    position: absolute;
    left: -21px;
    top: -10px;
    z-index: 50;
}
.widget .stone-img-wrapper:before {
    content: url(../img/two-little-squares-widget.png);
    left: -14px;
    top: -5px;
}
.stone-img {
    position: relative;
    height: 2.25rem;
    width: 2.25rem;
    display: block;
    border: 1px solid #e1e1e1;
    overflow: hidden;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
}
.widget .stone-img {
    height: 1.75rem;
    width: 1.75rem;
}
.stone-img:after {
    content: '';
    position: absolute;
    width: 150%;
    height: 150%;
    top: -26%;
    left: -26%;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
ul.services-list .text {
    padding-left: 1.25rem;
}
.widget ul.services-list .text {
    padding-left: .75rem;
}
@media only screen and (min-width: 768px) {
    ul.services-list {
        font-size: 1.375rem;
    }
}


/* Locations */
.the-map {
    background-image: url(../img/wiltshire-map.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 240px;
    position: relative;
    overflow: hidden;
}
.the-map .pulse {
    display: block;
    border-radius: 50%;
    background: rgba(249, 183, 7, 0.2);
    -webkit-box-shadow: 0 0 0 rgba(249, 183, 7, 0.1);
            box-shadow: 0 0 0 rgba(249, 183, 7, 0.1);
    -webkit-animation: pulse 2s infinite;
            animation: pulse 2s infinite;
    position: absolute;
    width: 280px;
    height: 280px;
    left: calc(50% - 140px);
    top: calc(50% - 140px);
}
/* Pulse Animation */
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(249, 183, 7, 0.4);
  }
  70% {
      -webkit-box-shadow: 0 0 0 10px rgba(249, 183, 7, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(249, 183, 7, 0);
  }
}
@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(249, 183, 7, 0.4);
            box-shadow: 0 0 0 0 rgba(249, 183, 7, 0.4);
  }
  70% {
      -webkit-box-shadow: 0 0 0 10px rgba(249, 183, 7, 0);
              box-shadow: 0 0 0 10px rgba(249, 183, 7, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(249, 183, 7, 0);
              box-shadow: 0 0 0 0 rgba(249, 183, 7, 0);
  }
}


/* Why Us */
#gallery {
    padding-bottom: 3.5rem;
}
#gallery .first,
#gallery .second {
    position: relative;
    z-index: 10;
}
#gallery .first,
#gallery .second {
    margin-left: 1.5rem;
}
#gallery .first:before,
#gallery .second:before {
    color: #fef2de;
    font-size: 6.25rem;
    font-family: 'Lato', sans-serif;
    font-style: italic;
    position: absolute;
    z-index: -1;
    top: -.75rem;
    left: 0;
    line-height: 1;
}
#gallery .first:before {
    content: '1';    
}
#gallery .second:before {
    content: '2';    
}
#gallery .text {
    position: relative;
}
#gallery .text img {
    position: absolute;
    left: -400px;
    top: -45px;
    opacity: 0;
}
#gallery.checkatrade .text img {
    position: static;
    opacity: 1;
}
#gallery .image {
    width: 100%;
    float: right;
    padding-left: 1.5rem;
    padding-bottom: 1.5rem;
    width: 50%;
}
/*- Lightbox */
.gallery {
    margin-top: .5rem;
}
.gallery > .row {
    margin-right: -6px;
    margin-left: -6px;
}
.gallery > .row > * {
    padding-right: 6px;
    padding-left: 6px;
    padding-bottom: 12px;
}
.example-image {
    width: 100%;
}
.gallery p {
    margin-top: .75rem;
    text-align: center;
}
.gallery p span {
    font-size: .75rem;
}
@media only screen and (min-width: 768px) {
    .gallery p {
        text-align: right;
    }
}
@media only screen and (min-width: 992px) {
    #gallery {
        padding-bottom: 5rem;
    }
}


/* Testimoanils */
#testimonials {
    background-image: url('../img/testimonials-bg.jpg');
    position: relative;
    background-attachment: fixed;
}
#testimonials:before {
    content: '';
    background: #fff;
    opacity: .875;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.testimonialSlider {
    margin: 2.75rem -.75rem 2rem;
}
.testimonial-item {
    background: #fff;
    margin: 0px .75rem;
    padding: 2rem;
}
.testimonial-text {
    margin-bottom: 1rem;
    font-weight: 300;
    position: relative;
    color: #333333;
}
.testimonial-text:before {
    content: '"';
    position: absolute;
    top: -17px;
    left: -9px;
    line-height: 1;
    font-size: 6.25rem;
    color: #679740;
    opacity: .25;
    font-family: 'Lato', sans-serif;
    font-style: italic;
}
.testimonial-text > *:first-child {
}
.testimonial-text > *:last-child {
    margin-bottom: 0;
}
.testimonial-item-meta > * {
    display: inline-block;
    vertical-align: middle;
}
.testimonial-item-meta > img {
    width: 2.5rem;
    border-radius: 50%;
}
.testimonial-item-meta {
    text-align: right;
}
.testimonial-item-meta > .testimonial-item-meta-text {
    width: 80%;
    width: calc(100% - 3rem);
    padding-left: .25rem;
    font-style: italic;
}
.testimonial-item-meta-text > * {
    display: block;
}
.testimonial-item-meta-text > .author {
    font-weight: 500;
    color: #679740;
}
.testimonial-item-meta-text > .author-meta {
    font-size: .825rem;
    font-weight: 300;
}
@media only screen and (min-width: 992px) {
    #testimonials {
        padding: 5rem 0;
    }
}


/* Contact */
#contact {
    /*background: #ecfff7;*/
    padding: 2.5rem 0;
    position: relative;
    text-align: center;
    background-size: cover;
}
#contact:before {
    content: '';
    background: #fbfff7;
    opacity: .9;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
#contact p {
    font-size: 1.5rem;
    color: #222;
}
#contact .btn {
    margin-top: 0;
    padding: .4rem 2rem;
}

.contactDetails {
    margin-bottom: .5rem;
}
#contact .fa {
    color: #679740;
}
@media (min-width: 992px){
    .contactDetails > *:first-child {
        padding-right: 2.5rem;
    }
}

/* Icon and Text */
.textAndIcon {
    margin-top: 1.25rem;
    text-align: left;
}
.textAndIcon * {
    color: #101010;
}
.textAndIcon > * {
    display: inline-block;
    vertical-align: top;
}
.textAndIcon .textAndIcon-icon {
    position: relative;
    font-size: 1.125rem;
    margin-right: .5rem;
    padding-right: .75rem;
    width: 2rem;
    text-align: center;
}
.textAndIcon .textAndIcon-icon *{
    color: #679740;
}
.textAndIcon .textAndIcon-icon:after {
    content: '';
    background: #679740;
    height: 40%;
    position: absolute;
    right: 0;
    top: 33%;
    width: 2.5px;
}
.textAndIcon-text span.top {
    font-family: 'Staatliches', sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    font-size: .55rem;
}
.textAndIcon-text span.bottom {
    font-size: 1rem;
}
.textAndIcon-text span.bottom,
.textAndIcon-text span.bottom a {
    text-decoration: none;
}
.textAndIcon-text span.bottom:hover a {
    color: #679740;
    text-decoration: underline;
}
@media only screen and (min-width: 350px) {
    #contact .textAndIcon .textAndIcon-icon:after {
        width: 3px;
    }
    #contact .textAndIcon-text span.top {
        font-size: .575rem;
    }
    #contact .textAndIcon-text span.bottom {
        font-size: 1.1rem;
    }
}
@media only screen and (min-width: 576px) {
    #contact {
        padding: 8rem 0;
    }
}
@media only screen and (min-width: 768px) {
    #contact {
        padding: 2rem 0;
        background-attachment: fixed;
        border-top: 1px solid #679740;
    }
    #contact .right {
        text-align: right;
    }
}
@media only screen and (min-width: 992px) {
    .contactDetails {
        margin-top: 1.25rem;
    }
    #contact .textAndIcon .textAndIcon-icon {
        font-size: 2rem;
        margin-right: 1rem;
        padding-right: 1.5rem;
        width: auto;
    }
    #contact .textAndIcon .textAndIcon-icon:after {
        width: 5px;
    }
    #contact .textAndIcon-text span.top {
        font-size: .7rem;
    }
    #contact .textAndIcon-text span.bottom {
        font-size: 1.25rem;
    }
}
@media only screen and (min-width: 1200px) {
    #contact .textAndIcon .textAndIcon-icon {
        font-size: 2.5rem;
        margin-right: 1rem;
        padding-right: 1.5rem;
    }
    #contact .textAndIcon .textAndIcon-icon:after {
        width: 5px;
    }
    #contact .textAndIcon-text span.top {
        font-size: .8rem;
    }
    #contact .textAndIcon-text span.bottom {
        font-size: 1.5rem;
    }
}



/* Default page */
#main {
    padding: 3.25rem 0;
}
#main .right {
    margin-top: 2rem;
}
#main .right > * {
    margin-bottom: 1rem;
}
@media only screen and (min-width: 992px) {
    #main {
        padding: 4rem 0;
    }
    #main .left {
        padding-right: 2.5rem;
    }
    #main .right {
        margin-top: 0;
    }
}
@media only screen and (min-width: 1200px) {
    #main {
        padding: 6rem 0;
    }
}


/* Gallery */
.widget.slider {
    padding: 0;
    background: #fff;
}
.ratio-slider.slick-slider {
    height: 100%;
}
.ratio-slider.slick-slider .slick-list {
    width: 100%;
    height: 100%;
    padding-top: 75%;
    position: relative;
}
.ratio-slider.slick-slider .slick-track {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.ratio-slider.slick-slider .slick-slide {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    min-height: 200px;
    position: relative;
}
.widget.slider .slick-dots {
    position: absolute;
    bottom: .5rem;
}
.widget.slider .slick-dots li button {
    background: #fff;
}
.widget.slider .slick-dots li.slick-active button {
    background: #679740;
}
.slick-prev:before,
.slick-next:before {
    text-shadow: 0 0 2px #000000;
}


/* Services */
.service {
    padding-top: 2.5rem;
}
ul.side-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    position: -webkit-sticky;
    position: sticky;
    top: 7rem;
}
ul.side-menu li a {
    display: inline-block;
    padding: .4rem 1.2rem;
    width: 100%;
    border: 1px solid #a1a1a1;
    margin-top: -1px;
    text-decoration: none;
    color: #121212;
    font-weight: 600;
    background: #f7f7f7;
}
ul.side-menu li a.active {
    background: #679740;
    position: relative;
}
.lightbox-item {
    position: relative;
    width: 30%;
    padding-top: 30%;
    display: inline-block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    float: left;
    margin-right: 3%;
    margin-bottom: 3%;
}
@media only screen and (min-width: 992px) {
    ul.side-menu li a.active {
        border-right-color: #679740;
    }
    ul.side-menu li a:not(.active):hover {
        color: #679740;
    }
    ul.side-menu li a:not(.active):focus {
        color: #121212;
    }
    ul.side-menu li a:after,
    ul.side-menu li a:before {
        -webkit-transition: border-color 0.3s ease;
        -o-transition: border-color 0.3s ease;
        transition: border-color 0.3s ease;
    }
    ul.side-menu li a:after,
    ul.side-menu li a:before {
        left: 100%;
        top: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }
    ul.side-menu li a:after {
        border-color: rgba(255, 255, 255, 0);
        border-left-color: #fff;
        border-width: 18px;
        margin-top: -18px;
    }
    ul.side-menu li a:before {
        border-left-color: #fff;
        border-width: 19px;
        margin-top: -19px;
    }
    ul.side-menu li a.active:after {
        border-color: rgba(136, 183, 213, 0);
        border-left-color: #679740;
    }
    ul.side-menu li a.active:before {
        border-left-color: #a1a1a1;
    }
}


/* Contact Us */
.page-template-contact form {
    margin-top: 2rem;
}
.page-template-contact #contact {
    display: none;
}
.widget .textAndIcon {
    margin-top: 0.5rem;
}
.frm_style_formidable-style.with_frm_style label.frm_primary_label, .frm_style_formidable-style.with_frm_style.frm_login_form label {
    font-family: 'Staatliches', sans-serif;
    font-weight: 600;
}
.frm_style_formidable-style.with_frm_style input[type=text], .frm_style_formidable-style.with_frm_style input[type=password], .frm_style_formidable-style.with_frm_style input[type=email], .frm_style_formidable-style.with_frm_style input[type=number], .frm_style_formidable-style.with_frm_style input[type=url], .frm_style_formidable-style.with_frm_style input[type=tel], .frm_style_formidable-style.with_frm_style input[type=search], .frm_style_formidable-style.with_frm_style select, .frm_style_formidable-style.with_frm_style textarea, .frm_style_formidable-style.with_frm_style .chosen-container {
    font-family: 'Staatliches', sans-serif;
}
.frm_style_formidable-style.with_frm_style .form-field input:not([type=file]):focus, .frm_style_formidable-style.with_frm_style select:focus, .frm_style_formidable-style.with_frm_style textarea:focus, .frm_style_formidable-style.with_frm_style .frm_focus_field input[type=text], .frm_style_formidable-style.with_frm_style .frm_focus_field input[type=password], .frm_style_formidable-style.with_frm_style .frm_focus_field input[type=email], .frm_style_formidable-style.with_frm_style .frm_focus_field input[type=number], .frm_style_formidable-style.with_frm_style .frm_focus_field input[type=url], .frm_style_formidable-style.with_frm_style .frm_focus_field input[type=tel], .frm_style_formidable-style.with_frm_style .frm_focus_field input[type=search], .frm_form_fields_active_style, .frm_style_formidable-style.with_frm_style .chosen-container-single.chosen-container-active .chosen-single, .frm_style_formidable-style.with_frm_style .chosen-container-active .chosen-choices {
    -webkit-box-shadow: none;
            box-shadow: none;
    border-color: #679740;
}
button.frm_button_submit {
    font-family: 'Staatliches', sans-serif !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    border-radius: 0 !important;
    text-transform: uppercase;
    font-size: .9rem !important;
    letter-spacing: .01rem;
    vertical-align: middle;
    outline: none;
    padding: .4rem .85rem !important;
    text-decoration: none;
    background: #679740 !important;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #121212 !important;

    border: 2px solid #679740 !important;
    font-weight: 600 !important;
    text-decoration: none;
    display: inline-block;
    margin-top: 1rem;
}
button.frm_button_submit:hover,
button.frm_button_submit:focus,
button.frm_button_submit:active {
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    color: #679740 !important;
    background: #101010 !important;
    border-color: #101010 !important;
}

p.formP {
    font-family: 'Staatliches', sans-serif;
    font-weight: 600;
    color: #444444;
    font-size: 14px;
}
sup[title="Mandatory"] {
    color: #B94A48;
    font-weight: bold;
}
.formP input,
.formP textarea {
    width: 100%;
    border: 1px solid #cccccc;
    border-radius: 5px;
    padding: .25rem .5rem;
}
.formP input:focus,
.formP textarea:focus {
    border-color: #679740;
}
.form-success {
    text-align: center;
    background-color: #d4edda;
    border-color: #c3e6cb;
    padding: 2rem;
    border-radius: 10px;
}
.form-success h2 {
    color: #155724;
}
.form-error {
    text-align: center;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    padding: 2rem;
    border-radius: 10px;
}
.form-error h2 {
    color: #721c24;
}
.form-success h2:after,
.form-error h2:after {
    content: none;
}
.form-success p,
.form-error p {
    color: #121212;
}

img.stdImg {margin-bottom: 1.5rem; max-width: 100%;}
.service-row {margin-bottom: 2rem;}
.service-row .icon {
    font-size: 3rem;
    float: left;
    margin-right: 1rem;
    margin-bottom: 1rem;
}

/* Font Awesome */
.fa-duotone:before, .fad:before {
    color: #679740 !important;
}

/* Form */
form {
    margin-top: 1rem;
}
#contact-form .form-group {
    margin-bottom: 20px;
}
.form-group label {
    float: left;
    display: inline;
    width: 80px;
    max-width: 23%;
    margin-right: 10px;
    font-family: 'Staatliches', sans-serif;
    color: #101010;
}
#contact-form input,
#contact-form textarea {
    color: #555555;
    background-color: #ffffff;
    border-color: #cccccc;
    border-width: 1px;
    border-style: solid;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    width: 100%;
    max-width: 100%;
    font-size: 14px;
    padding: 6px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    font-weight: normal;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    max-width: calc(100% - 90px)
}
#RecaptchaField {
    display: none;
    margin-bottom: 1rem;
}
.sendBtnArea {
    text-align: right;
}


/* Validation */
input.invalid {
    border: solid 2px rgba(216, 0, 0, 0.54) !important;
    box-shadow: 0 0 4px rgba(102, 21, 21, 0.42) !important;
}

#form-response {
    min-height: 85vh;
}
h3.validation-message {text-align: center;margin-bottom: 70px;}
.thankyou-message,
.error-message {
    text-align: center;
}
div.thankyou-message h2,
div.error-message h2 {
    text-align: center;
    max-width: 750px;
    margin: 0 auto;
    padding: 0px 3%;
    color: #5f972f; 
    font-size: 5rem; 
    font-weight: bold;
    margin-bottom: 1.5rem;
}
div.thankyou-message h2 {
    color: #5f972f; 
}
div.error-message h2 {
    color: #b45454; 
}


.g-recaptcha {float: right;margin-bottom: 30px;}

.alert-contact {color: #a4403e;padding: 2% 3%;background: #F2DEDE;border: 2px solid #e78c8b;border-radius: 10px;}
.alert-contact.success {color: #3C763D;padding: 2% 3%;background: #DFF0D8;border: 2px solid #D6E9C6;border-radius: 10px;}

#RecaptchaField {
    text-align: right;
}
#RecaptchaField > *:first-child {
    display: inline;
}