/*
Theme Name:     Kadence - Child
Theme URI:      n/a
Template:       kadence
Author:         Gootek (AD3 Media)
Author URI:     n/a
Description:    Child Theme Description
Version:        1.0
License:        GNU General Public License v3.0 (or later)
License URI:    https://www.gnu.org/licenses/gpl-3.0.html
*/

.wp360-img-circle  {
position: relative;
}

.wp360-img-circle::before  {
content: "";
    position: absolute;
    background-repeat: no-repeat!important;
    background: url(assets/img/circle.png);
    width: 220px;
    height: 220px;
    bottom: -20%;
    left: -15%;
	z-index: -1;
   
}

.wp360-col-hr .kt-inside-inner-col  {
position: relative;
}

.wp360-col-hr .kt-inside-inner-col::before  {
content: "";
    position: absolute;
    background-repeat: no-repeat!important;
    background: url(assets/img/separator.jpg);
    width: 102px;
    height: 4px;
    bottom: -1%;
    left: calc( 50% - 50px);
	z-index: 2;
	
   
}