@media screen and (max-width: 1240px) {
    .event_filter_wrapper,
    .stories-filter-wrapper {
        padding: 40px 20px;
    }
}

@media screen and (max-width: 1025px) {
    .event-page .result-matched,
    .story-page .result-matched {
        padding: 35px 20px 0;
    }

    .event-page .post-result-wrapper {
        padding: 0 20px;
    }

    .post-result-wrapper .post-result {
        width: 46%;
    }

    .post-result-wrapper .post-result .post-result-text .post-result-title {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }
    
    .stories-featured {
		flex-direction: column;
		gap: 20px;
	}

	.stories-featured .left-stories-featured {
		width: 100%;
		flex-direction: column;
		gap: 15px;
		padding-right: 0;
	}

	.stories-featured .left-stories-featured .left-stories-featured-image {
		margin-right: 0;
		width: 100%;
	}

	.stories-featured .left-stories-featured .left-stories-featured-content {
		width: 100%;
	}
	
	.stories-featured .right-stories-featured {
		width: 100%;
    	padding-left: 0;
        margin-top: 20px;
	}

    .stories-featured .right-stories-featured .right-stories-featured-wrapper .right-stories-featured-image {
        max-width: unset;
        width: 40%;
    }	

    .stories-featured .right-stories-featured .right-stories-featured-wrapper .right-stories-featured-content {
        width: 60%;
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        justify-content: center;
    }

    .stories-featured .right-stories-featured .right-stories-featured-wrapper:not(:last-child) {
        border-bottom: 1px solid #d6d6d675;        
        padding-bottom: 20px;
    }
}

@media screen and (max-width: 481px) {
    /* Event & Story Search Page */
	#event-searchform,
    #stories-searchform {
		display: none;
	}

	.event-searchform-mobile-wrapper,
    .story-searchform-mobile-wrapper {
		padding: 0 20px;
		background-color: #DDB428;
	}

	#btn-event-filter,
    #btn-story-filter {
		display: inline-flex;
	}

	#story-searchform-mobile .stories-filter-checkboxes {
		height: calc(100% - 380px);
	}

    .event_filter_wrapper .filter-text {
        margin-right: 0;
    }

    .event_filter_wrapper .search-input-wrapper,
    .event_filter_wrapper .search-input,
    .story_filter_wrapper .search-input-wrapper,
    .story_filter_wrapper .stories-month-year-filter,
    .story_filter_wrapper .search-input {
        width: 100%;
    }

    .event_filter_checkboxes .filter-checkboxes-wrapper > .filter-checkboxes .col-checkbox,
    .stories-filter-checkboxes .filter-checkboxes-wrapper > .filter-checkboxes .col-checkbox {
        width: 50%;
    }
	/* Event & Story Search Page */    

    .post-result-wrapper .post-result {
        width: 100%;
        margin-right: 0;
    }
}