/*
Theme Name: Kuensel Online Final
Author: Phuntsho Namgay
Description: Kuensel Online is a responsive clean WordPress Theme. The theme support all modern browsers like Firefox, Chrome, Safari, Opera and Internet Explorer 8, 9 and 10 and uses the most modern technologies like HTML5 and CSS3.
Version: 1.2
*/
/* GENERAL */
body {
	font-family: "Open Sans", sans-serif;
	font-size: 15px;
	line-height: 26px;
	color: #333;
}
a {
	color: #00aeef;
}
a:hover, a:focus {
	text-decoration: none;
	color: #00aeef;
}
button:focus {
	outline: none;
	box-shadow: none;
}
.page-header-details span.post-date {
	float: left;
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid #ddd;
}
.page-header-details span.post-date .post-views {
	margin-top: -2px;
}
.btn.focus, .btn:focus {
	outline: 0;
	box-shadow: none;
}
.form-control:focus {
	box-shadow: none;
}
.form-control-lg, .input-group-lg>.form-control, .input-group-lg>.input-group-append>.btn {
	border-radius: 2px;
}

.lg-actions .lg-next, .lg-actions .lg-prev {
	display: none !important;
}

.lg-sub-html p {
	font-size: 14px;
}

.lg-sub-html h4 {
	font-size: 16px;
	font-weight: 600;
}

/* CUSTOM BOOTSTRAP*/
@media(min-width: 1170px) {
	.container-fluid {
		padding: 0 5%;
	}
}

@media (min-width: 1700px) {
	.container-fluid {
		padding: 0 15%;
	}
}
.row {
	margin-right: -30px;
	margin-left: -30px;
}
.row [class*="col-"] {
	padding-left: 30px !important;
	padding-right: 30px !important;
}
.sticky-top {
	top: -1px;
}

/* HEADER */
header {
	padding: 15px 0;
}
header img {
	height: 60px !important;
	margin: 0 auto;
	display: block;
}

/* NAVIGATION */
.navbar-light .navbar-nav .nav-link {
	text-transform: uppercase;
	padding-right: .7rem;
	padding-left: .7rem;
	color: #333;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 1px;
}

.navbar-kuensel {
	border-top: 1px solid #ddd;
	box-shadow: 0px 10px 20px #00000010;
	background: #fff;
}

.navbar-light .navbar-nav.navbar-left .nav-link {
	font-size: 12px;
	padding-right: .4rem;
	padding-left: .4rem;
	font-weight: 400;
}

.navbar-light .navbar-nav.navbar-right .navbar-button .nav-link {
	font-size: 12px;
	border: 1px solid #333;
	padding: 3px 15px;
	border-radius: 2px;
	font-weight: 400;
}

.navbar-light .navbar-nav.navbar-right .navbar-button.subscribe .nav-link {
	background: #00aeef;
	border: 1px solid #00aeef;
	color: #fff;
}

.navbar-light .navbar-nav.navbar-right .navbar-button .nav-link:hover, .navbar-light .navbar-nav.navbar-right .navbar-button .nav-link:focus {
	background: #00aeef;
	border: 1px solid #00aeef;
	color: #fff;
}

.navbar-light .navbar-nav.navbar-right .navbar-button {
	padding: 4px 5px;
}

.navbar-light .navbar-nav.navbar-right .navbar-button.search .nav-link {
	padding: 3px 10px;
}

.navbar-light .navbar-nav.navbar-right .nav-item:last-child {
	padding-right: 0;
}

.navbar-light .navbar-nav.navbar-left .nav-item:first-child .nav-link {
	padding-left: 0;
}

/* BUTTON */
.btn-search {
	border: 1px solid #ffffff;
	background: #ffffff;
	color: #00aeef;
}
.btn-kuensel {
	border: 1px solid #00aeef;
	background: #00aeef;
	color: #ffffff;
}

/* ARCHIEVAL */
li.categories {
	list-style: none;
} 

li.categories ul {
	list-style: none;
	padding-left: 0;
}

