@import url("../the-words/rtl.css");


/********** Top Header **********/
a.sidebar-cat-item span {
    display: none;
}
a.sidebar-cat-item h3 {
    text-align: center;
}
.ta-top-header .ta-social-icon {
    width: auto;
    float: left;
    text-align: left;
}

.ta-top-header .ta-social-icon a {
    margin-right: 15px;
    margin-left: 0 !important;
}

.ta-social-icon a:first-child {
    margin-right: 5px;
    margin-left: 0 !important;
}

.ta-top-menu {
    width: 50%;
    float: right;
    text-align: right;
}


/********** Header Site **********/

.site-branding {
    text-align: right;
}

.site-header.ta-header-1 .main-navigation {
    padding-right: 20px;
    padding-left: 0;
}

.ta-header-3 .ta-social-icon a {
    padding-left: 15px;
    padding-right: 0;
}

button.child-menu-toggle {
    left: 3px;
    right: auto;

}

.main-navigation ul ul a {
    text-align: right;
}

.main-navigation ul ul {
    float: right;
    right: 0;
    left: auto;
}


/********** Featured Category **********/

.featured-cat-item {

    float: right;
}


/********** Mailchimp **********/


.ta-header-search input.search-submit {
    left: auto;
}

/** Responsive Menu **/
@media(max-width:1000px) {

	.ta-header-search input.search-submit{
        left: 17%;
        right: auto;
	}
}

@media(max-width:768px) {

	.ta-header-search input.search-submit{
        left: 7%;
        right: auto;
	}
}

.mc4wp-form-fields input[type="submit"] {
    left: 5px;
    right: auto;
}

.mc4wp-form-fields input[type="email"] {
    padding-right: 10px;
    padding-left: 0;

}


/********** Box Post **********/

.ta-archive-grid-2 article {
    float: right;
}

span.byline.ta-author-image img {
    margin-left: 10px;
    margin-right: 0;
}

span.byline.ta-author-image span {
    margin-left: 5px;
    margin-right: 0;
}

span.cat-links.ta-cat-lists a {
    padding-right: 7px;
    padding-left: 0;
}


/********** Sidebar **********/

.loop-posts-blog-recent .wrap-meta-title {
    float: right;
    padding-right: 15px;
    padding-left: 0;
}

.loop-posts-blog-recent .recent-post-image {
    float: right;
}

a.sidebar-cat-item h3 {
    text-align: right;
}


/********** Single **********/

li.trail-item:after {
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23656565' viewBox='0 0 256 512'%3E%3Cpath d='M143.492,221.863L336.226,29.129c6.663-6.664,6.663-17.468,0-24.132c-6.665-6.662-17.468-6.662-24.132,0l-204.8,204.8c-6.662,6.664-6.662,17.468,0,24.132l204.8,204.8c6.78,6.548,17.584,6.36,24.132-0.42c6.387-6.614,6.387-17.099,0-23.712 L143.492,221.863z'/%3E%3C/svg%3E") center center no-repeat;
}

blockquote {
    border-right: 10px solid #ccc;
    border-left: 0;
}

blockquote:before {
    margin-left: 0.25em;
    margin-right: 0;
}

.auther-avatar {
    float: right;

}

.ta-single-nav .ta-prev-post, .ta-single-nav .ta-next-post {
    float: right;
}

p.comment-form-author, p.comment-form-email, p.comment-form-url {
    float: right;
    padding-left: 30px;
    padding-right: 0;
}

[type="checkbox"], [type="radio"] {
    float: right;
    margin-left: 10px;
    margin-top: 5px;
}


/********** Footer **********/

.ta-footer-social-icon a {
    margin-right: 5px;
    margin-left: 0;
}

.footer-widget-area .ta-footer-widget {
    float: right;
    padding-left: 60px;
    padding-right: 0;
}


/********** Go Top **********/

span#ta-go-top {
    left: 30px;
    right: auto;
}
button.child-menu-toggle {
    left: -18px;
    right: auto;
}
.main-navigation ul ul li button.child-menu-toggle {
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
     margin-right: 210px;
}
.main-navigation ul ul ul {
    right: 200%;
    display: -webkit-inline-box;
}
.main-navigation ul ul a {
    text-align: right;
    background-color: white;
    box-shadow: 0 0 3px rgb(0 0 0 / 20%);
}
.site-header.ta-header-3 .main-navigation li li {
float: left;
}