/* 
Theme Name: dw-caution
Author: DesignWicked.com
Theme URI: https://www.designwicked.com
Description: DW-Caution features several optional sidebars on the left, and on the right, as well as, center content blocks(5 left side, 5 right side, 5 center and a top and bottombox) and 2 header menus, one is a part of the design and can be changed in the customizer. Has a footer text box editable in the customizer as well.
Version: 1.9.2
Requires at least: 5.2
Tested up to: 6.0
Requires PHP: 7.0
License: GPLv3 or later
License URI: https://www.gnu.org/licenses/gpl.html
Tags: blog, three-columns, two-columns, one-column, left-sidebar, right-sidebar, custom-menu, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
Text Domain: dw-caution
*/


/*

Contents:
0) Explicit reset
1) Body setup
2) Header & footer setup
3) Common elements
4) Widget elements
5) Content
5a) Pre-content
5b) Content elements
5c) Post-content

*/


/* 0) Explicit reset */

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
address,
big,
cite,
code,
div,
font,
img,
small,
strike,
sub,
sup,
li,
fieldset,
figcaption,
form,
main,
label,
legend,
button,
table,
caption,
tr,
th,
td {
    border: none;
    background: none;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-style: normal;
}

div,
nav,
footer,
main {
    display: block;
}


/* 1) Body setup */

.header-footer-bg {
    position: relative;
}

.header-footer-bg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url(images/HD/hback.png);
    background-repeat: repeat-x;
    width: 100%;
    height: 376px;
}

.header-footer-bg::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(images/FT/fback.png);
    background-repeat: repeat-x;
    width: 100%;
    height: 293px;
    z-index: -1;
}

body {
    margin: auto;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-attachment: fixed;
    font-family: 'Ubuntu', 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #272727;
}

#container {
    padding: none;
    word-break: normal;
    overflow-wrap: break-word;
    text-align: left;
}

#wrapper {
    width: 100%;
    background-color: #bebebe;
    padding: 10px 3px 0px 3px;
    margin: auto;
}

#responsive {
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: nowrap;
    margin: 0 0 16px;
}

#widgetcorral {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    flex-wrap: nowrap;
}

#storycorral {
    margin: 10px;
}

#topwidget {
    width: 100%;
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: nowrap;
}

#content {
    padding: 0px;
    width: 400px;
    flex-grow: 1;
}

main#main {
    border-radius: 0px;
    padding: none;
    display: block;
    overflow: hidden;
    /* floating elements won't stick out */
}


/* 2) Header & footer setup */

.tophigh {
    padding-left: 16px;
    text-align: center;
}

.tophigh:hover,
.tophigh:focus {
    color: #000;
}

#skip {
    position: relative;
    z-index: 99;
}

.tab-shortcut {
    position: absolute;
    top: -999px;
    background: #3d3d3d;
    padding: 20px;
}

.tab-shortcut:focus {
    top: 0;
    text-decoration: none;
}


/*---THEME MAIN HEADER DESIGN NAV---*/

.hdmainnav {
    padding-top: 13px;
    color: #d9aa1f;
    text-align: center;
    text-decoration: none;
    text-shadow: 0px 0px 3px #000000, 0px 0px 3px #000000, 0px 0px 3px #000000;
}

.hdmainnav:hover,
.hdmainnav:visited {
    color: #000000;
    text-shadow: none;
}

.hdmainnav:focus {
    color: rgb(255, 255, 255);
}


/*---END MAIN NAV---*/

#header {
    width: 75%;
    margin: auto;
    min-width: 1265px;
    color: #fff;
}

#headerlogo {
    /*header logo*/
    display: table-cell;
    vertical-align: middle;
    text-align: right;
    padding-right: 200px;
    height: 258px;
    width: 614px;
    z-index: 999;
}

#headerlogo img {
    object-fit: contain;
    max-height: 258px;
    max-width: 614px;
}

#headerlogo a:hover,
#headerlogo a:focus,
#headerlogo a:active {
    color: #ffffff;
    text-decoration: none;
}

.custom-logo {
    min-height: inherit;
}

#blog-name {
    color: #ffffff;
    font-size: 3.25em;
    text-align: center;
    text-shadow: 0px 0px 1px #000000, 0px 0px 3px #000000, 0px 0px 4px #1f1900, 0px 0px 5px #382b00, 0px 0px 6px #5e4500, 0px 0px 8px #776100;
}

#blog-tagline {
    color: #c59700;
    font-size: 18px;
    text-align: center;
    text-shadow: 0px 0px 5px #000000, 0px 0px 5px #000000, 0px 0px 5px #00141f;
}

#header-menu {
    margin-bottom: 25px;
    margin-right: 15px;
    margin-left: 15px;
    padding-top: 5px;
    font-size: 16px;
    height: 50px;
    width: 97.8%;
    background-color: #d7a71d;
    box-sizing: border-box;
    border-radius: 4px;
    box-shadow: 0px 0px 2px #000000, inset 0px 0px 2px #ffffff, inset 0px 0px 2px #ffffff;
    overflow: hidden;
}

#header-menu ul {
    padding: 0;
    list-style: none;
}

#header-menu-content {
    display: flex;
    justify-content: start;
    margin: 0;
}

#header-menu-content>li {
    display: flex;
    justify-content: center;
    align-items: center;
}

#header-menu-content a {
    color: #000000;
    display: block;
    padding: .5rem .9rem;
    text-decoration: none;
}

