/*------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Premade Theme
--------------------------------------------------------------------------------
Theme Name: Custom-Jason-2
Description: Custom template designed/coded by KaciElizabeth.
Author: Kaci (Kaci H)
WEbsite: http://kacielizabeth.com/
Tags: theme, kaci, elizabeth, customizer, fansite, widgetized, responsive
Contact: kacielizabethhawkins@gmail.com
--------------------------------------------------------------------------------
------------------------------------------------------------------------------*/


/* BODY
   ========================================================================== */
html,
body {
    height: 100%;
    margin: 0;
}

body {
    background-color: #f4ede9;
    color: #909090;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    text-align: justify;
    font-size: 14px;
    letter-spacing: 0px;
}

.mobile {
    display: none;
}


/* BASE
   ========================================================================== */

::selection {
    color: #fff;
    background-color: #960014;
}

::-webkit-scrollbar {
    width: 20px;
}


::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #fff;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background: #960014;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: #948171;
}


b {
    color: #960014;
}

strong {
    color: #960014;
}

i {
    color: #938070;
}

em {
    color: #938070;
}

s {
    color: #938070;
}


u {
    font-weight: 700;
    color: #938070;
    text-decoration: underline wavy #960014;
    -webkit-text-decoration: underline wavy #960014;
    padding: 3px 10px;
}

a:link,
a:active,
a:visited {
    color: #960014;
    text-transform: none;
    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;
}

a:hover {
    color: #938070;
    text-transform: none;
    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;
}

.sidebar-content img,
.entry img {
    margin: 0 4px;
    border: 3px solid #e0cfc2;
    outline-offset: 2px;
    outline: 1px solid #e0cfc2;
    -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;
}

.sidebar-content img:hover,
.entry img:hover {
    margin: 0 4px;
    border: 3px solid #960014;
    outline-offset: 2px;
    outline: 1px solid #960014;
    -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;
}

hr {
    border: 0;
    width: 100%;
    height: 1px;
    background-color: #2c2a3c;
}


/* LOGO + NAVIGATION
   ========================================================================== */

.nav-bar {
    width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 31% 8% 61%;
    justify-content: center;
    align-items: center;
}

.social {
    width: 70%;
    display: grid;
    grid-template-columns: 50% 50%;
    gap: 0;
    justify-content: center;
    align-items: center;
}

.social div {
    background-color: #978373;
    width: 30px;
    height: 30px;
    text-align: center;
    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;
}

.social div:hover {
    background-color: #960014;
    -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;
}

.social a:link,
.social a:active,
.social a:visited,
.social:hover {
    color: #fff !important;
}

.social i {
    font-size: 10px;
    line-height: 30px;
    color: #fff;
}


.navigation a:link,
.navigation a:visited,
.navigation a:active {
    color: #978373;
    font-size: 18px;
    text-decoration: none;
    padding: 0 10px;
    font-style: italic;
    box-shadow: inset 0 -8px #ebe3df;
    -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:hover {
    font-style: italic;
    padding: 0 10px;
    box-shadow: inset 0 -8px #bddbdc;
    -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 ul {
    list-style: none;
    margin: 0;
}

.navigation li {
    list-style: none;
    display: inline-block;
    margin: 0 5px;
}

.navigation li li {
    display: none;
}


/* CONTAINER/WRAPPER
   ========================================================================== */
#container {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

#content {
    width: 67%;
}

#sidebar {
    width: 32%;
}


/* SIDEBAR
   ========================================================================== */

.sidebar-content {
    background-color: #fcf5f1;
    padding: 15px;
    text-align: justify;
    font-size: 13px;
    line-height: 26px;
    color: #64605d;
    border-radius: 35px;
}

.sidebar-title {
    display: inline-block;
    color: #960014;
    font-size: 16px;
}

.sidebar-title span {
    padding: 0 4px;
    box-shadow: inset 0 -8px #e0cfc2;
    text-transform: uppercase;
    font-weight: 700;
}

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

#sidebar li {
    font-weight: 400;
    padding: 8px;
    border-bottom: 1px solid #e0cfc2;
}

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

.textwidget {
    padding-top: 0px;
    padding-bottom: 5px;
    margin-top: 5px;
}




/* CONTENT
   ========================================================================== */

.entry {
    margin-top: 10px;
    line-height: 25px;
    padding-right: 15px;
    color: #64605d;
}


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

.entry li {
    font-weight: 400;
    padding: 8px;
    border-bottom: 1px solid #e0cfc2;
}

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


