/* 
Theme Name: dw-cosmos
Author: DesignWicked.com
Author URI: https://www.designwicked.com
Description: DW-Cosmos features several optional sidebars on the left, and on the right, as well as, center content blocks(5 left side, 5 right side, 5 center and a top and bottombox) and 2 header menus, one is a part of the design and can be changed in the customizer. Has a footer text box editable in the customizer as well.
Version: 1.1
Requires at least: 5.2
Tested up to: 5.8
Requires PHP: 7.0
License: GPLv3 or later
License URI: https://www.gnu.org/licenses/gpl.html
Tags: blog, three-columns, two-columns, one-column, left-sidebar, right-sidebar, custom-menu, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
Text Domain: dw-cosmos
*/


/*

Contents:
0) Explicit reset
1) Body setup
2) Header & footer setup
3) Common elements
4) Widget elements
5) Content
5a) Pre-content
5b) Content elements
5c) Post-content

*/


/* 0) Explicit reset */

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
address,
big,
cite,
code,
div,
font,
img,
small,
strike,
sub,
sup,
li,
fieldset,
figcaption,
form,
main,
label,
legend,
button,
table,
caption,
tr,
th,
td {
    border: none;
    background: none;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-style: normal;
}

div,
nav,
footer,
main {
    display: block;
}


/*----- Scroll Bar Changes -----*/


/* width */

::-webkit-scrollbar {
    width: 15px;
}


/* Track */

 ::-webkit-scrollbar-track {
    background: #1a1a1a;
}


/* Handle */

 ::-webkit-scrollbar-thumb {
    background: #1a1a1a;
    border-radius: 8px;
    border: 4px dotted #000000;
    box-shadow: inset 0px 0px 2px #7e6b00, inset 0px 0px 2px #7e6b00, inset 0px 0px 4px #0063e6, inset 0px 0px 4px #0063e6, inset 0px 0px 4px #0063e6;
}


/* Handle on hover */

 ::-webkit-scrollbar-thumb:hover {
    background: #1a1a1a;
    border-radius: 8px;
    border: 4px dotted #000000;
    box-shadow: inset 0px 0px 2px #9912c2, inset 0px 0px 2px #9912c2, inset 0px 0px 4px #3ce708, inset 0px 0px 4px #3ce708, inset 0px 0px 4px #3ce708;
}


/* 1) Body setup */

body {
    margin: auto;
    background-image: url(images/backing.jpg);
    background-color: #000000;
    background-repeat: no-repeat;
    background-attachment: fixed;
    font-family: 'Oswald', 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #757575;
}

#container {
    padding: none;
    word-break: normal;
    overflow-wrap: break-word;
    text-align: left;
}

#wrapper {
    width: 100%;
    background-color: #19191c;
    padding: 10px 3px 0px 3px;
    margin: auto;
}

#responsive {
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: nowrap;
    margin: 0 0 16px;
}

@media (max-width: 575px) {
    header {
        display: none;
    }
    footer {
        display: none;
    }
    #main-body {
        width: auto;
        float: left;
    }
    .mobilewrap {
        max-width: 315px;
    }
    #headerlogo2 {
        /*header logo*/
        display: table-cell;
        vertical-align: middle;
        text-align: left;
        padding: 0px;
        height: 232px;
        width: 300px;
        z-index: 999;
    }
    #headerlogo2 img {
        object-fit: contain;
        max-height: 232px;
        max-width: 300px;
    }
}

#widgetcorral {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    flex-wrap: nowrap;
}

#storycorral {
    margin: 10px;
}

#topwidget {
    width: 100%;
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: nowrap;
}

#content {
    padding: 0px;
    width: 400px;
    flex-grow: 1;
}

main#main {
    border-radius: 0px;
    padding: none;
    display: block;
    overflow: hidden;
    /* floating elements won't stick out */
}


/* 2) Header & footer setup */

.tophigh {
    padding-left: 16px;
    text-align: center;
}

.tophigh:hover,
.tophigh:focus {
    color: #000;
}

#skip {
    position: relative;
    z-index: 99;
}

.tab-shortcut {
    position: absolute;
    top: -999px;
    color: #7a7a7a;
    background: #262527;
    padding: 20px;
}

.tab-shortcut:hover {
    position: absolute;
    top: -999px;
    color: #2f8100;
    background: #2b2b2b !important;
    padding: 20px;
}

.tab-shortcut:focus {
    top: 0;
    text-decoration: none;
}


/*---THEME MAIN HEADER DESIGN NAV---*/

.hdmainnav {
    padding-top: 20px;
    color: #757575;
    text-align: center;
    text-decoration: none;
    text-shadow: 0px 0px 3px #000000, 0px 0px 3px #000000, 0px 0px 3px #000000;
}

.hdmainnav:hover,
.hdmainnav:visited {
    text-decoration: none;
    color: #ffffff;
}

.hdmainnav:focus {
    color: rgb(255, 255, 255);
}


/*---END MAIN NAV---*/

@media (min-width: 575px) {
    #header {
        width: 75%;
        margin: auto;
        min-width: 1180px;
        color: #fff;
    }
    #headerlogo2 {
        display: none;
    }
}

#headerlogo {
    /*header logo*/
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    padding-left: 75px;
    height: 232px;
    width: 742px;
    z-index: 999;
}

#headerlogo img {
    object-fit: contain;
    max-height: 232px;
    max-width: 742px;
}

#headerlogo a:hover,
#headerlogo a:focus,
#headerlogo a:active {
    color: #ffffff;
    text-decoration: none;
}

.custom-logo {
    min-height: inherit;
}

