/* Theme Name: joyxy */
* {
	margin: 0;
	padding: 0;
}

body {
	background: #fff;
	color: #525255;
	font-size: 1em;
	line-height: 1.2em;
	font-family: "Poppins", sans-serif, arial;
    margin-left: 5em;
    margin-right: 0em;
}

a {
	color: #333;
	outline: none;
	text-decoration: none;
}
a:hover{
	background:#EDEAFF;
	transition: all 0.2s;
}
li {
	list-style: none;
}

::selection {
	background: #ECE9FF;
}

.tagcloud {
	line-height: 1.6em;
	font-weight: 300;
}
h3 {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 1em;
}
h3 svg{
    vertical-align: bottom;
}
.clear{
	clear:both;
}
img{
	background:#F6F7F7;
}
.logo{
	margin-bottom:1em;
}
.home .focus-home a,
.category-resource .focus-resource a,
.category-boss .focus-boss a,
.category-monsters .focus-monsters a,
.category-others .focus-others a,
.category-upgrade .focus-upgrade a,
.category-friends .focus-friends a,
.page-template-default .focus-about a,
.category-weapon .focus-weapon a{
	background: #D6D1FB;
}

.tooltip {
  position: relative;
}

.tooltip .tooltiptext {
  visibility: hidden;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: .5em;
    padding: .5em 1em;
    position: absolute;
    z-index: 1000;
    font-size: .8em;
    display: block;
    width: max-content;
    margin-left: 3.5em;
    margin-top: -.4em;
  position: absolute;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

/* =----------------------------------- category user */
.post.friends a{
	display:inherit;
	background:transparent;
	line-height:4em;
    border-radius: 1em;
}
.post.friends{
	text-align:center;
	display:inline-block;
}
#user-container{
    /* column-count: 5 !important; */
    display: grid;
    /* grid-column: 4; */
    grid-template-columns: 20% 20% 20% 20% 20%;
	column-gap:0 !important;
}
.post.friends img{
	display:block;
	margin:auto;
	max-width:150px;
	max-height:150px;
	border-radius:50%;
	width:100%;
	height:inherit;
	
}
/* =----------------------------------- oh the convenience */
.btn-copy {
	display: none;
	position: absolute;
	right: 0;
	top: 0;
	font-size: 1em;
	padding: 0.4em 1em;
	background: #fdf1dd;
	border: 0.2em solid #a35566;
	border-radius: 4em;
	color: #a35566;
	cursor: pointer;
}
#header{
	position:relative;
    visibility: visible;
    background: #F6F7F7;
	margin-bottom:2em;
}
#header .inbox{
	max-width:1200px;
    margin: 0 auto;
	position:relative;
}
#header .content{
	padding:6em 2em 4em 2em;
	position:relative;
	z-index:2;
}

.author #header .content{
	padding:4em 2em;
}
.author-info{
	font-size:.8em;
}
h1{   
    font-size: 2em;
	margin:.5em 0;
	color:#3c3c3c;
}
#header p{
	font-size:1em;
}
#header img.graphic{
	position:absolute;
	top:0;
	right:1em;
	width:560px;
	height:inherit;
	background-image:url(images/banner.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-color:transparent;
}
.category-resource #header img.graphic{
	background-image:url(images/cover-booking.png);
	background-size: contain;    
	background-repeat: no-repeat;
}
.category-boss #header img.graphic{
	background-image:url(images/graphic-boss.png);
	background-size: contain;    
	background-repeat: no-repeat;
}
.category-upgrade #header img.graphic{
	background-image:url(images/graphic-upgrade.png);
	background-size: contain;    
	background-repeat: no-repeat;
}

.category-monsters #header img.graphic{
	background-image:url(images/graphic-monster.png);
	background-size: contain;    
	background-repeat: no-repeat;
}
.category-friends #header img.graphic{
	background-image:url(images/graphic-gallery.png);
	background-size: contain;    
	background-repeat: no-repeat;
}
.page-id-1995 #header img.graphic{
	background-image:url(images/graphic-us.png);
	background-size: contain;    
	background-repeat: no-repeat;
}

