/*
Theme Name: Kutumbapost
The URI: https://www.facebook.com/
Version: 1.0.0
Description: deshdarshan tv theme is a mobile friendly WordPress theme for Magazines and news publishing websites.
Author: Aanbhi Technologies
Author URI: https://www.facebook.com/
Text Domain: visualnepal.com
Copyright: (c) 2020-2021 visualnepal
*/

body{
    font-family: 'Ek Mukta', sans-serif !important;
    background: #fff;
    font-size: 18px;
    color: #999;
}

h1, h2, h3, h4, h5 {
    font-family: 'Ek Mukta', sans-serif !important;
    font-weight: 600;
    color: #333;
    line-height: 1.5;
}
h2{
    font-size: 28px;
}
h3 {
    font-size: 25px;
}
h4{
    font-size: 20px;
}
a{
    color: #616366;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
a:hover{
    text-decoration: none;
    color: #0e5dae;
}
.lg-thumb img, /* Large thumb */
.md-thumb img, /* Medium thumb */
.sm-thumb img, /* Small thumb */
.xs-thumb img{ /* Extra small thumb */
    max-width: 100%;
    width: 100%;
    height: auto;
    box-sizing: border-box;
}
.alignleft {
    float: left;
    margin-right: 10px;
}
.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.alignright {
    float: right;
    margin-left: 10px;
}
figure {
    margin: 0;
}
embed, iframe, object {
    max-width: 100%;
}
button:active {
    outline: none;
    border: none;
}
button:focus {
    outline:0;
}

/* Navbar */

/* main menu */
.menu-right .social.icons ul {
    padding: 0;
    margin: 0;
}
.menu-right .social.icons ul li {
	display: inline-block;
    height: 35px;
    padding: 13px;
    cursor: pointer;
}
.menu-right .social.icons ul li:last-child{
	background: #e11b22;
}
.social.icons {
    display: inline-block;
    vertical-align: middle;
}
.headerLeft {
    display: table;
    padding: 10px;
    max-width: 330px;
}
.header-right {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.logo-wrap img {
    width: 100%;
}
.logo-wrap .date {
    left: 15px;
    bottom: 0;
    color: #898989;
    text-align: left;
}
.logo-wrap {
    position: relative;
}
.site-title {
    margin: 0;
    color: #3971bc;
}
.date {
    text-align: center;
}
@media(max-width: 768px){
    #navbar {
        display: none;
    }
}
.navbar-header {
    display: inline-block;
    vertical-align: middle;
}
.navbar-header .uk-button-default {
    color: #fff;
}
.navbar-header .uk-button {
    width: 30px;
    height: 30px;
    border: none;
    line-height: 0;
    text-align: left;
    padding: 0;
}
.uk-offcanvas-close.uk-icon.uk-close {
    color: #333;
}
.uk-button .icon-bar {
    width: 30px;
    height: 3px;
    display: inline-block;
    background: #fff;
    margin-top: 8px;
}
.uk-button .icon-bar:first-child {
    margin-top: 0;
}
@media(min-width: 769px){
    #navbar {
        display: inline-block;
        vertical-align: middle;
    }
}
@media(max-width: 800px){
    .menu-inner {
            display: flex;
			justify-content: space-between;
			align-items: center;
    }
}
    .navbar-wrapper {
        font-size: 0;
        line-height: 0;
        background: #38bb64;
        z-index: 9999999;
    }
    .sticky-head .navbar-wrapper{
        box-shadow: 0px 2px 3px #00000042;
    }
    #navbar .menu-wrapper ul > li{
        position: relative;
        display: inline-block;
    }
    #navbar .menu-wrapper > ul > li:before {
        content: "";
        position: absolute;
        left: 50%;
        right: 50%;
        bottom: 0;
        height: 1px;
        transition-property: left,right;
        background: #fcfcfc;
        transition-duration: .3s;
        transition-timing-function: ease-out;
    }
    #navbar .menu-wrapper > ul > li > ul > li{
        display: block;
    }
    #navbar .menu-wrapper ul{
        margin: 0;
        padding: 0;
        list-style: none;
        line-height: 1;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    #navbar .menu-wrapper li:hover > ul {
        left: auto;
    }
    #navbar .menu-wrapper li:hover > ul > li {
        min-height: 59px;
    }
    #navbar .menu-wrapper ul ul {
        position: absolute;
        top: 100%;
        left: -9999px;
        z-index: 99;
        background: #ffffff;
        box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.18);
    }
    #navbar .menu-wrapper ul > li > a {
        font-size: 18px;
        padding: 20px;
        font-weight: normal;
        display: block;
        color: rgb(255, 255, 255);
        transition: color 0.2s ease 0s, background 0.2s ease 0s;
    }
    #navbar .menu-wrapper > ul > li > ul > li a {
        color: #888;
        padding: 15px;
        font-weight: 400;
    }
    #navbar .menu-wrapper .has-submenu> a:after {
        content: " ";
        width: 6px;
        height: 6px;
        cursor: pointer;
        border-style: solid;
        border-color: initial;
        border-image: initial;
        border-width: 0px 0.07rem 0.07rem 0px;
        padding: 2px;
        transform: rotate(45deg);
        position: absolute;
        right: 0px;
        top: 33%;
        transition: all 0.2s ease-out 0s;
    }
    #navbar .menu-wrapper ul ul li {
        height: 0;
        -webkit-transition: all .25s ease;
        -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
        -o-transition: all .25s ease;
        transition: all .25s ease;
    }
    #navbar .menu-wrapper .current-menu-item a{
			background: rgba(0,0,0,.34);
            color: #FFF;
    }
    #navbar .menu-wrapper ul li:hover::before,
    #navbar .menu-wrapper ul li:focus::before,
    #navbar .menu-wrapper ul li:active::before {
        left: 0px;
        right: 0px;
    }
    #navbar .menu-wrapper ul ul li a {
        min-width: 165px;
    }
    #navbar .menu-wrapper ul ul ul {
        margin-left: 100%;
        top: 0;
    }

