/*
Theme Name: Gervent
Theme URI: https://infinitenerji.com
Author: Infinite Energy
Description: Solar energy systems theme (Porto-style) for Infinite Energy. On-grid / off-grid systems, solar panels, inverters, batteries and EV charging stations. Integrates with WooCommerce. English (Ukrainian translation ready).
Version: 2.0.0
Requires at least: 6.0
Tested up to: 6.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: gervent
Tags: woocommerce, solar, energy, bootstrap, responsive, multilingual-ready
*/

/* Most styling lives in assets/css/infinite.css.
   This file holds theme metadata and a few global helpers. */

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    width: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    word-wrap: normal !important;
}
.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;
    clip-path: none;
    color: #21759b;
    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;
}

/* Keep list markers inside post/page content */
.ie-single-content ul { list-style: disc; padding-left: 1.4em; }
.ie-single-content ol { list-style: decimal; padding-left: 1.4em; }
.ie-single-content li { margin-bottom: .4em; }
.ie-parallax{
	height: 70vh;
}
.ie-banner .ie-banner-link img{
	height: 100%;
}
.hover-text{
	display: flex;
	flex-direction: column;
	transform: translatey(150px);
	transition: all 0.4s ease 0s;
}
.trp-language-switcher{
	left: 15px !important;
	right: auto !important;
}
.ie-grid-card:hover .hover-text{
		transform: translatey(0px);
}
.ie-grid-card img{
	transition:all 1s ease 0s;
	scale: 1;
}
.ie-grid-card:hover img{
	scale: 1.3;
}
.ie-grid-sub{
	color: #fff;
}
.ie-footer-links a{
	transition: all 0.4s ease 0s;
}
.ie-nav-toggle{
	justify-content: center;
	align-items: center;
}
@media(min-width:992px){
	.ie-nav-close{
		display: none;
	}
}
@media (max-width: 575px) {
    .ie-lang-switcher {
        display: flex !important;
    }
}
.ie-header-logo a{
	display: flex;	
}
.ie-header-logo a img{
	max-width: 90px !important;
}
@media (max-width: 591px) {
    .ie-hero-slide {
        min-height: 300px !important; 
        background-size: contain !important;
        background-repeat: no-repeat !important;
    }
	.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot{
		width: 26px;
		height: 26px;
		font-size: 14px !important;
	}
	.ie-header-logo a img {
    max-width: 80px !important;
	}
}