.category-weapon #header img.graphic{
	background-image:url(images/graphic-weapon.png);
	background-size: contain;    
	background-repeat: no-repeat;
}
.category i{
	display:block;
	width: 200px;
    height: 116px;
    background-size: contain;
    margin: auto;
    margin-bottom: 2em;
	margin-top:-2em;
	
}
.category-monsters i{
	background-image:url(images/map.png);
}
.category-upgrade i{
	background-image:url(images/peach.png);	
}
.category-boss i{
	background-image:url(images/fox.png);	
}
.category-resource i{
	background-image:url(images/paper.png);	
	display:none;
}
.category-weapon i{
	background-image:url(images/paper.png);	
	
}
.post{
	 -webkit-column-break-inside: avoid; /* Chrome, Safari, Opera */
            page-break-inside: avoid; /* Firefox */
                 break-inside: avoid; /* IE 10+, Chrome, Safari, Opera */
}
.post a{
	line-height: 1.3em;
	font-size: 1em;
	font-weight: normal;
    text-transform: lowercase;
    position: relative;
	background:#f6f7f7;
	padding:1em;
	margin-bottom:1em;
	border-radius:4px;
	display:block;
}

.post a:hover{
	background:#f6f7f7;
	transition: all 0.2s;
}
.category-friends .post a{
	padding-bottom:0;
}
.post.key a{
	background:#FFF9BA;
}
.homepage h2{
    height: 2em;
    clear: both;
    line-height: 1.2em;
}
.post-body .attachment-post-thumbnail{
	width:120px;
	height:120px;
	margin-bottom:.4em;
	border-radius:50%;
}
table{
	background:#FAFAFA;
	margin-top:1em;
	margin-bottom:1em;
}
tbody,table,thead,tr,td,th{
    border-color: #E5E5E5 !important;
}

table img{
	width:100%;
}
.tags {
	font-size: 0.8em;
	margin-top: 1em;
	display: block;
}

.tags:after {
	content: ' ';
	display: block;
	clear: both;
}

.tags a {
	background: #f1f1f1;
	padding: 0.2em;
}

.watch-action {
	height: inherit !important;
}

.meta-group{
	text-align:center;
}
button.recommend-likes {
	border: none;
	background: none;
	margin-top: 2em;
}
.home .crumbs-warpper{
	display:none;
}
.wpulike{
	text-align:center;
}
/* =----------------------------------- main structure */
.banner {
	font-size: 0.8em;
	text-align: center;
}

.nav-category {
	float: left;
}
.nav-category svg {
	width: 1.5em;
	height: 1.5em;
}

.nav-category a {
	display: block;
	padding: 1em;
	border-radius: .5em;
}

.nav-pages {
	position: absolute;
	bottom: 0;
	background: #fff;
	z-index: 1000;
	padding-bottom: .5em;
}

.pin-left {
	padding: 1em;
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	bottom: 0;
	background: #fff;
	border-right: 1px solid #e9e9e9;
}
.wp-pagenavi{
	text-align:center;
}

/*logo*/

.navStripWrapper li {
	display: inline-block;
	margin: 1em;
	vertical-align: text-top;
}
.widgetTitle {
	margin-bottom: 1em;
}

.widgetContainer li {
	font-size: 0.8em;
}

.post-entry h1 {
	font-size: 2.5em;
	font-weight: bold;
	text-align: center;
	padding-bottom:.5em;
}
.post-entry h2{
    margin: 2em 0 1em 0;
}
.post-body{
    max-width: 1200px;
    margin: auto; 
    gap: 40px;
    padding: 2em;
    display: flex;
    position: relative;
    height: min-content;
}
.post-entry {
    background-color: #fff;
    flex-flow: column;
    flex: 1 0 0;
    place-content: flex-start;
    align-items: flex-start;
    gap: 1em;
    width: 1px;
    max-width: 100%;
    height: min-content;
    padding: 0;
    display: flex;
    position: relative;
}

