/*
Theme Name: dw-cosmos
Author: DesignWicked.com
Theme URI: https://www.designwicked.com
Description: DW-Cosmos is fully responsive for mobile/tablet/desktop, and features several optional sidebars on the left, and on the right, as well as, center content blocks(1 left side, 1 right side, 1 center,) and 2 header menus, one is a part of the design and can be changed in the customizer. The Premium Version has a total of 5 left, 5 right, and 5 center blocks, an HTML footer content box, as well as, a footer length widget area, and a header length widget area.
Version: 1.6
Requires at least: 5.2
Tested up to: 6.5
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
*/

:root {
    --sidetitle1: #009600;
    --sidetitle2: #9b8c00;
    --titles: #a300ee;
    --titles2: #c0c400;
    --maintext: #a7abb0;
    --primarybg: #000000;
    --secondarybg: #19191c;
    --links: #770000;
    --links-hover: #b1b1b1;
    --bullets: #ffffff;
    --bullets2: #b8b8b8;
    --images: #000000;
    --userlog: #b46c00;
    --clockprefix: #a600c7;
    --clockdata: #b8ab00;
    /*---BELOW HERE ARE NICHE COLORING---*/
    --hnavlinks: #757575;
    --hnavlinks-h: #ffffff;
    --sidebarlinks: #0093ce;
    --sidebarlinks-h: #ffffff;
    --sidebar2links: #ab00df;
    --sidebar2links-h: #ffffff;
    --hmenulinks: #0070da;
    --hmenulinks-h: #208800;
    --meta: #d49c00;
}


/* --- RESETS & MISC --- */

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;
}

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;
}

html {
    scroll-behavior: smooth;
}


/* --- LINKS --- */

a,
a:visited {
    color: var(--links);
    text-decoration: none;
    text-shadow: 0px 0px 3px #000, 0px 0px 3px #000, 0px 0px 3px #000000;
}

a:hover,
a:focus {
    color: var(--links-hover);
    background-color: transparent !important;
    text-shadow: 0px 0px 3px #000, 0px 0px 3px #000, 0px 0px 3px #000000;
}


/* --- TAB SHORTCUT --- */

#skip {
    position: relative;
    z-index: 99;
}

.tab-shortcut {
    position: absolute;
    top: -999px;
    padding: 20px;
}

.tab-shortcut:hover {
    position: absolute;
    top: -999px;
    background: var(--secondarybg) !important;
    padding: 20px;
}

.tab-shortcut:focus {
    top: 0;
    background: var(--secondarybg) !important;
    text-decoration: none;
}

#TopBtn {
    display: none;
    position: fixed;
    bottom: 45px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 15px;
    border-radius: 10px;
    font-size: 18px;
    text-shadow: 0px 0px 3px #000000, 0px 0px 3px #000000, 0px 0px 3px #000000;
}

#TopBtn:hover {
    color: var(--links-hover);
    /* Add a dark-grey background on hover */
}


/* --- CORE CSS --- */

html::-webkit-scrollbar {
    background-color: #1a1a1a;
}

html::-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;
}

html::-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;
}

body {
    width: 100%;
    min-width: 375px;
    padding: 0;
    background-image: url(images/backing.jpg);
    background-color: var(--primarybg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    color: var(--maintext);
    font-weight: bold;
    font-family: 'Oswald', 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif;
    font-size: 3vh;
    letter-spacing: 0.1px;
}

#main-container {
    display: flex;
    flex-direction: column;
    padding: 0px;
    width: 100%;
    margin: 0 auto;
}


/* Backing for main center content */

.secback {
    background-color: var(--secondarybg);
}

#sb-wrap {
    position: relative;
    margin: 0 auto;
    /*-- Body Width --*/
    height: 100%;
    width: 100%;
}

#sb-wrap::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url(images/sbl.png);
    background-repeat: repeat-y;
    width: 23px;
    height: 100%;
    display: none;
}

#sb-wrap::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background: url(images/sbr.png);
    background-repeat: repeat-y;
    width: 23px;
    height: 100%;
    display: none;
}

#widget-hd-ft-block {
    margin: 0px auto;
    padding: 15px 0px;
    max-width: 1500px;
}

.widget-column#widget-left {
    order: 2;
}

.widget-column#widget-right {
    order: 3;
}

.singlealign {
    margin-top: 14px;
}

