/*
Theme Name: Meto Child
Description: Meto Child Theme
Author: YouForest
Author URI: http://www.youforest.net
Template: meto
Text Domain: meto-child
*/

/* General RTL Adjustments */
body {
    direction: rtl;
    text-align: right;
    margin: 0;
    padding: 0;
}
/* Header */

.header-3 #masthead #main_logo {
    float: right;
}
.header-3 .header_search {
    float: left;
}
/*Content*/
body {
    direction: ltr;
    text-align: left;
}
.top_featured_3_wrapper .blog_group_3 .blog_item {
    width: 864px;
}
/*slicky area*/

.blog_layout_3 #primary {
    float: right;
}
.sidebar_grey_block {
    left: -300px; 
}
/*wrapper*/

.qotd_wrapper .title {
    text-align: right;
}
.qotd_wrapper p {
    text-align: right;
}
.blog_1 .blog-no-featured .cat, .archive .blog-no-featured .cat, .category .blog-no-featured .cat, .search .blog-no-featured .cat {
    text-align: right;
}
a {
    text-align: right;
}
.blog_1 .blog-no-featured .meta, .archive .blog-no-featured .meta, .category .blog-no-featured .meta, .search .blog-no-featured .meta {
    text-align: right;
}
.qotd_wrapper {
    padding-right: 200px;
}

.qotd_wrapper i {
    right: 50px;
    left: auto;
}
.fa-quote-left:before {
    content: "\f10e";
}
.wp-block-search__inside-wrapper {
    direction: rtl;
}
label {
    text-align: right;
}
h2 {
    text-align: right;
}
.index_about_me_wrapper i {
    left: auto; 
}
.index_about_me_wrapper i {
    right: 50px;
}
.index_about_me_wrapper {
    text-align: right;
    padding-right: 200px;
}
@media only screen and (max-width: 768px) {
    .qotd_wrapper, .index_about_me_wrapper {
        display: contents;  
    }
}
.index_about_me_wrapper i {
    display: block;
}



/* HOME PAGE */

.blog-1-wrapper .entry-content {
    box-shadow: rgb(62 201 113 / 35%) -5px 5px, rgb(49 217 110 / 30%) -10px 10px, rgb(62 201 113 / 20%) -15px 15px, rgb(62 201 113 / 10%) -20px 20px, rgb(62 201 113 / 5%) -25px 25px;
    margin-top: 30px;
    padding: 40px;
}

.widget {
    margin: 23px 71px 28px -7px  !important;
}

.posts_of_cat_most_outer .not_item_1 .content {
    width: 60%;
    margin-left: auto;
    float: left;
    margin-right: 10%;
}

.posts_of_cat_most_outer .date {
    text-align: right;
}

.wp-block-latest-posts.wp-block-latest-posts__list li {
    text-align: right;
}

.posts_of_cat_most_outer, .posts_of_cat_most_outer p, .posts_of_cat_most_outer div {
	direction: rtl !important;
}

.posts_of_cat_most_outer.clearfix {
    display: flex
;
}

.top_featured_3_wrapper .blog_item .content {
    position: absolute;
    bottom: 30px;
    left: auto;
    right: 25px;
    text-align: right;
}



/* POST PAGE */

body.single-post {
    direction: rtl;
    text-align: right;
}

.entry-content p, .entry-content a, .entry-content span, .entry-content h1, .entry-content h2, .entry-content h3 {
	direction: rtl;
}

.single_thumb {
    width: 100%;
    max-height: 500px;
    object-fit: cover;
}