.post-body h1 img.emoji{
    display: block !important;
    /* height: 2em !important; */
    margin: auto !important;
}
.post-entry h2 a {
    line-height: 2em;
    position: relative;
    display: inline-block;
    font-size: 1.2em;
}
.entry-inbox a{
    background: #EDEAFF;
	
}
#mainColumn{
	max-width:1200px;
	margin:auto;
	padding:0 2em;
}
#mainColumn .inbox{
    column-count: 3;
    column-gap: 1em;
    margin-bottom: 4em;
}

.home-content a {
	font-size: 0.8em;
	margin: 2em 0;
	display: block;
	color: #525252;
}


#crumbs {
	margin-top: 2em;
	padding-bottom: 1em;
	font-size: .8em;
}

.random-btn {
	position: fixed;
	top: 2.4em;
	right: 0.7em;
	font-size: 4em;
}

.left-sidebar {
    z-index: 1;
    flex: none;
    align-self: stretch;
    width: 200px;
    height: auto;
    position: sticky;
    top: 0;
}
.left-sidebar .post a{
	margin-bottom:.8em;
}
.left-sidebar .post-special a{
	background:#FFFABA;
}
.left-sidebar .post-special a:hover{
	background:#FFECBA;
}
.empty-post {
    text-align: center;
    line-height: 2em;
	margin:4em;
}
.empty-post img{
	width:200px;
	height:200px;
	border-radius:50%;
}
/* =----------------------------------- search */
#searchForm1{
    border: 1px solid #fff;
    outline: none;
    margin-bottom: 2em;
    width: 100%;
    border-radius: .5em;
    text-indent: 1em;
    background: #fff;
    margin: auto;
    display: block;
    max-width: 1200px;
    width: stretch;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 2px 10px 0px;
}
li.searchField {
	border: 0;
}

#searchBar1 {
	padding-bottom: 1.5em;
	padding-top: 1.5em;
}

.searchField input {
	border: 1px solid #fff;
	outline: none;
	padding: 1em 0;
	width: inherit;
	border-radius: .5em;
	text-indent: 1em;
	background: #fff;
	margin: auto;
	display: block;
    width: stretch;
	font-size:1em;
	color:#333;
}
#header #searchBar1 {
	width:50%;
}
.search-no-results #mainColumn .inbox{
	column-count:1;
}
/* =----------------------------------- entry body */
.entry {
	line-height: 1.6em;
	max-width: 1200px;
	margin: auto;
	width:100%;
}

.entry table img {
	display: block;
	height: inherit;
	max-width: 80%;
	margin: auto;
	width:inherit;
}

.entry p {
	margin-bottom: 1em;
}

.entry .tags {
	text-align: center;
}

.entry ol {
	list-style: decimal;
}

.entry ul li, .entry ol li {
	margin: 0 0 7px 18px;
}

.entry ul li {
	list-style: circle;
}

.entry blockquote{
	text-align:left;
    max-width: 38em;
	margin:3em auto;
    position: relative;
	text-indent:2em;
}


.entry blockquote::before {
    position: absolute;
    top: 0;
    left: -50px;
    z-index: 0;
    font-family: 'Lora', serif;
    content: '\201c';
    font-size: 160px;
    font-style: normal;
    line-height: 0.79;
    user-select: none;
    pointer-events: none;
    color: #4e4d58;
    opacity: 0.12;
}

.post-link {
	padding: 2em 0;
	border-top: 1px solid rgba(230, 230, 230, 1);
	border-bottom: 1px solid rgba(230, 230, 230, 1);
    max-width: 1200px;
    margin: auto;
}

.post-link {
	margin-top: 2em;
	column-count: 2;
	flex-direction: row;
	column-gap: 6em;
}

#mainColumn-post .related_content {
	margin: 2em auto 2em auto;
	max-width:1200px;
	clear:both;
}
#mainColumn-post .searchField{
	background:#F6F7F7;
	padding:2em;
}
#mainColumn-post .related_content .inbox{
	column-count: 3;
	flex-direction: row;
}

.post-link {
	font-size: 0.8em;
}

