/*------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Premade Theme
--------------------------------------------------------------------------------
Theme Name: Custom-Kit
Description: Custom template designed/coded by KaciElizabeth.
Author: Kaci (Kaci H - sellfy.com/cherrywine)
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:#2f2222;
    color:#909090;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight:400;
    text-align:justify;
    font-size:14px;
    letter-spacing:0px;
}

.mobile {
    display:none;
}

.aff {
display: inline-block;
text-align: center;
}
    
.aff a:link, .aff a:active, .aff a:visited {
	display:inline-block;
	width:68px;
	height:auto;
        background-color:#2f2222;
        border: 1px solid #a93232;
        padding: 6px;
        margin: 2px;
        color:#ffffff;
        line-height: 13px;
	text-transform:uppercase;
}
    
.aff a:hover {
	color:#bc8543;
    }


/* BASE
   ========================================================================== */
   
::selection {
  color: #ffffff;
  background-color: #a93232;
}

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


::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #191212; 
    border-radius: 10px;
}
 
::-webkit-scrollbar-thumb {
    background: #a93232; 
    border-radius: 10px;
}

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


b, strong {
    color:#bc8543;
}


i, em {
    color:#eee;
}


s {
    color:#bc8543;
}


u {
    font-weight:700;
    color:#a93232;
    text-decoration: underline double  #a93232;
    -webkit-text-decoration: underline double #a93232;
    padding:3px 10px;
}

a:link, a:active, a:visited {
    color:#eee;
    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:#a93232;
    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;
}


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

.sidebar-container img, .entry img {
    margin: 0 4px;
    padding: 4px;
    border: 3px double #2f2222;
    outline-offset: -10px;
    outline: 3px double #2f2222;
        -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-container img:hover, .entry img:hover {
    margin: 0 4px;
    padding: 4px;
    border: 3px double #a93232;
    outline-offset: -10px;
    outline: 3px double #a93232;
        -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;
}

/* CONTAINERS
   ========================================================================== */
#container {
    width:1200px;
    margin:10px auto;
    position: relative;
    z-index: 2;
    background-color: #1e1616;
    border-radius: 20px;
    overflow:hidden;
}

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

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


/* NAVIGATION AND HEADER CONTENT
   ========================================================================== */
   
.navigation {
    background-color:#191212;
    padding: 25px 0;
    font-family: 'Special Elite', cursive;
    color:#fff;
    font-size: 18px;
    line-height: 13px;
}

