/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */

//new header
.eti-archive-header {
    position: relative;
    min-height: 430px;
}

.eti-archive-header img {
    width: 100%;
    height: auto;
    min-height: 430px;
    object-fit: cover;
}

.eti-inner-container {
    position: absolute;
    left: 50%;
    margin-top: -400px;
    transform: translate(-50%, 0);
    max-width: 1440px;
    width: 100%;
    padding: 0 20px;
    z-index: 1;
}

.eti-row {
    display: flex;
    justify-content: space-between;
    margin: 0;
}

.eti-column {
    width: 50%;
    padding: 0;
}

.eti-featured-image img {
    width: 100%;
    height: auto;
}

.eti-featured-details {
    background-color: #2C304A;
    color: white;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.eti-featured-text-wrapper {
    /* No special styles needed, but you can add some if you wish */
}

.eti-featured-details h2 {
    font-size: 30px;
	line-height:1.2;
    color: #fff;
    margin: 0;
    margin-bottom: 10px;
}

.eti-featured-details h1 a {
    font-size: 50px;
    color: #00B2DF;
    margin: 0;
    text-decoration: none;
}

.eti-featured-details h1 a:hover {
    color: #fff;
}

.eti-button {
    display: inline-block;
    background-color: #F9C539;
    color: #2C304A;
    padding: 5px 40px;
    text-decoration: none;
    border-radius: 25px;
    align-self: flex-start;
}

.eti-button:hover {
    background-color: #0B67B2;
    color: #fff;
}
.facetwp-facet input.facetwp-search, .facetwp-facet input.facetwp-location {
	
	background:#fff!important;
}

@media (max-width: 1024px) {
    .eti-archive-header img {
        max-height: 600px;
        object-fit: cover;
    }
.eti-featured-details h1 a {
	font-size: 45px;}
	
    .eti-row {
        flex-direction: column-reverse;
    }

    .eti-column {
        width: 100%;
    }

    .eti-featured-details {
        min-height: 400px;
    }
}
@media (max-width: 689px) {	
	.eti-featured-details h1 a {
	font-size: 33px;}
	.facetwp-facet input.facetwp-search, .facetwp-facet input.facetwp-location {
		max-width:300px;
	}
	p.eti-description {
    display: none;
}
	.eti-featured-details {
    min-height: 250px;
}
	}
.wp-block-kadence-iconlist ul.kt-svg-icon-list .kt-svg-icon-list-item-wrap .kt-svg-icon-link {padding: 8px 0!important;}
iframe.cmplz-placeholder-element.cmplz-no-video.cmplz-processed.cmplz-activated {
    height: 450px;
}