.categories h3, .archives h3 {
	font-size: 22px;
	font-weight: 700;
	color: #00aeef;
	margin-bottom: 20px;
	font-family: "Playfair Display";
}

li.categories ul li a, .archives li a {
	color: #333;
	font-size: 14px;
}

li.categories ul li a:hover, li.categories ul li a:focus, .archives li a:hover, .archives li a:focus {
	color: #00aeef;
}

li.categories ul li, .archives li {
	padding: 5px 0;
}
.lg-backdrop {
	background: #000000de;
}
/* ADS */
.ads {
	background: #f5f5f5;
	padding: 10px 0;
}
.ads h3 {
	text-transform: uppercase;
	font-size: 10px;
	text-align: center;
	letter-spacing: 1px;
	font-weight: 600;
}
.ads-title {
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: 1px;
	font-weight: 600;
}
.ads img {
	height: 60px;
	display: block;
	margin: 0 auto;
}
.authors {
	font-size: 14px;
	font-weight: 500;
	float: left;
	line-height: 1;
	color: #888;
}
/* HOME */
.post-title {
	font-family: "Merriweather";
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 10px;
	line-height: 1.5;
}
.post-title.single-topic {
	color: #333 !important;
	margin-bottom: 5px !important;
}
.post-title a {
	color: #333;
}
.post-title a:hover {
	color: #00aeef;
}
.post-date {
	font-size: 14px;
	color: #888;
	margin-bottom: 10px !important;
	line-height: 1;
}
.post-date .category-name {
	padding: 0 8px;
	border-left: 1px solid #ddd;
}
.post-date .category-name:first-child {
	margin-left: 8px;
}
.top-stories {
	border-bottom: 3px solid #ddd;
	padding: 60px 0 40px;
	position: relative;
	overflow: hidden;
}
.border-r {
	border-right: 1px solid #ddd;
	position: relative;
}
.featured-img {
	margin-bottom: 20px;
    border: 1px solid #eee;
    border-radius: 2px;
}
.single-featured-image img {
	border: 1px solid #eee;
    border-radius: 2px;
}
.featured-img img {
	border-radius: 2px;
}
.title h1{
	font-size: 25px;
	font-weight: 700;
	color: #00aeef;
	margin-bottom: 0;
	font-family: "Playfair Display";
}
.date {
	font-size: 13px;
	text-transform: uppercase;
}

.divider {
	border-top: 2px solid #eee;
}
.news {
	padding: 40px 0;
}
.editorial {
	padding-bottom: 20px;
}
.editorial .media:first-child {
	padding-top: 0;
}

/* OWL CAROUSEL */
.owl-nav {
	text-align: center;
	margin-top: 30px;
}
.owl-carousel .owl-nav button.owl-next, 
.owl-carousel .owl-nav button.owl-prev {
	margin-left: 5px;
	margin-right: 5px;
	background: #333;
	border-radius: 2px;
}
.owl-carousel .owl-nav button.owl-next span, 
.owl-carousel .owl-nav button.owl-prev span {
	background: #333;
	color: #fff;
	padding: 0 10px;
}

/* MEDIA */
.media {
	border-bottom: 1px dotted #ddd;
	margin-bottom: 15px;
	padding-top: 10px;
	padding-bottom: 20px;
}
.media:last-child {
	margin-bottom: 0;
	border-bottom: none;
}
.media .media-left {
	height: 150px;
	width: 180px;
	border-radius: 2px;
	margin-right: 20px;
}
.media .media-body p {
	margin-bottom: 0;
}

