/* 
Theme Name: DW-Paradox
Author: DesignWicked.com
Theme URI: https://www.designwicked.com
Description: DW-Paradox is fully responsive for mobile/tablet/desktop, and features optional sidebars on the left, and right(1 left side, 1 center.) As well as, one header menu bar, and a mobile menu. The Premium Version has more images in the header slider, an HTML footer content box, as well as, a footer length widget area, and a header length widget area, full theme color customizing, and finally, more social media options for the social bar.
Version: 1.4
Requires at least: 5.2
Tested up to: 6.2
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, right-sidebar, custom-menu, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
Text Domain: dw-paradox
*/

:root {
    
    --title-bg: #000000;
    --title-g1: #1b1d26;
    --title-g2: #282c3a;

    --logobar: #282c39;
    --hmenu-grad1: #232631;
    --hmenu-grad2: #181921;
    --navbar1: #262936;
    --navbar2: #181921;
    --footerbg: #181921;
    --widget1: #212430;
    --widget2: #15161d;

    --titleborder: #2b2b2b;
    --excerpt-bg: #11111150;
    --divider-border: #4df400;
    --outlinebrdr: #24242450;
    --titles: #848484;
    --titles2: #848484;
    --maintext: #585e6d;
    --primarybg: #15161e;
    --secondarybg: #9e9e9e;
    --bloglogo: #ffffff;
    --bloglogo2: #ffffff;
    --links: #62931d;
    --links-hover: #76e500;
    --bullets: #848484;
    --bullets2: #848484;
    --images: #000000;
    --article-contentbg: #040404;
    --topbot-contentbg: #040404;
    --articletitle-a: #330b0b;
    --articletitle-a-h: #aa2525;

/* --- Tedious Colorings --- */
    
    --megamenu-a: #848484;
    --megamenu-a-hover: #76e500;
    --megahighlight: #4df400;
    --wkscrollbar: #282828;
    --wkscrollbar-thumb: #666;
    --fcon-wk-scroll: #3a3a3a;
    --blogcontent: #dadada;
    --menutoggle-btntxt: #2c2c2c;
    --menutoggle-btnbg: #1a1a1a;
    --inputfld-brdr: #1b1b1b;
    --inputfld-bg: #444444;
    --inputfld-font: #4b4b4b;
    --inputbtn-brdr: #222222;
    --codebg: #0c0c0c;
    --textarea-bg: #202020;
    --sticky-brdr: rgb(0, 0, 0);
    --navlinks-pg-num-bg: #27272725;
    --comment-body-bg: #11111150;
    --comments-font: #afafaf;
    --commentsbg: #29292925;
    --comment-form-textarea-font: #a1a1a1;
    --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;

/* --- Base Colors --- */

    --black: #000000;
    --white: #ffffff;
    --red: #ff0000;
}

/* --- RESETS & MISC --- */


nav {
    display: block;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
address,
big,
cite,
code,
div,
font,
img,
small,
strike,
sub,
sup,
li,
fieldset,
figcaption,
form,
main,
label,
legend,
button,
table,
caption,
tr,
th,
td {
    border: none;
    background: none;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.8em;
}

h3 {
    font-size: 1.6em;
}

h4 {
    font-size: 1.4em;
}

h5 {
    font-size: 1.2em;
}

h6 {
    font-size: 1em;
}

html {
    scroll-behavior: smooth;
}

#TopBtn, .blog-title::before,
#headerlogo2 img, .socialicon-wrap,
.time-time, .date-date,
.topblk h2::before, .botblk h2::before,
.sidebar h2::before, .sidebar2 h2::before,
/* --- Theme Images --- */
.hd-row4-inner1, .hd-row4-inner4,
.blk-row1, .blk2-row1, .content-pos-1,
.topbot-content-pos-1, .hd-row2-inner1,
.topbot-content-pos-3 {
    filter: hue-rotate(var(--hue-rotate));
}

/* --- LINKS --- */

a,
a:visited {
    color: var(--links);
    /*text-decoration: none;*/
    text-decoration: underline !important;
}

a:hover,
a:focus {
    color: var(--links-hover);
    text-decoration: underline !important;
    /*text-decoration: none;*/
    background-color: transparent !important;
}


/* --- TAB SHORTCUT --- */

#skip {
    position: relative;
    z-index: 99;
}

.tab-shortcut {
    position: absolute;
    top: -999px;
    padding: 20px;
}

.tab-shortcut:hover {
    position: absolute;
    top: -999px;
    background: var(--secondarybg) !important;
    padding: 20px;
}

.tab-shortcut:focus {
    top: 0;
    background: var(--secondarybg) !important;
    text-decoration: none;
}

#content {
    width: 100%;
    order: 2;
}

