/*
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;
}