/* 
Theme Name: dw-cybex
Author: DesignWicked.com
Theme URI: https://www.designwicked.com
Description: DW-Cybex 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, full theme color customizing, and finally, a text/social media bar in the header.
Version: 1.1
Requires at least: 5.2
Tested up to: 5.8
Requires PHP: 7.0
License: GPLv3 or later
License URI: https://www.gnu.org/licenses/gpl.html
Tags: blog, three-columns, two-columns, one-column, left-sidebar, right-sidebar, custom-menu, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
Text Domain: dw-cybex
*/

:root {
    --hue-rotate: 0deg; /* Should always be a default value */

    --titles: #1f1f1f;
    --titles2: #330b0b;
    --maintext: #1f1f1f;
    --primarybg: #222222;
    --secondarybg: #070707;
    --bodygradient-bot: #060000;
    --bodygradient-top: #111111;
    --links: #330b0b;
    --links-hover: #aa2525;
    --bullets: #2b2b2b;
    --bullets2: #2b2b2b;
    --images: #000000;
    --userlog: #535353;
    --blk-contentbg: #040404;
    --blk2-contentbg: #040404;
    --article-contentbg: #040404;
    --topbot-contentbg: #040404;
    --megamenu-a: #1f1f1f;
    --megamenu-a-hover: #330b0b;
    --socialbar: #414141;
    --articletitle-a: #330b0b;
    --articletitle-a-h: #aa2525;
    --navlink: #000000;
    --navlink-hover: #aa2525;


/* --- Site Nav Sub-Menu Coloring --- */

    --bgcolor-sm: #1a1a1a;
    --border-left: #000000;
    --border-right: #000000;
    --border-bottom: #000000;

    --bgcolor-sm2: #030202;
    --border-left2: #0e0e0e;
    --border-right2: #0e0e0e;
    --border-bottom2: #0e0e0e;

/* --- Tedious Colorings --- */

    --totopbtn: #47474734;
    --toptopbtn-hover: #6e6e6e28;
    --wkscrollbar: #282828;
    --wkscrollbar-thumb: #666;
    --fcon-wk-scroll: #141414;
    --fcon-wk-scroll-thumb: #1a1a1a;
    --fcon-wk-scroll-hover: #333333;
    --blogcontent: #040404;
    --mainnavbg: #020202;
    --mainnavbg-button: #0c0c0c;
    --menutoggle-btntxt: #2c2c2c;
    --menutoggle-btnbg: #1a1a1a;
    --inputfld-brdr: #1b1b1b;
    --inputfld-bg: #0e0e0e;
    --inputfld-font: #4b4b4b;
    --inputbtn-brdr: #222222;
    --codebg: #0c0c0c;
    --textarea-bg: rgb(8, 8, 8);
    --sticky-brdr: rgb(0, 0, 0);
    --navlinks-pg-num-bg: rgba(36, 36, 36, 0.2);
    --comment-body-bg: rgb(10, 10, 10);
    --comments-font: #414141;
    --commentsbg: rgb(7, 7, 7);
    --comment-form-textarea-font: #5c5c5c;
    --by-post-author: #999999;
    --topblk-h2-a: #757575;
    --topblk-h2-a-hover: #ffffff;
    --botblk-h2-a: #757575;
    --botblk-h2-a-hover: #ffffff;
    --sidebar-h2-a: #757575;
    --sidebar-h2-a-hover: #ffffff;
    --timedate-spacer: #131313;
    --clock-digits: #000000;

/* --- Base Colors --- */

    --black: #000000;
    --white: #ffffff;
    --red: #ff0000;

/* --- Clock Glow Text Shadow --- */

    --glow-link: #000000;
    --glow-link2: #470505;
    --clock-glow: 0 0 1px #000000, 0 0 1px #000000, 0 0 2px #040202, 0 0 5px #300c0c, 0 0 15px #240000, 0 0 30px #3a0000;
}

/* --- 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;
}

#TopBtn, .blog-title::before,
#headerlogo2 img, .socialicon-wrap,
.time-time, .date-date,
.topblk h2::before, .botblk h2::before,
.sidebar h2::before, .sidebar2 h2::before,
/* --- Theme Images --- */
.hd-row4-inner1, .hd-row4-inner4,
.blk-row1, .blk2-row1, .content-pos-1,
.topbot-content-pos-1, .hd-row2-inner1,
.topbot-content-pos-3 {
    filter: hue-rotate(var(--hue-rotate));
}

/* --- Hue Selecter --- */

.default-color {
    --hue-rotate: 0deg;
}

.blue-hue {
    --hue-rotate: 230deg;
}

.purple-hue {
    --hue-rotate: 300deg;
}

.pink-hue {
    --hue-rotate: 325deg;
}

.orange-hue {
    --hue-rotate: 400deg;
}

.green-hue {
    --hue-rotate: 475deg;
}


/* --- LINKS --- */

a,
a:visited {
    color: var(--links);
    /*text-decoration: none;*/
    text-decoration: underline !important;
}

a:hover,
a:focus {
    color: var(--links-hover);
    text-decoration: underline !important;
    /*text-decoration: none;*/
    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: var(--totopbtn);
}

#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: var(--toptopbtn-hover);
}


/* --- CORE CSS --- */

html::-webkit-scrollbar {
    width: 8px;
    background-color: var(--wkscrollbar);
}

html::-webkit-scrollbar-thumb {
    background-color: var(--wkscrollbar-thumb);
}

body {
    width: 100%;
    min-width: 375px;
    padding: 0;
    background-image: linear-gradient(to top, var(--bodygradient-bot) 25%, var(--bodygradient-top) 100%);
    background-attachment: fixed;
    font-family: 'Nanum Gothic Coding', 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif;
    font-size: 3vh;
    color: var(--maintext);
    letter-spacing: 0.2px;
}

#main-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0 auto;
}

/* SEARCH BOX */

.searchbox {
    display: flex;
    align-items: center;
    height: 59px;
    width: 532px;
    margin: 0 auto;
    padding: 0 0 4px 8px;
}

.dw-search {
    position: absolute;
    text-align: bottom;
}

.dw-search form {
    display: inline-block;
    font-size: 0px;
    padding: 0;
    border-radius: 5px;
    position: relative;
    min-width: 442px;
    z-index: 1;
}