.post-link a, .widget_recent_entries a {
	transition: all 0.2s;
}
.post-entry .author-box{
	margin-top:2em;
    padding: 2em;
    background: #F6F7F7;
    border-radius: 10px;
	line-height:1.2em;
}
.post-entry .author-box h4{
    margin-bottom: .8em;
}
.post-entry .author-box img{
	width:80px;
	height:80px;
	
}
.author-box .avatar{
	float:left;
	margin-right:2em;
	width:100px;
	height:100px;
}


/* =----------------------------------- main index pagination */
#paginateIndex {
	clear: both;
	display: block;
	line-height: 1em;
	text-transform: uppercase;
	padding: 2em;
	font-size: .8em;
	font-weight: bold;
}

#paginateIndex span.pages {
	display: block;
}

#paginateIndex a { 
    border-radius: .4em;
    background: #F0F0F0;
    margin: .2em;
    border-radius: 10em;
    width: 3em;
    height: 3em;
    text-align: center;
    line-height: 3em;
    display: inline-block;
	border:none;
}

#paginateIndex span {
	display: inline-block;
	border-radius: .4em;
	padding: .6em 1em;
	border: 1px solid #fff;
	text-align: center;
}

#paginateIndex span.current {
    background: #D6D1FB;
    height: 3em;
    width: 3em;
    line-height: 3em;
    padding: .2em;
    border-radius: 50%;
}
.page .entry{
    padding: 0 2em;
    margin-right: 30em;
	
}
/* =----------------------------------- comments */

#commentsContainer{
	max-width: 1200px;
}
.comment-respond{
    margin: 2em auto 0 auto;
}
.comment-author .fn{    
	font-style: normal;
    font-weight: bold;
}
.comment-list{
	margin-bottom:2em;
}
#commentform label{
	display:block;
}
.comment-form-comment{
	margin-top:1em;
	margin-bottom:0 !important;
}
.comments-title{
	margin-top:2em;
}
.comment-respond{
    margin: 2em auto 0 auto;
    padding: 2em;
    background: #f6f7f7;
    border-radius: 10px;
}
textarea#comment{
    width: 96%;
    margin-bottom: 1em;
    border: none;
    padding: 2%;
    font-size: 1.1em;
}
.comment-list .comment{
	 padding:1em 0;
}
.comment-list .comment{
	margin:0 !important;
}
.comment-form input{
    width: 96%;
    margin-bottom: 1em;
    border: none;
    padding: 2%;
    font-size: 1em;
}
p.form-submit{
    margin-bottom: 0;
}
.form-submit input{
	background:#D6D1FB;
	font-size:1em;
	width:100%;
    margin-bottom: 0;
}
.comment-content{    
	padding: 1em;
    background: #f6f7f7;
    border-radius: .4em;
    margin-left: 4em;
    margin-top: -2em;
}
.commentmetadata{
	float:right;
    margin-top: -4.4em;
	font-size:.8em;
	margin-right:1em;
}
.comment-author{
	margin-bottom:.6em;
}
.comment-body .avatar{
	border-radius:50%;
    vertical-align: text-top;
	margin-right:.5em;
}
.comment-form-email,.comment-form-url,.comment-notes{
	display:none;
}
.entry .comment-content p{
	margin-bottom:0
}
/* =----------------------------------- widget enabled sidebar */
.secondaryColumn h3 {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #eee;
	margin: 0 0 10px 0;
	padding: 7px 4px;
}

.widgetContainer {
	margin: 0 0 2em 0;
}

.widgetContainer ul li {
	margin: 0 3px 7px 21px;
	list-style: circle;
	clear: both;
}

.widgetContainer .textwidget {
	margin: 0 3px;
	line-height: 1.5em;
}

.widgetContainer #wp-calendar {
	border-collapse: collapse;
	width: 100%;
}

.widgetContainer #paginateIndex {
	padding: 1em 0;
	background: #fff;
}
/* =----------------------------------- boring footer */
#footer {
	height: 4em;
	text-align: center;
	font-size: 0.7em;
	border-top: 1px solid #efeff2;
	margin: auto;
	padding: 3em;
	clear: both;
}
#footer a,
#footer span {
	margin: 0 0.4em;
}

