/*
Theme Name: WiSu
Theme URI: https://www.honarsystems.com/wisu
Author: Honar Systems
Author URI: https://www.honarsystems.com/
Description: WiSu is a simple, light and beautiful blogging template for WordPress made by Honar Systems.
Version: 1.0.7
Tested up to: 5.6
Requires PHP: 5.6
License: GNU General Prefer License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: wisu
Tags: grid-layout, one-column, left-sidebar, right-sidebar, custom-background, custom-logo, custom-menu, featured-images, editor-style, translation-ready, footer-widgets, custom-colors, custom-header, theme-options, threaded-comments, blog, news

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Screenshot image is a collage of actual sites created using the WiSu WordPress Theme.
Images that appear in the collage are licensed under CC0.

Screenshot images are all licensed under Creative Commons Zero (CC0) ( https://pxhere.com/en/license )
https://pxhere.com/en/photo/1153932
https://pxhere.com/en/photo/1364696
https://pxhere.com/en/photo/774637
https://pxhere.com/en/photo/936609
https://pxhere.com/en/photo/868153
https://pxhere.com/en/photo/3329
https://pxhere.com/en/photo/1099850
https://pxhere.com/en/photo/13864
https://pxhere.com/en/photo/1431635
https://pxhere.com/en/photo/1264688
https://pxhere.com/en/photo/722779
https://pxhere.com/en/photo/849017

WiSu icon font is based on FontAwesome.
FontAwesome distributed under terms of CC BY 3.0 or GPL. (https://fontawesome.com/v4.7.0/license/)
Source: https://fontawesome.com/

WiSu uses Raleway Google font
These fonts are licensed under the Open Font License (https://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=OFL).
You can use them freely in your products & projects - print or digital, commercial or otherwise. However, you can't sell the fonts on their own.
License: https://fonts.google.com/specimen/Raleway?preview.text_type=custom#license
Source: https://fonts.google.com/specimen/Raleway

== Copyright ==

WiSu WordPress Theme, 2021 WordPress.org
WiSu is distributed under the terms of the GNU GPL.

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 2 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
*/

/*
 * Content Table

 * General CSS
 * WordPress
 * Theme CSS
 * Sidebar
 * Blog
 * Single
 * Footer
 * Copy Right
 * Media
 */


/***********General CSS*********/
:root {
    --theme-color: #f47742;
    --theme-text-color: #666;
    --theme-header-color: #333;
}

html, body, div, input, textarea {
    padding: 0;
    margin: 0;
    font-family: Raleway;
}

* {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    word-wrap: anywhere;
    white-space: inherit;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:focus{
    border: 1px var(--theme-color) solid !important;
    outline: none;
}

input[type="submit"]:focus,
button:focus,
.btn:focus{
    border: 1px #333333 solid !important;
    outline: none;
}

a {
    text-decoration: none;
    color: var(--theme-color);
}

a:hover, a:active{
    color: var(--theme-header-color);
}

h1, h2, h3, h4, h5, h6 {
    color: var(--theme-header-color);
    letter-spacing: 0.15rem;
}

img {
    max-width: 100%;
    display: inline-block;
}

select{
    padding: 5px;
    border: 1px var(--theme-color) solid;
}

figure{
    margin: 0;
    padding: 0;
}

/*********WordPress********/
.wp-caption,
.wp-caption-text,
.sticky,
.gallery-caption,
.bypostauthor{

}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

#content {
    margin: 50px 0;
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
    outline: 0;
}

.aligncenter {
    text-align: center;
}

.alignleft {
    text-align: left;
}

.alignright {
    text-align: right;
}

.widget_archive ul,
.widget_categories ul,
.widget_pages ul,
.widget_meta ul,
.widget_nav_menu ul,
.widget_recent_comments ul,
.widget_recent_entries ul,
.widget_rss ul,
.wp-block-archives-list,
.wp-block-latest-posts,
.wp-block-rss{
    list-style: none;
    clear: both;
}

.widget_archive > ul,
.widget_categories > ul,
.widget_pages > ul,
.widget_meta > ul,
.widget_nav_menu .menu-main-container > ul,
.widget_recent_comments > ul,
.widget_recent_entries > ul,
.widget_rss > ul,
.wp-block-archives-list,
.wp-block-latest-posts,
.wp-block-rss{
    padding: 0;
    margin: 0;
}