#header-menu-content a:hover {
    color: #ffffff;
    text-shadow: 0px 0px 2px #000, 0px 0px 2px #000, 0px 0px 2px #000, 0px 0px 4px #000, 0px 0px 4px #000;
}

#header-menu-content a:active,
#header-menu-content a:focus {
    color: #ffffff;
    text-decoration: underline;
}

#header-menu-content .sub-menu {
    left: -9999%;
    position: absolute;
    box-sizing: border-box;
    padding: 0px;
    margin: 0;
    width: max-content;
    background-color: #d7a71d;
    border-left: 1px solid #868686;
    border-right: 1px solid #868686;
    border-bottom: 1px solid #868686;
    z-index: 10;
    top: 48px;
}

#header-menu-content .sub-menu li {
    float: none;
}

#header-menu-content li:hover>.sub-menu,
#header-menu-content li:focus-within>.sub-menu {
    left: unset;
}

#header-menu-content li.menu-item-has-children::after {
    color: #000000;
    content: " \25be";
    margin-left: -12px;
}

#header-menu-content li.menu-item-has-children:hover::after,
#header-menu-content li.menu-item-has-children:focus-within::after {
    color: #ffffff;
    content: " \25b4";
    text-shadow: 0px 0px 2px #000, 0px 0px 2px #000, 0px 0px 2px #000, 0px 0px 4px #000, 0px 0px 4px #000;
}

.fcontent {
    color: #b1b1b1;
    width: 751px;
    height: 114px;
    font-size: 14px;
    font-weight: bold;
    margin: 20px 0px 20px 15px;
    padding: 2px;
    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: #d9aa1f !important;
    text-decoration: none;
    text-shadow: 0px 0px 3px #000000, 1px 1px 3px #000000, 0px 0px 3px #000000;
}

.fcontent a:hover {
    color: #ffffff !important;
    text-decoration: none;
}

.fcontent a:focus {
    color: #ffffff !important;
    text-decoration: none;
}

#footer {
    width: 100%;
    min-width: 1265px;
    margin: auto;
}

#footer-content {
    color: #a5a5a5;
    font-size: 12px;
    font-weight: bold;
    padding: 0px;
    margin: 72px 5px 0px 0px;
    padding-left: 0px;
    text-align: center;
    text-shadow: 0px 0px 2px #000000, 0px 0px 2px #000000;
}

#footer-content a {
    color: #d9aa1f;
}

#footer-content a:hover {
    color: #000000;
}

#footer-content a:active,
#footer-content a:focus {
    color: #ffffff;
}


/* 3) Common elements */

.datetime {
    padding-top: 6px;
    font-size: 13px !important;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    text-shadow: 0px 0px 1px #000000, 0px 0px 2px #000000, 0px 0px 3px #000000;
}

.userlog {
    padding-top: 17px;
    font-size: 14px !important;
    color: #d9a91f;
    text-align: center;
    text-shadow: 0px 0px 1px #000000, 0px 0px 2px #000000, 0px 0px 3px #000000;
}

.userlog a {
    color: #8f8f8f !important;
}

.userlog a::before {
    content: " \bb";
}

.userlog a:hover {
    color: #ff0000 !important;
    text-align: right;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.8em;
}

h3 {
    font-size: 1.6em;
}

h4 {
    font-size: 1.4em;
}

h5 {
    font-size: 1.2em;
}

h6 {
    font-size: 1em;
}

a {
    color: #000000;
    text-decoration: underline !important;
    text-decoration: none;
}

a:hover {
    color: #d7a71d;
    text-decoration: underline !important;
    background-color: transparent !important;
}

a:link,
a:focus {
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
}

blockquote {
    border: solid #dadada;
    border-width: 0 0 0 4px;
    padding: 0 10px;
    margin: 0 0 0 10px;
    font-style: italic;
}

button,
input,
select {
    border: 1px solid #999999;
    color: #b1b1b1;
}

button,
select,
input[type=button],
input[type=submit],
input[type=reset] {
    border-radius: 4px;
    padding: 5px 10px 5px 10px;
    background: linear-gradient(0deg, #19191c 0%, #353535 100%);
    cursor: pointer;
}

code {
    display: inline-block;
    vertical-align: middle;
    padding: 2px 10px 4px;
    background: #585858;
    border-top: 2px solid;
    border-radius: 4px;
    overflow-x: auto;
    color: #d1d400;
}

p {
    line-height: 1.4;
    margin: 1em 0;
}

pre {
    overflow-x: auto;
}

textarea {
    font-family: Arial, Verdana, Helvetica;
    border: 1px solid #d7a71d;
    padding: 2px 5px 1px;
    width: 250px;
    height: 100px;
    background-color: #cacaca;
}

input {
    max-width: 100%;
}

.alignnone {
    margin: 6px 0;
}

.alignleft {
    float: left;
    margin: 6px 6px 6px 0;
}

.alignright {
    float: right;
    margin: 6px 0 6px 6px;
}

.aligncenter {
    display: block;
    margin: 6px auto;
}

#content .wp-block-button:not(.is-style-outline) .wp-block-button__link,
#content .wp-block-file__button {
    text-decoration: none;
    font-weight: normal;
}

.is-style-squared .wp-block-button__link {
    border-radius: 0;
}

.screen-reader-text {
    position: absolute;
    left: -9999%;
}

