/* 
Theme Name: dw-spectre
Author: DesignWicked.com
Theme URI: https://www.designwicked.com
Description: DW-Cosmos is fully responsive for mobile/tablet/desktop, and features optional sidebars on the left, center, and right(1 left side, 1 right side, 1 center.) As well as, 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: 2.2
Requires at least: 5.2
Tested up to: 6.0
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-spectre
*/

:root {
    --titles: #ac2800;
    --titles2: #0087d6;
    --maintext: #dbdbdb;
    --primarybg: #222222;
    --secondarybg: #ffffff;
    --links: #0087d6;
    --links-hover: #ac2800;
    --bullets: #ffffff;
    --bullets2: #b8b8b8;
    --images: #000000;
    --userlog: #ac2800;
}


/* --- RESETS & MISC --- */

nav {
    display: block;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
}

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: underline !important;
}

a:hover,
a:focus {
    color: var(--links-hover);
    text-decoration: underline !important;
    background-color: transparent !important;
}


/* --- 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;
}

#content {
    width: 100%;
    order: 2;
}

#TopBtn {
    display: none;
    position: fixed;
    bottom: 45px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 20px 30px;
    border-radius: 0px;
    background-image: url(images/toTop.png);
    background-repeat: no-repeat;
    border-radius: 8px;
    background-color: rgba(112, 112, 112, 0.3);
}

#TopBtn:hover {
    display: none;
    position: fixed;
    bottom: 45px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 20px 30px;
    border-radius: 0px;
    background-image: url(images/toTop-h.png);
    background-repeat: no-repeat;
    border-radius: 8px;
    background-color: rgba(112, 112, 112, 0.3);
}


/* --- CORE CSS --- */

html::-webkit-scrollbar {
    width: 8px;
    background-color: #282828;
}

html::-webkit-scrollbar-thumb {
    background-color: #666;
}

body {
    width: 100%;
    min-width: 375px;
    height: 900px;
    padding: 0;
    background-image: url(images/sbbacking.gif);
    background-attachment: fixed;
    background-position: center;
    color: var(--maintext);
    font-family: 'Nova Square', 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif;
    font-size: 3vh;
    color: var(--maintext);
    letter-spacing: 0.2px;
}

body::before {
    position: fixed;
    content: '';
    top: 0px;
    left: 0px;
    width: 1303px;
    height: 873px;
    background: url(images/sbbackleft.png);
    color: var(--maintext);
    z-index: -1;
}

body::after {
    position: fixed;
    content: '';
    bottom: 0px;
    right: 0px;
    width: 1355px;
    height: 873px;
    background: url(images/sbbackright.png);
    color: var(--maintext);
    z-index: -1;
}

#main-container {
    display: flex;
    flex-direction: column;
    padding: 0px;
    width: 100%;
    margin: 0 auto;
}


/* Backing for main center content */

.secback {
    background-image: url(images/secback.png);
}

#sb-wrap {
    position: relative;
    margin: 0 auto;
    /*-- Body Width --*/
    height: 100%;
    width: 100%;
}

#sb-wrap::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    padding-right: 46px;
    background: url(images/sbl.png);
    background-repeat: repeat-y;
    width: 46px;
    height: 100%;
    display: none;
}

#sb-wrap::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background: url(images/sbr.png);
    background-repeat: repeat-y;
    width: 46px;
    height: 100%;
    display: none;
}

#widget-hd-ft-block {
    margin: 0px auto;
    padding: 15px 0px;
    max-width: 1500px;
}

.widget-column#widget-left {
    order: 1;
}

.widget-column#widget-right {
    order: 4;
}

.singlealign {
    margin-top: 14px;
}

.blog-column {
    display: flex;
    flex-direction: column;
    gap: 3px;
    width: 100%;
    order: 3;
}

.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: var(--titles);
    font-size: 16px;
    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;
}

.blog-column .blog-title a {
    text-decoration: none;
}

.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;
}

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 ------- */

.hmenu {
    text-align: center;
    padding: 10px 0px 10px 0px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}


/* Navigation Menu - Mobile */

.main-navigation {
    padding: 0;
    background-color: rgba(255, 255, 255, 0.1);
}

.main-navigation li {
    margin-top: 10px;
    line-height: 1.42857143;
}

.main-navigation a {
    color: var(--links);
    text-shadow: 0 0 3px #000000, 0 0 3px #000000, 0 0 3px #000000, 0 0 3px #000000, 0 0 3px #000000;
}

