/*
Theme Name: 10kBeats Premade 18: Lethal
Theme URI: http://tenthousandbeats.com
Author: Jasper
Author URI: http://tenthousandbeats.com
*/

::-webkit-scrollbar-thumb { background-color: #02c6c6 !important; }

.entry a,
.sidebox a,
.sidebox a:hover,
ul.projl li a:hover,
#cred li a:hover,
a:hover {
	color: #03b39d !important;
}

#sbox {
	display: none !important;
}

.mbox {
	margin-top: 30px !important;
	font-size: 12px !important;
}

.mbox, .show-menu, .mbox ul ul {
/*	border: 1px solid #888 !important;
    border-left: 0 !important;
    border-right: 0 !important; */
    font-style: normal !important;
	border: 0 !important;
}

.mbox, .show-menu, .mbox ul ul {
	background-color: #fff !important;
    color: #111 !important;
}

.mbox ul::before,
.mbox ul::after {
	width: 0 !important;
}


.mbox li a {
	text-decoration: none !important;
}

.mbox li::after {
	content: '\f005' !important;
	font-family: 'Font Awesome 5 Free' !important;
	background-color: unset !important;
	margin: 0px 3vw 0 3vw !important;
	/*color: #08cdca !important; */
	-webkit-background-clip: text !important;
	background-clip: text !important;
	background-image: url('images/header.png') !important;
	color: transparent !important;
	background-position: 80% 91% !important;
    height: 12px !important;
    width: 25px !important;
}



header {
	height: 500px !important;
}

.entry p:first-child::before {
	display: none !important;
}

/*.featured img {
	display: none !important;
}*/

.pinfo span {
    background-color: #584595 !important;
    color: #fff !important;
}

.pinfo hr {
	background-color: #888 !important;
}


.entry {
	box-shadow: none !important;
	border-color: #888 !important;
}

.sidebox li:before,
.entry li:before {
	border-radius: 0 !important;
}

.entry img {
    border: 1px solid #111 !important;
	padding: 3px !important;
	background-image: url(images/header.png);
    color: transparent;
    background-position: 50%;
}

h1.title {
	border: 0 !important;
}

h1.title, h2 {
	font-style: normal !important;
}

h1.title a:hover {
	color: #c59b6f !important;
}

ul.projl li a {
	color: #00bbae !important;
}

strong {
	color: #0f2545;
	text-transform: uppercase;
}

em {
	color: #c2976b;
}

u {
    text-decoration: none !important;
    border-bottom: 1px solid #01c2c2 !important;
	padding-bottom: 2px !important;
}

.pinfo span {
    background-color: #c59d71 !important;
}

.sidebox {
	padding: 20px !important;
    background: #f7f7f7 !important;
}

/*.sidebox::after {
	content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border: 1px solid gray;
    left: 5px;
    top: -5px;
    z-index: -1;
}*/

.sidetitle {
	font-style: normal !important;
	border-color: #888 !important;
	border: 0 !important;
	font-size: 14px !important;
}

.sidetitle::before {
/*    content: "";
    position: absolute;
    left: 50%;
    bottom: 9px;
    width: 110px;
    height: 14px;
    transform: skew(-12deg) translateX(-50%);
    background: rgb(252 255 254);
    z-index: -1; */
}

.sidetitle span, a.post-edit-link, .rel h3 {
	background-color: unset !important;
    color: #111 !important;
/*	font-family: 'Seaweed Script', cursive !important;
	text-transform: lowercase !important;
	font-size: 22px !important;*/
	background: #08CDC9 !important;
	background: linear-gradient(to right, #e9b778 0%, #05bdb0 100%) !important;
-webkit-background-clip: text !important;
-webkit-text-fill-color: transparent !important;
}

.projt {
	text-align: center;
}

ul.projl li {
	margin: 0 10px !important;
}

.projt span {
	    border-color: #f7f7f7 !important;
	background-color: #f7f7f7 !important;
	border-left: 0 !important;
}

.projt hr {
    background-color: #f7f7f7 !important;
}

.pagination span.total {
	box-shadow: none !important;
}

.wp-block-embed, .twitter-tweet {
	margin: 0 auto !important;
}

#cred hr {
	background-position: 80% !important;
    background-repeat: repeat !important;
}

/* Gallery Links
---------------------------- */

.gallery-links {
	margin:30px auto 10px;
	padding:15px 20px 15px;
	background:#fff;
	line-height:170%;
	position:relative;
	background: #f8f8f8;
}

.gallery-links li {
	border-bottom: 0 !important;
	line-height: 50% !important;
}

.gallery-links a {
    color:#b67565;
}

.gallery-links a:hover {
    color:#222;
}

.gallery-links:before,
.gallery-links:after {
	color:#474747;
	font-size:14px;
	background:#fff;
}

.gallery-links:after {
    content: 'Gallery Links';
	color: #333;
    font-family: Seaweed Script, cursive;
    font-size: 18px;
    text-transform: lowercase;
    position: absolute;
    z-index: 21;
    top: -12px;
    left: 25px;
    padding: 0 3px 0 17px;
    background: transparent !important;
	
/*	color: #fff !important;
    text-transform: lowercase !important;
    background: linear-gradient(to right, #e9b778 0%, #05bdb0 100%) !important;*/

}

.gallery-links:before {
	content: "\f089 ";
    position: absolute;
    left: 81px;
    top: -14px;
    width: 110px;
    height: 14px;
    transform: skew(-12deg) translateX(-50%);
    background: #fff;
    z-index: 20;
    font-family: 'Font Awesome 5 Free';
    font-size: 25px;
    line-height: .8;
	color: #06C5C6;
/*	background-image: url(images/header.png) !important;
    background-position: 50%; */
}