/* PICTURE STORY */
.picture-story {
	padding-bottom: 30px;
	position: relative;
	overflow: hidden;
}
/* CARD */
.card {
	position: relative;
	border: none;
	border-radius: 2px;
}
.card .card-body {
	height: 400px;
	border-radius: 2px;
}
.card .card-footer {
	position: absolute;
	bottom: 0;
	border-top: none;
	color: #fff;    
	background-color: #3330;
	background-image: linear-gradient(0deg, #000000, #00000000);
}

.card .card-footer p {
	font-size: 14px;
}

.card .card-footer h3 {
	font-size: 16px;
	font-weight: 600;
}

/* SOCIAL */
.top-stories .social {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding-right: 40px;
}
.top-stories .social ul {
	margin-bottom: 0;
}
.social li.topic {
	font-size: 12px;
	text-transform: uppercase;
	border-top: none;
	padding-top: 0;
}

.social li {
	border-top: 1px solid #ddd;
	padding: 8px 0;
}

.social li a {
	font-size: 14px;
	color: #333;
}

.social li a:hover, 
.social li a:focus {
	color: #00aeef;
}

.social li a i {
	width: 20px;
}


/* FOOTER */ 
footer {
	background: #333;
}
.footer-top {
	padding: 60px 0;
	text-align: center;
}
.footer-top ul {
	margin-bottom: 0;
}
.footer-top ul li {
	display: inline-block;
	margin-right: 15px;
}

.footer-top ul li a.nav-link {
	font-size: 13px;
	color: #bbb;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	padding: 0 5px;
}

.footer-top ul li a:hover {
	color: #fff;
}

.footer-top p {
	margin-bottom: 0;
	font-size: 14px;
	color: #bbb;
}

.footer-top hr {
	border-top: 1px solid #444;
}

.social-footer {
	margin-bottom: 15px;
}

.social-footer small {
	color: #bbb;
	font-size: 12px;
	display: block;
	margin-bottom: 5px;
}

.social-footer li {
	margin: 0 5px !important;
}

.social-footer li a i{
	font-size: 25px;
	color: #fff;
}

/* SINGLE PAGE */
.single {
	padding-bottom: 40px;
}
.page-header {
	padding: 40px 0 30px;
}
.page-header .post-title {
	font-size: 26px;
	margin-bottom: 0;
	color: #00aeef;
}
.page-header .author {
	font-weight: 600;
	font-size: 14px;
}
.page-header .header-wrapper, .content .content-wrapper {
	padding-left: 100px;
	padding-right: 100px;
}
.content .content-wrapper {
	text-align: justify;
}
.single-featured-image img {
	border-radius: 3px;
}

.single-featured-image {
	margin-bottom: 30px;
}
.wp-caption-text {
	font-style: italic;
	margin-top: 5px;
	font-size: 14px;
}
.wp-caption {
	width: auto !important;
}
.wp-caption img{
	height: auto;
	max-width: 100%;
	display: block;
}
.related {
	margin-top: 50px;
}
.related h3 {
	text-align: center;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 0;
	letter-spacing: 1px;
	color: #888;
}
.related-wrapper .title h1 {
	font-size: 22px;
}

/* CATEGORY */
.category-page, .search-page, .single {
	padding-bottom: 60px;
}
.category .media:last-child {
	border-bottom: 1px dotted #ddd;
}
.category .highlight .media{
	padding-bottom: 20px;
	margin-bottom: 20px;
	padding-top: 0;
}

.category .media {
	padding-top: 20px;
	padding-bottom: 20px;
}

.category .row [class*='col-'] {
	border-right: 1px solid #ddd;
}

.category .row [class*="col-"]{
	display: flex;
	align-items: stretch;
	align-content: stretch;
}

.sidebar .panel{
	border: 1px solid #eeeeee;
	border-radius: 2px;
	margin-bottom: 10px;
}

.sidebar .panel-header .btn {
	text-align: left;
	background: #fff;
	font-weight: 600;
	color: #444;
}

.sidebar .panel-body {
	border-top: 1px solid #eeeeee;
	padding: 15px;
}

.sidebar .panel-body ul {
	margin-bottom: 0;
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;
}

.sidebar .panel-body li {
	padding: 5px 0;
	font-size: 14px;
}

.sidebar .panel-body li a {
	color: #333;
}

.sidebar .panel-body li a:hover {
	color: #00aeef;
}

/* PAGINATION */

ul.page-numbers {
	list-style: none;
	margin: 0;
	text-align: right;
	margin-top: 40px;
	padding-left: 0;
}

.page-numbers:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

ul.page-numbers li {
	display: inline-block;
	margin: 0 4px 4px 0;
	text-align: center;
}

.page-numbers a,
.page-numbers span {
	display: block;
	padding: 8px 15px;
	line-height: 22px;
	font-size: 16px;
	text-decoration: none;
	font-weight: 600;
	cursor: pointer;
	border: 1px solid #00aeef;
	color: #00aeef;
	border-radius: 2px;
}

.page-numbers a span { padding: 0 }

.page-numbers a:hover,
.page-numbers.current,
.page-numbers.current:hover {
	color: #fff;
	background: #00aeef;
	text-decoration: none;
}

.page-numbers:hover { text-decoration: none; }

/* SEARCH */
.megamenu {
	position: static
}

.megamenu .dropdown-menu {
	background: #00aeef;
	width: 100%;
	top: 100%;
	border-radius: 0;
	box-shadow: none;
	overflow: hidden;
}

.megamenu .dropdown-menu::-webkit-scrollbar {
	width: 5px;
}

.search {
	padding: 40px 0;
}
.search .input-group-lg>.form-control {
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
	font-size: 16px;
	background: transparent;
	border: 1px solid #fff;
	color: #fff;
}

.search .input-group-lg>.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #f5f5f5;
	opacity: 1; /* Firefox */
}

