/* **********************************************************
 * BLOG
 * ******************************************************** */

/* Blog Heading Sizes */
.elementor-kit-7.single-post h1 {
	font-size: 2.5rem;
}
.elementor-kit-7.single-post h2 {
	font-size: 2.25rem;	
}
.elementor-kit-7.single-post h3 {
	font-size: 2rem;	
}
.elementor-kit-7.single-post h4 {
	font-size: 1.75rem;	
}
.elementor-kit-7.single-post h5 {
	font-size: 1.5rem;	
}
.elementor-kit-7.single-post h6 {
	font-size: 1.25rem;	
}

/* Blog Buttons */
/* a.raven-post-button {
    padding: ;	
} */


/* *****************************
 * BLOG SELECT
 * *************************** */
.jet-select select {
	background: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;	
	position: relative;
}
.jet-select:after {
	align-items: center;
	content: "\e909";
	display: flex;
	font-family: 'Happy Icons' !important;
	font-size: 16px;
	font-weight: 900;
	justify-content: flex-end;
	pointer-events: none;
	position: absolute;
	right: 1rem;
	top: calc(50% + 1px);
	color: #fff !important;
}
.jet-select:after {
    transform: translateY(-50%);	
}
.jet-filter {
    --tabindex-color: #ccc !important;
    --tabindex-shadow-color: transparent !important; 
}


/* *****************************
 * BLOG ARCHIVE
 * *************************** */
.btn-archive-view-all a {
	clip-path: none !important;
	padding: 0.85rem 2rem !important;
    width: 100%;
}
.news-landing h2.elementor-post__title a:hover,
.news-landing a.elementor-post__read-more:hover {
        color: #e4c503 !important;
}


/* *****************************
 * SINGLE POST
 * *************************** */
@media (max-width: 991px) {
	.single-post .jupiterx-sidebar,
	.single-post .jupiterx-sidebar .widget_block {
		text-align: center;
	}
	.single-post .jupiterx-sidebar .widget_search {
		margin-bottom:4rem; 
	}
}