.form-submit{
	text-align: left;
	margin: 0;
}
#commentform {
	padding: 45px 60px;
	font-size: 16px;
	background: #2f3b50;
	border-radius: 30px;
}

#commentform textarea {
	width: 100%;
	border-color: transparent;
	border-radius: 10px;
	font-weight: 300;
	min-height: 160px;
	padding: 15px;
	outline: none;
}

#commentform .submit.btn-comment-pink, .comment-reply-link.btn-secondary {
	color: #fff;
	font-size: 1.15rem;
	font-weight: 300;
	background: linear-gradient(180deg, #E72A7C 0%, #E4297D 48.96%, #8C368F 100%);
	border: 1px solid transparent;
	border-bottom-color: #3f3d90;
	border-radius: 10px;
	min-width: 200px;
	transition: all .3s;
}
.comment-reply-link.btn-secondary{
	min-width: auto;
	padding: 5px 15px;
}
#commentform .btn-comment-pink:hover, 
#commentform .btn-comment-pink:active {
	border: 1px solid #fff;
}

.comment-form-comment label {
	display:none;
}
ul.comment-list{
	margin-top: 1rem;
	padding: 0;
	list-style-type: none;
	word-break: break-all;
}
ul.comment-list ul.children{
	list-style-type: none;
}
.comment-body{margin: 20px auto;}
.comment-author.vcard img{
	border-radius: 100px;
	margin: 0 0 0 10px;
}
.comment-metadata{
	margin: 15px auto;
	font-size: 14px;
}

.comment-meta {
	margin: 15px auto;
}

.comments-title, .otzivy h3.comment-reply-title{
	font-size: 18px;
	font-weight: 300;
	margin: 10px 0 20px;
}

.comment-form-comment {
	position: relative;
}

.comment_field{
	position: relative;
	display: inline;
	width: 50%;
	float: right;
}
.comment_field.cf-2{
	padding: 0 30px 0 0;
}
.comment_field input{
	width: 100%;
	border: none;
	border-radius: 10px;
	padding: 7px 15px;
	outline: none;
}
.comment-form-cookies-consent input{
	vertical-align: middle;
}
.comment-form-cookies-consent label{
	vertical-align: top;
	padding: 0 5px 0 0;
	display: inline;
}

.social a:hover {
	cursor:pointer;
}

#new_post label.error,
#commentform label.error {
	position: absolute;
	font-family: 'Heebo', sans-serif;
	color:red;
}
#new_post label.error {
	top: 25px;
	left: 30px;
}
#commentform label.error {
	top: 42px;
	left: 18px;
}
#commentform .comment-form-comment label.error {
	top: 10px;
}

.atcb,
.add-to-calendar {
	display: block;
	margin: 0 17px 0 0;
	width: 51px;
	height: 51px;
	color: #fff;
	font-size: 12px;
	text-decoration: none;
	align-items: center;
	justify-content: center;
	align-self: center;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	background-color: transparent;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: 70%;
	border: 2px solid #fff;
	border-radius: 100px;
}
.select-error {
	position: absolute;
    font-family: 'Heebo', sans-serif;
    color: red !important;
    top: 15px;
    left: 30px;
    font-weight: 300;
}
@media (max-width:767.98px){
	#commentform{padding: 20px; border-radius: 20px;}
	.comment_field{width: 100%;}
	.comment_field.cf-2 {padding: 0;}
	.comment-form-comment{margin-bottom: 5px;}
}