.hidden {
	display: none !important;
}

.main-logo img {
	max-height: 100px;
}

.single-post-list-wrap .media .media-left {
	max-width: 220px;
	max-height: 140px;
}

.article-tag {
	font-weight: bold;
    color: #097bed;
    border: 2px solid #097bed;
    padding: 5px;
    line-height: 40px;
}

.td-search-popup .results {
	list-style: none;
	padding: 0;
}

.td-search-popup .results li {
	margin-bottom: 10px;
	border-left: 3px solid #097bed;
    padding-left: 5px;
}

.td-search-popup .results li a {
	color: #FFF;
	font-size: 14pt;
}

@media all and (max-width: 991px) {
	.topbar-area {
		display: none;
	}
}

[data-href] {
	cursor: pointer;
}


.post-area .single-post-list-wrap img {
	width: 220px !important;
	height: 120px;
	object-fit: cover;
}

@media all and (max-width: 768px) {
	.article-tag {
		font-size: 11pt;
	}	

	.tags {
		margin-bottom: 30px;
	}

	#td-search-popup ul {
		max-height: 300px;
    	overflow: auto;
	}

	.single-blog-inner .meta .align-items-center {
		text-align: center;
	}

	.single-blog-inner .meta .align-items-center img {
		margin: 0 !important;
	}
}

.perex {
	color: #888;
}

.widget h6.title {
	font-size: 11pt;
}

#topics-list {
	background-color: #097bed;
}
#topics-list li {
	margin-left: 0px;
	padding-left: 0px;
	background-color: transparent;
}
#topics-list li:hover {
	background-color: #0069d9;
}
#topics-list li a:hover {
	background-color: transparent;
}
#topics-list a {
	color: #FFF;
}

.topbar-date,
.menu-search-inner input {
	font-weight: 500;
	font-size: 11pt;
}

#nextpage_main_menu > ul > li > a {
    padding: 15px;
    border-radius: .5em;
	font-weight: 500;
    text-transform: capitalize;
}

#nextpage_main_menu > ul > li > a:hover {
	background-color: #0069d9;
}

/* Články vo footeri 8 pre mobil maximalne */
@media (max-width: 768px) {
    .footer-articles .post-wrapper:nth-child(n+9) {
        display: none;
    }

	.nav-right-part.nav-right-part-desktop {
		display: none !important;
	}
}

.nav-right-part.nav-right-part-desktop {
	display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    align-content: center;
    gap: 15px;
}

.nav-right-part.nav-right-part-desktop .topbar-social {
	display: flex;
    align-items: center;
    flex-direction: row;
    gap: 15px;
}