.main-navigation a:hover,
.main-navigation a:focus {
    color: var(--links-hover);
}

.main-navigation ul.nav-menu,
.main-navigation div.nav-menu>ul {
    display: none;
}

.main-navigation ul.nav-menu.toggled-on,
.menu-toggle {
    display: inline-block;
}


/* Navigation - Full */

.site-content nav {
    clear: both;
    line-height: 2;
    overflow: hidden;
}

#nav-above {
    padding: 24px 0;
    padding: 1.714285714rem 0;
}

#nav-above {
    display: none;
}

.paged #nav-above {
    display: block;
}

.nav-previous,
.previous-image {
    float: left;
    width: 50%;
}

.nav-next,
.next-image {
    float: right;
    text-align: right;
    width: 50%;
}

.nav-single+.comments-area,
#comment-nav-above {
    margin: 48px 0;
    margin: 3.428571429rem 0;
}


/* Buttons */


/* Assistive text */

.assistive-text,
.site .screen-reader-text {
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
    height: 1px;
    width: 1px;
}

.main-navigation .assistive-text:focus,
.site .screen-reader-text:hover,
.site .screen-reader-text:active,
.site .screen-reader-text:focus {
    background: #fff;
    border: 2px solid #333;
    border-radius: 3px;
    clip: auto !important;
    color: #000;
    display: block;
    font-size: 12px;
    height: auto;
    padding: 12px;
    position: absolute;
    top: 5px;
    left: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar */
}

#site-navigation {
    margin: 0 auto;
    text-align: left;
    width: 98%;
    background-image: none;
}

.menu-toggle {
    padding: 6px 10px;
    padding: 0.428571429rem 0.714285714rem;
    line-height: 1.428571429;
    font-weight: normal;
    color: var(--links);
    width: 98%;
    height: 75px;
    font-size: 1em;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(255, 255, 255, 0.3));
    border-radius: 0;
    text-shadow: 0 0 3px #000000, 0 0 3px #000000, 0 0 3px #000000, 0 0 3px #000000, 0 0 3px #000000;
    text-decoration: underline;
    cursor: pointer;
}

.menu-toggle:hover,
.menu-toggle:focus {
    background-repeat: repeat-x;
}

.menu-toggle:active,
.menu-toggle.toggled-on {
    color: var(--links-hover);
    width: 98%;
    font-size: 1.4em;
    background-image: linear-gradient(to top, rgba(102, 102, 102, 0.6), rgba(233, 233, 233, 0.3));
    background-repeat: repeat-x;
    border-color: transparent;
}

button,
input,
select {
    margin: 5px;
    border: 1px solid #6d6d6d;
    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%, #353535 100%);
    cursor: pointer;
}

code {
    display: inline-block;
    vertical-align: middle;
    padding: 2px 10px 4px;
    background: #c2c2c2;
    border-top: 2px solid;
    border-radius: 4px;
    overflow-x: auto;
    color: #d43100;
    text-shadow: none;
}

p {
    line-height: 1.4;
    margin: 1em 0;
}

pre {
    overflow-x: auto;
}

textarea {
    font-family: Arial, Verdana, Helvetica;
    border: 1px solid #006ab1;
    padding: 2px 5px 1px;
    width: 250px;
    height: 100px;
    background-color: rgba(37, 37, 37, 0.5);
}

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;
}

.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: 13px;
    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: 8px;
    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;
}

.datetime .date-string,
.datetime .time-string {
    color: var(--links);
}

.datetime .time-string::before {
    content: ' - ';
    color: var(--maintext);
}

.userlog {
    color: var(--userlog);
    padding: 70px 20px;
    text-align: center;
    text-shadow: 0px 0px 2px #000000, 0px 0px 2px #000000, 0px 0px 2px #000000, 0px 0px 2px #000000, 0px 0px 2px #000000, 0px 0px 2px #000000, 0px 0px 2px #000000, 0px 0px 2px #000000, 0px 0px 2px #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: center;
    height: 168px;
    width: 915px;
    min-width: 615px;
    z-index: 999;
}

#headerlogo img {
    object-fit: contain;
    max-height: 168px;
    max-width: 915px;
}

.custom-logo {
    min-height: inherit;
}

#blog-name {
    color: #ac2800;
    font-size: 3.25em;
    text-align: center;
    text-shadow: 0px 0px 2px #000000, 0px 0px 2px #000000, 0px 0px 2px #000000;
}

