/*
Theme Name: Twenty Sixteen CHILD
Theme URI: https://wordpress.org/themes/twentysixteen/
Author: Uri Weil
Description: Twenty Sixteen is a modernized take on an ever-popular WordPress layout — the horizontal masthead with an optional right sidebar that works perfectly for blogs and websites. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. Twenty Sixteen will make your WordPress look beautiful everywhere.
Version: 1.1
template: twentysixteen
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, blue, gray, red, white, yellow, dark, light, one-column, two-columns, right-sidebar, fixed-layout, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: twentysixteen-CHILD

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/*
*********************************************
 					INDEX
*********************************************
* RESET
* GENERAL
* LAYOUT
* MENUS
* SIDEBAR
* FOOTER
* VILLAGE PARTS
* CONTENT ELEMENTS
* SEARCH
* PLUGINS
* RESPONSIVE
********************************************/


/* 
********************************************
* RESET
*********************************************
*/
/*@import url(https://fonts.googleapis.com/css?family=Raleway:400,300,200,500);*/
@import url(http://fonts.googleapis.com/earlyaccess/opensanshebrew.css);

body,
table,
input,
div,
p,
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	/*font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;*/
font-family: 'Open Sans Hebrew', sans-serif;  
  font-weight: 400;
	    line-height: initial;
}



/*
********************************************
* GENERAL
*********************************************
*/
html {
height:100%;
}
body.page-template-page-welcome, body.page-template-page-home {
    /*background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    background-attachment: scroll;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
body {
    background: #FFFFFF;
}
body:not(.custom-background-image):before, body:not(.custom-background-image):after {
content:none;
}

body.page-template-page-welcome, body.page-template-page-home{
    background: transparent;
}
/*
body.page-template-page-welcome {
	background-image: url('http://living-archive.org/wp-content/uploads/2016/02/img_15783.jpg');
}
body.page-template-page-home {
	background-image: url('http://living-archive.org/wp-content/uploads/2016/02/img_15783.jpg');
}*/
body, button, input, select, textarea { 
 font-family: arial;
}
body.page-template-page-welcome, body.page-template-page-welcome .site, body.page-template-page-welcome .site-inner, body.page-template-page-home, body.page-template-page-home .site, body.page-template-page-home .site-inner  {
    height: inherit;
}
/*h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}*/
h1, h2, h3, h4, h5, h6 {
	    font-weight: 500;
}
p {
    font-size: 1.085em;
    line-height: 1.7em;
	    font-weight: 300;
}
blockquote {
	    margin: 0 6em 1.4736842105em !important;
		    border: none;
    background: url('/wp-content/uploads/2016/05/qoutation.png') no-repeat top left;
    background-position-x: 4px;
	    padding: 0px 0 0 2.263158em;
}
ul {
    list-style: none;
}
.site .skip-link {
	left:auto;
}
h1.entry-title {
	font-family: 'Open Sans Hebrew', sans-serif;
	font-weight: 300; 
	 padding: 10px 0 39px;
    line-height: 3.65rem;
	    /*margin-top: 96px;*/
}
.entry-header.global-header{
    background: url(/wp-content/uploads/2016/03/greyline1.png);
    background-repeat: repeat-x;
    background-position: center;
	        
			text-align: center;
}
.single-village .entry-header.global-header {
	margin-bottom: 23px;
}
.section .entry-header {
        padding-bottom: 0;
		text-align: center;
   }
/*.page-template-page-full-width .entry-header {
background-size: 2px;
}*/
.entry-title span{
    background: #fff;
    /*position: absolute;
    bottom: -9px;*/
    padding-right: 13px;
	    line-height: 35px;
	
}
.entry-title {
text-transform:capitalize;
    text-align: left;
    /*border-bottom: 1px solid #9D9D9D;*/
    margin: 0 23px 0 0;
}
.village_welcome_container {
/*    background-image: url(/wp-content/uploads/2016/03/welcome.jpg);
    text-align: center;
    background-size: cover;
    padding-top: 112px;
    position: relative;
    background-position: top center;
    transform: translate3d(0px, 112px, 0px);*/
		position:relative;
    box-sizing: content-box;
	height:800px;
	top:112px;
}
.village_welcome_container img {
width:100%;

}
.enter_village_container {
/*padding-top: 92px;*/
    width: 100%;
	    text-transform: uppercase;
		font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;

		
    padding: 120px 48px 24px;
    padding: 7.5rem 3rem 4.5rem;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)), to(#000000));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, #000000 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,#000000 100%);
    bottom: 0;
    color: #fff;
    position: absolute;
    text-align: center;
    width: 100%;
	    z-index: 1;
		    box-sizing: border-box;

}
.village_welcome_container h1 {
    color: #fff;
    font-size: 4.5em;
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
    font-weight: 100;
    text-transform: uppercase;
    line-height: initial;
    /*text-shadow: 2.5px 3px 7px #9c9494;*/
}
.village_welcome_container a {
cursor: pointer;
}
.village_welcome_container a div{
    display: inline-block;
	font-size:2em;
	color:#fff;
	    /*text-shadow: 2.5px 3px 7px #9c9494;*/
}

