/*
Theme Name:    NIELS
Theme URL:     https://www.upsier.com/demo/niels-html
Author:        https://www.upsier.com
Version:       1.0.0
Last update:   2018-09-10
License:       Personal License
License URI:   https://www.upsier.com/licenses
Use it to make something great and share your work with others
*/

/*@import url('https://fonts.googleapis.com/css2?family=Red Hat Display&display=swap');*/

:root{ 
--c1:  #78AE3F;                      /* green */  
--c2:  #9ED366;                      /* light green */
--c3:  #916E3A;                      /* brown */
--c4:  #6C4C1C;                      /* dark brown */
--c5:  #333333;                      /* black */
--b:   #757474;                      /* body text */
--h:   #061113;                      /* headings */
--l:   #f7f7f7;                      /* bg-light      */
--ld:  #F0F0F0;                      /* bg-light dark */

--h1: 2rem; 
--h2: 1.8rem;
--h3: 1.3rem;
--h4: 1.175rem;
--h5: 1.125rem;
--h6: 0.875rem;
--ss: sans-serif; /* sans serif*/
}
@media (min-width: 768px) {
    :root {
    --h1: 3.5rem;
    --h2: 2.3rem;
    --h3: 1.6rem;
    --h4: 1.2rem;
    --h5: 1.125rem;
    --h6: 0.875rem;
    }
}

html, body{height: 100%;} 
body{position:relative; font-size: 16px; color: var(--b); padding:0!important;  font-family:var(--ss); transition: .3s;}
header{transition: .3s;}
h1{font-size: var(--h1); line-height: 1.2; font-weight: 700;}
h2{position: relative;  font-size: var(--h2);  position: relative;   line-height: 1.2;  font-weight: 700; color:var(--b);   margin-bottom: 3rem;}
h3{font-size: var(--h3); position: relative;  line-height: 1.2;  font-weight: 400;  margin-bottom: 2rem;}
h4{font-size: var(--h4); position: relative;  line-height: 1.4;  font-weight: 300;  margin-bottom: 1.5rem;}
h5{font-size: var(--h5); position: relative;  line-height: 1.6;  font-weight: 300;  margin-bottom: 1.2rem;}
h1, h2, h3, h4, h5{color:var(--h);}
button:focus {
    outline: 0px dotted;
    outline: 0px auto -webkit-focus-ring-color;
}
blockquote{font-size: var(--h5); border-left: solid 5px var(--p); padding: 1.5rem;margin-top: 1.5rem; margin-bottom: 1.5rem; background-color: var(--l);}
blockquote cite{display: block; margin-top: 1rem; font-style: normal }
a{color: var(--c2);  }
a:hover, a:focus{color: var(--c2); text-decoration: none;}
::-moz-selection{background:var(--c2); color:white;}
::selection{background:var(--c2); color:white;}
 
.light{font-weight: 300;}
.bold{font-weight: 700;}
.strike {text-decoration: line-through;}

.pricing table p {
    margin-bottom: 0;
}
.pricing table .hl-1 {
    background: #eee;
}
.pricing table .hl-2 {
    background: #ddd;
}
.pricing table .hl-3 {
    background: #E9FAD5;
}



.mb-30{margin-bottom: 30px;}
.sep-center{position: relative; display: block; margin-bottom: 4rem;}
.sep-center::after {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -2rem;
    bottom: 0;
    content: '';
    width: 3.5rem;
    height: 5px;
    background-color: var(--c1);
    transition: .4s;
}
.sep-center:hover::after{
    width: 6rem;
}
.sep{position: relative; display: block; margin-bottom: 4rem;}
.sep::after {
    position: absolute;
    left: 0;
    margin-bottom: -2rem;
    bottom: 0;
    content: '';
    width: 4rem;
    height: 4px;
    background-color: var(--c1);
    transition: .4s;
}
.sep:hover::after{width: 6rem;}

.py-6{padding-top: 6rem; padding-bottom: 6rem;}