#blog-tagline {
    color: #0087d6;
    font-size: 18px;
    text-align: center;
    text-shadow: 0px 0px 5px #000000, 0px 0px 5px #000000, 0px 0px 5px #000000;
}

.fcontent {
    width: 566px;
    height: 86px;
    margin: 0px;
    padding: 2px;
    text-decoration: none;
    text-shadow: 0px 0px 3px #000000, 0px 0px 3px #000000, 0px 0px 3px #000000;
    text-align: center;
    overflow: auto;
}

#footer-content {
    width: 400px;
    height: 45px;
    font-size: .8em;
    font-weight: bold;
    padding-top: 5px;
    margin: 30px 5px 0px 100px;
    padding-left: 0px;
    text-align: center;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.1);
    text-shadow: 0px 0px 2px #000000, 0px 0px 2px #000000;
}

.postnav {
    font-size: 15px;
    padding-top: 10px;
}

.pcontent {
    margin: 20px 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(112, 112, 112);
    box-shadow: inset 0px 0px 10px #4b4b4b, inset 0px 0px 25px #747474, 0px 0px 5px #949494;
}


/* 5a) Pre-content */

.meta {
    width: 100%;
    text-align: right;
    font-size: .9em;
    padding: 10px;
    margin: 5px 10px 5px auto;
    border: 1px dotted var(--images);
    border-radius: 4px;
}


/* 5b) Content elements */


/* .hentry *,
.sidebar * {
    max-width: 100%;
} */

.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::before {
    color: #000000;
    content: "\bb  ";
    text-decoration: none;
}

.readmore {
    padding: 5px;
}

.readmore::before {
    content: "\bb  ";
}

.comment-body {
    padding: 7px;
    background-color: rgba(39, 39, 39, 0.5);
    border-radius: 4px;
    border: 2px solid;
    border-color: rgb(199, 0, 0);
}

.reply-header {
    font-size: 0.9em;
    padding: 10px 0px;
}

.comment-reply-title {
    font-size: 0.9em;
}

#comments {
    color: #bdbdbd;
    margin: 5px;
    padding: 10px;
    font-size: 1.2em;
    border-radius: 4px;
    clear: both;
    background-color: rgba(255, 255, 255, 0.1);
    box-shadow: 0px 0px 3px #000;
}

#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: #c52700;
}

.reply a {
    text-decoration: none;
}

#comments .children {
    padding: 0;
}

.comment-respond a {
    text-decoration: none;
}

.comment-form-comment textarea {
    width: 100%;
    color: #ffffff;
    box-sizing: border-box;
}

#submit {
    font-size: 1.4em;
    color: #c42e00;
    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, #2e2e2e 0%, #5f5d3f 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 0 15px 0;
    border: none;
    box-shadow: inset 0px 1px 1px rgba(255, 255, 255, 0.2), 0px 0px 2px #000000;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(255, 255, 255, 0.1) 100%);
    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;
}

.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 0 15px 0;
    border: none;
    box-shadow: inset 0px 1px 1px rgba(255, 255, 255, 0.2), 0px 0px 2px #000000;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(255, 255, 255, 0.1) 100%);
    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;
}

.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 0px;
    border: none;
    box-sizing: border-box;
    list-style: none;
    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;
}

.centerblk h2 {
    font-size: 1.5em;
    line-height: 29px;
    min-width: 194px;
    min-height: 33px;
    height: min-content;
    padding-bottom: 10px;
    font-weight: bold;
    color: var(--titles2);
    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: 10px 5px 1px 5px;
    border: none;
    box-sizing: border-box;
    width: 100%;
    text-align: left;
    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;
}

.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: 215px;
    min-height: 44px;
    height: min-content;
    margin: 0px 0px 20px 2px;
    padding: 4px 0px 0px 12px;
    font-weight: bold;
    color: var(--titles);
    background-image: url(images/blktitle.png);
    background-repeat: no-repeat;
    box-sizing: border-box;
    letter-spacing: 1px;
    text-shadow: 0px 0px 2px #000000, 0px 0px 2px #000000, 0px 0px 2px #000000;
}

.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 2px #000000, 0px 0px 2px #000000, 0px 0px 2px #000000, 0px 0px 2px #000000, 0px 0px 2px #000000, 0px 0px 2px #000000, 0px 0px 2px #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 {
    transition: 0.3s;
}


