/*------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Premade Theme
--------------------------------------------------------------------------------
Theme Name: Custom-Alyssa
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
--------------------------------------------------------------------------------
------------------------------------------------------------------------------*/

html, body {
    height:100%;
    margin:0;
}

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

.mobile {
    display:none;
}


.container {
    width:1200px;
    margin:0 auto;
    margin-top:0px;
    position: relative;
    z-index: 1;
}

#sidebar {
    float:left;
}
    
#content {
    float:right;
}


::selection {
  color: #ffffff;
  background-color: #000;
}

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


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

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



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

a.more-link i {
    color:inherit;
}

a.more-link:link {
    color:#ffffff;
    border-radius: 5px;
    background-color:#c992f4;
    outline-offset: 3px;
    outline: 1px dotted #c992f4;
    padding: 5px 15px 5px 15px;
}

a.more-link:visited {
    color:#ffffff;
    border-radius: 5px;
    background-color:#c992f4;
    outline-offset: 3px;
    outline: 1px dotted #c992f4;
    padding: 5px 15px 5px 15px;
}

a.more-link:active {
    color:#ffffff;
    border-radius: 5px;
    background-color:#c992f4;
    outline-offset: 3px;
    outline: 1px dotted #c992f4;
    padding: 5px 15px 5px 15px;
}

a.more-link:hover {
    color:#ffffff;
    border-radius: 5px;
    background-color:#000;
    outline-offset: 3px;
    outline: 1px dotted #000;
    padding: 5px 15px 5px 15px;
}


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

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

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


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

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

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


h1 {
    background-color:#c992f4;
    border-radius:5px;
    padding: 5px 20px;
    color:#fff;
    font-size: 13px;
    letter-spacing: 2px;
    outline-offset: 3px;
    outline: 1px dotted #c992f4;
    font-weight:400;
    font-family: 'Roboto Condensed', sans-serif;
}

h2 {
    background-color:#eebded;
    border-radius:5px;
    padding: 0 20px;
    color:#fff;
    font-size: 13px;
    letter-spacing: 2px;
    outline-offset: 3px;
    outline: 1px dotted #eebded;
    font-size:14px;
    font-weight:400;
}

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


blockquote {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    background-color: #f8e9f7;
    border-radius: 5px;
    outline-offset: 3px;
    outline: 1px dotted #f8e9f7;
    padding: 3px 10px;
    color: #b49ab2;
    display: inline-block;
    font-size: 12px;
}


.entry {
  margin-top: 10px;
  line-height:25px;
}
   
hr {
  border: 0;
  width: 100%;
  height: 1px;
  background-color:#f8e9f7;
}
   
.pagenavi ul {
    display: block;
    margin-bottom:30px;
}
   
   
.pagenavi li a,
.pagenavi li a:hover,
.pagenavi li.active a,
.pagenavi li.disabled {
    text-decoration:none;
    background-color: #c992f4;
    border-radius: 5px;
    outline-offset: 3px;
    outline: 1px dotted #c992f4;
    padding: 10px 20px;
    color:#fff;
}
 
.pagenavi li {
    display: inline;
}
 
.pagenavi li a,
.pagenavi li a:hover,
.pagenavi li.active a,
.pagenavi li.disabled {
	text-decoration: none;
    background-color: #c992f4;
    border-radius: 5px;
    outline-offset: 3px;
    outline: 1px dotted #c992f4;
    padding: 10px 20px;
	margin: 2px;
	color:#fff;
        -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: #000;
    border-radius: 5px;
    outline-offset: 3px;
    outline: 1px dotted #000;
    padding: 10px 20px;
    color:#fff;
        -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;
}

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


.next {
    text-align:right;
    line-height:30px;
    margin-left:1px;
    border-radius:10px;
    background-color:#fff;
    padding: 15px;
}

.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;
}


.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 {
    text-align:left;
    line-height:30px;
    margin-right:1px;
    border-radius:10px;
    background-color:#fff;
    padding: 15px;
}

.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;
}


.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;
}

input {
    border:1px solid rgba(255,255,255,0.5);
    background-color:rgba(255,255,255,0.5);
    padding:5px;
    color:#777;
    width:90%;
}

textarea {
    border:1px solid rgba(255,255,255,0.5);
    background-color:rgba(255,255,255,0.5);
    padding:5px;
    color:#777;
    width:90%;
}

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


.sidebar-content {
    border-radius:10px;
    background-color:#fff;
    padding: 15px;
    text-align: justify;
    font-size: 14px;
    line-height: 26px;
    color:#888;
    overflow: hidden;
}

.sidebar-title {
    display:block;
}

.sidebar-title span {
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
    color:#000;
    border-bottom: 4px solid #eebded;
    font-size: 18px;
}