.dw-search input {
    font-family: 'Nanum Gothic Coding', 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif;
    font-weight: bold;
    border-radius: 8px 8px 8px 8px;
    color: var(--bullets);
    display: block;
    float: left;
    font-size: 13px;
    height: 40px;
    margin: 5px 0 0 0px;
    padding: 0px 10px 0 10px;
    text-shadow: 0 0 3px #000, 0 0 3px #000, 0 0 3px #000;
    box-shadow: inset 0 0 2px #000000, inset 0 0 2px #000000, inset 0 0 2px #000000;
    width: 375px;
}

.ie .dw-search input {
    line-height: 25px;
    padding-top: 1px;
}

.dw-search input::-webkit-input-placeholder {
    color: var(--bullets);
    padding-top: 1px;
}

.dw-search input:-moz-placeholder {
    color: var(--bullets);
    padding-top: 1px;
}

.dw-search input:focus {
    animation: glow 800ms ease-out infinite alternate;
    background: #000000;
    background: linear-gradient(#000000, #000000);
    border-color: rgb(75, 0, 0);
    box-shadow: 0 0 5px rgba(255, 0, 0, 0.2), inset 0 0 5px rgba(255, 0, 0, 0.1), 0 2px 0 #000;
    color: rgb(90, 90, 90);
    outline: none;
    border: none;
}

.dw-search input:focus::-webkit-input-placeholder {
    color: #efe;
}

.dw-search input:focus:-moz-placeholder {
    color: #efe;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: red;
  transition: background-color 5000s ease-in-out 0s;
}

.dw-search button {
    font-family: 'Electrolize', 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif;
    background: linear-gradient(#2e0202, #0c0101);
    box-sizing: border-box;
    border: 1px solid rgb(0, 0, 0);
    border-left-color: #000;
    border-radius: 5px 5px 5px 5px;
    color: var(--comments-font);
    display: block;
    float: left;
    font-size: 13px;
    font-weight: 500;
    height: 40px;
    line-height: 25px;
    margin-left: 8px;
    padding-top: 3px;
    position: relative;
    text-shadow: 0 -1px 0 #000;
    width: 70px;
}

.dw-search button:hover,
.dw-search button:focus {
    background: #c2c2c2;
    background: linear-gradient(rgb(92, 0, 0), rgb(24, 0, 0));
    color: var(--by-post-author);
    outline: none;
}

.dw-search button:active {
    background: #000000;
    background: linear-gradient(#160101, #660000);
    box-shadow: 0 1px 0 #000, inset 1px 0 1px #222;
    top: 1px;
}

@keyframes glow {
    0% {
        border-color: var(--links);
        box-shadow: 0 0 5px rgba(63, 6, 6, 0.2), inset 0 0 5px rgba(255, 0, 0, 0.1), 0 2px 0 #000;
    }
    100% {
        border-color: var(--links-hover);
        box-shadow: 0 0 20px rgba(255, 0, 0, 0.6), inset 0 0 10px rgba(255, 0, 0, 0.4), 0 2px 0 #000;
    }
}


/* END SEARCH BOX */


/* Backing for main center content */

.centerbg {
    background-color: var(--secondarybg);
}

#sb-wrap {
    position: relative;
    margin: 0 auto;
    /*-- Body Width --*/
    height: 100%;
}

#sb-wrap::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url(images/sbl.png);
    background-repeat: repeat-y;
    width: 17px;
    height: 100%;
    display: none;
}

#sb-wrap::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background: url(images/sbr.png);
    background-repeat: repeat-y;
    width: 17px;
    height: 100%;
    display: none;
}

#widget-hd-ft-block {
    margin: 0 auto;
    padding: 0;
    max-width: 1500px;
}

.widget-column#widget-left {
    order: 1;
}

.widget-column#widget-right {
    order: 4;
}

.singlealign {
    margin-top: 6px;
}

.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 {
    color: var(--links);
    text-decoration: none;
}

.single-blog-column .blog-title a:hover {
    color: var(--links-hover);
}

.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 {
    position: relative;
    color: var(--titles);
    font-size: 16px;
    border: 1px solid #000;
    padding: 10px 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;
    z-index: 1;
}

.blog-column .blog-title::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: url(images/h2.png);
    box-shadow: inset 0 0 2px #000000, inset 0 0 2px #000000, inset 0 0 6px #351a1a;
    border-radius: 6px 6px 0 0;
    z-index: -1;
}

.blog-column .blog-title a {
    color: var(--links);
    text-decoration: none;
}

.blog-column .blog-title a:hover {
    color: var(--links-hover);
    text-decoration: none;
}

.blog-column .blog-content {
    background-color: var(--blogcontent);
    border: 1px solid #000;
    border-top: none;
    border-radius: 0 0 10px 10px;
    box-shadow: inset 0 1px 2px rgb(14, 14, 14);
    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 {
    margin-left: -25px;
    padding: 10px 0 0 0;
    max-width: 100%;
}

.hmenu2 {
    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: var(--mainnavbg);
}

.main-navigation button {
    background-image: none;
    background-color: var(--mainnavbg-button);
    box-shadow: inset 0 0 2px #000000, 0 0 2px #000000;
}

.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;
}

/* Secondary Nav Settings */

.main-navigation2 {
    padding: 0;
}

.main-navigation2 button {
    background-image: none;
    background-color: #303030;
    box-shadow: inset 0 0 2px #000000, 0 0 2px #000000;
}

.main-navigation2 li {
    margin-top: 10px;
    line-height: 1.42857143;
}

.main-navigation2 a {
    color: var(--megamenu-a);
    text-shadow: 0 0 3px #000000, 0 0 3px #000000, 0 0 3px #000000, 0 0 3px #000000, 0 0 3px #000000;
}

.main-navigation2 a:hover,
.main-navigation2 a:focus {
    color: var(--megamenu-a-hover) !important;
}

.main-navigation2 ul.nav-menu,
.main-navigation2 div.nav-menu>ul {
    display: none;
}

.main-navigation2 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-color: #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;
}

#site-navigation2 {
    text-align: left;
    width: 98%;
}

.menu-toggle {
    padding: 6px 10px;
    line-height: 1.428571429;
    font-weight: normal;
    color: var(--links);
    width: 98%;
    height: 75px;
    font-size: 1em;
    border-radius: 0;
    border-style: none;
    text-shadow: 0 0 3px #000000, 0 0 3px #000000, 0 0 3px #000000, 0 0 3px #000000, 0 0 3px #000000;
    text-decoration: none;
    cursor: pointer;
}

