

*, html {
    margin:0;
    padding:0;
    scroll-behavior: smooth;
}

body {
    background-color: #392221;
    color: #878a94;
    font-size: 14px;
    line-height: 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    margin: 0;
}

b { 
    color:#30a7af;
}

i, em {
    color:#f0c265;
}

u {
    color:#fff;
    background-color:#a1282f;
    text-decoration: none;
    padding: 0 5px;
}


blockquote {
    border-radius: 4px;
    background-color: rgba(0,0,0,0.1);
    border-left: 2px solid #a1282f;
    border-right: 2px solid #a1282f;
    padding: 10px;
    font-style: italic;
}

blockquote blockquote {
    border-left: 2px solid #2d405c;
    border-right: 2px solid #2d405c;
}



h1 {
    background-color:#2d405c;
    color:#ffffff;
    font-size:14px;
    padding:5px;
    font-weight:400;
    font-family: 'Open Sans', sans-serif;
}

h5 {
    background-color:#30a7af;
    color:#fff;
    font-size:12px;
    text-transform: uppercase;
    padding: 4px 0;
}

h5 a, h5 a:link, h5 a:visited, h5 a:active, h5 a:hover {
    font-size:12px;
    text-transform:uppercase;
    margin: 0 4px;
    color:#fff;
    font-family: 'Khand', sans-serif;
    font-weight: 300;
}


h3 {
    color:#485e8a;
    border-bottom:1px solid #485e8a;
    padding:5px;
    font-size:14px;
    text-align:left;
    font-weight:400;
}



a, a:link, a:active, a:visited {
    color:#30a7af;
    text-decoration: none;
    font-size: 16px;
    font-family: 'Khand', sans-serif;
    font-weight: 400;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

a:hover {
    color:#f7d076;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.navigation a {
    color: #fff;
    text-decoration: none;
    margin: 5px;
}

.left-nav {
    background-color: #a1282f;
    padding: 20px 0px;
    text-align: right;
}

.right-nav {
    background-color: #30a7af;
    padding: 20px 0px;
    text-align: left;
}


nav a {
    position: relative;
    display: inline-block;
    margin: 0;
    outline: none;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
    text-shadow: 0 0 1px rgba(255, 255, 255, 0.3);
    font-size: 14px;
}

nav a:hover,
nav a:focus {
    outline: none;
}


/* Effect 14: border switch */
.effect-14 a {
    padding: 0 20px;
    height: 45px;
    line-height: 45px;
    font-family: 'Khand', sans-serif;
    font-weight: 300;
}

.effect-14 a::before,
.effect-14 a::after {
    position: absolute;
    width: 45px;
    height: 2px;
    background: #fff;
    content: '';
    opacity: 0.2;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    pointer-events: none;
}

.effect-14 a::before {
    top: 0;
    left: 0;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    transform-origin: 0 0;
}

.effect-14 a::after {
    right: 0;
    bottom: 0;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

.effect-14 a:hover::before,
.effect-14 a:hover::after,
.effect-14 a:focus::before,
.effect-14 a:focus::after {
    opacity: 1;
}

.effect-14 a:hover::before,
.effect-14 a:focus::before {
    left: 50%;
    -webkit-transform: rotate(0deg) translateX(-50%);
    -moz-transform: rotate(0deg) translateX(-50%);
    transform: rotate(0deg) translateX(-50%);
}

.effect-14 a:hover::after,
.effect-14 a:focus::after {
    right: 50%;
    -webkit-transform: rotate(0deg) translateX(50%);
    -moz-transform: rotate(0deg) translateX(50%);
    transform: rotate(0deg) translateX(50%);
}


.box-arrow {
    color: #442928;
    position: relative;
    top: 0;
    margin-bottom: -30px;
    position: relative;
    top: 0;
    z-index: 1;
}

.box-arrow i {
    color: #442928;
    font-size: 45px;
}

.this-box {
    background-color: #442928;
    padding: 10px 0;
    position: relative;
    top: 0;
    z-index: 2;
}

.container {
    width: 1200px;
    margin: 0 auto;
    margin-top: 10px;
}

.content {
    background-color: #2f1c1b;
}

.navigation {
    display: grid;
    grid-template-columns: 50% 50%;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 5;
}



.nav-wrapper {
    position: -webkit-sticky;
    position: sticky;
    top: -1px;
    z-index: 5;
}


#content {
    width: 65%;
    margin-top: 30px;
    margin-right: 8px;
}

#sidebar {
    width: 32%;
    margin-left: 0px;
    margin-top: 0px;
    height: 100%;
    padding: 10px;
}