.content-container {
    border-radius:10px;
    background-color:#fff;
    text-align: justify;
    font-size: 14px;
    line-height: 26px;
    color:#888;
    overflow: hidden;
}


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

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

.mndfs-elite-affiliates {
    color:#909090;
    font-size:10px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight:400;
    text-align:center;
    letter-spacing:1px;
}

.mndfs-affiliate-text {
    color:#909090;
    font-size:10px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight:400;
    text-align:center;
    letter-spacing:1px;
}

.mndfs-affiliate-text span {
    color:#D0A2F2;
    font-family: 'Poppins', sans-serif;
    font-weight:400;
    text-align:center;
    font-size:12px;
    letter-spacing:0px;
}

.post-title {
    color:#d0a2f2;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
    font-size:25px;
    text-align: center;
    margin: 5px 0;
    position: relative;
    top: -25px;
    z-index:99;
}

.post-title span a:link, .post-title span a:active, .post-title span a:visited {
    color:#d0a2f2;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
    font-size:25px;
    border-bottom: 4px solid #f8e9f7;
}

.post-title span a:hover {
    color:#000;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
    font-size:25px;
    border-bottom: 4px solid #f8e9f7;
}

.post-info {
    display: grid;
    grid-template-columns: 50% 50%;
    width: 90%;
    margin: 0 auto;
    position: relative;
    top: 60px;
}

.post-info span {
    background-color:#ede9e1;
    padding: 5px 10px;
    text-transform: uppercase;
    color:#9a9282;
    border-radius: 10px;
    font-size: 12px;
}

.post-info span a:link, .post-info span a:active, .post-info span a:visited, .post-info span a:hover, .post-info span i,
.categories span a:link, .categories span a:active, .categories span a:visited, .categories span a:hover{
    text-transform: uppercase;
    color:#9a9282;
}

.categories {
    margin: 5px 0;
}

.categories span {
    background-color:#ede9e1;
    padding: 5px 10px;
    text-transform: uppercase;
    color:#9a9282;
    border-radius: 10px;
    font-size: 12px;
}

.post-left {
    text-align: left;
}

.post-right {
    text-align: right;   
}


b {
    color:#c992f4;
}

strong {
    color:#c992f4;
}

i {
    color:#000;
}

em {
    color:#eebded;
}

s {
    color:#eebded;
}

u {
    font-weight:700;
    color:#eebded;
    text-decoration:none;
    border-bottom:2px solid #eebded;
    padding:3px;
}

a:link, a:active, a:visited {
    color:#c992f4;
    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:#000;
    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 {
    border-radius: 5px;
    border: 4px solid #c992f4;
    outline-offset: -8px;
    outline: 2px dotted #c992f4;
    -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;
    margin:3px;
}

.sidebar-content img:hover, .entry img:hover {
    border-radius: 5px;
    border: 4px solid #000;
    outline-offset: -8px;
    outline: 2px dotted #000;
    -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;
    margin:3px;
}




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

}

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

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

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

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

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


#footer {
    width: 100%;
    text-align: center;
}

#footer ul {
    list-style:none;
    background-color:#fff;
    border-radius: 10px;
    color:#c992f4;
    padding:10px;
    display:inline-block;
    font-size:14px;
    text-transform:uppercase;
}

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

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

#footer a:link {
    text-decoration:none;
    color:#c992f4;
    font-size:14px;
    text-transform:uppercase;
}

#footer a:active {
    text-decoration:none;
    color:#c992f4;
    font-size:14px;
    text-transform:uppercase;
}

#footer a:visited {
    text-decoration:none;
    color:#c992f4;
    font-size:14px;
    text-transform:uppercase;
}

#footer a:hover {
    text-decoration:none;
    color:#c992f4;
    font-size:14px;
    text-transform:uppercase;
}
    
/*--------------------------------
RESPONSIVE
--------------------------------*/

@media only screen and (max-width:1024px), only screen and (max-device-width:1024px) {
    
    .featured-image img {
        width: 80%!important;
    }
    
    .header {
        display: none;
    }
    
    .mobile svg {
        fill: #fff;
        background-color: #000000;
        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(255,255,255,0.2);
        text-align: center;
	    font-family: 'Poppins', sans-serif;
	    font-size: 22px;
    }

    .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: 'Poppins', sans-serif;
	    font-size: 22px;
    }

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

    .menu a {
        color: #d0a2f2;
        text-decoration: none;
        font-size: 20px;
        text-transform: uppercase;
	    font-family: 'Poppins', sans-serif;
	    font-size: 22px;
    }

.navigation {
    display:none;
}

.featured img {
    width:100%;
}

.header {
    display:none!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;
}


    #footer {
        width: 100%!important;
    }

}


@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;
}

}
