/*
Theme Name:     Engitech Child
Theme URI:      http://wpdemo.archiwp.com/engitech/
Description:    Make your modifications to [Parent Theme] in this child theme.
Author:         Oceanthemes
Author URI:     http://oceanthemes.net/
Version:        1.0
Template:       engitech
*/

@import url("../engitech/style.css");

/* =Theme customization starts here
------------------------------------------------------- */


/* custom CSS in Appearance > Customize > Additional CSS */

.elementor-kit-16 {
	--e-global-color-secondary: #3D5061 !important;
}


.swiper-autoheight, .swiper-autoheight .swiper-slide {
	height: 100%;
	.eael-grid-post {
		height: 100%;
		.eael-grid-post-holder {
			height: 100%;
		}
	}
}

.swiper-wrapper {
	.swiper-slide {
		height: 100% !important;
		
		.eael-grid-post-link {
			&::after {
			content: '';
			width: 35%;
			height: 5px;
			background-color: #D0DF00;
			position: relative;
			display: block;
			margin: 12px 0;
   			 }
		}
		.eael-grid-post-excerpt {
			height: inherit;
			display: flex;
			flex-direction: column;
			justify-content: space-between;
			p {
				font-family: "Noto Sans";
				font-size: 16px;
				font-style: normal;
				font-weight: 400;
				line-height: 196%; /* 31.36px */
			}
		}
		
		.eael-grid-post-holder-inner {
			display: flex;
			flex-direction: column;
			justify-content: space-between;
			.eael-entry-content {
				height: inherit;
			}
		}
	}
}

@media screen and (max-width: 768px){
	.elementor-widget-eael-post-carousel.e-widget-swiper {
		height: 40vh;
		.elementor-widget-container {
			height: 100%;
			.swiper-container-wrap {
				height: 100%;
				.swiper {
					height: 100%;
				}
			}
		}
}
}

#breadcrumbs {
	span span {
		padding: 0 1rem;
		
		&:first-of-type {
			padding: 0 1rem 0 0;
		}
		
		a {
			color: #004A98;
		}
		
		a:hover {
			text-decoration: underline;
		}
	}
	.feature-slider i {
		color: #004A98 !important;
	}