/*  
Theme Name:     Relsites
Theme URI:      http://relsites.com
Description: 	Relsites Theme
Author:         Ariel Hein
Author URI: 	http://relsites.com
Version:        1.0
*/
@font-face {
    font-family: 'EditorSansH';
    src: url('fonts/EditorSansH/EditorSansH+L-Book.otf') format("opentype");
	font-weight: 600;
    font-style: normal;

} 
@font-face {
    font-family: 'EditorSansH';
    src: url('fonts/EditorSansH/EditorSansH+L-Medium.otf') format("opentype");
	font-weight: 700;
    font-style: normal;

}
@font-face{
	font-family:"David Hadash W27 Script";
	src:url("fonts/922134/2518d102-1021-4365-aaa0-4d503826239f.eot?#iefix");
	src:url("fonts/922134/2518d102-1021-4365-aaa0-4d503826239f.eot?#iefix") format("eot"),
		url("fonts/922134/02ccea4f-4d21-4bd5-815a-c0d54fa8fa8e.woff2") format("woff2"),
		url("fonts/922134/24d9a9a4-1bb5-4b88-ba1c-0240eb85426b.woff") format("woff"),
		url("fonts/922134/f0cb611d-3b1f-4d6b-b579-8574ba8825a5.ttf") format("truetype");
	font-weight: normal;
    font-style: normal;
}


html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video,textarea,text {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
	box-sizing: border-box;
	word-break: keep-all;
}
a:focus{
	outline:0;
}
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

/* General */
.grecaptcha-badge{
	visibility: collapse !important;  
}
a.dkpdf-button {
    display: inline-block;
    background-color: #f7f5f5;
	border:1px solid #811c19;
    color: #811c19;
    font-size: 12px;
    padding: 0 30px;
}
a.dkpdf-button:hover {
    background-color: #811c19;
	border:1px solid #811c19;
    color: #f7f5f5;
}
html,body{
	height:100%;
	color: #000;
	background-color:#f7f5f5
} 
body{
	font-family: 'EditorSansH', sans-serif;
	font-weight: 600;
	line-height: 1.5;
	font-size: 19px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'David Libre', serif;
	font-weight: bold;
}
strong{
	font-weight: 700;	
}
a {
	text-decoration:none;
}
.david_libre{
	font-family: 'David Libre', serif !important;
}
.david_italic {
    font-family: 'David Hadash W27 Script';
    /*font-style: italic;*/
    font-stretch: normal;
}
a.loadmore > div{
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;	
}
div#logo-leer svg, div#logo-leer img, .main-article-block img, 
div#logo svg, p.post-magic-title, 
.header-wrapper, a, a:hover, a:focus, input[type="submit"] {
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  text-decoration: none;
}
img {
    max-width: 100%;
    height: auto;
    display: block;
}
.decorated-divider {
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #000;
    background-image: url(https://hazmanhazeh.org.il/wp-content/uploads/2021/06/ddd.jpg);
    height: 14px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
}
.dd-img{
	display:none;
}
/* Accessibility */
#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle {
    position: absolute;
    top: calc(100% - 52px);
}
#acp-toggle-toolbar{
	right:35px;
}
#acp-toggle-toolbar img {
    margin: 0 auto;
    -webkit-filter: invert(60%);
    filter: invert(60%);
}
#acp-toggle-toolbar.small img {
    margin: 0 auto;
}
#acp-toolbar ul.acp-main-nav>li:last-child a img {
    max-height: 24px;
    margin: 0 auto;
}
#acp-toggle-toolbar.small {
    border: 2px solid #6F8194;
	color:#6F8194;
	background-color:#fff;
    top: auto !important;
    bottom: 20px;
    box-shadow: none;
}
#acp-toggle-toolbar.small:hover, #acp-toggle-toolbar.small:focus {
    border: 2px solid #E5222F;
    background-color: #ffcdcd;
}
/* Footer */
#footer {
    padding: 83px 30px 73px;
    background-color: #BE2F14;
    color: #fff5f4;
    font-family: 'David Libre', serif;
    font-size: 18px;
    font-style: normal;
    line-height: 1.33;
    position: relative;
    z-index: 2;
}
#footer a{
	color:#fff5f4;	
	font-weight: bold;
}
ul#menu-footer li {
	 line-height: 1.33;
    display: block;
	font-size: 18px;
	font-style: bold;
}
ul#menu-footer li a{
	color:#fff5f4;
}
aside#text-6 {
    float: right;
}
aside#text-6 h3 {
    margin-bottom: 4px;
}
aside#text-7 {
    float: left;
}

.footer-content {
    max-width: 560px;
    margin: 0 auto;
    font-weight: 100;
}
#footer aside#text-7 img {
    margin: 0 auto;
}
.credits {
    font-size: 12px;
    line-height: 23px;
    margin-top: 50px;
    color:#ffc6bb;
}
#footer .credits a{
	font-style: normal;
	color:#ffc6bb;
}
span.logo-divider {
    margin: 0 8px;
    position: relative;
    top: -4px;
    font-size: 20px;
}

/* Footer ENDS*/

/* header */
#menu-toggler {
	display: block;
	background-color: transparent;
	height: 24px;
	width: 27px;
	z-index: 999;
	margin-top: 20px;
}
#menu-toggler span {
    display: block;
    background-color: #000;
    width: 100%;
    height: 3px;
    margin-bottom: 4px;
    box-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}
#menu-toggler:focus span {
    background-color: #be2f14;
}
.single #menu-toggler span {
	background-color: #fff;
}

.single .to-white #menu-toggler span {
	background-color: #000;
}
.header-wrapper {
    z-index: 1001;
    position: fixed;
    width: 100%;
    background: #f7f5f5;
    /*height: 85px;*/
}
.single .header-wrapper.to-white, 
.header-wrapper.ongo{
	background-color: #f7f5f5;
	box-shadow: 0 1px 0 0 #f7f5f5;
	height: 55px;
	background-color: rgba(247, 245, 245, 0.9);
	box-shadow: 0 1px 0 0 rgba(169, 169, 169, 0.5);  
}

.header-spacer{
	height: 87px;
	margin-bottom: 39px;
}
header#masthead {
    height: auto;
    width: 100%;
    padding: 12px 30px 0px;
}
.ongo header#masthead {
    padding: 2px 30px;
    margin-bottom: -10px;
}
div#logo {
    text-align: center;
}
div#logo a {
    display: inline-block;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}
