/*
Template:       greenova
Theme Name:     Greenova Child Theme
Theme URI:      http://radiustheme.com/demo/wordpress/greenova
Author:         RadiusTheme
Author URI:     http://radiustheme.com
Description:    Greenova is a clean and Modern WordPress Theme. It is best suited for Green Garden website like Nursary etc
Version:        1.0
Text Domain:    greenova
Tags: left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, translation-ready
License: Envato split License
License URI: https://themeforest.net/licenses/terms/regular
*/

.rt-service-grid-1 .service-box .service-img-holder:before{
    position: inherit;
    background-color: transparent;
    height: auto;
    width: auto;
}
.rt-service-grid-1 .service-box .service-box-social{
    display: none;
}


.right-box-coa .wpb_single_image {
    float: left;
    margin:10px auto ;

}
.right-box-coa .wpb_wrapper{
    display: flex;
}
.right-box-coa .wpb_single_image  img{
    margin: 10px  3px;
}
.right-box-coa.wpb_column.vc_column_container.vc_col-sm-7::before {
    content: "";
    border-color: transparent #1fa12e;
    border-style: solid;
    border-width: 0 92px 165px 0;
    content: "";
    height: 0;
    left: -90px;
    position: absolute;
    top: 0;
    width: 0;
    z-index: 4;
}


footer .footer-block-3 .footer-table{
    border:2px solid #161616;
}
footer .footer-block-3 .footer-table tr td{
    border:2px solid #161616;

}
.where-to-buy-columns h3 a{
    color: black;
}
.where-to-buy-columns h3 a:hover{
    color: #1fa12e;
    transition: all 0.5s ease-out;
}
.entry-banner .entry-banner-content h1{
    display: inline-block;
    background-color:#0000005c;
    border-radius: 5%;
}
.footer-bottom-area{
    padding: 10px 0;
    line-height: 15px;
    font-size: smaller;
    color: #838383;
}


.where-buy-title{
    position: relative;
	margin-bottom:20px !important;
    padding-bottom: 15px;
}

.where-buy-title a:after{
    background: #1fa12e;
    position: absolute;
    content: "";
    left: 0;
    bottom: 0px;
    margin: 0 auto;
    height: 4px;
    width: 50px;
}
.footer-top-area{
    padding:30px 0 10px !important;
}
.home_section2 p:last-child{
	margin-bottom:0px !important;
}