/* COLORS */
.color-1{color:var(--c1);}
.color-2{color:var(--c2);}
.color-3{color:var(--c3);}
.bg-color-1{background-color:var(--c1);}
.bg-color-2{background-color:var(--c2);}
.bg-color-3{background-color:var(--c3);}
.bg-light{background-color: var(--l)!important;}
/* COLORS 2 */

/* WHITE*/
.white-9 {color: rgba(255, 255, 255, 0.9);}
.white-8 {color: rgba(255, 255, 255, 0.8);}
.white-7 {color: rgba(255, 255, 255, 0.7);}
.white-6 {color: rgba(255, 255, 255, 0.6);}
.white-5 {color: rgba(255, 255, 255, 0.5);}
.white-4 {color: rgba(255, 255, 255, 0.4);}
.white-3 {color: rgba(255, 255, 255, 0.3);}
.white-2 {color: rgba(255, 255, 255, 0.2);}
.white-1 {color: rgba(255, 255, 255, 0.1);}
/* END WHITE */

/* START BUTTONS */
.btn{
padding: .7rem 2rem;
text-transform: uppercase;
text-decoration: none;
display: inline-block;
overflow: hidden;
border-radius: 2rem;
font-size: .84rem;
transition: color .5s,border-color .5s,background-color .5s;
transition-timing-function: cubic-bezier(0.25,0.46,0.45,0.94);
}
.btn.focus, .btn:focus {outline: 0;box-shadow: 0 0 0 0rem rgba(0,123,255,.25);}

.btn-primary{
color: white;
border: solid 2px var(--c1);
background-color: var(--c1);
position: relative;
}
.btn-primary:hover, 
.btn-primary:focus, 
.btn-primary:active{
border: solid 2px var(--c1);
background-color: var(--c1);
color: white;
box-shadow: 0 0 0 0 rgba(0,123,255,.5);
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
border: solid 2px var(--c1);
background-color: var(--c1);
color: #fff;
box-shadow: none;
}
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus { box-shadow: none;}



.btn-primary-outline{
border: solid 2px var(--c1);
background-color: transparent;
color: var(--c1);
}
.btn-primary-outline:hover, .btn-primary-outline:focus{
border: solid 2px var(--c1);
background-color: var(--c1);
color: #fff;
}
.btn-secondary{
color: var(--h);
border: solid 2px white;
background-color: white;
}
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active{
border: solid 2px white;
background-color: white;
color: var(--h);
box-shadow: 0 0 0 0 rgba(0,123,255,.5);
}
.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle {
border: solid 2px white;
background-color: white;
color: var(--h);
box-shadow: none;
}
.btn-secondary:not(:disabled):not(.disabled).active:focus, 
.btn-secondary:not(:disabled):not(.disabled):active:focus, 
.show>.btn-secondary.dropdown-toggle:focus { box-shadow: none;}

.btn-outline-secondary{
border: solid 2px white;
background-color: transparent;
color: white;
}
.btn-outline-secondary:hover, .btn-outline-secondary:focus{
border: solid 2px white;
background-color: white;
color:var(--h);
} 
/* END BUTTONS */

/* START NAVBAR */
#navbar-html {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1030;
    padding-top: 0;
    padding-bottom: 0;
    /*
    padding-top: 1.4rem;
    padding-bottom: 1.4rem;*/
    /*transition: all .5s;*/
}

#navbar-html .nav-link {
    margin-left: 0;
    margin-right: 0;
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-size: var(--h3);
    font-weight: 400;
    color: white;
    line-height: 2rem;
    /* transition: all .4s;*/
}

#navbar-html.navbar-active .nav-link.active {
    color: var(--c1);
}

#navbar-html .navbar-brand {
    color: white;
    /*transition: all .4s;*/
}

#navbar-html.navbar-active {
    background: white;
    box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.05);
    position: fixed;
    /* top: -100px;*/
    left: 0;
    width: 100%;
    /*   transition: all .5s;*/
    /* transform: translateY(100px);
    padding-top: .5rem;
    padding-bottom: .5rem;*/
}

#navbar-html.navbar-active .nav-link {
    color: var(--h);
    line-height: .5rem;
}

