/*
Theme Name: Future of Privacy Forum
Author: 4Site Interactive Studios
Author URI: https://4sitestudios.com/
Description: Custom theme built for FPF
Version: 1.0
Text Domain: fpf
*/

.footer a {
	cursor: pointer !important;
}
.fpf-featured-posts-block .fpf-featured-posts-block__post .fpf-featured-posts-block__text-column__link_arrow {
	gap: 8px;
}
.fpf-featured-posts-block .fpf-featured-posts-block__post .fpf-featured-posts-block__text-column__arrow {
	opacity: 1;
}
.fpf-featured-posts-block .splide__slide.is-active.is-visible:hover .fpf-featured-posts-block__post .fpf-featured-posts-block__text-column__link {
	border-bottom: none!important;
}
.fpf-featured-posts-block__text-column__author {
	display: flex;
}
.fpf-featured-posts-block__text-column__author span + span:before {
 content: "|";
 padding: 0 8px;
}


.content-sidebar .subscribe-form__form input[name="s"] {
	height: 48px;
	font-weight: 700;
	font-size: 16px;
	color: #231f23;
	padding: 0 16px 0 15px;
	background-color: #fff;
	border: none;	
}
.content-sidebar .subscribe-form__form input[name="s"]::placeholder {
	color: #bbbdbf;
}
.content-sidebar .subscribe-form__form button[type="submit"] {
	height: 48px;
	width: 58px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0;
	background-color: #01a8e6;
	border: 0;
	font-size: 22px;
}
.content-sidebar .subscribe-form__form button[type="submit"]:hover {
	background-color: white;
	color: #01a8e6;
}
@media (min-width: 991px) {
	.search-results .content-left {
		max-width: 70%;
	}
}