/*
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-headings-arrow-down:before {
	content: "";
    display: block;
    background: url(assets/img/arrow-down.png);
    width: 20px;
    height: 38px;
    margin-left: auto;
    margin-right: auto;
	margin-bottom: 5px;
}

.wp360-headings-arrow-right:before {
	content: "";
    display: block;
    background: url(assets/img/arrow-right.png);
    width: 38px;
    height: 20px;
    margin-left: 0;
    margin-right: auto;
	margin-bottom: 10px;
}

.wp360-logo-contatiner {
	align-items: self-start!important;
	margin-top: -15px;
}

.kt-blocks-post-readmore-wrap a, .wp360-jet-a-btn a {
	position: relative;
}

.kt-blocks-post-readmore-wrap a:before, .wp360-jet-a-btn a:before {
	content: "";
    position: absolute;
    background: url(assets/img/arrow-blog.png);
    width: 19px;
    height: 19px;
   top: 7px;
	   right: -30px;
	
}

.wp360-jet-a-btn .jet-listing-dynamic-link__label {
	margin-top: 4px;
	font-weight: 700;
}
