/*
Theme Name: Feelings

RTL (Right-To-Left) CSS

Adding support for language written in a Right To Left (RTL) direction is easy -
it's just a matter of overwriting all the horizontal positioning attributes
of your CSS stylesheet in a separate stylesheet file named rtl.css.

http://codex.wordpress.org/Right_to_Left_Language_Support
*/
/* Bootstrap-rtl overrides */
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-left: 20px;
    padding-right: 20px;
}
@media (min-width: 768px) {
  .navbar-nav > li {
    float: none !important;
  }
}
/* theme rtl setting */
html {
  direction: rtl;
}
body {
    direction: rtl;
    unicode-bidi: embed;
}
.navbar-toggle {
    margin: 0;
}
.top-social-area, .top-contact-info, .top-nav {
    padding-left: 0;
    padding-right: 0;
}
.top-bar .searchform {
    left: auto;
    right: 0;
}
.top-contact-info .my-cart {
    float: left;
    margin-left: 0;
    margin-right: 10px;
}
.top-navigation .navbar-nav {
    float: left;
}
.top-navigation .nav>li>a {
    padding: 0 10px 0 0;
}
.site-brand-text a {
    font-size: 50px;
    letter-spacing: 0px;
}
.site-brand-text .site-description {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0px;
}
#site-navigation .mega-menu .mega-menu-wrap {
    right: 0;
}
.dropdown-mega-menu {
    left: auto;
    right: 0;
    text-align: right;
}
.navbar-nav li.menu-item-has-children>a:after, .navbar-nav li.mega-menu-has-category>a:after {
    margin-left: 0px;
    margin-right: 3px;
}
.mega-menu .dropdown-mega-menu.sub-dropdown-menu{
    right: auto !important;
}
@media (min-width: 768px) {
    .dropdown-mega-menu.sub-dropdown-menu {
        left: auto !important;
        right: 100% !important;
    }
}
.navbar-nav li.menu-item-has-children .dropdown-mega-menu li.menu-item-has-children>a:after {
    border-left: none;
    border-right: 4px dashed;
    left: 5px;
    right: auto;
}
li.mega-menu .dropdown-mega-menu ul li {
    border-left: 1px solid #f1f1f1;
    border-right: none;
}
li.mega-menu .dropdown-mega-menu ul li:last-child {
    border-left: none;
}
li.mega-menu .dropdown-mega-menu ul li {
    text-align: right;
}
li.mega-menu .dropdown-mega-menu.sub-dropdown-menu ul.sub-menu-inner li a:before {
    border-left: none;
    border-right: 4px dashed;
}
.owl-carousel {
    direction: ltr;
}
.post-box,
.list-view {
    padding: 0px;
}
.post-format-ribbon i.fa:before {
    margin-left: 0px;
    margin-right: -6px;
}
.single #secondary, .page #secondary {
    padding-left: 0px;
    padding-right: 20px;
}
.entry-breadcrumb-secondary {
    float: left;
    text-align: left;
}
.entry-content blockquote:before {
    float: right;
}
.entry-content blockquote p {
    margin-left: 0;
    margin-right: 35px;
}
.featured-post{
    margin: 0;
    padding: 0;
}
.rtl #secondary {
    padding-left: 0;
    padding-right: 20px;
}
.widget_categories ul li, .widget_archive ul li {
    text-align: left;
}
.widget_categories ul li a, .widget_archive ul li a {
    float: right;
}
.widget_nav_menu .menu-item-has-children ul > li > a:before, .widget_pages ul.children li a:before {
    border-right: 4px dashed;
    border-left: none;
}
.widget_nav_menu li.menu-item-has-children > a:after, .widget_pages li.page_item_has_children > a:after {
    margin-left: 0px;
    margin-right: 3px;
}
.comment-wrapper .avatar {
    float: right;
    margin-left: 10px;
}
.comment-wrapper .comment {
    overflow: hidden;
}
.feelings_subscribe_widget input[type="email"] {
    float: right;
    width: 193px;
}
#loginform p {
    margin: 10px 25px;
    text-align: right;
}
.social-sharing.hidden-xs {
    left: 0;
    right: auto;
}
#comments .vcard {
    float: right;
}
a.comment-reply-link {
    left: 0px;
    right: auto;
}