.menu-toggle:hover,
.menu-toggle:focus {
    background-repeat: repeat-x;
}

.menu-toggle:active,
.menu-toggle.toggled-on {
    color: var(--menutoggle-btntxt);
    width: 98%;
    font-size: 1.4em;
    background-color: var(--menutoggle-btnbg);
    background-repeat: repeat-x;
    border-color: transparent;
}

button,
input,
select {
    height: 25px;
    margin: 5px;
    padding: 5px;
    border: none;
    border-radius: 4px;
    background-color: var(--inputfld-bg);
    color: var(--inputfld-font);
}

button,
select,
input[type=button],
input[type=submit],
input[type=reset] {
    height: 30px;
    padding: 5px 10px 5px 10px;
    border: 2px solid var(--inputbtn-brdr);
    background: linear-gradient(0deg, #070707 0%, #0f0f0f 100%);
    cursor: pointer;
}

code {
    display: inline-block;
    vertical-align: middle;
    padding: 2px 10px 4px;
    background: var(--codebg);
    border-top: 2px solid;
    border-radius: 4px;
    overflow-x: auto;
    color: var(--links);
    text-shadow: 0 0 3px #000000, 0 0 2px #000000;
}

p {
    line-height: 1.4;
    margin: 1em 0;
}

pre {
    overflow-x: auto;
}

textarea {
    font-family: Arial, Verdana, Helvetica;
    border: 1px solid var(--links);
    padding: 2px 5px 1px;
    width: 250px;
    height: 100px;
    background-color: var(--textarea-bg);
}

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 ------------------------- */


/* SOCIAL BAR */

#socialbar {
    display: flex;
    flex-direction: row;
    align-items: top;
    width: 371px;
    height: 44px;
    margin: 0 auto;
    padding: 0;
}

.socialtext-wrap {
    justify-content: left;
    padding: 38px 0 0 5px;
    width: 100%;
    height: 20px;
}

.socialtext {
    max-height: 16px;
    color: var(--socialbar);
    font-size: 1em;
    font-weight: bold;
    text-shadow: 0px 0px 2px #000000, 0px 0px 2px #000000, 0px 0px 2px #000000;
    overflow: hidden;
}

.socialicon-wrap {
    display: flex;
    justify-content: center;
    flex-direction: row;
    padding-top: 24px;
    width: 100%;
}

.socialicon-fb,
.socialicon-fb:hover {
    width: 53px;
    background: url(images/social/fb.png);
    background-repeat: no-repeat;
}

.socialicon-fb {
    height: 44px;
    background-position: 0px 0px;
}

.socialicon-fb:hover {
    height: 44px;
    background-position: 0px -44px;
}

.socialicon-tw,
.socialicon-tw:hover {
    width: 53px;
    background: url(images/social/tw.png);
    background-repeat: no-repeat;
}

.socialicon-tw {
    height: 44px;
    background-position: 0px 0px;
}

.socialicon-tw:hover {
    height: 44px;
    background-position: 0px -44px;
}

.socialicon-lin,
.socialicon-lin:hover {
    width: 53px;
    background: url(images/social/in.png);
    background-repeat: no-repeat;
}

.socialicon-lin {
    height: 44px;
    background-position: 0px 0px;
}

.socialicon-lin:hover {
    height: 44px;
    background-position: 0px -44px;
}

.socialicon-ig,
.socialicon-ig:hover {
    width: 53px;
    background: url(images/social/ig.png);
    background-repeat: no-repeat;
}

.socialicon-ig {
    height: 44px;
    background-position: 0px 0px;
}

.socialicon-ig:hover {
    height: 44px;
    background-position: 0px -44px;
}

.socialicon-yt,
.socialicon-yt:hover {
    width: 53px;
    background: url(images/social/yt.png);
    background-repeat: no-repeat;
}

.socialicon-yt {
    height: 44px;
    background-position: 0px 0px;
}

.socialicon-yt:hover {
    height: 44px;
    background-position: 0px -44px;
}

.socialicon-gplus,
.socialicon-gplus:hover {
    width: 53px;
    background: url(images/social/gplus.png);
    background-repeat: no-repeat;
}

.socialicon-gplus {
    height: 44px;
    background-position: 0px 0px;
}

.socialicon-gplus:hover {
    height: 44px;
    background-position: 0px -44px;
}

.socialicon-dis,
.socialicon-dis:hover {
    width: 53px;
    background: url(images/social/discord.png);
    background-repeat: no-repeat;
}

.socialicon-dis {
    height: 44px;
    background-position: 0px 0px;
}

.socialicon-dis:hover {
    height: 44px;
    background-position: 0px -44px;
}


/*---THEME MAIN HEADER DESIGN NAV---*/

.hdmainnav {
    padding-top: 19px;
    text-align: center;
    text-decoration: none;
    text-shadow: var(--clock-glow);
}


/*---END MAIN HEADER DESIGN NAV---*/

.datetime {
    padding-top: 225px;
    font-family: 'Nanum Gothic Coding', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif;
    font-size: 30px;
    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(--timedate-spacer);
}

.time-time,
.date-date {
    font-weight: 800;
    color: var(--clock-digits);
    text-shadow: 0 0 1px #000000, 0 0 1px #000000, 0 0 2px #040202, 0 0 5px #300c0c, 0 0 15px #240000, 0 0 30px #3a0000;
}

.userlog {
    color: var(--userlog);
    font-size: 18px;
    padding-top: 40px;
    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 {
    color: var(--links);
}

.userlog a:hover {
    color: var(--links-hover);
}

.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: 277px;
    width: 851px;
    z-index: 999;
}

#headerlogo img {
    object-fit: contain;
    max-height: 277px;
    max-width: 851px;
}

.custom-logo {
    min-height: inherit;
}

#textlogo {
    text-align: left;
    margin-left: 75px;
}

.blog-name {
    color: var(--glow-link);
    font-size: 4.25em;
    text-shadow: var(--clock-glow);
}

.blog-tagline {
    color: #1f1f1f;
    font-size: 18px;
    margin-top: 10px;
    text-shadow: 0px 0px 5px #000000, 0px 0px 5px #000000, 0px 0px 5px #000000;
}