.wp-caption .wp-caption-text {
    margin: 0;
}

.gallery-caption {
    box-sizing: border-box;
    padding: 3px;
    max-width: 100%;
}


/* 4) Widget elements */


/*----- Top Bar -----*/

.topblk {
    color: #b1b1b1;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    flex-shrink: 0;
    font-size: 0.9em;
    width: 97.8%;
    margin: auto;
    padding: 15px 15px 15px 15px;
    border: none;
    box-shadow: inset 0px 1px 1px #ffffff, 0px 0px 2px #000000;
    background: linear-gradient(0deg, #838383 85%, #b3b3b3 100%);
    box-sizing: border-box;
    list-style: none;
    text-align: center;
}

.topblk li {
    margin: 10px 20px 10px 20px;
    padding: 5px;
    box-shadow: inset 0px 1px 1px #ffffff, 0px 0px 2px #000000;
    background: linear-gradient(0deg, #838383 85%, #b3b3b3 100%);
    display: inline-block;
}

.topblk h2 {
    font-size: 16px;
    line-height: 29px;
    min-width: 194px;
    min-height: 33px;
    height: min-content;
    font-weight: bold;
    color: #d7a71d;
    box-sizing: border-box;
    text-align: center;
    text-shadow: 0px 0px 2px #000, 0px 0px 2px #000, 0px 0px 2px #000000;
}

.topblk img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.topblk a {
    text-decoration: none;
    color: #000000;
    font-weight: bold;
}

.topblk a:hover {
    color: #d7a71d;
    text-decoration: none;
    text-shadow: 0px 0px 1px #000, 0px 0px 2px #000, 0px 0px 4px #001c27;
}

.topblk a:active,
.topblk a:focus {
    color: #ffffff;
}


/*----- end top bar -----*/


/*----- Bottom Bar -----*/

.botblk {
    color: #b1b1b1;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    flex-shrink: 0;
    font-size: 0.9em;
    width: 97.8%;
    margin: auto;
    padding: 15px 15px 15px 15px;
    border: none;
    box-shadow: inset 0px 1px 1px #ffffff, 0px 0px 2px #000000;
    background: linear-gradient(0deg, #838383 85%, #b3b3b3 100%);
    box-sizing: border-box;
    list-style: none;
    text-align: center;
}

.botblk li {
    margin: 10px 20px 10px 20px;
    padding: 5px;
    box-shadow: inset 0px 1px 1px #ffffff, 0px 0px 2px #000000;
    background: linear-gradient(0deg, #838383 85%, #b3b3b3 100%);
    display: inline-block;
}

.botblk h2 {
    font-size: 16px;
    line-height: 29px;
    min-width: 194px;
    min-height: 33px;
    height: min-content;
    font-weight: bold;
    color: #d7a71d;
    box-sizing: border-box;
    text-align: center;
    text-shadow: 0px 0px 2px #000, 0px 0px 2px #000, 0px 0px 2px #000000;
}

.botblk img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.botblk a {
    text-decoration: none;
    color: #000000;
    font-weight: bold;
}

.botblk a:hover {
    color: #d7a71d;
    text-decoration: none;
    text-shadow: 0px 0px 1px #000, 0px 0px 2px #000, 0px 0px 4px #001c27;
}

.botblk a:active,
.botblk a:focus {
    color: #ffffff;
}


/*----- Center Block -----*/

.centerblk {
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    flex-shrink: 0;
    font-size: 0.9em;
    margin: auto;
    padding: 5px 5px 5px 5px;
    border: none;
    box-sizing: border-box;
    list-style: none;
}

.centerblk h2 {
    font-size: 16px;
    line-height: 29px;
    min-width: 194px;
    min-height: 33px;
    height: min-content;
    padding-left: 20px;
    padding-top: 5px;
    font-weight: bold;
    background-image: url(images/sttitle.png);
    background-repeat: no-repeat;
    box-sizing: border-box;
}

.centerblk img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.centerblk a {
    text-decoration: none;
    color: #d6af00;
    font-weight: bold;
    text-shadow: 0px 0px 2px #000000, 0px 0px 2px #000000, 0px 0px 2px #000000;
}

.centerblk a:hover {
    color: #ffffff;
}

.centerblk a:active,
.centerblk a:focus {
    color: rgb(255, 255, 255);
}


/*----- SIDE BLOCK 1 -----*/

.sidebar {
    color: #ffffff;
    font-size: 14px;
    text-decoration: none;
    flex-shrink: 0;
    margin: 0px;
    padding: 1px 5px 1px 5px;
    border: none;
    box-sizing: border-box;
    width: 210px;
    text-align: left;
}

.sidebar img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    border: 2px dotted #d39e00;
}

.sidebar h2 {
    font-size: 16px;
    line-height: 29px;
    width: 210px;
    min-height: 43px;
    height: min-content;
    margin: 0px 0px 20px 1px;
    padding: 5px 0px 0px 10px;
    font-weight: bold;
    color: #d9a91f;
    text-shadow: 0px 0px 2px #000000, 0px 0px 2px #000000, 0px 0px 2px #000000, 0px 0px 2px #000000, 0px 0px 2px #000000, 0px 0px 7px #d4d4d4, 0px 0px 7px #d4d4d4;
    background-image: url(images/blktitle.png);
    box-sizing: border-box;
}

.sidebar h2::before {
    color: #ffffff;
    text-shadow: 0px 0px 3px #000000, 0px 0px 3px #000000, 0px 0px 3px #000000;
    content: "• \00a0";
}

.sidebar h2 a {
    font-weight: bold;
    color: #bdbdbd;
}

.sidebar li {
    list-style: none;
    padding: 2px 0 30px;
}

.sidebar li li {
    padding: 2px 0px;
}

.sidebar li li::before {
    color: #ffffff;
    text-shadow: 0px 0px 1px #000000, 0px 0px 2px #000000, 0px 0px 2px #000000;
    content: "\bb \00a0 \00a0";
}

.sidebar li li.wp-block-latest-comments__comment::before {
    display: none;
}

ol.wp-block-latest-comments {
    padding-left: 0;
}

.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
    margin-left: 0;
}

.sidebar li li li {
    padding: 3px 0 2px 10px;
}

.sidebar li li li::before {
    content: "\21b3  ";
}

.sidebar ul {
    margin: 0px;
    padding: 0px;
}

.sidebar ul ul {
    margin: 2px 0 0;
}

.sidebar ul ul ul {
    border-top: 1px dotted #000;
    margin-bottom: -3px;
}

.sidebar a,
.sidebar a:visited {
    color: #000000;
    text-decoration: none;
    text-shadow: none;
}

.sidebar a:hover {
    color: #d9a91f;
    text-shadow: 0px 0px 3px #000000, 1px 1px 3px #000000, 0px 0px 3px #000000;
}

.sidebar a:active,
.sidebar a:focus {
    color: rgb(255, 255, 255);
}


/*----- SIDE BLOCKS 2 -----*/

.sidebar2 {
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    flex-shrink: 0;
    margin: 0px;
    padding: 1px 5px 1px 5px;
    border: none;
    box-sizing: border-box;
    width: 210px;
    text-align: left;
}

.sidebar2 img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    border: 2px dotted #d39e00;
}

.sidebar2 h2 {
    font-size: 16px;
    line-height: 29px;
    width: 210px;
    min-height: 43px;
    height: min-content;
    margin: 0px 0px 20px 1px;
    padding: 5px 0px 0px 15px;
    font-weight: bold;
    color: #ffffff;
    text-shadow: 0px 0px 2px #000000, 0px 0px 2px #000000, 0px 0px 2px #000000, 0px 0px 2px #000000, 0px 0px 2px #000000, 0px 0px 7px #d6b600, 0px 0px 7px #d6b600;
    background-image: url(images/blktitle2.png);
    box-sizing: border-box;
}

.sidebar2 h2::before {
    color: #d6b600;
    text-shadow: 0px 0px 3px #000000, 0px 0px 3px #000000, 0px 0px 3px #000000;
    content: "• \00a0";
}

.sidebar2 h2 a {
    font-weight: bold;
    color: #b8a862 !important;
}

.sidebar2 h2 a:hover {
    font-weight: bold;
    color: #ffffff !important;
}

.sidebar2 li {
    list-style: none;
    padding: 2px 0 30px;
}

.sidebar2 li li {
    padding: 2px 0px;
}

.sidebar2 li li::before {
    color: #d6b600;
    text-shadow: 0px 0px 1px #000000, 0px 0px 2px #000000, 0px 0px 2px #000000;
    content: "\bb \00a0 \00a0";
}

.sidebar2 li li.wp-block-latest-comments__comment::before {
    display: none;
}

.sidebar2 li li li {
    padding: 3px 0 2px 10px;
}

.sidebar2 li li li::before {
    content: "\21b3  ";
}

.sidebar2 ul {
    margin: 0px;
    padding-left: 0px;
}

.sidebar2 ul ul {
    margin: 2px 0 0;
}

.sidebar2 ul ul ul {
    border-top: 1px dotted #000;
    margin-bottom: -3px;
}

.sidebar2 a,
.sidebar2 a:visited {
    color: #ffffff;
    text-decoration: none;
    text-shadow: 0px 0px 2px #000000, 0px 0px 2px #000000, 0px 0px 2px #000000;
}

.sidebar2 a:hover {
    color: #000000;
    text-shadow: none;
}

.sidebar2 a:active,
.sidebar2 a:focus {
    color: rgb(255, 255, 255);
}


/* 5) Content */

.postnav {
    font-size: 15px;
    padding-top: 10px;
}

#index-type {
    color: #dcac21;
    font-size: 25px;
    margin: 0px 2px 10px 0px;
    padding: 8px 0px 0px 20px;
    height: 43px;
    background-repeat: no-repeat;
    background-image: url(images/blktitle2.png);
    text-shadow: 0px 0px 6px #000000, 0px 0px 4px #000000, 0px 0px 2px #000000;
    text-align: left;
}

