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

/* Blog Heading Sizes  */
.elementor-kit-7.single-post .elementor-widget-theme-post-content h1 {
	font-size: clamp(38px, calc(38px + (60 - 38) * ((100vw - 320px) / (1920 - 320)) + max(0px, ((100vw - 1920px) * 0.0125))), 100vw);
}
.elementor-kit-7.single-post .elementor-widget-theme-post-content h2 {
	font-size: clamp(34px, calc(34px + (55 - 34) * ((100vw - 320px) / (1920 - 320)) + max(0px, ((100vw - 1920px) * 0.0125))), 100vw);	
}
.elementor-kit-7.single-post .elementor-widget-theme-post-content h3 {
	font-size: clamp(30px, calc(30px + (45 - 30) * ((100vw - 320px) / (1920 - 320)) + max(0px, ((100vw - 1920px) * 0.0125))), 100vw);	
}
.elementor-kit-7.single-post .elementor-widget-theme-post-content h4 {
	font-size: clamp(27px, calc(27px + (40 - 27) * ((100vw - 320px) / (1920 - 320)) + max(0px, ((100vw - 1920px) * 0.0125))), 100vw);	
}
.elementor-kit-7.single-post .elementor-widget-theme-post-content h5 {
	font-size: clamp(24px, calc(24px + (34 - 24) * ((100vw - 320px) / (1920 - 320)) + max(0px, ((100vw - 1920px) * 0.0125))), 100vw);	
}
.elementor-kit-7.single-post .elementor-widget-theme-post-content h6 {
	font-size: clamp(20px, calc(20px + (28 - 20) * ((100vw - 320px) / (1920 - 320)) + max(0px, ((100vw - 1920px) * 0.0125))), 100vw);	
}


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


/* *****************************
 * BLOG LANDING & ARCHIVE 
 * *************************** */
/* Blog Search Box - Use code if need to adjust focus state of blog search field 
.elementor-search-form--skin-minimal:focus-within {
    outline-width: 0 !important;
    outline-style: unset !important;
}

*/


/* *****************************
 * BLOG SELECT
 * *************************** */
.jet-select select {
	background: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;	
	position: relative;
}
.jet-select .jet-select__control {
    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 {
    width: 100%;
}


/* *****************************
 * BLOG SINGLE
 * *************************** */
/* SOCIAL */
.single-post .jupiterx-social-share-link {
	color: #fff;
	margin: 2rem 1rem 1rem 0;
	border-radius: 0;
	width: auto !important;
}
.single-post .jupiterx-icon {
	opacity: 1 !important;
	padding: .5rem;
	width: auto !important;
}
.single-post .jupiterx-social-share-link:hover {
	color: #EEE;
}

/* BLOG SINGLE TEMPLATE IF USED - POST NAVIGATION */
.raven-post-navigation {
    display: flex !important;
}
.raven-post-navigation [rel="next"],
.raven-post-navigation [rel="prev"] {
    width: 50% !important;   
}
.raven-post-navigation .raven-post-navigation-title {
	margin-top: 0 !important;
}

@media (max-width: 767px) { 
    .raven-post-navigation {
        display: flex !important;
        flex-direction: column;
    }    
    .raven-post-navigation [rel="next"],
    .raven-post-navigation [rel="prev"] {
        padding-bottom: 2rem;
        width: 100% !important;   
    }
}
@media (max-width: 480px) {
    .elementor-widget-raven-post-navigation.raven-post-navigation-type-image-box .raven-post-navigation {
        grid-template-columns: 1fr
    }
    .raven-post-navigation {
        display: flex !important;
        flex-direction: column;
    }    
	.raven-post-navigation-content-wrapper {
        width: 100% !important;   		
    }	
	body .elementor-widget-raven-post-navigation.raven-post-navigation-type-standard .raven-post-navigation-next-previous-content {
		display: flex !important;
	}
    .raven-post-navigation [rel="next"],
    .raven-post-navigation [rel="prev"] {
		display: block !important;
        padding-bottom: 1rem;
        width: 100% !important; 	
    }
}


/* *****************************
 * RAVEN MATRIX NEWS LANDING LOOP TEMPLATE
 * *************************** */
.raven-posts.raven-posts-matrix .raven-sortable-items {
    background: var(--e-global-color-secondary);
    padding: 0.5rem;
    border: 1px solid var(--e-global-color-primary);
}

/* RESPONSIVE ADJUSTMENTS */
@media (max-width: 767px) {
	.raven-posts.raven-posts-matrix .raven-posts-item.raven-matrix-item {
		width: 100% !important;
	}
}


/* *****************************
 * BLOG LOOP - ROW 1 One Post - ROW 2 Two Posts - ROW 3 One Post, etc
 * *************************** */
.posts-loop .elementor-posts-container {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
}
.posts-loop .elementor-posts-container .elementor-post {
  flex: 1 1 100%;
}
.posts-loop .elementor-posts-container .elementor-post .elementor-post__card {
  border-radius: 25px !important;
  box-shadow: 0 0 30px #2424241A;
}

.posts-loop .elementor-post__meta-data {
	background-image: linear-gradient(90deg, #2c2d70 0%, #18183d 100%);
}
.posts-loop .elementor-post__meta-data .elementor-post-date {
	color: #FFF;
}

/* Full width for 1st, 4th, 7th, 10th, etc. posts */
.posts-loop .elementor-posts-container .elementor-post:nth-child(3n-2) {
  flex: 1 1 100% !important;
  max-width: 100% !important;
}
/* Two posts per row for 2nd, 3rd, 5th, 6th, 8th, 9th, etc. posts */
.posts-loop .elementor-posts-container .elementor-post:nth-child(3n-1),
.posts-loop .elementor-posts-container .elementor-post:nth-child(3n) {
  flex: 1 1 calc(50% - 2rem) !important;
  max-width: calc(50% - 2rem) !important;
}

/* Medium screens (tablets) */
@media (max-width: 1024px) and (min-width: 768px) {
	.posts-loop .elementor-posts-container {
	  gap: 3rem;
	}	
  .posts-loop .elementor-posts-container .elementor-post:nth-child(3n-2) {
    flex: 1 1 100% !important;
    max-width: 100% !important;
  }

  .posts-loop .elementor-posts-container .elementor-post:nth-child(3n-1),
  .posts-loop .elementor-posts-container .elementor-post:nth-child(3n) {
    flex: 1 1 calc(50% - 1.5rem) !important;
    max-width: calc(50% - 1.5rem) !important;
  }
}

/* Small screens (mobile) */
@media (max-width: 767px) {
  .posts-loop .elementor-posts-container .elementor-post,
	.posts-loop .elementor-posts-container .elementor-post:nth-child(3n-2),
	.posts-loop .elementor-posts-container .elementor-post:nth-child(3n-1),
	.posts-loop .elementor-posts-container .elementor-post:nth-child(3n){
    flex: 1 1 100% !important;
    max-width: 100% !important;
  }
}