#TopBtn {
    display: none;
    color: var(--links);
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    cursor: pointer;
    font-size: 45px;
}

#TopBtn:hover {
    display: none;
    color: var(--links-hover);
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    cursor: pointer;
    font-size: 45px;
}


/* --- 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: 'Oswald', 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif;
    font-size: 3vh;
    color: var(--maintext);
    letter-spacing: 0.2px;
    overflow-x: hidden;
}

#main-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0 auto;
}

/* SEARCH BOX */

#search-row {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: var(--blog-row-bg);
    border-top: 1px solid var(--links-hover);
    height: 100%;
    width: 100%;
}

.search-result {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 75px;
    width: 100%;
    font-size: 1em;
    margin-bottom: 20px;
    border-bottom: 2px solid var(--outlinebrdr);
}

.searchbox {
    display: flex;
    align-items: center;
    height: 59px;
    width: 532px;
    margin: 0 auto;
    padding: 0 0 4px 8px;
}

.dw-search {
    position: absolute;
    text-align: bottom;
}

.dw-search form {
    display: inline-block;
    font-size: 0px;
    padding: 0;
    border-radius: 5px;
    position: relative;
    min-width: 442px;
    z-index: 1;
}

.dw-search input {
    font-family: 'Oswald', 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif;
    font-weight: bold;
    border-radius: 8px 8px 8px 8px;
    color: var(--bullets);
    display: block;
    float: left;
    font-size: 13px;
    height: 40px;
    margin: 5px 0 0 0px;
    padding: 0px 10px 0 10px;
    box-shadow: inset 0 0 2px #000000, inset 0 0 2px #000000, inset 0 0 2px #000000;
    width: 375px;
}

.ie .dw-search input {
    line-height: 25px;
    padding-top: 1px;
}

.dw-search input::-webkit-input-placeholder {
    color: var(--bullets);
    padding-top: 1px;
}

.dw-search input:-moz-placeholder {
    color: var(--bullets);
    padding-top: 1px;
}

.dw-search input:focus {
    animation: glow 800ms ease-out infinite alternate;
    background: #000000;
    background: linear-gradient(#000000, #000000);
    border-color: rgb(75, 0, 0);
    box-shadow: 0 0 5px rgba(255, 0, 0, 0.2), inset 0 0 5px rgba(255, 0, 0, 0.1), 0 2px 0 #000;
    color: rgb(90, 90, 90);
    outline: none;
    border: none;
}

.dw-search input:focus::-webkit-input-placeholder {
    color: #efe;
}

.dw-search input:focus:-moz-placeholder {
    color: #efe;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: red;
  transition: background-color 5000s ease-in-out 0s;
}

.dw-search button {
    font-family: 'Oswald', 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif;
    background: linear-gradient(#2e0202, #0c0101);
    box-sizing: border-box;
    border: 1px solid rgb(0, 0, 0);
    border-left-color: #000;
    border-radius: 5px 5px 5px 5px;
    color: var(--comments-font);
    display: block;
    float: left;
    font-size: 13px;
    font-weight: 500;
    height: 40px;
    line-height: 25px;
    margin-left: 8px;
    padding-top: 3px;
    position: relative;
    text-shadow: 0 -1px 0 #000;
    width: 70px;
}

.dw-search button:hover,
.dw-search button:focus {
    background: #c2c2c2;
    background: linear-gradient(rgb(92, 0, 0), rgb(24, 0, 0));
    color: var(--by-post-author);
    outline: none;
}

.dw-search button:active {
    background: #000000;
    background: linear-gradient(#160101, #660000);
    box-shadow: 0 1px 0 #000, inset 1px 0 1px #222;
    top: 1px;
}

@keyframes glow {
    0% {
        border-color: var(--links);
        box-shadow: 0 0 5px rgba(63, 6, 6, 0.2), inset 0 0 5px rgba(255, 0, 0, 0.1), 0 2px 0 #000;
    }
    100% {
        border-color: var(--links-hover);
        box-shadow: 0 0 20px rgba(255, 0, 0, 0.6), inset 0 0 10px rgba(255, 0, 0, 0.4), 0 2px 0 #000;
    }
}


/* END SEARCH BOX */


/* Backing for main center content */

.centerbg {
    background-color: var(--secondarybg);
}

#widget-hd-ft-block {
    margin: 0 auto;
    padding: 0;
    max-width: 100%;
}

.widget-column#widget-left {
    order: 1;
}

.widget-column#widget-right {
    order: 4;
}

.singlealign {
    margin: 0;
}

.single-column {
    display: flex;
    flex-direction: column;
    gap: 3px;
    width: 100%;
    order: 3;
}

/*=============================================
=            Article Main PAge                =
=============================================*/