.blog-column {
    display: flex;
    flex-direction: column;
    gap: 3px;
    width: 100%;
    order: 1;
}

.storyalign {
    padding-top: 14px;
}

.single-blog-column {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    order: 1;
}

.single-blog-column .blog-title {
    color: var(--titles);
    background-image: linear-gradient(to top, rgba(49, 49, 49, 0.8), rgba(112, 112, 112, 0.8));
    border: 1px solid #000;
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.2);
    padding: 13px 17px;
    margin: 0px 7px;
    text-shadow: 0px 0px 3px #000000, 0px 0px 3px #000000, 0px 0px 3px #000000, 0px 0px 3px #000000, 0px 0px 3px #000000, 0px 0px 3px #000000;
}

.single-blog-column .blog-title a {
    text-decoration: none;
}

.single-blog-column .blog-content {
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid #000;
    border-top: none;
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.2);
    padding: 10px;
    margin: 0px 7px;
}

.blog-column .blog-title {
    color: #770000;
    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, #16171a 0%, #222529 100%);
    background-image: url(images/sttitle.png);
    padding: 10px;
    margin: 0 7px;
    clear: both;
}

.blog-column .blog-title a {
    text-decoration: none;
}

.blog-column .blog-content {
    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%);
    padding: 10px;
    margin: 0 7px;
    clear: both;
}

header {
    display: none;
}

footer {
    display: none;
}

#headerlogo2 {
    /*header logo*/
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px;
    margin: 0 auto;
    height: 232px;
    max-width: 100%;
    z-index: 999;
}

#headerlogo2 img {
    object-fit: contain;
    max-height: 232px;
    max-width: 100%;
}


/* ------- MISC WP CORE CSS ------- */

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%;
}


/* ------------------------- SITE CONTENT CSS BEGINS ------------------------- */


/*---THEME MAIN HEADER DESIGN NAV---*/

.hdmainnav {
    padding-top: 20px;
    text-align: center;
    text-decoration: none;
    text-shadow: 0px 0px 3px #000000, 0px 0px 3px #000000, 0px 0px 3px #000000;
}


/*---END MAIN HEADER DESIGN NAV---*/

.datetime {
    padding-top: 22px;
    font-size: 0.71em;
    font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif;
    text-align: center;
    text-shadow: 0px 0px 1px #000000, 0px 0px 2px #000000, 0px 0px 3px #000000;
    color: var(--clockdata);
}

.datetime .date-string,
.datetime .time-string {
    color: var(--clockprefix);
}

.datetime .time-string::before {
    content: ' - ';
    color: var(--clockprefix);
}

.userlog {
    color: var(--userlog);
    padding-top: 12px;
    padding-left: 25px;
    text-align: center;
    text-shadow: 0px 0px 1px #000000, 0px 0px 2px #000000, 0px 0px 3px #000000;
}

.userlog a::before {
    color: var(--bullets);
    content: " \bb \00a0";
}

header {
    max-width: 1500px;
    margin: 0 auto;
}

footer {
    max-width: 1500px;
    margin: 0 auto;
}

#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;
}

.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;
}

.hmenu {
    padding: 1px 8px 0px 8px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1500px;
}

#header-menu {
    display: flex;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: auto;
    margin-left: auto;
    padding: 10px;
    max-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;
    overflow: hidden;
}

#header-menu a {
    color: var(--hmenulinks);
}

#header-menu a:hover {
    color: var(--hmenulinks-h);
}

#header-menu ul {
    padding: 0;
    margin: 0 auto;
    list-style: none;
    flex-direction: column;
}

#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 {
    display: block;
    padding: .5rem .9rem;
    text-decoration: none;
    letter-spacing: 0.3px;
}

#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: var(--bullets);
    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: var(--bullets2);
    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 {
    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;
    text-decoration: none;
    text-shadow: 0px 0px 3px #000000, 1px 1px 3px #000000, 0px 0px 3px #000000;
}

.fcontent a:hover {
    color: #0082c9;
    text-decoration: none;
}

#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;
}

.postnav {
    font-size: 15px;
    padding-top: 10px;
}