.pcontent {
    max-width: 100%;
    margin: 50px 0px;
    padding: 5px 5px 5px 0px;
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.pcontent img {
    border: 4px solid #666666;
}

.scontent {
    max-width: 80%;
    margin: 20px 0px;
    padding: 5px 5px 5px 10px;
}

.vertical-line {
    border-left: 1px solid #5e5e5e;
}

.thumbsingle {
    margin: 30px 10px 0px 10px;
    text-align: center;
}

.hentry {
    margin: 0px 0px 60px 0px;
    clear: both;
}

.sticky {
    margin: 14px -1px;
    padding: 15px;
    border-radius: 4px;
    border: 1px solid;
    border-color: rgb(112, 112, 112);
    box-shadow: inset 0px 0px 10px #4b4b4b, inset 0px 0px 25px #747474, 0px 0px 5px #949494;
}


/* 5a) Pre-content */

.title {
    background-image: url(images/sttitle.png);
    background-repeat: no-repeat;
    font-weight: normal;
    height: 43px;
    padding: 0px 0px 0px 25px;
}

.title a {
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    text-shadow: 0px 0px 2px #000000, 0px 0px 2px #000000, 0px 0px 2px #000000;
}

.title a:hover,
.title a:focus {
    /*post title links*/
    font-size: 16px;
    font-weight: bold;
    color: #000000;
    text-shadow: none;
}

.meta {
    color: #ffffff;
    width: 70%;
    text-align: right;
    font-size: .9em;
    padding: 10px;
    margin: 5px 10px 5px auto;
    border: 1px dotted #dcac21;
    border-radius: 4px;
}

.meta a {
    color: #dcac21;
    text-shadow: 0px 0px 2px #000000, 0px 0px 2px #000000, 0px 0px 2px #000000;
}

.meta a:hover {
    color: #000000;
    text-shadow: none;
}


/* 5b) Content elements */

.hentry *,
.sidebar * {
    max-width: 100%;
    /* prevent elements from overflowing content */
}

.hentry img,
.sidebar img {
    height: auto;
}

#storybreak {
    color: #000000;
    box-shadow: inset 0px 1px 1px #ffffff, 0px 0px 2px #000000;
    background: linear-gradient(0deg, #838383 90%, #9e9e9e 100%);
    margin: 15px 3px 20px 3px;
    padding: 10px;
    clear: both;
}

#storybreak a {
    color: #d49c00;
    text-shadow: 0px 0px 2px #000000, 0px 0px 2px #000000, 0px 0px 2px #000000;
}

