<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Kicker Child
Template: kicker
Theme URI: http://kicker.axiomthemes.com/
Description: Kicker is a Premium WordPress theme that has built-in support for popular Page Builders, slider with swipe gestures, and is SEO- and Retina-ready. The unique system of inheritance and override options allows setting up individual parameters for different sections of your site and supported plugins.
Author: AxiomThemes
Author URI: http://axiomthemes.com/
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


/* =Theme customization starts here
-------------------------------------------------------------- */


.single-post .content hr {
	margin: 2em 0 !important;
}
.single-post .content h2 {
    font-size: 40px;
	line-height: 125%;
}
.single-post .content  h3 {
	color: #666666;
}
.single-post .content .text-center {
	text-align: center;
}

.post_meta_item.post_categories a:hover,
.post_meta_item.post_categories a:active,
.post_meta_item.post_categories a:focus {
	color: black !important;
}

/* REVIEWS POST STYLES */

.single-post .content .review-post-products .product-featured-image {
	height: 350px;
	position: relative;
	margin: 1.5em 0;
}
.single-post .content .review-post-products .product-featured-image img {
display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: none;
    -o-object-fit: contain;
    object-fit: contain;
}
.single-post .content .review-post-products .review-post-products-item {
	padding: 2em;
	box-shadow: 5px 5px 14px 1px rgba(0,0,0,.1);
	margin: 1em 0;
	position: relative;
}
.single-post .content .review-post-products .review-post-products-item .pros-cons .elementor-icon-list-item {
	align-items: start;
}
.single-post .content .review-post-products .review-post-products-item .pros-cons .elementor-icon-list-item .elementor-icon-list-icon {
	padding-top: .2em;
}
.single-post .content .review-post-products .review-post-products-item .pros-cons .elementor-icon-list-item .elementor-icon-list-icon .fa-check:before {
	color: #2ac989;
}
.single-post .content .review-post-products .review-post-products-item .pros-cons .elementor-icon-list-item .elementor-icon-list-icon .fa-times:before {
	color: #c93a2a;
}
.single-post .content .review-post-products .review-post-products-item .pros-cons .elementor-icon-list-item  {
		margin-bottom: .8em;
}

.single-post .content .review-post-products .review-post-products-item .pros-cons {
	gap: 10px;
	line-height: 140%;
}
.single-post .content .review-post-products .review-post-products-item .pros-cons h5 {
	margin-top: 1em;
}
.single-post .content .review-post-products .review-post-products-item h3 {
	margin-top: 20px;
	color: var(--theme-color-text_dark);
}
.single-post .content .review-post-products .review-post-products-item h3 .number {
	position: absolute;
	display: block;
	padding: .3em 1em;
	border-radius: 0 8px 8px 8px;
	background: var(--theme-color-text_dark);
	color: white;
	left: 0px;
	top: 0px;
	font-size: 20px;
}



.single-post .content .banner-after-products {
	height: 350px;
	position: relative;
}
.single-post .content .banner-after-products img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: none;
    -o-object-fit: cover;
    object-fit: cover;
}</pre></body></html>