.village .entry-title span{
    float:left;
	position:initial;
}
.village_title{
margin-right:6px;
    margin-left: 12px;
}
.section_title{
margin: 0 12px;
}
.village h1 {
color:#0F547D;
       padding-bottom: 20px;
}
 .spacer {
height:20px;
}
.site {
    background: transparent;
	margin: 0;
}
.page-template-page-welcome .site-main {
    margin-bottom: 0;
}
.site-inner {
max-width: none;
}
.site-header {
    padding: 0 1em;
	/*border-bottom: 2px solid orange;*/
	    position: fixed;
    width: 100%;
		   background:#fff;
    background-image: url(/wp-content/uploads/2016/06/line-copy.jpg);
    background-repeat: no-repeat;
	    background-position-x: center;
    background-position-y: 102px;
    height: 112px;
    z-index: 2;
}

.page-template-page-welcome .site-header, .page-template-page-home .site-header {
background:none;
border:none;
}
.page-template-page-welcome .byline {
font-size:2em;
display:block;
color:#fff;
}
.center {
text-align:center;
margin: 0 auto;
float:none;
}
.he, .ar {
direction:rtl;
text-align:right;
}
.site-header-main {
display:block;
      /* background: #fff;*/
}
.site-header-menu  header {
color:#fff;
}
.site-header h1 {
color:#fff;
}
.search-form {
    float: none;
    display: inline-block;
	    height: 24px;
    margin-top: 1px;
    vertical-align: top;
}
.search_container label {
line-height: 24px;
}

.welcome_column {
vertical-align: top;
       padding: 0 20px;
    width: 320px;
	display: inline-block;
}
.welcome_column h1 {
color:#fff;
}
.welcome_column p {
    text-align: justify;
	    font-size: .9em;
	    line-height: 1.6em;
		    padding-top: 11px;
}
.welcome_column.ar {
    font-size: 1.2rem;
}
.welcome_column.ar h1 {
	    font-size: 1.7em;
}
.button_container {
text-align:center;
}
.button {
    padding: 0.3em;
    display: inline-block;
    width: 170px;
    color: #fff;
}
.button:hover {
color:#fff;
}
.button.blue{
    background: #0F547D;
}
input[type="button"].yellow{
background: #FACC6B;
    color: #1a1a1a;
	    /*margin-right: 9px;*/
    padding: 0.3em 0.4em;
    font-size: .9rem;
    font-weight: 300;
}
.single-village  .buttons_container a:first-child, .single-document .buttons_container a:first-child {
    padding-right: 9px;
	    box-shadow: none;
}
.buttons_container {
    /*display: block;*/
	display: table-row-group;
    width: auto;
}
.grad {
  background: transparent; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left,rgba(255,0,0,0),rgba(255,0,0,1)); /*Safari 5.1-6*/
  background: -o-linear-gradient(right,rgba(255,0,0,0),rgba(255,0,0,1)); /*Opera 11.1-12*/
  background: -moz-linear-gradient(right,rgba(255,0,0,0),rgba(255,0,0,1)); /*Fx 3.6-15*/
  background: linear-gradient(to right, rgba(255,0,0,0), rgba(255,0,0,1)); /*Standard*/
}
.main-navigation {
    padding-top: 13px;
}
/*
.site-main > article {
    padding: 30px 120px;
} */
#audios iframe {
height: 31px;
}
fieldset {
    border: none;
	    font-size: 12px;
    TEXT-TRANSFORM: uppercase;
}
.search_options fieldset legend {
	background: #0f547d;
    color: #fff;
    padding: 3px 10px;
    font-size: .9rem;
    font-weight: bold;
}
.search_options fieldset legend {
	cursor:pointer;
	    width: 100%;
}
.search_filters fieldset.villages .filters_container { 
    max-height: 266px;
    overflow: auto;
	display:none;	
}