/*
.single .header-wrapper.ongo #logo a {
    margin-right: -100%;
}*/
div#logo svg {
    max-height: 100%;
}
div#logo-leer {
    float: left;
}
div#logo-leer img {
    max-height: 80px;
    margin-top: -10px;
    position: relative;
}
div.logo-leer-des {
    width: 284px;
    height: 32px;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
    text-align: left;
    position: absolute;
    left: 15px;
    top: 25px;
    display: none;
}
/*
.ongo div#logo-leer{
    opacity: 0;
    height: 0;
    overflow: hidden;
}*/
.ongo div#logo-leer img,
.ongo div#logo-leer svg,
.ongo div#logo a svg {
    height: 50px;
    top: 10px;
}
.ongo a#menu-toggler {
    margin-top: 15px;
}
/*
.single .header-wrapper.ongo #logo a svg{
    height: 40px;
} */
.mm-logo svg *{
  /*fill: #ffcdcd;	*/
}
body:not(.single) #masthead svg * {
  fill: #000;
}
body:not(.single) #logo svg * {
  fill: #000;
}
body.single .to-white #masthead svg * {
  fill: #000;
}
body.single .always-to-white #logo svg *,
body.single .to-white #logo svg * {
  fill: #000;
}
#website-loader{
    position: fixed;
    z-index: 9998;
    background-color: #f7f5f5;
    top: 0;
    right: 0px;
    width: 100%;
    height: 100%;
}
.mmw-overlay{
	display:none;
    position: fixed;
    z-index: 9998;
    background-color: #531004;
    top: 0;
    right: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.8;
}
.main-menu-wrapper {
	-webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    position: fixed;
    z-index: 9999;
    background-color: #be2f14;
    top: -374px;
    right: 0px;
    width: 100%;
    color: #ffcdcd;
    height: 374px;
    padding: 21px 30px 0;
}
a.close-mmw {
    color: #ffcdcd;
    float: left;
    font-size: 45px;
    line-height: 1;
    cursor: pointer;
    font-weight: 100;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    font-family: serif;
}

.main-menu-wrapper.open{
    top: 0;	
}
.mm-logo {
    float: right;
}
.mm-logo span.mobile-only {
	display: none;
}	
.mm-logo svg {
    width: 49px;
    height: auto;
    opacity: .8;
}/*
.mm-logo svg path{
	fill:#ffcdcd;
}*/
.mm-logo span {
    color: red;
}

.top-mm-block span {
    max-width: 284px;
    display: inline-block;
    font-size: 16px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.44;
    letter-spacing: 0.4px;
    text-align: right;
    color: #ffcdcd;
    margin-right: 30px;
    margin-top: 3px;
}
.main-menu-block {
    padding: 55px 65px 0;
}
.main-menu-block form#searchform {
    position: relative;
    top: -10px;
}
ul#menu-main li {
    display: block;
    font-family: 'David Libre';
	font-size: 23px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 0.82;
	letter-spacing: normal;
    text-align: right;
    color: #ffcdcd;
    margin-bottom: 25px;
}

ul#menu-main li a {
    color: #ffcdcd;
}
nav#site-navigation {

}
/* General Pages */
.main-artcile-banner {
    display: inline-block;
    position: relative;
    text-align: center;
    right: 50%;
    transform: translateX(50%);
}
.main-artcile-banner img {
    margin: 0 auto;
}
.banner-mask {
    -webkit-mask-size: cover;
    mask-size: cover;
    width: 102%;
    height: 102%;
    display: inline-block;
    position: absolute;
    z-index: 1;
    margin: 0 auto;
    right: -1%;
    background-color: #f7f5f5;
    top: -1%;
}
.edge .banner-mask {
	display:none;
}
svg.mask {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #f7f5f5;
}
.row.display-flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.row.display-flex > [class*='col-'] {
    display: flex;
    flex-direction: column;
    width: 33%;
}
.entry-content.content-block h1,
.entry-content.content-block h2,
.entry-content.content-block h1.entry-title {
    font-family: 'David Libre';
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.28;
    letter-spacing: 0.6px;
    color: #be2f14;
    margin-bottom: 30px;
}
span.wpcf7-not-valid-tip {
    color: #BE2F14;
    font-size: 12px;
    font-weight: normal;
    display: block;
    position: absolute;
    left: 5px;
    top: 0;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border: 0 none;
    position: absolute;
    padding: 0;
    margin: 0;
}
div.wpcf7-mail-sent-ok {
    border: 0 none;
    margin: 0;
    padding: 0;
    color: green;
    position: absolute;
}
/* Contact Form 7 */
.popup-sidebar-wrapper .wpcf7-response-output{
	position:absolute;
}
.entry-content.content-block div.wpcf7 p {
    margin-bottom: 0;
}
form.wpcf7-form{
    position: relative;
    margin-bottom: 30vh;
}
form.wpcf7-form input[type="text"],
form.wpcf7-form input[type="email"],
form.wpcf7-form textarea{
	/*font-family:"david libre";*/
	
    font-family: 'EditorSansH', sans-serif;
    font-weight: 600;
    border-radius: 0;	
	width: 100%;
    background-color: rgba(255, 255, 255, 0.4);
    border: solid 1px #000000;
    font-size: 15px;
    color: #000000;
    padding: 5px 10px;
}
form.wpcf7-form textarea {
	padding-left: 95px;
	resize: none;
}
form.wpcf7-form input[type="submit"]:focus,
form.wpcf7-form input[type="text"]:focus,
form.wpcf7-form input[type="email"]:focus,
form.wpcf7-form textarea:focus {
    background-color: #ffcdcd;
	outline:0;
}
form.wpcf7-form input[type="text"],
form.wpcf7-form input[type="email"]{
	border-bottom:0 none;
	outline:0;
}
.cf7-submit-wrapper {
    position: absolute;
    left: 0px;
    bottom: 25px;
}
form.wpcf7-form input[type="submit"] {
	height: 32px;
	border: 0 none;
	border-right: solid 1px #000000;
	font-family: 'David Libre';
	font-size: 17px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: 0.1px;
	text-align: right;
	color: #000000;
	background: transparent;
    float: left;
	padding: 0 15px;
    border-radius: 0;
}
form.wpcf7-form input[type="submit"]:focus,
form.wpcf7-form input[type="submit"]:hover {
	background: transparent;
	outline:0 none;
    color: #cf371a;
    border-right: 1px solid #cf371a;
}

/* Newsletter Form */

.article-sidebar-wrapper {
    max-width: 540px;
    margin: 100px auto;
}
.home .article-sidebar-wrapper {

    margin: 130px auto 100px;
}
.article-sidebar-wrapper form.wpcf7-form {
    position: relative;
    margin: 5px 0 30px;
    border-bottom: 1px solid;
}
.popup-sidebar-wrapper .cf7-submit-wrapper,
.article-sidebar-wrapper .cf7-submit-wrapper {
    position: absolute;
    left: 0px;
    bottom: 2px;
}

.article-sidebar-wrapper .widget-title{
	font-family: 'EditorSansH', sans-serif;
	font-size: 20px;
	font-weight: 600;
	font-stretch: normal;
	line-height: 1.21;
	letter-spacing: normal;
	color: #2f2f2f;
	text-align: center;
}