.navigation a, .navigation a:link, .navigation a:active, .navigation a:visited {
    color:#fff;
    margin: 0 5px;
    text-transform: uppercase;
    box-shadow: inset 0 -8px #a93232;
        -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 {
    color:#fff;
    margin: 0 5px;
    text-transform: uppercase;
    box-shadow: inset 0 -8px #bc8543;
        -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;
    padding: 0 15px;
}
    
.navigation li li {
    display: none;
}


.social {
    width: 255px;
    height: 35px;
    line-height: 35px;
    overflow:hidden;
    position: relative;
    top: 330px;
    left:90px;
}
    
.social i {
    color:#fff;
    width: 35px;
    height: 25px;
    line-height: 25px;
    background-color:#191212;
    font-size: 10px;
    border-radius: 5px;
    -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 i:hover {
    color:#fff;
    width: 35px;
    height: 25px;
    line-height: 25px;
    background-color:#a93232;
    font-size: 10px;
    border-radius: 5px;
    -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-images {
    width: 521px;
    height: 174px;
    position: relative;
    top: 200px;
    left:250px;
}
    
.latest-images img {
    height: 70px;
    padding: 5px;
    background-color:#a93232;
    border-radius: 10px;
    -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-images img:hover {
    height: 70px;
    padding: 5px;
    background-color:#bc8543;
    border-radius: 10px;
    -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-posts {
    width: 521px;
    height: 174px;
    position: relative;
    top: 395px;
    left: -310px;
}
    
.latest-posts ul {
    list-style:none;
    padding: 0;
    margin: 0;
    text-align: justify;
}
    
.latest-posts li {
    background-color:rgba(30,22,22,0.8);
    list-style:none;
    margin: 4px 0;
    padding: 10px;
    color:#fff;
    font-family: 'Special Elite', cursive;
    border-radius: 10px;
    font-size:12px;
    text-align: justify;
}

.latest-posts b {
    text-transform: uppercase;
}

.latest-posts a {
    color:#fff;
    font-family: 'Special Elite', cursive;
}
    
    

/* SIDEBAR CLASSES (title is in header php)
   ========================================================================== */
.sidebar-container {
    border-radius: 20px;
    background-color:#191212;
    color:#684b4b;
    text-align: justify;
    padding: 14px;
    margin: 3px 0;
    font-size: 13px;
    line-height: 24px;
    position: relative;
    z-index:3;
}

.sidebar-title {
    font-family: 'Bangers', cursive;
    color: #a93232;
    font-size: 23px;
    display: inline-block;
    position: relative;
    top: 10px;
    z-index:3;
}

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

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

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

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



/* CONTENT/POSTS CODING
   ========================================================================== */
.content-container {
    background-color:#191212;
    position: relative;
    z-index:3;
    border-radius: 10px;
    color:#684b4b;
    overflow: hidden;
}

.post-title {
    font-family: 'Bangers', cursive;
    font-size: 45px;
    line-height: 35px;
    color:#bc8543;
    position:relative;
    z-index: 3;
    margin-bottom: -30px;
}

.post-title a, .post-title a:link, .post-title a:active, .post-title a:visited, .post-title a:hover {
    font-family: 'Bangers', cursive;
    font-size: 35px;
    color:#bc8543;
}

.info-wrap {
    background-color:#1e1616;
    border-radius:10px;
    margin: 15px 0 0 15px;
}

.info-wrap hr {
    background-color:#2f2222;
    height: 1px;
    border: 0;
    width: 80%;
}

.the-date {
    font-family: 'Special Elite', cursive;
    color: #eee;
    padding-top: 20px;
    margin-left: -10px;
    font-size: 13px;
    text-align: center;
    text-transform: uppercase;
}

.the-date span {
    color:#a93232;
    font-size: 20px;
}

.the-comments a {
    color:#eee;
    font-family: 'Special Elite', cursive;
    font-size: 13px;
    text-align: center;
    text-transform: uppercase;
}

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

.the-categories li {
    list-style: none;
    padding: 0;
    margin: 4px 0;
    
}

.the-categories li:nth-child(even) a {
    color: #ba8442;
    font-family: 'Special Elite', cursive;
    font-size: 13px;
    text-align: center;
    text-transform: uppercase;
}

.the-categories li:nth-child(odd) a {
    color: #a93232;
    font-family: 'Special Elite', cursive;
    font-size: 13px;
    text-align: center;
    text-transform: uppercase;
}

.the-like {
    background-color:#a93232;
    color:#eee;
    padding: 4px 5px;
    border-radius: 10px;
    display: inline-block;
    margin: 4px 0 10px 0;
    font-family: 'Special Elite', cursive;
    font-size: 13px;
    text-align: center;
    text-transform: uppercase;
}
   
.featured-image img {
    border-radius: 20px;
    margin-top: 0px;
}

.entry-wrap {
    display: grid;
    grid-template-columns: 20% 80%;
}

.entry {
    text-align: justify;
    padding: 15px;
    margin: 5px 0;
    font-size: 14px;
    line-height: 24px;
    line-height:25px;
    position:relative;
    z-index:3;
}

a.more-link {
    margin:0 auto;
    display:block;
    width:45%;
    text-align:center;
    clear:both;
}

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

a.more-link:link, a.more-link:visited, a.more-link:active {
    color:#ffffff;
    background-color:#1e1616;
    padding: 5px 15px 5px 15px;
    border-radius: 10px;
}

a.more-link:hover {
    color:#ffffff;
    background-color:#a93232;
    padding: 5px 15px 5px 15px;
    border-radius: 10px;
}

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

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

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


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

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

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

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


/* H CLASSES
   ========================================================================== */

h1 {
    background-color:#a93232;
    color:#ffffff;
    font-size:14px;
    padding:5px;
    font-weight:400;
    font-family: 'Bangers', cursive;
}


h2 {
    background-color:#ba8442;
    color:#ffffff;
    font-size:14px;
    padding:5px;
    font-weight:400;
    font-family: 'Bangers', cursive;
}

h3 {
    color:#a93232;
    border-bottom:1px solid #a93232;
    padding:5px;
    font-size:14px;
    text-align:left;
    font-weight:400;
    font-family: 'Bangers', cursive;
}


/* BLOCKQUOTE
   ========================================================================== */

blockquote {
    background-color: #1e1616;
    padding: 3px 10px;
    color: #645151;
    display: inline-block;
    border-radius: 5px;
    font-size: 12px;
}



/* POST NAVIGATION
   ========================================================================== */
.pagenavi li a,
.pagenavi li a:hover,
.pagenavi li.active a,
.pagenavi li.disabled {
    text-decoration:none;
    border:1px solid rgba(0,0,0,0.1);
    background-color:#191212;
    border-radius: 10px;
}
 
.pagenavi li {
    display: inline;
}
 
.pagenavi li a,
.pagenavi li a:hover,
.pagenavi li.active a,
.pagenavi li.disabled {
	text-decoration: none;
    border:1px solid rgba(0,0,0,0.1);
    background-color:#191212;
	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 {
    border:1px solid rgba(0,0,0,0.1);
    background-color:#191212;
        -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 AND PREVIOUS ARTICLE
   ========================================================================== */
.next {
    text-align:right;
    line-height:30px;
    margin-left:1px;
    border:1px solid rgba(0,0,0,0.1);
    background-color:#191212;
    padding:5px;
}

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


.next a:hover {
    color:#888;
    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 {
    text-align:left;
    line-height:30px;
    margin-right:1px;
    border:1px solid rgba(0,0,0,0.1);
    background-color:#191212;
    padding:5px;
}

.previous a:link {
    color:#888;
    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 a:hover {
    color:#888;
    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;
}


/* FORMS
   ========================================================================== */
input {
    border:1px solid rgba(0,0,0,0.1);
    background-color:#1e1616;
    padding:5px;
    color:#888;
    width:90%;
}

textarea {
    border:1px solid rgba(0,0,0,0.1);
    background-color:#1e1616;
    padding:5px;
    color:#888;
    width:90%;
}

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



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

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

#footer {
    padding: 10px 0;
}
#footer ul {
    list-style:none;
    color:#fff;
    padding:10px;
    display:inline-block;
    font-size:11px;
}

#footer ul li {
    display:inline;
    padding:10px;
    margin-right:2px;
    text-decoration:none;
    text-transform: uppercase;
    color:#fff;
    font-family: 'Special Elite', cursive;
    font-weight:400;
}


#footer a:link, #footer a:active, #footer a:visited {
    text-decoration:none;
    text-transform: uppercase;
    color:#fff;
    font-family: 'Special Elite', cursive;
    font-weight:400;
}


#footer a:hover {
    text-decoration:underline solid #fff;
    text-transform: uppercase;
    color:#fff;
    font-family: 'Special Elite', cursive;
    font-weight:400;
}

.footer-description {
    width: 90%;
    background-color: rgba(0,0,0,0.3);
    padding: 10px;
    margin: 0 auto;
    text-align:justify;
    color:#888;
    margin-bottom: 10px;
    line-height: 25px;
}



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

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


.navigation {
    display: none;
}

.the-logo {
    width:100%;
    display:block;
    text-align:center;
}
    
.featured img {
    width:100%;
}


.data { 
    display:block;
    width:100%;
}

.header {
    display:none!important;
}

#wrapper {
    width:100%;
}
    
#container {
    width:100%;
    margin: 0 auto!important;
    left:0px;
} 
    
#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;
}

}