#storybreak a:hover,
#storybreak a:focus {
    color: #ffffff;
}


/* 5c) Post-content */

.post-nav-links {
    clear: both;
}

.paginationlink {
    color: #dcac21;
    text-align: center;
    text-shadow: 0px 0px 2px #000, 0px 0px 2px #000;
}

.paginationlink a {
    color: #000000 !important;
    text-shadow: none;
}

.paginationlink a:hover {
    color: #dcac21 !important;
    text-decoration: underline;
    text-shadow: 0px 0px 2px #000;
}

.paginationlink a:active {
    color: #dcac21 !important;
    text-decoration: underline;
}

.paginationlink a:focus {
    color: #ffffff !important;
    text-decoration: underline;
}

#continuelink {
    text-align: right;
    text-decoration: none;
    padding: 10px 0px 25px 0px;
}

#continuelink a {
    color: #dcac21;
    text-shadow: 0px 0px 1px #000, 0px 0px 2px #000, 0px 0px 3px #000;
}

#continuelink a:hover {
    color: #000000;
    text-shadow: none;
}

#continuelink::before {
    color: #000000;
    content: "\bb  ";
    text-decoration: none;
}

.readmore {
    padding: 5px;
}

.readmore::before {
    content: "\bb  ";
}

.comment-body {
    padding: 7px;
    color: #414141;
    background-color: #9b9b9b;
    border-radius: 4px;
    border: 2px solid;
    border-color: rgb(109, 109, 109);
}

#comments {
    color: #bdbdbd;
    margin: 5px;
    padding: 10px;
    border-radius: 4px;
    clear: both;
    background-color: #727272;
    box-shadow: 0px 0px 3px #000;
}

#comments a {
    color: #dcac21;
    text-shadow: 0px 0px 2px #000, 0px 0px 2px #000, 0px 0px 2px #000;
}

#comments a:hover {
    color: #000000;
    text-shadow: none;
}

#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: #dcac21;
}

.reply a {
    text-decoration: none;
}

#comments .children {
    padding: 0;
}

.comment-respond a {
    text-decoration: none;
}

.comment-form-comment textarea {
    width: 100%;
    color: #000000;
    box-sizing: border-box;
}

#submit {
    font-size: 1.4em;
    color: #dcac21;
    padding: 6px;
    box-shadow: 0px 0px 3px #000000;
    text-shadow: 0px 0px 3px #000000, 0px 0px 3px #000000;
    border-radius: 6px;
    border: 1px solid #000000;
}

#content #submit:hover,
#content #submit:focus,
#content #submit:active {
    border: 1px solid #000000;
    background: linear-gradient(0deg, #2e2e2e 0%, #5f5d3f 100%);
}

.pagination,
.post-navigation {
    padding: 0 6px;
    border-radius: 0 0 6px 6px;
}

.pagination {
    text-align: center;
}

.post-navigation .nav-links {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    clear: both;
}

.nav-links a:hover,
.nav-links a:focus,
.nav-links a:active {
    text-decoration: underline;
    color: #535353;
}

.post-navigation .nav-next {
    text-align: right;
}

.post-navigation .nav-previous,
.post-navigation .nav-next {
    word-break: break-all;
    word-break: break-word;
}


/*---background for the blocks and whole body- ALSO SIDEBARS --*/

#main-body {
    position: relative;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding: 0 33px 0 33px;
}

#main-body::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url(images/sbl.png);
    background-repeat: repeat-y;
    width: 33px;
    height: 100%;
}

#main-body::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background: url(images/sbr.png);
    background-repeat: repeat-y;
    width: 33px;
    height: 100%;
}