.content-container {
    background-color: #fcf5f1;
    padding: 15px;
    text-align: justify;
    font-size: 14px;
    line-height: 26px;
    color: #64605d;
    overflow: hidden;
    border-radius: 35px;
}

.title-wrap {
    display: grid;
    grid-template-columns: 10% 90%;
    width: 98%;
    padding: 5px 0;
    margin: 0 auto;
    border-bottom: 1px solid #e0cfc2;
    justify-content: center;
    align-items: center;
}

.page-title-wrap {
    display: block;
    width: 98%;
    padding: 5px 0;
    margin: 0 auto;
    border-bottom: 1px solid #e0cfc2;
    justify-content: center;
    align-items: center;
}

.post-title {
    color: #960014;
    font-family: 'Comforter Brush', cursive;
    font-size: 40px;
    text-align: left;
    margin: 0 auto;
    width: 98%;
    line-height: 40px;
}

.post-title a:link,
.post-title a:active,
.post-title a:visited,
.post-title a:hover {
    color: #960014;
    font-family: 'Comforter Brush', cursive;
    font-size: 40px;
}

.the-date {
    background-color: #fff;
    color: #960014;
    text-transform: uppercase;
    padding: 10px;
    border-radius: 10px;
    text-align: center;
    font-size: 12px;
    line-height: 13px;
}

.the-date span {
    color: #960014;
    font-size: 23px;
    line-height: 20px;
}

.entry-wrap {
    display: grid;
    grid-template-columns: 85% 15%;
    width: 100%;
}

.post-info {
    padding-top: 10px;
    position: relative;
    left: 10px;
    border-left: 1px solid #e0cfc2;
    height: 100%;
}

.post-comments {
    background-color: #960014;
    color: #fff;
    border-radius: 10px;
    padding: 2px 3px 0 0;
    margin: 0 auto;
    display: block;
    text-align: center;
    width: 80%;
    line-height: 16px;
}

.post-comments a {
    color: #d8d8d8;
    text-transform: uppercase;
    font-size: 11px;
}

.post-filed-under {
    background-color: #978373;
    color: #fff;
    text-transform: uppercase;
    font-size: 11px;
    border-radius: 10px;
    padding: 2px 3px 0 0;
    margin: 4px auto;
    display: block;
    text-align: center;
    width: 80%;
    line-height: 16px;
}

.post-categories ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.post-categories a {
    background-color: #960014;
    color: #fff;
    text-transform: uppercase;
    font-size: 11px;
    border-radius: 10px;
    padding: 2px 3px 0 0;
    margin: 4px auto;
    display: block;
    text-align: center;
    width: 80%;
    line-height: 16px;
}


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: #555555;
}

ul.commentlist li.comment div.vcard img.avatar {
    border: 2px solid;
    border-color: #e0cfc2;
    background-color: #e0cfc2;
    padding: 2px;
    float: left;
    margin-right: 5px;
    text-align: justify;
}

ul.commentlist li.even {
    background-color: #e0cfc2;
}

ul.commentlist li.odd {
    background-color: #e0cfc2;
}


/* READ MORE CLASSES
   ========================================================================== */
a.more-link {
    margin: 0 auto;
    display: block;
    width: 45%;
    text-align: center;
    clear: both;
}

a.more-link i {
    color: #eeeeee;
}

a.more-link:link {
    color: #fff;
    background-color: #960014;
    outline-offset: 3px;
    outline: 1px solid #960014;
    padding: 5px 15px 5px 15px;
    border-radius: 10px;
}

a.more-link:visited {
    color: #fff;
    background-color: #960014;
    outline-offset: 3px;
    outline: 1px solid #960014;
    padding: 5px 15px 5px 15px;
    border-radius: 10px;
}

a.more-link:active {
    color: #fff;
    background-color: #960014;
    outline-offset: 3px;
    outline: 1px solid #960014;
    padding: 5px 15px 5px 15px;
    border-radius: 10px;
}

a.more-link:hover {
    color: #960014;
    background-color: #fff;
    outline-offset: 3px;
    outline: 1px solid #fff;
    padding: 5px 15px 5px 15px;
    border-radius: 10px;
}




/* H CLASSES
   ========================================================================== */
h1 {
    background-color: #978373;
    color: #fff;
    font-size: 14px;
    padding: 10px;
    font-weight: 400;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
}

h2 {
    background-color: #960014;
    color: #fff;
    font-size: 14px;
    padding: 5px;
    font-weight: 400;
}

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