.popup-sidebar-wrapper {
    position: fixed;
    z-index: 99999;
    width: 100%;
    height: 100%;
    background-color: rgba(190,47,20,0.9);
    color: #fff;
	display:none;
	top: 0;
	left:0;
}
.popup-sidebar-wrapper .widget_text {
    position: absolute;
    width: 100%;
    max-width: 540px;
    margin: auto;
    left: 0;
    right: 0;
    top: 30vh;
}
.popup-sidebar-wrapper .widget-title{
	font-family: 'David Hadash W27 Script', sans-serif;
	font-size: 19px;
	font-weight: normal;
	/*font-style: italic;*/
	font-stretch: normal;
	line-height: 1.21;
	letter-spacing: normal;
    color: #fff;
    margin-bottom: 5px;
}
.popup-sidebar-wrapper form.wpcf7-form input[type="submit"] {
    border-right: solid 1px #cf371a;
    color: #cf371a;
}
form.wpcf7-form input[type="text"], form.wpcf7-form input[type="email"],
.popup-sidebar-wrapper form.wpcf7-form input[type="text"], 
.popup-sidebar-wrapper form.wpcf7-form input[type="email"], 
.popup-sidebar-wrapper form.wpcf7-form textarea{
    background-color: #fff;
    direction: rtl;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    position: absolute;
}
.popup-sidebar-wrapper div.wpcf7-mail-sent-ok {
    font-family: 'David Hadash W27 Script';
    font-size: 33px;
    font-weight: normal;
    /*font-style: italic;*/
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
}
a.close-psw{
	color: #ffcdcd;
    float: right;
    font-size: 45px;
    line-height: 1;
    cursor: pointer;
    font-weight: 100;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    font-family: serif;
    margin-right: 10px;
}

/* Search results */

#form-results input#s {
    height: 57px;
    box-shadow: inset 2px -2px 0 0 rgba(231, 187, 179, 0.53);
    background-color: #f7f1f0;
    border: solid 1px rgba(206, 69, 42, 0.17);
    width: 460px;
    color: #29261b;
    max-width: 100%;
}
#form-results input#s:focus{
	color:#fff3f0;
	outline:none;
	background-color: rgba(206, 69, 42, 0.8);
	box-shadow: inset 1px -1px 2px 0 rgba(179, 99, 83, 0.53);
}
#form-results form#searchform #s:focus::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff3f0;
}
#form-results form#searchform #s:focus::-moz-placeholder { /* Firefox 19+ */
  color: #fff3f0;
}
#form-results form#searchform #s:focus:-ms-input-placeholder { /* IE 10+ */
  color: #fff3f0;
}
#form-results form#searchform #s:focus:-moz-placeholder { /* Firefox 18- */
  color: #fff3f0;
}
#form-results form#searchform #s::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #29261b;
}
#form-results form#searchform #s::-moz-placeholder { /* Firefox 19+ */
  color: #29261b;
}
#form-results form#searchform #s:-ms-input-placeholder { /* IE 10+ */
  color: #29261b;
}
#form-results form#searchform #s:-moz-placeholder { /* Firefox 18- */
  color: #29261b;
}
#form-results form#searchform {
    max-width: 460px;
    position: relative;
    display: inline-block;
}
.search-by-author-link {
    display: block;
    margin-top: 10px;
    color: rgba(179, 99, 83, 0.8);
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s ease;
}
.search-by-author-link:hover {
    color: rgba(206, 69, 42, 1);
    text-decoration: underline;
}

.main-menu-wrapper.open .search-by-author-link {
    color: #ffcdcd;
}

.back-to-regular-search-link {
    display: block;
    margin-top: 10px;
    text-align: right;
    color: rgba(179, 99, 83, 0.8);
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s ease;
}

.back-to-regular-search-link:hover {
    color: rgba(206, 69, 42, 1);
    text-decoration: underline;
}

#form-results .icon-search {
    font-family: FontAwesome;
    font-size: 18px;
    color: rgba(179, 99, 83, 0.53);
    padding: 0;
    width: 27px;
    border: 0;
    background-color: transparent;
    height: 33px;
    position: absolute;
    left: -35px;
    top: 11px;
}
section#results-block {
    margin: 50px 0;
    min-height: 45vh;
}
.no-results-message {
    text-align: center;
    padding: 40px 20px;
    font-size: 18px;
    color: #666;
    margin: 30px 0;
}
.no-results-message strong {
    color: #333;
    font-weight: bold;
}
section.results-block {
    margin: 50px 0;
    padding-right: 45px;
}
.result-block{
	margin-bottom:30px;
}
.result-block .post-date{
    font-family: 'EditorSansH', sans-serif;
    font-size: 15px;
    font-weight: 300;
    font-style: italic;
    font-stretch: normal;
    line-height: 1.4;
    letter-spacing: 0.4px;
    color: #000000;
    position: absolute;
    left: -5px;
    text-align: right;
    top: 195px;
    -webkit-transform: rotate(-90deg) translateY(100%);
    -webkit-transform-origin: bottom left;
    transform: rotate(-90deg) translateY(100%);
    transform-origin: bottom left;
    width: 200px;
}
a.results-block-item-img {
    display: block;
    text-align: center;
}
.results-block-item {
    border-top: 1px solid #000;
    padding: 30px 0 30px 30px;
    position: relative;
	max-width: 621px;
}
.results-block-item .entry-title {
    font-family: 'David Hadash W27 Script';
    font-size: 24px;
    font-weight: normal;
   /* font-style: italic;*/
    font-stretch: normal;
}
.results-block-item .entry-title ,
.results-block-item .entry-title a {
    color: #000;
}
.results-block-item .writter-name{
	font-size: 18px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.56;
    letter-spacing: 0.4px;
    color: #000000;
    margin: 10px 0 20px;
}
.results-block-item .post-description {
	  font-size: 18px;
	  font-weight: normal;
	  font-style: normal;
	  font-stretch: normal;
	  line-height: 1.39;
	  letter-spacing: normal;
	  text-align: right;
	  color: #000000;
}
.results-block-item .post-description a{
	  color: #be2f14;
}
/* All Sheets page */
.sf-fs-2021 h1 {
    font-size: 31px;
    margin-bottom: 50px;
}
.container-sheets-page {
	max-width:1440px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.sheets-entry-content.entry-content {
    margin-bottom: 120px;
}
.sheets-entry-content.entry-content p {
    margin-bottom: 30px;
}
.sheet-wrapper {
    margin-bottom: 50px;
}
.sheet-wrapper section.results-block {
    display: none;
}
a.rb-toggler {
    color: #000;
    font-size: 45px;
    margin-left: 30px;
    position: relative;
    top: -7px;
    display: inline-block;
}
a.rb-toggler.open {
    transform: rotate(-90deg);
}
span.sheet-date {
    font-family: 'EditorSansH', sans-serif;
    font-size: 32px;
    font-weight: 300;
    font-stretch: normal;
    font-style: italic;
    line-height: 0.66;
    letter-spacing: 0.85px;
    text-align: right;
    color: #000;
    margin-right: 110px;
}
/* Front page */
.page-template-front-page div#main-content {
    margin-bottom: 100px;
}
.main-article-block a:hover img {
    opacity: .92;
}
.main-article-block {
    margin-bottom: 100px;
}
.main-article-content-wrapper {
    width: 39%;
    margin-top: -233px;
    position: relative;
    z-index: 1;
    right: 50%;
}
.main-article-content-wrapper h1.entry-title {
    min-height: 292px;
    position: relative;
}
.main-article-content-wrapper .writter-name {
    padding: 15px 0;
}
.main-article-content-wrapper h1 span{
    position: absolute;
    bottom: 0;
    font-family: 'David Hadash W27 Script', sans-serif;
    font-size: 66px;
    font-weight: normal;
    /*font-style: italic;*/
    font-stretch: normal;
    line-height: 1.12;
    letter-spacing: normal;
    color: #000;
    text-shadow: 2px 2px 0 #f7f5f5;
    -webkit-text-stroke: 0.6px rgba(255, 255, 255, .5);
}
.main-article-content-wrapper h1.white span{
    color: #ffffff;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.7);
	-webkit-text-stroke: 0.8px rgba(0, 0, 0, 1);
}
.writter-name{
	font-size: 20px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: 28px;
	letter-spacing: 1.2px;
	color: #cf371a;
}
.writter-name a{
	color: #cf371a;	
}
.writter-name a:hover{
	text-decoration:underline;
}
.more-posts-item .writter-name{
	font-size: 18px;
	margin: 10px 0 0;
}
.post-description{
	font-size: 20px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.45;
	letter-spacing: normal;
	text-align: right;
	color: #000000;	
}
.post-description a{
	color: #000000;	
}
.post-date{
  font-family: 'David Libre', serif;
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0.3px;
  text-align: center;
  color: #000000;
  margin-bottom: 30px;
}
.more-posts-item .post-date{
	display:none;
}