#news-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: var(--blog-row-bg);
    background-repeat: repeat;
    border-top: 1px solid var(--links-hover);
    border-bottom: 1px solid var(--links-hover);
    padding: 30px 0 20px 0;
    height: 100%;
    width: 100%;
    z-index: 1;
}

.blog-column {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: unset;
    flex-wrap: nowrap;
    flex-basis: 300px;
    flex-grow: 0;
    flex-shrink: 0;
    padding: 5px;
    margin: 30px 0 30px 0;
    gap: 10px;
    order: 1;
}

.blog-column2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: unset;
    flex-wrap: nowrap;
    flex-basis: 300px;
    flex-grow: 0;
    flex-shrink: 0;
    padding: 0;
    margin: 30px 0 30px 0;
    gap: 10px;
    order: 1;
}

.blog-column-single {
    width: 100%;
    padding: 5px;
    margin: 30px auto;
    gap: 10px;
    order: 1;
}

.storyalign {
    margin: 0;
    padding: 0;
}

.singlealign {
    margin: 0;
}

.blog-box {
    display: flex;
    width: 350px;
    height: 550px;
    padding: 0;
    margin: 0;
    border: 1px solid var(--outlinebrdr);
}

.title-wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.title-wrap img {
    object-fit: cover;
    width: 100%;
    height: 300px;
    border-bottom: 2px solid var(--links-hover);
}

.blog-content {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 0;
    margin: 0;
    padding: 0;
}

.blog-title {
    height: 45px;
    width: 100%;
    color: var(--titles);
    font-size: 16px;
    padding: 10px 17px;
    margin: 0;
    background-image: linear-gradient(0deg, var(--widget2) 50%, var(--widget1));
    border-bottom: 1px solid var(--titleborder);
    overflow: hidden;
}

.blog-title a {
    color: var(--links);
    text-decoration: none;
}

.blog-title a:hover {
    color: var(--links-hover);
    text-decoration: none;
}

#continuelink {
    text-align: right;
    text-decoration: none;
    padding: 0 10px 0 0;
    margin: 0;
    border-top: 1px solid var(--outlinebrdr);
    background: url(http://www.bjornturoque.com/wp-content/themes/dw-paradox/images/dark1.jpg);
    background-repeat: repeat;
    /*background-color: var(--continue-bg);*/
    border-radius: 0 0 6px 6px;
}

#continuelink a {
    color: var(--links);
}

#continuelink a:hover {
    color: var(--links-hover);
}

#continuelink::before {
    color: var(--bullets);
    content: "\bb  ";
    text-decoration: none;
}

.pcontent {
    height: 100%;
    margin: 0;
    padding: 0 5px 0 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: var(--excerpt-bg);
    border-bottom: 1px solid var(--links-hover);
    gap: 10px;
}

.pcontent p {
    margin: 0;
    padding: 10px 0 10px 0;
}

.pcontent a {
    text-align: center;
}

.pcontent img {
    border: 4px solid var(--images);
    min-width: 150px;
}

.hentry {
    margin: 0;
    clear: both;
}

.sticky {
    content: '';
    position: absolute;
    top: 70px;
    left: 0;
    height: 30px;
    width: 70px;
    margin: 0;
    padding: 5px;
    border-radius: 4px 50px 0 0;
    background-color: #00000070;
    background-image: url(http://www.bjornturoque.com/wp-content/themes/dw-paradox/images/sticky.png);
}

/*=====  End of Article Main PAge  ======*/

header {
    display: none;
}

footer {
    display: none;
}

#headerlogo2 {
    /*header logo*/
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px;
    margin: 0 auto;
    height: 232px;
    min-width: 300px;
    max-width: 600px;
    z-index: 999;
}

#headerlogo2 img {
    object-fit: contain;
    max-height: 232px;
    max-width: 100%;
}


/* ------- MISC WP CORE CSS ------- */

/*=============================================
=            Mobile Navigation            =
=============================================*/

.nav-head {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 65px;
    margin: 0 auto;
    background-image: linear-gradient(0deg, var(--hmenu-grad1) 50%, var(--hmenu-grad2));
}

.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: #0d0e13;
    border-bottom: 2px solid #23252b;
    border-left: 10px solid #23252b;
    border-right: 10px solid #23252b;
    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: var(--links);
    background-image: linear-gradient(0deg, #2e2e2e, #646464);
}

.burgerbutton:hover {
    color: var(--links-hover);
}

.m-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
  
.m-menu .m-nav li {
    border-top: 1px solid #23252b;
    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 #212329;
}

