/*
Theme Name: Kindrex
Author: DesignWicked.com
Theme URI: https://www.designwicked.com
Description: DW-Kindrex is loaded with features! The theme is not only fully Responsive, but has full color customization, a custom image slider, call to action blocks, three side block widgets, one top bar widget, and three center widgets. It has a sticky navigation, also a custom mobile menu. A footer text area that is HTML compatible, so many more features and nice subtleties. DesignWicked's goal is to provide WordPress themes that can build you a whole website and provide all the necessary tools, basically, to do so. Kindrex is available Free with limited options, the Pro version is fully activated.
Version: 1.8
Requires at least: 5.2
Tested up to: 6.5
Requires PHP: 7.0
License: GPLv3 or later
License URI: https://www.gnu.org/licenses/gpl.html
Tags: blog, two-columns, one-column, left-sidebar, custom-menu, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
Text Domain: kindrex
*/

:root {

/* --- blocks coloring bg's --- */
    --topblk-bg: #cccccc;
    --centerblk-bg: #cccccc;
    --storyblk-bg: #cccccc;
    --sidebar-bg: #cccccc;
/* --- end block bg's ---*/
    --hd-bg: #222222;
    --ft-bg: #222222;
    --titles: #1f1f1f;
    --titles2: #330b0b;
    --maintext: #616161;
    --primarybg: #cccccc;
    --secondarybg: #070707;
    --links: #330b0b;
    --links-hover: #aa2525;
    --bullets: #7a7a7a;
    --bullets2: #2b2b2b;
    --images: #000000;
    --userlog: #d8d8d8;
    --article-contentbg: #040404;
    --topbot-contentbg: #040404;
    --megamenu-a: #929292;
    --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: #222222;
    --mainnavbg: #020202;
    --mainnavbg-button: #0c0c0c;
    --menutoggle-btntxt: #2c2c2c;
    --menutoggle-btnbg: #1a1a1a;
    --inputfld-brdr: #1b1b1b;
    --inputfld-bg: #414141;
    --inputfld-font: #ffffff;
    --inputbtn-brdr: #222222;
    --codebg: #0c0c0c;
    --textarea-bg: #cccccc;
    --sticky-brdr: rgb(163, 163, 163);
    --navlinks-pg-num-bg: rgba(36, 36, 36, 0.2);
    --comment-body-bg: #cccccc;
    --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;
}

/* --- RESETS & MISC --- */

html,
body {
    overflow-x: hidden;
}

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: 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: 999;
}

.tab-shortcut {
    position: absolute;
    top: -999px;
    padding: 20px;
    z-index: 999;
}

.tab-shortcut:hover {
    position: absolute;
    top: -999px;
    background: var(--secondarybg) !important;
    padding: 20px;
    z-index: 999;
}

.tab-shortcut:focus {
    top: 0;
    background: var(--secondarybg) !important;
    text-decoration: none;
}

#content {
    width: 100%;
    order: 1;
}

#TopBtn {
    display: none;
    position: fixed;
    bottom: 5px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    cursor: pointer;
    font-size: 20px;
    padding: 4px 30px;
    border-radius: 0px;
    border-radius: 8px;
    background-color: var(--totopbtn);
    color: var(--links);
}

#TopBtn:hover {
    display: none;
    position: fixed;
    bottom: 5px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 4px 30px;
    border-radius: 0px;
    border-radius: 8px;
    background-color: var(--toptopbtn-hover);
    color: var(--links-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: 300px;
    padding: 0;
    background-color: var(--primarybg);
    font-family: 'Montserrat', 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif;
    font-size: 2.5vh;
    color: var(--maintext);
}

#primarybg {
    background-color: var(--primarybg);
}

#main-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0 auto;
}



/*=============================================
=                Image Slider                 =
=============================================*/

.slider{
    max-width: 100%;
    position: relative;
    margin: auto;
    height: 400px;
    margin: 10px;
}

.slider .slide-dots {
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 50%;
    height: 30px;

    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    z-index: 50;
}

.slider .slide-dots .slide-dot {
    width: 40px;
    height: 8px;
    background: #ffffff30;
    border-radius: 0;
    cursor: pointer;
    box-shadow: 0px 2px 4px #00000098;
}

.slider .slide-dots .slide-dot.active {
    background: #00000070;
}

.slider .slidepics img {
    object-fit: cover;
    width: 100%;
    height: 400px;
    box-shadow: 1px 1px 6px #000000;
    border-radius: 50px 10px 50px 10px;
}

.slidepics p {
    position: absolute;
    bottom: 0;
    left: 15%;
    height: auto;
    width: 70%;
    font-size: 1rem;
    padding: 20px;
    margin: 0;
    color: var(--maintext);
    text-shadow: 0 1px 2px #000000, 0 1px 2px #000000, 0 1px 2px #000000;
    background-color: #00000060;
    text-align: center;
    border-radius: 20px 20px 0 0;
}

.slidepics p a {
    color: var(--links);
}

.slidepics p a:hover {
    color: var(--primarybg);
}

