    /* 
    Theme Name: DDD 
    */
.a_box_next_items {
    width: 100%!important;

}
.loadmore2 {
    width: 100%!important;

}

.users-list {
	color:#fff;
	width:100%;
	background:url('./images/footer_bg.png') center bottom no-repeat #252525;
	margin:0;
	padding:0;
	font-size:16px;
	font-weight:700;
}

.users-list a {
	color:#fff;
}

.users-list a:hover {
	color:#f23b42;
}

.users-list .fix {
	align-items:start;
	box-sizing:border-box;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
	
.users-list:after {
	content:'';
	display:block;
	height:93px;
	z-index:1;
	background:url('./images/wav.png') center bottom repeat;
	background-size:auto 93px;
}

.user {
	align-items:center;
	box-sizing:border-box;
	display:flex;
	flex-wrap:wrap;
	flex-direction:column;
	justify-content:space-between;
	margin-top:30px;
	width:190px;
}

.user-avatar { 
	height:190px;
	width:100%;
	border-radius:50%;
	margin-bottom:20px;
}

.user-display-name {
	text-align:center;
}
	
.authors-title {
	width:100%;
	text-align:center;
	padding: 50px 0 0 0;
	color: #fff;
	margin: 0;
}


/* Theme Name:  WikiTravel*/

.wp-caption {
	width: 100% !important;
	text-align: center;
}

.comments-caption, .commentlist, .comment-respond, .list {
	margin: 0 auto;
	width: 66%;
	color: #252525;
	font-size: 16px;
	line-height: 22px;
}

.comment-form {
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

.comment-form label {
	margin-right: 20px;
}

textarea.comment-form {
	width: 100%;
	padding: 10px;	
	margin-bottom: 20px;
}

input {
	padding: 10px;	
}

.submit {
	height: 44px;
	border-radius: 22px;
	color: #fff;
	padding: 0 50px;
	text-transform: uppercase;
	font-size: 14px;
	display: block;
	background: #df363d;
	transition: background .4s;
	font-weight: 700;
	text-align: center;
	margin-top: 20px;
}

.comment-reply-link {
	border-radius: 22px;
	color: #fff;
	padding: 2px 20px;
	text-transform: uppercase;
	font-size: 10px;
	display: inline-block;
	background: #4a698b;
	transition: background .4s;
	font-weight: 700;
	text-align: center;
	margin: 15px 0;
}

.comments-caption {
	font-size: 22px;
	margin: 40px auto;
}

cite.fn {
	font-weight: 700;
}

.children {
	margin-left: 100px;
}

.commentlist p {
	margin-top: 10px;
}

blockquote {
	margin-left: 80px !important;
	border-left: 5px solid #ccc !important;
	font-style: italic !important;
	padding: 0 0 0 20px!important;
}

.commentmetadata {
	margin-top: 10px;
	font-size: 12px;
}

.avatar {
	border-radius: 50%;
}

.z-center {
	text-align: center !important;
}