#blog-name2 {
    color: var(--links);
    font-size: 3.25em;
    text-align: center;
    text-shadow: 0px 0px 2px #000000, 0px 0px 2px #000000, 0px 0px 2px #000000;
}

#blog-tagline2 {
    color: var(--links-hover);
    text-align: center;
    font-size: 18px;
    text-shadow: 0px 0px 5px #000000, 0px 0px 5px #000000, 0px 0px 5px #000000;
}

.fcontent {
    width: 100%;
    height: 116px;
    margin: 0px;
    padding: 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: var(--links);
}

.fcontent a:hover {
    color: var(--links-hover);
}

.fcontent::-webkit-scrollbar {
    width: 8px;
    background-color: var(--fcon-wk-scroll);
    border-radius: 8px;
    box-shadow: inset 0 0 4px #000000;
}

.fcontent::-webkit-scrollbar-thumb {
    background-color: var(--fcon-wk-scroll-thumb);
    border-radius: 8px;
    box-shadow: 0px 0px 2px #000000, 0px 0px 2px #000000, 0px 0px 2px #000000;
}

.fcontent::-webkit-scrollbar-thumb:hover {
    background-color: var(--fcon-wk-scroll-hover);
    border-radius: 8px;
}

#footer-content {
    width: 1218px;
    height: 56px;
    font-size: .9em;
    font-weight: bold;
    padding-top: 20px;
    margin: 0 auto;
    padding-left: 0px;
    text-align: center;
    border-radius: 4px;
    text-shadow: 0px 0px 2px #000000, 0px 0px 2px #000000;
}

#footer-content a {
    color: var(--links);
}

#footer-content a:hover {
    color: var(--links-hover);
}

.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;
}

.pcontent img {
    border: 4px solid var(--images);
    min-width: 150px;
}

.scontent {
    max-width: 100%;
    margin: 20px 0px;
    padding: 5px 5px 5px 10px;
}

.scontent a {
    color: var(--links);
}

.scontent a:hover {
    color: var(--links-hover);
}

.vertical-line {
    border-left: 1px solid var(--links);
}

.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: var(--sticky-brdr);
    box-shadow: inset 0px 0px 10px #0f0f0f, inset 0px 0px 20px #252525, inset 0px 0px 5px #000000, 0 0 2px #1d1d1d;
}


/* 5a) Pre-content */

.meta {
    width: 100%;
    text-align: right;
    font-size: .9em;
    padding: 10px;
    margin: 5px 10px 5px auto;
    border: 1px dotted var(--links);
    border-radius: 4px;
}

.meta a {
    color: var(--links);
}

.meta a:hover {
    color: var(--links-hover);
}


