/*
Theme Name: Energia Child
Theme URI: https://demo.farost.net/energia/
Author: Farost
Author URI: http://themeforest.net/user/farost
Description: Best for Green energy, green earth, green nature, green WordPress, renewable energy, renewable, solar panels, green earth, energy company, green nature, energy solar, energy WordPress, go solar, recycling website.
Version: 1.1.2
License: ThemeForest
License URI: https://themeforest.net/licenses
Text Domain: energia-child
Template:     energia
Tags: clean, creative, customizer, ecology, energy, green, modern, natural, organic, portfolio, recycling, renewable energy, solar, Solar Panels, Wind Turbines
*/


.site-branding img{
    width: 200px;
}
.site-header-top{
    height: 60px;
    display: flex;
    align-items: center;
}

/** equal height blog cards **/
.cms-grid .grid-item{
   margin-bottom: 32px;
}
.cms-grid .grid-item .grid-item-inner{
  margin-bottom: 0;
  height: 100%;
}

/** equal heights slick cards **/
.slick-track{
   display: flex;
}
.slick-slide{
  flex: 1;
  height: auto;
}
.carousel-item-inner{
	height: 100%;
}

.hf-check-list .elementor-icon-list-icon{
    background: #2B6BB4;
    display: flex;
    align-items: center;
    border-radius: 5px;
    padding: 2px;
	margin-right: 3px;
}
.hf-check-list .elementor-icon-list-icon svg{
	margin: 0 !important;
}

html body{
	color: #54595F;
}
/*
.site h1,
.site h2,
.site h3,
.site h4,
.site h5,
.site h6,
.site .h1,
.site .h2,
.site .h3,
.site .h4,
.site .h5,
.site .h6,
.site .cms-heading-wrapper .custom-heading,
.site .cms-post-grid-layout1 .entry-title,
.site .cms-post-carousel-layout1 .entry-title,
.site .cms-project-grid.layout2 .entry-title{
	line-height: 1.2em;
}
*/
.site-footer-custom{
	color: #9b9b9b;
}

.site #content .cms-navigation-menu.e-sidebar-widget ul li.current-cat > a,
.site #content .cms-navigation-menu.e-sidebar-widget ul li.current-cat-parent > a,
.site #content .cms-navigation-menu.e-sidebar-widget ul li.current-menu-item > a,
.site #content .cms-navigation-menu.e-sidebar-widget ul li > a:hover{
 background-color: #F89721;
}
.site .cms-navigation-menu.e-sidebar-widget{
	background-color: #2B6BB4;
}
.site #content .widget_categories ul li a,
.site #content .widget_nav_menu ul li a,
.site #content .cms-navigation-menu.e-sidebar-widget ul li a,
.site #content .widget_pages ul li a, #content .widget_archive ul li a,
.site #content .widget_meta ul li a{
	border-bottom: 0;
}
.site .e-sidebar-widget .widget-title{
	color: #fff;
}
.hf-full-width{
	width: 100vw !important;
    max-width: none !important;
    margin-left: calc(-50vw + 50%) !important;
}
.hf-comparison-table{
	overflow-x: auto;
}
.hf-comparison-table th{
	background-color: var(--secondary);
	color: #fff;
	font-weight: 600;
}
    
.hf-comparison-table .disadvantage {
    color: #dc2626;
    font-weight: 600;
}
.hf-comparison-table .advantage {
    color: #059669;
    font-weight: 600;
}

/* Header user menu (logged-in only) */
.site-header-auth {
    position: relative;
    display: inline-flex;
    align-items: center;
    margin-left: 20px;
}
.site-header-auth__toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    color: inherit;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.15s ease;
    outline: none;
}
.site-header-auth__toggle:hover,
.site-header-auth__toggle:focus,
.site-header-auth:hover .site-header-auth__toggle,
.site-header-auth:focus-within .site-header-auth__toggle {
    background: rgba(0, 0, 0, 0.06);
}
.site-header-auth__menu {
    position: absolute;
    top: 100%;
    right: 0;
    margin: 6px 0 0;
    padding: 6px 0;
    min-width: 140px;
    list-style: none;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    opacity: 0;
    visibility: hidden;
    transform: translateY(4px);
    transition: opacity 0.15s ease, transform 0.15s ease, visibility 0.15s;
    z-index: 1000;
}
.site-header-auth:hover .site-header-auth__menu,
.site-header-auth:focus-within .site-header-auth__menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.site-header-auth__menu li {
    margin: 0;
    padding: 0;
}
.site-header-auth__menu a {
    display: block;
    padding: 8px 16px;
    font-size: 14px;
    color: #1f2937;
    text-decoration: none;
    white-space: nowrap;
}
.site-header-auth__menu a:hover {
    background: #f9fafb;
}

/* Mobile: push auth icon to the right of the row, just left of the burger */
@media screen and (max-width: 1199px) {
    .site-header-auth {
        margin-left: auto;
        margin-right: 50px;
    }
}

/* Layout 4: header sits over dark/hero — make the user icon white */
.header-layout4 .site-header-auth__toggle {
    color: #fff;
}
.header-layout4 .site-header-auth__toggle:hover,
.header-layout4 .site-header-auth:hover .site-header-auth__toggle,
.header-layout4 .site-header-auth:focus-within .site-header-auth__toggle {
    background: rgba(255, 255, 255, 0.12);
}