.secondary-artcile-banner {
    display: inline-block;
    position: relative;
    text-align: center;
    margin: 0 auto;
}
.more-posts-item img{
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;	
}
.more-posts-item {
    text-align: center;
    padding: 0 45px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.mpa-wrapper a {
    padding: 0;
    text-align: center;
    display: inline-block;
}
.mpa-wrapper {
    text-align: center;
    margin-bottom: 45px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;	
}
.mpi-new.more-posts-item {
    padding: 0;	
}
.more-posts-item:hover + .mpa-wrapper{
	margin-top: -40px;
    margin-bottom: 55px;

}
.more-posts-item:hover {
    margin-top: -10px;
    margin-bottom: 55px;
}

.more-posts-item:hover img{
	opacity: .85;
}
.more-posts-item > a {
    display: block;
}
.more-posts-item h2,
.more-posts-item h2 a{
    font-family: 'David Hadash W27 Script', sans-serif;
    font-size: 23px;
    font-weight: normal;
    /* font-style: italic; */
    font-stretch: normal;
    line-height: 1.35;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
}
.video-icon {
    position: absolute;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    right: 0;
    top: 0;
    z-index: 1;
    background-color: #fff;
	background:url(images/has-media-regular.svg);
}
/*
.video-icon:before{
  margin: auto;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 12px;
  border-color: transparent transparent transparent #000;
  content: '';
  position: absolute;
  top: 0;
  left: 3px;
  right: 0;
}
*/
.no-more-articles,
a.loadmore {
    font-family: 'David Libre';
    font-size: 24px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    color: #cf371a;
    background: transparent;
    padding: 3px 10px;
    border-radius: 5px;
    margin: 50px auto 0;
    display: block;
    text-align: center;
    width: 200px;
    height: 29px;
    line-height: 25px;
}
.home a.loadmore{
	margin: 10px auto 0;
}
a.loadmore:hover > div {
    margin-top: 6px;
}
.lm-arrow {
    display: block;
}

.lm-arrow:before, .lm-arrow:after {
    content: '';
    width: 1px;
    height: 26px;
    background-color: #d03b1e;
    display: inline-block;
    position: relative;
    top: 3px;
}

.article-show-more-arrow {
    display: block;
    position: absolute;
    bottom: 5vh;
    width: 100px;
    left: 0;
    right: 0;
    margin: auto;
}

.article-show-more-arrow:before, .article-show-more-arrow:after {
    content: '';
    width: 3px;
    height: 28px;
    background-color: #fff;
    display: inline-block;
    position: relative;
    top: 3px;
}
.article-show-more-arrow:before,
.lm-arrow:before {
    -webkit-transform: rotate(55deg);
    -moz-transform: rotate(55deg);
    -o-transform: rotate(55deg);
    -ms-transform: rotate(55deg);
    transform: rotate(55deg);
    left: 10px;
}
.article-show-more-arrow:before{
    margin-right: 47px;
}
.article-show-more-arrow:after,
.lm-arrow:after {
    -webkit-transform: rotate(-55deg);
    -moz-transform: rotate(-55deg);
    -o-transform: rotate(-55deg);
    -ms-transform: rotate(-55deg);
    transform: rotate(-55deg);
    right: 10px;
}

.no-more-articles {
    width: 220px;
	display:none;
}
.more-articles-loader {
	background: url(images/spinner.gif) rgba(255,255,255,0.7) 50% 50% no-repeat;
	display:none;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.more-articles-loader i {
    font-size: 25vh;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 25vh;
    height: 25vh;
    color: rgba(206, 69, 42, 0.75);;
}
/* Categoray / Tag / Archive */
h2.category-name,
h1.category-name {
    font-family: 'David Hadash W27 Script';
    font-size: 66px;
    font-weight: normal;
    /*font-style: italic;*/
    font-stretch: normal;
}
.pagenavi {
    text-align: center;
}
.pagenavi > a, .pagenavi > span {
    margin: 0 10px;
    font-family: 'EditorSansH', sans-serif;
    font-size: 16px;
    font-weight: 300;
    font-style: italic;
    font-stretch: normal;
    color: #000;
}
span.page-numbers.current {
    color: #be2f14;
}
.pagenavi > a:hover {
    color: #be2f14;
}
/* About Page */
div#main-content.c-default-page {
    min-height: calc(100vh - 380px);
    padding-bottom: 30px;
}
.entry-content.content-block:before {
    content: '';
    display: block;
    width: 170px;
    height: 1px;
    border: solid 1px #be2f14;
    margin-bottom: 34px;
}
.entry-content.content-block {
    /*margin: 0 auto 60px;*/
    max-width: 621px;
}
.entry-content.content-block.rtl {
    font-family: sans-serif;
}
.entry-content.content-block.ltr {
    direction: ltr;
    text-align: left;
}
.entry-content.content-block p{
	margin-bottom: 20px;
    font-weight: 300;
}
.entry-content p iframe {
    margin: 0 auto;
    display: block;
	max-width:100%;
}

.entry-content.content-block a {
    color: #000;
}
.entry-content .david_libre {
    font-size: 19px;
}



img.full {
	width: 90vw;
	position: relative;
	left: 40%;
	right: 40%;
	margin-left: -40vw;
	margin-right: -40vw;
	max-width: none;
}
.entry-content img {
    margin-bottom: 30px;
}
/* Search-form */
form#searchform {color: #ffcdcd;max-width: 253px;position: relative;}
input#s {
	float: right;
	border: 0 none;
	font-size:23px;
	text-indent: 10px;
	background: transparent;
	border-bottom: solid 1px #ffcdcd;
	width: 100%;
	font-family: 'David Libre', serif;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 0.64;
	letter-spacing: normal;
	text-align: right;
	padding: 7px 0;
    border-radius: 0;
}
input#s:focus {
    background-color: rgba(255,205,205,0.3);
    color: #ffcdcd;
    outline: 0;
    border-bottom: 0;
}
.main-menu-wrapper input#s:focus + input + .icon-search {
    background-color: #D25F4C;
}
.icon-search {
font-family: FontAwesome;
    font-size: 18px;
    color: #ffcdcd;
    padding: 0;
    width: 27px;
    border: 0;
    background-color: transparent;
    height: 33px;
    position: absolute;
    left: 0;
    top: 3px;
}
form#searchform #s::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #ffcdcd;
}
form#searchform #s::-moz-placeholder { /* Firefox 19+ */
  color: #ffcdcd;
}
form#searchform #s:-ms-input-placeholder { /* IE 10+ */
  color: #ffcdcd;
}
form#searchform #s:-moz-placeholder { /* Firefox 18- */
  color: #ffcdcd;
}
/* 404 */
a.button.default span {
    color: #BE2F14;
}
/* Single Post */
.post-thumbnail-wrapper {
    height: 100vh;
    background-size: cover;
    background-position: 50%;
    position:fixed;
    top:0;
    width:100%;
    z-index:1;
    /*-webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;*/
    background-repeat: no-repeat;
}
.only-for-printer{
    display: none;
}
.post-thumbnail-wrapper.feature-image-is-portrait {
    display: flex;
    background-color: #fff;
}
.post-thumbnail-wrapper.feature-image-is-portrait.red_1 {
    background: #be2f14;
}
.single .post-thumbnail-wrapper.feature-image-is-portrait.red_1 .writter-name a,
.single .post-thumbnail-wrapper.feature-image-is-portrait.red_1 #entry-title {
    color:#fff;
}
.fimg-portrait {
    width: 40%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
}
.titles-for-portrait {
    padding: 0 5vw;
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.titles-for-portrait h1 {
    max-width: 66.66666%;
    margin: 0 auto;
}
.push-instead-of-titles {
    height: 10vh;
}
#printing-title,
#printing-logo{
	display:none;
}
#printing-logo svg *{
  fill: #be2f14;
}
a.click-down {
    width: 50px;
    position: absolute;
    height: 50px;
    bottom: 5px;
    left: 0;
    right: 0;
    margin: auto;
	-webkit-animation: MoveUpDown .9s linear infinite;
	-moz-animation:    MoveUpDown .9s linear infinite;
	-o-animation:      MoveUpDown .9s linear infinite;
	animation:         MoveUpDown .9s linear infinite;
}