/* 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 a {
    color: var(--links);
}

.nav-links a:hover {
    color: var(--links-hover);
}

.nav-links .page-numbers {
    display: block;
    background: var(--navlinks-pg-num-bg) !important;
    border: 1px solid #000;
    border-radius: 5px;
    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: 20px 0 20px 0;
    color: var(--links-hover);
    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: var(--links);
}

#continuelink a:hover {
    color: var(--links-hover);
}

#continuelink::before {
    color: var(--bullets);
    content: "\bb  ";
    text-decoration: none;
}

.readmore {
    padding: 5px;
}

.readmore::before {
    content: "\bb  ";
}

.comment-body {
    padding: 7px;
    background-color: var(--comment-body-bg);
    border-radius: 4px;
    border: 2px solid;
    border-color: var(--links);
}

.reply-header {
    font-size: 0.9em;
    padding: 10px 0px;
}

.comment-reply-title {
    font-size: 0.9em;
}

#comments {
    color: var(--comments-font);
    margin: 5px;
    padding: 10px;
    font-size: 1.2em;
    border-radius: 4px;
    clear: both;
    background-color: var(--commentsbg);
    box-shadow: 0px 0px 3px #000;
}

#comments a {
    color: var(--links);
}

#comments a:hover {
    color: var(--links-hover);
}

#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: var(--by-post-author);
}

.reply a {
    text-decoration: none;
}

#comments .children {
    padding: 0;
}

.comment-respond a {
    text-decoration: none;
}

.comment-form-comment textarea {
    width: 100%;
    color: var(--comment-form-textarea-font);
    box-sizing: border-box;
}

#submit {
    font-size: 1em;
    color: var(--userlog);
    background: linear-gradient(0deg, #0e0e0e 0%, #0f0f0f 100%);
    padding: 5px;
    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, #131313 0%, #242424 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: 100%;
    margin: auto;
    padding: 15px 0 15px 0;
    border: none;
    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 {
    position: relative;
    font-size: 16px;
    line-height: 29px;
    min-width: 194px;
    min-height: 33px;
    height: min-content;
    font-weight: bold;
    color: var(--titles);
    margin-top: 0;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 3px;
    box-sizing: border-box;
    text-align: center;
    text-shadow: 0px 0px 2px #000, 0px 0px 2px #000, 0px 0px 2px #000000;
    z-index: 1;
}

.topblk h2::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to top, #000000 30%, #250909 100%);
    box-shadow: inset 0 0 3px #000000, inset 0 0 3px #000000, inset 0 0 8px #000000, inset 0 0px 8px #000000, inset 0 0px 10px #000000, 0px 0px 5px #111111a4;
    border-radius: 20px;
    z-index: -1;
}

.topblk h2 a {
    color: var(--topblk-h2-a);
}

.topblk h2 a:hover {
    color: var(--topblk-h2-a-hover);
}

.topblk img {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.topblk a {
    color: var(--links);
}

.topblk a:hover {
    color: var(--links-hover);
}


/*----- 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: 100%;
    margin: auto;
    padding: 15px 0 15px 0;
    border: none;
    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 {
    position: relative;
    font-size: 16px;
    line-height: 29px;
    min-width: 194px;
    min-height: 33px;
    height: min-content;
    font-weight: bold;
    color: var(--titles);
    margin-top: 0;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 3px;
    box-sizing: border-box;
    text-align: center;
    text-shadow: 0px 0px 2px #000, 0px 0px 2px #000, 0px 0px 2px #000000;
    z-index: 1;
}

.botblk h2::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to top, #000000 30%, #250909 100%);
    box-shadow: inset 0 0 3px #000000, inset 0 0 3px #000000, inset 0 0 8px #000000, inset 0 0px 8px #000000, inset 0 0px 10px #000000, 0px 0px 5px #111111a4;
    border-radius: 20px;
    z-index: -1;
}

.botblk h2 a {
    color: var(--botblk-h2-a);
}

.botblk h2 a:hover {
    color: var(--botblk-h2-a-hover);
}

.botblk img {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.botblk a {
    color: var(--links);
}

.botblk a:hover {
    color: var(--links-hover);
}


/*----- 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-align: center;
    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 li {
    margin-bottom: 25px;
}

.centerblk a {
    color: var(--links);
}

.centerblk a:hover {
    color: var(--links-hover);
}

.centerblk h2 {

    text-align: center;
    font-size: 1em;
    line-height: 23px;
    width: 90%;
    min-height: 15px;
    height: min-content;
    padding: 5px;
    font-weight: bold;
    color: var(--titles2);
    margin-top: 0px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    background-image: linear-gradient(to top, #080808 40%, #0f0f0f 100%);
    box-shadow: inset 0 0 3px #000000, inset 0 0 3px #000000, inset 0 0 10px #000000, inset 0 0 10px #000000, inset 0 0 8px #000000, 0px 0px 2px #141414;
    border-radius: 0 0 80px 80px;
    box-sizing: border-box;
    letter-spacing: 1px;
    text-shadow: 0px 0px 2px #000000, 0px 0px 2px #000000, 0px 0px 2px #000000;
}

.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 {
    position: relative;
    text-align: center;
    font-size: 1em;
    line-height: 29px;
    width: 100%;
    min-height: 20px;
    height: min-content;
    margin: 0px 0px 20px 0px;
    padding: 0px 5px 5px 5px;
    font-weight: bold;
    color: var(--titles);
    margin-top: 0;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    letter-spacing: 1px;
    text-shadow: 0px 0px 2px #000000, 0px 0px 2px #000000, 0px 0px 2px #000000;
    z-index: 1;
}

.sidebar h2::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(images/h2.png);
    box-shadow: inset 0 0 1px #000000, inset 0 0 1px #000000, inset 0 0 1px #000000, inset 0 0 1px #000000, inset 0 0 10px #240909, 0px 0px 2px #070000, 0px 0px 3px #070000, 0px 0px 5px #1d1d1dce;
    border-radius: 40% 0 40% 0%;
    z-index: -1;
}

.sidebar h2 a {
    color: var(--sidebar-h2-a);
    font-weight: bold;
}

.sidebar h2 a:hover {
    color: var(--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 {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    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 li {
    padding: 3px 0 2px 10px;
}

.sidebar li li li::before {
    content: "\21b3  ";
}

.sidebar ul {
    margin: 0;
    padding: 0px;
}

.sidebar ul ul {
    margin: 2px 0 0;
}

.sidebar ul ul ul {
    margin-bottom: -3px;
}

.sidebar a {
    color: var(--links);
    transition: 0.3s;
}

.sidebar a:hover {
    color: var(--links-hover);
}


/*----- 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 {
    position: relative;
    text-align: center;
    font-size: 1em;
    line-height: 29px;
    width: 100%;
    min-height: 20px;
    height: min-content;
    margin: 0px 0px 20px 0px;
    padding: 0px 5px 5px 5px;
    font-weight: bold;
    color: var(--titles);
    margin-top: 0;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    letter-spacing: 1px;
    text-shadow: 0px 0px 2px #000000, 0px 0px 2px #000000, 0px 0px 2px #000000;
    z-index: 1;
}

.sidebar2 h2::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(images/h2.png);
    box-shadow: inset 0 0 1px #000000, inset 0 0 1px #000000, inset 0 0 1px #000000, inset 0 0 1px #000000, inset 0 0 10px #240909, 0px 0px 2px #070000, 0px 0px 3px #070000, 0px 0px 5px #1d1d1dce;
    border-radius: 40% 0 40% 0%;
    z-index: -1;
}

.sidebar2 h2 a {
    color: var(--sidebar-h2-a);
    font-weight: bold;
}

.sidebar2 h2 a:hover {
    color: var(--sidebar-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 li {
    padding: 3px 0 2px 10px;
}

.sidebar2 li li li::before {
    content: "\21b3  ";
}

.sidebar2 ul {
    margin: 0px;
    padding: 0px;
}

.sidebar2 ul ul {
    margin: 2px 0 0;
}

.sidebar2 ul ul ul {
    border-top: 1px dotted #000;
    margin-bottom: -3px;
}

.sidebar2 a {
    color: var(--links);
    transition: 0.3s;
}

.sidebar2 a:hover {
    color: var(--links-hover);
}


/** ------------------------------------------Header section starts------------------------------------------*/

.hd-body {
    height: 466px;
}

.hd-row1 {
    position: relative;
    padding-left: 862px;
    padding-right: 388px;
    height: 77px;
}

.hd-row1::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url(images/HD/r1.png);
    background-repeat: no-repeat;
    width: 28px;
    height: 77px;
    height: 100%;
}

.hd-row1::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background: url(images/HD/hd_07.png);
    background-repeat: no-repeat;
    width: 11px;
    height: 77px;
    height: 100%;
}

.hd-row1-inner1 {
    position: absolute;
    top: 0;
    left: 28px;
    background: url(images/HD/hbartext.png);
    background-repeat: no-repeat;
    width: 817px;
    height: 77px;
}

.hd-row1-inner2 {
    position: absolute;
    top: 0;
    left: 845px;
    background: url(images/HD/hd_04.png);
    background-repeat: no-repeat;
    width: 17px;
    height: 77px;
}

.hd-row1-inner3 {
    background: url(images/HD/str1.png);
    background-repeat: repeat-x;
    width: 100%;
    height: 77px;
}

.hd-row1-inner4 {
    position: absolute;
    top: 0;
    right: 11px;
    background: url(images/HD/socialrow.png);
    background-repeat: no-repeat;
    width: 377px;
    height: 77px;
}


/*---- ROW 1 END----*/

.hd-row2 {
    position: relative;
    padding-left: 862px;
    padding-right: 388px;
    height: 277px;
}

.hd-row2::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url(images/HD/r2.png);
    background-repeat: no-repeat;
    width: 11px;
    height: 277px;
    height: 100%;
}

