/*------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Custom Theme For Alikat
--------------------------------------------------------------------------------
Theme Name: Lizzie-2026
Description: Custom template designed and created by KaciElizabeth
Author: Kaci (Kaci H - https://kacielizabeth.com)
Website: http://kacielizabeth.com/
Contact: kacielizabethhawkins@gmail.com
--------------------------------------------------------------------------------
------------------------------------------------------------------------------*/


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

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

b, strong { 
    color:#9473a2;
}

i, em {
    color:#6ca6c2;
}

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


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

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



h1 {
    background-color:#775b84;
    color:#ffffff;
    font-size:14px;
    padding:10px;
  	border-radius: 30px;
    font-weight:400;
    font-family: 'Open Sans', sans-serif;
}

h2 {
    background-color:#4c889f;
    color:#ffffff;
    font-size:14px;
    padding:10px;
  	border-radius: 30px;
    font-family: 'Khand', sans-serif;
    font-weight: 300;
}

h3 {
    color:#fff;
    border-bottom:1px solid #fff;
    padding:10px;
  	border-radius: 30px;
    font-size:14px;
    text-align:left;
    font-weight:400;
}

h1 a:link, h1 a:active, h1 a:visited, h1 a:hover, h2 a:link, h2 a:active, h2 a:visited, h2 a:hover {
    color:#fff;
}



a, a:link, a:active, a:visited {
    color:#9473a2;
    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:#d0ccd7;
    -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: #625277;
    padding: 20px 0px;
    text-align: right;
}

.right-nav {
    background-color: #005a8a;
    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;
}

h1 {
  text-shadow: none!important;
}