.option {
    line-height: 2.8em;
    border-bottom: 1px solid #DCD7D7;
}
.red {
    background: #B51217 !important;
}
.apply_filters {
font-size: .8rem;
    margin: 0 auto;
    display: block;
}
.sall, .vall {
font-weight:bold;
}
.main-navigation li{ 
 background: #fff;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25% !important; /* 16:9 */
	padding-top: 0;
	height: 0 !important;
	overflow: hidden;
    clear: both;
	    float: right;
		width:100%;   
		
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.page-id-40 .videoWrapper {
	margin-left:3%;
	width:43%;
	padding-top:0;
}
.page-id-40 .videoWrapper iframe {
		height: 43%;
    max-height: 87.3%;
}
.single-village .video .videoWrapper {
	padding-top:0;
}
.wp-audio-shortcode, .wp-video, .wp-playlist.wp-audio-playlist, .videoWrapper, .essay_item .pic{
	    margin-bottom: 0.6em;
}
form[action^="https://www.paypal.com"] {
	    background: #fbe6bb;
}
form[action^="https://www.paypal.com"] select{
	        width: 100%;
}
form[action^="https://www.paypal.com"] br {
	display:none;
}
form[action^="https://www.paypal.com"] img {
    width: 1px;
    height: 1px;
}
form[action^="https://www.paypal.com"] input[name="submit"] {
	margin-bottom:20px;
}
form[action^="https://www.paypal.com"] p {
	    text-align: center;
}
form[action^="https://www.paypal.com"] table {
	    margin-bottom: 20px;
}
form[action^="https://www.paypal.com"] table, form[action^="https://www.paypal.com"] table tr, form[action^="https://www.paypal.com"] table td {
	border:0;
}
form[action^="https://www.paypal.com"]  tr:first-child td{
    background: #0f547d;
    color: #fff;
	    font-weight: 600;
}
img[src*="btn_unsubscribe"] {
	width:auto;
	    margin: 0 auto;
}

/*
********************************************
* LAYOUT
*********************************************
*/
.en {
    text-align: left;
    direction: ltr;
}
.he, .ar {
    text-align: right;
    direction: rtl;
}
.col {
padding-bottom: 30px;
}
.col-3 {
/*width: 32.8%;*/
width: 32%;
display:inline-block;
/*padding: 0 36px;*/
}
.col-3.en h1 {
text-align: left;
}
.col-4 {
width: 23%;
display:inline-block;
}
.col-5 {
width: 19%;
display:inline-block;
}
.col-8 {
width: 66%;
display:inline-block;
}
.col-12 {
width: 100%;
display:block;
}

/*
********************************************
* MENUS
*********************************************
*/

.site-header h1 {
    letter-spacing: .1em;
    font-size: 3.9em;
}
.main-navigation a{
    text-transform: uppercase;
    color: #1a1a1a !important;
	background: #fff;
}
.sub-menu a{
    text-transform: capitalize;
    padding: 0.4em 0.775em;
}
.main-navigation ul ul {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 202px;
}
.main-navigation ul ul:before {
content:none;
}

.main-navigation .current-menu-item > a {

background:#0f547d;
color:#fff!important;
}
.social-navigation {
display:inline-block!important;
}
.social-navigation li{
    background: #fff;	
}
.social-navigation li {
 background: #FACC6B;
}
.social-navigation li.current-menu-item {
 background: #0F547D;
}

.social-navigation li.current-menu-item a {
 color: #fff;
}
.social-navigation a {
border:0;
    text-align: center;
	    border-radius: initial;
		    display: initial;
    padding: 4px 12px;
    height: initial;
    width: initial;
}
.social-navigation a:before {
content: none;
}
.social-navigation span.screen-reader-text {
width:initial;
height:initial;
    clip: initial;
	right: 8px;
}
.village_menu_container {
    /*float: left;*/
    width: 180px;
	padding:0;
	    position: absolute;
		    z-index: 1;
			    background: #fff;
		   /* margin-top: 96px;
		   top: 167px;*/
		   /*margin-top: 56px;*/
		   
}
#menu-villages-menu {
    list-style: none;
	    margin: 0;
		text-transform: capitalize;
}
#menu-villages-menu li{
    padding-left: 30px;
}
#menu-villages-menu li:first-of-type {
    margin-bottom: 16px;
}
#menu-villages-menu li.active a {
    background: url('/wp-content/uploads/2016/04/line.png') no-repeat bottom left;
}
#menu-villages-menu li a {
    padding: 0px 0 10px 14px;
    font-size: .97em;
    width: 100%;
    line-height: 1.6em;
    display: inline-block;
	color:#1a1a1a;
}
#menu-top-right-menu {
    list-style: none;
    margin: 0;
}
#menu-top-right-menu > li {
    float: right;
}
#menu-top-right-menu > li  a{
        padding: 12px;
}
.social-navigation a:before {
    height: 24px;
    line-height: 30px;
    width: 24px;
}


/* specialy for home page */

.page-template-page-home .main-navigation-container {
    margin-top: 0;
    text-align: left; 
}
.main-navigation-inner {
	display:block;
}
.page-template-page-home .site-header.title {
	  text-align: center;
		position:absolute;
    top: 188px;
	    z-index: 1;
}
.page-template-page-home .site-header.title h1{
	text-shadow: 3px 2px 7px #605757;

  
}
.page-template-page-home .site-header.title h1 {
	display:inline-block;
	    /*background: rgba(212, 199, 199, 0.31);*/
}

.social-navigation.social  li {
    background: #CCCCCC;
	
}
.social-navigation.social li a {
    color: #fff;	
}
.page-template-page-home .social-navigation.social li a , .social-navigation.social.general li a {
        font-size: 0.7em;
		    padding-left: 0;
}
.site-header-menu.welcome {
 text-align: right;
}