#blog-name {
    color: #cfcfcf;
    font-size: 3.25em;
    text-shadow: 0px 0px 1px #000000, 0px 0px 3px #000000, 0px 0px 4px #00101f, 0px 0px 5px #280038, 0px 0px 6px #48005e, 0px 0px 8px #550077;
}

#blog-tagline {
    color: #00830b;
    font-size: 18px;
    text-shadow: 0px 0px 5px #000000, 0px 0px 5px #000000, 0px 0px 5px #00141f;
}


/*--- just to even out top/bottom block and nav menu's ---*/

.blkwrap {
    padding: 0px 7px;
}


/*--- end ---*/

#header-menu {
    margin-bottom: 25px;
    padding-top: 5px;
    font-size: 16px;
    height: 50px;
    width: 100%;
    background-color: #1b1d20;
    box-sizing: border-box;
    box-shadow: inset 0px 1px 1px #505050, 0px 0px 1px #000000, 0px 0px 2px #000000, 0px 0px 2px #000000, 0px 0px 2px #000000;
}

#header-menu ul {
    padding: 0;
    list-style: none;
}

#header-menu-content {
    display: flex;
    justify-content: start;
    margin: 0;
}

#header-menu-content>li {
    display: flex;
    justify-content: center;
    align-items: center;
}

#header-menu-content a {
    color: #0070da;
    display: block;
    padding: .5rem .9rem;
    text-decoration: none;
    text-shadow: 0px 0px 2px #000, 0px 0px 2px #000, 0px 0px 2px #000, 0px 0px 2px #000, 0px 0px 4px #000;
}

#header-menu-content a:hover {
    color: #208800;
}

#header-menu-content a:active,
#header-menu-content a:focus {
    color: #ffffff;
    text-decoration: underline;
}

#header-menu-content .sub-menu {
    left: -9999%;
    position: absolute;
    box-sizing: border-box;
    padding: 0px;
    margin: 0;
    width: max-content;
    background-color: #1b1d20;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
    border-bottom: 1px solid #000000;
    z-index: 10;
    top: 48px;
}

#header-menu-content .sub-menu li {
    float: none;
}

#header-menu-content li:hover>.sub-menu,
#header-menu-content li:focus-within>.sub-menu {
    left: unset;
}

#header-menu-content li.menu-item-has-children::after {
    color: #a79b00;
    content: " \25be";
    margin-left: -12px;
}

#header-menu-content li.menu-item-has-children:hover::after,
#header-menu-content li.menu-item-has-children:focus-within::after {
    color: #b10000;
    content: " \25b4";
    text-shadow: 0px 0px 2px #000, 0px 0px 2px #000, 0px 0px 2px #000, 0px 0px 4px #000, 0px 0px 4px #000;
}

.fcontent {
    color: #b1b1b1;
    width: 481px;
    height: 116px;
    font-size: 14px;
    font-weight: bold;
    padding: 0px 5px;
    text-decoration: none;
    text-shadow: 0px 0px 3px #000000, 0px 0px 3px #000000, 0px 0px 3px #000000;
    text-align: center;
    overflow: auto;
}

.fcontent a {
    color: #a87b00 !important;
    text-decoration: none;
    text-shadow: 0px 0px 3px #000000, 1px 1px 3px #000000, 0px 0px 3px #000000;
}

.fcontent a:hover {
    color: #0082c9 !important;
    text-decoration: none;
}

.fcontent a:focus {
    color: #ffffff !important;
    text-decoration: none;
}

#footer {
    width: 100%;
    min-width: 1180px;
    margin: auto;
}

#footer-content {
    color: #a42baf;
    font-size: 12px;
    font-weight: bold;
    padding: 0px;
    margin: 60px 0px 0px 0px;
    padding-left: 0px;
    text-align: center;
    text-shadow: 0px 0px 1px #000000, 0px 0px 2px #000000, 0px 0px 3px #000000, 0px 0px 4px #000000;
}

#footer-content a {
    color: #2497b9;
    text-shadow: 0px 0px 2px #000000, 0px 0px 2px #000000;
}

#footer-content a:hover {
    color: #a7a7a7;
}

#footer-content a:active,
#footer-content a:focus {
    color: #ffffff;
}


/* 3) Common elements */

.datetime {
    padding-top: 19px;
    font-size: 14px !important;
    color: #b8ab00;
    font-weight: bold;
    text-align: center;
    text-shadow: 0px 0px 1px #000000, 0px 0px 2px #000000, 0px 0px 3px #000000;
}

.userlog {
    padding-top: 12px;
    padding-left: 25px;
    font-size: 16px !important;
    color: #b46c00;
    text-align: center;
    text-shadow: 0px 0px 1px #000000, 0px 0px 2px #000000, 0px 0px 3px #000000;
}

.userlog a {
    color: #3989e4 !important;
    text-shadow: none;
}

.userlog a::before {
    content: " \bb";
}

.userlog a:hover {
    color: #770000 !important;
    text-align: right;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.8em;
}

h3 {
    font-size: 1.6em;
}

h4 {
    font-size: 1.4em;
}

h5 {
    font-size: 1.2em;
}

h6 {
    font-size: 1em;
}

a {
    color: #770000;
    text-decoration: underline !important;
    text-decoration: none;
}

a:hover {
    color: #b1b1b1;
    text-decoration: underline !important;
    background-color: transparent !important;
}

a:link,
a:focus {
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
}

blockquote {
    border: solid #b1b1b1;
    border-width: 0 0 0 4px;
    padding: 0 10px;
    margin: 0 0 0 10px;
    font-style: italic;
}

