/*
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-section-start .kt-inside-inner-col{
		margin-left: auto;
		margin-right: 0;
	}
	.wp360-section-start  {
		background: var(--global-palette1);
	}
}



.wp360-color-section {
	clip-path: polygon(0% 0%, 80% 0, 100% 25%, 100% 100%, 0% 100%) !important;
}

@media only screen and (min-width: 1024px) {
.site-header-section-right {
	flex-direction: column-reverse;
	align-items: end;
	justify-content: center;
	}
}