#navbar-html.navbar-active .navbar-brand {
    color: var(--h);
}

@media (min-width: 768px) {
    #navbar-html .nav-link {
        margin-left: .8rem;
        margin-right: 0;
        font-weight: 400;
        font-size: inherit;
        margin-bottom: 0;
        margin-top: 0;
        color: white;
        line-height: 2rem;
        /* transition: all .4s;*/
    }
}
/* END NAVBAR */ 
 
/* START HAMBURGER */
#hamburger-d1 .box { display: inline-block; position: relative; 
    width: 27px; border:none!important; height: 26px; }
#hamburger-d1 .line, 
#hamburger-d1 .line::before, 
#hamburger-d1 .line::after {
    position: absolute;
    background-color: #fff; 
    border-radius: 1px;
    width: 30px;
    height: 2px; 
    transition-duration: 0.35s; 
    transition-property: transform;
    transition-timing-function: ease; 
    content: "";
    display: block; 
}
#hamburger-d1 .line { display: block; margin-top: -1px; top: 50%; }
#hamburger-d1 .line::before {top: -8px; }
#hamburger-d1 .line::after { bottom: -8px;}
#hamburger-d1 .hamb {
    transition-duration: .3s; 
    transition-property: opacity, filter;
    transition-timing-function: linear;
    display: inline-block;
    overflow: visible; 
    border: 0;
    margin: 0;
    text-transform: none;
    background-color: transparent;
    font: inherit; 
    color: inherit;
    cursor: pointer;
}
#hamburger-d1 .line {transition-duration: 0.22s;transition-timing-function: cubic-bezier(0.49, 0.061, 0.6, 0.22); }
#hamburger-d1 .line::before {transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }
#hamburger-d1 .line::after {transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
#hamburger-d1 .ac .line {transform: rotate(225deg);transition-delay: 0.12s;transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
#hamburger-d1 .ac .line::before {top: 0;opacity: 0;transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }
#hamburger-d1 .ac .line::after {
    bottom: 0;transform: rotate(-90deg);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); 
}

.navbar-active #hamburger-d1 .line, 
.navbar-active #hamburger-d1 .line::before, 
.navbar-active #hamburger-d1 .line::after {

    background-color: #000; 
 
}

.blur {
    filter: blur(1rem);
    }

/* END HAMBURGER */

/* START HERO */ 
#hero-html {height: auto; padding-top: 3rem; padding-bottom: 3rem;}
#hero-html{
    background: linear-gradient(to bottom, rgba(0, 0, 0, .7), rgba(150, 75, 0, .9)), 
    url('/images/champion-mulch-tg5000-04.1.gif');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
@media (min-width:768px){
    #hero-html {height: 100%; padding-top: 0; padding-bottom: 0;}
} 
/* END HERO */




/* START BENEFITS */
#benefits-html i {
    width: 4rem;
    height: 4rem;
    border: solid 2px transparent;
    background-color: var(--c1);
    color: white;
    font-size: var(--h3);
    line-height: 4rem;
    border-radius: 50%;
    transition: .3s;
}

#benefits-html .col-md-4:hover i {
    background: transparent;
    color: var(--c1);
    font-size: var(--h2);
}

/* END BENEFITS*/


/* START PORTFOLIO */
#portfolio-html .item {
    position: relative;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.28);
    transition: 0.4s;
    overflow: hidden;
    border-radius: .5rem;
    text-decoration: none;
    display: inline-block;
    text-decoration: none;
    color: var(--p);
}

#portfolio-html .item:hover,
#portfolio-html .item:focus {
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);

}

#portfolio-html .item span {
    display: block;
    color: var(--b);
    font-weight: 700;
    margin-bottom: .5rem;
    font-size: var(--h4);
}

#portfolio-html .item:hover span {
    color: var(--c1);
    font-size: var(--h4);
}

#portfolio-html .item .opacity {
    opacity: 0;
    position: absolute;
    left: 0%;
    top: 0%;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    transition: .3s;
}
#portfolio-html  .item:hover .opacity {
    opacity: 1;
}