/* 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%);
}



#sidebar {
    float: right;
}

#content {
    float: left;
}


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

.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-arrow {
    color: #0e0e0e;
    position: relative;
    top: 0;
    margin-bottom: -30px;
    position: relative;
    top: 0;
    z-index: 1;
}

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

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

.page-container {
    display: grid;
    grid-template-columns: 100%;
    column-gap: 0px;
    background-color: rgba(255,255,255,0.1);
    border-left: 3px solid rgba(255,255,255,0.1);
    align-items: center;
    justify-content: center;
}

.content-container {
    display: grid;
    grid-template-columns: 87% 12%;
    column-gap: 0px;
    background-color: rgba(255,255,255,0.1);
    border-left: 3px solid rgba(255,255,255,0.1);
    color:#888!important;
    align-items: center;
    justify-content: center;
}

.content-container--right {
    text-align: center;
    font-size: 11px;
}

.content-container--left {
    border-right: 1px solid rgba(255,255,255,0.3);
}

.post-title {
    border-bottom: 1px solid rgba(255,255,255,0.3);
    padding: 5px 0;
    width: 100%;
    font-size: 35px;
    color: #9473a2;
    font-family: 'Khand', sans-serif;
    font-weight: 300;
    line-height: 40px;
}

.post-title a, .post-title a:visited, .post-title a:active, .post-title a:hover {
    font-size: 35px;
    color: #9473a2;
    font-family: 'Khand', sans-serif;
    font-weight: 300;
    line-height: 40px;
}

.circle {
    position: relative;
    top: 0;
    left: -17px;
    background-color: #518aa5;
    border: 3px solid #000!important;
    border-radius: 100px;
    width: 15px;
    height: 15px;
    display: inline-block;
}

.entry {
    padding: 10px;
    text-align: justify;
    font-size: 13px;
    line-height: 20px;

}

.post-info {
    border-top: 1px solid rgba(255,255,255,0.3);
    width: 100%;
    padding: 10px 0;
    font-size: 13px;
    color:#797180;
    text-transform: uppercase;
    font-family: 'Khand', sans-serif;
    font-weight: 400;
}

.post-info--padding {
    padding: 0 10px;
}

.post-info a, .post-info a:link, .post-info a:visited, .post-info a:active, .post-info a:hover {
    color:inherit;
    text-transform: uppercase;
    font-size: 13px;
}

.sidebar-container {
    font-size: 13px;
    background-color: rgba(255,255,255,0.1);
}

.sidebar-title {
    border-bottom: 2px solid #9473a2;
    color: #fff;
    font-size: 20px;
    font-family: 'Khand', sans-serif;
    font-weight: 300;
    text-align: center;
    padding: 15px 0;
}

.sidebar-circle {
    position: relative;
    top: -9px;
    left: 0px;
    background-color: #518aa5;
    border: 3px solid #000;
    border-radius: 100px;
    width: 10px;
    height: 10px;
    margin: 0 auto;
}

.sidebar-entry {
    padding: 10px;
    text-align: justify;
}


ul.commentlist {
    list-style: none;
    text-indent: 0;
    text-align: justify;
    margin: 0;

}

ul.commentlist li {
    list-style: none;
    padding: 5px;
    text-align: justify;
    color: #222;
}

ul.commentlist li.comment div.vcard img.avatar {
    border: 2px solid;
    border-color: rgba(255,255,255,0.3);
    background-color: rgba(255,255,255,0.3);
    padding: 2px;
    float: left;
    margin-right: 5px;
    text-align: justify;
}

ul.commentlist li.even {
    background-color: rgba(255,255,255,0.3);
}

ul.commentlist li.odd {
    background-color: rgba(255,255,255,0.2);
}


.the-next {
    text-align: right;
    line-height: 30px;
    margin-left: 1px;
    background-color: rgba(255,255,255,0.2);
    padding: 5px;
}

.the-next a:link {
    color: #828282;
    text-decoration: none;
    -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;
}


.the-next a:hover {
    color: #828282;
    text-decoration: none;
    -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;
}

.the-previous {
    text-align: left;
    line-height: 30px;
    margin-right: 1px;
    background-color: rgba(255,255,255,0.2);
    padding: 5px;
}

.the-previous a:link {
    color: #828282;
    text-decoration: none;
    -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;
}


.the-previous a:hover {
    color: #828282;
    text-decoration: none;
    -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;
}

input {
    border: 1px solid;
    border-color: rgba(255, 255, 255, 0.2);
    background-color: rgba(255, 255, 255, 0.1);
    padding: 15px;
    color: #888888;
    width: 90%;
    margin: 4px 0;
}

textarea {
    border: 1px solid;
    border-color: rgba(255, 255, 255, 0.2);
    background-color: rgba(255, 255, 255, 0.1);
    padding: 15px;
    color: #888888;
    margin: 4px 0;
    width: 90%;
}

input[type=submit] {
    border: 1px solid;
    border-color: rgba(255, 255, 255, 0.2);
    background-color: rgba(255, 255, 255, 0.1);
    color: #888888;
    width: 20%;
}

.post-div {
    padding: 10px 0;
}

button {
    border: 0px !important;
}

#comments-section {
    transition: all 0.35s ease-in-out;
}

#comments-hide {
    width: 20%;
    background-color: #649cb7;
    padding: 10px 20px;
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
    margin: 10px;
}

.date {
    border-bottom: 1px solid rgba(255,255,255,0.3);
    padding: 10px 0;
    text-align: center;
}

.date--month {
    font-family: 'Khand', sans-serif;
    font-weight: 300;
    color:#649cb7;
    padding: 3px 10px;
    display: block;
    font-size: 15px;
    text-transform:uppercase;
}

.date--day {
    font-family: 'Times New Roman', serif;
    color:#9c8bac;
    padding: 3px 10px;
    display: block;
    font-style:italic;
    font-size: 30px;
    position: relative;
    top:-10px;
    left: -1px;
    margin-bottom:-18px;
}

.date--year {
    font-family: 'Khand', sans-serif;
    font-weight: 300;
    color:#649cb7;
    padding: 3px 10px;
    display: block;
    font-size: 18px;
    text-transform:uppercase;
}

.comments {
    border-bottom: 1px solid rgba(255,255,255,0.3);
    padding: 10px 0;
}

ul {
    list-style-type:none;
    margin:0;
    padding:0;
}

li {
    font-weight:400;
    padding:8px;
    border-bottom:1px solid rgba(255,255,255,0.1);
}

li:last-child {
    border:0px;
}

p {
    margin: 10px 0;
}


.pagenavi li a,
.pagenavi li a:hover,
.pagenavi li.active a,
.pagenavi li.disabled {
    text-decoration:none;
	background-color:rgba(255,255,255,0.2);
	color: #a291b1;
}
 
.pagenavi li {
    display: inline;
    margin:0;
    padding:0;
    border-bottom:0px;
}
 
.pagenavi li a,
.pagenavi li a:hover,
.pagenavi li.active a,
.pagenavi li.disabled {
	text-decoration: none;
	background-color:rgba(255,255,255,0.2);
	color:#a291b1;
	padding: 8px 10px;
	margin: 2px;
        -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;
}
 
.pagenavi li a:hover,
.pagenavi li.active a {
	background-color:rgba(255,255,255,0.2);
	color:#649cb7;
        -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;
}

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

.welcome-message {
    text-align: justify;
    color:#898989;
    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;
}

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

.footer span {
    padding: 5px 10px;
    color:#83798b;
    background-color:rgba(255,255,255,0.8);
    display: inline-block;
    margin: 20px;
}

.footer--desc {
    width: 80%;
    margin: 0 auto;
    background-color:#649cb7;
    color:#fff;
    line-height: 20px;
    font-size: 13px;
    text-align:justify;
    padding: 10px;
}