/** ------------------------------------------Header section starts------------------------------------------*/

.hd-body {
    height: 376px;
}

.hd-row1 {
    position: relative;
    padding-left: 611px;
    padding-right: 647px;
    height: 20px;
}

.hd-row1::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url(images/HD/r1.png);
    background-repeat: no-repeat;
    width: 611px;
    height: 20px;
    height: 100%;
}

.hd-row1::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background: url(images/HD/hd_06.png);
    background-repeat: no-repeat;
    width: 647px;
    height: 20px;
    height: 100%;
}

.hd-row1-inner-1 {
    background: url(images/HD/str1.png);
    background-repeat: repeat-x;
    width: 100%;
    height: 20px;
}


/*---- ROW 1 END----*/

.hd-row2 {
    position: relative;
    padding-left: 611px;
    padding-right: 647px;
    height: 49px;
}

.hd-row2::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url(images/HD/r2.png);
    background-repeat: no-repeat;
    width: 81px;
    height: 49px;
    height: 100%;
}

.hd-row2::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background: url(images/HD/hd_18.png);
    background-repeat: no-repeat;
    width: 65px;
    height: 49px;
    height: 100%;
}

.hd-row2-inner-1 {
    position: absolute;
    top: 0;
    left: 81px;
    display: flex;
    flex-direction: row;
}


/** Navigation Links - STARTS */

.hd-row2-nav-link-1,
.hd-row2-nav-link-1:hover {
    width: 72px;
    background: url(images/HD/b1.png);
    background-repeat: no-repeat;
}

.hd-row2-nav-link-1 {
    height: 49px;
    background-position: 0px 0px;
}

.hd-row2-nav-link-1:hover {
    height: 49px;
    background-position: 0px -49px;
}

.hd-row2-nav-link-2,
.hd-row2-nav-link-2:hover {
    width: 72px;
    background: url(images/HD/b2.png);
    background-repeat: no-repeat;
}

.hd-row2-nav-link-2 {
    height: 49px;
    background-position: 0px 0px;
}

.hd-row2-nav-link-2:hover {
    height: 49px;
    background-position: 0px -49px;
}

.hd-row2-nav-link-3,
.hd-row2-nav-link-3:hover {
    width: 72px;
    background: url(images/HD/b3.png);
    background-repeat: no-repeat;
}

.hd-row2-nav-link-3 {
    height: 49px;
    background-position: 0px 0px;
}

.hd-row2-nav-link-3:hover {
    height: 49px;
    background-position: 0px -49px;
}

.hd-row2-nav-link-4,
.hd-row2-nav-link-4:hover {
    width: 72px;
    background: url(images/HD/b4.png);
    background-repeat: no-repeat;
}

.hd-row2-nav-link-4 {
    height: 49px;
    background-position: 0px 0px;
}

.hd-row2-nav-link-4:hover {
    height: 49px;
    background-position: 0px -49px;
}

.hd-row2-nav-link-5,
.hd-row2-nav-link-5:hover {
    width: 72px;
    background: url(images/HD/b5.png);
    background-repeat: no-repeat;
}

.hd-row2-nav-link-5 {
    height: 49px;
    background-position: 0px 0px;
}

.hd-row2-nav-link-5:hover {
    height: 58px;
    background-position: 0px -49px;
}


/** Navigation Links - ENDS */

.hd-row2-inner-2 {
    position: absolute;
    top: 0;
    left: 441px;
    background: url(images/HD/hd_14.png);
    background-repeat: no-repeat;
    width: 170px;
    height: 49px;
}

.hd-row2-inner-3 {
    background: url(images/HD/str2.png);
    background-repeat: repeat-x;
    width: 100%;
    height: 49px;
}

.hd-row2-inner-4 {
    position: absolute;
    top: 0;
    right: 411px;
    background: url(images/HD/hd_16.png);
    background-repeat: no-repeat;
    width: 236px;
    height: 49px;
}

.hd-row2-inner-5 {
    position: absolute;
    top: 0;
    right: 65px;
    background: url(images/HD/login-out.png);
    background-repeat: no-repeat;
    width: 346px;
    height: 49px;
}


/*---- ROW 2 END----*/

.hd-row3 {
    position: relative;
    padding-left: 611px;
    padding-right: 647px;
    height: 258px;
}

.hd-row3::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url(images/HD/r3.png);
    background-repeat: no-repeat;
    width: 32px;
    height: 258px;
    height: 100%;
}

.hd-row3::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background: url(images/HD/hd_23.png);
    background-repeat: no-repeat;
    width: 33px;
    height: 258px;
    height: 100%;
}

.hd-row3-inner-1 {
    position: absolute;
    top: 0;
    left: 32px;
    background: url(images/HD/logo2.png);
    background-repeat: no-repeat;
    width: 579px;
    height: 258px;
}

.hd-row3-inner-2 {
    background: url(images/HD/str3.png);
    background-repeat: repeat-x;
    width: 100%;
    height: 258px;
}

.hd-row3-inner-3 {
    position: absolute;
    top: 0;
    right: 33px;
    background: url(images/HD/logo.png);
    background-repeat: no-repeat;
    width: 614px;
    height: 258px;
}


/*---- ROW 3 END----*/

.hd-row4 {
    position: relative;
    padding-left: 611px;
    padding-right: 647px;
    height: 31px;
}

