@charset "UTF-8";
/*
Theme Name: maakaf theme
Author: FatFish https://www.fatfish.co.il/
Author URI: https://wordpress.org/
 */

/* @font-face {
  font-family: "Alef";
  font-weight: 400;
  src: url("./fonts/Alef-regular.woff") format("woff");
}
@font-face {
  font-family: "Alef";
  font-weight: 600;
  src: url("./fonts/Alef-bold.woff") format("woff");
}*/
@font-face {
  font-family: "Suez_One";
  font-weight: 100;
  src: url("./fonts/SuezOne-Regular.ttf") format("woff");
} 
@font-face {
  font-family: "HadassahFriedlaender-Light";
  font-weight: 100;
  src: url("./fonts/HadassahFriedlaender-Light.woff") format("woff");
}
@font-face {
  font-family: "HadassahFriedlaender-Medium";
  font-weight: 100;
  src: url("./fonts/HadassahFriedlaender-Medium.woff") format("woff");
}
@font-face {
  font-family: "Hadassa-regular";
  font-weight: 100;
  src: url("./fonts/HadassahRegular.woff2") format("woff2");
}
body[class],
button,
input,
select,
optgroup,
textarea{
  color: #404040;
  font-family: "Suez_One", sans-serif !important;
  font-size: 22px;
}
a{
  color: #404040;
  font-family: "Suez_One", sans-serif !important;
  font-size: inherit;
}
button:focus{
  outline:none;
}
a:hover{
  color: #404040;
  text-decoration: none;
  opacity: 0.8;
}
/* a:hover > .issue_title,
a:hover >.line_with_text,  */
input.wpcf7-form-control.wpcf7-submit:hover{
  opacity: 0.8;
}
/* a:hover .title ,
a:hover .author {
  opacity: 0.8;
} */
body[class]{
  text-align: left;
  direction: ltr;
}
.content{
  padding: 30px;
}
.wrap_post_content{
    padding-top: 119px;
}
@media (max-width: 992px) {
.only_desk{
  display: none !important;
}
}
@media (min-width: 993px) {
  .only_mobile{
    display: none !important;
  }
  body {
    padding-top: 117px;
  }    
  body header.site-header{
  /* body.page-template-previous_issues-page header.site-header,body.page-template-articles_collection-page header.site-header{ */
    position: fixed;
    width: 100%;
    top: 0;
    background-color: white;
    z-index: 99;
    height:117px;
  }

 
  /* body.page-template-previous_issues-page .lang_share,body.page-template-articles_collection-page .lang_share{
    padding-top: 137px;
  } */

}
.wp-block-image figcaption{
  font-size: 12px;
}
.wp-block-image img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.wp-block-image figure{
  width: 100%;
}
.post_content P{
  text-align: justify;
}
.post_content P.has-text-align-right {
  text-align: right;
}
.post_content P.has-text-align-left {
  text-align: left;
}
.post_content P.has-text-align-center {
  text-align: justify;
}
.post_content iframe{
  max-width: -webkit-fill-available;
}
.post_content .has-normal-font-size a{
  /* font-size: 16px; */
  font-size: inherit;
  text-decoration: underline;

}
/* header */
header img{
  vertical-align: bottom;
}
.site-header .content.top_tow{
  display: flex;
  align-items:center;
  border-bottom: 1px solid #7f7f7f;
  padding-bottom: 11px;
}
.menu-toggle{
  background-color: transparent;
  border: none;
  outline:none;
  height: 100%;
  float: left !important;
}
.menu-toggle .hamburger-box {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 24px;
}
/*Start Hamburger click animation*/

.menu-toggle .hamburger-inner,
.menu-toggle .hamburger-inner:after,
.menu-toggle .hamburger-inner:before {
  content: "";
  display: block;
  position: absolute;
  width: 40px;
  height: 4px;
  transition-timing-function: ease;
  transition-duration: 150ms;
  transition-property: transform;
  border-radius: 4px;
  background-color: #757575;
}

.menu-toggle .hamburger-inner {
  top: 50%;
  display: block;
  margin-top: -2px;
  transition-timing-function: cubic-bezier(.55,.055,.675,.19);
  transition-duration: 75ms;
}
.menu-toggle .hamburger-inner:before {
  transition: top 75ms ease 120ms,opacity 75ms ease;
  top: -10px;
}

.menu-toggle .hamburger-inner:after {
  bottom: -10px;
  transition: bottom 75ms ease 120ms,transform 75ms cubic-bezier(.55,.055,.675,.19);
}