/*----- SIDE BLOCKS 2 -----*/

.sidebar2 {
    text-decoration: none;
    flex-shrink: 0;
    margin: 0px;
    padding: 10px 5px 1px 5px;
    border: none;
    box-sizing: border-box;
    width: 100%;
    text-align: left;
    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;
}

.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-height: 44px;
    min-width: 215px;
    height: min-content;
    margin: 0px 0px 20px 0px;
    padding: 4px 0px 0px 12px;
    font-weight: bold;
    color: var(--titles);
    background-image: url(images/blktitle2.png);
    background-repeat: no-repeat;
    box-sizing: border-box;
    letter-spacing: 1px;
    text-shadow: 0px 0px 2px #000000, 0px 0px 2px #000000, 0px 0px 2px #000000;
}

.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 2px #000000, 0px 0px 2px #000000, 0px 0px 2px #000000, 0px 0px 2px #000000, 0px 0px 2px #000000, 0px 0px 2px #000000, 0px 0px 2px #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 {
    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 {
    transition: 0.3s;
}


/** ------------------------------------------Header section starts------------------------------------------*/

.hd-body {
    height: 365px;
}

.hd-row1 {
    position: relative;
    padding-left: 967px;
    padding-right: 315px;
    height: 44px;
}

.hd-row1::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url(images/HD/r1.png);
    background-repeat: no-repeat;
    width: 46px;
    height: 44px;
    height: 100%;
}

.hd-row1::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background: url(images/HD/hd_06.png);
    background-repeat: no-repeat;
    width: 44px;
    height: 44px;
    height: 100%;
}

.hd-row1-inner-1 {
    position: absolute;
    top: 0;
    left: 46px;
    background: url(images/HD/theadmenu.png);
    background-repeat: no-repeat;
    width: 921px;
    height: 44px;
}

.hd-row1-inner-2 {
    background: url(images/HD/str1.png);
    background-repeat: repeat-x;
    width: 100%;
    height: 44px;
}

.hd-row1-inner-3 {
    position: absolute;
    top: 0;
    right: 44px;
    background: url(images/HD/hd_05.png);
    background-repeat: no-repeat;
    width: 271px;
    height: 44px;
}


/*---- ROW 1 END----*/

.hd-row2 {
    position: relative;
    padding-left: 967px;
    padding-right: 315px;
    height: 42px;
}

.hd-row2::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(images/HD/r2.png);
    background-repeat: no-repeat;
    width: 967px;
    height: 42px;
    height: 100%;
}

.hd-row2::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    background: url(images/HD/hd_10.png);
    background-repeat: no-repeat;
    width: 315px;
    height: 42px;
    height: 100%;
}

.hd-row2-inner {
    background: url(images/HD/str2.png);
    background-repeat: repeat-x;
    width: 100%;
    height: 42px;
}


/*---- ROW 2 END ----*/

.hd-row3 {
    position: relative;
    padding-left: 967px;
    padding-right: 315px;
    height: 168px;
}

.hd-row3::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url(images/HD/r3.png);
    background-repeat: no-repeat;
    width: 52px;
    height: 168px;
    height: 100%;
}

.hd-row3::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background: url(images/HD/hd_15.png);
    background-repeat: no-repeat;
    width: 46px;
    height: 168px;
    height: 100%;
}

.hd-row3-inner-1 {
    position: absolute;
    top: 0;
    left: 52px;
    background: url(images/HD/logo.png);
    background-repeat: no-repeat;
    width: 915px;
    height: 168px;
}

.hd-row3-inner-2 {
    background: url(images/HD/str3.png);
    background-repeat: repeat-x;
    width: 100%;
    height: 168px;
}

.hd-row3-inner-3 {
    position: absolute;
    top: 0;
    right: 46px;
    background: url(images/HD/logo2.png);
    background-repeat: no-repeat;
    width: 269px;
    height: 168px;
}


/*---- ROW 3 END----*/

.hd-row4 {
    position: relative;
    padding-left: 882px;
    padding-right: 395px;
    height: 39px;
}

.hd-row4::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(images/HD/r4.png);
    background-repeat: no-repeat;
    width: 882px;
    height: 39px;
    height: 100%;
}

.hd-row4::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    background: url(images/HD/hd_18.png);
    background-repeat: no-repeat;
    width: 395px;
    height: 39px;
    height: 100%;
}

