/**
Theme Name: Cosion Child
Author: ThemeOri
Author URI: https://themeforest.net/user/themeori/
Description: Child theme for the Cosion theme.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: cosion-child
Template: cosion
*/

/* Override sidebar */
.all__sidebar .widget {
    background: #ececec;
    border: 0;
}
.all__sidebar .widget h2{
    border: 0;
}
/* Override block tabs */
.tab_area-btn-inner {
    max-width: 323px;
    width: 100%;
    text-wrap: wrap;
}
.tab_area-btn-wrapper.full_width {
    justify-content: center;
}

/* Override Breadcrumbs */
.theme_breadcrumb__area {
	position: relative;
	padding-top: 235px;
	padding-bottom: 85px;
	&::after {
		content: "";
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, .3);
		position: absolute;
		top: 0;
		left: 0;
	}
	.container {
		position: relative;
		z-index: 1;
		max-width: 1440px;
	}
}
.theme_breadcrumb__area-content {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 16px;
	text-align: center;
	ul {
		li {
			color:  white;
			span {
				color:  white;
			}
		}
	}
}
.flexitype-transparent-header {
	top:  0;
}
/* Override cards */
.card-item {
	height: 100%;
	.elementor-widget-container {
		height: 100%;
	}
	.icon__box-item   {
		height: 100%
	}
}