.widget_archive ul li,
.widget_categories ul li,
.widget_pages ul li,
.widget_meta ul li,
.widget_nav_menu ul li,
.widget_recent_comments ul li,
.widget_recent_entries ul li,
.widget_rss ul li,
.wp-block-archives-list li,
.wp-block-latest-posts li,
.wp-block-rss li{
    padding: 5px;
    position: relative;
    text-align: right;
    color: #aaaaaa;
    overflow: hidden;
    text-transform: capitalize;
}

.widget_recent_comments ul li,
.widget_recent_entries ul li,
.widget_rss ul li,
.wp-block-latest-posts li,
.wp-block-rss li{
    text-align: left;
}


.widget_archive ul ul,
.widget_categories ul ul,
.widget_pages ul ul,
.widget_meta ul ul,
.widget_nav_menu ul ul,
.widget_recent_comments ul ul,
.widget_recent_entries ul ul,
.widget_rss ul ul,
.wp-block-archives-list ul{
    padding: 0 0 0 5px;
}

.widget_archive ul li a,
.widget_categories ul li a,
.widget_pages ul li a,
.widget_meta ul li a,
.widget_nav_menu ul li a,
.wp-block-archives-list li a{
    float: left;
}

.widget_archive ul li:after,
.widget_categories ul li::after,
.widget_pages ul li:after,
.widget_meta ul li:after,
.widget_nav_menu ul li:after,
.wp-block-archives-list li:after{
    content: '';
    clear: both;
}

.widget_archive ul li:before,
.widget_categories ul li:before,
.widget_pages ul li:before,
.widget_meta ul li:before,
.widget_nav_menu ul li:before,
.widget_recent_comments ul li:before,
.widget_recent_entries ul Li:before,
.widget_rss ul li:before,
.wp-block-archives-list li:before,
.wp-block-latest-posts li:before,
.wp-block-rss li:before{
    content: '';
    clear: both;
    border-bottom: 1px #333 dotted;
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
}

.widget_archive ul li:first-child:before,
.widget_categories ul li:first-child:before,
.widget_pages ul li:first-child:before,
.widget_meta ul li:first-child:before,
.widget_nav_menu ul li:first-child:before,
.widget_recent_comments ul li:first-child:before,
.widget_recent_entries ul li:first-child:before,
.widget_rss ul li:first-child:before,
.wp-block-archives-list li:first-child:before,
.wp-block-latest-posts li:first-child:before,
.wp-block-rss li:first-child:before{
    border: none;
}

.calendar_wrap table{
    width: 100%;
    text-align: center;
}

.gallery{
    display: grid;
    grid-gap: 5px 5px;
}

.gallery-columns-1{
    grid-template-columns: 1fr;
}

.gallery-columns-2{
    grid-template-columns: 1fr 1fr;
}

.gallery-columns-3{
    grid-template-columns: 1fr 1fr 1fr;
}