.hd-row2::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background: url(images/HD/hd_13.png);
    background-repeat: no-repeat;
    width: 11px;
    height: 277px;
    height: 100%;
}

.hd-row2-inner1 {
    position: absolute;
    top: 0;
    left: 11px;
    background: url(images/HD/hlogo.gif);
    background-repeat: no-repeat;
    width: 851px;
    height: 277px;
}

.hd-row2-inner2 {
    background: url(images/HD/str2.png);
    background-repeat: repeat-x;
    width: 100%;
    height: 277px;
}

.hd-row2-inner3 {
    position: absolute;
    top: 0;
    right: 11px;
    background: url(images/HD/hlogo2.png);
    background-repeat: no-repeat;
    width: 377px;
    height: 277px;
}


/*---- ROW 2 END ----*/

.hd-row3 {
    position: relative;
    padding-left: 14px;
    padding-right: 14px;
    height: 53px;
}

.hd-row3::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url(images/HD/r3.png);
    background-repeat: no-repeat;
    width: 14px;
    height: 53px;
    height: 100%;
}

.hd-row3::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background: url(images/HD/hd_16.png);
    background-repeat: no-repeat;
    width: 14px;
    height: 53px;
    height: 100%;
}

.hd-row3-inner1 {
    background: url(images/HD/megamenu.png);
    background-repeat: repeat-x;
    width: 100%;
    height: 53px;
}

/*---- ROW 3 END----*/

.hd-row4 {
    position: relative;
    padding-left: 597px;
    padding-right: 641px;
    height: 59px;
}

.hd-row4::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url(images/HD/r4.png);
    background-repeat: no-repeat;
    width: 14px;
    height: 59px;
    height: 100%;
}

.hd-row4::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background: url(images/HD/hd_26.png);
    background-repeat: no-repeat;
    width: 14px;
    height: 59px;
    height: 100%;
}

.hd-row4-inner1 {
    position: absolute;
    top: 0;
    left: 14px;
    background: url(images/HD/hnav.png);
    background-repeat: no-repeat;
    width: 583px;
    height: 59px;
    display: flex;
    flex-direction: row;
}

.hd-row4-inner1 a {
    color: var(--glow-link2);
}

.hd-row4-inner1 a:hover {
    color: var(--navlink-hover);
}


/** Navigation Links - STARTS */

.hd-row4-nav-link-1,
.hd-row4-nav-link-1:hover {
    width: 119px;
    background: url(images/HD/b1.gif);
    background-repeat: no-repeat;
}

.hd-row4-nav-link-1 {
    height: 59px;
    background-position: 0px 0px;
}

.hd-row4-nav-link-1:hover {
    height: 59px;
    background-position: 0px -59px;
}

.hd-row4-nav-link-2,
.hd-row4-nav-link-2:hover {
    width: 116px;
    background: url(images/HD/b2.gif);
    background-repeat: no-repeat;
}

.hd-row4-nav-link-2 {
    height: 59px;
    background-position: 0px 0px;
}

.hd-row4-nav-link-2:hover {
    height: 59px;
    background-position: 0px -59px;
}

.hd-row4-nav-link-3,
.hd-row4-nav-link-3:hover {
    width: 116px;
    background: url(images/HD/b3.gif);
    background-repeat: no-repeat;
}

.hd-row4-nav-link-3 {
    height: 59px;
    background-position: 0px 0px;
}

.hd-row4-nav-link-3:hover {
    height: 59px;
    background-position: 0px -59px;
}

.hd-row4-nav-link-4,
.hd-row4-nav-link-4:hover {
    width: 116px;
    background: url(images/HD/b4.gif);
    background-repeat: no-repeat;
}

.hd-row4-nav-link-4 {
    height: 59px;
    background-position: 0px 0px;
}

.hd-row4-nav-link-4:hover {
    height: 59px;
    background-position: 0px -59px;
}

.hd-row4-nav-link-5,
.hd-row4-nav-link-5:hover {
    width: 116px;
    background: url(images/HD/b5.gif);
    background-repeat: no-repeat;
}

.hd-row4-nav-link-5 {
    height: 59px;
    background-position: 0px 0px;
}

.hd-row4-nav-link-5:hover {
    height: 59px;
    background-position: 0px -59px;
}


/** Navigation Links - ENDS */


.hd-row4-inner2 {
    background: url(images/HD/str4.png);
    background-repeat: repeat-x;
    width: 100%;
    height: 59px;
}

.hd-row4-inner3 {
    position: absolute;
    top: 0;
    right: 546px;
    background: url(images/HD/hd_24.png);
    background-repeat: no-repeat;
    width: 95px;
    height: 59px;
}

.hd-row4-inner4 {
    position: absolute;
    top: 0;
    right: 14px;
    background: url(images/HD/search.png);
    background-repeat: no-repeat;
    width: 532px;
    height: 59px;
}


/*---- ROW 4 END ----*/


/** ------------------------------------------Header section ends------------------------------------------*/


/** ------------------------------------------blocks 1 section starts------------------------------------------*/

.blk-body {
    min-width: 297px;
}

.blk-row1 {
    position: relative;
    padding-left: 253px;
    padding-right: 35px;
    height: 42px;
}

.blk-row1::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url(images/BLK/r1.png);
    background-repeat: no-repeat;
    width: 253px;
    height: 42px;
}

.blk-row1::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background: url(images/BLK/blk_30.png);
    background-repeat: no-repeat;
    width: 35px;
    height: 42px;
}

.blk-row1-inner {
    background: url(images/BLK/str1.png);
    background-repeat: repeat-x;
    width: 100%;
    height: 42px;
}

.blk-content {
    position: relative;
    height: 100%;
}

.blk-content::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url(images/BLK/r2.png);
    background-repeat: repeat-y;
    width: 14px;
    height: 100%;
}

.blk-content::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background: url(images/BLK/blk_37.png);
    background-repeat: repeat-y;
    width: 14px;
    height: 100%;
}

.blk-content-inner {
    margin: 0px 14px;
    background-color: var(--blk-contentbg);
    background-repeat: repeat-y repeat-x;
}

.blk-row3 {
    position: relative;
    padding-left: 141px;
    padding-right: 141px;
    height: 16px;
}

.blk-row3::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url(images/BLK/r3.png);
    background-repeat: no-repeat;
    width: 141px;
    height: 16px;
}