.slider .previous, .slider .next {
    cursor: pointer;
    position: absolute;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: auto;
    padding: 16px;
    color: var(--primarybg);
    font-size: 30px;
    transition: 0.6s ease;
    border-radius: 0 0 0 0;
    text-shadow: 1px 1px 4px #000000;
    border-radius: 50px 10px 50px 10px;
}
.slider .next {
    right: 0;
}

.slider .previous:hover {
    border-radius: 50px 10px 50px 10px;
    background-color: rgba(0, 0, 0, 0.2);
}

.slider .next:hover {
    background-color: rgba(0, 0, 0, 0.2);
}

.slider .slidepics {
    animation-name: fade;
    animation-duration: 1.5s;
}
@keyframes fade {
    from {
        opacity: 0.4
    }
    to {
        opacity: 1
    }
}

/*=====  End of Image Slider  ======*/



/*=============================================
=            DW Search Box                    =
=============================================*/

.searchbox {
    position: relative;
    top: 0;
    display: flex;
    justify-content: center;
    height: 50px;
    width: 410px;
    padding: 0;
    margin-top: 20px;
    margin-left: 30px;
    border-radius: 50px 0 50px 6px;
    background-color: #4d4d4d00;
    box-shadow: inset 0px 0px 0px #000000;
    z-index: 999;
}

.dw-search {
    position: absolute;
    margin: 0 auto;
    text-align: bottom;
}

.dw-search form {
    display: inline-block;
    font-size: 0px;
    padding: 0;
    border-radius: 5px;
    position: relative;
    min-width: 300px;
    z-index: 1;
}

.dw-search input {
    font-family: 'Montserrat', 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif;
    font-weight: bold;
    border-radius: 50px 8px 50px 8px;
    color: var(--bullets);
    display: block;
    float: left;
    font-size: 13px;
    height: 40px;
    margin: 5px 0 0 0px;
    padding: 0 0 0 20px;
    box-shadow: inset 0 0 2px #000000, inset 0 0 2px #000000, inset 0 0 2px #000000;
    width: 300px;
}

.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 {
    background: #000000;
    background: linear-gradient(#000000, #000000);
    border-color: rgb(90, 90, 90);
    box-shadow: 0 0 5px rgba(126, 126, 126, 0.2), inset 0 0 5px rgba(49, 49, 49, 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: rgb(177, 177, 177);
  transition: background-color 5000s ease-in-out 0s;
}

.dw-search button {
    font-family: 'Montserrat', 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif;
    background: linear-gradient(#414141, #252525);
    box-sizing: border-box;
    border: 1px solid rgb(27, 27, 27);
    border-radius: 50px 5px 50px 5px;
    color: var(--links);
    display: block;
    float: left;
    font-size: 13px;
    font-weight: 500;
    height: 40px;
    line-height: 25px;
    margin-left: 0;
    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(83, 83, 83), rgb(56, 56, 56));
    color: var(--links-hover);
    outline: none;
}

.dw-search button:active {
    background: #000000;
    background: linear-gradient(#1f1f1f, #707070);
    box-shadow: 0 1px 0 #000, inset 1px 0 1px #222;
    top: 1px;
}

/*=====  End of DW Search Box  ======*/



/* Backing for main center content */

.centerbg {
    background-color: var(--secondarybg);
}

#widget-hd-ft-block {
    margin: 10px auto;
    padding: 0;
    max-width: 100%;
}

.widget-column#widget-left {
    order: 2;
}

.singlealign {
    margin: 0;
}

.blog-column {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
}

.blog-title {
    position: relative;
    color: var(--titles);
    font-size: 16px;
    padding-top: 14px;
    margin: 0;
    z-index: 1;
}

.blog-title::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
}

.blog-title a {
    color: var(--links);
    text-decoration: none;
}

.blog-title a:hover {
    color: var(--links-hover);
    text-decoration: none;
}

.blog-content {
    padding: 10px;
    margin: 0;
}

header {
    display: none;
}

footer {
    display: none;
}

/* ------- MISC WP CORE CSS ------- */



/*=============================================
=            Mobile Navigation            =
=============================================*/

.nav-head {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 65px;
    margin: 0 auto;
    background-color: #838383;
    border-top: 2px solid #979797;
    border-left: 2px solid #979797;
    border-right: 2px solid #979797;
}

.nav-title {
    color: var(--links);
    display: flex;
    align-items: center;
    padding-left: 10px;
    width: 150px;
    height: 100%;
    font-size: 25px;
}

.m-menu.show {
    display: flex;
    width: 95%;
    height: 100%;
    margin: 0 auto;
    background-color: var(--primarybg);
    border-bottom: 2px solid #979797;
    border-left: 10px solid #979797;
    border-right: 10px solid #979797;
    flex-direction: column;
    overflow: hidden;
}

.m-menu {
    display: none;
}

.burgerbutton {
    display: flex;
    align-items: center;
    height: 63px;
    width: 75px;
    font-size: 45px;
    justify-content: center;
    margin: 0 0 0 auto;
    color: #1b1b1b;
    background-color: #a0a0a0;
}

