/* 
* @Author: ido_alit
* @Date:   2016-12-31 12:14:31
* @Last Modified by:   ido_alit
* @Last Modified time: 2017-01-01 05:05:43
*/

.languages {
  list-style: none; 
  margin: 0;
  padding: 0; 
  float: right;
  font-size: 80%; 
  padding-top: 10px;
  padding-right: calc(18px - 0.5em);
}

.languages li {
  list-style: none; 
  display: inline-block;
  margin: 0;
  padding: 0;
}

.languages a {
  padding: 0 0.5em;
  border: none; 
  display: inline;
  border-left: 1px solid #ccc;
  color: #fff;
  text-decoration: none;
}

.languages li.current a {
  font-weight: bold; 
}

.languages li:first-child a {
  border: none; 
  padding-left: 0;
}

.breadcrumbs {
  font-size: 80%; 
  width: 70%; 
  float: left;
  clear: both; 
  padding-top: 1em; 
}

.breadcrumbs span:after {
  content: ">";
  color: #999; 
  padding-left: 0.5em;
  padding-right: 0.25em; 
}

.nav {
  margin-left: 0;
  padding-left: 0;
  list-style: none; 
}

.nav .nav {
  padding-left: 1.5em;
  list-style: disc;
}

.nav.nav-tree {
  padding-left: 20px;
}

.nav li {
  margin: 1em 0;
}

.nav-tree li {
  margin-top: 0;
  margin-bottom: 0;
}

.nav a {
  font-weight: bold;
}

.nav-tree li a {
  color: #777; 
}

.nav .current > a {
  color: #333; 
}

.widget.agenda-post ul {
  list-style: none;
}

.widget.agenda-post ul li {
  display: block;
  float: left;
  box-sizing: border-box;
  width: 100%;
}

.widget.agenda-post ul li img {
  float: left;
  margin-right: 8px;
}

.padding-bottom-16 {
  padding-bottom: 16px !important;
}

.disable-selection {
     -moz-user-select: none; /* Firefox */
      -ms-user-select: none; /* Internet Explorer */
   -khtml-user-select: none; /* KHTML browsers (e.g. Konqueror) */
  -webkit-user-select: none; /* Chrome, Safari, and Opera */
  -webkit-touch-callout: none; /* Disable Android and iOS callouts*/
}