button,
input,
select {
    border: 1px solid #999999;
    color: #b1b1b1;
}

button,
select,
input[type=button],
input[type=submit],
input[type=reset] {
    border-radius: 4px;
    padding: 5px 10px 5px 10px;
    background: linear-gradient(0deg, #19191c 0%, #313136 100%);
    cursor: pointer;
}

code {
    display: inline-block;
    vertical-align: middle;
    padding: 2px 10px 4px;
    background: #464646;
    border-top: 2px solid;
    border-radius: 4px;
    overflow-x: auto;
    color: #d1d400;
}

p {
    line-height: 1.4;
    margin: 1em 0;
}

pre {
    overflow-x: auto;
}

textarea {
    font-family: Arial, Verdana, Helvetica;
    border: 1px solid #be8b00;
    padding: 2px 5px 1px;
    width: 250px;
    height: 100px;
    background-color: #777777;
}

input {
    max-width: 100%;
}

.alignnone {
    margin: 6px 0;
}

.alignleft {
    float: left;
    margin: 6px 6px 6px 0;
}

.alignright {
    float: right;
    margin: 6px 0 6px 6px;
}

.aligncenter {
    display: block;
    margin: 6px auto;
}

#content .wp-block-button:not(.is-style-outline) .wp-block-button__link,
#content .wp-block-file__button {
    text-decoration: none;
    font-weight: normal;
}

.is-style-squared .wp-block-button__link {
    border-radius: 0;
}

.screen-reader-text {
    position: absolute;
    left: -9999%;
}

.wp-caption .wp-caption-text {
    margin: 0;
}

.gallery-caption {
    box-sizing: border-box;
    padding: 3px;
    max-width: 100%;
}


/* 4) Widget elements */


/*----- Bottom Bar -----*/

.botblk {
    color: #b1b1b1;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    flex-shrink: 0;
    font-size: 0.9em;
    width: 100%;
    margin: auto;
    padding: 15px 15px 15px 15px;
    border: none;
    box-shadow: inset 0px 1px 1px #505050, 0px 0px 1px #000000, 0px 0px 2px #000000, 0px 0px 2px #000000, 0px 0px 2px #000000;
    background-color: #1a1c1f;
    box-sizing: border-box;
    list-style: none;
    text-align: center;
}

.botblk li {
    margin: 10px 20px 10px 20px;
    padding: 5px;
    box-shadow: inset 0px 1px 1px #505050, 0px 0px 1px #000000, 0px 0px 2px #000000, 0px 0px 2px #000000, 0px 0px 2px #000000;
    background-color: #1a1c1f;
    display: inline-block;
}

.botblk ul {
    margin: 10px 20px 10px 20px;
    padding: 5px;
}

.botblk h2 {
    font-size: 16px;
    line-height: 29px;
    min-width: 194px;
    min-height: 33px;
    height: min-content;
    font-weight: bold;
    color: #a300ee;
    box-sizing: border-box;
    text-align: center;
    text-shadow: 0px 0px 3px #000, 0px 0px 3px #000, 0px 0px 3px #000000;
    text-decoration: underline;
}

.botblk img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.botblk a {
    text-decoration: none;
    color: #059600;
    font-weight: bold;
}

.botblk a:hover {
    color: #db8400;
    text-decoration: none;
    text-shadow: 0px 0px 1px #000, 0px 0px 2px #000, 0px 0px 4px #001c27;
}

.botblk a:active,
.botblk a:focus {
    color: #ffffff;
}


/*----- Top Bar -----*/

.topblk {
    color: #b1b1b1;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    flex-shrink: 0;
    font-size: 0.9em;
    width: 100%;
    margin: auto;
    padding: 15px 15px 15px 15px;
    border: none;
    box-shadow: inset 0px 1px 1px #505050, 0px 0px 1px #000000, 0px 0px 2px #000000, 0px 0px 2px #000000, 0px 0px 2px #000000;
    background-color: #1a1c1f;
    box-sizing: border-box;
    list-style: none;
    text-align: center;
}

.topblk li {
    margin: 10px 20px 10px 20px;
    padding: 5px;
    box-shadow: inset 0px 1px 1px #505050, 0px 0px 1px #000000, 0px 0px 2px #000000, 0px 0px 2px #000000, 0px 0px 2px #000000;
    background-color: #1a1c1f;
    display: inline-block;
}

.topblk ul {
    margin: 10px 20px 10px 20px;
    padding: 5px;
}

.topblk h2 {
    font-size: 16px;
    line-height: 29px;
    min-width: 194px;
    min-height: 33px;
    height: min-content;
    font-weight: bold;
    color: #a300ee;
    box-sizing: border-box;
    text-align: center;
    text-shadow: 0px 0px 3px #000, 0px 0px 3px #000, 0px 0px 3px #000000;
    text-decoration: underline;
}

.topblk img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.topblk a {
    text-decoration: none;
    color: #059600;
    font-weight: bold;
}

.topblk a:hover {
    color: #db8400;
    text-decoration: none;
    text-shadow: 0px 0px 1px #000, 0px 0px 2px #000, 0px 0px 4px #001c27;
}

.topblk a:active,
.topblk a:focus {
    color: #ffffff;
}


/*----- Center Block -----*/

.centerblk {
    color: #a7abb0;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    flex-shrink: 0;
    font-size: 0.9em;
    margin: auto;
    padding: 5px 5px 5px 5px;
    border: none;
    box-sizing: border-box;
    list-style: none;
}

