/*
	Theme Name: kipya
	Theme URI: https://www.africooluganda.com
	Description: Africool Uganda Ltd is your trusted partner in cutting-edge refrigeration and air conditioning solutions since 2002. 
	Version: 1.0.9
	Author: LWEGATECH
	Author URI: https://www.lwegatech.com
	Tags: Air Conditioning Installation, Air Conditioning Maintenance, Cold Rooms Solutions

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
:root {
	--primary-color: #0093fd;
	--secondary-color: #FF5500;
	--accent-color: #65B84C;
	--text-color: #373A36;
}
body {
	font-family: "Roboto", sans-serif;
	line-height: 1.6;
	color: var(--text-color);
	-webkit-font-smoothing: antialiased;
}
/*--------------------------------------------------------------
# WordPress Core Styles
--------------------------------------------------------------*/
.alignnone,
.aligncenter,
.alignright,
.alignleft {
	margin-bottom: 1.5em;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignright {
	float: right;
	margin-left: 1.5em;
}

.alignleft {
	float: left;
	margin-right: 1.5em;
}

.wp-caption {
	max-width: 100%;
	margin-bottom: 1.5em;
}

.wp-caption-text {
	font-size: 0.875em;
	text-align: center;
	margin-top: 0.5em;
}
.gallery-caption {
    display: block;
    padding: 0.5em 0;
    font-size: 0.8em;
    line-height: 1.4;
    color: #666;
    text-align: center;
    background-color: #f9f9f9;
    margin-top: -5px;
}
.gallery-item {
    margin-bottom: 1em;
}
.bypostauthor {
    background-color: rgba(0, 86, 64, 0.03);
    border-left: 3px solid var(--primary-color);
    padding-left: 1em;
    position: relative;
}
.bypostauthor .comment-author::after {
    content: "Author";
    display: inline-block;
    margin-left: 0.5em;
    padding: 0.2em 0.5em;
    background-color: var(--primary-color);
    color: white;
    font-size: 0.7em;
    border-radius: 3px;
    vertical-align: middle;
}
.bypostauthor .comment-reply-link {
    color: var(--primary-color);
    font-weight: bold;
}
/*--------------------------------------------------------------
# Accessibility & Helpers
--------------------------------------------------------------*/
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: var(--primary-color);
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/*--------------------------------------------------------------
# WooCommerce Base Styles 
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Print Styles
--------------------------------------------------------------*/
@media print {
	* {
		background: transparent !important;
		color: #000 !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " (" attr(href) ")";
	}

	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content: "";
	}

	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	thead {
		display: table-header-group;
	}

	tr,
	img {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	h2,
	h3 {
		page-break-after: avoid;
	}
}