.menu-right {
    display: inline-block;
    vertical-align: middle;
}
.menu-right .searchBar{
	position: relative;
    display: inline-block;
    cursor: pointer;
    vertical-align: middle;
}
.searchBar #searchform {
    margin-bottom: auto;
    margin-top: auto;
    border-radius: 30px;
    display: flex;
    justify-self: center;
    background: none;
}
.searchBar .form-control {
	color: #213b88;
    border: 1px solid #439ffb;
    outline: 0;
    height: 83%;
    width: 0px;
    background: #eee;
    line-height: 14em;
    transition: width 0.4s linear;
    padding: 0;
    border-radius: 50px;
    position: absolute;
    top: 5px;
    right: 50px;
    text-align: center;
    visibility: hidden;
}
.searchBar:hover input.form-control{
	width: 450px;
    visibility: visible;
}
.searchBar .btn {
	height: 60px;
    width: 50px;
    padding: 10px;
    z-index: 9;
    outline: 0;
    border: none;
    color: #eee;
    background: #234b7b;
    cursor: pointer;
    border-radius: 0;
}

/* Slide menu */
.uk-open>.uk-offcanvas-bar {
    background: #fff;
}
#slideNav .menu-logo {
	padding: 15px 25px;
}
#slideNav .navbar-wrapper{
	background: #1b3664;
}
#slideNav::-webkit-scrollbar {
    width: 7px;
    height: 10px;
    background-color: #ececec;
}
#slideNav::-webkit-scrollbar-corner {
    background-color: transparent;
}
#slideNav::-webkit-scrollbar-thumb {
    background-color: #c1c1c1;
}
#slideNav::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #fff;
}
#slideNav {
	text-align: center;
	padding-bottom: 10px;
}
#slideNav .menu-top{
    padding: 15px;
    color: #495057;
    font-size: 25px;
    font-weight: bold;
}
#slideNav .menu-top .menuTitle{
	font-size: 22px;
	margin-right: auto;
	margin-left: auto;
	padding: 0;
	text-align: center;
	font-weight: bold;
	color: #666;
}
#slideNav .menu-wrapper{
    display: table;
    width: 100%;
}
#slideNav .menu-wrapper > ul{
    margin: 0;
}
#slideNav .main-menu {
    display: table-cell;
    padding: 10px;
} 
#slideNav .menu-wrapper > ul > li > a {
    padding: 8px 17px;
    display: block;
    position: relative;
    color: #777;
    transition: color .2s,background .2s;
    -moz-transition: color .2s,background .2s;
    -webkit-transition: color .2s,background .2s;
    -o-transition: color .2s,background .2s;
    font-size: 18px;
    font-weight: bold;
}
#slideNav .menu-wrapper li,
#slideNav .menu-wrapper > ul > li{
    display: block;
    position: relative;
    margin-top: 11px;
}
#slideNav .menu-wrapper ul .has-submenu a {
    font-size: 26px;
    color: rgb(57 113 188);
}
#slideNav .menu-wrapper > ul > li > ul{
padding: 0px;
transition: all 0.3s ease;
}
#slideNav .menu-wrapper > ul > li > ul li a{
font-weight: normal;
padding: 8px 17px;
display: block;
color: #777;
transition: color .2s,background .2s;
-moz-transition: color .2s,background .2s;
-webkit-transition: color .2s,background .2s;
-o-transition: color .2s,background .2s;
}
#slideNav .menu-wrapper > .main-menu > li > ul li a{
    font-size: 17px;
    font-weight: bold;
}
#slideNav .sub-menu{
overflow: hidden;
max-height: 0;
}
#slideNav li.has-submenu .sub-menu.active {
max-height: 55em;
padding: 0;
}
#slideNav .main-menu li.has-submenu > a:after {
    content: " ";
    width: 9px;
    height: 9px;
    cursor: pointer;
    border: solid;
    border-width: 0 0.070rem .070rem 0;
    padding: 2px;
    transform: rotate(45deg);
    position: absolute;
    right: 2rem;
    top: 25%;
    transition: all .2s ease-out;
}
#slideNav li.has-submenu > a.active:after {
    transform: rotate(-135deg);
    top: 45%;
}
#slideNav .menu-bottom .menu-credit p{
font-size: 12px;
margin: 0;
color: #888;
}
#slideNav .menu-bottom .menu-credit a{
color: #1ea9e1;
}
#slideNav .menu-bottom {
    background: #ffffff;
    padding: 15px;
}
.uk-sticky-fixed .social.icons a {
    color: #fff;
}
/* Ends navbar */