#portfolio-html .item .btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(.8);
    zoom: 0%;
    transition: .5s;
    opacity: 0;
    z-index: 22; 
 
}
#portfolio-html .item:hover .opacity {opacity: 1;}
#portfolio-html .item:hover .btn {transform: translate(-50%, -50%)  scale(1); opacity: 1; }
#portfolio-html .hidden{display: none;}
#portfolio-html .item .content{ overflow: hidden;}
#portfolio-html .item img{ transition: .4s;}
#portfolio-html .item:hover img{ transform: scale(1.1); }


#portfolio-html .item .p-4 img{ margin: 0 5px; }
#portfolio-html .item:hover .p-4 img{ transform: scale(1.0); }
/* END PORTFOLIO*/


/* START TESTIMONIALS */
#testimonials-html{
     background: linear-gradient(to bottom, rgba(0, 0, 0, .4), rgba(0, 0, 0, .8)), 
    url('../images/champion-mulch-mulching-01.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
#testimonials-html .owl-carousel .owl-item img { display: inline-block; height: 100px !important; width: 100px !important;}
#testimonials-html .owl-theme .owl-dots .owl-dot.active span, 
#testimonials-html .owl-theme .owl-dots .owl-dot:hover span {background: var(--c1);}
/* END TESTIMONIALS */


/* START PARTICLE JS*/
#particles-js{top:0; left:0;}
/* END PARTICLE JS*/

 
/* START SERVICES */
#services-html i {
    width: 4.3rem;
    text-align: center;
    font-size: var(--h2);
    color: var(--c1);
    transition: .4s;
}

#services-html .media:hover i {
    color: var(--c1);
    transform: translate(0, -10px);
}

#services-html .media {
    background-color: white;
    transition: .4s;
    /*box-shadow: 0 18px 24px -10px rgba(0, 0, 0, 0.09);*/
}

#services-html .media:hover {
    transform: translate(0, -10px);
    box-shadow: 0 20px 38px -12px rgba(0, 0, 0, 0.09);
}

#services-html h5 {
    position: relative;
    margin-bottom: 2rem;
}

#services-html .media-body p {
    width: 90%;
}

#services-html h5::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    margin-bottom: -1rem;
    width: 2rem;
    height: 1px;
    background-color: var(--c1);
}
/* END SERVICES */


/* START PROCESS */
#process-html .number {
    width: 4rem;
    height: 4rem;
    line-height: 4rem; 
    font-size: var(--h3);
    text-align: center;
    border: solid 1px var(--c1);
    border-radius: 50%;
    margin-right: 2rem;
    color: var(--c1);
    font-weight: 900;
    transition: .4s;
}
#process-html .media:hover .number, 
#process-html .media:focus .number {   background-color: var(--c1); color: white;  }
/* END PROCESS*/


/* START COUNTER */
#counter-html {
/*background-color: var(--c1);*/

}
#counter-html span {
    color: var(--c1);
    display: block;
    margin-bottom: .5rem;
    font-size: var(--h3);
    font-weight: 900;
}

#counter-html .row>div:not(:last-child) {
    border-right: solid 1px rgba(0, 0, 0, .1);
}

#counter-html.bg-counter-html {
    background-color: var(--v1);
}

#counter-html h5 {
    color: var(--w);
}
/* END COUNTER */


/* START SKILLS */
#skills-html .line3 {
    position: relative;
    margin-bottom: 2rem;
}

#skills-html .line3::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    margin-bottom: -1rem;
    width: 2rem;
    height: 1px;
    background-color: var(--c1);
}

#skills-html .progress {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    font-size: .75rem;
    border-radius: .25rem;
    margin-bottom: 2.5rem;
     margin-top: .3rem;
}

#skills-html .progress-bar {
    padding: .2rem 1rem;
    text-align: left;
    color: white;
    background-color: var(--c1);
}

#skills-html .progressbars div:last-of-type {
    margin-bottom: 0px;
}

#skills-html.bg-skills {
    background-color: white;
}
/* END SKILLS */