.main-navigation .in_progress a{
	color:#d0cdcd !important;
}
.search-submit:before {
	    left: 5px;
}
div.wpcf7 img.ajax-loader{
	    width: auto;
}
.page-template-page-home .menu-item-52 {
	display:none;
}
.site-header h1 {
    letter-spacing: 0;
}
.main-navigation li:not(.current-menu-item) a:hover {
    background: #facc6b;
}
/*
********************************************
* SIDEBAR
*********************************************
*/
.single-village .widget:first-of-type {
    padding-top: 0;
}
.single-village .widget:first-of-type img {
        /*top: 112px;
		position:absolute;
		right:0;*/
}
/*
#tag_cloud-3 {
margin-bottom:0;
}*/
.widget_tag_cloud h2 {
display:none;
}
.tagcloud a {
    white-space: nowrap;
}
#secondary section {
border-top:0;
}
#execphp-2 .execphpwidget{
text-align:center;
}
#execphp-2 .execphpwidget .btn_link{
padding: 8px;
    border: 1px solid;
    background: orange;
}


.sidebar.support-bar ul li{
	margin-bottom: 10px;
}
.sidebar.support-bar ul li a{
	text-transform: uppercase;
	color:#fff!important;
	padding-left:4px;
	    display: block;
}
#menu-item-221{
	background:#0F547D;
}
#menu-item-230{
	background:#FF9815;
}
#menu-item-229{
	background:#4F7E4A;
}
#menu-item-228{
	background:#B51217;
}

.sidebar.support-bar ul{
    margin: 0 0 1.75em 0;
}
.sidebar ul {
    list-style-type: none;
}
.sidebar ul li a{
white-space: nowrap;
}

/*
********************************************
* FOOTER
*********************************************
*/

footer#colophon {
	border-top: 1px dotted #fff;
}
.page-template-page-welcome .footer_container {
    /*position: fixed;*/
    position: static;
    bottom: 0;
    width: 100%;
	    /*margin-bottom: -195px;*/
}

.footer{
width: 100%;
}
.page-template-page-welcome .footer{
color: #fff;
}

/*
********************************************
* VILLAGE PARTS
*********************************************
*/

.village_title, .section_title , .post_title{
text-transform: uppercase;
    white-space: nowrap;
 border:1px solid #afafaf;
	/*padding: 0 40px!important;*/
	    padding: 0 9px!important;
    font-size: .9em;
	border-radius: 5px 5px;
}
.village_title {
    color: #fff !important;
    background: #0F547D;
    display: initial !important;
}
.title_container {
    display: inline-block;
    background: #fff;
}

.section, .single-photoessay article, .single-map article {
    /*padding-top: 43px;*/
	    padding: 60px 0 0;
		    clear: both;
			    position: relative;
}
.section:first-of-type {
/*padding-top:0;*/
}

.by {
text-align: left;
display:inline-block;
}
.date {
float: right;
display:inline-block;
}
.essay_item {
padding-bottom: 40px;
}
/*.essay_item  .text_container.ref{
    width: 584px;	
}*/
.essay_item  .text_container{
    margin: 0 auto;

}
.section #photoessay {
    max-width: 770px;
    min-width: 480px;
}
/*.title_media_item {
color:#FBB04A;
}*/

.audio .side_item_anc img {
width:100px;
}
.side_item_anc img {
	width:120px;
	height:auto;
	-webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.side_item_anc img:hover {
	-webkit-filter: none;
    filter: none;
}
.audio .side_item_anc  .name {
width: 100px;
}
.side_item_anc  .name {
	color:#1a1a1a;
font-size: .75em;
    line-height: 1.3em;
    margin-top: 0.2em;
}
.side_item_anc  .name:hover {
    color: #0f547d;
}
.doc_thumb {
float:left;
}
.section #documents .media_texts_container {
    width: calc(100% - 100px);
    float: right;
	    padding: 0 1.5em;
}
.single-document .media_texts_container {
	 /*padding: 0 1.5em;*/
	 padding: 0;
	 /*margin-left: auto!important;*/
}
#documents .texts, .single-document .texts {
margin-bottom:.6em;
}
#documents .texts  *, .single-document .texts  *{
display:inline;
}
#documents .media_texts_container, .single-document .media_texts_container {
    margin-left: 178px;
    display: table;
    min-height: 107px;
}
.document_container {
float:left;
    border-bottom: 1px solid #C7C5C5;
    margin-bottom: 26px;
}
.document_container:last-of-type {
border-bottom: none;
}

.col.col-12.gallery_container {
    /*max-height: 877px;
    overflow-y: auto;*/
    overflow-x: auto;
    padding-bottom: 0;
}
/*
********************************************
* CONTENT ELEMENTS
*********************************************
*/

.read_more {
color:#0F547D;
    font-size: 1.1em;
	    white-space: nowrap;
}
.zoom-effect-container {
    /*float: none;*/
    position: relative;
    /*width: 100%;*/
    /*height: 69px;*/
	width: 200px;
    height: 175px;
    margin: 0 auto;
    overflow: hidden;
}