.pcontent {
    margin: 50px 0px;
    padding: 5px 5px 5px 0px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.pcontent a {
    text-align: center;
}

@media (min-width: 1200px) {
    .pcontent {
        flex-direction: row;
    }
}

.pcontent img {
    border: 4px solid var(--images);
    min-width: 150px;
}

.scontent {
    max-width: 100%;
    margin: 20px 0px;
    padding: 5px 5px 5px 10px;
}

.vertical-line {
    border-left: 2px solid var(--bullets);
}

.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 */

.meta {
    color: #797979;
    width: 100%;
    text-align: right;
    font-size: .9em;
    padding: 10px;
    margin: 5px 10px 5px auto;
    border: 1px dotted var(--images);
    border-radius: 4px;
}

.meta a {
    color: var(--meta);
}

.meta a:hover {
    color: var(--hnavlinks-h);
}


/* 5b) Content elements */

.hentry img,
.sidebar img {
    height: auto;
    max-width: 100%;
}


/* 5c) Post-content */

.nav-links {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.nav-links .page-numbers {
    display: block;
    background: rgba(255, 255, 255, 0.2) !important;
    border: 1px solid #000;
    padding: 9px 14px;
}

.nav-links .page-numbers:hover,
.nav-links .page-numbers.current {
    box-shadow: 0px 0px 2px #000, inset 0px 0px 2px #1a1c1f, inset 0px 0px 2px #141414;
}


/* .nav-links .page-numbers.current {

} */

.post-nav-links {
    clear: both;
}

.paginationlink {
    padding-bottom: 20px;
    color: #ffffff;
    text-align: center;
    text-shadow: 0px 0px 2px #000, 0px 0px 2px #000;
}

#continuelink {
    text-align: right;
    text-decoration: none;
    padding: 10px 0px 25px 0px;
}

#continuelink a {
    color: #9e00ce;
}

#continuelink a:hover {
    color: #000000;
}

#continuelink::before {
    color: #000000;
    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);
}

.reply-header {
    font-size: 0.9em;
    padding: 10px 0px;
}

.comment-reply-title {
    font-size: 0.9em;
}

#comments {
    color: #b1b1b1;
    margin: 5px;
    padding: 10px;
    font-size: 1.2em;
    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;
}

.post-navigation .nav-next {
    text-align: right;
}

.post-navigation .nav-previous,
.post-navigation .nav-next {
    word-break: break-all;
    word-break: break-word;
}


/*----- Top Bar -----*/

.topblk {
    display: flex;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    flex-shrink: 0;
    font-size: 0.9em;
    width: 98.8%;
    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;
    flex-direction: column;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 5px 5px;
}

.topblk li {
    padding: 5px;
    align-self: center;
    list-style: none;
}

.topblk ul {
    padding: 0;
}

.topblk h2 {
    font-size: 16px;
    line-height: 29px;
    min-width: 194px;
    min-height: 33px;
    height: min-content;
    font-weight: bold;
    color: var(--titles);
    box-sizing: border-box;
    text-align: center;
    text-shadow: 0px 0px 2px #000, 0px 0px 2px #000, 0px 0px 2px #000000;
    text-decoration: underline;
}

.topblk img {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.topblk a {
    text-shadow: 0 0 2px #000000, 0 0 2px #000000, 0 0 2px #000000;
}


/*----- end top bar -----*/


/*----- Bottom Bar -----*/

.botblk {
    display: flex;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    flex-shrink: 0;
    font-size: 0.9em;
    width: 98.8%;
    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;
    flex-direction: column;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 5px 5px;
}

.botblk li {
    padding: 5px;
    align-self: center;
    list-style: none;
}

.botblk ul {
    padding: 0;
}

.botblk h2 {
    font-size: 16px;
    line-height: 29px;
    min-width: 194px;
    min-height: 33px;
    height: min-content;
    font-weight: bold;
    color: var(--titles);
    box-sizing: border-box;
    text-align: center;
    text-shadow: 0px 0px 2px #000, 0px 0px 2px #000, 0px 0px 2px #000000;
    text-decoration: underline;
}

.botblk img {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.botblk a {
    text-shadow: 0 0 2px #000000, 0 0 2px #000000, 0 0 2px #000000;
}


/*----- Center Block -----*/

.centerblk {
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    flex-shrink: 0;
    font-size: 0.9em;
    margin: auto;
    padding: 5px 5px;
    border: none;
    box-sizing: border-box;
    list-style: none;
}

.centerblk h2 {
    font-size: 1.5em;
    line-height: 29px;
    min-width: 194px;
    min-height: 33px;
    height: min-content;
    margin: 0 0 20px 0;
    padding: 10px;
    font-weight: bold;
    color: var(--titles2);
    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;
}


/*----- SIDE BLOCK 1 -----*/

.sidebar {
    text-decoration: none;
    flex-shrink: 0;
    margin: 0px;
    padding: 1px 5px 1px 5px;
    border: none;
    box-sizing: border-box;
    width: 100%;
    text-align: left;
}

.sidebar img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 4px;
    border: 2px dotted var(--images);
}

.sidebar h2 {
    font-size: 1em;
    line-height: 29px;
    min-width: 218px;
    min-height: 10px;
    height: min-content;
    margin: 0px 0px 20px 1px;
    padding: 0px 0px 0px 10px;
    font-weight: bold;
    color: var(--sidetitle1);
    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;
    letter-spacing: 1px;
}

.sidebar h2::before {
    color: #b1b1b1;
    content: "• \00a0";
}

.sidebar h2 a {
    font-weight: bold;
}

.sidebar h2 a:hover {
    font-weight: bold;
}

.sidebar li {
    list-style: none;
    padding: 2px 0 30px;
}

.sidebar li li {
    padding: 2px 0px;
}

.sidebar li li::before {
    color: var(--bullets);
    content: "\bb \00a0";
    text-shadow: 0px 0px 1px #000000, 0px 0px 2px #000000, 0px 0px 2px #000000;
}

.sidebar li li.wp-block-latest-comments__comment::before {
    display: none;
}

ol.wp-block-latest-comments {
    padding-left: 0;
}

.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: 0;
}

