/** === Breadcrumb Element === **/

.elementor-author-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center; 
}

.elementor-author-box__avatar {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-left: 25px; 
}

.elementor-author-box__avatar img {
    width: 100px;
    border-radius: 500px;
    -o-object-fit: cover;
	object-fit: cover; 
}

.elementor-author-box__text {
    -webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
    font-size: 17px; 

}
.elementor-author-box__name {
    font-size: 24px;
    margin-bottom: 5px; 
}

.elementor-author-box__bio {
    margin-bottom: 0.8em; 
}

.elementor-author-box__bio p {
    margin-bottom: 0.8em; 
}

.elementor-author-box__bio p:last-of-type {
	margin-bottom: 0; 
}

.elementor-author-box--layout-image-left .elementor-author-box {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse; 
}

.elementor-author-box--layout-image-left .elementor-author-box__avatar {
	margin-left: 0;
	margin-right: 25px; 
}

.elementor-author-box--layout-image-right .elementor-author-box {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row; 
}

.elementor-author-box--layout-image-right .elementor-author-box__avatar {
    margin-right: 0;
    margin-left: 25px; 
}

.elementor-author-box--layout-image-above .elementor-author-box {
    display: block; 
}

.elementor-author-box--layout-image-above .elementor-author-box__avatar {
	margin: 0 auto 15px;
	display: inline-block; 
}

.elementor-author-box--layout-image-above.elementor-author-box--align-left .elementor-author-box__avatar {
    margin-left: 0; 
}
.elementor-author-box--layout-image-above.elementor-author-box--align-right .elementor-author-box__avatar {
    margin-right: 0; 
}

.elementor-author-box--align-left .elementor-author-box {
    text-align: left; 
}

.elementor-author-box--align-right .elementor-author-box {
    text-align: right; 
}

.elementor-author-box--align-center .elementor-author-box {
    text-align: center; 
}

.elementor-button.elementor-author-box__button {
	border: solid 2px #55595c;
	font-size: 15px;
	font-weight: 100;
	padding: 10px 18px; 
}

.elementor-button.elementor-author-box__button, .elementor-button.elementor-author-box__button:hover {
	background: transparent;
	color: #55595c; 
}

.elementor-widget-author-box:not(.elementor-author-box--layout-image-above) .elementor-author-box__avatar {
	-ms-flex-item-align: start;
	align-self: flex-start; 
}

.elementor-widget-author-box:not(.elementor-author-box--layout-image-above).elementor-author-box--image-valign-top .elementor-author-box__avatar {
	-ms-flex-item-align: start;
	align-self: flex-start; 
}

.elementor-widget-author-box:not(.elementor-author-box--layout-image-above).elementor-author-box--image-valign-middle .elementor-author-box__avatar {
	-ms-flex-item-align: center;
	align-self: center; 
}

@media only screen and (max-width: 600px) {
	.elementor-author-box {
		display: block; 
	}
}
/** === Breadcrumb Element === **/
.breadcrumb i {
    opacity: .7;
}

.breadcrumb li,.breadcrumb li a {
    color: #FFF
}

.screen-reader-text {
    text-indent: -99999px;
    overflow: hidden;
    display: none;
}

.breadcrumb li:after {
	transform: rotateY(0);
    content: '\e89e';
    font-family: eicons;
}

body.rtl .breadcrumb li:after{
    content: '\e89f' !important;
}

.breadcrumb li:last-child::after {
    opacity: 0;
    visibility: hidden;
    display: none;
}

/* post info */
.elementor-post-info__terms-list a {
	margin-left: 15px;
}
































/** === Comment Element === **/
.comment-form {display: flex;flex-wrap: wrap}
.comment-form .comment-notes,.comment-form input {width: 100%}
input.submit {cursor: pointer}

.robotheme-comments .comment-form-comment, .robotheme-comments .comment-form-comment textarea,.cms5 .comment-form-comment textarea {width: 100% !important;height: 200px !important;}
.cms1 .comment-form-author,.cms1 .comment-form-email,.cms1 .form-submit,.cms2 .comment-form-author,.cms2 .comment-form-email,.cms2 .form-submit,.cms3 .form-submit,.cms4 .form-submit {width: 33.3333%}
.cms2 .comment-notes,.cms4 .comment-notes {order: 1;}
.cms2 .comment-form-author,.cms4 .comment-form-author {order: 2;}
.cms2 .comment-form-email,.cms4 .comment-form-email {order: 3;}
.cms2 .form-submit,.cms4 .comment-form-comment {order: 4;}
.cms2 .comment-form-comment,.cms4 .form-submit {order: 5;}
.cms3 .comment-form-author,.cms3 .comment-form-email,.cms4 .comment-form-author,.cms4 .comment-form-email,.cms5 .comment-form-comment,.cms5 .comment-form-author,.cms5 .comment-form-email,.cms5 .form-submit {width: 50% !important;}
.cms5 .comment-form {display: block;flex-wrap: unset;}
.cms5 .comment-form-comment {float: right}
.cms5 .comment-form-author,.cms5 .comment-form-email,.cms5 .form-submit {float: left}

.comment-author {display: flex;align-items: center;}
.comment-meta {display: flex;align-items: center;justify-content: space-between;}
.reply a {display: inline-block;}
.comment-notes {display: none;}

@media only screen and (max-width: 700px) {
	.comment-meta {
		display: block; 
	}
	.comment-metadata {
		margin-top: 20px;
	}
}

.comment-respond {
	padding: 20px;
	border: 1px solid #eee;
	margin-top: 20px;
	border-radius: 20px;
}

.comment-reply-title {
	margin-bottom: 30px;
}

.comment-form-comment {
	margin-bottom: 20px;
}

.form-control {
	background: #eee;
	border: 1px solid #ddd;
	border-radius: 10px;
	padding: 20px;
	resize: none;
}

.comment-form input[type="text"] {
	background: #eee;
	border: 1px solid #ddd;
	border-radius: 10px;
	padding: 10px;
}

.comment-form input[type="submit"] {
	background: #0DC16729;
	border-radius: 10px;
	padding: 10px 20px;
	color: #0DC167;
	transition: .5s;
}

.comment-form input[type="submit"]:hover {
	background: #0DC167;
	color: #fff;
}

.comment-form p {
	margin: 10px;
}

.comment-list .comment {
	padding: 20px;
	border-radius: 30px;
	border: 1px solid #eee;
	margin-bottom: 10px;
}

.rbt-img-user-comment img.avatar {
	border-radius: 50px;
	width: 60px;
	margin-left: 10px;
}

.rbt-user-info .rbt-comment-name-auther {
	margin-bottom: 5px;
}

.rbt-user-info .rbt-comment-date {
	font-size: 14px;
	color: #a2a2a2;
}

.comment-list .comment .rbt-comment-text {
	margin-top: 5px;
	line-height: 2em;
	width: 100%;
	color: #444;
	text-align: justify;
	min-height: 25px;
	padding: 10px 10px 0 10px;
	position: relative;
}

.rbt-user-info {
	margin-top: 5px;
}

.rbt-img-user-comment, .rbt-user-info {
	float: right;
}

.rbt-replay-comment {
	float: left;
	background: #0DC16729;
	border-radius: 10px;
	padding: 5px 10px;
	transition: .5s;
}

.rbt-replay-comment a {
	color: #0DC167;
    font-size: 14px;
}