/* Ends Header */


/* Starts content-area */
.content-area {
    margin-top: 30px;
}
/* Starts ad-sec */
.ad-sec.inner.col {
    padding: 30px 0;
}
.widget_media_image {
    margin-bottom: 15px;
}
.ad-sec.sm .widget_media_image img {
    width: 100%;
    height: auto;
}
/* Ends ad-sec */
.widget_recent_entries li {
    font-weight: bold;
    padding: 10px 0;
}
.widget_recent_entries li .post-date {
    font-size: 13px;
    display: block;
    margin-top: 5px;
}
.banner h1 {
    font-size: 65px;
}
@media(max-width: 800px){
	.banner h1{
		font-size: 37px;
	}
}
.banner .thumb {
    max-height: 450px;
    overflow: hidden;
}
.card-header {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 30px;
    background: #e5e5e5;
    padding-right: 15px;
}
.card-header .cat-title {
    display: inline-block;
    margin: 0px;
    padding: 10px;
    background: #38BB64;
    position: relative;
    color: rgb(255 255 255);
    font-size: 22px;
    z-index: 999999;
}
.card-header .cat-title:after {
    content: "";
    position: absolute;
    top: 0;
    right: -24px;
    width: 36px;
    height: 100%;
    background: #38BB64;
    transform: skewX(-23deg);
    z-index: -1;
	box-shadow: 10px 0px 0px #ed9221;
}
.card-header .cat-title a {
    color: rgb(255 255 255);
    font-size: 22px;
}
.card-header .btn-xs {
    height: 10px;
    width: 10px;
    padding: 10px;
    background: rgb(255, 255, 255);
    text-align: center;
    box-shadow: rgb(204, 204, 204) 0px 0px 5px;
    font-size: 20px;
    margin-top: 10px;
    border-radius: 50%;
    float: right;
    line-height: 0.6em;
}
.banner {
    text-align: center;
    padding: 15px;
    margin: 15px;
}

.post-meta {
    margin: 15px 0;
    font-size: 17px;
    font-weight: 500;
    color: #888;
}
.post-meta .author-img {
    width: 30px;
    height: 30px;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    margin-right: 10px;
    border-radius: 50%;
}
.post-meta .author {
    display: inline-block;
    margin-right: 15px;
    font-weight: bold;
    font-size: 19px;
}