.image-card {
  position: absolute;
  top: 0;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
  
}

.image-card img {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  height: 100%;
  width:100%;
      -webkit-filter: grayscale(80%) contrast(100%);
    filter: grayscale(80%) contrast(100%);
}

.zoom-effect-container:hover .image-card img {
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
}

.grid_item .pic, .grid_item  .description {
    /*width: 150px;
height:auto;*/
    font-size: .8em;
    color: #1a1a1a;
}
.grid_item_container {
   /* width: 150px;
       padding-right: 10%;*/
	   padding-right:0;
	    line-height: 1.2em;
		    max-width: 200px;
}
.grid_item_container.last {
	padding-right:0;
}
.grid_item_container  h4, h4.title{
font-size: .9em;
    color: #FBB04A;
}


.page-template-page-tags #main a {
padding:8px;
}
.col-5.village {
	    margin-right: 2px;
}
.col-5.village .name {
/*clear:both;
text-align: center;*/
    bottom: 0;
    z-index: 1;
    left: 50%;
    position: absolute;
    width: 100%;
    transform: translateX(-50%);
    background: #F5E6CF;
    opacity: 1;
    color: #1a1a1a;
	text-align: center;
}
.villages_item_hover {
	color:#fff!important;
	background:#B51217!important;
}

.content-area, .site-header-menu {
    margin: 0 auto;
    max-width: 1106px;
    text-align: left;
    float: none;
}

.grid_item {
    max-height: 400px;
    overflow-y: hidden;
    vertical-align: top;
}
.menu-toggle {
	border:0;
}
.menu-toggle img {
	       width: auto;
    height: 3em;
}
.menu-toggle.toggled-on, .menu-toggle.toggled-on:hover, .menu-toggle.toggled-on:focus {
	    background-color: transparent;
}
/*
********************************************
* SEARCH
*********************************************
*/
.search_container {
position:relative;
    padding: 0 10px;
}
.search_options {
    position: absolute;
}
input[type="search"].search-field {
width:100%;
}
.search_options label {
cursor:pointer;
}
input[type="search"].search-field.header {
    height: 24px;
    background: #fff!important;
        border: 1px solid gainsboro;
	/* opacity: 0; */
    /*-webkit-transition: width 1s;  Safari
    transition: width 1s;
	-webkit-transition: opacity 1s; 
    transition: opacity 1s; */
}
input[type="search"].search-field.open {
    /*width: -webkit-calc(100% - 42px);
    width: calc(100% - 42px);*/
   /* width: 255px;
	opacity: 1;
	    height: 24px;*/
}

.site-header-menu .search-submit {
/*left: 0;
right: auto;
    -webkit-transition: left .5s;  
    transition: left .5s;
	 background: #fff!important;*/
	     height: 24px;
		     left: auto;
    border-radius: 0;
       right: 11px;
}
/*.site-header-menu .search-submit.extended{
	left:50px;
}*/
.search-submit{
    top: auto;
}
.search-submit.open {
left: 250px;
}
.search-submit:before {
    color: #000;
    font-size: 24px;
	    line-height: 24px;
}
#primary .search-field, input[type="search"].search-field.header {
 /*   padding:0.625em 36px 0.625em 0.4375em;*/
	  padding: 0 36px 0 0.4375em;
}
.search-submit {
background: transparent;
    position: absolute;
    right: 10px;
    left: initial;
	    height: 39px;
}
.search-submit:hover {
	background: transparent;
}

/* search resaults page */
main {
        padding: 0 30px;
}

/*
********************************************
* PLUGINS
*********************************************
*/
.metaslider a {
    box-shadow: none;
}
.audioplayer.skin-wave .audioplayer-inner .the-thumb-con {
display:none;
}
.audiogallery .slider-main {
    width: 80%;
    float: left;
    padding-right: 20px;
}
.audiogallery.dzsag-loaded .nav-main {
    width: 20%;
    margin-top: 0;
}
#bwg_container1_0 {
width:98%;
}

/**********************************************************************************/


#site-header-menu .genericon.genericon-close{
	display:none;
}

.site-content {
       padding: 0em 1em 1em;
	position:relative;
	top: 112px;
}

.single-village .site-content {
    /*padding: 7.03em 1em 1em;*/
    padding: 112px 1em 1em;
	    top:0;
}

.single-village .side_container{
    float: right;
}
.single-village  .media_container.video {
display:none;
    position: relative;
}

#audios .media_texts_container img, .single-audio .media_texts_container img {
	cursor:pointer;
}

.first_line {
	float:left;
}

.search #secondary {
float:right;
    padding: 0 5px;
	min-height: 800px;
    /*background: url(/wp-content/uploads/2016/04/jinba-kaub-2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;*/
}
.search .sidebar {
    margin-left: 0;
}


