/*!
Theme Name: aljanna
Theme URI: https://underscores.me/
Author: Automattic
Author URI: https://automattic.com/
Description: Hi. I'm a starter theme called <code>aljanna</code>, or <em>underscores</em>, if you like. I'm a theme meant for hacking so don't use me as a <em>Parent Theme</em>. Instead try turning me into the next, most awesome, WordPress theme out there. That's what I'm here for.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: aljanna
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.

aljanna 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/
*/
.rtl .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle,
.rtl .wpml-ls-legacy-dropdown a{
	padding: 0 0 0 18px;
}
.rtl .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after{
	left: 0;
}
.rtl .wpml-ls-legacy-dropdown .wpml-ls-flag+span{
	margin: 0;
}
.rtl .offcanvas.offcanvas-start{
	right: 0;
	left: auto;
	transform: translateX(100%);
}
.rtl .offcanvas.show:not(.hiding),.rtl .offcanvas.showing {
    transform: none;
}
.rtl .offcanvas-header .btn-close{
	margin-left: 0;
	margin-right: auto;
}
/* Footer Start */
.rtl .footer-link-title::after{
	left: 6px;
	right: auto;
}

/* Brand Page start */
.rtl .accordion-button::after{
	margin-right: auto;
	margin-left: 0;
}
.rtl .next .icon-chevron{
	rotate: 270deg;
}
.rtl .prev .icon-chevron{
	rotate: 90deg;
}
/* Brand Page End */
.rtl .modal-header .btn-close{
	left: 16px;
	right: auto;
}
.rtl .wpcf7-spinner::before{
	content: 'تحميل...';
}
.rtl .iti__selected-country-primary {
    padding: 0 14px 0 8px;
}
/* .rtl .wpcf7 input[type="url"],.rtl .wpcf7 input[type="email"],.rtl .wpcf7 input[type="tel"] {
    direction: rtl;
} */
.rtl .detail-container ul li::before,
.rtl .common-listing li::before {
  left: auto;
  right: 0;
}
.rtl .detail-container ul li,
.rtl .common-listing li {
  padding-left: 0;
padding-right: 10px;
}

.rtl .arrow-link .icon-arrow{
	rotate: 180deg;
}
.rtl .about-us-info ul{
	max-width: 540px;
}