@font-face {
    font-family: 'Open Sans Hebrew';
    font-style: normal;
    font-weight: 400;
    src: url(opensanshebrew-regular-webfont.eot);
    src: url(opensanshebrew-regular-webfont.eot?#iefix) format('embedded-opentype'),
    url(opensanshebrew-regular-webfont.woff) format('woff'),
    url(opensanshebrew-regular-webfont.ttf) format('truetype');
}
@font-face {
    font-family: 'Open Sans Hebrew';
    font-style: normal;
    font-weight: 700;
    src: url(opensanshebrew-bold-webfont.eot);
    src: url(opensanshebrew-bold-webfont.eot?#iefix) format('embedded-opentype'),
    url(opensanshebrew-bold-webfont.woff) format('woff'),
    url(opensanshebrew-bold-webfont.ttf) format('truetype');
}


body {
font-family: 'Open Sans Hebrew', sans-serif !important;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Open Sans Hebrew', sans-serif;
}
.main-title, h1.main-title {
font-weight: 700;
margin-bottom: 31px;
}

 

.home-section {
  padding: 25px 0;
}

.home-section .row {

margin: 0 !important;
}

/*** Header ***/
.logo {
  float: right;
  padding: 20px 0;
}
.banner h4 {
  float: right;
  font-family: 'Open Sans Hebrew';
}
.site_map {
  float: left;
  text-transform: none;
}
.top-info i {
  margin-left: 10px;
  margin-right: 0;
}
@media (min-width: 1000px) {
.top-socials li {float: left;}
}
/** Navigation ***/
header .navbar-nav  li a {
  font-family: sans-serif !important;
}
header .navbar .navbar-collapse .navbar-nav li ul.drop-down li a:hover {
  color: #000000;
}
@media (min-width: 1000px) {
.navbar-nav > li {
  float: right;
}
header .navbar .navbar-collapse .navbar-nav > li {
  margin-right: 35px;
  margin-left: 0;
}
header .navbar .navbar-collapse .navbar-nav li ul.drop-down {
  right: 0;
  left: auto;
  text-align: right;
  
}
#search input[type="text"] {
  height: 39px;
  text-align: right;
  text-indent: 30px;
}
}
/*** Single Post ***/
.prevpost {
  float: right;
  padding-left: 15px;
  padding-right: 0;
}
.nextpost {
    float: left;
	padding-right: 15px;
	padding-left: 0;
}
.fa-angle-right:before {
    content: "";
}
.fa-angle-left:before {
  content: "";
}
.prevpost i, .nextpost i {
  border: none;
}
.post-meta i {
  color: #cdd6dc;
  margin-left: 10px;
}
/*** Category Archive ***/
.blog-read {
  color: #333;
  margin-left: 1%;
  margin-right: auto;
  text-transform: none;
}
.blog-read:hover {
  color: #cfcfcf;
}
.blog-img {
float: right;
}
@media (min-width: 1000px) {
.pagination {
  float: left;
}
}
/** comments ***/
.avatar, img.photo {
  float: right;
  margin-left: 40px;
  margin-right: 0;
}
/*** sidebar ***/
.f-about i {
  float: right;
  margin-left: 10px;
  margin-right: 0;
  padding-top: 6px;
}

.widget.widget_categories ul li.cat-item a::before, .widget.widget_archive ul li a::before {
  content: "";

}

.main-border {
display: none;
}

#content .blog-single ul {
list-style-type: disc;
margin-right: 30px;
margin-bottom: 15px;
}