/* Start Benefits*/
#statement-html h4 span {
    margin-left: -2.5rem;
    font-size: 4rem;
    position: absolute;
}

#statement-html {
    background: linear-gradient(to bottom, rgba(0, 0, 0, .8), rgba(0, 0, 0, .8)), 
    url('https://images.unsplash.com/photo-1483058712412-4245e9b90334?ixlib=rb-0.3.5&ixid=eyJhcHBfaWQiOjEyMDd9&s=7c5008952226f48ed4bf5d3ea64ff545&auto=format&fit=crop&w=1350&q=80');
    background-size: cover;
    background-color: rgba(0, 0, 0, 0.4);
    background-position: bottom;
    background-attachment: fixed;
}

#statement-html .sep {
    width: 3rem;
    border-bottom: solid 5px var(--c1);
}
/* End Benefits*/


 
/* START BLOG */
#blog-html .title {
    display: block;
    position: relative;
    font-size: var(--h4);
    line-height: 1.2;
    font-weight: 700;
    color: var(--h);
    transition: .4s;
}

#blog-html .title:hover {
    color: var(--c1);
    text-decoration: none;
}

#blog-html .title:hover img {
    opacity: .9;
}

#blog-html .more {
    color: var(--c1);
}

#blog-html .read-more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    color: var(--c1);
    text-decoration: none;

}

#blog-html .read-more:hover,
#blog-html .read-more:focus {
    text-decoration: none;
}

#blog-html .read-more:before {
    display: block;
    content: "";
    width: 2rem;
    height: 1px;
    background-color: var(--c1);
    margin-right: 1rem;
    transition: .4s;
}
#blog-html .read-more:hover:before {
width: 3rem;
}


#blog-html .item {
    transition: .4s;
}

#blog-html .item:hover {
    -webkit-transform: translate(0, -10px);
    -ms-transform: translate(0, -10px);
    transform: translate(0, -10px);
}

#blog-html .content {
    background-color: white;
    transition: .4s;
    box-shadow: 0 18px 24px -10px rgba(0, 0, 0, 0.09);
}

#blog-html .content:hover {
    box-shadow: 0 20px 38px -12px rgba(0, 0, 0, 0.09);
}
/* END BLOG*/
 

/* START TABS */
#tabs-html .nav{display: block;}
#tabs-html {z-index: 5;}
#tabs-html .shadow-left{
    box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.1);  
    border-bottom-left-radius: .5rem;
}
 
#tabs-html .nav-tabs .nav-link {
    border: 0 solid transparent;
    font-size: var(--h5);
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
     padding: .7rem 2.5rem;
    color: var(--h);
    background-color: rgba(0, 0, 0, 0.06); 
    border-radius: 0;
}
#tabs-html .nav-tabs {
     border-bottom: 0 solid #fff;
    position: relative;
    z-index: 333!important;
}
#tabs-html .nav-tabs .nav-item.show .nav-link, 
#tabs-html .nav-tabs .nav-link.active {
    color: var(--h);
    background-color: #fff;
    border-top: solid 2px var(--c1);
    border-radius: 0;
    padding: .7rem 2.5rem;
}
#tabs-html .image {
    z-index: -1;
    margin-top: -40px;
}
#tabs-html .image img{
    transform: translateX(-60px);
    max-width: calc(100% + 60px);   
}
@media (min-width: 768px){
#tabs-html .nav{display:flex;}
}
/* END TABS */

/* START CTA */
#cta-html {
    background: linear-gradient(to bottom, rgba(0, 0, 0, .8), rgba(0, 0, 0, .8)), 
    url('https://images.unsplash.com/photo-1502945015378-0e284ca1a5be?ixlib=rb-0.3.5&ixid=eyJhcHBfaWQiOjEyMDd9&s=b934f71d8055c9013853b2fe286d66f0&auto=format&fit=crop&w=1050&q=80');
    background-size: cover;
    background-attachment: fixed;
}

/* END CTA */