.sidebar li li li {
    padding: 3px 0 2px 10px;
}

.sidebar li li li::before {
    content: "\21b3  ";
}

.sidebar ul {
    margin: 0px;
    padding: 0px;
}

.sidebar ul ul {
    margin: 2px 0 0;
}

.sidebar ul ul ul {
    border-top: 1px dotted #000;
    margin-bottom: -3px;
}

.sidebar a {
    color: var(--sidebarlinks);
    transition: 0.3s;
}

.sidebar a:hover {
    color: var(--sidebarlinks-h);
    transition: 0.3s;
}


/*----- SIDE BLOCKS 2 -----*/

.sidebar2 {
    text-decoration: none;
    flex-shrink: 0;
    margin: 0px;
    padding: 1px 5px 1px 5px;
    border: none;
    box-sizing: border-box;
    width: 100%;
    text-align: left;
}

.sidebar2 img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 4px;
    border: 2px dotted var(--images);
}

.sidebar2 h2 {
    font-size: 1em;
    line-height: 29px;
    min-width: 218px;
    min-height: 10px;
    height: min-content;
    margin: 0px 0px 20px 1px;
    padding: 0px 0px 0px 10px;
    font-weight: bold;
    color: var(--sidetitle2);
    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;
    letter-spacing: 1px;
}

.sidebar2 h2::before {
    color: #b1b1b1;
    content: "• \00a0";
}

.sidebar2 h2 a {
    font-weight: bold;
}

.sidebar2 h2 a:hover {
    font-weight: bold;
}

.sidebar2 li {
    list-style: none;
    padding: 2px 0 30px;
}

.sidebar2 li li {
    padding: 2px 0px;
}

.sidebar2 li li::before {
    color: var(--bullets);
    content: "\bb \00a0";
    text-shadow: 0px 0px 1px #000000, 0px 0px 2px #000000, 0px 0px 2px #000000;
}

.sidebar2 li li.wp-block-latest-comments__comment::before {
    display: none;
}

.sidebar2 li li li {
    padding: 3px 0 2px 10px;
}

.sidebar2 li li li::before {
    content: "\21b3  ";
}

.sidebar2 ul {
    padding: 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 {
    color: var(--sidebar2links);
    transition: 0.3s;
}

.sidebar2 a:hover {
    color: var(--sidebar2links-h);
    transition: 0.3s;
}


/** ------------------------------------------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;
}

.hd-row4-inner-1 a {
    color: var(--hnavlinks);
}

.hd-row4-inner-1 a:hover {
    color: var(--hnavlinks-h);
}


/** 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------------------------------------------*/

.blk-body {
    min-width: 250px;
}

.blk-row1 {
    position: relative;
    padding-left: 103px;
    padding-right: 108px;
    height: 45px;
}

.blk-row1::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url(images/BLK/blk_29.png);
    background-repeat: no-repeat;
    width: 103px;
    height: 45px;
}