@-webkit-keyframes MoveUpDown {
  0%, 100% {
    bottom: 0;
  }
  50% {
    bottom: 5px;
  }
}
@-moz-keyframes MoveUpDown {
  0%, 100% {
    bottom: 0;
  }
  50% {
    bottom: 5px;
  }
}
@-o-keyframes MoveUpDown {
  0%, 100% {
    bottom: 0;
  }
  50% {
    bottom: 5px;
  }
}
@keyframes MoveUpDown {
  0%, 100% {
    bottom: 0;
  }
  50% {
    bottom: 5px;
  }
}

span.main_banner_credit {
    position: absolute;
    left: 1vw;
    top: 0vh;
    font-size: 12px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 2;
    letter-spacing: normal;
    color: #000000;
    width: 100%;
    text-align: left;
}
.single-content-wrapper{
	position:relative;
	z-index:2;
	background-color:#f7f5f5;
}
.content-push{
	height: 100vh;
}
.post-thumbnail-wrapper img {
    width: 100%;
    height: auto;
}
.single .header-spacer {
    display: none;
}
.single .header-wrapper {
    background: transparent;
    box-shadow: none;
}
p.post-magic-title {
    text-align: center;
    position: absolute;
    width: 100%;
    top: 6px;
    font-size: 17px;
    opacity: 0;
    height: 0;
}
/*
.ongo p.post-magic-title {
    opacity: 1;
    height: auto;
}*/
.single #entry-title {
    font-family: 'David Hadash W27 Script';
	font-size: 66px;
	font-weight: normal;
	/*font-style: italic;*/
	font-stretch: normal;
	line-height: 1.33;
	letter-spacing: 1.1px;
	text-align: center;
	color: #000000;
    padding: 75px 50px 30px;
}
.single .writter-name {
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.61;
    letter-spacing: normal;
    text-align: center;
    color: #be2f14;
}
.single .writter-name a{
    color: #be2f14;	
}
.single .writter-name a:hover{
    text-decoration:underline;	
}
.single .post-description{
    padding: 30px 0 40px;
    font-size: 18px;
    /*font-weight: bold;*/
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    /*line-height: 1.61;*/
	line-height: 1.6;
    letter-spacing: .2px;
    text-align: center;
    color: #000000;
}
.top-shares-wrapper {
    position: absolute;
    right: -6vw;
	top:0;
}

ul.post-shares li {
    display: block;
    width: 21px;
    text-align: center;
    height: 21px;
    line-height: 21px;
    margin-bottom: 10px;

}
.single .entry-content ul li.pdf {
    position: relative;
    left: 1px;
}
ul.post-shares li a {
    display: block;
    color: #626262;
    border-radius: 100%;
    font-size: 19px;
}
ul.post-shares li.whatsapp a{
	font-size: 22px;
}
ul.post-shares li.twitter a,
ul.post-shares li.facebook a {
    background-color: #626262;
    color: #fff;
    line-height: 26px;
    height: 21px;
    font-size: 15px;
}
ul.post-shares li.print:hover a{
	color:#b92b27;
}
ul.post-shares li.email:hover a{
	color:#34465d;
}
ul.post-shares li.whatsapp:hover a{
	color:#25D366;
}
ul.post-shares li.twitter:hover a{
	background-color:#55acee;
}
ul.post-shares li.facebook:hover a{
	background-color:#3b5999;
}
ul.post-shares li.pdf:hover a{
	color:#D41F28;
}
ul.post-shares {
    text-align: right;
}
.bottom-shares-wrapper .post-shares li {
    display: inline-block;
    margin: 0 0 0 20px;
}

