@import url("https://fonts.googleapis.com/css2?family=Montserrat&family=Pacifico&display=swap");

body {
	font-family: "Montserrat", sans-serif;
	font-size: 12px;
	width: 100%;
	overflow-x: hidden;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	-moz-osx-font-smoothing: grayscale;
	/* Firefox */
}

@media (min-width: 1400px) {
	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl,
	.container-xxl {
		max-width: 1170px;
	}
}

p,
a,
ul li {
	font-size: 15px;
	-webkit-transition: all 0.2 ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	color: #030303;
	text-decoration: none;
}

a:visited {
	color: #000;
}

a:hover {
	color: #dd252e;
}

p.site-title a {
	font-family: "Pacifico", cursive;
	text-decoration: none;
	text-transform: lowercase;
	font-size: 32px;
}

.home .page .entry-header .entry-title,
.home #secondary {
	display: none;
}

.home .entry-content {
	margin-top: 0;
}

.post,
.page {
	margin-bottom: 0;
}

h5.heading {
	font-weight: bold;
	width: 100% !important;
	color: #000;
	display: block;
	font-size: 18px;
	line-height: 1.2;
	text-transform: capitalize;
	padding-bottom: 20px;
	margin: 0px 0px 25px 0px;
	border-bottom: 1px solid #e2e3e7;
	position: relative;
}

.alignfull {
	margin: 0 calc(50% - 50vw) 32px;
	max-width: 100vw;
	width: 100vw;
}

.categories .business {
	background: #dd252e;
}

.categories .gaming {
	background: #7fbc1e;
}

.categories .lifestyle {
	background: #6d00fc;
}

.categories .health {
	background: #d800f9;
}

.categories .sports {
	background: #e4a805;
}

.categories .uncategorized {
	background: #464646;
}

.categories .technology {
	background: #0015ff;
}