.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: 100px;
    height: 73px;
    font-size: 35px;
    color: #d1d1d1;
    text-shadow: 0px 0px 1px #000000, 
                 0px 0px 1px #000000;
    background-image: linear-gradient(var(--links-hover), var(--links));
    cursor: pointer;
}

.home-btn:hover {
    background-image: linear-gradient(0deg, #5e5e5e, #dadada);
}

#hmenu-back {
    display: none;
    justify-content: center;
    background-image: linear-gradient(0deg, var(--navbar2), var(--navbar1));
    border-top: 1px solid #ffffff15;
    border-bottom: 1px solid #0000003f;
    height: 75px;
    width: 100%;
}

.hmenu {
    width: 75%;
    min-width: 1024px;
    height: 73px;
    margin: 0;
    padding: 0;
    display: flex;
    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: 73px;
    position: relative;
    box-shadow: 1px 0px 0px 0px #0000002d,
                inset 1px 0px 0px 0px #0000002d;
    cursor: pointer;
}

/* Last button divider ---
.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 > .sub-menu .menu-item-has-children {
    position: relative;
}

.top-bar li > .sub-menu .menu-item-has-children::after {
    content: '\25be';
    position: absolute;
    right: 0;
    padding-right: 5px;
    margin-left: -15px;
    transform: rotate(-90deg);
}

.top-bar li:hover {
    position: relative;
    background-image: linear-gradient(0deg, #1f1f1f35, #36363635);
}

.top-bar li a {
    padding: 1rem 1rem;
    color: var(--megamenu-a);
}

.top-bar li:hover a {
    padding: 1rem 1rem;
    color: var(--megamenu-a-hover);
}

.top-bar li li:hover > a {
    padding: 1rem 1rem;
    color: var(--megamenu-a-hover);
}

.top-bar li .sub-menu {
    position: absolute;
    top: 100%;
    left: -9999px;
    background-image: linear-gradient(0deg, var(--navbar2), var(--navbar1));
    margin: 0;
    padding: 0;
    list-style-type: none;
    min-width: 200px;
    z-index: 999;
}

.top-bar li .sub-menu a {
    display: block;
    padding: 1rem 1rem;
    text-align: center;
    text-decoration: none;
    color: var(--megamenu-a);
}

.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:hover .sub-menu {
    top: 0;
    left: 100%;
}

/*=====  End of Full Size Navigation  ======*/


/* Buttons */


/* Assistive text */

.assistive-text,
.site .screen-reader-text {
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
    height: 1px;
    width: 1px;
}

.main-navigation .assistive-text:focus,
.site .screen-reader-text:hover,
.site .screen-reader-text:active,
.site .screen-reader-text:focus {
    background-color: #fff;
    border: 2px solid #333;
    border-radius: 3px;
    clip: auto !important;
    color: #000;
    display: block;
    font-size: 12px;
    height: auto;
    padding: 12px;
    position: absolute;
    top: 5px;
    left: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar */
}

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: 0;
    padding: 5px;
}

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 ------------------------- */


/*---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---*/

.clockbox {
    display: flex;
    width: fit-content;
    flex-direction: column;
    justify-content: center;
    margin: 0 0 0 auto;
    padding: 10px 20px 0 0;
}

.datetime {
    padding-top: 0;
    font-family: 'Azeret Mono', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif;
}

.time-time {
    display: flex;
    justify-content: center;
    font-size: 20px;
    font-weight: 400;
    color: var(--links-hover);
}

.date-date {
    display: flex;
    justify-content: center;
    font-size: 15px;
    color: var(--links);
}

.userlog {
    color: var(--userlog);
    font-size: 18px;
    padding-top: 40px;
    text-align: center;
}

.userlog a {
    color: var(--links);
}

.userlog a:hover {
    color: var(--links-hover);
}

.userlog a::before {
    color: var(--bullets);
    content: " \bb \00a0";
}

header {
    max-width: 1500px;
    margin: 0 auto;
}

footer {
    max-width: 100%;
    margin: 0 auto;
}

#headerlogo {
    display: none;
    align-items: center;
    justify-content: center;
    height: 70px;
    width: 300px;
    margin: 0 0 0 auto;
    z-index: 999;
}

#headerlogo img {
    object-fit: contain;
    max-height: 70px;
    max-width: 300px;
}

.custom-logo {
    min-height: inherit;
}

#textlogo {
    text-align: left;
    margin-left: 75px;
}

.blog-name {
    color: var(--glow-link);
    font-size: 4.25em;
    text-shadow: var(--clock-glow);
}

.blog-tagline {
    color: #1f1f1f;
    font-size: 18px;
    margin-top: 10px;
}

#blog-name2 {
    color: var(--links);
    font-size: 2.25em;
    text-align: center;
}

#blog-tagline2 {
    color: var(--links-hover);
    text-align: center;
    font-size: 18px;
}