.box-wrap {
    margin: 5px 0;
}

.squareone {
    background-color:#222222;
    height:5px;
    width:5px;
    position:relative;
    top:15px;
    left:0px;
    margin-right:5px;
}


.categories-wrap {
    width:100%;
}
.categories {
    padding:10px;
}


.cat-title {
    font-family: 'Khand', sans-serif;
    font-weight: 300;
    font-size:35px;
    color:#f0c265;
    margin: 10px 0;
}

.cat-title a:link {
    font-family: 'Khand', sans-serif;
    font-weight: 300;
    font-size:35px;
    color:#f0c265;
}

.cat-title a:active {
    font-family: 'Khand', sans-serif;
    font-weight: 300;
    font-size:35px;
    color:#f0c265;
}

.cat-title a:visited {
    font-family: 'Khand', sans-serif;
    font-weight: 300;
    font-size:35px;
    color:#f0c265;
}

.cat-title a:hover {
    font-family: 'Khand', sans-serif;
    font-weight: 300;
    font-size:35px;
    color:#30a7af;
}

.box {
    display:block;
    padding:10px;
}

.cat-desc {
    width:98%;
    text-align:justify;
    background-color:rgba(0,0,0,0.1);
    color: rgba(255,255,255,0.4);
    padding:10px;
}

.alb-info {
    padding:3px 5px;
    font-size:11px;
    line-height:11px;
    text-transform:uppercase;
    color:#fff;
    display:inline-block;
    background-color:rgba(255,255,255,0.1);
}


.tableh1 {
    color:#ffffff;
    background-color:#000;
    font-size:16px;
    font-family: 'Khand', sans-serif;
    font-weight: 300;
    padding:10px;
    text-transform:none;
}

.stats {
    color:#ffffff;
    background-color:rgba(0,0,0,0.2);
    display:inline-block;
    padding:3px 8px;
    text-align:center;
}


.latest-wrap {
    display: grid;
    grid-template-columns: 59.80% 0.20% 40%;
    width: 60%;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
}



.welcome-message {
    text-align: justify;
    color:#eee;
    font-size:13px;
    line-height: 20px;
    padding: 10px;
}

.latest-div {
    height: 70px;
    width: 4px;
    background-color:rgba(0,0,0,0.1);
}

.latest-images {
    padding: 10px;
}

.clear {
    height:100px;
    clear:both;
}

.the-footer {
    width:100%;
    text-align: center;
    margin: 20px 0;
}


.the-footer span {
    padding: 5px 10px;
    color:#fff;
    background-color:rgba(0,0,0,0.2);
    display: inline-block;
    margin: 20px;
}

.the-footer--desc {
    width: 80%;
    margin: 0 auto;
    background-color:rgba(255,255,255,0.1);
    color:#888;
    line-height: 20px;
    font-size: 13px;
    text-align:justify;
    padding: 10px;
}




@media only screen and (max-width: 1024px), only screen and (max-device-width: 1024px) {


.thumb_title_views, .thumb_caption_ctime {
    width: 100%!important;
    border:0px!important;
    display: block!important;
}
.desktop-only {
    display:none;
}


.logo {
    display:none;
}

.background-line {
    display: none;
}

    .mobile {
        display: block;
        text-align: right;
        width: 100%;
    }


    .mobile svg {
        fill: #fff;
        background-color: var(--color-one);
        padding: 10px;
        border-radius: 5px;
    }


    .mobile input[type=checkbox] {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .mobile label {
        -webkit-appearance: push-button;
        -moz-appearance: button;
        display: inline-block;
        cursor: pointer;
        border-radius: 3px;
    }

    .mobile div.menu {
        max-height: 0;
        transition: max-height 0.5s linear;
        overflow: hidden;
        background-color: var(--color-one);
        text-align: center;
    }

    .mobile input[type=checkbox]:checked~div.menu {
        max-height: 800px;
        transition: max-height 0.5s linear;
    }

    .mobile .menu a,
    .mobile .menu a:visited {
        display: block;
        padding: 15px 0px;
    }

    .mobile .menu ul {
        list-style: none;
        margin: 3px 3px;
    }

    .menu a {
        color: #fff;
        font-family: 'Open Sans Condensed', sans-serif;
        font-weight: 300;
        color: #ffffff;
        text-decoration: none;
        font-size: 20px;
        text-transform: uppercase;
    }
}
