/*
Theme Name: Solio Child Theme
Theme URI: https://solio.ancorathemes.com/
Description: Solio 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: AncoraThemes
Author URI: https://ancorathemes.com/
Version: 1.13.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: solar power, solar installation, solar panels, solar panel installation, solar energy, renewable energy, alternative power, wind energy, hydropower, water energy, green energy, heating, electricity, eco, ecology
Text Domain: solio
Template: solio
*/


/* =Child-Theme customization starts here
------------------------------------------------------------ */
/* Header Menu - START */

.sc_layouts_menu_nav > li > ul.sub-menu {
    top: 3em;
}

/* Header Menu - END */

h2{
/* 	font-size: 2.5rem; */
	line-height: 1.2em;
}

.home-counter .sc_skills_item{
	font-size: 0.7em;
}

/* ABOUT PAGE - START */

 .sc_button.button_bg_icon_color .sc_button_icon {
    background-color: #d1d1d1;
}

@media only screen and (max-width: 1279px) and (min-width:906px){
    .elementor-widget-wrap .elementor-element.key-strength-spacer-1{
        height:51px;
    }
}

/* ABOUT PAGE - END */

/* PROJECTS PAGE - START */

.projects_category_grid .sc_blogger_lay_portfolio_grid.sc_blogger_lay_portfolio_grid_grid_style_13 .sc_blogger_item .sc_blogger_item_body .post_featured .post_info_bl {
    top: auto;
    left: 0px;
    right: auto;
}

/* PROJECTS PAGE - END */

/* PROJECT SINGLE PAGE - START */

.project-template-default .page_content_wrap {
    padding: 0;
}

.project-template-default .page_content_wrap .content_wrap{
	margin:0px;
	width:100%;
}

.meta-card-main .meta-text .meta-text-1,
.meta-card-main .meta-text .meta-text-2{
	width:fit-content;
}

.project-overview-title::after{
	content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 10%;
    height: 3px;
    background-color: #0070c9;
}

.ecl-sidebar-card.ecl-info-card:has(.ecl-no-fields){
	display:none;
}

/* PROJECT SINGLE PAGE - END */

.single-project .page_content_wrap {
	padding-top: 0 !important; 
}

ul.easy-image-gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

@media only screen and (max-width:480px){
	ul.easy-image-gallery {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	}
}

/* Common CSS */

.w-fit-content{
	width:fit-content;
}

/* Case Study Page */

.project-results-title::after{
	content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 10%;
    height: 3px;
    background-color: #19E653;
}

.project-results-title-2 h2::after {
    content: '';
    position: absolute;
    bottom: -7px;
    left: 0;
    width: 45%;
    height: 3px;
    background-color: #19E653;
/*     z-index: -1; */
}

.project-results-title-2 h2{
    position: relative;
}

.project-results-title-2 .elementor-widget-container{
	display:flex;
	justify-content:center;
}