.burgerbutton:hover {
    color: #ffffff;
}

.m-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.m-menu .m-nav li {
    border-top: 1px solid #b6b6b6;
    line-height: 60px;
}

.m-menu .m-nav li > a:after {
    color: var(--maintext);
    font-family: 'FontAwesome';
    padding-left: 10px;
    content: "\f0d7";
}

.m-menu .m-nav li > a:only-child:after {
    content: "";
}

.m-menu .m-nav li a {
    position: relative;
    color: var(--links);
    text-decoration: none;
    font-size: 18px;
    padding-left: 10px;
    font-weight: 500;
    display: block;
    width: 100%;
    border-left: 3px solid transparent;
}

.m-menu .m-nav li:hover > a {
    color: var(--links-hover);
    background: var(--sidebar-bg) !important;
}

.m-menu .m-nav li.menu-item-has-children .sub-menu a {
    padding-left: 10px;
    border-left: 40px solid #bdbdbdab;
}

.m-menu .m-nav li.menu-item-has-children .sub-menu a:after {
    content: "";
}

/*=====  End of Mobile Navigation  ======*/



/*=============================================
=            Full Size Navigation            =
=============================================*/

.home-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 75px;
    height: 65px;
    font-size: 25px;
    color: var(--primarybg);
    text-shadow: 0px 0px 1px #000000, 0px 0px 1px #000000;
    box-shadow: inset 1px 1px 0 #474747, 0 0 3px #000000, 0 0 3px #000000;
    border-bottom: 1px solid #000000;
    background-image: linear-gradient(var(--links-hover), var(--links));
    cursor: pointer;
}

.home-btn:hover {
    background-image: linear-gradient(#585858, #242424);
    box-shadow: inset 1px 1px 0 #181818,
                inset -1px -1px #000000;
}

.hmenu {
    width: 100%;
    height: 65px;
    margin: 0;
    padding: 0;
    display: flex;
    box-shadow: inset 1px 1px 0 #474747, 0 0 3px #000000, 0 0 3px #000000;
    border-bottom: 1px solid #000000;
    background-image: linear-gradient(#3a3a3a, #141414);
    position: fixed;
    z-index: 99;
}

.admin-bar .hmenu {
    top: 32px;
}

.top-bar {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
}

.top-bar li {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 100px;
    height: 65px;
    position: relative;
    background-image: linear-gradient(#3a3a3a, #141414);
    box-shadow: inset 1px 1px 0 #474747,
                inset -1px -1px #000000;
    cursor: pointer;
}

.top-bar > li:last-child {
    border-right: 1px solid #474747;
}

.top-bar > .menu-item-has-children::after {
    content: '\25be';
    padding-right: 5px;
    margin-left: -15px;
}

.top-bar li:hover {
    position: relative;
    background: linear-gradient(0deg, var(--links), var(--links-hover));
    box-shadow: inset 1px 1px 0 #181818,
                inset -1px -1px #000000;
}

.top-bar li a {
    padding: 1rem 1rem;
    color: var(--megamenu-a);
}

.top-bar li a:hover {
    padding: 1rem 1rem;
    color: var(--megamenu-a-hover);
}

.top-bar li .sub-menu,
.top-bar .menu-item .sub-menu .sub-menu {
    position: absolute;
    top: 100%;
    left: -9999px;
    background: #565656;
    box-shadow: 1px 1px 10px #00000001;
    margin: 0;
    padding: 0;
    list-style-type: none;
    min-width: 200px;
    z-index: 999;
}

.top-bar li .sub-menu a {
    display: block;
    padding: .25rem;
    text-align: center;
    text-decoration: none;
}

.top-bar > .menu-item-has-children:hover > .sub-menu,
.top-bar > .menu-item-has-children[aria-expanded="true"] > .sub-menu {
    left: 0;
}

.top-bar .menu-item-has-children .sub-menu > .menu-item-has-children:hover .sub-menu {
    display: block;
}

.top-bar .sub-menu li .sub-menu,
.top-bar > .menu-item-has-children[aria-expanded="true"] .sub-menu .menu-item-has-children[aria-expanded="true"] .sub-menu {
    top: 0;
    left: 100%;
}

/*=====  End of Full Size Navigation  ======*/



/* 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 */
}

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);
}

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 Media Bar            =
=============================================*/

.socialcontainer {
    display: flex;
    justify-content: center;
    width: 1500px;
    margin: 0 auto;
}

#socialbar {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 302px;
    height: 61px;
}

.socialicon-wrap {
    display: flex;
    justify-content: center;
    flex-direction: row;
    width: 100%;
}

.socialicon-fb,
.socialicon-fb:hover {
    width: 84px;
    background: url(images/social/fb.png);
    background-repeat: no-repeat;
    transition: 0.5s;
}

.socialicon-fb {
    height: 61px;
    background-position: 0px 0px;
    transition: 0.5s;
}