/* BLOCKQUOTE CLASSES
   ========================================================================== */
blockquote {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    border-radius: 5px;
    outline-offset: 3px;
    outline: 1px dotted #fff;
    background-color: #fff;
    padding: 3px 10px;
    color: rgba(0, 0, 0, 0.4);
    display: inline-block;
    border-radius: 5px;
    font-size: 12px;
}

/* PAGE NAVIGATION
   ========================================================================== */

.pagenavi li a,
.pagenavi li a:hover,
.pagenavi li.active a,
.pagenavi li.disabled {
    text-decoration: none;
    color: #fff;
    background-color: #988474;
    outline-offset: 3px;
    outline: 1px solid #988474;
}

.pagenavi ul {
    margin: 20px 0;
}

.pagenavi li {
    display: inline;
}

.pagenavi li a,
.pagenavi li a:hover,
.pagenavi li.active a,
.pagenavi li.disabled {
    text-decoration: none;
    color: #fff;
    background-color: #988474;
    outline-offset: 3px;
    outline: 1px solid #988474;
    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 {
    color: #fff;
    background-color: #960014;
    outline-offset: 3px;
    outline: 1px solid #960014;
    -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;
}

/* NEXT ARTICLE
   ========================================================================== */
.the-next {
    text-align: right;
    line-height: 30px;
    margin-left: 1px;
    border: 1px solid #fcf5f1;
    background-color: #fcf5f1;
    padding: 5px;
    border-radius: 35px;
}

.the-next a:link {
    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 {
    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;
}

/* PREVIOUS ARTICLE
   ========================================================================== */
.the-previous {
    text-align: left;
    line-height: 30px;
    margin-left: 1px;
    border: 1px solid #fcf5f1;
    background-color: #fcf5f1;
    padding: 5px;
    border-radius: 35px;
}

.the-previous a:link {
    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 {
    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;
}


/* FOOTER CLASSES
   ========================================================================== */

.clearfooter {
    height: 0px;
    clear: both;
}


#footer {
    background-color: #fcf5f1;
    width: 100%;
    padding: 10px 0;
}

#footer ul {
    list-style: none;
    color: #988474;
    padding: 10px;
    display: inline-block;
}

#footer ul li {
    display: inline;
    padding: 10px;
    margin-right: 2px;
}

#footer ul li+li:before {
    padding: 5px;
}

#footer a:link {
    text-decoration: none;
    color: #988474;
}

#footer a:active {
    text-decoration: none;
    color: #988474;
}

#footer a:visited {
    text-decoration: none;
    color: #988474;
}

#footer a:hover {
    text-decoration: none;
    color: #988474;
}

#footer-text {
    width: 90%;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    text-align: justify;
    font-size: 12px;
    color: #4d4a5e;
    line-height: 24px;
    margin: 0 auto;
    position: relative;
    top: -10px;
}

#sidebar {
    float: left;
}

#content {
    float: right;
}

/* RESPONSIVE
   ========================================================================== */

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

    .nav-bar,
    .dot-line {
        display: none;
    }

    .mobile svg {
        fill: #fff;
        background-color: #960014;
        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: rgba(0, 0, 0, 0.1);
        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;
        font-family: 'Khand', sans-serif;
        font-weight: 300;
    }

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

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

    .welcome-message,
    .navigation {
        display: none;
    }

    .featured img {
        width: 100%;
    }

    .header {
        display: none !important;
    }

    #wrapper {
        width: 100%;
    }

    #container {
        width: 100%;
        margin: 0 auto !important;
    }

    #sidebar {
        width: 98%;
        margin-left: 0px !important;
        padding-left: 0px !important;
    }

    #content {
        width: 98%;
        margin-right: 0px !important;
        padding-left: 0px !important;
    }

    .mobile {
        display: block;
        padding-top: 25px;
        padding-bottom: 25px;
    }


    iframe {
        max-width: 100%;
        height: auto;
    }

    .featured-image img {
        width: 102.30% !important;
    }

    .entry img {
        max-width: 80%;
        height: auto;
    }

    .sidebarcontainer img {
        max-width: 80%;
        height: auto;
    }

    blockquote {
        margin: 0;
        position: relative;
        top: 0;
        left: 0;
    }




}


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

    .featured-image img {
        width: 105% !important;
    }

    .contenttitle {
        font-size: 10px !important;
    }

    .contenttitle a:link {
        font-size: 10px !important;
    }

    .contenttitle a:hover {
        font-size: 10px !important;
    }

}