.hd-row4::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url(images/HD/r4.png);
    background-repeat: no-repeat;
    width: 32px;
    height: 31px;
    height: 100%;
}

.hd-row4::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background: url(images/HD/hd_29.png);
    background-repeat: no-repeat;
    width: 43px;
    height: 31px;
    height: 100%;
}

.hd-row4-inner-1 {
    position: absolute;
    top: 0;
    left: 32px;
    background: url(images/HD/hd_25.png);
    background-repeat: no-repeat;
    width: 579px;
    height: 31px;
}

.hd-row4-inner-2 {
    background: url(images/HD/str4.png);
    background-repeat: repeat-x;
    width: 100%;
    height: 31px;
}

.hd-row4-inner-3 {
    position: absolute;
    top: 0;
    right: 185px;
    background: url(images/HD/hd_27.png);
    background-repeat: no-repeat;
    width: 462px;
    height: 31px;
}

.hd-row4-inner-4 {
    position: absolute;
    top: 0;
    right: 43px;
    background: url(images/HD/clock.png);
    background-repeat: no-repeat;
    width: 142px;
    height: 31px;
}


/*---- ROW 4 END----*/

.hd-row5 {
    position: relative;
    padding-left: 611px;
    padding-right: 647px;
    height: 18px;
}

.hd-row5::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(images/HD/r5.png);
    background-repeat: no-repeat;
    width: 611px;
    height: 18px;
    height: 100%;
}

.hd-row5::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    background: url(images/HD/hd_32.png);
    background-repeat: no-repeat;
    width: 647px;
    height: 18px;
    height: 100%;
}

.hd-row5-inner {
    background: url(images/HD/str5.png);
    background-repeat: repeat-x;
    width: 100%;
    height: 18px;
}


/*---- ROW 5 END ----*/


/** ------------------------------------------Header section ends------------------------------------------*/


/** ------------------------------------------blocks 1 section starts------------------------------------------*/

.side-blocks {
    width: 276px;
}

.block-top {
    position: relative;
    background: url(images/BLK/blk_35.png);
    background-repeat: no-repeat;
    text-align: left;
    width: 276px;
    height: 74px;
}

.block-content {
    position: relative;
    height: 100%;
}

.block-content::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url(images/BLK/blk_40.png);
    background-repeat: repeat-y;
    width: 33px;
    height: 100%;
}

.block-content::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background: url(images/BLK/blk_42.png);
    background-repeat: repeat-y;
    width: 33px;
    height: 100%;
}

.block-content-inner {
    background-color: #838383;
    padding: 0px 33px;
}

.block-pos-4 {
    position: relative;
    background: url(images/BLK/blk_45.png);
    background-repeat: no-repeat;
    width: 276px;
    height: 67px;
}


/** ------------------------------------------blocks 1 section ends------------------------------------------*/


/** ------------------------------------------blocks 2 section starts------------------------------------------*/

.side-blocks2 {
    width: 276px;
}

.block2-top {
    position: relative;
    background: url(images/BLK2/blk_35.png);
    background-repeat: no-repeat;
    text-align: left;
    width: 276px;
    height: 74px;
}

.block2-content {
    position: relative;
    height: 100%;
}

.block2-content::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url(images/BLK2/blk_40.png);
    background-repeat: repeat-y;
    width: 33px;
    height: 100%;
}

.block2-content::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background: url(images/BLK2/blk_42.png);
    background-repeat: repeat-y;
    width: 33px;
    height: 100%;
}

.block2-content-inner {
    background-color: #838383;
    padding: 0px 26px 0px 40px;
}

.block2-pos-4 {
    position: relative;
    background: url(images/BLK2/blk_45.png);
    background-repeat: no-repeat;
    width: 276px;
    height: 67px;
}


/** ------------------------------------------blocks 2 section ends------------------------------------------*/


/** ------------------------------------------content blocks section starts------------------------------------------*/

.center-content {
    width: 100%;
}

.content-pos-1 {
    position: relative;
    height: 42px;
    padding: 0 24px;
}

.content-pos-1::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url(images/TBL/tbl_36.png);
    background-repeat: no-repeat;
    width: 24px;
    height: 42px;
}

.content-pos-1::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background: url(images/TBL/tbl_39.png);
    background-repeat: no-repeat;
    width: 24px;
    height: 42px;
}

.content-pos-1-inner {
    background: url(images/TBL/tbl_37.png);
    background-repeat: repeat-x;
    width: 100%;
    height: 42px;
}

.content-pos-2 {
    position: relative;
    padding: 0 24px;
}

.content-pos-2::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url(images/TBL/tbl_53.png);
    background-repeat: repeat-y;
    width: 24px;
    height: 100%;
}

.content-pos-2::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background: url(images/TBL/tbl_45.png);
    background-repeat: repeat-y;
    width: 24px;
    height: 100%;
}

.content-pos-2-inner {
    color: #363636;
    background-color: #838383;
    width: 100%;
    padding: 10px 20px;
}

.content-pos-3 {
    position: relative;
    padding: 0 24px;
    height: 33px;
}

.content-pos-3::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url(images/TBL/tbl_55.png);
    background-repeat: no-repeat;
    width: 24px;
    height: 33px;
}

.content-pos-3::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background: url(images/TBL/tbl_58.png);
    background-repeat: no-repeat;
    width: 24px;
    height: 33px;
}