.socialicon-fb:hover {
    height: 61px;
    background-position: 0px -61px;
}

.socialicon-tw,
.socialicon-tw:hover {
    width: 83px;
    background: url(images/social/tw.png);
    background-repeat: no-repeat;
    transition: 0.5s;
}

.socialicon-tw {
    height: 61px;
    background-position: 0px 0px;
    transition: 0.5s;
}

.socialicon-tw:hover {
    height: 61px;
    background-position: 0px -61px;
}

.socialicon-lin,
.socialicon-lin:hover {
    width: 83px;
    background: url(images/social/in.png);
    background-repeat: no-repeat;
    transition: 0.5s;
}

.socialicon-lin {
    height: 61px;
    background-position: 0px 0px;
    transition: 0.5s;
}

.socialicon-lin:hover {
    height: 61px;
    background-position: 0px -61px;
}

.socialicon-ig,
.socialicon-ig:hover {
    width: 83px;
    background: url(images/social/ig.png);
    background-repeat: no-repeat;
    transition: 0.5s;
}

.socialicon-ig {
    height: 61px;
    background-position: 0px 0px;
}

.socialicon-ig:hover {
    height: 61px;
    background-position: 0px -61px;
}

.socialicon-yt,
.socialicon-yt:hover {
    width: 83px;
    background: url(images/social/yt.png);
    background-repeat: no-repeat;
    transition: 0.5s;
}

.socialicon-yt {
    height: 61px;
    background-position: 0px 0px;
}

.socialicon-yt:hover {
    height: 61px;
    background-position: 0px -61px;
}

.socialicon-gplus,
.socialicon-gplus:hover {
    width: 83px;
    background: url(images/social/gplus.png);
    background-repeat: no-repeat;
    transition: 0.5s;
}

.socialicon-gplus {
    height: 61px;
    background-position: 0px 0px;
}

.socialicon-gplus:hover {
    height: 61px;
    background-position: 0px -61px;
}

.socialicon-dis,
.socialicon-dis:hover {
    width: 83px;
    background: url(images/social/discord.png);
    background-repeat: no-repeat;
    transition: 0.5s;
}

.socialicon-dis {
    height: 61px;
    background-position: 0px 0px;
}

.socialicon-dis:hover {
    height: 61px;
    background-position: 0px -61px;
}

/*=====  End of Social Media Bar  ======*/



/*---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 {
    font-size: 15px;
    padding-top: 10px;
    margin-left: 20px;
    font-family: 'Roboto Mono', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif;
    text-align: center;
    text-shadow: 0px 0px 2px #000000, 0px 0px 2px #000000, 0px 0px 3px #000000;
}

.datetime .date-string,
.datetime .time-string {
    color: var(--maintext);
}

.datetime .time-string::before {
    content: ' - ';
    color: #ffffff;
}

.date-date,
.time-time {
    color: var(--links);
    text-shadow: 0 0 2px #000000, 0 0 2px #000000, 0 0 2px #000000;
}

header {
    max-width: 1500px;
    margin: 0 auto;
}

footer {
    max-width: 1500px;
    margin: 0 auto;
}


/*=============================================
=            Header Logo Settings            =
=============================================*/

#headerlogo {
    position: absolute;
    top: 100px;
    left: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 227px;
    width: 686px;
    z-index: 1;
}

#headerlogo img {
    object-fit: contain;
    max-height: 227px;
    max-width: 686px;
}

#headerlogo2 {
    /*header logo*/
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px;
    margin: 0 auto;
    height: 232px;
    max-width: 300px;
    z-index: 999;
}

#headerlogo2 img {
    object-fit: contain;
    max-height: 232px;
    max-width: 100%;
}

#blog-name {
    color: var(--links);
    font-size: 4.25em;
}

#blog-tagline {
    color: var(--maintext);
    font-size: 18px;
    margin-top: 10px;
    text-align: center;
    text-shadow: 1px 0px 2px #000000, 1px 0px 2px #000000, 1px 0px 2px #000000;
}

#blog-name2 {
    color: var(--links);
    font-size: 2em;
    text-align: center;
}

#blog-tagline2 {
    color: var(--links-hover);
    text-align: center;
    font-size: 18px;
}

/*=====  End of Header Logo Settings  ======*/



.custom-logo {
    min-height: inherit;
}

#textlogo {
    text-align: left;
    margin-left: 75px;
}



/*=============================================
=            Footer HTML Content Area         =
=============================================*/

.conhold {
    height: 200px;
    width: 300px;
    border-radius: 100px 0 30px 0;
    background-color: #333333;
}

.fcontent {
    width: 100%;
    height: 400px;
    margin: 0px;
    padding: 10px;
    text-decoration: none;
    text-align: center;
    overflow: auto;
    border-radius: 50px 10px 10px 30px;
    background-color: #1f1f1f;
}

.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;
}

/*=====  End of Footer HTML Content Area  ======*/



.postnav {
    font-size: 15px;
    padding: 20px 0 10px 0;
    background-color: #9e9e9e;
}