/*Header*/
.top-header {
	background: #00b4db;
	/* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #0083b0, #00b4db);
	/* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #0083b0, #00b4db);
	/* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	color: #fff;
	padding: 10px 0;
}

.top-header p,
.top-header .widget {
	margin: 0;
	padding-top: 5px;
	color: #fff;
	font-size: 13px;
	line-height: 18px;
}

.top-header .text-right {
	text-align: right;
}

.top-header ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.top-header ul li {
	display: inline;
	margin-right: 10px;
}

.top-header ul li a {
	color: #fff;
	text-decoration: none;
	font-size: 13px;
}

.top-header ul li a:hover {
	color: #dd252e;
}

.site-branding {
	text-align: center;
}

.site-header {
	background-color: #fff;
	border-bottom: 1px solid #efefef;
}

h1,
header.page-header h1 {
	font-size: 24px;
	line-height: 20px;
	margin-bottom: 20px;
	margin-top: 20px;
}

.main-navigation li {
	margin: 0 5px;
}

.main-navigation li:first-child {
	margin-left: 0;
}

.main-navigation a {
	font-size: 14px;
	text-transform: capitalize;
	padding: 3px 15px;
	font-weight: bold;
}

.main-navigation li.current-menu-item a {
	background: #00b4db;
	/* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #0083b0, #00b4db);
	/* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #0083b0, #00b4db);
	/* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	color: #fff;
	border-radius: 3px;
	-moz-border-radius: 3px;
}

.header-container {
	display: flex;
	align-items: center;
}

.search-form {
	flex-shrink: unset;
	width: auto;
	margin-bottom: 0;
}

.search-form input[type="submit"] {
	background: #00b4db;
	/* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #0083b0, #00b4db);
	/* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #0083b0, #00b4db);
	/* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	color: #fff;
	padding: 11px 15px;
	border: none;
}

.search-form input[type="search"] {
	padding: 7px;
	min-width: 220px;
}

.search-form input[type="search"]:focus-visible {
	outline: none;
}

/*Content*/
body .slick-slider {
	margin-top: 30px;
}

body .slick-dots li {
	width: 5px;
	height: 10px;
}

._slick-slides {
	text-align: center;
	background-size: cover;
	min-height: 310px !important;
	position: relative;
	margin-right: 10px;
	height: auto !important;
}

._slick-slides .overlay {
	background: rgba(0, 0, 0, 0.4);
	position: absolute;
	top: 0;
	left: 0;
	min-height: 310px;
	width: 100%;
}

._slick-slides ul,
.single ul.categories {
	list-style: none;
	margin: 0;
	padding: 0;
}

._slick-slides ul li,
.single ul.categories li {
	display: inline-block;
	margin: 2px;
}

._slick-slides ul li a,
.single ul.categories li a {
	text-decoration: none;
	color: white;
	padding: 7px 15px;
	font-size: 12px;
}

._slick-slides .content {
	padding: 30px 20px;
	display: flex;
	flex-flow: column;
	height: 310px;
	justify-content: center;
	position: relative;
}

._slick-slides h3 {
	line-height: 18px;
	margin-top: 15px;
}

._slick-slides h3 a {
	font-size: 20px;
	line-height: 24px;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
}

._jo-recent-posts {
	flex-wrap: wrap;
	display: flex;
	gap: 2%;
}

._jo-recent-posts h2 {
	line-height: 22px;
	margin-top: 12px;
}

._jo-recent-posts h2 a {
	font-size: 18px;
	text-decoration: none;
	font-weight: bold;
}

._jo-recent-posts ._jo-recent-post {
	width: 32%;
}

._jo-recent-posts ._jo-recent-post ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

._jo-recent-posts ._jo-recent-post .featured-image {
	min-height: 210px;
	padding-top: 10px;
	padding-left: 10px;
	background-size: cover;
}

._jo-recent-posts ._jo-recent-post ul li {
	display: inline-block;
	margin: 2px;
}

._jo-recent-posts ._jo-recent-post ul li a {
	text-decoration: none;
	color: white;
	padding: 7px 15px;
	font-size: 12px;
}

._jo-recent-post .entry-header {
	position: relative;
}

._jo-recent-post .entry-header .categories {
	position: absolute;
	top: 20px;
	left: 15px;
}

.single-container {
	display: flex;
	gap: 4%;
	overflow: unset;
	padding-top: 2em;
}

._jo-recent-post .entry-meta,
.single .entry-meta {
	margin-bottom: 12px;
	color: #818181;
}

._jo-recent-post .entry-meta a,
.single .entry-meta a {
	font-size: 12px;
	color: #818181;
}

._jo-recent-post .byline {
	margin-right: 10px;
}

.single .byline {
	margin-right: 10px;
	font-size: 12px;
}

._jo-recent-post .byline .author img,
.single .byline .author img {
	height: 25px;
	width: 25px;
	border-radius: 50%;
	margin-right: 5px;
}

.single .byline .author img {
	margin-right: 5px;
}

.single h1.entry-title {
	font-weight: bold;
	font-size: 30px;
	line-height: 36px;
}

.single .comment-meta {
	margin-left: 10px;
}

.single h2.heading,
.page h2.heading {
	width: 100% !important;
	color: #000;
	display: block;
	font-size: 20px;
	line-height: 1.2;
	text-transform: capitalize;
	padding-bottom: 10px;
	margin: 0px 0px 25px 0px;
	border-bottom: 1px solid #e2e3e7;
	position: relative;
}

.single .single-right,
.page .single-right {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	align-self: flex-start;
}

.single .single-right ul.category,
.page .single-right ul.category {
	list-style: none;
	margin: 0 0 20px 0;
	padding: 0;
}

.single .single-right ul.category li,
.page .single-right ul.category li {
	background-size: cover;
	background-position: center center;
	border-radius: 10px;
	-moz-border-radius: 10px;
	margin-bottom: 15px;
	color: #fff;
	position: relative;
}

.single .single-right ul.category li .overlay,
.page .single-right ul.category li .overlay {
	background: rgba(0, 0, 0, 0.4);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 10px;
	-moz-border-radius: 10px;
}

.single .single-right ul.category li a,
.page .single-right ul.category li a {
	color: #fff;
	padding: 10px 20px;
	z-index: 4444;
	position: relative;
	display: flex;
	justify-content: space-between;
	vertical-align: middle;
	align-items: center;
}

.single .num-count,
.page .num-count {
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	background: #fff;
	color: #000;
	height: 27px;
	line-height: 27px;
	min-width: 27px;
	padding: 0px 10px;
}

.entry-content .btn__wrapper,
.btn__wrapper {
	margin-top: 12px;
	margin-bottom: 20px;
	text-align: center;
}

.category-banner {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 40px 60px;
	flex-direction: column;
	position: relative;
	margin-bottom: 30px;
	background-size: cover;
	background-position: center center;
}

.category-banner .overlay {
	background: rgba(0, 0, 0, 0.2);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.category-banner .content {
	text-align: center;
	position: relative;
	z-index: 10;
	color: #fff;
}

.category-banner h2 {
	font-size: 35px;
	font-weight: bolder;
	margin: 0px 0px 0px 0px;
	color: #fff;
	width: 100%;
}

.category-banner .content p {
	color: #fff;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.2;
	margin-top: 10px;
	width: 100%;
	margin-bottom: 3px;
}

.load-more-button {
	position: relative;
	width: 194px;
	height: 45px;
	line-height: 45px;
	padding: 0px;
	background: #222;
	color: #fff;
	text-align: left;
	text-shadow: none;
	text-decoration: none;
	cursor: pointer;
	filter: none;
	box-shadow: none;
	text-align: center;
	font-size: 11px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 1px;
	display: inline-block;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
}

.load-more-button:hover {
	text-decoration: none !important;
	color: #fff;
	background: #222;
	-webkit-transform: translatey(-3px);
	transform: translatey(-3px);
	-webkit-box-shadow: 0 20px 30px rgb(0 0 0 / 20%);
	box-shadow: 0 20px 30px rgb(0 0 0 / 20%);
}

.load-more-button:visited,
.load-more-button:focus {
	color: white;
}

.lds-ellipsis {
	display: inline-block;
	position: relative;
	width: 80px;
	height: 40px;
	margin-top: -14px;
	display: none;
}

.lds-ellipsis div {
	position: absolute;
	top: 32px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #fff;
	animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
	left: 8px;
	animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
	left: 8px;
	animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
	left: 32px;
	animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
	left: 56px;
	animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
	0% {
		transform: scale(0);
	}

	100% {
		transform: scale(1);
	}
}

@keyframes lds-ellipsis3 {
	0% {
		transform: scale(1);
	}

	100% {
		transform: scale(0);
	}
}

@keyframes lds-ellipsis2 {
	0% {
		transform: translate(0, 0);
	}

	100% {
		transform: translate(24px, 0);
	}
}

._jo-recent-post-sidebar {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
	width: 100%;
}

._jo-recent-post-sidebar .entry-left {
	width: 65%;
	margin-right: 5%;
}

._jo-recent-post-sidebar ul {
	margin: 0 0 5px 0;
	padding: 0;
	list-style-type: none;
}

._jo-recent-post-sidebar ul li {
	display: inline-block;
	margin: 0 5px 5px 0 !important;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}

._jo-recent-post-sidebar ul li a {
	text-decoration: none;
	color: white;
	padding: 7px 15px;
	font-size: 12px;
}

._jo-recent-post-sidebar img {
	max-width: 150px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}

._jo-recent-post-sidebar h2 {
	line-height: 16px;
	margin-top: 0;
}

._jo-recent-post-sidebar h2 a {
	font-size: 15px;
	font-weight: bold;
}

/*Footer*/
.site-footer {
	background: #030303;
	color: #fff;
	margin-top: 40px;
}

.site-footer p,
.site-footer a,
.site-footer ul li {
	color: #fff;
}

.footer-widgets {
	padding-top: 60px;
}

.footer-widgets ul,
.footer-widgets ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer-widgets .wp-block-latest-posts__post-title {
	color: #dd252e;
	font-weight: bold;
	text-decoration: none;
	font-size: 16px;
}

.footer-widgets .wp-block-latest-posts__post-title:hover {
	color: #fff;
}

.footer-widgets h2 {
	font-size: 18px;
	font-weight: bold;
	line-height: 18px;
}

a.wp-block-social-link-anchor {
	font-size: 16px;
}

.wp-block-latest-posts__post-date::before {
	display: inline-block;
	content: "";
	vertical-align: -0.125em;
	font-family: "Font Awesome 5 Free";
	content: "\f017";
	background-repeat: no-repeat;
	background-size: 1rem 1rem;
	margin-right: 5px;
}

.footer-widgets .wp-block-categories li {
	display: inline-block;
	padding: 5px 8px;
	margin: 0 5px 10px 0;
}

.footer-widgets .wp-block-categories li a {
	color: white;
	text-decoration: none;
	font-size: 12px;
}

.footer-widgets .wp-block-categories .cat-item-8 {
	background-color: #dd252e;
}

.footer-widgets .wp-block-categories .cat-item-10 {
	background-color: #7fbc1e;
}

.footer-widgets .wp-block-categories .cat-item-7 {
	background-color: #d800f9;
}

.footer-widgets .wp-block-categories .cat-item-9 {
	background-color: #0015ff;
}

.footer-widgets .wp-block-categories .cat-item-5 {
	background-color: #ff00d4;
}

.footer-widgets .wp-block-categories .cat-item-6 {
	background-color: #c6d314;
}

.footer-widgets .wp-block-categories .cat-item-1 {
	background-color: #464646;
}

.wp-block-tag-cloud a {
	display: inline-block;
	margin-right: 5px;
	border: 1px solid #fff;
	padding: 2px 5px;
	font-size: 13px !important;
}

.wp-block-tag-cloud a:hover {
	background: #fff;
	color: #000;
}

.site-info {
	padding: 25px 0 20px;
	font-size: 12px;
	color: #fff;
	border-top: 1px solid #202020;
}

.site-info a {
	font-size: 12px;
}

@media only screen and (max-width: 600px) {
	.top-header .col-md-2,
	.main-navigation {
		display: none;
	}

	._jo-recent-posts ._jo-recent-post,
	.footer-widgets .row-cols-3 .col {
		width: 100%;
	}

	.search-form {
		margin: 0 auto 20px;
	}

	.site-info {
		text-align: center;
	}

	.single-container {
		flex-direction: column;
	}

	.single-container .col-md-8 {
		width: 100%;
	}

	.single .single-right {
		position: relative;
	}
}