.centerblk h2 {
    font-size: 16px;
    line-height: 29px;
    min-width: 194px;
    min-height: 33px;
    height: min-content;
    padding: 5px;
    font-weight: bold;
    color: #c0c400;
    text-shadow: 0px 0px 3px #000, 0px 0px 3px #000, 0px 0px 3px #000000;
    box-shadow: inset 0px 1px 1px #505050, 0px 0px 1px #000000, 0px 0px 2px #000000, 0px 0px 2px #000000, 0px 0px 2px #000000;
    background-color: #212527;
    box-sizing: border-box;
    text-align: center;
}

.centerblk img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.centerblk a {
    text-decoration: none;
    color: #008afc;
    font-weight: bold;
}

.centerblk a:hover {
    color: #00830b;
}

.centerblk a:active,
.centerblk a:focus {
    color: rgb(255, 255, 255);
}


/*----- SIDE BLOCK 1 -----*/

.sidebar {
    color: #a7abb0;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    flex-shrink: 0;
    font-size: 0.9em;
    margin: 0px;
    padding: 1px 5px 1px 5px;
    border: none;
    box-sizing: border-box;
    width: 230px;
    text-align: left;
}

.sidebar img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.sidebar h2 {
    font-size: 16px;
    line-height: 29px;
    width: 218px;
    min-width: 218px;
    min-height: 10px;
    height: min-content;
    margin: 0px 0px 20px 1px;
    padding: 0px 0px 0px 10px;
    font-weight: bold;
    color: #009600;
    text-shadow: 0px 0px 3px #000, 0px 0px 3px #000, 0px 0px 3px #000;
    background-color: #1a1c1f;
    box-shadow: inset 0px 1px 1px #505050, 0px 0px 1px #000000, 0px 0px 2px #000000, 0px 0px 2px #000000, 0px 0px 2px #000000;
    box-sizing: border-box;
}

.sidebar h2::before {
    color: #b1b1b1;
    content: "• \00a0";
}

.sidebar h2 a {
    font-weight: bold;
    color: #c78800;
}

.sidebar li {
    list-style: none;
    padding: 2px 0 30px;
}

.sidebar li li {
    padding: 2px 0px;
}

.sidebar li li::before {
    color: #b10000;
    text-shadow: 0px 0px 1px #000000, 0px 0px 2px #000000, 0px 0px 2px #000000;
    content: "\bb \00a0";
}

.sidebar li li li {
    padding: 3px 0 2px 10px;
}

.sidebar li li li::before {
    content: "\21b3  ";
}

.sidebar ul {
    margin: 0px;
    padding-left: 0px;
}

.sidebar ul ul {
    margin: 2px 0 0;
}

.sidebar ul ul ul {
    border-top: 1px dotted #000;
    margin-bottom: -3px;
}

.sidebar a,
.sidebar a:visited {
    color: #0093ce;
    text-decoration: none;
    text-shadow: 0px 0px 3px #000000, 1px 1px 3px #000000, 0px 0px 3px #000000;
}

.sidebar a:hover {
    color: #ffffff;
}

.sidebar a:active,
.sidebar a:focus {
    color: rgb(255, 255, 255);
}


/*----- SIDE BLOCKS 2 -----*/

.sidebar2 {
    color: #a7abb0;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    flex-shrink: 0;
    font-size: 0.9em;
    margin: 0px;
    padding: 1px 0px 1px 5px;
    border: none;
    box-sizing: border-box;
    width: 230px;
    text-align: left;
}

.sidebar2 img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.sidebar2 h2 {
    font-size: 16px;
    line-height: 29px;
    width: 218px;
    min-width: 218px;
    min-height: 10px;
    height: min-content;
    margin: 0px 0px 20px 1px;
    padding: 0px 0px 0px 10px;
    font-weight: bold;
    color: #9b8c00;
    text-shadow: 0px 0px 3px #000, 0px 0px 3px #000, 0px 0px 3px #000000;
    background-color: #1a1c1f;
    box-shadow: inset 0px 1px 1px #505050, 0px 0px 1px #000000, 0px 0px 2px #000000, 0px 0px 2px #000000, 0px 0px 2px #000000;
    box-sizing: border-box;
}

.sidebar2 h2::before {
    color: #b1b1b1;
    content: "• \00a0";
}

.sidebar2 h2 a {
    font-weight: bold;
    color: #9bdcff;
}

.sidebar2 h2 a:hover {
    font-weight: bold;
    color: #ffffff !important;
}

.sidebar2 li {
    list-style: none;
    padding: 2px 0 30px;
}

.sidebar2 li li {
    padding: 2px 0;
}

.sidebar2 li li::before {
    color: #b97f00;
    text-shadow: 0px 0px 1px #000000, 0px 0px 2px #000000, 0px 0px 2px #000000;
    content: "\bb \00a0";
}

.sidebar2 li li li {
    padding: 3px 0 2px 10px;
}

.sidebar2 li li li::before {
    content: "\21b3  ";
}

.sidebar2 ul {
    margin: 0px;
    padding-left: 0px;
}

.sidebar2 ul ul {
    margin: 2px 0 0;
}

.sidebar2 ul ul ul {
    border-top: 1px dotted #000;
    margin-bottom: -3px;
}

.sidebar2 a,
.sidebar2 a:visited {
    color: #ab00df;
    text-decoration: none;
    text-shadow: 0px 0px 3px #000000, 1px 1px 3px #000000, 0px 0px 3px #000000;
}

.sidebar2 a:hover {
    color: #ffffff;
}

.sidebar2 a:active,
.sidebar2 a:focus {
    color: rgb(255, 255, 255);
}


/* 5) Content */

.postnav {
    font-size: 15px;
    padding-top: 10px;
}