/*Start IsActive*/
.menu-toggle.open .hamburger-inner {
  transition-delay: 120ms;
  transition-timing-function: cubic-bezier(.215,.61,.355,1);
  transform: rotate(45deg);
}

.menu-toggle.open .hamburger-inner:before {
  top: 0;
  transition: top 75ms ease,opacity 75ms ease 120ms;
  opacity: 0;
}
.menu-toggle.open .hamburger-inner:after {
  bottom: 0;
  transition: bottom 75ms ease,transform 75ms cubic-bezier(.215,.61,.355,1) 120ms;
  transform: rotate(-90deg);
}
/*End IsActive*/
/*End Hamburger click animation*/

.menu-toggle:focus{
  background-color: transparent;
  border: none;
  outline:none;
}
/*Start animation*/
.main-navigation{
      z-index: 99;
      opacity: 0;
      /* background-color: white; */
      position: absolute;
      /* display: none; */
      transition: all .3s ease;
      top: 170px;
      overflow: hidden;
      visibility: hidden;
}
.main-navigation.open{
  opacity: 1;
  transition: all .45s ease;
  visibility: visible;
}
.main-navigation .menu{
  transform: translateX(-100%);
  transition: all 0.4s ease-out;
}
.main-navigation.open .menu{
  transform: translateX(0%);
}
body.rtl .main-navigation .menu{
  transform: translateX(100%);
  transition: all 0.4s ease-out;
}
body.rtl .main-navigation.open .menu{
  transform: translateX(0%);
}
/*End animation*/
.main-navigation ul{
  padding-right: 21px;
  padding-left: 21px;
}
.main-navigation li{
  list-style-type: none;
  padding-bottom: 3px;
}
.main-navigation li a{
  font-weight: 600;
  font-size: 22px;
}
.svt_logo{
  text-align: right;
}
.site-header .page_title{
  text-align: center;
  margin-top: 2em;
  /* align-self: flex-end; */
}
.site-header .page_title a{
  color: #f67061;
  font-size: 28px;
  /* font-weight: bold; */
  position: absolute;
  bottom: 0;
  text-align: center;
  left: 0;
  right: 0;
  line-height: 1;
  animation: fadeIn 1.5s 0s 1 normal forwards ease-out;
}
body.animatingOut .site-header .page_title a{
  animation: fadeOut 1.5s 0s 1 normal forwards ease-out;
}