.blk-row3::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background: url(images/BLK/blk_42.png);
    background-repeat: no-repeat;
    width: 141px;
    height: 16px;
}

.blk-row3-inner {
    background: url(images/BLK/str3.png);
    background-repeat: repeat-x;
    width: 100%;
    height: 16px;
}


/** ------------------------------------------blocks 1 section ends------------------------------------------*/

/** ------------------------------------------blocks 2 section starts------------------------------------------*/

.blk2-body {
    min-width: 297px;
}

.blk2-row1 {
    position: relative;
    padding-left: 26px;
    padding-right: 262px;
    height: 42px;
}

.blk2-row1::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url(images/BLK2/r1.png);
    background-repeat: no-repeat;
    width: 26px;
    height: 42px;
}

.blk2-row1::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background: url(images/BLK2/blk_30.png);
    background-repeat: no-repeat;
    width: 262px;
    height: 42px;
}

.blk2-row1-inner {
    background: url(images/BLK2/str1.png);
    background-repeat: repeat-x;
    width: 100%;
    height: 42px;
}

.blk2-content {
    position: relative;
    height: 100%;
}

.blk2-content::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url(images/BLK2/r2.png);
    background-repeat: repeat-y;
    width: 14px;
    height: 100%;
}

.blk2-content::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background: url(images/BLK2/blk_37.png);
    background-repeat: repeat-y;
    width: 14px;
    height: 100%;
}

.blk2-content-inner {
    margin: 0px 14px;
    background-color: var(--blk2-contentbg);
    background-repeat: repeat-y repeat-x;
}

.blk2-row3 {
    position: relative;
    padding-left: 141px;
    padding-right: 141px;
    height: 16px;
}

.blk2-row3::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url(images/BLK2/r3.png);
    background-repeat: no-repeat;
    width: 141px;
    height: 16px;
}

.blk2-row3::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background: url(images/BLK2/blk_42.png);
    background-repeat: no-repeat;
    width: 141px;
    height: 16px;
}

.blk2-row3-inner {
    background: url(images/BLK2/str3.png);
    background-repeat: repeat-x;
    width: 100%;
    height: 16px;
}


/** ------------------------------------------blocks 2 section ends------------------------------------------*/


/** ------------------------------------------content blocks section starts------------------------------------------*/

.center-content {
    width: 100%;
}

.content-pos-1 {
    position: relative;
    height: 42px;
    padding: 0 59px;
}

.content-pos-1::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url(images/CONTENT/r1.png);
    background-repeat: no-repeat;
    width: 59px;
    height: 42px;
}

.content-pos-1::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background: url(images/CONTENT/content_33.png);
    background-repeat: no-repeat;
    width: 59px;
    height: 42px;
}

.content-pos-1-inner {
    background: url(images/CONTENT/str1.png);
    background-repeat: repeat-x;
    width: 100%;
    height: 42px;
}

.content-pos-2 {
    position: relative;
    padding: 0px 14px;
}

.content-pos-2::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url(images/CONTENT/r2.png);
    background-repeat: repeat-y;
    width: 14px;
    height: 100%;
}

.content-pos-2::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background: url(images/CONTENT/content_43.png);
    background-repeat: repeat-y;
    width: 14px;
    height: 100%;
}

.content-pos-2-inner {
    color: var(--maintext);
    background-color: var(--article-contentbg);
    width: 100%;
    padding: 0;
}

.content-pos-3 {
    position: relative;
    padding: 0 160px 0 161px;
    height: 16px;
}

.content-pos-3::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url(images/CONTENT/r3.png);
    background-repeat: no-repeat;
    width: 161px;
    height: 16px;
}

.content-pos-3::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background: url(images/CONTENT/content_52.png);
    background-repeat: no-repeat;
    width: 160px;
    height: 16px;
}

.content-pos-3-inner {
    background: url(images/CONTENT/str3.png);
    width: 100%;
    height: 16px;
}


/** ------------------------------------------content blocks section ends------------------------------------------*/


/** ------------------------------------------top/bot block section starts------------------------------------------*/

.topbot-content {
    width: 100%;
}

.topbot-content-pos-1 {
    position: relative;
    height: 42px;
    padding: 0 20px;
}

.topbot-content-pos-1::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url(images/TOPBOT/r1.png);
    background-repeat: no-repeat;
    width: 20px;
    height: 42px;
}

.topbot-content-pos-1::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background: url(images/TOPBOT/content_37.png);
    background-repeat: no-repeat;
    width: 20px;
    height: 42px;
}

.topbot-content-pos-1-inner {
    background: url(images/TOPBOT/str1.png);
    background-repeat: repeat-x;
    width: 100%;
    height: 42px;
}

.topbot-content-pos-2 {
    position: relative;
    padding: 0px 14px;
}

.topbot-content-pos-2::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url(images/TOPBOT/r2.png);
    background-repeat: repeat-y;
    width: 14px;
    height: 100%;
}

.topbot-content-pos-2::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background: url(images/TOPBOT/content_51.png);
    background-repeat: repeat-y;
    width: 14px;
    height: 100%;
}

.topbot-content-pos-2-inner {
    color: var(--maintext);
    background-color: var(--topbot-contentbg);
    width: 100%;
    padding: 0;
}

.topbot-content-pos-3 {
    position: relative;
    padding: 0 14px;
    height: 26px;
}

.topbot-content-pos-3::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url(images/TOPBOT/r3.png);
    background-repeat: no-repeat;
    width: 14px;
    height: 26px;
}

.topbot-content-pos-3::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background: url(images/TOPBOT/content_60.png);
    background-repeat: no-repeat;
    width: 14px;
    height: 26px;
}

.topbot-content-pos-3-inner {
    background: url(images/TOPBOT/str3.png);
    width: 100%;
    height: 26px;
}


/** ------------------------------------------top/bot block section ends------------------------------------------*/


/** ------------------------------------------footer section starts------------------------------------------*/

.footer-body {
    height: 204px;
}

.ft-row1 {
    position: relative;
    padding-left: 646px;
    padding-right: 597px;
    height: 19px;
}

.ft-row1::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url(images/FT/r1.png);
    background-repeat: no-repeat;
    width: 646px;
    height: 19px;
    height: 100%;
}