#index-type {
    color: #a50000;
    font-size: 25px;
    margin: 0px 2px 10px 2px;
    padding: 5px;
    background-color: #1a1c1f;
    box-shadow: inset 0px 1px 1px #505050, 0px 0px 1px #000000, 0px 0px 2px #000000, 0px 0px 2px #000000, 0px 0px 2px #000000;
    text-shadow: 0px 0px 6px #000000, 0px 0px 4px #000000, 0px 0px 2px #000000;
    text-align: center;
}

.pcontent {
    max-width: 100%;
    margin: 50px 0px;
    padding: 5px 5px 5px 0px;
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.pcontent img {
    border: 4px solid #666666;
}

.scontent {
    max-width: 80%;
    margin: 20px 0px;
    padding: 5px 5px 5px 10px;
}

.vertical-line {
    border-left: 1px solid #5e5e5e;
}

.thumbsingle {
    margin: 30px 10px 0px 10px;
    text-align: center;
}

.hentry {
    margin: 0px 0px 60px 0px;
    clear: both;
}

.sticky {
    margin: 14px -1px;
    padding: 15px;
    border-radius: 4px;
    border: 1px solid;
    border-color: rgb(0, 0, 0);
    box-shadow: inset 0px 0px 10px #333333, inset 0px 0px 25px #636363, 0px 0px 5px #000000;
}


/* 5a) Pre-content */

.title {
    font-weight: normal;
}

.title a:link {
    font-size: 16px;
    line-height: 29px;
    min-height: 31px;
    height: min-content;
    margin: 0px 0px 10px 10px;
    padding: 10px;
    font-weight: bold;
    background-color: #282b30;
    box-shadow: inset 0px 1px 1px #505050, 0px 0px 1px #000000, 0px 0px 2px #000000, 0px 0px 2px #000000, 0px 0px 2px #000000;
    box-sizing: border-box;
}

.title a:hover,
.title a:focus {
    /*post title links*/
    font-size: 16px;
    line-height: 29px;
    min-height: 31px;
    height: min-content;
    margin: 0px 0px 10px 10px;
    padding: 10px;
    font-weight: bold;
    color: #b1b1b1;
    background-color: #282b30;
    box-shadow: inset 0px 1px 1px #505050, 0px 0px 1px #000000, 0px 0px 2px #000000, 0px 0px 2px #000000, 0px 0px 2px #000000;
    box-sizing: border-box;
}

.meta {
    color: #b1b1b1;
    width: 70%;
    text-align: right;
    font-size: .9em;
    padding: 10px;
    margin: 5px 10px 5px auto;
    border: 1px dotted;
    border-radius: 4px;
}

.meta a {
    color: #0099e0;
}

.meta a:hover {
    color: #ffffff;
}


/* 5b) Content elements */

.hentry *,
.sidebar * {
    max-width: 100%;
    /* prevent elements from overflowing content */
}

.hentry img,
.sidebar img {
    height: auto;
}

#storybreak {
    color: #b1b1b1;
    box-shadow: inset 0px 1px 1px #505050, 0px 0px 1px #000000, 0px 0px 2px #000000, 0px 0px 2px #000000, 0px 0px 2px #000000;
    background: linear-gradient(0deg, #1a1c1f 90%, #2c3035 100%);
    margin: 0px 3px 20px 3px;
    padding: 10px;
    clear: both;
}

#storybreak a {
    color: #d49c00;
    text-shadow: 0px 0px 2px #000000, 0px 0px 2px #000000, 0px 0px 2px #000000;
}

#storybreak a:hover,
#storybreak a:focus {
    color: #ffffff;
}


/* 5c) Post-content */

.post-nav-links {
    clear: both;
}

.paginationlink {
    color: #5fbae2;
    text-align: center;
    text-decoration: underline;
}

.paginationlink a {
    color: #a7a7a7 !important;
    text-decoration: underline;
}

.paginationlink a:hover {
    color: #ffffff !important;
    text-decoration: underline;
    text-shadow: 0px 0px 3px #000;
}

.paginationlink a:active {
    color: #5fbae2 !important;
    text-decoration: underline;
}

.paginationlink a:focus {
    color: #000000 !important;
    text-decoration: underline;
}

#continuelink {
    padding: 20px 0px;
    text-align: right;
    text-decoration: none;
}

#continuelink a {
    color: #9e00ce;
    text-decoration: underline;
    text-shadow: 0px 0px 1px #000, 0px 0px 2px #000, 0px 0px 3px #000;
}

#continuelink a:hover {
    color: #ffffff;
    text-shadow: none;
}

#continuelink::before {
    color: #c5a100;
    content: "\bb  ";
    text-decoration: none;
}

.readmore {
    padding: 5px;
}

.readmore::before {
    content: "\bb  ";
}

.comment-body {
    padding: 7px;
    background-color: #2c3438;
    border-radius: 4px;
    border: 1px solid;
    border-color: rgb(109, 109, 109);
}

#comments {
    color: #b1b1b1;
    margin: 5px;
    padding: 10px;
    border-radius: 4px;
    clear: both;
    box-shadow: 0px 0px 3px #000;
}

#comments a {
    color: #ca6c00;
}

#comments a:hover {
    color: #0d9700;
}

#comments.pagecomments {
    border-radius: 0 0 6px 6px;
}

.comment-feed-link {
    margin: 0 10px 10px;
}

.comment-feed-link a {
    text-decoration: none;
}

.commentlist {
    margin: 3px;
    padding: 0;
}

.comment,
.trackback,
.pingback {
    list-style: none;
    padding: 10px;
    border-radius: 4px;
    margin: 16px 0;
}

