/* commenti ======================*/
/* globali lista */
#wrap-comment-list {
	background-color: #fff;
	padding: 2em 2em;
	margin-top: 2em;
}

#wrap-comment-list h3#comments-title {
	color: #333;
	line-height: 1.4em;
	margin-bottom: 0;
}

#wrap-comment-list h3#comments-title em {
	font-weight: 400;
	font-size: 0.7em;
}

ol.commentlist {
	list-style: none !important;
	margin: 30px 0;
	overflow: hidden;
}

ol.commentlist li,
ol.commentlist li ul {
	list-style: none !important;
}

ol.commentlist li div.comment {
	clear: both;
}

ol.commentlist .li-commenti {
	margin-bottom: 50px;
	width: 100%;
	float: left;
}

ol.commentlist li .avatar {
	margin: 0 auto;
	display: block;
	border-radius: 200px;
	box-shadow: 0 0 3px #ccc;
	border: 3px solid #fff;
}

ol.commentlist .nopadleft {
	padding-left: 0 !important;
}

ol.commentlist li .autore > div .avatar {
	margin: 0 auto;
	display: block;
	border-radius: 200px;
}

ol.commentlist li div.comment .profilo p.author-link {
	margin: 3px 0;
	font-size: 12px;
	color: #666;
	font-weight: normal;
	word-wrap: break-word;
}

ol.commentlist li div.comment .profilo p.author-link a {
	font-size: 12px !important;
	color: #f60;
	font-weight: normal;
}

.author-link {
	font-size: 12px;
	text-align: center;
}

/* vcard */

/* commmento content */
ol.commentlist li div.comment .comment-content {
	border: 1px solid #ddd;
	background-color: #fff;
	position: relative;
	font-size: 14px;
	font-weight: 400;
	padding: 0;
}

ol.commentlist li.autore > div.comment .comment-content {
	background-color: #f7f7f7;
	position: relative;
	font-size: 14px;
	font-weight: 400;
	border: 1px solid #bdbec3;
}

.commento p {
	font-size: 15px;
	line-height: 1.8;
}


ol.commentlist li div.comment .comment-content .commento {
	padding: 20px;
	font-size: 14px;
}

ol.commentlist li div.comment .comment-content img.frecciaautore {
	position: absolute;
	top: 15px;
	left: -14px;
	z-index: 10;
}

ol.commentlist li div.comment .comment-content img.frecciacom {
	position: absolute;
	top: 15px;
	left: -14px;
	z-index: 10;
}

ol.commentlist li div.comment .comment-content .comment-awaiting-moderation {
	padding: 5px 5px 5px 30px;
	margin: 5px 5px 10px 5px;
	border: 1px dashed #ccc;
	background-color: #f4f4f4;
	color: #333;
	display: block;
	background-image: url(images/clock.png);
	background-repeat: no-repeat;
	background-position: 5px 5px;
}

ol.commentlist li div.comment .reply {
	clear: both;
}

ol.commentlist li ul.children {
	padding: 0;
	float: right;
	margin-top: 50px;
	width: 96%;
}

ol.commentlist li ul.children li {
	clear: both;
}

.comment-form-attachment__file-size-notice,
.comment-form-attachment__file-types-notice,
.comment-form-attachment__autoembed-links-notice,
.comment-form-attachment__drop-area{
	display: none !important;
}

#commentform .form-submit input {
	border-radius: 3px;
	border: none;
	display: block;
	background-color: #1e222d !important;
	color: #fff !important;
	width: 100%;
	height: auto;
	font-size: 22px !important;
}

/* reply */
#reply-title {
	font-size: 32px;
}

div.reply {
	width: 100px;
	position: absolute;
	right: 0;
	bottom: -40px;
}

div.reply a {
	background-color: #cc0404;
	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	color: #fff !important;
	display: block;
	height: 36px;
	text-align: center;
	line-height: 33px !important;
}

div.reply a:hover {
	background-color: #333 !important;
	color: #fff !important;
}

/* reply */

/* form dei commenti */

#respond {
	margin-top: 35px;
	padding: 20px 10px 20px 0;
	clear: both;
	width: 100%;
}

#commentform {
	font-size: 12px;
}

#commentform .comment-notes {
	border: 1px dashed #ddd;
	padding: 5px 5px 5px 30px;
	color: #000;
	background-image: url(images/info.png);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	clear: both;
	margin-bottom: 25px;
	background-color: #f7f7f7;
}

#commentform label {
	font-size: 16px;
}

#commentform .comment-form-author input {
	margin: 8px 0 15px 0;
	padding: 5px;
	display: block;
	clear: both;
	font-size: 15px;
}

#commentform .comment-form-email input {
	margin: 8px 0 15px 0;
	padding: 5px;
	display: block;
	clear: both;
	font-size: 15px;
}

#commentform .comment-form-url input {
	margin: 8px 0 15px 0;
	padding: 5px;
	display: block;
	clear: both;
	font-size: 15px;
}

#commentform .comment-form-comment textarea {
	margin: 8px 0 15px 0;
	padding: 5px;
	min-height: 150px;
	font-size: 15px;
	display: block;
	clear: both;
}

#commentform .form-allowed-tags {
	display: none;
}

#commentform .form-submit input {
	padding: 10px 15px;
	font-weight: bold;
	font-size: 1.2em;
}

/* post pingback */
ol.commentlist li.pingback {
	padding: 10px 10px 10px 40px;
	border: 1px dashed #ddd;
	clear: both;
	margin: 10px 0 30px 0;
	background-image: url(images/heart.png);
	background-repeat: no-repeat;
	background-position: 10px 20px;
}

input#submit {
	border-radius: 3px;
	border: none;
	display: block;
	background-color: #13c110 !important;
	color: #fff !important;
	width: 100%;
	height: 70px;
	font-size: 1.8em !important;
}

input#submit:hover {
	cursor: pointer;
	background-color: #333 !important;
	color: #fff !important;
}

.logged-in-as,
.logged-in-as a {
	font-size: 1.2em !important;
}

.comment-author-admin > .commento {
	background-color: #f1fbe1;
	border-color: #63ce23;
}

.comment-author-admin > .comment-content {
	border-color: #63ce23;
}

/* mostra nascondi commenti su mobile */
#hide-show-comments {
	background-color: #75bf00;
	color: #fff;
	text-align: center;
	margin-top: 1em;
	padding: 1em 1em;
	font-size: 1.2em;
	font-weight: bold;
	cursor: pointer;
}

#hide-show-comments .fa {
	font-size: 3em;
	display: block;
}



.commentlist {
	list-style: none !important;
	margin: 0 !important;
}
.page-standard .wrap-content ol li::before, .page-full .wrap-content ol li::before {
	content: none;
}
.comment {
	padding: 0 !important;
}