/* START CONTACT */
#contact-html a{color: var(--b);}
#contact-html a:hover,  #contact-html a:focus{color: var(--c1);}
#contact-html .form-control{
    background-color: var(--ld);
    border-radius:.4rem; 
    border:none;
    padding: 1rem 1.5rem!important;
}
#contact-html .form-control:focus {
    color: var(--h);
      background-color: var(--ld);
    border-color: var(--c2);
    outline: 0;
    box-shadow: 0 0 0 0rem rgba(0,123,255,.25);
}
#contact-html i{width: 2.3rem; height: 2.3rem; line-height: 2.3rem; 
    text-align: center;  border:solid 1px rgba(255,255,255,.8); 
    margin-right: 1rem; border-radius: 50%; display: inline-block;
background-color:var(--c1);
transition: .4s;
color: white;
}
#contact-html i:hover, #contact-html i:focus{
background-color: white;
color:var(--c1);
transform: rotate(360deg); }
/* END CONTACT */

/* START FOOTER */
#footer-html {background-color:var(--c5);}
#footer-html ul li{display: inline-block; margin-left: .4rem; margin-right: .4rem; margin-bottom: .4rem;}
#footer-html li a{ color: rgba(255,255,255,0.9)}
#footer-html small{font-size:.8rem;}
#footer-html small a{color: rgba(255,255,255,.5);}
#footer-html .fab{width: 2.3rem; height: 2.3rem; line-height: 2.3rem; 
    text-align: center;  border:solid 1px rgba(255,255,255,.8); margin-right: 1rem; border-radius: 50%; display: inline-block;
background-color: transparent;
transition: .4s;
color: white;
}
#footer-html .fab:hover, #footer-html .fab:focus{
background-color: white;
color:var(--c1);
transform: rotate(360deg); }

#footer-html .fa-heart{animation: heartbeat 1s infinite;}
@keyframes heartbeat
{
  0%  
  {
    transform: scale( .75 );
  }
  20%
  {
    transform: scale( 1 );
  }
  40%
  {
    transform: scale( .75 );
  }
  60%
  {
    transform: scale( 1 );
  }
  80%
  {
    transform: scale( .75 );
  }
  100%
  {
    transform: scale( .75 );
  }
}
/* END FOOTER */

.mulch-calculator {
    text-align: center;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
}
.mulch-calculator fieldset {
    display: inline-block;
    margin: 20px 0;
    padding: 20px 0;
}
.mulch-calculator .row {
    text-align: left;
    display: block;
    margin: 5px !important;
}
.mulch-calculator .row.hidden {
    display: none;
}

.mulch-calculator label {
    width: 150px;
    line-height: 24px;
    margin: 0px;
    padding: 5px;
}

.mulch-calculator input[type=number] {
    width: 60px;
    border-radius: 5px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(166, 166, 166);
    line-height: 24px;
    padding: 5px;
    text-align: center;
    background: #fff;
}

.mulch-calculator select {
    padding: 5px !important;
    line-height: 24px;
    background: #fff;
}

input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
select:focus,
textarea {
  font-size: 16px;
}

@media (min-width: 768px) {
    .mulch-calculator {
        
    }
    .mulch-calculator fieldset {
        padding: 20px 0;
        margin: 0;
    }
    .mulch-calculator .row {
        display: inline-block;
        margin-right: 0.75em;
        vertical-align: middle;
        margin-bottom: 0;
    }
    .mulch-calculator label {
        width: auto;
    
    }

    .navbar-brand {
        margin-left: auto !important;
        margin-right: auto !important;
    }

}


/* START MULCH CALCULATOR */
/*
.page-template-page-calculator-php .et_pb_promo {
    margin-bottom: 0;
}
.mulch-calculator {
    text-align: center;
    margin-bottom: 2.5em;
}
.mulch-calculator fieldset {
    display: inline-block;
    padding: 1.5em;
    border-radius: 2px;
    margin-bottom: 1.0em;
    text-align: left;
}
.mulch-calculator .row {
    margin-bottom: 1.0em;
    margin-left: 10px !important;
}
.mulch-calculator .row.hidden {
    display: none;
}
.mulch-calculator .row.last {
    margin-bottom: 0;
}
.mulch-calculator input,
.mulch-calculator select {
    font-size: 14px;
}

.mulch-calculator p {
    line-height: 1.0;
}
.mulch-calculator .alert {
    color: red;
}

.mulch-calculator input[type="submit"]:hover,
.mulch-calculator input[type="submit"]:focus {
    cursor: pointer;
}
@media (min-width: 768px) {
    .mulch-calculator fieldset {
        padding: 1.25em;
    }
    .mulch-calculator .row {
        display: inline-block;
        margin-right: 0.75em;
        vertical-align: middle;
        margin-bottom: 0;
    }

}*/