.comment-meta a,
.comment-author a {
    text-decoration: none;
}

.avatar {
    text-align: center;
    vertical-align: text-top;
}

.bypostauthor {
    border-color: #0087f5;
}

.reply a {
    text-decoration: none;
}

#comments .children {
    padding: 0;
}

.comment-respond a {
    text-decoration: none;
}

.comment-form-comment textarea {
    width: 100%;
    color: #000000;
    box-sizing: border-box;
}

#submit {
    font-size: 1.4em;
    color: #5fbae2;
    padding: 6px;
    box-shadow: 0px 0px 3px #000000;
    text-shadow: 0px 0px 3px #000000, 0px 0px 3px #000000;
    border-radius: 6px;
    border: 1px solid #000000;
}

#content #submit:hover,
#content #submit:focus,
#content #submit:active {
    border: 1px solid #000000;
    background: linear-gradient(0deg, #252729 0%, #3f474b 100%);
}

.pagination,
.post-navigation {
    padding: 0 6px;
    border-radius: 0 0 6px 6px;
}

.pagination {
    text-align: center;
}

.post-navigation .nav-links {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    clear: both;
}

.nav-links a:hover,
.nav-links a:focus,
.nav-links a:active {
    text-decoration: underline;
    color: #b1b1b1;
}

.post-navigation .nav-next {
    text-align: right;
}

.post-navigation .nav-previous,
.post-navigation .nav-next {
    word-break: break-all;
    word-break: break-word;
}


/*---background for the blocks and whole body- ALSO SIDEBARS --*/

#main-body {
    position: relative;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding: 0 23px 0 23px;
}

#main-body::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url(images/sbl.png);
    background-repeat: repeat-y;
    width: 23px;
    height: 100%;
}

#main-body::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background: url(images/sbr.png);
    background-repeat: repeat-y;
    width: 23px;
    height: 100%;
}


/** ------------------------------------------Header section starts------------------------------------------*/

.hd-body {
    height: 411px;
}

.hd-row1 {
    position: relative;
    padding-left: 748px;
    padding-right: 397px;
    height: 64px;
}

.hd-row1::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url(images/HD/r1.png);
    background-repeat: no-repeat;
    width: 748px;
    height: 64px;
    height: 100%;
}

.hd-row1::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background: url(images/HD/hd_05.png);
    background-repeat: no-repeat;
    width: 31px;
    height: 64px;
    height: 100%;
}

.hd-row1-inner-1 {
    background: url(images/HD/ths.png);
    background-repeat: repeat-x;
    width: 100%;
    height: 64px;
}

.hd-row1-inner-2 {
    position: absolute;
    top: 0;
    right: 31px;
    background: url(images/HD/login.png);
    background-repeat: no-repeat;
    width: 366px;
    height: 64px;
}


/*---- ROW 1 END----*/

.hd-row2 {
    position: relative;
    padding-left: 779px;
    padding-right: 357px;
    height: 232px;
}

.hd-row2::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url(images/HD/r2.png);
    background-repeat: no-repeat;
    width: 37px;
    height: 232px;
    height: 100%;
}

.hd-row2::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background: url(images/HD/hd_10.png);
    background-repeat: no-repeat;
    width: 357px;
    height: 232px;
    height: 100%;
}

.hd-row2-inner-1 {
    position: absolute;
    top: 0;
    left: 37px;
    background: url(images/HD/logo.png);
    background-repeat: no-repeat;
    width: 742px;
    height: 232px;
}

.hd-row2-inner-2 {
    background: url(images/HD/tmhs.png);
    background-repeat: repeat-x;
    width: 100%;
    height: 232px;
}


/*---- ROW 2 END----*/

.hd-row3 {
    position: relative;
    padding-left: 779px;
    padding-right: 357px;
    height: 25px;
}

.hd-row3::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(images/HD/r3.png);
    background-repeat: no-repeat;
    width: 779px;
    height: 25px;
    height: 100%;
}

.hd-row3::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    background: url(images/HD/hd_13.png);
    background-repeat: no-repeat;
    width: 357px;
    height: 25px;
    height: 100%;
}

.hd-row3-inner {
    background: url(images/HD/mhs.png);
    background-repeat: repeat-x;
    width: 100%;
    height: 25px;
}


/*---- ROW 3 END ----*/

.hd-row4 {
    position: relative;
    padding-left: 779px;
    padding-right: 357px;
    height: 58px;
}

.hd-row4::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url(images/HD/r4.png);
    background-repeat: no-repeat;
    width: 29px;
    height: 58px;
    height: 100%;
}

.hd-row4::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background: url(images/HD/hd_25.png);
    background-repeat: no-repeat;
    width: 31px;
    height: 58px;
    height: 100%;
}

.hd-row4-inner-1 {
    position: absolute;
    top: 0;
    left: 29px;
    display: flex;
    flex-direction: row;
}


/** Navigation Links - STARTS */

.hd-row4-nav-link-1,
.hd-row4-nav-link-1:hover {
    width: 97px;
    background: url(images/HD/b1.png);
    background-repeat: no-repeat;
}

.hd-row4-nav-link-1 {
    height: 58px;
    background-position: 0px 0px;
}

.hd-row4-nav-link-1:hover {
    height: 58px;
    background-position: 0px -58px;
}

.hd-row4-nav-link-2,
.hd-row4-nav-link-2:hover {
    width: 101px;
    background: url(images/HD/b2.png);
    background-repeat: no-repeat;
}

.hd-row4-nav-link-2 {
    height: 58px;
    background-position: 0px 0px;
}

