/*
Theme Name: Other Israel
Version: 0.0.1
Author: Max Rolon
Author URI: http://maxrolon.com
Template: enfold
*/


/*
* PLEASE DO NOT EDIT THIS FILE!
* 
* This file is only in your themefolder for WordPress to recognize basic theme data like name and version
* CSS Rules in this file will not be used by the theme. 
* Instead use the custom.css file that is located in your themes /css/ folder to add your styles. 
* You can copy a style rule from any of your css files and paste it in custom.css and
* it will override the original style. If you just want to add small css snippets you might also
* want to consider to add it to the designated CSS option field in your themes backend at: Theme Options->General Styling
*/

@font-face {
  font-family: Bebas Neue;
  src: url("../other-israel/fonts/BebasNeue.eot") format("eot"),
  url("../other-israel/fonts/BebasNeue.ttf") format("truetype"),
  url("../other-israel/fonts/BebasNeue.woff") format("woff"),
  url("../other-israel/fonts/BebasNeue.otf");
}

@font-face {
  font-family: BEBAS;
  src: url(../other-israel/fonts/BEBAS.ttf);
}

/*@font-face {
  font-family: Lato;
  src: url(../other-israel/fonts/Lato-Bold.ttf);
}*/

@font-face {
    font-family: Lato;
    src: url("../other-israel/fonts/Lato-Bold.eot") format("eot"), 
    url("../other-israel/fonts/Lato-Bold.woff") format("woff"), 
    url("../other-israel/fonts/Lato-Bold.ttf") format("truetype"),
    url("../other-israel/fonts/Lato-Bold.woff2") format("woff2");
}


/* noam8080@gmail.com changes 05.11.2020: */
.qna-time,
.streaming-window { padding: 0.7em; background-color: #eee; margin:0.4em 0; display:flex; justify-content: space-between; }
.right-side-link { float:right; margin-left:2rem; }




/*
    Search page
    ================================================== */

.otherisrael-search-page .extra-mini-title {
  margin-bottom: 80px;
  color: #0D0D0D !important;
  font-family: Lato;
  font-size: 22px;
  font-weight: bold;
  text-transform: inherit;
  display: inline-block;
  width: 49%;
  text-align: left;
}

.pagination_otherIsrael {
  width: 49%;
  display: inline-block;
  float: right;
  color: #0D0D0D;
  font-family: Lato;
  font-size: 18px;
  text-align: right;
}

.pag_of_otherisrael {
  color: #A9A9A9;
}

.previous-post-otherisrael,
.previous-post-otherisrael-desabled {
  margin-left: 56px;
  margin-right: 42px;
}

.previous-post-otherisrael::before {
  content: url(../other-israel/images/page-arrow-right.png);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  position: absolute;
  margin-top: -7px;
}

.next-post-otherisrael::before {
  content: url(../other-israel/images/page-arrow-right.png);
}

.previous-post-otherisrael-desabled {
  content: url(../other-israel/images/page-arrow-left.png);
  cursor: default;
}

.next-post-otherisrael-desabled::before {
  content: url(../other-israel/images/page-arrow-left.png);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  position: absolute;
  margin-top: -7px;
  margin-left: 100px;
  cursor: default;
}

.other-israel-search-articles {
  background-color: #FFFFFF;
  box-shadow: -1px 3px 18px 1px rgba(114, 138, 148, 0.23);
  margin-bottom: 11px;
  -webkit-box-shadow: -1px 3px 18px 1px rgba(114, 138, 148, 0.23);
  -moz-box-shadow: -1px 3px 18px 1px rgba(114, 138, 148, 0.23);
}

.other-israel-search-articles>.entry-content-wrapper {
  padding-bottom: 0!important;
  padding-left: 0 !important;
}


/*
.search-image {
  background-color: #000;
  min-height: 100px;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  float: left;
  width: 16%;
}*/

.other-israel-search-articles>.entry-content-wrapper>header {
  padding: 20px 18px 25px 20px;
}

.search-otherisrael-title {
  margin-top: 5px;
  margin-bottom: 0px !important;
}

.search-otherisrael-title>a {
  color: #0D0D0D !important;
  font-family: Lato;
  font-size: 24px;
  line-height: 0;
  text-transform: initial;
}

.search-otherisrael-title:hover,
.search-otherisrael-title>a:hover {
  color: #0D0D0D !important;
}

.other-israel-noresults {
  margin-top: -70px;
}

.search-highlight {
  color: #FAA421;
}