/*!
Theme Name: Edumoon
Theme URI: https://wpdemothemes.com/edumoon/
Author: Themesvila
Author URI: https://themeforest.net/user/themesvila/portfolio
Description: Adds Support for RTL Languages
Version: 2.0
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: Edumoon
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Edumoon is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */


/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	direction: rtl;
	unicode-bidi: embed;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */




/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}


/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	right: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
	float: left;
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	float: right;
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 1.5em;
}
.courses-slider .owl-nav button.owl-prev,
.review-slider .owl-nav button.owl-prev{
	float: left;
}
.review-slider .owl-nav button.owl-prev, 
.courses-slider .owl-nav button.owl-prev {
	margin-right: 15px!important;
	margin-left: 0!important;
}
.owl-carousel .owl-item {
	float: right;
}

/** Header Css**/

#navigation::after {
	position: absolute;
	content: '';
	height: 100%;
	width: 30%;
	background-image: url(assets/img/shapes/header-rtl.svg);
	right: auto;
	top: 0;
	z-index: -1;
	background-repeat: no-repeat;
	background-size: cover;
	left: 0;
}

#navigation #main-menu .menu-item-has-children::after {
	right: auto;
	left: -15px;
}
#navigation #main-menu .menu-item-has-children {
	margin-right: 0;
	margin-left: 30px;
}

#navigation .white-btn{
	float: left;
}
#navigation .col-30.right-col.text-end,
#navigation.header-2 .col-md-6.align-self-center.text-end{
	text-align: left!important;
}
#navigation.header-2 .bg_btn{
	float: left;
}
.hbstyle-2 .banner_img {
	left: 10%;
	right: auto;
}
.bsearch_btn {
	left: 10px;
	right: auto;
}
.circle_shape {
	left: 85px;
	right: auto;
}
.searchcart .sicon {
	padding-left: 10px;
	padding-right: 0;
}
.searchcart .cart-icon span {
	left: -12px;
	right: auto;
}
.searchcart .cart-icon{
	margin-right: 0;
	margin-left: 30px;
}
.cat_list {
	border-right: 1px solid #dddd;
	border-left: none;
	padding: 7px 26px 7px 0;
}
.cat_list .sub-menu,
#navigation #main-menu ul li ul, 
#navigation #main-menu ul li ul li ul {
	text-align: right;
}
.site-logo {
	display: inline-block;
	padding-left: 26px;
	top: 0px;
}
.cart_drawer .cart_number {
	right: auto;
	top: 0;
	border-right: 1px solid #ecebeb;
	border-top: transparent;
	border-left: transparent;
	left: 0;
}
.cart_drawer .cart_close {
	top: 2px;
	left: 0;
	right: 3px;
}
.min_cart_wrapper{
	right: auto;
	left: 0;
}
.cart_drawer {
right: auto;
left: 0;
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
}


/** Banner **/

.banner_img {
	right: auto;
	left: 5%;
}
.banner-content .bg_btn {
	margin-right: auto;
	margin-left: 23px;
}
.bwavehape {
	right: 0;
	left: auto;
}
.bshape1 {
	top: 19%;
	left: 28%;
	right: auto;
}
.bshape2 {
	top: 20%;
	right: auto;
	left: 2%;
}
.bshape3 {
	top: 21%;
	right: 6%;
	left: auto;
}
.bshape4 {
	bottom: 5%;
	right: 12%;
	left: auto;
}

/** Features **/
.single_about .aicon {
	float: right;
	margin-right: 0;
	margin-left: 20px;
}

/** Course **/
.cauthor {
	float: right;
}

/** Category **/
.course-category.category_2 .cat_content {
	padding-right: 35px;
	padding-left: 0;
}

/** Accordion **/
.accordion-button::after{
	margin-left: inherit;
	margin-right: auto;
}

/** Counter **/

.counter-item .cicon {
	top: -28px;
	right: -17px;
	left: auto;
}

/** Testimonials **/

.review-slider .owl-nav button.owl-prev, 
.courses-slider .owl-nav button.owl-prev {
	margin-right: 0;
	margin-left: 15px;
}

.review-slider .owl-nav, 
.courses-slider .owl-nav {
	position: absolute;
	top: -108px;
	right: auto;
	left: 0;
}

/** Working Process**/

.single-work::after {
	right: auto;
	background-image: url(assets/img/shapes/working-arrow-rtl.svg);
	left: -100px;
}

/** Team **/
.inmeta span p{
	float: right;
}
.inmeta span i {
	margin-right: 7px;
}
.instructors .text-end.title_btn{
	text-align: left!important;
}

/** Blog **/
.bmeta .bcat {
	float: left;
}

/** Footer **/
.footer-title::after, 
.footer .wp-block-heading::after {
	right: 0;
	left: auto;
}
.single-footer .widget_categories li::before, 
.single-footer .wp-block-categories li::before {
	display: none;
}
.contact-info p span {
	overflow: hidden;
	float: right;
}
.contact-info i {
	float: right;
	padding-right: 0;
	padding-top: 6px;
	padding-left: 15px;
}
.fbulb_shape {
	left: auto;
	right: 22px;
}
.fshape1 {
	left: 30px;
	right: auto;
}
.fpencil_shape {
	top: 30%;
	left: 173px;
	right: auto;
}
.fshape5 {
	right: 0;
	left: auto;
}

/** CTA **/
.cta-content {
	padding-right: 0;
	padding-left: 150px;
}
.cta-item .cta_img {
	left: 0;
	right: auto;
}
.cta_shape {
	left: 0;
	right: auto;
}

/** Course Detials **/
.scourse_meta .tutor-avatar {

}
.scourse_meta .smeta:first-child{
	padding-right: 0;
	margin-right: 0;
}
.scourse_meta .smeta:first-child:after{
	display: none;
}

/** Blog Detials **/

.widget_categories li::before, 
.wp-block-categories li::before {
	left: auto;
	right: 0;
}
.widget.widget_categories li, .wp-block-categories li {
	padding-left: 0;
	padding-right: 24px;
}
.widget_tag_cloud a::after {
	right: auto;
	left: -15px;
}


/*** Responsive ***/

@media only screen and (max-width: 1024px) {
  .site-logo {
    padding-left: auto;
    padding-right: 54px;
    top: 0px;
  }
}