.single-village .content-area{
    /*float: left;
	        margin-left: 180px;
        width: calc(100% - 180px);*/
}
.single-village .site-main, .ref .site-main {
    margin-left: 180px;
}
.single-village .side_container{
        width: 154px;
		   /* padding-top: 28px;*/
			    height: 100%;
    /*max-height: 500px;*/
}
.single-village .side_container ul { 
    list-style: none;
	    height: 399px;
    overflow: auto;
}
.single-village .side_container.audio ul {
    height: 416px;
}
.side_container  ul li {
/*height:33.333%;*/
    margin-bottom: 14px;
}
/*.single-village .side_container.audio ul li {
    height: 33.3333%;
}*/
.side_container  ul {
    margin: 0 0 1.75em 1.25em;
    padding-right: .3em;
}

.single-village .content_container{
    float: left;
            width: calc(100% - 155px);
		position: relative;
}

.single-village #photogallery .content_container{
        width: 100%;

}
.single-village .media_container {
    position: absolute;
    background: #fff;
	    /*text-align: center;*/
		    height: 100%;
}

.single-village  .media_container.audio {
display:block;
    position: relative;
}
#documents .single-village .media_container, .single-document .single-village .media_container  {
padding:1.5em 0;
}
.single-village .media_container:first-of-type  {
z-index:1;
display:block;
/*padding-top: 20px;*/
}

/*.single-village iframe {
    height: 399px;
    width: 100%;
}*/
.single-photoessay .content-area.ref, .single-map .content-area.ref {
    /*float: left;
	        margin-left: 180px;*/
        /*width: calc(100% - 180px);
		    padding: 0px 8px;
			    padding-left: 60px;*/
}

.page-template-page-support .site-main {
       /*width: 50%;*/
	       width: calc(100% - 450px);
    float: left;
}
.main-navigation .primary-menu {
	    display: inline-block;
}

.search .sidebar {
	    width: 265px;
}
#primary .search-form  {
	width: calc(100% - 265px); 
	height:auto;
}
.search-results .page-header {
	margin: 0 0 3.5em;
}
.single h1.entry-title {
	    margin-top: 0;
}
.single-document article {
padding-top: 50px;
}
.social-navigation.social li {
	background: transparent;
}
.social-navigation a:before{
	color: #CCCCCC;
	font-size: 22px;
}
.page-template-page-home .social-navigation.social li a, .social-navigation.social.general li a {
	padding: 0;
}

.transcript_container {
display:none;	
}

.transcript_title  {
	margin: 18px 0;
}
.transcript_title span {
	  
		    background: #ffe9bb;
    padding: 4px 10px 5px;
	cursor:pointer;
	font-size: .77em;
}
.transcript_title span:after {
    content: "\f431";
	position:relative;
left: 4px;
    top: 4px; 
	font-family: "Genericons";
}
.transcript_title span.close:after {
    content: "\f432";
}

.grid_item .pic img {
    padding: 12px;
}
.grid_item .description, .grid_item .title {
    padding: 0 12px;
}
.widget_tag_cloud {
	padding-top:0;
}
.search_options fieldset legend:after {
    content: "\f502";
    font-family: "Genericons";
    top: 5px;
    position: relative;
    float: right;
    margin-left: 10px;
}
fieldset.villages {
    margin-bottom: 0;
    margin-top: 10px;
}

.media_side_responsive {
    height: 174px !important;
    position: relative;	
}

.welcome_column.en p, 
.welcome_column.he p{
	    font-weight: 500;
}
.main-navigation .primary-menu > li.menu-item-50>ul {
    padding-left: 3px;
}
.menu-toggle {
	padding-left: 0;
}
.ssbp--theme-2 .ssbp-btn {
	    opacity: .8;
}

/*
**********************************************************************************************
*************************************** RESPONSIVE ********************************************
**********************************************************************************************
*/


@media screen and (min-width: 56.875em){
.main-navigation li:hover > ul, .main-navigation li.focus > ul {
    left: 0;
    right: auto;
}
}

@media screen and (min-width: 44.375em) {
	.search-results .page-header {
		margin: 0 0 3.5em;
	}
	.menu-toggle {
		padding:0;
	}
}

/* 768px */
@media screen and (min-width: 48em) {
	.page-id-40 p:not(.videoWrapper) {
		width: 57%;
	}
}

@media screen and (min-width: 56.875em) {

.main-navigation .menu-item-has-children > a:after {

    top: 6px;
}
/*
.search .search-form {
width:75%;
float:left;
}*/

.search .search_options {
    position: static;
    
}
.search .search_filters {
float: left;
}

.content-area {
width:100%;
}
/*
.search .content-area{
    width: calc(100% - 200px);
}*/
.tagcloud a {
    margin: 0;
    padding: 0;
	border:0;
	    color: #8aafc7;
		font-family: 'Open Sans Hebrew', sans-serif;
		    line-height: 1.5;
}

.search-results .site-main, 
.search-no-results  .site-main{
           float: left;
   /* width: calc(100% - 457px);
        width: calc(100% - 183px);
        width: calc(100% - 210px);*/
		width: calc(100% - 276px);
}
body.search-no-results .page-header{ 
 border-top: 4px solid #1a1a1a;
    padding-top: 1.75em;
}

.search-results #social-navigation, 
.search-results #language-navigation, 
.search-no-results #language-navigation,
.search-no-results #social-navigation{
float:left;
}