.bottom-shares-wrapper {
    margin: 40px auto;
}
.single .entry-content {
    position: relative;
	
	font-weight:normal;
}
.single .entry-content p{
	margin-bottom:20px;
	
    line-height: 28px;	
}
.entry-content.content-block a,
.single .entry-content p a{
	color:#be2f14
}
.entry-content.content-block a:hover,
.entry-content.content-block a:visited,
.single .entry-content p a:hover,
.single .entry-content p a:visited{
	color:#811c19
}
.entry-content.content-block a:hover,
.single .entry-content p a:hover {
    text-decoration: underline;
}
.single .entry-content p.wp-caption-text {
    margin-top: -25px;
	font-size: 14.5px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.66;
	letter-spacing: 0.4px;
	text-align: right;
	color: #000000;
}
.single .entry-content p:first-child::first-letter { 
	font-family: 'David Hadash W27 Script';
	font-size: 80px;
	font-weight: normal;
	/*font-style: italic;*/
	line-height: 0.39;
	color: #be2f14;
	margin: 12px 0px 12px 6px;
	float:right;	
}
.single .entry-content ul {
    list-style-position: outside;
    padding-right: 25px;
}
.single .entry-content ul li {
    list-style-type: none;
    position: relative;
}
.single .entry-content ul li:before {
	content: '';
	width: 5px;
	height: 5px;
	display: block;
	background-color: #000;
	position: absolute;
	top: 10px;
	right: -12px;
	border-radius: 100%;
}
.single .entry-content ul.post-shares li:before{
	display:none;
}
.entry-content > div {
    max-width: 100%;
}
.single .entry-content h4{
    max-width: 400px;
    font-family: 'David Hadash W27 Script';
    font-size: 24px;
    font-weight: normal;
    /*font-style: italic;*/
    font-stretch: normal;
    line-height: 1.42;
    letter-spacing: normal;
    text-align: right;
    color: #be2f14;
    margin: 30px -30px;
}
.entry-content > div.aligncenter {
    text-align: center;
    margin: 0 auto;
}
.single .entry-content h4:before{
	margin-bottom:30px;
}
.single .entry-content h4:after{
	margin-top:30px;
}
.single .entry-content h4:before,
.single .entry-content h4:after{
	content:'';
	height:1px;
	width:230px;
	background-color:#be2f14;
	display:block;
}
.single .entry-content h3{
	font-size: 22px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: 3px;
	text-align: right;
	color: #000000;
	margin:60px -30px 30px;
 
    font-family: 'EditorSansH', sans-serif; 
 
}
.single .entry-content h3 br{
	display:none;
}
.after-article-wrapper {
    /*max-width: 540px;*/
    margin: 60px auto 0;
}
.artcile-closer {
    border-top: 1px solid #626262;
    padding: 20px 0;
    border-bottom: 1px solid #626262;
    margin: 30px 0;
    font-size: 15px;
	
    font-family: 'EditorSansH', sans-serif; 	
}


.artcile-reply-box {
    margin: 60px -100px 40px;
    padding: 0;
    text-align: right;
}
div.more-comment:before {
    content: '';
    display: block;
	margin-top: -180px;
    padding-top: 180px;
    z-index: -1;
    position: relative;
}
div.more-comment {
    background-color: rgba(190, 47, 20, 0.05);
    padding: 30px 100px;
    position: relative;
    cursor: pointer;
}
.comment-anchor{
	margin-top:-55px;
	padding-top:55px;
}
.artcile-reply-box h3 {
    font-family: 'David Hadash W27 Script', sans-serif;
    font-weight: normal;
    /*font-style: italic;*/
    font-stretch: normal;
    line-height: 1.15;
    letter-spacing: normal;
    text-align: right;
    color: #000000;
    font-size: 20px;
}
.artcile-reply-box p {
    margin-bottom: 15px;
}
.single  .artcile-reply-box .writter-name {
    margin: 5px 0 0px;
    font-family: 'David Libre', serif;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.44;
    letter-spacing: 0.5px;
    text-align: right;
    color: #be2f14;
}
.comment-body {
    display: none;
}
div.more-comment:after {
    content: "\f0d9";
    display: inline-block;
    font-family: 'FontAwesome';
    font-size: 34px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    right: 35px;
    top: 25px;  
}
.more-comment.open:after {
    transform: rotate(-90deg);
}
.more-comment {
    margin: 30px 0 0;
}


.single .more-posts {
    position: relative;
    z-index: 9;
    background: #f7f5f5;
    padding: 60px 0;
}
.single .loadmore {
    position: relative;
    z-index: 9;
    background: #f7f5f5;
    margin-bottom: 60px;
    margin-top: 0;
}

