@import url('https://fonts.googleapis.com/css2?family=Lato&family=Architects+Daughter&family=Open+Sans:wght@400;600;700;800&display=swap');
body {
	font-family: 'Open Sans', sans-serif;
	padding-top: 90px;
}
body.body-lock {
	overflow: hidden;
}
.font-alt {
	font-family: Lato, sans-serif;
}
a {
	text-decoration: none;
}
.btn, .form-control, .form-check-input[type=checkbox] {
	border-radius: 0;
	box-shadow: none!important;
}
.text-logo {
	font-weight: 800;
}
.site-logo {
	font-size: 1.75rem;
}
.site-brand {
	padding: 1rem 0;
	transition: all 0.3s;
}
.small .site-brand {
	padding: .5rem 0;
	transform: scale(.75);
}
.site-slogan {
	font-family: "Architects Daughter", sans-serif;
	overflow: hidden;
}
.small .site-slogan {
	height: 0;
}
.top-footer {
	padding: 60px 0 30px;
}
.bottom-footer {
	padding: 30px 0;
}
.footer-links {
	text-align: center;
}
.footer-links a {
	white-space: nowrap;
}
#sitemain {
	min-height: 70vh;
}
#sitesidebar {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	margin-left: -100%;
	z-index: 1120;
	overflow: auto;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	transition: margin .25s ease-in;
}
.open-sidebar #sitesidebar {
	margin-left: 0;
}

.tag-label {
	font-size: 12px;
	font-weight: 600;
	white-space: nowrap;
	max-width: 60%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.bg-thumb {
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
.art-link {
	font-weight: 700;
	transition: opacity .25s ease-in-out;
}
.art-link:hover {
	opacity: .7;
}
.side-title {
	position: relative;
	font-weight: 600;
}
.side-title:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	height: 1px;
	width: 28px;
	background-color: #EC0E0E;
	margin: 0 -14px;
}
.art-play {
	width: 60px;
	height: 60px;
	background-color: rgba(255, 255, 255, .7);
	border-radius: 50%;
	transition: background-color .25s ease-in;
}
.art-play:after {
	position: absolute;
	top: 50%;
	left: 50%;
	content: "";
	width: 18px;
	height: 24px;
	border-top: 12px solid transparent;
	border-left: 18px solid rgba(0, 0, 0, .7);
	border-bottom: 12px solid transparent;
	margin: -12px 0 0 -6px;
}
a:hover .art-play {
	background-color: rgba(255, 255, 255, 1);
}
.art-title {
	font-size: 1.5rem;
	letter-spacing: -.035em;
}
.list-main {
	position: relative;
	padding-left: 14px;
}
.list-main:before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: 6px;
	height: 6px;
	border: 1px solid #EC0E0E;
	border-radius: 50%;
	margin: -3px 0 0 0;
}

#fpthreads .swiper-wrapper {
	padding-bottom: 15px;
}
#fpthreads .swiper-pagination {
	bottom: 0;
}
.swiper-slide {
	align-self: center;
}

.animated-progress {
	transition: width .25s ease-in;
}

.lds-facebook div {
	background: #EC0E0E;
}


@media (min-width: 992px) {
	body {
		padding-top: 90px;
	}
	.site-logo {
		font-size: 2.5rem;
	}
	#sitesidebar {
		position: relative;
		top: auto;
		left: auto;
		bottom: auto;
		margin-left: 0;
		z-index: 0;
		overflow: visible;
		overflow-x: visible;
	}
	.art-title {
		font-size: 2.25rem;
	}
	.footer-links {
		text-align: left;
	}
}
@media (min-width: 1200px) {
	
}
@media (min-width: 1400px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
		max-width: 1220px;
	}
}