.postnav {
    font-size: 15px;
    padding: 10px 0 20px 0;
}

.scontent {
    max-width: 100%;
    margin: 50px 0px;
    padding: 5px 5px 5px 5px;
}

.scontent a {
    color: var(--links);
}

.scontent a:hover {
    color: var(--links-hover);
}

.vertical-line {
    border-left: 1px solid var(--links);
}

.thumbsingle {
    margin: 0;
    text-align: center;
}


/* 5a) Pre-content */

.meta {
    width: 100%;
    text-align: left;
    font-size: .9em;
    padding: 10px;
    margin: 0 10px 5px auto;
    border-left: 6px solid var(--links);
    background-image: linear-gradient(0deg, var(--title-g1) 50%, var(--title-g2));
    border-bottom: 1px solid #282c3a;
}

.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(--hmenu-grad2) !important;
    border: 1px solid #00000062;
    padding: 9px 14px;
}

.nav-links .page-numbers:hover {
    background-color: var(--hmenu-grad1) !important;
}

.nav-links .page-numbers.current {
    border: 1px solid #424242;
}


/* .nav-links .page-numbers.current {

} */

.post-nav-links {
    clear: both;
}

.paginationlink {
    padding: 20px 0 20px 0;
    color: var(--links-hover);
    text-align: center;
    order: 2;
}

.readmore {
    padding: 5px;
}

.readmore::before {
    content: "\bb  ";
}

.comment-body {
    padding: 7px;
    background-color: var(--comment-body-bg);
    border-radius: 4px;
    border: 1px solid;
    border-color: var(--links);
}

.reply-header {
    font-size: 0.9em;
    padding: 10px 0px;
}

.comment-reply-title {
    font-size: 0.9em;
}

#comments {
    color: var(--comments-font);
    margin: 5px;
    padding: 10px;
    font-size: 1.2em;
    border-radius: 4px;
    clear: both;
    background-color: var(--commentsbg);
    box-shadow: 0px 0px 3px #000;
}

#comments a {
    color: var(--links);
}

#comments a:hover {
    color: var(--links-hover);
}

#comments.pagecomments {
    border-radius: 0 0 6px 6px;
}

.comment-feed-link {
    margin: 0 10px 10px;
}

.comment-feed-link a {
    text-decoration: none;
}

.commentlist {
    margin: 3px;
    padding: 0;
}

.comment,
.trackback,
.pingback {
    list-style: none;
    padding: 10px;
    border-radius: 4px;
    margin: 16px 0;
}

.comment-meta a,
.comment-author a {
    text-decoration: none;
}

.avatar {
    text-align: center;
    vertical-align: text-top;
}

.bypostauthor {
    border-color: var(--by-post-author);
}

.reply a {
    text-decoration: none;
}

#comments .children {
    padding: 0;
}

.comment-respond a {
    text-decoration: none;
}

.comment-form-comment textarea {
    width: 100%;
    color: var(--comment-form-textarea-font);
    box-sizing: border-box;
}

#submit {
    font-size: 1em;
    color: #000000;
    background: linear-gradient(0deg, var(--links), var(--links-hover));
    padding: 5px;
    box-shadow: 0px 0px 3px #000000;
    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;
    border-bottom: 1px solid var(--divider-border);
    flex-wrap: wrap;
}

.topblk li {
    padding: 5px;
    align-self: center;
    list-style: none;
}

.topblk ul {
    padding: 0;
}

.topblk h2 {
    position: relative;
    font-size: 16px;
    line-height: 29px;
    min-width: 194px;
    min-height: 33px;
    height: min-content;
    font-weight: bold;
    color: var(--titles);
    margin-top: 0;
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 3px;
    box-sizing: border-box;
    border-left: 6px solid var(--links);
    border-bottom: 1px solid var(--titleborder);
    background-image: linear-gradient(0deg, var(--widget2) 50%, var(--widget1));
    border-radius: 6px;
    text-align: center;
    z-index: 1;
}

.topblk h2::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(http://www.bjornturoque.com/wp-content/themes/dw-paradox/images/dark1.jpg);
    background-repeat: repeat;
    opacity: 40%;
    z-index: -1;
}

.topblk h2 a {
    color: var(--topblk-h2-a);
}

.topblk h2 a:hover {
    color: var(--topblk-h2-a-hover);
}

