/*
Theme Name: Hosthubs
Theme URI: http://demo.mkthemes.com/hosthubs/
Author: wordpressshowcase
Author URI: https://themeforest.net/user/wordpressshowcase/portfolio
Description: The 2017 theme for WordPress is a fully responsive theme that looks great on any device. Features include a front page template with its own widgets, an optional display font, styling for post formats on both index and single views, and an optional no-sidebar page template. Make it yours with a custom menu, header image, and background.
Version: 1.0.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain: hosthubs

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
.after-header-wrap{position:absolute !important;}
#page-title{display:block !important;}

/*Blog Alignments*/
.blog{border-bottom: 2px solid #f0f4f8;
    padding-top: 1rem;
    padding-bottom: 0.825rem;color:#243b53; font-weight:bold;}
.blog_number {
    line-height: 36px;
    display: inline-block;
    min-width: 36px;
    margin: 0 6px 0 0;
    padding: 0 5px;
    text-align: center;
    vertical-align: 5px;
    color: #fff;
    border-radius: 3px;
    background: #4098d7;
    background: linear-gradient(45deg,#724BB7 0%,#4098D7 100%);
    -webkit-box-shadow: 0 1px 4px rgb(0 0 0 / 30%);
    box-shadow: 0 1px 4px rgb(0 0 0 / 30%);
    font-size: 20px;
    font-size: 17px;
}
.blog-para{text-align:justify; font-size:15px;}
.blog-para a{color:#2488e1;}
.blog-para a:hover{color:#2488e1; border-bottom: 1px dotted;}
.blog-para{text-align:justify; font-size:15px;}
.wp-block-rank-math-toc-block{background: #4098d7;
    background: linear-gradient(45deg,#724BB7 0%,#4098D7 100%);
    background-size: cover;
    color: #fff;
    padding: 1rem;
    margin: 0 -1rem 2rem;}
.wp-block-rank-math-toc-block h2{color:#fff; font-size:20px; border-bottom: 1px solid;}
.wp-block-rank-math-toc-block ul{}
.wp-block-rank-math-toc-block ul li{font-size:16px;}
.wp-block-rank-math-toc-block ul li a{color:#fff; }
.wp-block-rank-math-toc-block ul li a:hover{border-bottom: 1px dotted;color:#fff !important;}
.wp-block-rank-math-toc-block ul li a:focus{color:#fff;}

.prog_code{background: linear-gradient(24deg,#5d20c9 0%,#0fdcef 100%);
    color: #8e97a7;
    font-family: "courier 10 pitch",Courier,monospace;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;}
    
.prog_code_para{color:#fff;font-size:14px;font-weight:700;}
.prog_para {
    color: #ffffff;
    font-size: 16px;
    font-family: monospace;
}