@media(max-width:767px){.elementor-24 .elementor-element.elementor-element-0cd127c{width:100%;max-width:100%;}.elementor-24 .elementor-element.elementor-element-4116235{width:100%;max-width:100%;}}/* Start custom CSS for shortcode, class: .elementor-element-0cd127c */#custom-category-filter {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
}

#custom-category-filter button {
	font-size: 13px;
	line-height: 17px;
	min-width: 230px;
	border-radius: 50px;
	border: 1px solid #7C7D7F;
	color: #7C7D7F;
	transition: all 0.3s ease-in-out;
	padding: 10px;
}

#custom-category-filter button.active,
#custom-category-filter button:hover{
	background-color: #E5E4DE;
	border-color: #E5E4DE;
	color: #393B35;
}


/* Default: show buttons */
.category-buttons {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.category-dropdown {
    display: none;
}

#custom-category-dropdown {
	border-radius: 50px;
	background-color: #E5E4DE;
	border-color: #E5E4DE;
	padding: 10px 20px;
	color: #393B35;
}

/* Mobile */
@media (max-width: 767px) {
    #custom-category-filter {
        display: none;
    }

    .category-dropdown {
        display: block;
        width: 100%;
        padding: 10px;
        border-radius: 6px;
    }
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-4116235 */.custom-search-wrapper {
    position: relative;
    width: 100%;
    max-width: 455px;
}

.custom-search-wrapper input {
	width: 100%;
	padding: 10px 12px 10px 40px;
	border-radius: 5px;
	border: 1px solid #393B35;
	font-size: 13px;
	color: #393B35;
}


.search-icon {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    pointer-events: none;
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-79d496b */#custom-post-results {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: 30px;
}

#custom-post-results .custom-post-wrapper {
	background-color: #E5E4DE;
}

#custom-post-results .post-content-wrapper {
	padding: 20px 20px 40px 20px;
}

#custom-post-results .post-featured-img {
	display: flex;
}

#custom-post-results img {
	aspect-ratio: 17/9;
	object-fit: cover;
}

#custom-post-results .post-category a {
	font-size: 13px;
	line-height: 17px;
	color: #393B35;
	pointer-events: none;
}

#custom-post-results .post-details {
	display: flex;
	flex-direction: column;
	gap: 10px;
	flex-grow: 1;
}

#custom-post-results button {
	font-size: 13px;
	line-height: 17px;
	font-weight: bold;
	color: #393B35;
	border: 2px solid #393B35;
	border-radius: 50px;
	min-width: 145px;
	padding: 12px;
	transition: all 0.3s ease-in-out;
}

#custom-post-results button:hover,
#custom-post-results button:focus {
	background-color: #393835;
	color: #fff;
}

#custom-post-results .post-content-wrapper {
	padding: 20px 20px 40px 20px;
	display: flex;
	flex-direction: column;
	gap: 35px;
	justify-content: space-between;
}

#custom-post-results .post-title {
	font-size: 20px;
	font-weight: 600;
	line-height: 26px;
	color: #393B35;
	min-height: 55px;
}

@media screen and (max-width: 767px) {
    #custom-post-results {
	grid-template-columns: 1fr
}
}/* End custom CSS */