/*
Você pode adicionar seu próprio CSS aqui.

Clique no ícone de ajuda acima para saber mais.
*/

.wrapper {
    width: 68% !important;
}
.entry-content-wrap .left-col{
	width:0 !important;
	display:none !important;
}
.entry-content{
	margin-left:0 !important;
	font-size:1.1em;
	color:#000 !important;
}
body{
	line-height:1.5em !important;
}
#main-content{
	background: url('/wp-content/uploads/2018/02/dark_wall.png');
}
.elements-box{
	padding:22px;
	background: #fff;
}
.entry-item *, .entry-item > * *{
	color:#000 !important;
	font-size:1.2em;
}
.standard-post, .entry-item{
	padding: 20px;
	background: #fff;
	opacity: 0.9;
}
.tag-box a{
	color: #000 !important;
	border: 1px solid #000 !important;
}
#comments .comments-list li .comment-wrap .comment-body {
    overflow: hidden;
    background: #fff;
}
.entry-content p, .entry-content div{
	line-height:1.6em;
}

.entry-item *, .entry-item > * * {
	color: #000 !important;
	font-size: 1.04em;
}
p {
	margin: 0 0 14px;
}

body {
	line-height: 1.9em 
}
#kopa-page-footer .mask,#kopa-page-header{
	background:rgba(0,0,5,0.9)!important;
}
#comments .comments-list{
	width:80% !important;
	margin: 0 auto;
}

#comments .comments-list li .comment-wrap .comment-body header {
    padding-left: 70px;
    padding-right: 15px;
    line-height: 40px;
    margin-bottom: 15px;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #bb3d91), color-stop(1, #3e216a));
    background-image: -o-linear-gradient(right, #f2f2f2 0%, #3e216a 100%);
    background-image: -moz-linear-gradient(right, #f2f2f2 0%, #ccc 100%);
    background-image: -webkit-linear-gradient(right, #f2f2f2 0%, #ccc 100%);
    background-image: -ms-linear-gradient(right, #f2f2f2 0%, #ccc 100%);
    background-image: linear-gradient(to right, #f2f2f2 0%, #ccc 100%);
	
}
.url, #comments .comments-list li .comment-wrap .comment-body header h6{
color:#000;	
}
.entry-date, #comments .comments-list li .comment-wrap .comment-body footer .comment-edit-link{
	color:#808080 !important;
}
#comments .comments-list li .comment-wrap .comment-body .comment-content{
	color: #484848 !important;
}

.my-grid-layout{
	list-style:none;
	text-align:justify;
}
@media (min-width:768px){
.page-header .page-header-bg, .page-header .mask{
	height:100vh !important;
}
}
@media (max-width:768px){
	body{
		line-height:1em;
	}
	body *{
		word-wrap:break-word;
	}
	.wrapper {
    width: 95% !important;
}
	.page-header .page-header-bg, .page-header .mask{
	height:100% !important;
}
}