/*
Theme Name: eshilalekh
Theme URI: http://www.zookti.com
Author: Ishant Sitaula
Author URI: http://www.ishant.net
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: eshilalekh
*/
@import 'https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;700&display=swap';

* {
    font-family: 'Noto Sans', sans-serif;
}

img {
    max-width: 100%;
}

a {
    color: #333;
}

a:hover,
.uk-text-lead a {
    color: #7D5A50 !important;
    text-decoration: none;
}

::-moz-selection {
    color: #000;
    background: #7D5A50;
}

::selection {
    color: #000;
    background: #7D5A50;
}

li {
    font-size: 1.3rem;
    color: #333;
}

.uk-card-title {
    margin-top: 10px;
    font-size: 2rem;
}

.uk-card-title a {
    color: #000;
}

.cats {
    color: #7D5A50;
    text-transform: uppercase;
    font-weight: bold;
}

.cats a::before {
    content: url("data:image/svg+xml;charset=UTF-8, <svg xmlns='http://www.w3.org/2000/svg' fill='%237D5A50' width='16' height='16' class='color-primary' viewBox='0 0 16 16'><path d='M8 9.5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3z'/></svg>");
}

.sources>div::before {
    content: "\2022";
    margin-right: 10px;
}

.navicon svg {
    width: 30px;
    color: #7D5A50;
}

.uk-button {
    border-radius: 5px;
}

.uk-button-primary,
.uk-badge {
    background-color: #FCDEC0;
}

.uk-button-primary:focus,
.uk-button-primary:hover {
    background-color: #E5B299;
}

nav .logo {
    width: 200px;
    z-index: 1;
    margin-right: 15px;
    padding-right: 5px;
    transition: ease all 0.5s;
}

.bg-black {
    fill: #fff;
    background-color: #000 !important;
}

#main-nav .uk-text-lead {
    color: #7D5A50;
    margin-top: 30px;
}

.uk-sticky-fixed {
    background: #fff;
}

.uk-sticky-fixed a {
    min-height: 30px !important;
}
.logo-container{
    text-align: center;
}
.logo_name {
    width: 220px;
    height: auto;
    object-fit: contain;
}

.uk-text-small {
    color: #999;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.4;
    color: #000;
}

h1 {
    font-size: 3rem;
}

h2 {
    font-size: 2.5rem;
}

h3 {
    font-size: 1.7rem;
}

.wbg {
    background-color: #f9f9f0;
}

.top-nav a {
    min-height: auto !important;
}

.main-nav+.uk-active {
    height: 30px;
}

.main-nav {
    box-shadow: rgb(0 0 0 / 8%) 0px 5px 15px;
    z-index: 100001;
}

.tags a {
    color: #7D5A50 !important;
    font-weight: bold;
    padding-left: 10px;
    padding-right: 10px;
}

.tags a:hover {
    color: #B4846C !important;
}


.post-entry p a {
    border-bottom: #7D5A50 1px dashed;
    color: #000;
}

strong {
    font-weight: bold;
    color: #000;
}

.uk-list-disc li::before {
    color: #7D5A50;
}

.uk-offcanvas-bar {
    padding-top: 100px;
    background-color: #fff;
}

.uk-offcanvas-bar a {
    color: #f7f7f7 !important;
}

.uk-navbar {
    padding: 10px 0px;
}

.uk-navbar-nav {
    align-items: center;
}

.uk-navbar-nav>li>a,
.uk-navbar-dropdown-nav>li>a {
    font-size: 1rem;
    font-weight: bold;
    color: #000;
}

.main-nav .uk-navbar-nav>li>a {
    padding: 0px 25px;
}

.home-icon {
    background: #7D5A50;
    padding: 10px;
    color: #fff;
    font-size: 30px;
    width: 36px;
    border-radius: 10px;
}
.main li h4{
    margin: 0px;
}
.current-time {
    font-size: 0.8rem;
    margin-right: 20px;
}
.thumb{
    width: 100px;
    height: 100px;
    margin-top: 25px;
}
p {
    color: #000;
    font-size: 1.1rem;
}

.separator {
    margin-top: 30px;
    margin-bottom: 30px;
}