.blk-row1::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background: url(images/BLK/blk_32.png);
    background-repeat: no-repeat;
    width: 108px;
    height: 45px;
}

.blk-row1-inner {
    background: url(images/BLK/str1.png);
    background-repeat: repeat-x;
    width: 100%;
    height: 45px;
}

.blk-content {
    position: relative;
    height: 100%;
}

.blk-content::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url(images/BLK/blk_44.png);
    background-repeat: repeat-y;
    width: 22px;
    height: 100%;
}

.blk-content::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background: url(images/BLK/blk_47.png);
    background-repeat: repeat-y;
    width: 22px;
    height: 100%;
}

.blk-content-inner {
    margin: 0px 22px;
    background-color: #1a1c1f;
}

.blk-row3 {
    position: relative;
    padding-left: 103px;
    padding-right: 108px;
    height: 67px;
}

.blk-row3::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url(images/BLK/blk_52.png);
    background-repeat: no-repeat;
    width: 103px;
    height: 67px;
}

.blk-row3::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background: url(images/BLK/blk_54.png);
    background-repeat: no-repeat;
    width: 108px;
    height: 67px;
}

.blk-row3-inner {
    background: url(images/BLK/str2.png);
    background-repeat: repeat-x;
    width: 100%;
    height: 67px;
}


/** ------------------------------------------blocks 1 section ends------------------------------------------*/


/** ------------------------------------------blocks 2 section starts------------------------------------------*/

.blk2-body {
    min-width: 250px;
}

.blk2-row1 {
    position: relative;
    padding-left: 103px;
    padding-right: 108px;
    height: 45px;
}

.blk2-row1::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url(images/BLK2/blk_29.png);
    background-repeat: no-repeat;
    width: 103px;
    height: 45px;
}

.blk2-row1::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background: url(images/BLK2/blk_32.png);
    background-repeat: no-repeat;
    width: 108px;
    height: 45px;
}

.blk2-row1-inner {
    background: url(images/BLK2/str1.png);
    background-repeat: repeat-x;
    width: 100%;
    height: 45px;
}

.blk2-content {
    position: relative;
    height: 100%;
}

.blk2-content::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url(images/BLK2/blk_44.png);
    background-repeat: repeat-y;
    width: 22px;
    height: 100%;
}

.blk2-content::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background: url(images/BLK2/blk_47.png);
    background-repeat: repeat-y;
    width: 22px;
    height: 100%;
}

.blk2-content-inner {
    margin: 0px 22px;
    background-color: #1a1c1f;
}

.blk2-row3 {
    position: relative;
    padding-left: 103px;
    padding-right: 108px;
    height: 67px;
}

.blk2-row3::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url(images/BLK2/blk_52.png);
    background-repeat: no-repeat;
    width: 103px;
    height: 67px;
}

.blk2-row3::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background: url(images/BLK2/blk_54.png);
    background-repeat: no-repeat;
    width: 108px;
    height: 67px;
}

.blk2-row3-inner {
    background: url(images/BLK2/str2.png);
    background-repeat: repeat-x;
    width: 100%;
    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------------------------------------------*/

@media (min-width: 480px) {
    #site-wrapper {
        margin: auto;
        width: 100%;
    }
    #sb-wrap {
        padding: 0 23px 0 23px;
    }
    #sb-wrap::before {
        display: unset;
    }
    #sb-wrap::after {
        display: unset;
    }
}

@media (min-width: 768px) {
    body {
        padding: 0;
    }
}

@media (min-width: 1024px) {
    #header-menu ul {
        padding: 0;
        margin: 0;
        flex-direction: row;
    }
    .topblk {
        flex-direction: row;
    }
    .topblk img {
        max-width: 100%;
    }
    body {
        font-size: 100%;
    }
    header {
        display: unset;
    }
    footer {
        display: unset;
    }
    #site-wrapper {
        margin: auto;
        min-width: 1287px;
        max-width: 1400px;
    }
    #sb-wrap {
        min-width: 1287px;
        max-width: 1400px;
    }
    #main-container {
        flex-direction: row;
    }
    .widget-column#widget-left {
        min-width: 287px;
        max-width: 287px;
        order: 1;
    }
    .widget-column#widget-right {
        min-width: 287px;
        max-width: 287px;
        order: 3;
    }
    .central-column {
        order: 2;
    }
    #headerlogo2 {
        display: none;
    }
}
