/* Theme Name: business-land Adding support for languages 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. https://codex.wordpress.org/Right-to-Left_Language_Support */ body { direction: rtl; unicode-bidi: embed; } .site-header .site-branding { float: right; } .site-header .navigation-section { float: left; } .site-header .main-menu > li:last-child a{ padding-right: 10px; padding-left: 0; } .site-header .mobile-menu .main-menu > li:last-child a { padding: 0; } .search-submit { position: absolute; top: 0; left: 0; height: 46px; line-height: 41px; } .post-grid-layout .post-meta li:first-child { margin-right: 0; } .post-grid-layout .post-meta li:last-child { margin-right: 20px; } .post-meta i { padding-left: 10px; padding-right: 0; } .post-comment i { float: right; vertical-align: middle; position: relative; line-height: 30px; } .avatar-wrap { vertical-align: middle; } .back-to-top { left: 30px; right: auto; } .comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous{ text-align: left; } .fp-theme-two.portfolio-items figcaption{ left: -1px; } @media screen and (max-width: 767px){ .comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous { float: left; text-align: center; margin-bottom: 20px; } .comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next{ margin-top: 0; } .post-meta .avatar-wrap { margin-right: 0; } ul.post-meta > li.list-inline-item{ display: block; margin-right: 0; } .post-grid-layout .post-meta li{ margin-right: 0; } } .site-info .social-links li:last-child { margin-right: 0.5rem; } .site-info .social-links li:first-child { margin-right: 0; } .comment-body .comment-author img{ float: right; margin-left: 20px; margin-right: 0; } .comment-body .comment-content{ text-align: right; margin-right: 80px; margin-left: 0; } .comment-body .reply { margin-right: 80px; margin-left: 0; } @media screen and (max-width: 1024px){ .zmm-dropdown-toggle { left: 0; right: auto; } } .menu-close{ left: 22px; right: auto; } .main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul { right: 100%; left: auto; } p.comment-form-cookies-consent label{ margin-left: auto; margin-right: 10px; } .featurebox-wrapper { float: right; margin-right: 3.333%; padding-right: 70px; margin-bottom: 50px; padding-left: 0; margin-left: 0; } .featurebox-icon { float: right; color: #0080ff; font-size: 40px; margin-right: -70px; height: 50px; width: 50px; text-align: center; line-height: 50px; display: inline-block; } .post-meta li:first-child { margin-right: 0; } .post-meta li { margin-right: 10px; } .post-grid-layout .post-meta li{ margin-right: 10px; }