
/* h1,h2,h3,h4,h5,h6{
    font-family: 'anjoman';
    line-height: 50px;
} */

/* p, input, textarea, textarea::placeholder, input::placeholder{
    font-family: 'yekanBakh';
    font-size:14px;
} */

p{
    line-height: 35px;
}
textarea, textarea::placeholder{
    text-align:right!important;
}

/* Elementor Widgets */
.search_style_fullscreen.search_opened .search_form{
	left: 0 !important;;
}


.sc_chat_form_field_prompt_label{
	display:flex !important;
	justify-content:space-between !important;
	align-items:center!important;
	width:100%!important;
}
.sc_chat_form_field_prompt .sc_chat_form_field_prompt_button{
    right: auto!important;
    left: 0 !important;;
}
.sc_chat_form_field_prompt_label .sc_chat_form_start_new{
    right:auto !important;
    left:10px;
}

.trx-addons-pricing-table-feature-text{
	margin-right:10px;
}

.sc_chat_form_field_prompt_text{
    margin-right:10px !important;
}

.trx-addons-pricing-table-align-right.trx-addons-pricing-table-price-duration-nowrap .trx-addons-pricing-table-price-wrap{
    justify-content: flex-start!important;
}

input.sc_chat_form_field_prompt_text{
    padding-right:30px !important;
}

input::placeholder, input{
	direction:rtl;
	text-align:right;
}

/* Blog */

.nav-previous{
	float:right!important;
	text-align:right!important;
}

.nav-next{
	float:left!important;
	text-align:left!important;
}
.nav-links-single .nav-links .nav-previous .nav-arrow-label:before{
   content: '\e836'!important;
   margin-left: 0.3em;
}

.nav-links-single .nav-links .nav-next .nav-arrow-label:after{
   content: '\e837'!important;
   margin-right: 0.3em;
}

.nav-links-single .nav-links .nav-next .post-title, .nav-links-single .nav-links .nav-previous .post-title{
    line-height:35px;
	margin-right:20px;
}

.nav-links-single .nav-links .nav-next .post-title{
	text-align:left!important;
}
.nav-links-single .nav-links .nav-previous .post-title{
	text-align:right!important;
}

#cancel-comment-reply-link{
    right: auto !important;
    left:10px;
}

.comments_list_wrap .comment_author_avatar{
	position: static !important;;
}

.post_meta_likes .post_meta_number{
    margin-right:5px;
}

.post_meta_label{
    margin-right:5px;
}

.nav-links .page-numbers.next::before{
    content: '\F007'!important;
}

.widget_area .post_item .post_title, aside .post_item .post_title{
     text-align:auto!important;
 }
 .widget_area .post_item .post_categories, aside .post_item .post_categories{
     text-align:right;
     padding-right:0!important;
 }

/* Footer */
.trx_addons_scroll_to_top{
    right:auto !important;
    left:2rem;
}