/*slideshow*/
div.hero-slider .sp-slider-content-align-center, div.hero-slider .sp-slider-content-align-left, div.hero-slider .sp-slider-content-align-right {
    background-color: transparent;
    padding: 0px;
}
.sp-slider-content-align-left {
    padding-top: 200px !IMPORTANT;
}
.sp-slider-content-align-left h2 {
    font-size: 46px !Important;
    line-height: 1.3 !Important;
    text-shadow: 0px 0px 10px #000;
    text-transform: inherit !important;
    font-weight: 700 !IMPORTANT;
    letter-spacing: 0px !important;
}
div.hero-slider .sp-item .sp-background:after {
    display: none;
}
@media(Max-width:991px){
.sp-slider-content-align-left h2 {
    font-size: 26px !Important;
}
}

/*title-style-001*/
.title-style-001 h1 {
    position: relative;
    margin-left: 20px;
}
.title-style-001 h1:before {
    position: absolute;
    content: '';
    width: 10px;
    height: 50px;
    top: 0;
    left: -20px;
    background: #879940;
    transition: 0.3s;
}
.title-style-001 h1:hover:before {
    background: #373737;
}

/*home-products-img-001*/
.home-products-img-001 img {
    width: 220px;
    margin-bottom: 15px;
    transition: 0.3s;
}
.home-products-img-001 img:hover {
    transform: translateY(-10px);
}
.home-products-img-001 .sppb-addon-text {
    margin-bottom: 15px;
}

/*title-style-002*/
.title-style-002 strong {
    position: relative;
}
.title-style-002 strong:before {
    content: "";
    position: absolute;
    background: url(/images/0-harverst/home/pattern-001.png) no-repeat scroll center center / cover;
    width: 150px;
    height: 33px;
    bottom: 0;
    top: 0;
    margin: auto;
    left: -180px;
    z-index: 2;
    transition: 0.3s;
}
.title-style-002 strong:hover:before {
    left: -170px;
}
.title-style-002 strong:after {
    content: "";
    position: absolute;
    background: url(/images/0-harverst/home/pattern-001.png) no-repeat scroll center center / cover;
    width: 150px;
    height: 33px;
    bottom: -4px;
    top: 0;
    margin: auto;
    right: -180px;
    z-index: 2;
    transform: rotate(180deg);
    transition: 0.3s;
}
.title-style-002 strong:hover:after {
    right: -170px;
}

/*image-overlay*/
.image-overlay-001 h4.sppb-addon-title {
    width: 100% !important;
}
.image-overlay-001 .overlay-image-title {
    width: 100% !IMPORTANT;
    background: #869940bf;
    height: 150px !IMPORTANT;
}
.image-overlay-001 .title-subtitle-bottom-center {
    padding: 0px !IMPORTANT;
}
.image-overlay-001 .title-subtitle-bottom-center .sppb-addon-title {
    transform: inherit;
    padding-top: 60px;
}
@media(max-width:991px){
.image-overlay-001 .overlay-image-title {
    height: 55px !IMPORTANT;
}
.image-overlay-001 .title-subtitle-bottom-center .sppb-addon-title {
    padding-top: 10px;
    font-size: 14px !Important;
}}

/*home-icon-002*/
.home-icon-002 img {
    width: 150px;
    height: 150px;
}

/*pattern-style-001*/
@media(min-width:992px){
.pattern-style-001:before {
    content: "";
    position: absolute;
    background: url(/images/0-harverst/home/pattern-001.png) no-repeat scroll center center / cover;
    width: 150px;
    height: 33px;
    bottom: -4px;
    top: 0;
    margin: auto;
    right: -180px;
    z-index: 2;
    transition: 0.3s;
  }}

/*pattern-style-002*/
@media(min-width:992px){
.pattern-style-002:before {
    content: "";
    position: absolute;
    background: url(/images/0-harverst/home/pattern-001.png) no-repeat scroll center center / cover;
    width: 150px;
    height: 33px;
    bottom: -4px;
    top: 0;
    margin: auto;
    left: -180px;
    z-index: 2;
    transition: 0.3s;
    transform: rotate(180deg);
  }}

