/*
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
*/


@media only screen and (min-width: 1024px) {
	
	.wp360-column-border:before {
	content: "";
	position: absolute;
	height: 215%;
	width: 1px;
	background: #e0e9ed;
	top: 0;
	left: 0;
}
	
	.wp360-cta-border-cta h2:before {
	content: "";
	position: absolute;
	height: 150%;
	width: 1px;
	background: #e0e9ed;
	top: 0;
	left: 0;
}

.wp360-column-border, .wp360-cta-border, .wp360-img-cross, .wp360-img-cross-left, .wp360-img-cross-contact {
	position: relative;
}

.wp360-cta-border:before {
	content: "";
	position: absolute;
	height: 155%;
	width: 1px;
	background: #e0e9ed;
	top: 0;
	left: 0;
}
	
	.wp360-img-cross:after {
    content: "";
    position: absolute;
    background-repeat: no-repeat !important;
    background: url(assets/img/cross.svg);
    width: 337px;
    height: 337px;
    bottom: -18%;
    right: -16%;
		z-index: 9;
   
} 
	
	.wp360-img-cross-left:after {
    content: "";
    position: absolute;
    background-repeat: no-repeat !important;
    background: url(assets/img/cross.svg);
    width: 337px;
    height: 337px;
    bottom: -18%;
    left: -10%;
		z-index: 9;
		 transform: scaleX(-1);
   
} 
	
	.wp360-img-cross-contact:after {
    content: "";
    position: absolute;
    background-repeat: no-repeat !important;
    background: url(assets/img/cross.svg);
    width: 337px;
    height: 337px;
    top: -22%;
    right: -20%;
		z-index: 9;
		 transform: scaleY(-1);
   
} 
		.wp360-img-cross-contact:before {
    content: "";
    position: absolute;
    background-repeat: no-repeat !important;
    background: url(assets/img/cross.svg);
    width: 337px;
    height: 337px;
    bottom: -20%;
    left: -18%;
	z-index: 9;
	transform: scaleX(-1);
   
} 
}

