/*------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Premade Theme
--------------------------------------------------------------------------------
Theme Name: Custom-Justin
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:#e7e9ea;
    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:-50px;
    position: relative;
    z-index: 1;
}


::selection {
  color: #ffffff;
  background-color: #3a3f6f;
}

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


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

::-webkit-scrollbar-thumb:hover {
    background: #6f3a58; 
}



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:#6f3a58;
    outline-offset: 3px;
    outline: 1px dotted #6f3a58;
    padding: 5px 15px 5px 15px;
}

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

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

a.more-link:hover {
    color:#ffffff;
    border-radius: 5px;
    background-color:#3a3f6f;
    outline-offset: 3px;
    outline: 1px dotted #3a3f6f;
    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:#3a3f6f;
    border-radius:5px;
    padding: 5px 20px;
    color:#fff;
    font-size: 13px;
    letter-spacing: 2px;
    outline-offset: 3px;
    outline: 1px dotted #3a3f6f;
    font-size:14px;
    font-weight:400;
    font-family: 'Roboto Condensed', sans-serif;
}

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

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


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


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

.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:#ffffff;
    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:#ffffff;
    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 #fff;
    background-color: #fff;
    padding:5px;
    color:#777;
    width:90%;
}

textarea {
    border:1px solid #fff;
    background-color: #fff;
    padding:5px;
    color:#777;
    width:90%;
}

input[type=submit] {
    border:1px solid #fff;
    background-color: #fff;
    color:#777;
    width:20%;
}


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

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


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

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


b {
    color:#6f3a58;
}

strong {
    color:#6f3a58;
}

i {
    color:#565656;
}

em {
    color:#3a3f6f;
}

s {
    color:#3a3f6f;
}

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

a:link, a:active, a:visited {
    color:#3a3f6f;
    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:#6f3a58;
    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;
    outline-offset: 3px;
    outline: 1px dotted #e7e9ea;
    border: 3px solid #e7e9ea;
    -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;
    outline-offset: 3px;
    outline: 1px dotted #6f3a58;
    border: 3px solid #6f3a58;
    -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: #ffffff;
    background-color: #ffffff;
    padding: 2px;
    float: left;
    margin-right: 5px;
    text-align: justify;
}

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

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

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


#footer {
    width: 100%;
    position:relative;
    top: 250px;
    text-align: center;
}

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

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

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

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

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

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

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

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

/* -- GALLERY LINKS -- */

.gal-links {
	position: relative;
	margin: 2rem 0 1.25rem;
	padding-left: 2.75rem;
	min-height: 2.5rem;

	color: #39383d;
	font-family: inherit;
	font-size: 0.875rem;
	line-height: 1.65;
}

/* Title above the breadcrumb links */
.gal-links::before {
	content: "Photo Archive Includes:";
	display: block;
	margin-bottom: 0.15rem;

	color: #3a3f6f;
	font-family: inherit;
	font-size: 0.75rem;
	font-weight: 800;
	letter-spacing: 0.055em;
	text-transform: uppercase;
}

/* Exact Phosphor ph-image icon */
.gal-links::after {
	content: "";
	position: absolute;
	top: 1.2rem;
	left: 0;

	width: 1.75rem;
	height: 1.75rem;
	background-color: #6f3a58;

	-webkit-mask:
		url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Cpath d='M216 40H40a16 16 0 0 0-16 16v144a16 16 0 0 0 16 16h176a16 16 0 0 0 16-16V56a16 16 0 0 0-16-16Zm0 16v102.75l-26.07-26.06a16 16 0 0 0-22.63 0l-20 20-44-44a16 16 0 0 0-22.62 0L40 149.37V56ZM40 172l52-52 80 80H40Zm176 28h-21.37l-36-36 20-20L216 181.38V200ZM144 100a12 12 0 1 1 12 12 12 12 0 0 1-12-12Z'/%3E%3C/svg%3E")
		center / contain no-repeat;
	mask:
		url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Cpath d='M216 40H40a16 16 0 0 0-16 16v144a16 16 0 0 0 16 16h176a16 16 0 0 0 16-16V56a16 16 0 0 0-16-16Zm0 16v102.75l-26.07-26.06a16 16 0 0 0-22.63 0l-20 20-44-44a16 16 0 0 0-22.62 0L40 149.37V56ZM40 172l52-52 80 80H40Zm176 28h-21.37l-36-36 20-20L216 181.38V200ZM144 100a12 12 0 1 1 12 12 12 12 0 0 1-12-12Z'/%3E%3C/svg%3E")
		center / contain no-repeat;
}

.gal-links a {
	color: #6f3a58;
	font-weight: 700;
	text-decoration-line: underline;
	text-decoration-style: dotted;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.2em;
}

.gal-links a:hover {
	color: #3a3f6f;
	text-decoration-style: solid;
}

.gal-links a:focus-visible {
	outline: 2px solid #3a3f6f;
	outline-offset: 3px;
}

@media (max-width: 600px) {
	.gal-links {
		padding-left: 2.25rem;
		font-size: 0.8125rem;
	}

	.gal-links::after {
		width: 1.4rem;
		height: 1.4rem;
	}
}

/*--------------------------------
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: #6f3a58;
        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.4);
        text-align: center;
	    font-family: 'Squada One', cursive;
	    font-size: 18px;
    }

    .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: 'Squada One', cursive;
	    font-size: 18px;
    }

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

    .menu a {
        color: #6f3a58;
        text-decoration: none;
        text-transform: uppercase;
	    font-family: 'Squada One', cursive;
	    font-size: 18px;
    }

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

}