#footer img {
	vertical-align: middle;
}
.entry .a2a_svg{
	padding:.2em;
}
/* =----------------------------------- floats + clearing rule */
.clean {
	clear: both;
}

.gotopbtn {
	padding: 5px;
	text-align: center;
	position: fixed;
	bottom: 25px;
	right: 2em;
	font-size: 14px;
	cursor: pointer;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

.gotopbtn svg {
	width: 2.6em;
	height: 2.6em;
}
a.gotopbtn:hover{
	background:transparent;
}
.pld-like-dislike-wrap{
    display: block !important;
    margin: auto;
    text-align: center;
}
.pld-like-dislike-wrap .pld-common-wrap{
	margin-right: 10px;
    margin: auto;
    text-align: center;
}
.fa, .fas{
	font-size:4em;
}
a.pld-like-dislike-trigger{
	background:transparent;
}

/* =----------------------------------- media */
@media only screen and (max-width: 1000px) {
	#header img.graphic{
		width:460px;
	}
	#user-container {
    	grid-template-columns: 25% 25% 25% 25%;
	}
}
/* =----------------------------------- media */
@media only screen and (max-width: 767px) {
	body{
		margin-left:3.6em;
		margin-right:0;
	}
	#mainColumn-post .searchField{
		padding:1em;
	}
	.left-sidebar{
		display:none;
	}
	.post-body{
		gap:0;
		padding:0;
	}
	h1{
		text-align:center;
		line-height:120%;
	}
	.post-entry h1{
		font-size:1.8em;
	}
	#crumbs{
		margin-top:0;
	}
	#mainColumn .inbox,
	#mainColumn-post .related_content .inbox{
		column-count:1;
	}
	#mainColumn{
    	padding: 0 1em;
	}
	#mainColumn .inbox{
		margin-bottom:0;
	}
	#header img.logo{
		position: relative;
		top: inherit;
		right: inherit;
		max-width: inherit;
		width: 50%;        
		display: block;
        margin: auto;
	}
	#header .content{
		padding:1em;
	}
	#header p{
		text-align:center;
	}
	.pin-left{
		padding:0;
	}
	.post-entry{
		margin:1em;
	}
	.post h2 center,
	.post h2{
		border-top:0;
	}
	.post h2{
		margin-top:1em;
	}
	.post-entry h2 a{
		line-height: 1.3em;
	}
	.nav-category a{
		border-radius:0;
	}
	.entry img{
		width:100%;
	}
	.entry img.attachment-post-thumbnail{
		width:inherit;
	}
	.entry img.avatar{
		width:inherit;
	}
	.comment-content{
		margin-left:0;
		margin-top:0;
		padding:1em 0;
		font-size:.9em;
	}
	.entry .comment-content p {
		margin-bottom: 0;
		padding: 0 1em;
		line-height: 120%;
	}
	.commentmetadata{		
 	 float: inherit;
    margin-top: -3em;
    font-size: .8em;
    margin-right: 0;
    margin-left: 5em;
	}
	.comment-form input{
		margin-bottom:0;
	}
	.comment-form-comment{
		margin-bottom:0 !important;
	}
	#user-container{
		column-count:2 !important;
	}
	#header img.graphic{
		position:relative;
		display:none;
	}
	#header #searchBar1 {
		width:100%;
	}
	.postMeta{
		margin:0 1em;
	}
	#mainColumn-post .related_content{
		margin:1em;
	}
	.author #header h1{
		text-align:left;
	}
	.post.friends a{
		padding:0;
	}
	.post.friends img{
		width:100%;
		height:inherit;
	}
	.author-box .avatar{
		float:inherit;
		margin-right:0;
	}
	.post-entry .author-box{
		text-align:center;
	}
	.page .entry{
		padding:0;
		margin:0;
	}
	
	#user-container {
    	grid-template-columns: 33% 33% 33%;
	}
}

/* =----------------------------------- media */
@media only screen and (max-width: 580px) {
	
	#user-container {
    	grid-template-columns: 50% 50%;
	}
}