.hd-row4-inner {
    background: url(images/HD/str4.png);
    background-repeat: repeat-x;
    width: 100%;
    height: 39px;
}


/*---- ROW 4 END ----*/

.hd-row5 {
    position: relative;
    padding-left: 882px;
    padding-right: 395px;
    height: 45px;
}

.hd-row5::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url(images/HD/r5.png);
    background-repeat: no-repeat;
    width: 84px;
    height: 45px;
    height: 100%;
}

.hd-row5::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background: url(images/HD/hd_29.png);
    background-repeat: no-repeat;
    width: 53px;
    height: 45px;
    height: 100%;
}

.hd-row5-inner-1 {
    position: absolute;
    top: 0;
    left: 84px;
    display: flex;
    flex-direction: row;
}


/** Navigation Links - STARTS */

.hd-row5-nav-link-1,
.hd-row5-nav-link-1:hover {
    width: 89px;
    background: url(images/HD/b1.gif);
    background-repeat: no-repeat;
}

.hd-row5-nav-link-1 {
    height: 45px;
    background-position: 0px 0px;
}

.hd-row5-nav-link-1:hover {
    height: 45px;
    background-position: 0px -45px;
}

.hd-row5-nav-link-2,
.hd-row5-nav-link-2:hover {
    width: 82px;
    background: url(images/HD/b2.gif);
    background-repeat: no-repeat;
}

.hd-row5-nav-link-2 {
    height: 45px;
    background-position: 0px 0px;
}

.hd-row5-nav-link-2:hover {
    height: 45px;
    background-position: 0px -45px;
}

.hd-row5-nav-link-3,
.hd-row5-nav-link-3:hover {
    width: 82px;
    background: url(images/HD/b3.gif);
    background-repeat: no-repeat;
}

.hd-row5-nav-link-3 {
    height: 45px;
    background-position: 0px 0px;
}

.hd-row5-nav-link-3:hover {
    height: 45px;
    background-position: 0px -45px;
}

.hd-row5-nav-link-4,
.hd-row5-nav-link-4:hover {
    width: 82px;
    background: url(images/HD/b4.gif);
    background-repeat: no-repeat;
}

.hd-row5-nav-link-4 {
    height: 45px;
    background-position: 0px 0px;
}

.hd-row5-nav-link-4:hover {
    height: 45px;
    background-position: 0px -45px;
}

.hd-row5-nav-link-5,
.hd-row5-nav-link-5:hover {
    width: 88px;
    background: url(images/HD/b5.gif);
    background-repeat: no-repeat;
}

.hd-row5-nav-link-5 {
    height: 45px;
    background-position: 0px 0px;
}

.hd-row5-nav-link-5:hover {
    height: 45px;
    background-position: 0px -45px;
}


/** Navigation Links - ENDS */

.hd-row5-inner-2 {
    position: absolute;
    top: 0;
    left: 507px;
    background: url(images/HD/hd_25.png);
    background-repeat: no-repeat;
    width: 375px;
    height: 45px;
}

.hd-row5-inner-3 {
    background: url(images/HD/str5.png);
    background-repeat: repeat-x;
    width: 100%;
    height: 45px;
}

.hd-row5-inner-4 {
    position: absolute;
    top: 0;
    right: 357px;
    background: url(images/HD/hd_27.png);
    background-repeat: no-repeat;
    width: 38px;
    height: 45px;
}

.hd-row5-inner-5 {
    position: absolute;
    top: 0;
    right: 53px;
    background: url(images/HD/login.png);
    background-repeat: no-repeat;
    width: 304px;
    height: 45px;
}


/*---- ROW 5 END----*/

.hd-row6 {
    position: relative;
    padding-left: 882px;
    padding-right: 395px;
    height: 27px;
}

.hd-row6::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(images/HD/r6.png);
    background-repeat: no-repeat;
    width: 882px;
    height: 27px;
    height: 100%;
}

.hd-row6::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    background: url(images/HD/hd_32.png);
    background-repeat: no-repeat;
    width: 395px;
    height: 27px;
    height: 100%;
}

.hd-row6-inner {
    background: url(images/HD/str6.png);
    background-repeat: repeat-x;
    width: 100%;
    height: 27px;
}


/*---- ROW 6 END ----*/


/** ------------------------------------------Header section ends------------------------------------------*/


/** ------------------------------------------blocks 1 section starts------------------------------------------*/

.blk-body {
    min-width: 250px;
}