/* END MULCH CALCULATOR */



/* START CHAT WIDGET */


@-webkit-keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 199, 177, 0.4);
  }
  75%, 100% {
    box-shadow: 0 0 0 2rem rgba(0, 199, 177, 0);
  }
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 199, 177, 0.4);
  }
  75%, 100% {
    box-shadow: 0 0 0 2rem rgba(0, 199, 177, 0);
  }
}

button {
  cursor: pointer;
  padding: 0 1rem;
  color: var(--c1);
  border: 1px solid var(--c1);
  border-radius: 4px;
  line-height: 2rem;
  background-color: transparent;
  -webkit-transition: background-color 350ms ease, color 350ms ease;
  transition: background-color 350ms ease, color 350ms ease;
}
button:hover {
  background-color: var(--c2);
  color: white;
}

.chat-widget {
  position: fixed;
  right: 2rem;
  bottom: 2rem;
  z-index: 8000;
}
.chat-widget--bubble {
  display: block;
  width: 240px;
  padding: 1rem;
  position: absolute;
  right: 0;
  bottom: 6rem;
  background-color: #f6f6f6;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  -webkit-transform-origin: 90% 100%;
          transform-origin: 90% 100%;
  -webkit-transition: opacity 400ms ease, -webkit-transform 400ms ease;
  transition: opacity 400ms ease, -webkit-transform 400ms ease;
  transition: opacity 400ms ease, transform 400ms ease;
  transition: opacity 400ms ease, transform 400ms ease, -webkit-transform 400ms ease;
  opacity: 1;
  -webkit-transform: translateY(0rem) scale(1, 1) skew(0deg, 0deg);
          transform: translateY(0rem) scale(1, 1) skew(0deg, 0deg);
}
.chat-widget--bubble.-hide {
  opacity: 0;
  -webkit-transform: translateY(3rem) scale(0, 0) skew(0deg, 50deg);
          transform: translateY(3rem) scale(0, 0) skew(0deg, 50deg);
}
.chat-widget--bubble > * + * {
  margin-top: 1rem;
}
.chat-widget--bubble::after {
  content: '';
  display: block;
  width: 1.4rem;
  height: 1.4rem;
  position: absolute;
  right: 1.5rem;
  bottom: -0.7rem;
  background-color: #f6f6f6;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.chat-widget--header {
  font-size: 1.1rem;
  font-weight: normal;
  color: var(--c1);
}
.chat-widget--text {
  font-size: 0.875rem;
  color: #666;
}
.chat-widget--button {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  width: 4.5rem;
  height: 4.5rem;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  border-radius: 50%;
  background-color: var(--c1);
  box-shadow: 0 0 0 -2px black, 0 2px 4px 0 rgba(0, 0, 0, 0.3);
  -webkit-transition: box-shadow 250ms ease;
  transition: box-shadow 250ms ease;
}
.chat-widget--button:hover {
  box-shadow: 0 16px 10px -8px rgba(0, 0, 0, 0.3), 0 4px 10px 0 rgba(0, 0, 0, 0.2);
}
.chat-widget--button::before, .chat-widget--button::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  border-radius: 50%;
  -webkit-animation: pulse 2s ease-in-out 5;
          animation: pulse 2s ease-in-out 5;
}
.chat-widget--button::after {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.chat-widget--icon {
  width: 2.5rem;
  height: auto;
}
.chat-widget--icon path {
  fill: white;
}

/* END CHAT WIDGET */


