/*
Theme Name: Karma (Child Theme)
Theme URI: http://wp.themedemo.co/karma
Author: TRUETHEMES
Author URI: https://themeforest.net/user/truethemes
Version: 6.0.0
Description: A stunning visual experience for minimal loving creative. This template is a responsive and retina-ready WordPress theme with grid system layout. It is optimized for mobile touch and swipe.
Tags: one-column, two-columns, right-sidebar, custom-menu, post-formats, sticky-post, translation-ready
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: karma-child
Template: karma
*/

/* = Add your own modification from here
-------------------------------------------------------------- */
.services_offer .elementor-icon-box-icon {
    position:relative;
}
.services_offer .elementor-icon-box-icon::before {
    content:'';
    border-top:1px solid rgba(255,255,255,0.3);
    border-left:1px solid rgba(255,255,255,0.3);
    display:block;
    width:60px;
    height:20px;
    border-top-left-radius:5px;
}

.services_offer .elementor-icon-box-icon::after {
    content:'';
    border-top:1px solid rgba(255,255,255,0.3);
    border-right:1px solid rgba(255,255,255,0.3);
    display:block;
    width:60px;
    height:20px;
    border-top-right-radius:5px;
    position:absolute;
    top:0;
    right:0;
}

.services_offer .elementor-icon-box-content {
    padding: 0 20px 20px 20px;
    position:relative;
}
.services_offer .elementor-icon-box-content::before {
    content:'';
    border-bottom:1px solid rgba(255,255,255,0.3);
    border-left:1px solid rgba(255,255,255,0.3);
    display:block;
    width:60px;
    height:20px;
    border-bottom-left-radius:5px;
    position:absolute;
    bottom:0;
    left:-5px;
}
.services_offer .elementor-icon-box-content::after {
    content:'';
    border-bottom:1px solid rgba(255,255,255,0.3);
    border-right:1px solid rgba(255,255,255,0.3);
    display:block;
    width:60px;
    height:20px;
    border-bottom-right-radius:5px;
    position:absolute;
    bottom:0;
    right:-5px;
}
body #gform_wrapper_1 .gfield_repeater_buttons,  body #gform_wrapper_1 .gfield_repeater_wrapper + .gfield_description {
    display :none;
}