ul.post-tags {
    margin: 0 -10px;
}
ul.post-tags li {
    display: inline-block;
    margin: 0 10px 0 0;
    font-family: 'David Libre', serif;
    font-size: 20px;
}
ul.post-tags li:after {
    content: '/';
    margin-right: 10px;
    font-size: 22px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.05;
    letter-spacing: 0.7px;
    text-align: right;
    color: #be2f14;
}
ul.post-tags li:last-child:after{
	display:none;
}
aside#text-8 {
    text-align: center;
}
ul.post-tags li a {font-weight: bold;font-style: normal;font-stretch: normal;line-height: 1.05;letter-spacing: 0.7px;text-align: right;color: #811c19;}
.textwidget a {
    font-stretch: normal;
    line-height: 1.21;
    letter-spacing: normal;
    text-align: right;
    color: #be2f14;
    font-family: 'EditorSansH', sans-serif;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
	display:block;
}
.textwidget p a:hover {
    text-decoration: underline;
}
/* Footnotes */
a.footnote-index {
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.15;
    letter-spacing: normal;
    text-align: right;
    color: #d51c1c;
    position: relative;
    top: -6px;
    left: 2px;
    margin-left: 0px;
    padding-bottom: 20px;
}
a.footnote-index:before {
	content: '[';
	margin-left: 0px;
}
a.footnote-index:after {
	content: ']';
	margin-right: 0px;
}
div.footnote-popup {
    position: absolute;
    z-index: 9;
	border-radius: 4px;
    /*width: 278px;*/
    width: 338px;
    box-shadow: 0 2px 10px 0 rgba(97, 67, 67, 0.3);
    border: solid 1px #efc4c4;
    background-color: #f7f5f5;
    padding: 26px 26px 16px;
    font-size: 14px;
    line-height: 19px;
	display:none;
}
div.footnote-popup p {
    margin-bottom: 10px;
}
div.footnote-popup a {
    color: #c53614;
}
div.footnote-popup i {
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -12px;
    width: 24px;
    height: 12px;
    overflow: hidden;
}
div.footnote-popup i::after {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    left: 50%;
    transform: translate(-50%,50%) rotate(45deg);
    background-color: #f7f5f5;
    box-shadow: 0 2px 10px 0 rgba(97, 67, 67, 0.3);
    border: solid 1px #efc4c4;
}
div#footnotes-end-article {
    margin-top: 60px;
}
.single .entry-content h3.fea-title {
    margin: 30px 0;
	font-size: 17px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.65;
	letter-spacing: normal;
	text-align: right;
	color: #353535;
}
a.fea-index {
    float: right;
    margin-left: 8px;
    color: #d51c1c;
    letter-spacing: 2px;
    direction: ltr;
}
.fea-item {
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 20px;
}
.single .entry-content .fea-item p {
    margin-bottom: 10px;
}
a.fea-index:before {
    content: "\f176";
    font: normal normal normal 10px/18px FontAwesome;
    margin-right: 1px;
    position: relative;
    bottom: 4px;
}
/* Single writer */
.single.single-writer .header-spacer {
    display: block;
}
.single.single-writer #menu-toggler span {
    background-color: #000;
}
body.single.single-writer #logo svg * {
    fill: #000;
}
.writer-grid-wrapper {
    display: flex;
    justify-content:space-between;
    /* max-width: 1365px; */
    margin: 70px auto 0;
    width: 90%;
}
.writer-bio {
    width: 35%;
}
.single .entry-content.writer-block {
    position: sticky;
    font-weight: normal;
    top: 190px;
}
.writer-articles {
    width: 60%;
}
.entry-content.writer-block h1 {
    font-family: 'David Libre', serif;
    font-size: 38.4px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.76;
    letter-spacing: 1px;
    text-align: right;
    color: #be2f14;
    margin-bottom: 34px;
}
.single .writer-articles .post-description {
    text-align: right;
}
@media only screen and (max-width: 1024px){
	a.click-down {
		bottom: 6vh;
	}
	
@-webkit-keyframes MoveUpDown {
  0%, 100% {
    bottom: 6vh;
  }
  50% {
    bottom: 6.6vh;
  }
}
@-moz-keyframes MoveUpDown {
  0%, 100% {
    bottom: 6vh;
  }
  50% {
    bottom: 6.6vh;
  }
}
@-o-keyframes MoveUpDown {
  0%, 100% {
    bottom: 6vh;
  }
  50% {
    bottom: 6.6vh;
  }
}
@keyframes MoveUpDown {
  0%, 100% {
    bottom: 6vh;
  }
  50% {
    bottom: 6.6vh;
  }
}
	
}
@media only screen and (max-width: 1550px){

	.writer-grid-wrapper {
		display: block;
		max-width: 75%;
	}	
	.writer-bio {
		width: 100%;
		margin-bottom: 80px;
	}
	.writer-articles {
		width: 100%;
	}
	
}
@media only screen and (max-width: 945px){
	
	.writer-grid-wrapper {
		max-width: 100%;
	}	
	a.click-down {
		bottom: 9vh;
	}
	.row.display-flex > [class*='col-']{
		width:49.9%
	}	
	.main-article-content-wrapper h1 span {
		position: absolute;
		left: 0;
		text-align: right;
	}	
	div#logo-leer img {
		margin-top: -5px;
	}
	.main-article-content-wrapper .writter-name {
		text-align: right;
	}
	header#masthead {
		padding: 10px 0 0;
	}
	#footer {
		margin-top: 0;
		padding: 60px 0;
	}
	nav#site-navigation {
	}
	nav#site-navigation ul {
	}
	.artcile-reply-box {
		margin: 20px 0;
		padding: 0;
	}
	div.more-comment {
		padding: 15px 30px;
	}
	.artcile-reply-box p {
		margin-bottom: 15px;
		font-size: 15px;
	}
	.main-article-block > a {
		display: block;
		margin: 0 auto;
		text-align: center;
	}	

	.banner-mask {
		width: 101%;
		height: 101%;
		right: -2px;
		top: -1px;
	}
	.main-artcile-banner {
		right: 0;
		transform: translateX(0%);
	}
	.main-article-content-wrapper {
		width: 70%;
		margin-top: -233px;
		position: relative;
		z-index: 1;
		right: 30%;

	}
	.entry-content.content-block {
		max-width: none;
	}
	
	/* Single */
	.single .entry-content p:first-child::first-letter { 
		margin: 12px  0px 2px 2px;	
	}	
	.entry-content img.full {
		width: auto;
		max-width: 100%;
		left: 0;
		right: 0;
		margin-left: 0;
		margin-right: 0;
	}
	.single .entry-content h4,
	.single .entry-content h3 {
		margin: 60px 0px 30px;
	}
	ul.post-shares {
		text-align: center;
	}	
	.bottom-shares-wrapper .post-shares li {
		margin: 0 10px 0 10px;
	}
	/* footnotes */
	div#footnotes-mobile-cover{
		display:none;
		opacity: 0.3;
		background-color: #531004;
		position: fixed;
		width: 100%;
		height:100vh;
		top: 0;
		left: 0;
		z-index:9998;		
	}
	div.footnote-popup {
		position: fixed;
		width: 100%;
		bottom: 0;
		left: 0;
		z-index:9999;
	}
	div.footnote-popup i{
		display:none;
	}

    .post-thumbnail-wrapper.feature-image-is-portrait{
        display: block;
    }
    .fimg-portrait{
        width: 100%;
        height: 66vh;
    }
    .titles-for-portrait{
        width: 100%;
    }
}

@media only print {
	
	/* Fixes for portrait posts */
    .only-for-printer {
        display: block;
    }
    .post-thumbnail-wrapper.feature-image-is-portrait {
        display: none;
    }
	/* End fixes */
    body
    {
		height:auto;
		min-height:none;
		max-height:none;
    }
	.single h1#entry-title{
		font-size: 50px;
		line-height: 1.1;
		padding: 30px 0;		
	}
	p.post-date {
		margin-bottom: 45px;
	}
	.single .post-description{
		/*line-height:1.4;	*/	
	}
	.single .entry-content p {
		margin-bottom: 20px;
		/*line-height:1.2;*/
	}
	.single .entry-content .wp-caption-text,
	.single .entry-content img{
		display:none;
	}
	.single .entry-content {
		font-size: 15px;
	}
	#printing-logo{
		display:block;
		text-align:center;
	}
	#printing-title{
		display: block;
		position: fixed;
		bottom: 0px;
		width: 100%;
		text-align: center;
		left: 0;
		line-height: 1;
		font-size: 10px;
	}
	span.main_banner_credit,
	#acp-toggle-toolbar.small, #acp-black-screen.active, #acp-toolbar.acp-toolbar-skin-2.active, #acp-toolbar,
	.more-posts, .post-thumbnail-wrapper img, .post-tags, .article-sidebar-wrapper, 
	iframe, #footer, .bottom-shares-wrapper, .top-shares-wrapper, 
	.content-push, .header-wrapper, .main-menu-wrapper{
		display:none !important;
	}
	.single-content-wrapper {
		padding: 0 40px;
	}
	.artcile-closer {
		padding: 30px 0;
		margin: 40px auto 30px;
		max-width: 100%;
	}	
	.single .entry-content h4, 
	.single .entry-content h3 {
		margin: 30px 0;
	}	
	a[href]:after {
		content: none !important;
	}	
	a.footnote-index:after {
		content: ']' !important;
	}	
	.decorated-divider {
	width: 100%;
    text-align: center;
    font-size: 16px;
    color: #000;
    background-image: url(https://hazmanhazeh.org.il/wp-content/uploads/2021/06/ddd.jpg) !important;
    height: 14px;
    background-position: 50% !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
	}
}


