/*
Authors: Arslan Akram, Mohsin Rafique
Author URI: https://mohsinrafique.com
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl_2.0.html
Created on: 27_Jun_2018, 03:08:04
*/
/*--------------------------------------------------------------------------------
# Single Post -> RTL
--------------------------------------------------------------------------------*/
.entry-content .wp-caption.alignleft,
.entry-content .alignleft {
  margin: 5px 20px 20px 0;
  float: left;
}

.entry-content .wp-caption.alignright,
.entry-content .alignright {
  margin: 5px 0 15px 20px;
  float: right;
}

.entry-content .wp-caption.alignleft .wp-caption-text,
.entry-content figure.alignleft .wp-caption-text {
  text-align: left;
}

.entry-content .wp-caption.alignright .wp-caption-text,
.entry-content figure.alignright .wp-caption-text,
.entry-content .wp-caption-text,
.entry-content .gallery-caption,
.entry-content figcaption {
  text-align: right;
}

.entry-content .gallery.gallery-columns-2 .gallery-item,
.entry-content .gallery.gallery-columns-3 .gallery-item,
.entry-content .gallery.gallery-columns-4 .gallery-item,
.entry-content .gallery.gallery-columns-5 .gallery-item,
.entry-content .gallery.gallery-columns-6 .gallery-item,
.entry-content .gallery.gallery-columns-7 .gallery-item,
.entry-content .gallery.gallery-columns-8 .gallery-item,
.entry-content .gallery.gallery-columns-9 .gallery-item {
  float: right;
}

/*--------------------------------------------------------------------------------
# Single Post -> RTL -> Custom List
--------------------------------------------------------------------------------*/
.entry-content ul.amp-wp-shortcode-list ul,
.entry-content ul.amp-wp-shortcode-list {
  padding-right: 20px;
  padding-left: 0;
}

.entry-content ul.amp-wp-shortcode-list ul,
.entry-content ul.amp-wp-shortcode-list {
  padding-right: 20px;
  padding-left: 0;
}

.entry-content ul.amp-wp-shortcode-list ul {
  padding-right: 13px;
  padding-left: 0;
}

.entry-content ul.amp-wp-shortcode-list li {
  padding-right: 25px;
  padding-left: 0;
}

.entry-content ul.amp-wp-shortcode-list li:before {
  right: 0;
  left: auto;
}