.ft-row1::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background: url(images/FT/ft_69.png);
    background-repeat: no-repeat;
    width: 597px;
    height: 19px;
    height: 100%;
}

.ft-row1-inner {
    background: url(images/FT/str1.png);
    background-repeat: repeat-x;
    width: 100%;
    height: 19px;
}


/** -------------- FT ROW 1 ENDS ----------------**/

.ft-row2 {
    position: relative;
    padding-left: 18px;
    padding-right: 18px;
    height: 116px;
}

.ft-row2::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url(images/FT/r2.png);
    background-repeat: no-repeat;
    width: 18px;
    height: 116px;
}

.ft-row2::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background: url(images/FT/ft_72.png);
    background-repeat: no-repeat;
    width: 18px;
    height: 116px;
}

.ft-row2-inner {
    background: url(images/FT/fcontent.png);
    background-repeat: repeat-x;
    width: 100%;
    height: 116px;
}


/* ------------ ROW 2 ENDS ------------ */

.ft-row3 {
    position: relative;
    padding-left: 18px;
    padding-right: 18px;
    height: 56px;
}

.ft-row3::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url(images/FT/r3.png);
    background-repeat: no-repeat;
    width: 18px;
    height: 56px;
    height: 100%;
}

.ft-row3::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background: url(images/FT/ft_75.png);
    background-repeat: no-repeat;
    width: 18px;
    height: 56px;
    height: 100%;
}

.ft-row3-inner {
    background: url(images/FT/copy.png);
    background-repeat: repeat-x;
    width: 100%;
    height: 56px;
}


/* ------------------------------------------footer section ends------------------------------------------*/

@media (min-width: 480px) {
    #site-wrapper {
        margin: auto;
        width: 100%;
    }
    #sb-wrap {
        padding: 0 17px 0 17px;
    }
    #sb-wrap::before {
        display: unset;
    }
    #sb-wrap::after {
        display: unset;
    }
    .hmenu2 {
        display: unset;
    }
}

@media (min-width: 768px) {
    #sb-wrap {
        padding: 0 17px;
    }
}

@media (min-width: 1024px) {
    .hmenu2 {
        display: none;
    }
    .topblk {
        flex-direction: row;
    }
    .topblk img {
        max-width: 100%;
    }
    .botblk {
        flex-direction: row;
    }
    .botblk img {
        max-width: 100%;
    }
    body {
        font-size: 100%;
    }
    header {
        display: unset;
    }
    footer {
        display: unset;
    }
    #site-wrapper {
        margin: auto;
        min-width: 1254px;
        max-width: 1450px;
    }
    #sb-wrap {
        min-width: 1254px;
        max-width: 1450px;
        padding: 0 17px;
    }
    #main-container {
        flex-direction: row;
    }
    .widget-column#widget-left {
        min-width: 297px;
        max-width: 300px;
        order: 1;
    }
    .widget-column#widget-right {
        min-width: 297px;
        max-width: 300px;
        order: 3;
    }
    .central-column {
        order: 2;
    }
    #headerlogo2 {
        display: none;
    }
    #site-navigation {
        width: 99.4%;
        border-radius: 5px;
        background-color: #191919;
        box-shadow: inset 0 0 3px #5c5c5c;
    }
    
    .main-navigation ul.nav-menu,
    .main-navigation div.nav-menu>ul {
        display: inline-block !important;
        font-weight: bold;
        text-align: left;
        width: 100%;
    }
    .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;
        white-space: nowrap;
    }
    .main-navigation li a:hover,
    .main-navigation li a:focus {
        color: var(--links-hover);
    }
    .main-navigation li {
        margin: 0 20px 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: var(--bgcolor-sm);
        border-left: 1px solid var(--border-left);
        border-bottom: 1px solid var(--border-bottom);
        border-right: 1px solid var(--border-right);
        display: block;
        font-size: 11px;
        font-size: 0.785714286rem;
        line-height: 2.181818182;
        margin-top: -3px;
        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;
    }

    #site-navigation2 {
        margin: 0;
        width: 100%;
    }
    
    .main-navigation2 ul.nav-menu,
    .main-navigation2 div.nav-menu>ul {
        display: inline-block !important;
        font-weight: bold;
        text-align: left;
        width: 100%;
    }
    .main-navigation2 ul {
        margin: 0;
        text-indent: 0;
    }
    .main-navigation2 li a,
    .main-navigation2 li {
        display: inline-block;
        text-decoration: none;
    }
    .main-navigation2 li a {
        border-bottom: 0;
        line-height: 2;
        white-space: nowrap;
    }
    .main-navigation2 li a:hover,
    .main-navigation2 li a:focus {
        color: var(--links-hover);
    }
    .main-navigation2 li {
        margin: 0 20px 0 0;
        position: relative;
    }
    .main-navigation2 li ul {
        margin: 0;
        padding: 0;
        position: absolute;
        top: 100%;
        z-index: 2;
        height: 1px;
        width: 1px;
        overflow: hidden;
        clip: rect(1px, 1px, 1px, 1px);
    }
    .main-navigation2 li ul ul {
        top: 0;
        left: 100%;
    }
    .main-navigation2 ul li:hover>ul,
    .main-navigation2 ul li:focus>ul,
    .main-navigation2 .focus>ul {
        border-left: 0;
        clip: inherit;
        overflow: inherit;
        height: inherit;
        width: inherit;
    }
    .main-navigation2 li ul li a {
        background-color: var(--bgcolor-sm2);
        border-left: 1px solid var(--border-left2);
        border-bottom: 1px solid var(--border-bottom2);
        border-right: 1px solid var(--border-right2);
        border-radius: 0 0 5px 5px;
        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-navigation2 li ul li a:hover,
    .main-navigation2 li ul li a:focus {
        background-image: linear-gradient(to top, #0e0e0e 20%, #030202 100%);
        box-shadow: inset 0 0 6px #030202, inset 0 0 6px #030202, inset 0 0 6px #030202;
        
    }
    .main-navigation2 .current-menu-item>a,
    .main-navigation2 .current-menu-ancestor>a,
    .main-navigation2 .current_page_item>a,
    .main-navigation2 .current_page_ancestor>a {
        font-weight: bold;
    }

    .menu-toggle {
        display: none;
    }
}

@media (min-width: 1200px) {
    .pcontent {
        flex-direction: row;
    }
}