@media only screen and (max-width: 800px){
	.main-menu-wrapper {
		top: -100vh;
		height: 100vh;
		padding: 10px 20px;
	}
	a.rb-toggler {
		color: #000;
		font-size: 34px;
		margin-left: 10px;
		position: relative;
		top: -3px;
		display: inline-block;
	}
	h2.category-name {
		font-size: 43px;
	}	
	span.sheet-date {
		font-size: 22px;
		margin-right: 20px;
	}	
	section.results-block {
		padding-right: 0;
	}	
}
@media only screen and (max-width: 650px){
	
	.results-block-item {
		border-top: 0;
	}	
	.result-block .post-date{
		font-size:11px;
	}
	a.click-down {
		bottom: 5px;
	}
	div#logo-leer img {
		margin-top: -10px;
	}
	.row.display-flex > [class*='col-']{
		width:100%
	}		
	span.main_banner_credit {
		line-height: 1.35;
		padding: 0 10px;
		text-align: right;
	}	
	.mm-logo svg {
		display: none;
	}	
	.top-mm-block {
		line-height: normal;
		font-size: 14px;
	}	
	.mm-logo span.mobile-only {
		display: block;
		margin-bottom: -3px;
		font-family: 'David Libre', serif;
		font-weight: bold;
	}	
	.main-article-content-wrapper h1 span,
	.main-article-content-wrapper h1.white span {
		color: #000;
		text-shadow: none;
		-webkit-text-stroke: 0px;
	}	
	.mm-logo {
		float: none;
	}
	.ongo header#masthead {
		padding: 2px 0px;
	}
	.article-sidebar-wrapper {
		max-width: 92%;
	}
	#form-results .icon-search {
		left: 5px;
	}
	.main-menu-wrapper {
		top: -100vh;
		height: 100vh;
		padding:10px 20px;
	}	
	div#logo-leer {
		display:none;
		max-width: 100px;
		position: relative;
		top: 1px;
	}
	div#logo-leer svg {
		max-width: 100%;
		height: auto;
	}
	.single #entry-title {
		font-size: 30px;
		padding: 60px 0 30px;
	}
	.top-shares-wrapper {
		display: none;
	}
	.main-article-content-wrapper {
		width: 100%;
		margin-top: 36px;
		position: relative;
		z-index: 1;
		right: 0;
	}
	.main-article-content-wrapper h1.entry-title {
		min-height: 0;
		text-align: right;
	}
	.main-article-content-wrapper h1 span {
		position: relative;
		font-size: 30px;

	}
	.main-article-content-wrapper h1 a {
		position: relative;
		font-size: 30px;
	}
	.writter-name {
		font-size: 18px;
	}
	.more-posts-item .writter-name {
		margin: 10px 0 45px;
	}
	.main-article-content-wrapper .writter-name {
		padding: 15px 0;
		text-align: right;
	}
	.post-description {
		font-size: 18px;
	}
	#footer {
		margin-top: 0;
		padding: 30px 0 0;
	}	
	aside#text-6 {
		margin-bottom: 20px;
		padding-bottom: 20px;
	}
	aside#text-7 {
		padding-top: 60px;
		float: none;
		text-align: center;
	}
	#footer aside#text-7 img {
		float: none;
	}
	span.credits-div {
		display: block;
	}
	span.cd-mark {
		display: none;
	}
	.content-push,
	.post-thumbnail-wrapper {
		height: 55vh;
	}
	.single .post-description {
		/*text-align: right;*/
	}
	.top-mm-block span {
		margin-right: 0;
	}
	.main-menu-block {
		padding: 40px 0 0;
		margin: 0 -15px;
	}
	ul#menu-main li {
		display: block;
		font-family: 'David Libre';
		font-size: 20px;
		font-weight: normal;
		font-style: normal;
		font-stretch: normal;
		line-height: 0.82;
		letter-spacing: normal;
		text-align: right;
		color: #ffcdcd;
		margin-bottom: 30px;
	}
	input#s {
		font-size: 20px;
	}

	section#results-block {
		margin: 50px 0;
		min-height: 20vh;
	}
	.icon-search {
		top: 0px;
	}
	nav#site-navigation ul {
		margin-bottom: 40px;
	}	
	a.close-mmw {
		top: 0;
		position: absolute;
		left: 10px;
	}
	.popup-sidebar-wrapper .widget_text {
		width: 92%;
	}
	
	div.more-comment:after {
		font-size: 19px;
		right: 10px;
		top: 13px;
	}	
	
}
@media only screen and (max-width: 400px){
	nav#site-navigation ul {
		margin-bottom: 100px;
	}
}


/* Cookie Consent Banner */
.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to left, rgba(107, 107, 107, 0.8745098039), rgba(123, 123, 123, 0.8901960784));
  z-index: 9999;
  display: none;
  color: white;
}

.cookie-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  gap: 20px;
}

.cookie-text {
  flex: 1;
  font-size: 14px;
  line-height: 1.6;
}

/* RTL support */
html[dir=rtl] .cookie-text {
  text-align: right;
}

html[dir=ltr] .cookie-text {
  text-align: left;
}

.cookie-privacy-link {
  color: inherit;
  text-decoration: underline;
}

.cookie-privacy-link:hover {
  opacity: 0.8;
}

.cookie-buttons {
  display: flex;
  gap: 15px;
}

.cookie-banner .btn {
  padding: 10px 30px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
}

.cookie-banner .btn-accept {
  background-color: #396F90;
  color: white;
}

.cookie-banner .btn-accept:hover {
  background-color: #2d5973;
}

@media (max-width: 768px) {
  .cookie-content {
    flex-direction: column;
    padding: 15px 20px;
  }
  .cookie-buttons {
    width: 100%;
    justify-content: center;
  }
}/*# sourceMappingURL=nr-custom.css.map */