.post-meta .author a {
    color: #484848;
}
.home-lt-1 .text-wrap {
    padding: 30px;
}
.home-lt-1 .text-wrap h3 {
    font-size: 22px;
    margin: 0;
}
.home-lt-1 .text-wrap h4{
    font-size: 22px;
}
@media(min-width: 800px){
	.home-lt-1 .card-custom article {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.home-lt-1 .card-custom .text-wrap{
		padding-top: 0px;
		padding-bottom: 0;
	}
}
@media(max-width: 800px){
	.home-lt-1 .uk-first-column .thumb.lg {
    	width: 100% !important;
	}
}
.home-lt-1 .uk-first-column .thumb.lg {
	max-height: 300px;
    width: 350px;
    overflow: hidden;
    display: inline-block;
    flex: none;
}
.home-lt-1 .uk-first-column .thumb.lg img {
    width: 100%;
}
.home-lt-1 .uk-card {
    height: 100%;
}
.home-lt-1 .card-custom .text-wrap h4 {
    font-size: 18px;
    margin: 0;
}
.home-lt-1 .card-custom .thumb {
    width: 100%;
}
.home-lt-1 .card-custom .thumb.sm figure img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.home-lt-1 .card-custom .thumb.sm figure {
    height: 100%;
    width: 100%;
}
.home-lt-1 .text-wrap p {
    margin: 0;
}
.home-lt-2 article {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.home-lt-2 .thumb {
    width: 250px;
}
.home-lt-2 .card-body {
    padding: 15px;
}
.home-lt-2 h4 {
    font-size: 18px;
    width: 80%;
    margin: 0;
    padding-right: 15px;
}
.home-lt-3 .uk-card{
    height: 100%;
}
.home-lt-3 .text-wrap h3 {
    margin: 0;
    font-size: 20px;
}
.text-wrap {
    padding: 15px;
}
.home-lt-4 .uk-card,
.home-lt-5 .uk-card{
    height: 100%;
}
home-lt-4 .uk-card p {
    margin: 0;
}
.home-lt-4 .uk-card .text-wrap h4,
.home-lt-5 .uk-card .text-wrap h4,
.home-lt-5 .uk-card .text-wrap h2 {
    margin: 0;
}
.home-lt-4 .uk-card .text-wrap{
    padding: 15px;
    font-size: 19px;
}
.home-lt-4 .uk-first-column .text-wrap{
    padding: 30px;
}
.home-lt-4 .uk-first-column h3 {
    margin: 0;
}
.home-lt-5 .uk-card article {
    position: relative;
}
.home-lt-5 .uk-card .text-wrap {
    padding: 15px 0;
}
.home-lt-5 .uk-card.card-sm .text-wrap{
    border-bottom: 1px dashed #eee;
}
.home-lt-5 .uk-card.card-md .text-wrap{
    font-size: 20px;
}
.home-lt-5 .uk-card.card-ht .text-wrap {
    position: absolute;
    bottom: 0;
    padding: 30px;
}
.home-lt-5 .card-sm h4 {
    font-size: 18px;
}
.home-lt-5 .card-sm article:first-child .text-wrap {
    padding-top: 0;
}
.home-lt-5 .text-wrap {
    padding-right: 0;
    padding-left: 0;
}
.home-lt-5 .text-wrap h4 {
    margin: 0;
}
.uk-overlay-black {
    background: #3871bb;
}
.home-lt-5 .uk-card .post-meta a {
    color: #bbb;
    font-weight: 400;
}
.home-lt-5 .uk-card .post-meta {
    margin: 10px 0;
}
.home-lt-5 .uk-first-column .text-wrap h2 {
    font-size: 30px;
}
.home-lt-5 .uk-card.card-ht .text-wrap a {
    color: #fff;
}
.home-lt-6 article,
.home-lt-11 article  {
    position: relative;
    margin-bottom: 35px;
}
.home-lt-6 .thumb:before,
.home-lt-5 .uk-card.card-ht .thumb:before,
.home-lt-11 .thumb:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    background-image: linear-gradient(to bottom,transparent,black);
}
.home-lt-6 .text-wrap,
.home-lt-11 .text-wrap {
    position: absolute;
    bottom: 0;
    padding: 30px;
}
.home-lt-6 .text-wrap a,
.home-lt-11 .text-wrap a{
    color: #fff;
}
.home-lt-6 .thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.home-lt-7 .text-wrap{
    padding-left: 0;
    padding-right: 0;
}
.home-lt-7 .uk-card{
    height: 100%;
}
.home-lt-7 .thumb.sm {
    width: 180px;
    display: table-cell;
    vertical-align: middle;
}
.uk-card.sm article {
    display: table;
    margin-bottom: 15px;
}
.home-lt-7 .uk-card.sm .text-wrap {
    display: table-cell;
    vertical-align: middle;
    padding-left: 15px;
}
.home-lt-7 .uk-card.sm article:first-child .text-wrap {
    padding-top: 0;
}
.last-col .uk-card{
    height: 100%;
}
.home-lt-11 .thumb {
    height: 250px;
    overflow: hidden;
}
.home-lt-10 .uk-grid{
    margin: 0;
}
.home-lt-10 .uk-width-1-2\@m{
    padding: 0px;
}
.home-lt-11 .text-wrap h3,
.home-lt-11 .text-wrap h4 {
    margin: 0;
}
.home-lt-11 .post-meta {
    color: #fff;
}
.uk-slider-items .uk-card {
    height: 100%;
}
/* Ends content-area */

.entry-header {
    margin-bottom: 30px;
}
.entry-header .entry-title {
   	font-size: 50px;
    line-height: 1.3em;
    color: #666;
    border-bottom: 1px solid #f8f8f8;
    padding-bottom: 15px;
}
@media(max-width: 800px){
	.entry-header .entry-title {
    	font-size: 30px;
	}
	.entry-meta {
    	text-align: center;
	}
	.entry-meta .post-meta {
		width: 100% !important;
    	margin-top: 0;
	}
}
.entry-meta {
    font-size: 20px;
    padding-bottom: 30px;
}
.entry-meta .social-share {
    display: inline-block;
}
.entry-meta .post-meta {
    display: inline-block;
    width: 65%;
}
.author.vcard {
    font-size: 20px;
    margin-right: 15px;
    font-weight: bold;
}
.entry-content {
    font-size: 22px;
    color: #444;
    text-align: justify;
}
.single .entry-content p:first-child:first-letter {
    color: #607D8B;
    float: left;
    font-size: 5em;
    line-height: 0.7;
    margin: .05em .1em 0 0;
    text-transform: uppercase;
    font-style: normal;
    font-weight: 400;
}
.rel-col .uk-card {
    height: 100%;
}
.archive .uk-card{
    height: 100%;
}
.entry-footer .cat-links {
    padding-right: 30px;
}
#footer {
    margin-top: 30px;
}
.footer-top {
    border-top: 5px solid #fe6602;
    border-bottom: 1px solid #eee;
    padding: 15px;
}
#footer .social-links ul li {
    display: inline-block;
    margin: 10px;
    background: #eee;
    padding: 10px;
    border-radius: 50%;
}
#footer .social-links ul li a {
    color: #999;
}
#footer  .social-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
#footer  .social-links {
    text-align: center;
}
.footer-main {
    padding: 30px;
    background: #014d9bdb;
}
#footer .footer-logo {
    padding: 0 15px;
}
#footer .footer-widget {
    text-align: center;
}
#footer .uk-first-column .footer-widget{
    text-align: left;
}
#footer .footer-widget ul {
    list-style: none;
    padding: 0;
}
#footer .textwidget {
    color: #fff;
}
#footer .textwidget p {
    margin: 5px 0;
}
#footer .footer-credit {
	line-height: 0;
    padding: 25px;
    display: flex;
    justify-content: space-around;
}
#footer .footer-credit .footer-credit p {
    margin: 0;
}
#footer .footer-credit .copyright {
    display: inline-block;
}
#footer .footer-credit .designer-link {
    display: inline-block;
}
#footer .widget-title {
    color: #fff;
    font-size: 22px;
}
#footer .footer-widget{
    height: 100%;
}
@media(min-width: 801px){
	#footer .uk-width-1-3\@l:nth-child(2) .footer-widget{
		border-right: 1px solid #4d88d6;
    	border-left: 1px solid #4d88d6;
	}
}
#footer .uk-width-2-5\@m:last-child .widget_text {
    display: inline-block;
    width: 50%;
}
#scrollUp{
    background: rgb(237 146 33);
    color: #FFF;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    position: fixed;
    right: 30px;
    bottom: 7%;
    text-align: center;
    line-height: 35px;
    cursor: pointer;
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    z-index: 9999;
}
#scrollUp.zoomIn {
    opacity: 0;
    visibility: hidden;
    transform: scale(0.5);
    -ms-transform: scale(0.5);
    -webkit-transform: scale(0.5);
}
.lnr-chevron-up {
    margin-top: 5px;
}
/* Ends footer */