.page-template-page-welcome .content-area {
    float: none;
    margin-right: 0;
    width: 100%;
	max-width: none;
}

.page-template-page-full-width .content-area, .page-template-page-villages .content-area{
    float: none;
    /*margin-right: 0;*/
    width: 100%;
}
.main-navigation .primary-menu > li {
    /*padding: 6px;*/
    padding: 3px;
}
.main-navigation a {
    padding: 0.2em 0.775em;
	    font-size: .9rem;
}

.sidebar.support-bar {
    margin-left: 0;
    /*width: 25%;	
	max-width: 200px;
    min-width: 166px;*/
    width: 220px;
	    margin-left: auto;
	    float: left;

	    margin-bottom: 0;
}
.sidebar.support-last{
    /*margin-left: 75%;*/
    margin-left: auto;
    float: none;
	width: 230px;
	float:right;
}
/*.sidebar.support-last .post-thumbnail img {
    margin-left: 54px;
}*/
.entry-content.support-page {
    float: left;
    width: 70%;
}

/*.single-photoessay .site-content , .single-map .site-content {
           padding: 112px 1em 1em;
}*/
.search-no-results .site-content, .search-results .site-content {
       padding: 9em 1em 1em;
}
.search-results .site-content {
	 padding: 2em 1em 1em;
}

.site-footer {
padding: 0 4.5455% .4em;
}
.site-header-menu {
    margin-bottom: 0;
	    margin: 0 auto;
    margin-top: 1.2em;
}
.page-template-page-home .main-navigation-container {
    margin-top: 210px;
    text-align: center;
}


.main-navigation li {
	    background: transparent;
}

}