.topblk img {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.topblk a {
    color: var(--links);
}

.topblk a:hover {
    color: var(--links-hover);
}


/*----- end top bar -----*/


/*----- Bottom Bar -----*/

.botblk {
    display: flex;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    flex-shrink: 0;
    font-size: 0.9em;
    width: 100%;
    margin: 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;
    background-image: url(http://www.bjornturoque.com/wp-content/themes/dw-paradox/images/dark1.jpg);
    border-top: 2px solid var(--outlinebrdr);
}

.botblk li {
    padding: 5px;
    align-self: center;
    list-style: none;
}

.botblk ul {
    padding: 0;
}

.botblk h2 {
    position: relative;
    font-size: 16px;
    line-height: 29px;
    min-width: 194px;
    min-height: 33px;
    height: min-content;
    font-weight: bold;
    color: var(--titles);
    margin-top: 0;
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 3px;
    box-sizing: border-box;
    border-left: 6px solid var(--links);
    border-bottom: 1px solid var(--titleborder);
    background-image: linear-gradient(0deg, var(--widget2) 50%, var(--widget1));
    border-radius: 6px;
    text-align: center;
    z-index: 1;
}

.botblk h2::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(http://www.bjornturoque.com/wp-content/themes/dw-paradox/images/dark1.jpg);
    background-repeat: repeat;
    opacity: 40%;
    z-index: -1;
}

.botblk h2 a {
    color: var(--botblk-h2-a);
}

.botblk h2 a:hover {
    color: var(--botblk-h2-a-hover);
}

.botblk img {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.botblk a {
    color: var(--links);
}

.botblk a:hover {
    color: var(--links-hover);
}


/*----- Center Block -----*/

.centerblk {
    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 {
    position: relative;
    text-align: left;
    line-height: 23px;
    width: 100%;
    min-height: 15px;
    height: min-content;
    font-size: 16px;
    padding: 10px 17px;
    font-weight: bold;
    color: var(--titles);
    margin-top: -5px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    background-image: linear-gradient(0deg, var(--widget2) 50%, var(--widget1));
    box-sizing: border-box;
    border-left: 6px solid var(--links);
    border-bottom: 1px solid var(--titleborder);
    letter-spacing: 1px;
}

.centerblk h2::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0; 
    height: 100%;
    width: 100%;
    background: url(http://www.bjornturoque.com/wp-content/themes/dw-paradox/images/dark1.jpg);
    background-repeat: repeat;
    opacity: 40%
}

.centerblk img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*----- SIDE BLOCK 1 -----*/

.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: 1px;
}

.sidebar h2 {
    position: relative;
    text-align: left;
    font-size: 16px;
    padding: 10px 17px;
    line-height: 23px;
    width: 100%;
    min-height: 20px;
    height: min-content;
    font-weight: bold;
    color: var(--titles);
    margin: 0;
    margin-bottom: 20px;
    box-sizing: border-box;
    letter-spacing: 1px;
    border-left: 6px solid var(--links);
    border-bottom: 1px solid var(--titleborder);
    background-image: linear-gradient(0deg, var(--widget2) 50%, var(--widget1));
    z-index: 1;
}

.sidebar h2::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0; 
    height: 100%;
    width: 100%;
    background: url(http://www.bjornturoque.com/wp-content/themes/dw-paradox/images/dark1.jpg);
    background-repeat: repeat;
    opacity: 40%
}

.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: 0 10px;
    box-shadow: none;
    border-bottom: none;
}

.sidebar li li::before {
    font-family: 'Oswald', 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);
}

.sidebar p {
    padding:  0 10px;
}

.sidebar img {
    padding: 0 5px;
}

/*----- SIDE BLOCKS 2 -----*/

.sidebar2 {
    text-decoration: none;
    flex-shrink: 0;
    margin: 0px;
    padding: 0;
    border: none;
    box-sizing: border-box;
    width: 100%;
    text-align: left;
}

.sidebar2 img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 1px;
}

.sidebar2 h2 {
    position: relative;
    text-align: left;
    font-size: 16px;
    padding: 10px 17px;
    line-height: 23px;
    width: 100%;
    min-height: 20px;
    height: min-content;
    font-weight: bold;
    color: var(--titles);
    margin: 0;
    margin-bottom: 20px;
    box-sizing: border-box;
    letter-spacing: 1px;
    border-left: 6px solid var(--links);
    border-bottom: 1px solid var(--titleborder);
    background-image: linear-gradient(0deg, var(--widget2) 50%, var(--widget1));
    z-index: 1;
}

.sidebar2 h2::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0; 
    height: 100%;
    width: 100%;
    background: url(http://www.bjornturoque.com/wp-content/themes/dw-paradox/images/dark1.jpg);
    background-repeat: repeat;
    opacity: 40%
}

.sidebar2 h2 a {
    color: var(--sidebar-h2-a);
    font-weight: bold;
}

.sidebar2 h2 a:hover {
    color: var(--sidebar-h2-a-hover);
    font-weight: bold;
}

.sidebar2 li {
    list-style: none;
    padding: 0 0 30px;
}