.blk-row1 {
    position: relative;
    padding-left: 101px;
    padding-right: 106px;
    height: 34px;
}

.blk-row1::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url(images/BLK/blk_34.png);
    background-repeat: no-repeat;
    width: 101px;
    height: 34px;
}

.blk-row1::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background: url(images/BLK/blk_36.png);
    background-repeat: no-repeat;
    width: 106px;
    height: 34px;
}

.blk-row1-inner {
    background: url(images/BLK/str1.png);
    background-repeat: repeat-x;
    width: 100%;
    height: 34px;
}

.blk-content {
    position: relative;
    height: 100%;
}

.blk-content::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url(images/BLK/blk_41.png);
    background-repeat: repeat-y;
    width: 25px;
    height: 100%;
}

.blk-content::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background: url(images/BLK/blk_43.png);
    background-repeat: repeat-y;
    width: 25px;
    height: 100%;
}

.blk-content-inner {
    margin: 0px 25px;
    background: url(images/BLK/centcont.png);
    background-repeat: repeat-y repeat-x;
}

.blk-row3 {
    position: relative;
    padding-left: 101px;
    padding-right: 106px;
    height: 39px;
}

.blk-row3::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url(images/BLK/blk_45.png);
    background-repeat: no-repeat;
    width: 101px;
    height: 39px;
}

.blk-row3::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background: url(images/BLK/blk_47.png);
    background-repeat: no-repeat;
    width: 106px;
    height: 39px;
}

.blk-row3-inner {
    background: url(images/BLK/str2.png);
    background-repeat: repeat-x;
    width: 100%;
    height: 39px;
}


/** ------------------------------------------blocks 1 section ends------------------------------------------*/


/** ------------------------------------------content blocks section starts------------------------------------------*/

.center-content {
    width: 100%;
}

.content-pos-1 {
    position: relative;
    height: 40px;
    padding: 0 40px;
}

.content-pos-1::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url(images/CONTENT/content_37.png);
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
}

.content-pos-1::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background: url(images/CONTENT/content_40.png);
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
}

.content-pos-1-inner {
    background: url(images/CONTENT/content_38.png);
    background-repeat: repeat-x;
    width: 100%;
    height: 40px;
}

.content-pos-2 {
    position: relative;
    padding: 0px 40px;
}

.content-pos-2::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url(images/CONTENT/content_48.png);
    background-repeat: repeat-y;
    width: 40px;
    height: 100%;
}

.content-pos-2::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background: url(images/CONTENT/content_51.png);
    background-repeat: repeat-y;
    width: 40px;
    height: 100%;
}

.content-pos-2-inner {
    color: #a7abb0;
    background: url(images/CONTENT/content_49.png);
    width: 100%;
    padding: 0;
}

.content-pos-3 {
    position: relative;
    padding: 0 40px;
    height: 40px;
}

.content-pos-3::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url(images/CONTENT/content_61.png);
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
}

.content-pos-3::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background: url(images/CONTENT/content_62.png);
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
}

.content-pos-3-inner {
    background: url(images/CONTENT/content_59.png);
    width: 100%;
    height: 40px;
}


/** ------------------------------------------content blocks section ends------------------------------------------*/


/** ------------------------------------------footer section starts------------------------------------------*/

.footer-body {
    height: 222px;
}

.ft-row1 {
    position: relative;
    padding-left: 651px;
    padding-right: 623px;
    height: 125px;
}

.ft-row1::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url(images/FT/r1.png);
    background-repeat: no-repeat;
    width: 651px;
    height: 125px;
    height: 100%;
}

.ft-row1::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background: url(images/FT/ft_68.png);
    background-repeat: no-repeat;
    width: 623px;
    height: 125px;
    height: 100%;
}

.ft-row1-inner {
    background: url(images/FT/str1.png);
    background-repeat: repeat-x;
    width: 100%;
    height: 125px;
}


/** -------------- FT ROW 1 ENDS ----------------**/

.ft-row2 {
    position: relative;
    padding-left: 651px;
    padding-right: 623px;
    height: 86px;
}

.ft-row2::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url(images/FT/r2.png);
    background-repeat: no-repeat;
    width: 64px;
    height: 86px;
}

.ft-row2::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background: url(images/FT/ft_74.png);
    background-repeat: no-repeat;
    width: 44px;
    height: 86px;
}

