/*
Theme Name: The Hiddenwiki
Theme URI: https://vfmseo.com/
Author: VFMSEO team
Author URI: https://vfmseo.com/
Description: This Theme for the-hiddenwiki.com.
Requires at least: 5.9
Tested up to: 5.9
Requires PHP: 5.6
Version: 1.0
Text Domain: thehiddenwiki
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments
*/
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12{
    float: left;
}
body {
    margin: 0;
    padding: 0;
    background: #FFFFFF;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.site-header{
    padding-top: 5%;
    padding-bottom: 5%;
}
.site-branding{
    
}
.site-branding .site-title{
    text-align: center;
}
.site-branding a {
    font-family: "auto";
    font-size: 35px;
    color: #000000;
    text-decoration: none;
}
ul.navbar-nav{
    margin: 0px auto;
}
ul.navbar-nav li{
    
}
ul.navbar-nav a{
    color: #000000;
    padding: 10px;
    font-family: auto;
    font-style: italic;
    font-size: 18px;
    text-decoration: none;
}
ul.navbar-nav li.current_page_item a{
    font-weight: bold;
}

.content-area{
    font-family: auto;
    width: 90%;
    color: #000000;
    margin: 0px auto;
}
.underline{
    text-decoration: underline;
}
.link-block{
    padding: 20px;
    box-sizing: border-box;
    margin-bottom: 15px;
    border: 1px solid #000000;
    border-radius: 20px;
    text-align: center;
}
.link-block h3{
    text-align: center;
    font-size: 1.75rem;
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: auto;
}
.link-block a{
    word-break: break-all;
    font-weight: 900;
    font-size: 22px;
    color: #3539FF;
}
.link-block a:hover{
    
}
.footer-bg{
    text-align: center;
    padding-top: 5%;
    padding-bottom: 5%;
}
.footer-bg h2{
    color: #000000;
    font-family: auto;
}
.footer-bg h2 a{
    color: #000000;
    text-decoration: none;
}
.footer-menu{
    
}
.footer-menu ul{
    margin: 0px;
    padding: 0px;
    margin-bottom: 15px;
}
.footer-menu ul li{
    list-style-type: none;
    display: inline-block;
}
.footer-menu ul li a{
    color: #000000;
    text-decoration: none;
    padding: 5px;
    font-style: italic;
    font-size: 18px;
    font-family: auto;
}
.footer-menu ul li a:hover{
    
}
.wp-container-4{
    padding-bottom: 8%;
}
.wp-container-3{
    padding-top: 8%;
}
.pt-10{
    padding-top: 10rem;
}
.post-image img{
    width: 100%;
}
.entry-header{
    
}
.entry-header h1{
    
}
.entry-header h1 a{
    color: #000000;
    text-decoration: none;
    font-family: auto;
    font-size: 2.5rem;
}
.post-excerpt{
    font-size: 22px;
    font-family: auto;
}
.single-post-page{
    /*font-size: 2.5rem;*/
	font-size: 20px;
    font-family: auto;
}
.single-post-page ul li,
.single-post-page ol li{
    font-size: 20px;
    font-family: auto;
}
.single-post-page h1{
    
}
.single-post-page img{
    margin-bottom: 20px;
    margin-top: 20px;
    width: 100%;
}
.single-post-page p{
    font-size: 20px;
    font-family: auto;
}
.mkcodex-pagination{
    width: 100%;
    text-align: center;
}
.mkcodex-pagination ul{
    margin: 0px;
    padding: 0px;
}
.mkcodex-pagination ul li{
    list-style-type: none;
    display: inline-block;
    padding: 5px 15px;
}
.mkcodex-pagination ul li a{
    color: rgb(0 0 0 / 58%);
}
.mkcodex-pagination ul li.current{
    background-color: rgb(0 0 0 / 58%);
    color: #ffffff;
}
