/*!
Theme Name: kishore-nepal
Theme URI: https://www.kishorenepal.com
Author: Genesis Web Technology
Author URI: genesiswtech.com//
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: kishore-nepal
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
 @import url('https://fonts.googleapis.com/css2?family=Mukta:wght@300;400;500;600;700;800&family=Open+Sans:wght@300;400;500;600;700;800&display=swap');


 body {
	background: url('./assets/img/woodenbg.jpg') top left;
	font-family: 'Mukta', sans-serif;
	min-height: 100vh;
	padding: 0;
	word-wrap: break-word;
	display: flex;
	justify-content: center;
	width: 100%;
	height: 100%;
}
*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

#page {
	padding: 60px 0;
	width: 100%;
}
.site-header .header-wrap {
	background: transparent url('./assets/img/header_bg_solid.jpg') no-repeat 0 0;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 50px 75px;
	position: relative;
}
.gkImageGallery {
	padding: 80px 75px 50px 75px;
	color: #fff;
	text-align: center;
	background: transparent url('./assets/img/header_bg_solid.jpg') no-repeat 0 0;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.aside-menu-toggler {
	cursor: pointer;
	color:#fff;
}
.card-title a:hover {
	opacity: .75;
}
body.home .site-header {
	z-index: 1;
	position: absolute;
	width: 100%;
}
.site-title {
	margin: 0;
}
body.home .site-header .header-wrap {
	background:none;
}
.main-carousel .uk-slideshow-nav {
	position: absolute;
	bottom: 0;
	left: 30px;
	padding: 0;
}
.main-carousel .uk-slideshow-nav  li a {
	background-color: #fff;
	border-color: #fff;
}
.bio-book {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}

.main-carousel .uk-slideshow-nav  li.uk-active a,
.main-carousel .uk-slideshow-nav  li:hover a {
	background:#000;
	border-color: #000;
}

.main-about {
	background: #333;
	padding: 40px 75px 20px 75px;
	color:#fff;
	font-family: 'Open Sans', sans-serif;
}


.main-about blockquote::before {
	color: #fff;
	content: url('./assets/img/quote.png');
	font-size: 56px;
	line-height: 0;
	position: absolute;
	left: 0;
	top: 15px;
}

.main-about blockquote {
	font-size: 14px;
	margin-bottom: 40px;
	display: block;
	color: #999;
	padding: 0 0 0 80px;
	position: relative;
	line-height: 1.7;
}

.main-content {
	background: #fff;
	padding: 60px 90px;
	margin: 0 !important;
}
.section-header {
	color: #333333db;
	font-size: 30px;
	font-weight: 700;
	line-height: 1;
	margin: 0 0 20px 0;
}
.section-header a {
	color: #333333db;
	line-height: 1;
	display: block;
}
.uk-close {
	color: #111 !important;	
}
.np-title {
	font-family: 'Mukta', sans-serif;
}

 a, a:hover {
	text-decoration: none;
}

.card-title {
	color: #222;
	font-size: 22px;
	font-weight: 600;
	line-height: 1.2;
	margin: 0;
	padding: 10px 0;
}
.card-title a {
	color: inherit;
}

.card-posts p, .main-content, 
.card-posts .card-desc {
	font-size: 15px;
	line-height: 1.70;
	margin: 0 0 20px 0;
}

.card-btn {
	display: inline-block;
	padding: 8px 15px 11px 15px;
	background: #333;
	color: #fff;
	font-size: 15px;
}
.button:hover {
	color: #ffffffd4;
}

.posts-content {
	margin-bottom: 100px;
}
.bio ul {
	margin: 0 0 25px 0;
	padding: 0;
	list-style-type: none;
}
.bio ul li {
	padding: 8px 0 0 15px;
	position: relative;
}
.bio ul li::before {
	content: '\f2f6';
	font-family: 'Material-Design-Iconic-Font';
	font-size: 20px;
	left: 0;
	padding: 0;
	position: absolute;
	top: 4px;
}
.button {
	border-radius: 2px;
	font-size: 15px;
	font-weight: 500;
	padding: 10px 20px;
	display: inline-block;
	font-weight: 500;
	background: #333;
	color: #fff;
	font-family: 'Mukta', sans-serif;
}


.button.bordered {
	font-family: 'Mukta', sans-serif;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	color: #b9b9b9;
	background: transparent;
	border: 1px solid #e1e1e1;
	padding: 10px 30px;
	margin-top: 22px;
}

.button.bordered:hover {
	color: #fff;
	background: #000;
}
.bio .section-header {
	margin: 0 0 15px 0;
}
.gkSingleModule {
	padding: 40px 75px;
	position: relative;
	background:#fff;
}


.greybg {
	background: #f5f5f5;
}



.gkSingleModule .uk-slider-nav {
	position: absolute;
	top: 40px;
	right: 75px;
	padding: 0;
	margin: 0 !important;
}
.gkSingleModule .uk-slider-nav li.uk-active a, 
.gkSingleModule .uk-slider-nav li:hover a {
	background:#000;
	border-color: #000;
}


.gkSingleModule  .section-header {
	margin: 0 0 15px 0;
}

.section-subHeader.np-title.uk-text-center {
	margin-top: 15px;
	opacity: .95;
	font-size: 25px;
}
.gkImageGallery .section-header  {
	font-size: 42px;
}

.gksingleVideo {
	background: #333;
	padding: 40px 75px;
}

.site-footer .footer-wrap {
	background: #333;
	color: #fff;
	padding: 8px 0;
}
.site-footer .footer-wrap  p {
	font-size: 15px;
	margin:0;
}
.videoframe iframe {
	width:100%;
	height:100%;
}
.videoframe {
	height:400px;
}
.main-navigation > div > ul li {
	padding: 10px 0;
	border-bottom: 1px solid #11111112;
}
.main-navigation > div > ul li:last-child {
	padding-bottom: 0;
	border-bottom: none;
}

.uk-offcanvas-bar  {

	color: #123;
}

.main-navigation > div > ul li > a {
	font-size: 17px;
	font-weight: 600;
	font-family: 'Mukta', sans-serif;
	display: inline-block;
	color: #111111ba;
}
.main-navigation > div > ul li:hover a {
	color: #111;
}
.uk-offcanvas-overlay::before {
	background: rgba(0, 0, 0, 0.68);
}

.main-navigation > div > ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.uk-offcanvas-bar {
	background: #fff;
}
.breadcrumbs > ul {
	list-style-type: none;
	padding:0;
	margin:0;
}
.breadcrumbs {
	display: flex;
	font-size: 15px;
	padding: 12px 0;
}

.breadcrumbs > ul > li a, .breadcrumbs > ul > li {
	color: #111111ad;
	display: inline-block;
}
.breadcrumbs > ul > li {
	padding: 0 6px;
}
.breadcrumbs > ul > li.separator {
	padding:0;
}


.breadcrumbs > ul > li:hover a {
	color: #111;
}

.single-header h1 {
	font-family: 'Mukta', sans-serif;
	font-weight: 800;
	font-size: 45px;
	margin: 0 0 5px 0;
	line-height: 1.35;
}
.news-content-area p:last-child, .single-article p:last-child {
	margin-bottom: 0;
}
.post-info  ul {
	margin:0;
	padding:0;
	list-style-type: none;
}
.post-info ul li {
	display: inline-block;
	padding-right: 12px;
	color: #999;
	font-size: 15px;
	font-weight: 500;
	margin: 0;
}
.post-info ul li a {
	color: #000;
}

.post-info {
	padding-bottom: 25px;
}
.post-info {
	font-size: 15px;
	color: #999;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.news-content-area p .highlighter,
.highlighter {
  background: #f1f1f1;
  padding: 40px;
  text-align: inherit;
  display: block;
  font-weight: 600;
  color: #3339;
}
.news-content-area p strong em,
.single-article p strong em {
  font-weight: bold;
}



.news-content-area,
.single-article {
  margin-top: 25px;
  line-height: 170%;
  font-size: 21px;
  color: #000000d6;
}
.news-content-area strong,
.single-article strong {
  font-weight: bold;
}
.news-content-area p, .single-article p {
	line-height: 175%;
	font-size: 19px;
	color: #000000bd;
	margin-top: 0;
}
.news-content-area h1, 
.single-article h1, 
.news-content-area h2, 
.single-article h2, 
.news-content-area h3, 
.single-article h3, 
.news-content-area h4, 
.single-article h4,
 .news-content-area h5,
  .single-article h5, 
  .news-content-area h6, 
  .single-article h6 {
	margin-bottom: 20px;
	font-weight: 700;
	font-family: 'Mukta', sans-serif;
	line-height: 1.6;
	margin-top: 0;
}

.single-article ul,
.single-article ol {
  padding: 0;
  font-size: 22px;
}
.news-content-area a,
.single-article a {
  text-decoration: underline;
}
.news-content-area a:hover,
.single-article a:hover {
  color: #c4161c;
}
.news-content-area img,
.single-article img {
  text-align: center;
  margin: 0px auto 20px auto;
}

.alignleft img,
.alignright img,
.alignleft,
.alignright {
  width: auto !important;
}

.news-content-area figure {
  width: auto !important;
}

.news-content-area figure.aligncenter {
  text-align: center;
}
.news-content-area figure.alignleft {
  text-align: left;
}
.news-content-area figure.alignright {
  text-align: left;
}

.news-content-area iframe {
  margin: 20px 0;
}
.single-header {
	padding-top: 8px;
}
.content-overlap {
  overflow: hidden;
}

.news-content-area figure figcaption,
.single-article figure figcaption {
  font-size: 17px;
  color: #0c0b0bb3;
  line-height: 1.6;
}
.news-content-area {
	text-align: justify;
	margin-top: 0;
}


.card-title-lg {
	font-size: 35px;
	font-weight: 800;
	margin: 0;
	padding-top: 0;
}

.category-posts-wrap .card-posts:not(:last-child) {
	border-bottom: 1px solid #00000014;
	padding: 35px 0;
}
.category-posts-wrap .card-posts:first-child {
	padding-top: 0;
}
.category-posts-wrap .post-info {
	padding-bottom: 18px;
}


.category-posts-wrap .card-posts p {
	font-size: 16px;
	margin: 0 0 20px 0;
	font-weight: 500;
}

.gallery-col a {
	display: block;
	height: 145px;
}
.gallery-col a img {
	height: 100%;
	width:100%;
	object-fit: cover;
}

.scroll-div {
		position: fixed;
		top: 50px;
		right: 50px;
		z-index: 1;
		opacity: 0;
		visibility: hidden;
		transition: 0.2s linear;
	
}

body.showStickyToggle .scroll-div {
	opacity: 1;
	visibility: visible;
	transition: 0.2s linear;

}