.ft-row2-inner1 {
    position: absolute;
    top: 0;
    left: 64px;
    background: url(images/FT/fcontent.png);
    background-repeat: no-repeat;
    width: 566px;
    height: 86px;
}

.ft-row2-inner2 {
    position: absolute;
    top: 0;
    left: 630px;
    background: url(images/FT/ft_71.png);
    background-repeat: no-repeat;
    width: 21px;
    height: 86px;
}

.ft-row2-inner3 {
    background: url(images/FT/str2.png);
    background-repeat: repeat-x;
    width: 100%;
    height: 86px;
}

.ft-row2-inner4 {
    position: absolute;
    top: 0;
    right: 44px;
    background: url(images/FT/copy.png);
    background-repeat: no-repeat;
    width: 579px;
    height: 86px;
}


/* ------------ ROW 2 ENDS ------------ */

.ft-row3 {
    position: relative;
    padding-left: 651px;
    padding-right: 623px;
    height: 11px;
}

.ft-row3::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url(images/FT/ft_75.png);
    background-repeat: no-repeat;
    width: 651px;
    height: 11px;
    height: 100%;
}

.ft-row3::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background: url(images/FT/ft_77.png);
    background-repeat: no-repeat;
    width: 623px;
    height: 11px;
    height: 100%;
}

.ft-row3-inner {
    background: url(images/FT/str3.png);
    background-repeat: repeat-x;
    width: 100%;
    height: 11px;
}


/* ------------------------------------------footer section ends------------------------------------------*/

@media (min-width: 480px) {
    #site-wrapper {
        margin: auto;
        width: 100%;
    }
    #sb-wrap {
        padding: 0 46px 0 46px;
    }
    #sb-wrap::before {
        display: unset;
    }
    #sb-wrap::after {
        display: unset;
    }
}

@media (min-width: 768px) {
    body {
        padding: 0;
    }
}

@media (min-width: 1024px) {
    .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: 1500px;
    }
    #sb-wrap {
        min-width: 1287px;
        max-width: 1500px;
    }
    #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;
    }
    #site-navigation {
        width: 98.9%;
        background-image: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(255, 255, 255, 0.3));
    }
    .main-navigation ul.nav-menu,
    .main-navigation div.nav-menu>ul {
        display: inline-block !important;
        text-align: left;
        width: 97.1%;
    }
    .main-navigation ul {
        margin: 0;
        text-indent: 0;
    }
    .main-navigation li a,
    .main-navigation li {
        display: inline-block;
        text-decoration: none;
    }
    .main-navigation li a {
        border-bottom: 0;
        line-height: 3.692307692;
        text-transform: uppercase;
        white-space: nowrap;
    }
    .main-navigation li a:hover,
    .main-navigation li a:focus {
        color: var(--links-hover);
    }
    .main-navigation li {
        margin: 0 40px 0 0;
        margin: 0 2.857142857rem 0 0;
        position: relative;
    }
    .main-navigation li ul {
        margin: 0;
        padding: 0;
        position: absolute;
        top: 100%;
        z-index: 1;
        height: 1px;
        width: 1px;
        overflow: hidden;
        clip: rect(1px, 1px, 1px, 1px);
    }
    .main-navigation li ul ul {
        top: 0;
        left: 100%;
    }
    .main-navigation ul li:hover>ul,
    .main-navigation ul li:focus>ul,
    .main-navigation .focus>ul {
        border-left: 0;
        clip: inherit;
        overflow: inherit;
        height: inherit;
        width: inherit;
    }
    .main-navigation li ul li a {
        background-color: rgba(255, 255, 255, 0.1);
        border-left: 1px solid #000000;
        border-bottom: 1px solid #000000;
        border-right: 1px solid #000000;
        display: block;
        font-size: 11px;
        font-size: 0.785714286rem;
        line-height: 2.181818182;
        margin-top: -10px;
        padding: 8px 10px;
        padding: 0.571428571rem 0.714285714rem;
        width: 85px;
        width: 8.85714286rem;
        white-space: normal;
    }
    .main-navigation li ul li a:hover,
    .main-navigation li ul li a:focus {
        background-image: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(255, 255, 255, 0.3));
    }
    .main-navigation .current-menu-item>a,
    .main-navigation .current-menu-ancestor>a,
    .main-navigation .current_page_item>a,
    .main-navigation .current_page_ancestor>a {
        font-weight: bold;
    }
    .menu-toggle {
        display: none;
    }
}