/*
Theme Name: presscore

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

*/

/*
body {
	direction: rtl;
	unicode-bidi: embed;
}
*/

@import url(//fonts.googleapis.com/earlyaccess/opensanshebrew.css);

.dt-icon-the7-arrow-03:before {
    content: "\f002";
}
.post.bg-on, .post.bg-on.fullwidth-img.format-quote, .post.bg-on.fullwidth-img.format-link {
    background-color: #e6e6e65e;
}
.fancy-categories {left:inherit; right: 10px;}
.fancy-date a {left:10px; right:inherit;}
.dt-mobile-header {transform: translate3d(100%, 0, 0);}
.home .blog-shortcode.blog-list-shortcode-id-1 .filter { margin-bottom: 0; display: none;}
.home .entry-meta {display: none;}
ul.sub-nav.gradient-hover.hover-style-bg.level-arrows-on {
    right: 0;
    left: inherit;
}
.home .blog-shortcode.blog-list-shortcode-id-1:not(.centered-layout-list) .post-entry-content { padding: 0px 20px 0px 0px;}
.home .blog-shortcode .entry-title, .owl-carousel .entry-title {line-height:130%; font-size:18px}
.home .blog-shortcode.blog-list-shortcode-id-1:not(.mode-masonry) article { margin-top: 13px;}
.blog-shortcode .entry-excerpt, .owl-carousel .entry-excerpt { font-size: 14px; line-height: 130%;}
.post-details.details-type-link * {  color: #606293; transform: rotate(180deg);}
.blog-shortcode.blog-list-shortcode-id-1 .paginator {  margin: 55px 0;direction: ltr;}
.post-details.details-type-link { float: right}
.tag a.comment-link, .archive a.comment-link {display:none}
body, p, li, ul, h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, .h1-size, .entry-title.h1-size, .h2-size, .entry-title.h2-size, h1.entry-title, .h3-size, .entry-title.h3-size, h2.entry-title, .h4-size, .entry-title.h4-size, h3.entry-title, .h5-size, .entry-title.h5-size, .h6-size, .entry-title.h6-size, .header-color, .entry-meta .header-color, .color-title,.main-nav > li > a .menu-text,
.textwidget, h1, h2, h3, h4, h5, h6, p { font-family: open sans hebrew, sans-serif !important;}
/*.slick-list { direction: ltr;}*/
.slick-slide { direction: rtl;}
.standard-arrow li::after, .standard-arrow li::before {  right: 0;left:inherit;transform: rotate(180deg);}
.standard-arrow li, .standard-number-list li { padding-right: 24px;padding-left:inherit}
.breadcrumbs li::before, .fancy-header .breadcrumbs li::before {
    position: absolute;
    right: 0;left:inherit;
    top: 0;
    width: 15px;
    height: 13px;
    content: "/";
    opacity: .5;
    text-align: right;
    z-index: 3;
}
.breadcrumbs li {
    position: relative;
    display: inline-block;
    padding-left: inherit;
    margin-left: inherit;
 padding-right: 12px;
    margin-right: 8px;
}

.sidebar-left .sidebar, .sidebar-right .content {
    float: right;
    padding-right:0px;padding-left:44px
}
.sidebar-right .sidebar {
    border-right: 1px solid rgba(173,176,182,0.3);
 border-left: 0px solid rgba(173,176,182,0.3);
}
.items-grid .alignleft {margin: 5px 0px 5px 20px;}
.archive .rollover img {  width: 100%;}
.author-avatar {
 
    margin-right: 0px;
    margin-left: 30px;
}
.sub-nav {
    padding: 10px;
    -webkit-box-shadow: 0 0 4px rgba(0,0,0,0);
    box-shadow: 0 0 4px rgba(0,0,0,0);
    box-sizing: border-box;
    left: inherit;
    right: 0;
}
.details:after {
    display: inline-block;
    padding:5px;
    font: normal normal normal 12px/1 FontAwesome;
    content: "\f053";
}
h2, .h2-size, .entry-title.h2-size, h1.entry-title, .dt-accordion-h2-size .wpb_accordion_header > a {
    color: #606293;
    font: normal bold 24px / 1.3 "open sans hebrew", Helvetica, Arial, Verdana, sans-serif;
    text-transform: none;
}

.sidebar-divider-vertical.sidebar-right .sidebar .sidebar-content {
    padding-left: 0;
    padding-right: 30px;
}
.page-title .wf-wrap {
    min-height: 70px;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: right;
    justify-content: right;
    align-items: flex-start;
}

.widget_search input[type=text] {
    width: 100%;
    margin: 0 -8px 0 10px !important;
}

body .content .searchform .submit,body .widget .searchform .submit, .widget .searchsubmit {
  
    top: 19px !important;
    left: 23px !important;
}