.content-pos-3-inner {
    background: url(images/TBL/tbl_57.png);
    width: 100%;
    height: 33px;
}


/** ------------------------------------------content blocks section ends------------------------------------------*/


/** ------------------------------------------article blocks section starts------------------------------------------*/

.article-content {
    width: 100%;
    margin: 10px 0px 10px 0px;
}

.article-pos-1 {
    position: relative;
    height: 66px;
    padding: 0 28px;
}

.article-pos-1::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url(images/ART/art_40.png);
    background-repeat: no-repeat;
    width: 28px;
    height: 66px;
}

.article-pos-1::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background: url(images/ART/art_43.png);
    background-repeat: no-repeat;
    width: 28px;
    height: 66px;
}

.article-pos-1-inner {
    background: url(images/ART/art_41.png);
    background-repeat: repeat-x;
    width: 100%;
    height: 66px;
}

.article-pos-2 {
    position: relative;
    padding: 0 28px;
}

.article-pos-2::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url(images/ART/art_51.png);
    background-repeat: repeat-y;
    width: 28px;
    height: 100%;
}

.article-pos-2::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background: url(images/ART/art_53.png);
    background-repeat: repeat-y;
    width: 28px;
    height: 100%;
}

.article-pos-2-inner {
    color: #3d3d3d;
    background-color: #838383;
    width: 100%;
    padding: 10px 20px;
}

.article-pos-3 {
    position: relative;
    padding: 0 28px;
    height: 48px;
}

.article-pos-3::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url(images/ART/art_61.png);
    background-repeat: no-repeat;
    width: 28px;
    height: 48px;
}

.article-pos-3::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background: url(images/ART/art_63.png);
    background-repeat: no-repeat;
    width: 28px;
    height: 48px;
}

.article-pos-3-inner {
    background: url(images/ART/art_62.png);
    width: 100%;
    height: 48px;
}


/** ------------------------------------------article blocks section ends------------------------------------------*/


/** ------------------------------------------footer section starts------------------------------------------*/

.footer-background {
    height: 293px;
}

.ft-row1 {
    position: relative;
    padding-left: 826px;
    padding-right: 431px;
    height: 55px;
}

.ft-row1::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url(images/FT/r1.png);
    background-repeat: no-repeat;
    width: 826px;
    height: 55px;
    height: 100%;
}

.ft-row1::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background: url(images/FT/ft_78.png);
    background-repeat: no-repeat;
    width: 431px;
    height: 55px;
    height: 100%;
}

.ft-row1-inner {
    background: url(images/FT/str1.png);
    background-repeat: repeat-x;
    width: 100%;
    height: 55px;
}


/** -------------- FT ROW 1 ENDS ----------------**/

.footer-row2 {
    position: relative;
    padding-left: 569px;
    padding-right: 565px;
    height: 75px;
}

.footer-row2::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url(images/FT/r2.png);
    background-repeat: no-repeat;
    width: 569px;
    height: 75px;
}

.footer-row2::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background: url(images/FT/ft_84.png);
    background-repeat: no-repeat;
    width: 565px;
    height: 75px;
}

.footer-row2-inner1 {
    position: absolute;
    top: 0;
    left: 47%;
    background: url(images/FT/top.png);
    background-repeat: no-repeat;
    width: 59px;
    height: 75px;
}

.footer-row2-inner2 {
    background: url(images/FT/str-right.png);
    background-repeat: repeat-x;
    width: 100%;
    height: 75px;
}


/* ------------ ROW 2 ENDS ------------ */

.footer-row3 {
    position: relative;
    padding-left: 826px;
    padding-right: 431px;
    height: 150px;
}

.footer-row3::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url(images/FT/r3.png);
    background-repeat: no-repeat;
    width: 33px;
    height: 150px;
}

.footer-row3::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background: url(images/FT/ft_90.png);
    background-repeat: no-repeat;
    width: 83px;
    height: 150px;
}

.footer-row3-inner1 {
    position: absolute;
    top: 0;
    left: 33px;
    background: url(images/FT/fcontent.png);
    background-repeat: no-repeat;
    width: 793px;
    height: 150px;
}

.footer-row3-inner2 {
    background: url(images/FT/str2.png);
    background-repeat: repeat-x;
    width: 100%;
    height: 150px;
}

.footer-row3-inner3 {
    position: absolute;
    top: 0;
    right: 276px;
    background: url(images/FT/ft_88.png);
    background-repeat: no-repeat;
    width: 155px;
    height: 150px;
}

.footer-row3-inner4 {
    position: absolute;
    top: 0;
    right: 83px;
    background: url(images/FT/copyright.png);
    background-repeat: no-repeat;
    width: 193px;
    height: 150px;
}


/* ------------ ROW 3 ENDS ------------ */

.ft-row4 {
    position: relative;
    padding-left: 826px;
    padding-right: 431px;
    height: 13px;
}

.ft-row4::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url(images/FT/ft_91.png);
    background-repeat: no-repeat;
    width: 826px;
    height: 13px;
    height: 100%;
}

.ft-row4::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background: url(images/FT/ft_93.png);
    background-repeat: no-repeat;
    width: 431px;
    height: 13px;
    height: 100%;
}

.ft-row4-inner1 {
    background: url(images/FT/str3.png);
    background-repeat: repeat-x;
    width: 100%;
    height: 13px;
}


/** ------------------------------------------footer section ends------------------------------------------*/