/*pattern-style-003*/
@media(min-width:992px){
.pattern-style-003:before {
    content: "";
    position: absolute;
    background: url(/images/0-harverst/home/pattern-002.png) no-repeat scroll center center / cover;
    width: 70px;
    height: 30px;
    bottom: -4px;
    top: 0;
    margin: auto;
    left: 0px;
    right: 0;
    z-index: 2;
    transition: 0.3s;
    transform: rotate(-90deg);
  }}

/*mobile-bg*/
@media(max-width:991px){
.mobile-bg {
    background: #fff !important;
    padding: 30px !IMPORTANT;
}
.mobile-bg .sppb-addon.sppb-addon-text-block.sppb-text-left {
    text-align: center;
    margin-top: 30px;
}
.mobile-bg {
    margin-bottom: 30px !important;
  }}

/*about-icon-001*/
.about-icon-001 img {
    width: 100px;
    height: 100px;
    transition: 0.5s;
}
.about-icon-001:hover img {
    transform: translateY(-10px);
}

/*list-icon-001*/
.list-icon-001 ul {
    list-style: none;
    padding: 0px;
    margin-bottom: 0;
}
.list-icon-001 ul li {
    margin: 5px 10px;
    padding-left: 25px;
    line-height: 1.5;
    font-weight: 500;
    letter-spacing: 1px;
}
.list-icon-001 ul li:before {
    color: #879940;
    content: '\f058';
    font-family: fontawesome;
    margin-right: 10px;
    margin-left: -25px;
}

/*client-overlay*/
.client-overlay-001 h5.sppb-addon-title {
    width: 100% !important;
    text-shadow: 0px 0px 10px #000;
    font-size: 16px !IMPORTANT;
    font-weight: 400;
    letter-spacing: 1px;
}
.client-overlay-001 .overlay-image-title {
    width: 100% !IMPORTANT;
    background: #869940bf;
    height: 60px !IMPORTANT;
}
..client-overlay-001 h5.sppb-addon-title {
    padding: 0px !IMPORTANT;
}
.client-overlay-001 h5.sppb-addon-title {
    transform: inherit;
    padding-top: 8px;
    padding-left: 15px;
    padding-right: 15px;
}
.client-overlay-001 .sppb-addon-overlay-image-content {
    padding: 0px;
}

/*simple-portfolio*/
.com-spsimpleportfolio.view-items #sp-main-body {
    padding: 50px 0px;
}
.featherlight {
    z-index: 9999 !important;
}
.featherlight .featherlight-content {
    max-width: 600px;
}
.sp-simpleportfolio .sp-simpleportfolio-filter {
    margin-bottom: 15px;
}
@media only screen and (max-width: 768px){
.sp-simpleportfolio .sp-simpleportfolio-items .sp-simpleportfolio-item {
    width: 50%;
}}
div#sp-simpleportfolio {
    margin: 0px !important;
}
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-overlay {
    display: inherit;
}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li.active > a, .sp-simpleportfolio .sp-simpleportfolio-filter > ul > li:hover > a {
    background: #373737;
    border-radius: 100px;
    padding: 5px 20px;
    border: none !IMPORTANT;
    color: #fff !important;
    letter-spacing: 1px;
}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a {
    background: #879940;
    border-radius: 100px;
    padding: 5px 20px;
    border: none !IMPORTANT;
    color: #fff !important;
    letter-spacing: 1px;
}
@media(max-width:991px){
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a {
    background: #879940;
    border-radius: 100px;
    padding: 5px 20px;
    border: none !IMPORTANT;
    color: #fff !important;
    letter-spacing: 0.5px;
    font-size: 10px;
    margin-bottom: 5px;
}
}
@media(Min-width:992px){
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li {
    margin: 0px 5px 10px 5px;
}}