.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: 0;
    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 #444444, inset 0px 0px 20px #6b6b6b, inset 0px 0px 5px #000000, 0 0 2px #868686;
}


/* 5a) Pre-content */

.meta-divide {
    width: 300px;
    margin: 50px 0 20px auto;
    border-top: 1px solid #000;
}

.meta {
    width: 100%;
    text-align: right;
    font-size: .9em;
    padding: 10px;
    margin: 0 10px 0 auto;
    flex-wrap: wrap;
}

.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;
}

#continuelink {
    text-align: right;
    text-decoration: none;
    padding: 10px 0px 0px 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: 0;
    font-size: 1.2rem;
    border-radius: 4px;
    clear: both;
}

#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;
}

p.form-submit {
    margin: 0;
}

.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, #313131 0%, #646464 100%);
    padding: 5px;
    box-shadow: 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: 0 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);
    padding: 3px 0 0 30px;
    margin-top: 0;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    text-align: left;
    z-index: 1;
}

.topblk h2::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(images/BLK/title.png);
    background-color: var(--sidebar-bg);
    background-repeat: no-repeat;
    border-radius: 6px 6px 6px 50px;
    box-shadow: -2px -1px 1px #00000070;
    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 of 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: 0 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);
    padding: 3px 0 0 30px;
    margin-top: 0;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    text-align: left;
    z-index: 1;
}

.botblk h2::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(images/BLK/title.png);
    background-color: var(--sidebar-bg);
    background-repeat: no-repeat;
    border-radius: 6px 6px 6px 50px;
    box-shadow: -2px -1px 1px #00000070;
    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);
}

/*=====  End of Bottom Bar  ======*/



/*=============================================
=            Center Block Primary            =
=============================================*/

.centerblk {
    width: 100%;
    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;
}

.centerblk li {
    margin-bottom: 25px;
}

.centerblk a {
    color: var(--links);
}

.centerblk a:hover {
    color: var(--links-hover);
}

.centerblk h2 {

    text-align: left;
    line-height: 23px;
    width: 100%;
    min-height: 15px;
    height: min-content;
    font-size: 16px;
    font-weight: bold;
    color: var(--titles2);
    margin-top: -5px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 17px 10px 30px;
    background-image: url(images/BLK/title.png);
    background-color: var(--sidebar-bg);
    background-repeat: no-repeat;
    border-radius: 6px 6px 6px 50px;
    box-shadow: -2px -1px 1px #00000070;
    box-sizing: border-box;
}

.centerblk img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*=====  End of Center Block Primary  ======*/



/*=============================================
=            Sidebar Primary            =
=============================================*/

.sidebar {
    text-decoration: none;
    flex-shrink: 0;
    margin: 0px;
    padding: 0;
    border: none;
    box-sizing: border-box;
    width: 100%;
    text-align: left;
}

.sidebar img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 4px;
    border: 2px dotted var(--images);
}

.sidebar h2 {
    position: relative;
    text-align: left;
    font-size: 16px;
    padding: 10px 17px 10px 30px;
    line-height: 23px;
    width: 100%;
    min-height: 20px;
    height: min-content;
    margin: 0px 0px 20px 0px;
    font-weight: bold;
    color: var(--titles);
    margin-top: 0;
    margin-bottom: 20px;
    box-sizing: border-box;
    z-index: 1;
}

.sidebar h2::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(images/BLK/title.png);
    background-color: var(--sidebar-bg);
    background-repeat: no-repeat;
    border-radius: 6px 6px 6px 50px;
    box-shadow: -2px -1px 1px #00000070;
    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: 0 0 30px;
}

.sidebar li li {
    padding: 2px 0px;
}

.sidebar li li::before {
    font-family: 'Montserrat', Verdana, Helvetica, Arial, sans-serif;
    color: var(--bullets);
    content: "\bb \00a0";
}

.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);
}

/*=====  End of Sidebar Primary  ======*/



/*=============================================
=            Header            =
=============================================*/

.hd-body {
    position: relative;
    height: 412px;
    margin: 0 0 20px 0;
}

.hd-row1 {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 65px;
    background-color: #2d2d2d;
}

/* --- Row 1 end --- */

.hd-row2 {
    position: relative;
    padding-left: 219px;
    padding-right: 1173px;
    height: 193px;
}

.hd-row2::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url(images/HD/r2.png);
    background-repeat: no-repeat;
    width: 219px;
    height: 193px;
    height: 100%;
}

.hd-row2::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background: url(images/HD/hd_04.png);
    background-repeat: no-repeat;
    width: 1173px;
    height: 193px;
    height: 100%;
}

.hd-row2-inner1 {
    background: url(images/HD/str2.png);
    background-repeat: repeat-x;
    width: 100%;
    height: 193px;
}

/* --- Row 2 end --- */

.hd-row3 {
    position: relative;
    padding-left: 219px;
    padding-right: 1173px;
    height: 99px;
}

