/*=====================================
 Comment Template CSS
========================================*/

.comment-author .avatar {
	width: 50px;
	border-radius: 50%;
	margin-right: 15px;
	transition: all 0.3s ease-in-out;
	height: auto;
	float: left;
}

.comment-author .avatar:hover {
	transform: scale(2);
}

.commentlist {
	display: inline-block;
	clear: both;
	width: 100%;
	font-size: 0.8em;
}

ol.commentlist {
	padding: 0;
	margin: 5% 0;
	list-style-type: none;
}

ul.children {
	list-style-type: none;
	padding-left: 10px;
    margin-bottom:0;
}

article.comment {
	margin: 5% 0;
	padding-left: 80px;
}

.children article.comment {
	padding-left: 60px;
}

.comment footer {
	font-size: 0.8em;
}

.comment p {
	margin: 0.25em 0;
	font-size: 15px;
	line-height: 1.5;
	margin-bottom: 12px;
}
.comment .comment-body > p:last-child {
    margin-bottom:0;
}

.commentlist cite {
	font-weight: 600;
}

.comment-body {
	padding: 20px 0;
	border-bottom: 1px solid #e7bc64;
    position: relative;
    padding-bottom: 10px;
}

.reply a {
    font-size:12px!important;
    padding:5px 10px!important;
}

.commentlist>li:nth-child(even) {
	background: #f5f5f5;
	padding: 0 20px;
}

.commentlist>li:nth-child(odd) {
	background: #fdfdfd;
	padding: 0 20px;
}

.commentlist>li {
border:1px solid rgba(0, 0, 0, 0.2);
	border-radius: 5px;
	margin-bottom: 2.5%;
	transition: all 0.3s ease-in-out;
}

.commentlist li .comment-body:last-child {
	border-bottom: 0;
}

.children {
	list-style: none;
}

.commentmetadata,
.comment p,
.comment blockquote,
.comment pre {
	margin-left: 68px;
}

.commentmetadata {
	font-size: 10px;
	color: black;
}

.children .comment-body {}

.reply {
    position: absolute;
    top: 20px;
    right: 0;
}

#comments {
	margin: 0;
	font-size: 15px;
	font-weight: 300;
}

#respond input[type=text],
#respond input[type=email],
#respond input[type=tel],
#respond textarea {
	width: 100%;
	padding: 20px;
	border: 2px solid #cbcbcb;
	transition: all 0.3s ease-in-out;
	outline: none;
    border-radius: 5px;
}

#respond input[type=text]:focus,
#respond input[type=email]:focus,
#respond input[type=tel]:focus,
#respond textarea:focus {
	border-color: #e7bc64;
}

#respond input[type=submit] {
	background-color: #e7bc64;
	color: #264071;
	text-transform: uppercase;
	border: 0;
	padding: 10px 30px;
	border-radius: 0;
	transition: all 0.3s ease-in-out;
	border-radius: 5px;
	font-weight: 600;
	font-size: 15px;
    cursor:pointer;
}

#respond input[type=submit]:hover {
    background-color: #264071; 
    color: #e7bc64; 
}


.logged-in-as {
    display:none;
}

.comment-reply-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding:10px 0;

    font-family: "Abril Fatface", sans-serif;
    font-weight: 400;
    font-size: 30px;
    color: #264071;
}
.commentlist .comment-reply-title {
    font-family: Poppins, Helvetica, Verdana, Arial, sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #264071;
}

.comment-form-comment, .form-submit {
    margin-left: 0 !important;
}
.form-submit {
    margin-bottom:25px!important;
}

object, object img, video, iframe {
    border-radius: 10px;
}

body.dd-active a[download] {
    display:none!important;
}

@media screen and (max-width:550px) {

	object {
		background:white;
		max-height:400px;
	}

}