@media screen and (min-width: 61.5625em) {

body:not(.search-results) article:not(.type-page) .entry-content {
float: none;
width: 100%;
}

article img {
	width:100%;
}
.single-photogallery article img {
	width:initial;
}
article img.size-thumbnail , article img.size-medium {
width:auto;
}
.search-results article img.size-thumbnail {
width:193px;	
}
.post-thumbnail {
    margin-bottom: .4em;
}
.village .entry-title {
    font-size: 1.5rem;`
}	
}



/* 1024px */
@media screen and (max-width: 64em) {
	.col-5 {
    width: 24%;
	}
	
}

/* 940px */
@media screen and (max-width: 58.75em) {
	.col-5 {
    width: 32%;
	}
	.villages_container {
    max-width: 624px;
    margin: 0 auto;
}
	
}






/* 909px */
@media screen and (max-width: 56.8125em) {

	/********************************** General ****************************************/
	
	blockquote {
		margin: 0 !important;
	}
	.site-header {
	height: 70px;
	}
	.site-content {
		top: 70px;
	}
	main{
		padding: 0;
	}
	.entry-content {
		margin: 0;
		    
	}
	.main-navigation .primary-menu {
		    display: block;
	}
	.main-navigation a {
		padding: 0.84375em 12px;
	}
	.site-header-menu.toggled-on{
			background: #fff;
				position: absolute;
		top: 0;
		left: 0;
		width: 100%;
	}
	#site-header-menu .genericon.genericon-close{
		display:block;
		            top: 12px;
    left: 12px;
	    z-index: 1;
    position: absolute;
		font-size: 28px;
	}
	.genericon-close:before {
    position: absolute;
    left: 0px;
		cursor: default;
	}


	.search-form {
		    width: 100%;
			        padding: 7px 8px 0;
					height: 32px;
	}
	.search_container label{
		line-height: 32px;
	}
	input[type="search"].search-field.header {
		    height: 32px;
			    border: 0;
				    border-top: 1px solid #E0DBDB;
					
	}
	.first_line {
		padding: 12px 12px 0 50px;
		float:none;
	}
	.main-navigation ul ul {
		margin-left: 1.875em;
	}
	
	.menu-toggle {
		    margin: 0.3125em 0;
	}
	h1.entry-title{
	    /*margin-top: 50px;*/
	}
	
	.page-template-page-support .site-main {
    width: 100%;
	}
	.site-header {
	    background-position-y: 62px;
	}
	/******************************** welcome page ************************************/
	
	.page-template-page-welcome #menu-toggle,
	.page-template-page-welcome .site-footer .main-navigation,
	.welcome_column:not(.button_container){
		display:none !important;
	}
	.page-template-page-welcome .site-main > :last-child{
		margin-top: 30%;
	}
	.page-template-page-welcome .button_container {
		    margin-bottom: 22px;
	}
	.page-template-page-welcome .footer_container{
		zoom: .6;
	}
	
	.welcome_columns, .footer_container {
		display:none;
	}
	.welcome_column.button_container {
		    display: block;
    margin: 0 auto 2em;
	}
	
	/******************************** home page ************************************/
	
	.page-template-page-home .site-header.title {
		    top: 80px;
	}
	

	
	/********************************** Village page *****************************************/
	
	.single-village  .site-content {
		padding: 70px 1em 1em;
	}
	
	.village_menu_container {
		left: calc(-100% + 28px);
		width:100%;
		    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    transition-property: left;
    transition-duration: .5s, .5s;
	    background: transparent;
		 top: 0px;
		 margin-top: 0;
		     z-index: 2;
	}
	
	.village_menu_container.open {
		left:0;
		    opacity: .9;
			/*background: #1E3B50;*/
		
	}
	.village_menu_container .arrow {
position: absolute;
    right: 0;
    width: 28px;
    height: 65.04px;
    top: 50%;
    transform: translateY(-50%);
    background: url("/wp-content/uploads/2016/05/arrow-right.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
	cursor:pointer;
    opacity: .6;
	}
	
	.village_menu_container .arrow:hover {
		opacity: 1;
	}
	
	.village_menu_container.open .arrow {
		background:url("/wp-content/uploads/2016/05/arrow-left.png");
		background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
	}
	
	#menu-villages-menu li a {
		    color: #FFFFFF;
	}
	
	#menu-villages-menu li {
		    padding-right: 30px;
	}
	
	.village_welcome_container, .single-village .site-content {
		top: 70px;
	}
	.entry-header {
		    margin-right: 0;
    margin-left: 0;
	}
	.single-village .side_container {
		    float: none;
    text-align: center;
	}
	.single-village .side_container ul {
    margin: 0;
	}
	.single-village .side_container li {
    display: inline-block;
    width: 120px;
    vertical-align: top;
    margin-right: 2%;
    margin-bottom: 2%;
	}
	
	.side_item_anc .name {
		    margin: 0.2em auto;
			margin-left: 0;
	}
	
	.single-village .site-main, .ref .site-main {
		margin-left: 0;
	}
	.single-village .content_container {
		    width: 100% !important;
	}
	.single-village .side_container {
		    width: 100% !important;
	}
	.single-village .side_container.audio ul {
    height: auto;
    text-align: left;
}
	
	/******************************** photoessay, maps ************************************/
	
	.single-photoessay .content-area.ref, .single-map .content-area.ref {
	width: 100%;
	padding: 0px 8px;
	}
	.single .site-content {
		/*padding: 70px 1em 1em;*/
	}
	.single h1.entry-title {
		    padding: 20px 0;
			    line-height: initial;
	}
	
	/******************************** Search page ************************************/
	
	.search #secondary {
		display:none;
	}
	.search_filters {
		display: none;
	}
	.search-results .site-content {
		padding: 2em 1em 1em;
	}
	.search-form {
		width: 100% !important;
	}

}


/* 767px */
@media screen and (max-width: 47.9375em) {
.page-id-40 .videoWrapper {
	width:100%;
}

.page-id-40 .videoWrapper iframe {
	max-height: 92%;
	    height: 100%;
		
}
#to_top_scrollup {
    display:  none !important;
}
}


/* 670px */
@media screen and (max-width: 41.875em) {
	.col-5 {
    width: 49%;
	}
	.villages_container {
        max-width: 408px;
		margin: 0 auto;
}
.col-3 {
	width: 49%;
}
.page-id-40 .videoWrapper {
	    width: 100%;
}
.village_welcome_container h1 {
		font-size: 2.5em;
}
.village_welcome_container a div {
	    font-size: 1.4m;
}
.village_welcome_container img {
    width: 73%;
}

	
}

/* 460px */
@media screen and (max-width: 28.75em) {
	.col-5, .col-3 {
    width: 100%;
	}
	.page-id-40 .videoWrapper iframe {
		    max-height: 83%;
	}


	
}


/* 414px */
@media screen and (max-width: 25.875em) {
	p{
		    font-size: 1em;
	}
	.doc_thumb img{
		width: 100%;	
	}
	.doc_thumb {
		width: 100%;
		margin-bottom: 10px;
	}
	#documents .media_texts_container, .single-document .media_texts_container {
		margin-left: 0; 
	}
	.village_welcome_container h1 {
		    font-size: 2em;
	}
	.enter_village_container{
		    padding-left: 0;
    padding-right: 0;
	}
	.village_welcome_container a div {
    font-size: 1.4em;
}

}

@media screen and (min-width: 551px) {
.ssbp-wrap.ssbp--fixed-left {
    top: 28%;
}
.ssbp--theme-2 .ssbp-btn {
    width: 2em;
    height: 2em;
    line-height: 2em;
}
}
@media only screen and (max-width: 550px) {
	.ssbp--theme-2 .ssbp-btn{
		height: 2em;
		line-height: 2em;
	}
}

.search_filters .search-field {
	    height: 40px;
}