.hd-row4-nav-link-2:hover {
    height: 58px;
    background-position: 0px -58px;
}

.hd-row4-nav-link-3,
.hd-row4-nav-link-3:hover {
    width: 99px;
    background: url(images/HD/b3.png);
    background-repeat: no-repeat;
}

.hd-row4-nav-link-3 {
    height: 58px;
    background-position: 0px 0px;
}

.hd-row4-nav-link-3:hover {
    height: 58px;
    background-position: 0px -58px;
}

.hd-row4-nav-link-4,
.hd-row4-nav-link-4:hover {
    width: 102px;
    background: url(images/HD/b4.png);
    background-repeat: no-repeat;
}

.hd-row4-nav-link-4 {
    height: 58px;
    background-position: 0px 0px;
}

.hd-row4-nav-link-4:hover {
    height: 58px;
    background-position: 0px -58px;
}

.hd-row4-nav-link-5,
.hd-row4-nav-link-5:hover {
    width: 103px;
    background: url(images/HD/b5.png);
    background-repeat: no-repeat;
}

.hd-row4-nav-link-5 {
    height: 58px;
    background-position: 0px 0px;
}

.hd-row4-nav-link-5:hover {
    height: 58px;
    background-position: 0px -58px;
}


/** Navigation Links - ENDS */

.hd-row4-inner-2 {
    position: absolute;
    top: 0;
    left: 531px;
    background: url(images/HD/hd_20.png);
    background-repeat: no-repeat;
    width: 248px;
    height: 58px;
}

.hd-row4-inner-3 {
    background: url(images/HD/mbhs.png);
    background-repeat: repeat-x;
    width: 100%;
    height: 58px;
}

.hd-row4-inner-5 {
    position: absolute;
    top: 0;
    right: 228px;
    background: url(images/HD/hd_22.png);
    background-repeat: no-repeat;
    width: 129px;
    height: 58px;
}

.hd-row4-inner-6 {
    position: absolute;
    top: 0;
    right: 31px;
    background: url(images/HD/date-time.png);
    background-repeat: no-repeat;
    width: 197px;
    height: 58px;
}


/*---- ROW 4 END----*/

.hd-row5 {
    position: relative;
    padding-left: 779px;
    padding-right: 357px;
    height: 32px;
}

.hd-row5::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(images/HD/r5.png);
    background-repeat: no-repeat;
    width: 779px;
    height: 32px;
    height: 100%;
}

.hd-row5::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    background: url(images/HD/hd_28.png);
    background-repeat: no-repeat;
    width: 357px;
    height: 32px;
    height: 100%;
}

.hd-row5-inner {
    background: url(images/HD/hd_27.png);
    background-repeat: repeat-x;
    width: 100%;
    height: 32px;
}


/*---- ROW 5 END ----*/


/** ------------------------------------------Header section ends------------------------------------------*/


/** ------------------------------------------blocks 1 section starts------------------------------------------*/

.side-blocks {
    width: 274px;
}

.block-top {
    position: relative;
    background: url(images/BLK/blk_29.png);
    background-repeat: no-repeat;
    text-align: left;
    width: 274px;
    height: 37px;
}

.block-subtop {
    position: relative;
    background: url(images/BLK/blk_34.png);
    background-repeat: no-repeat;
    width: 274px;
    height: 8px;
}

.block-content {
    position: relative;
    height: 100%;
}

.block-content::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url(images/BLK/blk_35.png);
    background-repeat: repeat-y;
    width: 22px;
    height: 100%;
}

.block-content::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background: url(images/BLK/blk_37.png);
    background-repeat: repeat-y;
    width: 22px;
    height: 100%;
}

.block-content-inner {
    background-color: #1a1c1f;
    padding: 0px 22px;
}

.block-pos-4 {
    position: relative;
    background: url(images/BLK/blk_40.png);
    background-repeat: no-repeat;
    width: 274px;
    height: 67px;
}


/** ------------------------------------------blocks 1 section ends------------------------------------------*/


/** ------------------------------------------blocks 2 section starts------------------------------------------*/

.side-blocks2 {
    width: 274px;
}

.block2-top {
    position: relative;
    background: url(images/BLK2/blk_29.png);
    background-repeat: no-repeat;
    text-align: left;
    width: 274px;
    height: 37px;
}

.block2-subtop {
    position: relative;
    background: url(images/BLK2/blk_34.png);
    background-repeat: no-repeat;
    width: 274px;
    height: 8px;
}

.block2-content {
    position: relative;
    height: 100%;
}

.block2-content::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url(images/BLK2/blk_35.png);
    background-repeat: repeat-y;
    width: 22px;
    height: 100%;
}

.block2-content::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background: url(images/BLK2/blk_37.png);
    background-repeat: repeat-y;
    width: 22px;
    height: 100%;
}

.block2-content-inner {
    background-color: #1a1c1f;
    padding: 0px 22px;
}

.block2-pos-4 {
    position: relative;
    background: url(images/BLK2/blk_40.png);
    background-repeat: no-repeat;
    width: 274px;
    height: 67px;
}


/** ------------------------------------------blocks 2 section ends------------------------------------------*/


/** ------------------------------------------content blocks section starts------------------------------------------*/

.center-content {
    width: 100%;
}

.content-pos-1 {
    position: relative;
    height: 37px;
    padding: 0 23px;
}

.content-pos-1::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url(images/TBL/tbl_30.png);
    background-repeat: no-repeat;
    width: 23px;
    height: 37px;
}

.content-pos-1::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background: url(images/TBL/tbl_33.png);
    background-repeat: no-repeat;
    width: 23px;
    height: 37px;
}