.hd-row3::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url(images/HD/r3.png);
    background-repeat: no-repeat;
    width: 219px;
    height: 99px;
    height: 100%;
}

.hd-row3::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background: url(images/HD/hd_09.png);
    background-repeat: no-repeat;
    width: 179px;
    height: 99px;
    height: 100%;
}

.hd-row3-inner1 {
    background: url(images/HD/str3.png);
    background-repeat: repeat-x;
    width: 100%;
    height: 99px;
}

.hd-row3-inner2 {
    position: absolute;
    top: 0;
    right: 644px;
    background: url(images/HD/hd_07.png);
    background-repeat: no-repeat;
    width: 529px;
    height: 99px;
}

.hd-row3-inner3 {
    position: absolute;
    top: 0;
    right: 179px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: url(images/HD/hnav.png);
    background-repeat: no-repeat;
    width: 465px;
    height: 99px;
}

/* --- Row 3 end --- */

.hd-row4 {
    position: relative;
    top: 0;
    z-index: 2;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 61px;
    background-color: #262626;
    box-shadow: inset 0 0 2px #ffffff25, 0px 1px 0 #00000057;
}

/* --- Row 4 end --- */

.hd-row5 {
    position: relative;
    padding-left: 219px;
    padding-right: 1173px;
    height: 14px;
    background-color: var(--primarybg);
}

.hd-row5::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url(images/HD/r5.png);
    background-repeat: no-repeat;
    width: 219px;
    height: 14px;
    height: 100%;
}

.hd-row5::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background: url(images/HD/hd_13.png);
    background-repeat: no-repeat;
    width: 1173px;
    height: 14px;
    height: 100%;
}

.hd-row5-inner1 {
    background: url(images/HD/str5.png);
    background-repeat: repeat-x;
    width: 100%;
    height: 14px;
}

/* --- Row 5 end --- */

/*=====  End of Header  ======*/



/*=============================================
=            Block/Side Widget            =
=============================================*/

.blk-body {
    min-width: 300px;
}

.blk-row1 {
    position: relative;
    padding-left: 42px;
    padding-right: 271px;
    height: 27px;
}

.blk-row1::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url(images/BLK/r1.png);
    background-repeat: no-repeat;
    width: 42px;
    height: 27px;
}

.blk-row1::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background: url(images/BLK/blk_20.png);
    background-repeat: no-repeat;
    width: 271px;
    height: 27px;
}

.blk-row1-inner {
    background: url(images/BLK/str1.png);
    background-repeat: repeat-x;
    width: 100%;
    height: 27px;
}

.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: 18px;
    height: 100%;
}

.blk-content::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background: url(images/BLK/blk_29.png);
    background-repeat: repeat-y;
    width: 18px;
    height: 100%;
}

.blk-content-inner {
    margin: 0px 18px;
    background-color: var(--sidebar-bg);
    background-repeat: repeat-y repeat-x;
}

.blk-row3 {
    position: relative;
    padding-left: 159px;
    padding-right: 153px;
    height: 46px;
}

.blk-row3::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url(images/BLK/r3.png);
    background-repeat: no-repeat;
    width: 159px;
    height: 46px;
}

.blk-row3::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background: url(images/BLK/blk_39.png);
    background-repeat: no-repeat;
    width: 153px;
    height: 46px;
}

.blk-row3-inner {
    background: url(images/BLK/str3.png);
    background-repeat: repeat-x;
    width: 100%;
    height: 46px;
}

/*=====  End of Block/Side Widget  ======*/



/*=============================================
=            Content/Center Block            =
=============================================*/

.center-content {
    width: 100%;
}

.content-pos-1 {
    position: relative;
    padding-left: 151px;
    padding-right: 160px;
    height: 27px;
}

.content-pos-1::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url(images/CONTENT/r1.png);
    background-repeat: no-repeat;
    width: 151px;
    height: 27px;
}

.content-pos-1::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background: url(images/CONTENT/content_24.png);
    background-repeat: no-repeat;
    width: 160px;
    height: 27px;
}

.content-pos-1-inner {
    background: url(images/CONTENT/str1.png);
    background-repeat: repeat-x;
    width: 100%;
    height: 24px;
}

.content-pos-2 {
    position: relative;
    padding: 0px 18px;
}

.content-pos-2::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url(images/CONTENT/r2.png);
    background-repeat: repeat-y;
    width: 18px;
    height: 100%;
}

.content-pos-2::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background: url(images/CONTENT/content_31.png);
    background-repeat: repeat-y;
    width: 18px;
    height: 100%;
}

.content-pos-2-inner {
    color: var(--maintext);
    background-color: var(--centerblk-bg);
    width: 100%;
    padding: 0;
}

.content-pos-3 {
    position: relative;
    padding-left: 151px;
    padding-right: 160px;
    height: 43px;
}

.content-pos-3::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url(images/CONTENT/r3.png);
    background-repeat: no-repeat;
    width: 151px;
    height: 43px;
}

.content-pos-3::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background: url(images/CONTENT/content_41.png);
    background-repeat: no-repeat;
    width: 160px;
    height: 43px;
}