.gallery-columns-4{
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.gallery-columns-5{
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.gallery-columns-6{
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.gallery-columns-7{
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.gallery-columns-8{
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.gallery-columns-9{
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.gallery-item{
    margin: 0;
}

.widget_media_gallery .gallery-item img{
    height: auto;
}

.widget_search .search-form,
.wp-block-search .wp-block-search__inside-wrapper{
    display: flex;
}

.widget_search .search-form .search-field,
.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__input{
    width: 100%;
    border: none;
    border-bottom: 1px var(--theme-color) solid;
    padding: 10px 37px 10px 10px;
}

.widget_search .search-form .search-submit,
.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button{
    width: 37px;
    height: 37px;
    background: none;
    border: none;
    border-bottom: 1px var(--theme-color) solid;
    color: var(--theme-color);
    cursor: pointer;
    margin-left: -37px;
}

.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button{
    width: auto;
}

.widget_search .search-form .search-submit:hover,
.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button:hover{
    color: var(--theme-header-color);
}

.widget_tag_cloud .tagcloud a,
.wp-block-tag-cloud a{
    display: inline-block;
    padding: 5px;
    border: 1px solid var(--theme-color);
    margin: 2px;
    text-transform: uppercase;
}

.widget_nav_menu .sub-menu{
    display: none;
}

.widget_nav_menu li.menu-item-has-children:after{
    content: '\02c7';
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    top:0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.widget_nav_menu li.menu-item-has-children:hover > .sub-menu{
    display: block;
}

.widget_nav_menu ul{
    padding: 0;
    position: relative;
}

.widget_nav_menu ul ul{
    padding: 5px 0 0 0;
}

.widget_nav_menu ul ul > li{
    padding: 5px 0;
}

.widget_nav_menu ul ul:before{
    content: '';
    clear: both;
    border-bottom: 1px #333 dotted;
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    padding-top: 5px;
}

.wp-block-latest-comments{
    padding: 15px 0;
}

.wp-block-latest-comments li{
    padding: 15px;
    margin: 15px 0;
    border-top: 1px #ddd solid;
    display: flex;
}

.wp-block-latest-comments li > img{
    width: 50px;
    height: 50px !important;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
}

.wp-block-latest-comments .avatar,
.wp-block-latest-comments__comment-avatar{
    width: 50px;
}

.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta{
    margin-left: 15px;
}

.page-links .post-page-numbers,
.comment-pagination .page-numbers{
    display: inline-block;
    padding: 5px 10px;
    margin: 0 2px;
    border: 1px var(--theme-text-color) solid;
    font-size: 16px;
}

.page-links a.post-page-numbers,
.comment-pagination a.page-numbers{
    border: 1px var(--theme-color) solid;
}

.page-links a.post-page-numbers:hover,
.comment-pagination a.page-numbers:hover{
    border: 1px var(--theme-text-color) solid;
}

.mejs-inner{
    height: inherit !important;
}

/*********Theme CSS*******/
.skip-link{
    position: absolute;
    top:-100%;
    z-index: 100000;
}
.mobile-btn{
    display: none;
}
.to-top {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    text-align: center;
    width: 50px;
    height: 50px;
    color: var(--theme-color);
    border:1px var(--theme-color) solid;
    cursor: pointer;
    transition: 0.3s;
    z-index: 99999;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
}

.to-top:hover {
    color: var(--theme-header-color);
    border: 1px var(--theme-header-color) solid;
}

@media (min-width: 768px) {
    .show {
        display: inline-block;
    }
}

.line {
    width: 100px;
    background: var(--theme-color);
    height: 1px;
    border-radius: 6px;
    margin: 0 auto;
}

.site-header {
    padding: 15px 0;
    position: relative;
    width: 100%;
    border-bottom: 1px #ccc solid;
    transition: 0.3s;
    z-index: 99998;
}

.site-header-scrolled {
    background: #ffffff !important;
    position: fixed;
    top:0;
    left: 0;
    z-index: 99999;
}

.site-header-scrolled .logo img {
    max-width: 60%;
    height: auto;
}

.site-header .wisu-header {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.site-header .wisu-header .logo,
.site-header .wisu-header .social-media {
    width: 25%;
}

.site-header .wisu-header .logo{
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 400;
}

.site-header .wisu-header .logo h1{
margin: 0;
}

.site-header .wisu-header .logo a {
    display: inline-block;
    font-weight: 400;
    font-size: 24px;
    text-transform: capitalize;
}

.site-header .wisu-header .logo img {
    width: auto;
    height: auto;
    transition: 0.3s;
}

.site-header .wisu-header .header-menu {
    width: 50%;
    text-align: center;
}

.site-header .wisu-header .header-menu .menu {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
}

.site-header .wisu-header .header-menu .menu li {
    display: inline-block;
}

.site-header .wisu-header .header-menu .menu li a {
    display: inline-block;
    padding: 15px;
    text-transform: uppercase;
    font-size: 12px;
}

.site-header .wisu-header .header-menu .menu li.current_page_item a{
    color: var(--theme-color);
}

.site-header .wisu-header .header-menu .menu li a:hover {
    color: var(--theme-color);
}

.site-header .wisu-header .header-menu .menu .sub-menu {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    padding: 0;
    margin: 0;
    background: #ffffff;
    min-width: 200px;
    box-shadow: #333 0 0 1px;
    transition: 0.3s;
}

.site-header .wisu-header .header-menu .menu .sub-menu li {
    display: block;
    text-align: left;
}

.site-header .wisu-header .header-menu .menu .sub-menu li:not(:last-child) {
    border-bottom: 1px #33333333 solid;
}

.site-header .wisu-header .header-menu .menu li:hover > .sub-menu,
.site-header .wisu-header .header-menu .menu li:focus-within > .sub-menu{
    opacity: 1;
    visibility: visible;
}

.site-header .wisu-header .header-menu .menu li .sub-menu .sub-menu {
    left: 100%;
    margin-top: -44px;
    margin-left: 1px;
}

.site-header .wisu-header .social-media {
    text-align: right;
}

.site-header .wisu-header .social-media ul {
    list-style: none;
}

.site-header .wisu-header .social-media ul ul{
    display: none;
}

.site-header .wisu-header .social-media ul li {
    display: inline-block;
}

.site-header .wisu-header .social-media ul li a {
    text-align: center;
    display: inline-block;
    padding: 0 5px;
}

.site-header .wisu-header .social-media ul li a:hover {
    color: var(--theme-color);
}

.wisu-header-image img {
    width: 100%;
    height: auto;
    display: inline-block;
}

.wisu-content {
    padding: 15px;
    max-width: 1200px;
    width: 100%;
    margin: 20px auto 0 auto;
    display: flex;
}

.wisu-content > div {
    width: 100%;
}

/******Sidebar***********/
.wisu-content .sidebar {
    width: 30%;
}

.wisu-content .sidebar-right {
    padding: 10px 0 15px 50px;
}

.wisu-content .sidebar-left {
    padding: 10px 50px 15px 0;
}

.wisu-content .sidebar .widget {
    margin-bottom: 60px;
}

.wisu-content .sidebar .widget {
    position: relative;
}

.wisu-content .sidebar .widget-title {
    position: relative;
    margin-top: 0;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 400;
}

.wisu-content .sidebar .widget-title span{
    position: relative;
}

.wisu-content .sidebar .widget-title span::before {
    position: absolute;
    top: 50%;
    overflow: hidden;
    width: 15px;
    height: 1px;
    border-top: 1px solid var(--theme-color);
    margin-top: -1px;
    content: '';
    left: -17px;
}

.wisu-content .sidebar .widget-title span::after {
    position: absolute;
    top: 50%;
    overflow: hidden;
    width: 15px;
    height: 1px;
    border-top: 1px solid var(--theme-color);
    margin-top: -1px;
    content: '';
    right: -17px;
}

/***********Blog************/
.wisu-content .posts {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.wisu-content .posts article {
    padding: 10px;
}

.wisu-content .posts article .post-thumbnail a {
    width: 100%;
    height: auto;
    padding-bottom: 75%;
    transition: 0.3s;
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.wisu-content .posts article .post-thumbnail:hover a {
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    filter: blur(1px);
    -webkit-filter: blur(1px);
}

.wisu-content .posts article > *:not(.line) {
    text-align: center;
    padding: 0;
    margin: 0;
}

.wisu-content .posts article .entry-category a {
    color: #aaaaaa;
    padding: 15px 15px 0 15px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.15rem;
}

.wisu-content .posts article .entry-title a {
    color: #333333;
    padding: 15px;
    display: inline-block;
    margin: 0;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 24px;
    letter-spacing: 0.15rem;
}

.wisu-content .posts article .entry-category a:hover,
.wisu-content .posts article .entry-title a:hover {
    color: var(--theme-color);
}

.wisu-content .posts article .entry-meta {
    color: #aaaaaa;
    padding: 15px 15px 0 15px;
    text-transform: capitalize;
    font-size: 13px;
    letter-spacing: 0.15rem;
}

.wisu-content .posts article .entry-content {
    color: #555555;
    padding: 30px 0;
    line-height: 1.5rem;
}

.wisu-content .posts article .entry-footer {
    border-top: 1px var(--theme-color) solid;
    padding: 15px;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.wisu-content .posts article .entry-footer .comment {
    text-align: left;
    color: #aaaaaa;
}

.wisu-content .posts article .entry-footer .read-more {
    text-align: right;
}

.wisu-content .posts article .read-more a {
    text-transform: uppercase;
    color: var(--theme-color);
    letter-spacing: 0.15rem;
    display: inline-block;
    position: relative;
    font-size: 12px;
}

.wisu-content .posts article .read-more a:hover {
    color: #333333;
}

.wisu-content .posts-list .load-more {
    padding: 30px 0;
    display: flex;
}

.wisu-content .posts-list .load-more .old-posts {
    width: 50%;
    text-align: left;
}

.wisu-content .posts-list .load-more .new-posts {
    width: 50%;
    text-align: right;
}

.wisu-content .posts-list .load-more a {
    color: var(--theme-color);
    text-transform: uppercase;
    display: inline-block;
    margin: 0 5px;
    font-size: 18px;
}

.wisu-content .posts-list .load-more a:hover {
    color: #333333;
}

/***********Single************/
.single article.post,
.error404 article{
    padding: 60px 15px 15px 15px;
}

.single .entry-categories {
    text-align: center;
}

.single .entry-categories a {
    color: #aaaaaa;
    padding: 15px 2px 0 2px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.15rem;
}

.single .entry-categories a:hover {
    color: var(--theme-color);
}

.single .entry-title,
.error404 .entry-title,
.search .page-title,
.archive .page-title{
    color: #333333;
    padding: 15px;
    text-align: center;
    margin: 0;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 28px;
    letter-spacing: 0.15rem;
}

.search .page-title,
.archive .page-title{
    padding: 60px 15px 15px 15px;
}

.single .post-thumbnail {
    text-align: center;
    margin: 25px 0 15px 0;
}

.single .post-thumbnail img{
    height: auto;
}

.single .entry-content,
.error404 .entry-content{
    color: var(--theme-text-color);
    text-align: justify;
    overflow: hidden;
}

.error404 .entry-content{
    text-transform: capitalize;
}

.single .entry-content img,
.single .entry-content figure,
.single .entry-content picture{
    max-width: 100%;
    height: auto;
}

.single .entry-content img{
    height: auto;
}

.single .entry-content a,
.error404 .entry-content a,
.single .entry-comment .comment-list .comment-body .comment-content a{
    text-decoration: underline;
}

.single .entry-tags,
.single .entry-avatar,
.single .post-navigation,
.single .related-posts,
.single .entry-comment{
    clear: both;
}

.single .entry-tags a {
    color: #aaaaaa;
    padding: 15px 2px 0 2px;
    display: inline-block;
    text-transform: capitalize;
    font-size: 14px;
}

.single .entry-tags a:hover {
    color: var(--theme-color);
}

.single .entry-tags i {
    color: #333333;
}

.single .author {
    text-align: center;
    padding: 15px 15px;
}

.single .author-avatar,
.single .author-name,
.single .author-description {
    padding-top: 15px;
}

.single .author-avatar img {
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
}

.single .author-name a {
    color: var(--theme-color);
    display: inline-block;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.15rem;
}

.single .author-name a:hover {
    color: var(--theme-header-color);
}

.single .post-navigation {
    display: flex;
    border-top: 1px #cccccc solid;
    border-bottom: 1px #cccccc solid;
    padding: 30px 0;
    margin-top: 15px;
    width: 100%;
}

.single .post-navigation .pre-post,
.single .post-navigation .next-post {
    width: 100%;
}

.single .post-navigation .pre-post {
    text-align: left;
}

.single .post-navigation .next-post {
    text-align: right;
}

.single .post-navigation a {
    color: var(--theme-header-color);
    position: relative;
    display: inline-block;
    text-transform: capitalize;
    font-size: 14px;
}

.single .post-navigation a i {
    height: 100%;
    position: absolute;
    width: 15px;
    padding: 0 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
}

.single .post-navigation a:hover {
    color: var(--theme-color);
}

.single .post-navigation .pre-post a {
    padding-left: 30px;
}

.single .post-navigation .pre-post a i {
    left: 0;
}

.single .post-navigation .next-post a {
    padding-right: 30px;
}

.single .post-navigation .next-post a i {
    right: 0;
}

.single .related-posts {
    display: flex;
    padding-top: 30px;
}

.single .related-posts .related-post {
    width: 33.333333%;
    padding: 10px;
}

.single .related-posts .related-post .related-post-thumbnail a {
    width: 100%;
    height: auto;
    padding-bottom: 75%;
    transition: 0.3s;
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.single .related-posts .related-post .related-post-thumbnail:hover a {
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    filter: blur(1px);
    -webkit-filter: blur(1px);
}

.single .related-posts .related-post .related-post-title {
    text-align: center;
    margin: 0;
}

.single .related-posts .related-post .related-post-title a {
    font-size: 14px;
    letter-spacing: 0;
    color: var(--theme-color);
    text-transform: capitalize;
}

.single .related-posts .related-post .related-post-title a:hover {
    color: var(--theme-header-color);
}

.single .entry-comment {
    margin-top: 30px;
    padding: 30px 15px;
}

.single .entry-comment a {
    color: #333333;
    text-transform: capitalize;
    font-size: 13px;
}

.single .entry-comment .comment-respond {
    width: 75%;
}

.single .entry-comment .comment-reply-title {
    text-transform: uppercase;
    color: #666;
    font-size: 14px;
}

.single .entry-comment .comment-form-info {
    display: flex;
}

.single .entry-comment .comment-form-author,
.single .entry-comment .comment-form-email {
    width: 50%;
    margin: 0;
}

.single .entry-comment .comment-form-author {
    padding: 15px 15px 15px 0;
}

.single .entry-comment .comment-form-email {
    padding: 15px 0 15px 15px;
}

.single .entry-comment .comment-form-author input,
.single .entry-comment .comment-form-email input,
.single .entry-comment .comment-form-comment textarea {
    width: 100%;
    padding: 10px;
    border: 1px #ddd solid;
}

.single .entry-comment .comment-form-comment {
    margin: 0;
}

.single .entry-comment .comment-form-comment textarea {
    min-height: 140px;
}

.single .entry-comment .form-submit .submit,
.single .entry-comment .comment-list .comment-body .reply a{
    display: inline-block;
    padding: 10px 20px;
    border: 1px var(--theme-color) solid;
    color: var(--theme-color);
    background: #ffffff;
    text-transform: uppercase;
    cursor: pointer;
    transition: 0.3s;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
}

.single .entry-comment .form-submit .submit:hover,
.single .entry-comment .comment-list .comment-body .reply a:hover{
    border-color: var(--theme-header-color);
    color: var(--theme-header-color);
}

.single .entry-comment .comments-title {
    padding: 15px;
    text-align: center;
    text-transform: uppercase;
    color: #666;
    font-size: 14px;
}

.single .entry-comment .comment-list .comment-body {
    background: #fff;
    padding: 15px;
    margin: 15px 0;
    border-top: 1px #ddd solid;
}

.single .entry-comment .comment-list .comment-body header {
    display: flex;
    align-items: center;
}

.single .entry-comment .comment-list .comment-body .comment-author-avatar {
    width: 100px;
}

.single .entry-comment .comment-list .comment-body .comment-author-avatar img {
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
}

.single .entry-comment .comment-list .comment-body .comment-author-name {
    text-transform: uppercase;
    letter-spacing: 0.15rem;
    font-size: 15px;
    font-weight: 700;
}

.single .entry-comment .comment-list .comment-body .comment-content {
    color: var(--theme-header-color);
}

.single .entry-comment .comment-list .comment-body .reply {
    text-align: right;
}

.comment-pagination .page-numbers{
    display: inline-block;
    padding: 5px 10px;
    margin: 0 2px;
    border: 1px var(--theme-text-color) solid;
    font-size: 16px;
}

.comment-pagination a.page-numbers{
    color: var(--theme-color);
    border: 1px var(--theme-color) solid;
    font-size: 16px;
}

.comment-pagination a.page-numbers:hover{
    color: var(--theme-header-color);
    border: 1px var(--theme-text-color) solid;
}

/***************Footer************/
.site-footer{
    padding: 60px 0;
    border-top: 1px #cccccc solid;
}

.site-footer .wisu-footer{
    display: flex;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

.wisu-footer .footer1,
.wisu-footer .footer2,
.wisu-footer .footer3,
.wisu-footer .footer4{
    width: 100%;
    padding: 15px;
}

.wisu-footer .widget{
    margin-bottom: 60px;
}

.wisu-footer .widget-title{
    position: relative;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 400;
}

.wisu-footer .widget-title {
    position: relative;
    margin-top: 0;
    padding-bottom: 15px;
    font-weight:700;
}

.wisu-footer .widget-title::after {
    position: absolute;
    bottom: 0;
    overflow: hidden;
    width: 50%;
    height: 1px;
    background: var(--theme-color);
    content: '';
    left: 0;
}
/**************Copy Right**********/
.wisu-copyright{
    background: #eee;
    padding: 15px;
}
.wisu-copyright .copyright{
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font-size: 13px;
}

/*****************Media**************/
@media (max-width: 767px){
    .site-header .wisu-header,
    .wisu-content,
    .site-footer .wisu-footer,
    .wisu-copyright .copyright{
        width: 100%;
    }
    .site-header .wisu-header{
        display: block;
        padding: 5px;
    }

    .site-header .wisu-header .logo,
    .site-header .wisu-header .header-menu,
    .site-header .wisu-header .social-media{
        width: 100%;
        text-align: center;
    }

    .menu-display{
        display: block !important;
    }

    .site-header .wisu-header .header-menu .mobile-btn{
        display: inline-block;
        padding: 15px;
        font-size: 36px;
        color: var(--theme-color);
        font-weight: 400;
    }

    .site-header .wisu-header .header-menu .menu{
        display: none;
    }

    .site-header .wisu-header .header-menu .menu li{
        display: block;
        text-align: left;
        position: relative;
    }

    .site-header .wisu-header .header-menu .menu li a{
        display: block;
    }

    .site-header .wisu-header .header-menu .menu li.menu-item-has-children:after{
        content: '\02c7';
        width: 30px;
        height: 30px;
        position: absolute;
        right: 0;
        top:0;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .site-header .wisu-header .header-menu .menu .sub-menu{
        opacity: 1;
        visibility: visible;
        display: none;
        position: relative;
    }

    .site-header .wisu-header .header-menu .menu li .sub-menu .sub-menu{
        left: inherit;
        margin: 0;
    }

    .site-header .wisu-header .social-media ul{
        padding-left: 0;
    }

    .wisu-content{
        padding: 15px 5px;
        display: block;
    }

    .wisu-content .sidebar{
        width: 100%;
        padding: 5px;
    }

    .wisu-content .posts{
        grid-template-columns: 1fr;
    }

    .single .entry-comment .comment-respond{
        width: 100%;
    }

    .single .entry-comment .comment-form-info{
        display: block;
    }

    .single .entry-comment .comment-form-author,
    .single .entry-comment .comment-form-email{
        width: 100%;
        padding: 5px 0;
    }

    .single .entry-comment .comment-list ul{
        padding-left: 0;
    }

    .site-footer .wisu-footer{
        display: block;
        width: 100%;
    }

    .wisu-footer .widget{
        margin-bottom: 15px;
    }
}

@media (min-width: 768px) and (max-width: 991px){
    .site-header .wisu-header,
    .wisu-content,
    .site-footer .wisu-footer,
    .wisu-copyright .copyright{
        width: 100%;
        padding: 0 5px;
    }

    .site-header .wisu-header .header-menu .mobile-btn{
        display: inline-block;
        padding: 15px;
        font-size: 36px;
        color: var(--theme-color);
        font-weight: 400;
    }

    .menu-display{
        display: block !important;
    }

    .site-header .wisu-header .header-menu{
        position: relative;
    }

    .site-header .wisu-header .header-menu .menu{
        display: none;
        position: absolute;
        background: #ffffff;
        box-shadow: #333 0 0 1px;
        left: 46%;
        text-align: left;
    }

    .site-header .wisu-header .header-menu .menu li{
        position: relative;
    }

    .site-header .wisu-header .header-menu .menu li.menu-item-has-children:after{
        content: '\02c7';
        width: 30px;
        height: 30px;
        position: absolute;
        right: 0;
        top:0;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .site-header .wisu-header .header-menu .menu li,
    .site-header .wisu-header .header-menu .menu li a{
        display: block;
    }

    .site-header .wisu-header .header-menu .menu .sub-menu{
        opacity: 1;
        visibility: visible;
        display: none;
        left: 100%;
        margin-top: -44px;
        margin-left: 1px;
    }

    .wisu-content .sidebar{
        width: 50%;
        padding: 10px;
    }

    .widget_search .search-form .search-submit,
    .wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button{
        margin-left: -37px;
    }

    .wisu-content .posts{
        grid-template-columns: 1fr;
    }

    .single .entry-comment .comment-respond{
        width: 100%;
    }

    .single .entry-comment .comment-list ul{
        padding-left: 10px;
    }
}