.content-pos-1-inner {
    background: url(images/TBL/tbl_31.png);
    background-repeat: repeat-x;
    width: 100%;
    height: 37px;
}

.content-pos-2 {
    position: relative;
    padding: 0 10px;
}

.content-pos-2::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url(images/TBL/tbl_39.png);
    background-repeat: repeat-y;
    width: 23px;
    height: 100%;
}

.content-pos-2::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background: url(images/TBL/tbl_41.png);
    background-repeat: repeat-y;
    width: 23px;
    height: 100%;
}

.content-pos-2-inner {
    color: #a7abb0;
    background-color: #1a1c1f;
    width: 100%;
    padding: 10px 20px;
}

.content-pos-3 {
    position: relative;
    padding: 0 23px;
    height: 51px;
}

.content-pos-3::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url(images/TBL/tbl_50.png);
    background-repeat: no-repeat;
    width: 23px;
    height: 51px;
}

.content-pos-3::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background: url(images/TBL/tbl_52.png);
    background-repeat: no-repeat;
    width: 23px;
    height: 51px;
}

.content-pos-3-inner {
    background: url(images/TBL/tbl_51.png);
    width: 100%;
    height: 51px;
}


/** ------------------------------------------content blocks section ends------------------------------------------*/


/** ------------------------------------------footer section starts------------------------------------------*/

.footer-background {
    height: 304px;
}

.ft-row1 {
    position: relative;
    padding-left: 660px;
    padding-right: 496px;
    height: 58px;
}

.ft-row1::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url(images/FT/r1.png);
    background-repeat: no-repeat;
    width: 660px;
    height: 58px;
    height: 100%;
}

.ft-row1::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background: url(images/FT/ft_35.png);
    background-repeat: no-repeat;
    width: 496px;
    height: 58px;
    height: 100%;
}

.ft-row1-inner {
    background: url(images/FT/tfs.png);
    background-repeat: repeat-x;
    width: 100%;
    height: 58px;
}


/** -------------- FT ROW 1 ENDS ----------------**/

.footer-row2 {
    position: relative;
    padding-left: 496px;
    padding-right: 496px;
    height: 42px;
}

.footer-row2::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url(images/FT/r2.png);
    background-repeat: no-repeat;
    width: 496px;
    height: 42px;
}

.footer-row2::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background: url(images/FT/ft_39.png);
    background-repeat: no-repeat;
    width: 496px;
    height: 42px;
}

.footer-row2-inner1 {
    position: absolute;
    top: 0;
    left: 45%;
    background: url(images/FT/top.png);
    background-repeat: no-repeat;
    width: 139px;
    height: 42px;
}

.footer-row2-inner2 {
    background: url(images/FT/mtfs.png);
    background-repeat: repeat-x;
    width: 100%;
    height: 42px;
}


/* ------------ ROW 2 ENDS ------------ */

.ft-row3 {
    position: relative;
    padding-left: 660px;
    padding-right: 496px;
    height: 47px;
}

.ft-row3::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url(images/FT/r3.png);
    background-repeat: no-repeat;
    width: 660px;
    height: 47px;
    height: 100%;
}

.ft-row3::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background: url(images/FT/ft_42.png);
    background-repeat: no-repeat;
    width: 496px;
    height: 47px;
    height: 100%;
}

.ft-row3-inner1 {
    background: url(images/FT/mmfs.png);
    background-repeat: repeat-x;
    width: 100%;
    height: 47px;
}


/** -------------- FT ROW 3 ENDS ----------------**/

.footer-row4 {
    position: relative;
    padding-left: 660px;
    padding-right: 496px;
    height: 116px;
}

.footer-row4::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url(images/FT/r4.png);
    background-repeat: no-repeat;
    width: 51px;
    height: 116px;
}

.footer-row4::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background: url(images/FT/ft_49.png);
    background-repeat: no-repeat;
    width: 47px;
    height: 116px;
}

.footer-row4-inner1 {
    position: absolute;
    top: 0;
    left: 51px;
    background: url(images/FT/ftext.png);
    background-repeat: no-repeat;
    width: 481px;
    height: 116px;
}

.footer-row4-inner2 {
    position: absolute;
    top: 0;
    left: 532px;
    background: url(images/FT/ft_45.png);
    background-repeat: no-repeat;
    width: 128px;
    height: 116px;
}

.footer-row4-inner3 {
    background: url(images/FT/bmfs.png);
    background-repeat: repeat-x;
    width: 100%;
    height: 116px;
}

.footer-row4-inner4 {
    position: absolute;
    top: 0;
    right: 322px;
    background: url(images/FT/ft_47.png);
    background-repeat: no-repeat;
    width: 174px;
    height: 116px;
}

.footer-row4-inner5 {
    position: absolute;
    top: 0;
    right: 47px;
    background: url(images/FT/copy.png);
    background-repeat: no-repeat;
    width: 275px;
    height: 116px;
}


/* ------------ ROW 4 ENDS ------------ */

.ft-row5 {
    position: relative;
    padding-left: 660px;
    padding-right: 496px;
    height: 41px;
}

.ft-row5::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url(images/FT/ft_50.png);
    background-repeat: no-repeat;
    width: 660px;
    height: 41px;
    height: 100%;
}

.ft-row5::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background: url(images/FT/ft_52.png);
    background-repeat: no-repeat;
    width: 496px;
    height: 41px;
    height: 100%;
}

.ft-row5-inner1 {
    background: url(images/FT/bfs.png);
    background-repeat: repeat-x;
    width: 100%;
    height: 41px;
}


/** ------------------------------------------footer section ends------------------------------------------*/