.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 !important;
    -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; 
}

/** === 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;
}

/** === Comment Element === **/
.comment-form {display: flex;flex-wrap: wrap}
.comment-form .comment-notes,.comments-area .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;}
.comment-form-comment, .form-control{
	width: 100%;
}