.logo img {
    width: 400px;
    padding: 30px;
}

.color-primary {
    color: #7D5A50;
}

.bg-primary,
.uk-close {
    background: #7D5A50;
    color: #000;
    border-radius: 50%;
}

.bg-primary p {
    color: #000 !important;
}

h4 {
    margin-top: 10px;
    font-weight: bold;
    margin-bottom: 35px;
}

.video:hover .vb svg {
    color: #7D5A50;
    display: flex;
}

.vb {
    background: #edeef7;
    display: flex;
    border-radius: 0px 10px 10px 0px;
}

.vb svg {
    width: 35px;
    color: #7D5A50;
    margin-left: 25px;
}

.videos img {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.cat-title {
    font-size: 2rem;
    font-weight: bold;
    color: #000;
    margin-bottom: 25px;
    width: 100%;
}

.cat-title:hover .t::before {
    transition: width 1s cubic-bezier(0, 0, 1, 1);
    width: 300px;
}

.cat-title:hover .t::after {
    transition: width 1s cubic-bezier(0, 0, 1, 1);
    width: 0px;
}

.cat-title a {
    color: #000;
}

.cat-title a:hover {
    text-decoration: none;
}

.cat-title .t {
    position: relative;
    width: 300px;
    margin: auto;
    text-align: center;
}

.cat-title .t::before {
    background-color: #7D5A50;
    content: '';
    display: block;
    height: 3px;
    width: 75px;
    position: absolute;
    bottom: -6px;
    left: 0;
}

.cat-title .t::after {
    background-color: #7D5A50;
    content: '';
    display: block;
    position: absolute;
    right: 0;
    bottom: -6px;
    height: 3px;
    width: 75px;
    margin-top: 20px;
}

.uk-card .size-medium,
.uk-card .size-large {
    width: 100%;
}

.uk-overlay {
    background: linear-gradient(0deg, black, transparent);
    top: 0px;
    text-align: right;
    align-items: flex-end;
    display: flex;
}

.uk-search {
    text-align: center;
    display: flex;
    align-items: center;
    margin-left: 45px;
}

#s {
    border: none;
    background-color: #e9e9e9;
    border-radius: 5px;
    padding: 10px;
}

.banner h2 {
    font-weight: bold;
}
.post-entry h1 {
    font-weight: bold;
}

.post-entry p {
    font-size: 1.2rem;
    color: #333;
	text-align: justify;
}

.post-entry blockquote {
    border-left: solid 5px #bbb;
    padding: 10px;
    background: #e3e3e3;
}

.post-meta {
    font-size: 16px;
}

.related p {
    color: #666;
    font-size: 1.2rem;
}

.default {
    padding: 100px;
    background: #f7f7f7;
}

.footer {
    border-top: solid 1px #ddd;
    padding: 45px;
    background-color: #fff;
    margin-top: 30px;
}

.footer-logo .logo {
    width: 50px;
    margin: auto;
}
.footer-bottom{
    background-color: #fff;
    text-align: center;
    padding-top: 30px;
}

.follow {
    display: flex;
    justify-content: space-between;
}
.uk-comment-avatar{
    width: 40px !important;
}
.uk-offcanvas-bar li>a {
    color: #000 !important;
    border-bottom: solid 1px #ddd;
    margin: 15px;
    padding-bottom: 15px;
}
.widget img{
    width: 100%;
}
@media (min-width: 961px) {
    .tags {
        justify-content: center;
        align-items: center;
        display: flex;
    }
    .mbr{
        border-right: solid 1px #ddd;
    }
}

@media (max-width: 960px) {
    .st-right{
        width: 100%;
    }
    .top-nav {
        min-height: 100px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .post-entry img {
        width: 100%;
    }

    .uk-navbar-nav>li>a {
        min-height: 40px;
    }

    #s {
        background-color: #E5B299;
        color: #000;
    }

    .uk-search {
        margin-left: 0px;
        margin-right: 0px;
    }

    .tags {
        display: flex;
        padding: 15px;
        overflow-x: scroll;
    }

    .tags .uk-subnav {
        flex-wrap: nowrap;
    }
}