.sidebar2 li li {
    padding: 0 10px;
    box-shadow: none;
    border-bottom: none;
}

.sidebar2 li li::before {
    font-family: 'Oswald', Verdana, Helvetica, Arial, sans-serif;
    color: var(--bullets);
    content: "\bb \00a0";
}

.sidebar2 li li li {
    padding: 3px 0 2px 10px;
}

.sidebar2 li li li::before {
    content: "\21b3  ";
}

.sidebar2 ul {
    margin: 0;
    padding: 0px;
}

.sidebar2 ul ul {
    margin: 2px 0 0;
}

.sidebar2 ul ul ul {
    margin-bottom: -3px;
}

.sidebar2 a {
    color: var(--links);
    transition: 0.3s;
}

.sidebar2 a:hover {
    color: var(--links-hover);
}

.sidebar2 p {
    padding:  0 10px;
}

.sidebar2 img {
    padding: 0 5px;
}


/** ------------------------------------------Header section starts------------------------------------------*/



/*=============================================
=                Image Slider                 =
=============================================*/

.slider {
    width: 100%;
    position: relative;
    margin: 0 auto;
    height: 500px;
}

.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: 50%;
    cursor: pointer;
    box-shadow: 0px 2px 4px #00000098;
}

.slider .slide-dots .slide-dot.active {
    background: var(--links-hover);
}

.slider .slidepics img {
    object-fit: cover;
    background-position: center;
    width: 100%;
    height: 500px;
    box-shadow: 1px 1px 4px #00000057;
    border-radius: 8px;
}

.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: #20253160;
    text-align: center;
    border-radius: 20px 20px 0 0;
}

.slidepics p a {
    color: var(--links);
}

.slidepics p a:hover {
    color: var(--links-hover);
}

.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(--links);
    font-size: 30px;
    transition: 0.6s ease;
    border-radius: 8px 8px 8px 8px;
    text-shadow: 1px 1px 4px #000000;
}
.slider .next {
    right: 0;
}

.slider .previous:hover {
    border-radius: 8px 50px 50px 8px;
    background-color: #ffffff21;
}

.slider .next:hover {
    border-radius: 50px 8px 8px 50px;
    background-color: #ffffff21;
}

.slider .slidepics {
    animation-name: fade;
    animation-duration: 1.5s;
}
@keyframes fade {
    from {
        opacity: 0.4
    }
    to {
        opacity: 1
    }
}

/*=====  End of Image Slider  ======*/



#bloglogo {
    font-size: 30px;
    color: var(--bloglogo);
}

#bloglogo2 {
    font-size: 20px;
    padding-left: 20px;
    color: var(--links);
}

.headbar {
    display: flex;
    justify-content: center;
    height: fit-content;
    width: 100%;
    background-color: var(--logobar);
    border-bottom: 1px solid #00000071;
    margin: 0;
}

.admin-bar .headbar {
    top: 32px;
}

.hb-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: fit-content;
    width: 100%;
    margin: 20px 0 20px 0;
    gap: 10px;
}

.logobox {
    width: 75%;
    height: 500px;
}

.logoimage {
    height: 500px;
    width: 100%;
    background-image: url(http://www.bjornturoque.com/wp-content/themes/dw-paradox/images/head.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 8px;
}

.mainhead {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: fit-content;
    width: 100%;
    background-image: linear-gradient(0deg, var(--hmenu-grad2) 50%, var(--hmenu-grad1));
    border-top: 1px solid #ffffff1a;
    border-bottom: 1px solid #0000009a;
}

.hd-body {
    position: relative;
    height: 60px;
    width: 100%;
    background-image: linear-gradient(0deg, var(--widget2) 50%, var(--widget1));
}

.hd-body::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0; 
    height: 100%;
    width: 100%;
    background: url(http://www.bjornturoque.com/wp-content/themes/dw-paradox/images/dark1.jpg);
    background-repeat: repeat;
    opacity: 50%
}


/*=============================================
=               Social Media Bar              =
=============================================*/

/* SOCIAL BAR */

.socialcontainer {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    height: fit-content;
    width: 100%;
}

#socialbar {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    height: fit-content;
}

.socialicon-wrap {
    display: flex;
    justify-content: center;
    flex-direction: row;
    margin: 0;
    padding: 0;
    width: 100%;
    gap: 25px;
}

.social-icons {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    margin: 10px 0;
    padding: 0;
    color: var(--links);
}

.social-icons:hover {
    color: var(--links-hover);
}

/*=====  End of Social Media Bar  ======*/




/** ------------------------------------------Header section ends------------------------------------------*/


/** ------------------------------------------footer section starts------------------------------------------*/