.content-pos-3-inner {
    background: url(images/CONTENT/str3.png);
    width: 100%;
    height: 43px;
}

/*=====  End of Content/Center Block  ======*/



/*=============================================
=            Article Block            =
=============================================*/

.story-content {
    width: 100%;
}

.story-pos-1 {
    position: relative;
    padding-left: 226px;
    padding-right: 68px;
    height: 55px;
}

.story-pos-1::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url(images/ST/r1.png);
    background-repeat: no-repeat;
    width: 26px;
    height: 55px;
}

.story-pos-1::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background: url(images/ST/story_05.png);
    background-repeat: no-repeat;
    width: 68px;
    height: 55px;
}

.story-pos-1-inner1 {
    position: absolute;
    top: 0;
    left: 26px;
    background: url(images/ST/story_04.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 55px;
}

.story-pos-1-inner2 {
    background: url(images/ST/str1.png);
    background-repeat: repeat-x;
    width: 100%;
    height: 55px;
}

.story-pos-2 {
    position: relative;
    padding-left: 26px;
    padding-right: 26px;
    height: 100%;
}

.story-pos-2::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url(images/ST/r2.png);
    background-repeat: repeat-y;
    width: 26px;
    height: 100%;
}

.story-pos-2::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background: url(images/ST/story_09.png);
    background-repeat: repeat-y;
    width: 26px;
    height: 100%;
}

.story-pos-2-inner {
    background-color: var(--storyblk-bg);
    width: 100%;
    padding: 0;
}

.story-pos-3 {
    position: relative;
    padding-left: 264px;
    padding-right: 31px;
    height: 32px;
}

.story-pos-3::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url(images/ST/r3.png);
    background-repeat: no-repeat;
    width: 264px;
    height: 32px;
}

.story-pos-3::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background: url(images/ST/story_14.png);
    background-repeat: no-repeat;
    width: 31px;
    height: 32px;
}

.story-pos-3-inner {
    background: url(images/ST/str3.png);
    width: 100%;
    height: 32px;
}

.story-pos-4 {
    position: relative;
    padding-left: 26px;
    padding-right: 26px;
    height: 100%;
}

.story-pos-4::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url(images/ST/r4.png);
    background-repeat: repeat-y;
    width: 26px;
    height: 100%;
}

.story-pos-4::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background: url(images/ST/story_17.png);
    background-repeat: repeat-y;
    width: 26px;
    height: 100%;
}

.story-pos-4-inner {
    background-color: #9e9e9e;
    width: 100%;
    padding: 0;
}

.story-pos-5 {
    position: relative;
    padding-left: 264px;
    padding-right: 31px;
    height: 25px;
}

.story-pos-5::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url(images/ST/r5.png);
    background-repeat: no-repeat;
    width: 26px;
    height: 25px;
}

.story-pos-5::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background: url(images/ST/story_23.png);
    background-repeat: no-repeat;
    width: 31px;
    height: 25px;
}

.story-pos-5-inner1 {
    position: absolute;
    top: 0;
    left: 26px;
    background: url(images/ST/story_21.png);
    background-repeat: no-repeat;
    width: 238px;
    height: 25px;
}

.story-pos-5-inner2 {
    background: url(images/ST/str5.png);
    background-repeat: repeat-x;
    width: 100%;
    height: 25px;
}

/*=====  End of Article Block  ======*/



/*=============================================
=            Top/Bottom Bars            =
=============================================*/

.topbot-content {
    width: 100%;
}

.topbot-content-pos-1 {
    position: relative;
    padding-left: 154px;
    padding-right: 153px;
    height: 22px;
}

.topbot-content-pos-1::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url(images/TOPBOT/r1.png);
    background-repeat: no-repeat;
    width: 154px;
    height: 22px;
}

.topbot-content-pos-1::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background: url(images/TOPBOT/content_18.png);
    background-repeat: no-repeat;
    width: 153px;
    height: 22px;
}

.topbot-content-pos-1-inner {
    background: url(images/TOPBOT/str1.png);
    background-repeat: repeat-x;
    width: 100%;
    height: 22px;
}

.topbot-content-pos-2 {
    position: relative;
    padding-left: 18px;
    padding-right: 18px;
}

.topbot-content-pos-2::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url(images/TOPBOT/r2.png);
    background-repeat: repeat-y;
    width: 18px;
    height: 100%;
}

.topbot-content-pos-2::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background: url(images/TOPBOT/content_22.png);
    background-repeat: repeat-y;
    width: 18px;
    height: 100%;
}

.topbot-content-pos-2-inner {
    color: var(--maintext);
    background-color: var(--topblk-bg);
    width: 100%;
    padding: 0;
}

.topbot-content-pos-3 {
    position: relative;
    padding-left: 154px;
    padding-right: 153px;
    height: 55px;
}

.topbot-content-pos-3::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url(images/TOPBOT/r3.png);
    background-repeat: no-repeat;
    width: 154px;
    height: 55px;
}

