.grecaptcha-badge{
	display:none !important;
}
input,
textarea,
button,
select,
a {
    -webkit-tap-highlight-color: transparent;
}

.carousel-item .entry-content-wrap {
    border: none !important;
    padding: 10px !important;
    width: fit-content;
    margin: 0 15px !important;
    bottom: 15px !important;
    background: #f35629 !important;
    border-radius: 20px;
    max-width: 100% !important;
    left: 0;
    text-align: left;
    right: 0;
    transform: none !important;
    top: auto;
    position: absolute;
}
.carousel-item .entry-content-wrap h3{
	color: white;
	font-size: 16px;
	line-height: 18px;
	margin: 0 !important;
	font-weight: normal;
	text-transform: uppercase;
}
.psacp-post-slider-wrap .owl-dots .owl-dot{
	background-color: black !important;
	opacity: 0.25;
}
.psacp-post-slider-wrap .owl-dot.active{
	opacity: 0.75;
}



.carousel-item .entry-content-wrap .entry-meta{
	display:none;
}
.carousel-item .entry-content-wrap .entry-header{
	margin-bottom: 8px !important;
}




.single-post .entry-content {
    margin-top: -30px;
}
@media screen and (max-width: 719px) {
    .content-style-boxed .content-bg:not(.loop-entry) {
        margin-left: -1rem !important;
        margin-right: -1rem !important;
    }
}

.entry-related .single-post .wp-site-blocks .post-thumbnail {
    padding-bottom: 58%;
    width: 90%;
    margin: 0 auto;
}
.entry-related .single-post .wp-site-blocks .entry-header{
	width: 90%;
    margin: 0 auto;
}

.entry.single-entry, .entry.loop-entry{
    box-shadow: none !important;
}

mark{
	background-color:#f35629;
	color:white !important;
	padding:3px;
}

.efbl-thumbnail-skin, .efbl-thumbnail-col, .efbl-thumbnail-col a img{
	background: none !important;
	border:none !important;
	outline:none !important;
}
.efbl-post-footer{
	display:none;
}
.efbl-thumbnail-skin .efbl-feed-content .description, .efbl-thumbnail-skin .efbl-feed-content .efbl_link_text, .efbl-feed-content .description a, .efbl-profile-title span{
	color:white !important;
}
.uabb-post-thumbnail img{
	border-radius: 30px !important;
}
.uabb-blogs-pagination li span,.uabb-blogs-pagination li a{
		border-radius: 10px !important;
	margin: 0 5px !important;
	padding: 5px 13px !important;
}
.wp-site-blocks .post-thumbnail.kadence-thumbnail-ratio-1-2{
	height: 80vh;
    padding: 0 !important;
	border-radius:0 0 30px 30px
}
.wp-site-blocks .post-thumbnail img
 {
    object-position: center;
}
.wp-site-blocks .content-container .alignwide{
	margin: 0 50px !important;
}

.splide .splide__arrow {
    top: 50%;
    background: none;
    color: #195298;
    opacity: 1;
	  font-size: 14px;
    background: white;
    border-radius: 50%;
    height: 34px;
    width: 34px;
}
.splide .splide__arrow--prev {
    left: 1em;
}
.splide .splide__arrow--next {
    right: 1em;
}
.loop-entry .entry-content-wrap{
	padding-bottom: 0 !important;
}

@media (min-width: 768px) {
	.single-post .wp-site-blocks .post-thumbnail:not(.kadence-thumbnail-ratio-inherit) img {
/* 			height: auto !important; */
	}
}

@media (max-width: 768px) {
	.splide .splide__arrow {
    top: 50%;
	}
	.wp-site-blocks .post-thumbnail.kadence-thumbnail-ratio-1-2{
	height: 60vh !important;
	}
		.wp-site-blocks .content-container .alignwide{
		margin: 0 !important;
	}
	h1{
		line-height: 52px;
	}
	#primary .single-post .fl-module {
			margin: 0;
	}
}

.entry-related-carousel .post-thumbnail:not(.kadence-thumbnail-ratio-inherit) img{
	border-radius: 20px;
}
.entry-date.published{
	color:var(--global-palette1);
}