/* header lang & share */
a.content_link{
  width: 33px;
  height: 34px;
  background-repeat: no-repeat;
  /* background-image: url(https://www.maakaf.co.il/wp-content/uploads/2021/04/unnamed.2.png); */
  background-image: url(https://www.maakaf.co.il/wp-content/uploads/2021/05/Asset-78.png);

  
}
footer a.content_link{
  width: 49px;
  height: 44px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  /* background-image: url(https://www.maakaf.co.il/wp-content/uploads/2021/04/unnamed.2.png); */
  background-image: url(https://www.maakaf.co.il/wp-content/uploads/2021/05/Asset-78.png);

  margin: 20px 10px;
}
.wpml-ls .wpml-ls-current-language, .wpml-ls span.wpml-ls-display{
  display: none !important;
}
.wpml-ls span{
  font-weight: bold;
}
.lang_share{
  direction: rtl;
}
.lang_share .addthis_tool{
  z-index: 99;
}
.at-icon {
  fill: #bbbbbb !important;
}
.at-share-btn {
  background-color: transparent !important;
  z-index: 99;
}
.at-share-btn.at-svc-facebook span.at-icon-wrapper{
  filter: invert(1);
}
.at-share-btn span.at-label{
  display: none;
}
/* end header lang & share */


/* end header */


/* post */
.post_container{
  max-width: 81%;
  text-align: justify;
  margin: 0 auto;
}
.post_container.cat_content{
  max-width: 100%;

}
.post_top_description{
  text-align: center;
  opacity: 1 !important;
}
img.issue_img {
  /* min-height: 170px;
  height: 170px; */
  height: 14.5vh;
  width:auto;
  max-width:100%;
  object-fit: cover;
  transition: all 0.3s ease;
  opacity: 1;
  transform: scale(1);

}
.post_top_description:hover  img.issue_img{
  opacity: 0.7;
  transform: scale(1.1);
}

.post_top_description .title{
  font-size: 19px;
  /* font-size: 25px; */

  font-weight: 100;
  color:#000000b3;
}
.single-post .post_top_description .title{
  /* font-size: 19px; */
  font-size: 25px;

  font-weight: 100;
  color:#000000b3;
}
body.rtl .post_top_description .title{
   font-size: 20px;
   /* font-size: 26px; */

}
body.rtl.single-post .post_top_description .title{
  /* font-size: 20px; */
  font-size: 26px;

}
body .post_top_description .author,body .post_top_description .top_title,body .post_top_description .sub_title{
  font-weight: 100;
  font-size: 16px;

  /* font-size: 22px; */
  color: #00000099;
  margin: 0 9px;
}

body.single-post .post_top_description .author,body.single-post .post_top_description .top_title{
  font-weight: 100;
  /* font-size: 16px; */

  font-size: 22px;
  color: #00000099;
  margin: 0 9px;
}
body.single-post .post_top_description .sub_title{
  font-weight: 100;
  font-size: 22px;
  /* color: #00000099; */
  color: #000000b3;
  margin: 0 9px;
}
@media (max-width: 992px){
 
  body .post_top_description .author{
    /* font-size: 28px !important; */
    font-size:38px !important;
  } 
  body.rtl .post_top_description .author{
    /* font-size: 28px !important; */
    font-size:39px !important;
  }
 body .post_top_description .sub_title{
    font-size: 26px !important;
    
  }
  body .post_top_description .top_title{
    /* font-size: 28px !important; */
    font-size:38px !important;
    
  }
  body.rtl .post_top_description .top_title{
    /* font-size: 28px !important; */
    font-size:39px !important;
    
  }
  .post_top_description .title{
    /* font-size: 32px !important; */
    font-size: 41px !important;

  }
  body.rtl .post_top_description .title{
    /* font-size: 32px !important; */
    font-size: 42px !important;

 }
}
body.rtl .post_top_description .author,body.rtl .post_top_description .top_title,body.rtl .post_top_description .sub_title{
  font-size: 17px;
  /* font-size: 23px; */

}
body.rtl.single-post .post_top_description .author,body.rtl.single-post .post_top_description .top_title,body.rtl.single-post .post_top_description .sub_title{
  /* font-size: 17px; */
  font-size: 23px;

}

@media (max-width: 992px){

}
body .post_top_description .top_title{
  display: inline-block;
}
.post_container .post_content{
  padding-top: 43px !important;
  color: #404040;
  font-family: "HadassahFriedlaender-Light", sans-serif !important;
}
.post_container.cat_content{
  color: #404040;
  font-family: "HadassahFriedlaender-Light", sans-serif !important;
  /* max-width: 58%; */
}
.more_post{
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  padding: 40px;
}
.more_post.title_cat{
  padding-top: 0;
}
.more_post.title_cat.maakaf_issue{
  padding: 50px 0;
  padding-top: 50px;
}
/* slick */
button.slick-arrow{
  color: white;
  background-color: white;
  border-color: white;
  border: none;
}
button.slick-prev.slick-arrow{
  display: inline-block;
  height: 100%;
  position: absolute;
  right: -87px;
}

button.slick-next.slick-arrow{
  display: inline-block;
  height: 100%;
  position: absolute;
  left: -64px;
  top: 0;
}
button.slick-next.slick-arrow:before,button.slick-prev.slick-arrow:before{
  position: absolute;
  top: 0;
  background-repeat: no-repeat;
  color: transparent;
  content: 'AS YOU LIKE';
  margin-top: 44px;
  background-image: url(https://www.maakaf.co.il/wp-content/uploads/2020/11/Selection_182.png);
}
button.slick-prev.slick-arrow:before{
  background-image: url(https://www.maakaf.co.il/wp-content/uploads/2020/11/Selection_183.png);
}
button.slick-next.slick-arrow:hover:before,button.slick-prev.slick-arrow:hover:before{
  opacity: 0.8;
}
div#more_posts_slider {
  display: block;
  text-align: center;
}
.item-icon {
  text-align: center;
  /* padding-bottom: 100px; */
  /* padding: 3vh 15px; */
  padding:3vh 15px 0.5vh;
  display: inline-block;
  vertical-align: top;
}
.item-icon.col-md-4{
  max-width: 32.333333%;
}

.item-icon .post_img{
  /* margin: 0 auto;
  height: 160px;
  object-fit: cover; */
  height: 14.5vh;
    width: auto;
    max-width: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
    opacity: 1;
    transform: scale(1);
}
.item-icon .author{
  display: block;
}
.item-icon .line_with_text{
  line-height: 1;
}
.item-icon .line_with_text img{
  display: inline-block;
}
.item-icon .issue_title{
  color: #404040;
  font-size: 23px;
  font-weight: bold;
  line-height: 1;
}
/* post item-icon */

/*end post */

/* tax-issue */
.home .wrap_issue,
.tax-issue .wrap_issue,
.category_container {
    margin: 0 auto;
    max-width: 80%;
    display: block;
    text-align: center;
  }
/*end tax-issue */

/* previous issues page */
@keyframes slideUp {
  0%   { transform:translateY(100vh); }
  100% { transform:translateY(0vh); }
}
.page-template-articles_collection-page .prev_content,
.page-template-previous_issues-page .prev_content{
  animation: slideUp 1.5s 0s 1 normal forwards ease-out;
  
}
.page-template-previous_issues-page .prev_arrow,.page-template-articles_collection-page .prev_arrow{
  flex: 0 0 21%; 
  border-right: 1px solid #a9a3a3;
  min-height: 100vh;
}
/* .prev_issue_content{
  margin-top: -96.25px;
} */
.prev_arrow img{
  transform: rotate(90deg);
  padding-top: 0;
  padding-left: 82px !important;
}
.prev_content{
  padding-top:20px;
  /* padding-top: 146px; */
  /* margin-left: -78px; */
  margin-left: -115px;
  z-index: 9;
}
.issue_wrap{
  display: block;
  position: relative;
  margin-bottom: 102px;
  max-width: 50%;
  opacity:1;
}
.issue_wrap img{
  /* display: inline-block;
  max-width: 129px;
  transition:all 0.3s ease;
   */
   height: 14.5vh;
   width: auto;
   max-width: 100%;
   object-fit: cover;
   transition: all 0.3s ease;
   opacity: 1;
   transform: scale(1);
   /**/
   min-width: 114px;
   display: block;
   margin: 0 auto;
}
.image_wrap{
  width: 200px;
}
.issue_wrap img.article_collection_page{
   min-width: 174px;
}
.issue_wrap:hover img{
  transform: scale(1.1);
}

.issue_wrap .issue_description{
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  /* padding-left: 83px; */
  padding-left: 200px;

}
.issue_name .name,.issue_name .description{
  display: inline-block;
  /* font-weight: bold; */
  font-size: 20px;
  font-weight: 100;
}
.issue_name .name{
  color:#258530;
  padding-right: 6px;
}
.issue_date{
  font-family: "HadassahFriedlaender-Light";
  font-size: 17px;
  /* font-size: 18px; */
font-weight: 100;
  color: #00000099;
}
.title_cat{
  font-size: 26px;
  font-weight: 100;
  color: #000000b3;
}
/*Page Animation for issue links*/
@keyframes fadeIn {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes fadeOut {
  0%   { opacity: 1; }
  100% { opacity: 0; }
}

@keyframes flipOutY {
  0% {
    transform: perspective(400px)
  }

  /* 30% {
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1
  } */

  to {
    transform: perspective(400px) rotateY(90deg);
    /* opacity: 0 */
  }
}

@keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    /* opacity: 0; */
    animation-timing-function: ease-in;

  }

  /* 40% {
    transform: perspective(400px) rotateY(0deg);
    animation-timing-function: ease-in
  } */

  /* 60% {
    transform: perspective(400px) drotateY(0eg);
    opacity: 1
  } */

  /* 80% {
    transform: perspective(400px) rotateY(-5deg)
  } */

  to {
    transform: perspective(400px);
    animation-timing-function: ease-in;

  }
}
@media (min-width:992px){
  .wrap_issue>*:not(.issue_links){
    /*Flip animation*/
    animation-fill-mode: both;
    animation-duration: 1s;
    animation-name: flipInY;
    backface-visibility: visible;
    /*End Flip animation*/
  }
  
  .wrap_issue.slide-left>*:not(.issue_links),
  .wrap_issue.slide-right>*:not(.issue_links){
    /*Flip animation*/
    animation-fill-mode: both;
    animation-duration: 1s;
    animation-name: flipOutY;
    backface-visibility: visible;
    /*End Flip animation*/
  }
}
/*Fade Animation*/
/* .wrap_issue>*:not(.issue_links){
  animation: fadeIn 1.5s 0s 1 normal forwards ease-out;
}
.wrap_issue.slide-left>*:not(.issue_links),
.wrap_issue.slide-right>*:not(.issue_links){
  animation-name: fadeOut;
} */
/*End Fade Animation*/

/*Slide animation*/
/* .wrap_issue.slide-left,
.wrap_issue.slide-right{
}
.wrap_issue>*:not(.issue_links){
  transform: translate(0vw);
  transition:transform 1.5s ease-in;
  will-change: transform;
}
.wrap_issue.slide-left>*:not(.issue_links){
  transform: translateX(-100vw);

}
.wrap_issue.slide-right>*:not(.issue_links){
  transform: translateX(100vw);
} */
/*End slide animation*/

/* issue links */
.issue_links{
  display: block;
  width: 100%;
  max-width: 92%;
  margin: 0 auto;
}

.issue_links .prev_link,.issue_links .next_link{
  color: #258530;
  /* font-size: 28px; */
  font-weight: bold;
  position: absolute;
  bottom: 10vh;
  width: 51px;
  min-height:51px;
  font-size: 0;
}
.issue_links .prev_link{
  left:4%;
}
.issue_links .next_link{
  right:4%;
}
.issue_links .next_link::after,.issue_links .prev_link:after{
  content: '';
  z-index: -1;
  max-width: 33px;
  width: 51px;
  height: 64px;
  background-size: 37px 55px;
  background-repeat: no-repeat;
  display:inline-block;
}

.issue_links .prev_link::after{
  background-image: url(https://www.maakaf.co.il/wp-content/uploads/2020/11/Selection_189.png);
}
.issue_links .next_link::after{
  background-image: url(https://www.maakaf.co.il/wp-content/uploads/2020/11/Selection_188.png);
}

/* end previous issues page */
.page-template-articles_collection-page .site-header .page_title a,
.page-template-previous_issues-page .site-header .page_title a,
.archive.category .site-header .page_title a  {
  color: #258530;
}

/* page */
.page_content {
  padding-top: 46px;
}
.page_content strong,.post_content strong{
  font-family: "Hadassa-regular", sans-serif !important;
  font-weight: bold;
}
.page_title{
  color: #404040;
  font-weight: 400;
  font-size: 24px;
  font-family: "Suez_One", sans-serif !important;
}
.page_content > * {
  font-size: 24px;
  /* font-weight: 600; */
  font-family: "HadassahFriedlaender-Light", sans-serif !important;
  color:#404040;
}


/* page content */

.page-template-content-page .post_container .page_title{
  padding-bottom: 35px;
}
form.wpcf7-form.init {
  padding-bottom: 83px;
}
.page-template-content-page label{
  color: #404040;
  font-weight: 400;
  font-size: 17px;
  font-family: "HadassahFriedlaender-Medium", sans-serif !important;
}
input.wpcf7-form-control.wpcf7-submit {
  color: white;
  background-color: #333333;
  border: none;
  padding: 9px;
  font-size: 18px;
}
.page_content .col-md-6 input{
  max-width: 79%;
}
textarea.wpcf7-form-control.wpcf7-textarea,span.wpcf7-form-control-wrap.your-message,.content-message{
width:100%
}
.details {
  padding-top: 26px;
  padding-bottom: 120px;
  border-top: 1px solid;
}
.detail_item {
  display: inline-block;
  padding: 3px;
  font-size: 17px;
  font-weight: 400;
}
.detail_item:after {
  content: "|";
  margin-left: 6px;
}
.detail_item:last-child:after {
 display: none;
}
/* footer */
.footer_text{
  text-align: center;
  margin-top: 99px;
}
.footer_text a ,.footer_text span{
  font-size: 12px;
}

/* rtl header */
body.rtl[class]
 {
  text-align: right;
  direction: rtl;
}
body.rtl .menu-toggle{
  float: right !important;
}
body.rtl .svt_logo{
  text-align: left;
}
body.rtl .site-header .content.top_tow{
  padding-bottom: 16px;
}
.lang_share{
 direction: rtl;
  float: right;
}
body.rtl .lang_share{
  direction: ltr;
  float: left;
}
body .at-resp-share-element .at-share-btn:focus,body .at-resp-share-element .at-share-btn:hover {
  transform: translateY(0px);
}
.lang_share .addthis_tool,
.lang_share .wpml-ls-legacy-list-horizontal {
    display: inline-block;
    vertical-align: middle;
}
.lang_share.only_desk .at-share-btn {
  padding: 0;
}
.lang_share.only_desk .at-share-btn:focus {
  outline:none;
}
/*end rtl header */
/* rtl previous issues page */

/*end rtl previous issues page */
body.rtl.page-template-previous_issues-page .prev_arrow,body.rtl.page-template-articles_collection-page .prev_arrow{
  flex: 0 0 21%;
  border-right: 0;
  border-left: 1px solid #a9a3a3;
  min-height: 100vh;
}
body.rtl .prev_arrow img{
  padding-left: 0;
  padding-top: 47px;
  padding-right: 23px;
}
body.rtl .prev_content{
  margin-left: 0;
  /* margin-right: -82px; */
  margin-right: -115px;

}
body.rtl .issue_wrap .issue_description{
  padding-left: 0;
  /* padding-right: 83px; */
  /* padding-right: 65px; */
  padding-right: 200px;
  
}

body.rtl .issue_name .name{
  padding-right: 0;
  padding-left: 6px;
}
/* issue links */
.wpml-ls-legacy-list-horizontal{
  padding: 0 !important;
}
/* page content */
body.rtl .page_content > * {
  direction: rtl;
}
body.rtl input.wpcf7-form-control.wpcf7-submit{
  padding: 9px 20px;
  float: left;
}
body.rtl .detail_item:after {
  margin-left: 0px;
  margin-right: 6px;
}
.wpcf7-response-output,.wpcf7-response-output {
  border-color: #258530 !important;
  color: #258530 !important;
}
.wpcf7-not-valid-tip{
  color: #258530 !important;
}
@media (max-width: 1350px) {
  body:not(.rtl).page-template-previous_issues-page .prev_arrow, .page-template-articles_collection-page .prev_arrow{
    flex: 0 0 25%;
  }
}
@media (max-width: 1233px) {
  button.slick-prev.slick-arrow{
    right: -37px;
  }
  button.slick-next.slick-arrow{
    left: -37px;
  }
}
@media (max-width: 1199px) {
  .page_content .col-md-6 input{
    max-width: 66%;
  }
}

@media (max-width: 1105px) {
  .page-template-content-page label {
    max-width: 100%;
}
.page_content .col-md-6 input {
  max-width: 100%;
}
}


@media (max-width: 992px) {
.site-header .page_title a{
  position: inherit;
}
.mobile_header{
    padding: 54px;
    padding-bottom: 84px;
    padding-top: 92px;
    background-color: #f7f7f7;
}
.top_mobile_header{
  padding-bottom: 5px;
}
.main-navigation {
  background-color: #f7f7f7;
  top: 227px;
  right: 0;
  width: 100%;
  border-top: 1px solid;
}
.main-navigation ul{
  padding-right: 50px;
  padding-left: 50px;
  padding-bottom: 100px;
  min-height: 100vh;
  
}
.main-navigation li{
  padding: 50px;
  padding-bottom: 3px;
}
.main-navigation li a{
  font-size: 46px;
  color: #757575;
}
body.rtl .main-navigation li a{
  font-size: 48px;
}
.wrap_nav{
  display: inline-block;
}
.wpml-ls-legacy-list-horizontal{
  float: right;
  top: 0;
}
body.rtl .wpml-ls-legacy-list-horizontal{
  float: left;
  top: 0;
  display: none;
}
.wpml-ls-legacy-list-horizontal{
  display: none;
}
.wpml-ls-legacy-list-horizontal a span{
  font-size: 44px;
}
.maakaf_logo{
text-align: center;
}
.svt_logo .logo_img{
 
}
.site-header .page_title {
  text-align: center;
  padding: 2.5em 0;
  border-bottom: 1px solid;
  margin-top: 0;
}
.content{
  padding: 50px;
}
/* content */
.tax-issue .wrap_issue{
  max-width: 100% !important;
  padding-top: 110px;
  padding-bottom: 110px;
}
.item-icon.col-12{
  flex: 0 0 100% !important;
  max-width: 100% !important;
}
.prev_issue_content {
  margin-top: 0;
  width: 100%;
  margin: 0;
}
.prev_content {
  width: 100% !important;
  flex: 0 0 100%;
  max-width: 100%;
  margin: 0 !important;
  padding: 50px 50px 300px;
}
.issue_wrap{
  max-width: 100%;
  border-bottom: 1px solid;
  margin-bottom: 0;
  padding: 43px 0;
}

/* previous issues */
.page-template-previous_issues-page .site-header .page_title a{
  color: #26852f !important;
  font-size: 48px;
}
.issue_name .name{
  font-size: 37px;
}
.issue_name .description{
  display: block;
}
.issue_date{
  font-size: 24px;
  font-family: "HadassahFriedlaender-Light", sans-serif !important;
}
.container.wrap_post_content{
  max-width: 100%;
}
.site-header .page_title a{
  font-size: 48px;
  font-weight: 100;
  /* color: #404040 !important; */
}
.post_top_description .top_title{
  padding-top: 25px;
  font-size: 30px;
}
.post_top_description .author{
  font-size: 28px;
}
.post_container .post_content{
  font-size: 38px;
}
div#more_posts_slider{
  padding-bottom: 227px;
}
/* footer */
.footer_share.only_mobile{
  position: fixed;
  top: 100%;
  transform: translateY(-100%);
  z-index: 99;
  width: 100%;
  background-color: #f7f7f7;
  text-align: center;
  padding: 38px;
  /* height: 292px; */
}
.footer_share.only_mobile .addthis_tool{
  display: inline-block;
}
.footer_share.only_mobile .at-icon-wrapper{
  line-height: 0;
  height: 80px;
  width: 80px;
  margin-right: 0 !important;
}
.footer_share.only_mobile  span.at-icon-wrapper,.footer_share.only_mobile  span.at-icon-wrapper svg{
  width: 100% !important;
  height: 100% !important;
}
.only_mobile .page_title .next_link{
  float: left;
  margin-left: 40px;
}
.only_mobile .page_title .next_link img{
  transform: rotate(180deg);
  margin-top: -10px;
}
body.rtl .only_mobile .page_title .next_link{
  float: right;
  margin-right: 40px;
  margin-left: auto;
}
body.rtl .only_mobile .page_title .next_link img{
  transform: rotate(0deg);
  margin-top: 0px;
}
a.next_link.arrow_n_hidden ,a.prev_link.arrow_p_hidden{
  opacity: 0;
  visibility: hidden;
}
.only_mobile .page_title .prev_link{
  float: right;
  margin-right: 40px;
}
.only_mobile .page_title .prev_link img{
  transform: rotate(180deg);
  margin-top: -10px;
}
body.rtl .only_mobile .page_title .prev_link{
  float: left;
  margin-left: 40px;
  margin-right: auto;
}
body.rtl .only_mobile .page_title .prev_link img{
  transform: rotate(0deg);
  margin-top: 0px;
}
body.single-post .item-icon{
  max-width: 81%;
  margin: 0 auto;
  border-bottom: 1px solid;
  padding-top: 61px;
  padding-bottom: 61px;
}
body.single-post .post_container{
  border-bottom: 1px solid;
  padding-bottom: 32px;
}
body.single-post .more_post{
  padding-bottom: 0;
}
/* page */
.page-template-default .container{
  max-width: 100%;
}
.page-template-default .third_mobile_header.only_mobile{
  display: none;
}
.page-template-default .post_container .page_title {
  padding-top: 63px;
  font-size: 43px;
}
.page_content > *,a {
  font-size: 35px;
}

/* content page */
.page-template-content-page .container{
  max-width: 100%;
  padding: 0;
}
.page-template-content-page .post_container{
  max-width: 100%;
}
form.wpcf7-form.init {
  padding-bottom: 83px;
  max-width: 80%;
  margin: 0 auto;
}

/* content page */
.page-template-content-page .third_mobile_header.only_mobile{
  display: none;
}
.page_content .col-md-6 input {
  max-width: 100%;
  width: 100%;
  height: 100%;
  min-height: 64px;
}  
.page_content .col-md-6{
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.page-template-content-page label {
max-width: 100%;
width: 100%;
/* padding-top: 23px; */
}
div#wpcf7-f274-p59-o1,div#wpcf7-f294-p222-o1{
  border-bottom: 1px solid;
}
div#wpcf7-f295-p222-o2,div#wpcf7-f281-p59-o2{
  padding-top: 93px;
}
.details {
  margin: 0 auto;
  padding-bottom: 120px;
  border-top: 1px solid;
  padding-top: 44px;
}
.detail_item {
  display: block;
  padding: 3px;
  max-width: 80%;
  margin: 0 auto;
  font-size: 28px;
}
.detail_item:after{
  display: none;
}
}
@media print {
  body[class],
button,
input,
select,
optgroup,
textarea,
a{
  font-size: 18px;
}
.wrap_nav, .svt_logo,.lang_share,.more_post,.more_posts.row,.footer_share,.wpml-ls-statics-shortcode_actions,.prev_link,.next_link,.item-icon{
  display: none;
}
.maakaf_logo img {
  width: 25%;
  padding: 0;
}

.site-header .page_title a {
  font-size: 22px;
}
.site-header .page_title{
  border: none;
  padding: 0;
}
.post_container .post_content {
  font-size: 25px;
}
}
.has-normal-font-size{
font-size: 13px
}
.mail_font{
       font-family: "HadassahFriedlaender-Light", sans-serif !important;
}
.post-template-articles_collection_post .title{
    font-weight: bold;
    font-family: "Suez_One", sans-serif !important;
    font-size: 22px;
}

.at-share-btn-elements .at-svc-print .at-icon-wrapper{
  /* background-image: url(https://www.maakaf.co.il/wp-content/themes/maakaf%20theme/inc/maakaf-icon.svg); */
  background-image: url(https://www.maakaf.co.il/wp-content/uploads/2021/05/Asset-80.png);
  background-repeat: no-repeat;
  background-size: 22px;
  height: 29px !important;
  background-position: center;
}
/**/
.at-share-btn-elements .at-svc-facebook .at-icon-wrapper{
  /* background-image: url(https://www.maakaf.co.il/wp-content/themes/maakaf%20theme/inc/maakaf-icon.svg); */
  background-image: url(https://www.maakaf.co.il/wp-content/uploads/2021/05/Asset-76.png);
  background-repeat: no-repeat;
  background-size: 13px;
  height: 29px !important;
  background-position: center;
}
.at-share-btn-elements .at-svc-facebook .at-icon-wrapper path {
  display: none;
}
.at-share-btn-elements .at-svc-facebook .at-icon-wrapper:active{
  background-image: url(https://www.maakaf.co.il/wp-content/uploads/2021/05/Asset-79.png);
  background-repeat: no-repeat;
  background-size: 13px;
  height: 29px !important;
  background-position: center;
}
.at-share-btn-elements .at-svc-print .at-icon-wrapper:active{
  /* background-image: url(https://www.maakaf.co.il/wp-content/themes/maakaf%20theme/inc/maakaf-icon.svg); */
  background-image: url(https://www.maakaf.co.il/wp-content/uploads/2021/05/Asset-77.png);
  background-repeat: no-repeat;
  background-size: 22px;
  height: 29px !important;
  background-position: center;
}
/**/
svg.at-icon.at-icon-print{
  display: none;
}

@media (max-width: 992px){
  .at-share-btn-elements .at-svc-print .at-icon-wrapper
  /* ,.at-share-btn-elements .at-svc-facebook .at-icon-wrapper */
  {
    background-size: 45px;
    background-position: center right;
  }
  .at-share-btn-elements .at-svc-facebook .at-icon-wrapper{
    background-size: 24px;
    /* background-position: center right; */
  }
  body.rtl .at-share-btn-elements .at-svc-print .at-icon-wrapper
  /* ,.at-share-btn-elements .at-svc-facebook .at-icon-wrapper */
  {
    background-position: center left;
  }

.post-template-articles_collection_post .site-header .page_title{
    display: none;
}
}

@media (max-width: 992px){
  body.rtl .menu-toggle{
    margin-top: 3px;
  }
	.mobile_header .top_mobile_header{
    display: inline-block;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    min-width: 32%;
    vertical-align: top;
	}
	.mobile_header .col-md-4{
		    display: inline-block;
    vertical-align: top;
	}
	.maakaf_logo img{
		    width: 90%;
	}
  body.rtl .maakaf_logo img{
    width: 75%;
}
	.svt_logo .logo_img{
	  width: 72%;
	}
	.menu-toggle .hamburger-inner, .menu-toggle .hamburger-inner:after, .menu-toggle .hamburger-inner:before{
    width: 57px;
    height: 5px;
    margin-top: -3px;
		margin-bottom: -3px;
	}
}
@media (min-width: 992px){
nav .menu li.menu-item.wpml-ls-item{
  display: none;
}
}



.post-template-articles_collection_post .more_posts .author{
  font-size: 17px;
  font-weight: 100;
  color:#00000099;
}
.post-template-articles_collection_post .more_posts .issue_title{
  font-size: 20px;
  font-weight: 100;
  color:#000000b3;
}
.page-id-62 .content-area,.page-id-68 .content-area,.page-id-1068 .content-area,.page-id-361 .content-area,.page-id-1070 .content-area,.page-id-222 .content-area,.page-id-216 .content-area{
  padding-top: 125px
}
@media (max-width: 992px) {
  .issue_name .description{
    font-size: 41px;
  
  }
.rtl .issue_name .description{
  font-size: 42px;

}
}
.page-template-previous_issues-page .issue_date{
  display:none;
}
.slick-slide img{
  margin: 0 auto;
}
/*Accessibility Icon */
div#userwayAccessibilityIcon {
  bottom: 4%;
  top: auto;
  left: 4%;
  right: auto;
}
@media (max-width: 992px) {
  body .uwy .uai.userway_dark{
    width: 70px;
    height: 70px;
    min-width: 70px;
    min-height: 70px;
    max-width: 70px;
    max-height: 70px;
  }
  body .uwy .uai.userway_dark img, body .uwy .uai.userway_dark img{
    width: 70px;
    height: 70px;
  }
}
@media (max-width: 992px) {
  body.rtl .issue_wrap .issue_description{
    padding-left: 0;
    padding-right: 370px;
  }
  .issue_wrap .issue_description{
    padding-left: 370px;
  }
  .image_wrap {
    width: 350px;
  }
  .post_container.cat_content{
    font-size: 38px;
  }
}