.topbot-content-pos-3::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background: url(images/TOPBOT/content_27.png);
    background-repeat: no-repeat;
    width: 153px;
    height: 55px;
}

.topbot-content-pos-3-inner {
    background: url(images/TOPBOT/str3.png);
    width: 100%;
    height: 55px;
}

/*=====  End of Top/Bottom Bars  ======*/



/*=============================================
=            Footer            =
=============================================*/

#footer-images {
    height: 126px;
    background-color: var(--primarybg);
}

.ft-top {
    position: relative;
    padding-left: 958px;
    padding-right: 429px;
    height: 126px;
}

.ft-top::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url(images/FT/r1.png);
    background-repeat: no-repeat;
    width: 958px;
    height: 126px;
    height: 100%;
}

.ft-top::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background: url(images/FT/ft_04.png);
    background-repeat: no-repeat;
    width: 429px;
    height: 126px;
    height: 100%;
}

.ft-top-inner {
    background: url(images/FT/str1.png);
    background-repeat: repeat-x;
    width: 100%;
    height: 126px;
}

/* --- Image Row End --- */

#footer-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    padding: 10px 5px 60px 5px;
    background-color: #262626;
    gap: 10px;
}

.ft-copyright {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    height: 50px;
    width: 100%;
}

.copyright-left {
    width: 100%;
    font-size: 14px;
    text-align: center;
}

.copyright-left a,
.copyright-right a {
    padding: 0 3px;
    color: var(--links);
}

.copyright-left a:hover,
.copyright-right a:hover {
    color: var(--links-hover);
}

.copyright-right {
    width: 100%;
    font-size: 14px;
    text-align: center;
}

/*=====  End of Footer  ======*/


/*=============================================
=            CTA Blocks                       =
=============================================*/

/* Clearfix */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

.cta-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 20px;
    gap: 10px;
}

.cta1 {
    height: auto;
    width: 100%;
}

.cta2 {
    height: auto;
    width: 100%;
}

.top-callout {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #cccccc;
    border: 4px solid #b1b1b1;
    padding: 5px;
    gap: 10px;
}

.top-callout-image {
    width: 100%;
}

.top-callout-image img {
    max-width: 100%;
	height: auto;
	transition: all .45s ease-out;
}

.top-callout-image img:hover {
	opacity: .7;
	transform: scale(1.0) rotate(2deg);
}

.top-callout-text {
    height: 250px;
    width: 100%;
    overflow: auto;
}

.top-callout-text h2 {
    text-align: center;
    font-size: 1.7rem;
    padding: .6rem;
    border-bottom: 2px solid #9b9b9b;
}

.top-callout-text a{
    color: var(--links);
}

.top-callout-text a:hover{
    color: var(--links-hover);
}

.top-callout-text p {
    font-size: 1rem;
}

/*=====  End of CTA Blocks  ======*/


/*=============================================
=            Mobile Views            =
=============================================*/

@media (min-width: 480px) {
    #site-wrapper {
        margin: 0 auto;
        width: 100%;
    }
}

@media (min-width: 1024px) {
    .mobile-foot {
        display: none;
    }
    #footer-block {
        flex-direction: row;
        justify-content: space-around;
        padding: 0 20px 20px 20px;
    }
    .fcontent {
        height: 200px;
        padding: 10px 20px 20px 20px;
    }
    #site-navigation {
        display: none;
    }
    #widget-hd-ft-block {
        padding: 0 0 10px 0;
        margin: 0 auto;
    }
    .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: 0 auto;
        min-width: 1024px;
        max-width: 100%;
    }
    #main-container {
        flex-direction: row;
        gap: 10px;
    }
    #center-contain {
        margin: 0 auto;
        padding: 0 10px;
        max-width: 1500px;
    }
    .widget-column#widget-left {
        min-width: 318px;
        max-width: 318px;
        order: 1;
    }
    #content {
        order: 2;
    }
    #headerlogo2 {
        display: none;
    }
    .cta-wrap {
        display: flex;
        flex-direction: row;
        justify-content: center;
    }
    .cta1 {
        height: auto;
        max-width: 50%;
    }
    .cta2 {
        height: auto;
        max-width: 50%;
    }
    .top-callout-image {
        float: left;
        width: 50%;
    }
    .top-callout-text {
        float: right;
        height: 250px;
        width: 48%;
        overflow: auto;
    }
    .ft-copyright {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        align-items: center;
        height: fit-content;
        min-height: 50px;
        width: 100%;
        background-color: #151515;
    }
    .copyright-left {
        display: flex;
        height: fit-content;
        width: fit-content;
        padding-left: 10px;
        justify-content: left;
    }
    .copyright-right {
        display: flex;
        height: fit-content;
        width: 600px;
        padding-right: 10px;
        justify-content: right;
    }
    .top-callout {
        flex-direction: row;
    }
}

@media (min-width: 1200px) {
    .pcontent {
        flex-direction: row;
    }
}

/*=====  End of Mobile Views  ======*/