.search .input-group-lg>.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #f5f5f5;
}

.search .input-group-lg>.form-control::-ms-input-placeholder { /* Microsoft Edge */
	color: #f5f5f5;
}

.search .input-group-lg>.input-group-append>.btn {
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
	font-size: 16px;
}

.dropdown-toggle::after {
	display: none;
}

/* NAVBAR TOGGLER */
.navbar-toggler span {
	display: block;
	background-color: #333333;
	width: 22px;
	height: 1.5px;
	transition: all 0.35s ease-out;
	margin-top: 5px;
	margin-bottom: 5px;
	position: relative;
	left: 0;
	opacity: 1;
	transform-origin: center left;
}

.navbar-toggler span:nth-child(1) {
	margin-top: 0.3em;
}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
	transform: translate(15%, -33%) rotate(40deg);
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
	opacity: 0;
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
	transform: translate(15%, 33%) rotate(-40deg) ;
}

.navbar-toggler span:nth-child(1) {
	transform: translate(0%, 0%) rotate(0deg) ;
}

.navbar-toggler span:nth-child(2) {
	opacity: 1;
}

.navbar-toggler span:nth-child(3) {
	transform: translate(0%, 0%) rotate(0deg) ;
}
.ads-side img {
	height: auto;
}
/* RESPONSIVE */
@media(max-width: 768px) {
	header img {
		height: auto !important;
	}
	body {
		font-size: 15px;
		line-height: 24px;
	}
	.navbar-kuensel {
		padding: 10px 0 !important;
	}
	.navbar-nav.header-menu {
		flex-direction: row;
		position: absolute;
		width: 100%;
		justify-content: flex-end;
		left: 0;
		padding-right: 15px;
		top: 9px;
	}
	.navbar-toggler {
		padding: 3px 15px;
		border: none;
		font-size: 16px;
		z-index: 999;
		position: relative;
	}
	.navbar-nav .dropdown-menu {
		position: absolute;
		top: 124%;
	}
	.navbar-light .navbar-nav.navbar-right .navbar-button .nav-link  {
		font-size: 10px;
		font-weight: 600;
		letter-spacing: 1px;
	}
	.navbar-light .navbar-nav.navbar-right .navbar-button {
		padding: 0 5px;
	}
	.navbar-nav.navbar-left {
		flex-direction: row;
		padding: 0 15px;
	}
	.navbar-light .navbar-nav .nav-link {
		padding-left: 15px;
		padding-right: 15px;
		font-size: 12px;
	}
	.navbar-collapse {
		margin-top: 10px;
		position: absolute;
		top: 40px;
		background: #ffffff;
		width: 60%;
		padding: 30px 0;
		height: 100vh;
		box-shadow: -4px 25px 20px #33333352;
		background-image: url(http://kuenselonline.com/wp-content/uploads/2021/05/dragon.png);
		background-size: contain;
		background-position: center;
		background-repeat: no-repeat;
	}
	.navbar-collapse.collapsing {
		left: -75%;
		transition: height 0s ease;
	}

	.navbar-collapse.show {
		left: 0;
		transition: left 300ms ease-in-out;
	}

	.navbar-toggler.collapsed ~ .navbar-collapse {
		transition: left 500ms ease-in-out;
	}

	.ads img {
		height: auto;
	}
	.ads h3 {
		font-size: 9px;
		font-weight: 700;
	}
	.top-stories {
		border-bottom: 1px solid #ddd;
		padding: 30px 0 10px;
	}
	.title h1 {
		font-size: 20px;
		margin-bottom: 5px;
	}
	.post-title, .related-wrapper .post-title {
		font-size: 15px;
	}
	.ads-side {
		display: none;
	}
	.top-stories .social {
		position: relative;
		bottom: 0;
		width: 100%;
		padding-right: 0;
		margin-bottom: 10px;
	}
	.social li {
		border-top: none;
		padding: 8px 5px;
		display: inline-block;
	}
	.social li a span {
		display: none;
	}
	.top-stories .title .date {
		margin-bottom: 0;
	}
	.date {
		font-size: 12px;
	}
	.highlight {
		border-bottom: 1px dotted #ddd;
	}
	.news {
		padding: 20px 0 50px;
		position: relative;
		overflow: hidden;
	}
	.divider {
		border-top: 1px solid #eee;
	}
	.editorial, .sports, .business, .opinions {
		padding-bottom: 10px;
	}
	.card .card-body {
		height: 300px;
	}
	.footer-top {
		padding: 40px 0;
	}
	.search .input-group-lg>.form-control {
		font-size: 14px;
	}
	.page-header {
		padding: 20px 0;
	}
	.page-header .post-title {
		font-size: 20px;
	}
	.category .row [class*='col-'] {
		border-right: none;
	}
	.category .highlight {
		border-bottom: none;
	}
	.category .highlight .media {
		margin-bottom: 0;
	}
	.media {
		display: block;
	}
	.media .media-left {
		height: 200px;
		width: 100%;
		margin-bottom: 20px;
	}
	.page-numbers a, .page-numbers span {
		padding: 5px 12px;
		font-size: 10px;
	}
	ul.page-numbers {
		padding-left: 0;
		padding-left: 0;
		text-align: center;
		margin-top: 0;
		margin-bottom: 20px;
	}
	.footer-top ul li a {
		font-size: 12px;
	}
	.page-header .header-wrapper, .content .content-wrapper {
		padding-left: 0;
		padding-right: 0;
	}
	.page-header .author {
		font-size: 12px;
	}
	.post-date {
		font-size: 13px;
	}
	.content .content-wrapper {
		text-align: left;
	}
	.category-page, .search-page, .single {
		padding-bottom: 30px;
		overflow: hidden;
	}
	.related h3 {
		text-align: left;
		font-size: 14px;
	}
	.related-wrapper .title h1 {
		font-size: 20px;
		margin-bottom: 0;
	}
	.related-wrapper .editorial .media:last-child {
		border-bottom: 1px solid #eee;
		margin-bottom: 15px;
	}
	.related-wrapper .sports .media:last-child {
		border-bottom: 1px solid #eee;
	}
	.border-r {
		border-right: none;	
	}
	.categories h3, .archives h3 {
		font-size: 20px;
	}
	.category {
		padding-bottom: 20px;
	}
	.content {
		padding-bottom: 30px;
	}
	.related {
		margin-top: 0;
		position: relative;
		overflow: hidden;
	}
}