.footer-body {
    height: fit-content;
    width: 100%;
    background-color: var(--footerbg);
    border-top: 1px solid #ffffff15;
}

#footer-block {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    height: 100%;
    width: 100%;
    padding: 10px 5px 60px 5px;
    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;
}

/*=============================================
=            Footer HTML Content Area         =
=============================================*/

.fcontent {
    width: 95%;
    height: 400px;
    margin: 0 auto;
    padding: 10px 10px;
    text-decoration: none;
    text-align: center;
    overflow: auto;
    border-radius: 8px;
    background-color: #2e2e2e65;
}

.fcontent a {
    color: var(--links);
}

.fcontent a:hover {
    color: var(--links-hover);
}

.fcontent::-webkit-scrollbar {
    width: 8px;
    background-color: var(--fcon-wk-scroll);
    box-shadow: inset 0 0 4px #000000;
}

.fcontent::-webkit-scrollbar-thumb {
    background-color: var(--links);
    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(--links-hover);
    border-radius: 8px;
}

/*=====  End of Footer HTML Content Area  ======*/

/* ------------------------------------------footer section ends------------------------------------------*/

@media (min-width: 480px) {
    #site-wrapper {
        margin: auto;
        width: 100%;
    }
}

@media (min-width: 1024px) {
    #hmenu-back {
        display: flex;
        position: sticky;
        top: 0px;
        z-index: 999;
    }
    .admin-bar #hmenu-back {
        top: 32px;
    }
    #news-section {
        height: fit-content;
        width: 100%;
    }
    .blog-column {
        height: auto;
        align-items: center;
        flex-direction: row;
        justify-content: space-evenly;
        width: 100%;
        flex-wrap: wrap;
        margin: 0 0 0 0;
    }
    .blog-column2 {
        display: block;
        height: auto;
        align-items: center;
        flex-direction: row;
        justify-content: space-evenly;
        width: 100%;
        flex-wrap: wrap;
        margin: 0 0 0 0;
    }
    .blog-box {
        min-width: 400px;
        max-width: 400px;
        min-height: 450px;
        max-height: 450px;
    }
    .title-wrap img {
        display: flex;
        width: 100%;
        height: 200px;
    }
    .blog-title {
        width: 100%;
        color: var(--titles);
        font-size: 16px;
    }
    .paginationlink { 
        display: flex;
        align-items: center;
        margin: 20px 0;
        padding: 0;
    }
    .topblk {
        flex-direction: row;
    }
    .topblk img {
        max-width: 100%;
    }
    .botblk {
        flex-direction: row;
    }
    .dummyhead {
        display: flex;
    }
    .botblk img {
        max-width: 100%;
    }
    body {
        font-size: 100%;
    }
    header {
        display: unset;
    }
    footer {
        display: unset;
    }
    #site-wrapper {
        margin: auto;
        min-width: 1024px;
        max-width: 75%;
        border-right: 2px solid var(--outlinebrdr);
        border-left: 2px solid var(--outlinebrdr);
    }
    #main-container {
        flex-direction: row;
    }
    .widget-column#widget-left {
        min-width: 300px;
        max-width: 300px;
        border-right: 2px solid var(--outlinebrdr);
        order: 1;
    }
    .widget-column#widget-right {
        min-width: 300px;
        max-width: 300px;
        border-left: 2px solid var(--outlinebrdr);
        order: 3;
    }
    .central-column {
        order: 2;
    }
    #headerlogo2 {
        display: none;
    }
    #headerlogo {
        display: flex;
    }
    #site-navigation {
        display: none;
    }
    .carousel-wrapper {
        display: unset;
    }
    .hb-wrap {
        width: 75%;
        justify-content: unset;
    }
    .mainhead {
        height: 525px;
        flex-direction: unset;
    }
    .slider {
        width: 75%;
        min-width: 1024px;
        position: relative;
        margin: 0 auto;
        height: 500px;
    }
    .mobile-foot {
        display: none;
    }
    .footer-body {
        height: fit-content;
        width: 100%;
        padding: 20px 0;
    }
    #footer-block {
        flex-direction: row;
        justify-content: space-around;
        padding: 0 0 20px 0;
    }
    .fcontent {
        width: 75%;
        min-width: 1024px;
        height: 200px;
        padding: 10px;
    }
    .socialicon-wrap {
        display: flex;
        justify-content: right;
        flex-direction: row;
        margin: 0;
        padding: 0 25px 0 0;
        width: 100%;
        gap: 25px;
    }
    .social-icons {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 25px;
        width: 25px;
        font-size: 20px;
        color: var(--links);
    }
    .hb-wrap {
        flex-direction: row;
        margin: 0;
        gap: 0;
    }
}


/* --- TEST NAV --- */