

body {
	direction : rtl;
}

.more-link::after {
    content: "\f30a";
}

#breadcrumb li::after {
    content: "\f104";
}

.comment-navigation .nav-next a::after, .posts-navigation .nav-next a::after, .post-navigation .nav-next a::after {
    content: "\f30a";
}

.comment-navigation .nav-previous a::before, .posts-navigation .nav-previous a::before, .post-navigation .nav-previous a::before {
    content: "\f30b";
}

#primary {
    float: left;
}


.sidebar ul li::before {
    content: "\f30a";
}

.entry-content-wrapper {
    padding: 40px;
    text-align: right;
}

.wpcf7 textarea {
    text-align: right;
}

.wpcf7 input[type="text"] {
    text-align: right;
}

.wpcf7 input[type="email"] {
    text-align: right;
}






















