html { height: 100vh; }    /*  Page full height */
/* body { height: 100vh; }    Page full height */

/* Highlight the [archived-newsletters] Menu-item */
/* ---------------------------------------------- */
#page .nav-menu .archived-asufa-menu > a {
background-color: rgb(115, 115, 115); /* rgb(239, 101, 36) #ef6524 */
color: #ffffff;
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (max-device-width : 480px) {
/* Show [search-in-site] only on desktop */
/* ------------------------------------- */
#page .nav-menu .search-site-menu > a {
  display: none;
}
/* Show desktop [main-page] only on desktop */
/* ----------------------------------- */
#page .nav-menu .main-desktop-menu > a  {
  display: none;
}
::placeholder {
  font-size: 16px;
  opacity: 1; /* Firefox */
}
::-ms-input-placeholder { /* Edge 12-18 */
  font-size: 16px;
}
}

/* Desktop  ------------------------------------- */
@media only screen and (min-device-width : 481px) {
/* Show magazine chapters sub-menu only on mobile */
/* ---------------------------------------------- */
#page .nav-menu .magazine-chapters > a {
  display: none;
}
/* Show smartphone [main-page] only in smartphone */
/* ----------------------------------- */
#page .nav-menu .main-smartphone-menu > a {
  display: none;
}

/* Reduce main-menu height */
/* ----------------------- */
.main-navigation ul li a { 
  height: 32px; 
  vertical-align: middle; 
  padding-top: 0;
}
/* Adding space between logo and menu-bar */
/* -------------------------------------- */
.wp-post-image {
/* box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2); */
  padding-bottom: 25px !important;
}
}

/* Reduce space between Main-menu and H1  */
#main { padding-top: 10px; }

/* Hide the Footer */
/* =============== */
#colophon {	display: none; } 
.powered { display: none; }

/* Smartphone:  -------------------------------------- */
/* - Add menu-scrolling           */
/* - Improve the burger-icon menu */
/* ============================== */
@media only screen and (max-device-width : 480px) {
body {
  overflow: auto;
}
.menu-toggle:after {
/*  background-color: transparent; */
  background: url(https://hamoreshet.org.il/wp-content/themes/catch-everest-child/images/select-icons.png) 0 10px no-repeat;
/*content: "";
  display: block;
  position: absolute;
  right: 0;
  z-index: 9;
  top: 0;
  width: 40px;
  height: 40px; */
}
/*
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px); 
    height: 1px;
    overflow: scroll;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}
*/
.menu-toggle {
  background-color: rgb(115,115,115);
}
}

/* Selected and Hovered menu-item in Dark-Grey 14/01/2024 */
.main-navigation .current_page_item > a, .main-navigation .current-menu-ancestor > a, .main-navigation li:hover > a, .main-navigation li:focus > a {
  background-color: rgb(115, 115, 115); /*rgb(239, 101, 36) #ef6524*/
  color: #ffffff;
  font-size: 16px;
}

/* Desktop  ---------------------------------------------- */
@media only screen and (min-device-width : 481px) {
/* Horizontal menu background-color in gray */
.main-navigation ul a {
  font-size: 16px;
  color: #000000;
  background-color: rgb(179, 179, 179);
}

/* Dropdown menu behaviour */
.main-navigation ul ul a {
  font-size: 16px;
  color: #000000;
  background-color: rgb(179, 179, 179);
}}
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (max-device-width : 480px) {
/* Horizontal menu background-color in white */
.main-navigation ul a {
  font-size: 16px;
  color: #000000;
  background-color: #ffffff;
}

/* Dropdown menu behaviour */
.main-navigation ul ul a {
  font-size: 16px;
  color: #000000;
  background-color: #ffffff;
}}

/* Site Page-Background */
/* ============== */
.site {
    margin: 0 auto;    /* Erase Top-canvas */
    width: 100%;       /* Site full width */
    height: 100%;       /* Site full height */
    background-color: #ffffff;  /* 14/01/2024: rgb(220, 204, 181);    Site page-background */
}

/* Hide Search-Form */
/* ============ 
.searchform {
  display: none;
} */

/* Hide Site Title and Tagline  */
/* ================   */
#site-title {
  display: none;
}
#site-description {
  text-shadow: 2px 2px black;  /* For Tagline in Browser-Tab*/
  color: White;
} 

/* Handling Banners in Home-Page and internal pages */
/* ================================================ */
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (max-device-width : 480px) {
.img_size_1 {
   width:360px;   /* 200px; */
   height: auto;
}
.img_size_2 {
   width: 270px;   /* 150px; */
   height: auto;
}}
/* Desktop  ----------- */
@media only screen and (min-device-width : 481px) {
.img_size_1 {
   width: 378px;   /* 365px; */
   height: auto;
}
.img_size_2 {
   width:300px;   /* width:300px; 288px;*/
   height: auto;
}
/* Zoom-in banner */
/* -------------- */
.banner {
  display: inline-block;
  overflow: hidden;
  border: 3px solid rgb(179,179,179);
}
.banner img {
  display: block;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.banner:hover img {
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
/* border: 2px solid rgb(96,56,19); */
/* border-color: rgb(96,56,19); */
}}

/* jetpack area after the Footer */
/* ==================  */
.jetpack-lazy-images-js-enabled {
  background-color: #ffffff;  /* 14/01/2024: rgb(220, 204, 181); */
}

#hgroup, #hgroup-wrap {
  text-align: center;  /* For Title &amp; Tagline */
  padding: 0;          /* Erase all    */
  margin: 0;           /* white-spaces */
}
#header-left {
/*  float: right;         Switch block Left to Right */
  background-color: #ffffff;  /* 14/01/2024: rgb(220, 204, 181); #996515; */
/*  text-indent: 50px; */
/*  word-spacing: 1px; */
  width: 100%;
}
#header-right {
  padding: 0;         /* for mobile: Set Search-Form */
  margin: 0;          /*  on Top-Left corner          */
}

/* Set Page Header and Title  */
/* ================= */
.entry-header, .entry-title {
  text-align: right;
  color: #000000;     /* 14/01/2024: rgb(96,56,19); */
  font-weight: bold; 
}
/* Desktop  ------------------------------------------- */
@media only screen and (min-device-width : 481px) {
/* Base Unit ---------------------- */
.this_page {
  direction: rtl;
  text-align: right;
  color: #000000;     /* 14/01/2024: rgb(96,56,19); */
  font-size: 16px !important;
  padding-right: 5px;   /* 0.3em;  */
  padding-top: 0;
}
.this_page_h1_font {
  font-size: 1.8em;
}
.this_page_h2_font {
  font-size: 1.4em; 
}
.this_page_h3_font {
  font-size: 1.2em; 
}
.ol_list_font {
  font-size: 1.1em;  
}
.ul_list_font {
  font-size: 1.1em;
}
.li_subline_font {
  font-size: 0.9em;
}
.this_page_p_font {
   font-size: 0.9em;   
}
.about_paragraph_font {
  font-size: 1.1em;   /* 1.0em; */
}
.pikiwiki_font {
    font-size: 1.0em;
}
.social_text_font {
    font-size: 1.0em;
}
.about_container_font {
    font-size: 0.9em; 
}
.screen-height {
    height: 780px;   /* 810px;  Upd 15/02/2021 */
}}

/* Smartphone:  -------------------------------------- */
@media only screen and (max-device-width : 480px) {
/* Base Unit ------------------- */
.this_page {
  direction: rtl;
  text-align: right;
  color: #000000;     /* 14/01/2024: rgb(96,56,19); */
  font-size: 14px !important;    /* 1em;  */
  padding-right: 5px;   /* 0.3em;  */
  padding-top: 0;
  line-height: 1.0;
}
.this_page_h1_font {
  font-size: 18px;   /* 1.6rem; 1.7em */
}
.this_page_h2_font {
  font-size: 16px;   /* 0.9em; 1.1em */
}
.this_page_h3_font {
  font-size: 15px;   /* 14px; 1.0em; !important 0.8em; */
}
.ol_list_font {
  font-size: 1.4em;  /* 12px; 14px; 1.2em; 0.7em;  */
}
.ul_list_font {
  font-size: 1.4em;  /* 12px; 14px; 12px; 1.2em; 0.7em;  */
}
.li_subline_font {
  font-size: 0.9em;   /* 11px; 12px; 1.0em; 0.8em;  */
}
.this_page_p_font {
   font-size: 11px;   
}
.about_paragraph_font {
  font-size: 1.4em;    /* 11px; 12px; 14px; 1.3em; 0.8em; */
}
.pikiwiki_font {
    font-size: 0.6em;   /* 0.6em;  */
}
.social_text_font {
    font-size: 0.8em;
}
.about_container_font {
    font-size: 14px;   /* 12px; 1.0em; 0.7em; */
}
.screen-height {
    height: 400px;
}
p { font-size: 1.8em; }}

/* Set Page h1, h2, h3 Titles */
/* ================ */
.this_page_h1, .this_page_h2, .this_page_h3 {
/*  text-align: right;  06/02/2025 */
  font-weight: bold;
  color: #000000;     /* 14/01/2024: rgb(96, 56, 19); */
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  line-height: 1.0;
}
.this_page_h2_space {
    padding: 5px 15px 5px 0px;
    margin-bottom: 20px;
}
/* Set Page paragraph */
/* ============= */
.this_page_p {
   font-weight: bold;
   margin: 0; 
   padding: 0;
}

/* Ordered Links List - For ol, li, hover) */
/* ======================= */
.ol_list {
  padding-right: 1.5em;    /*  Right-margin sets exact measurement across all browsers */
  margin: 0 0 3px 0; 
}
.ol_list ol {
  padding-right: 1em;    /*  Right-margin sets exact measurement across all browsers */
}
.ol_list li {
  line-height: 1.2;
  padding-bottom: 0.3em; /* 10px; */
  background-color: #ffffff;  /* 14/01/2024: rgb(220, 204, 181); */
  color: #000000;     /* 14/01/2024: rgb(96,56,19); */
  font-weight: normal;       /* bold; - Del 05/02/2021 */
}
/* Hover in-case of no link */
/* -------------------------- */
.ol_list li:hover {
  color:  #4d4d4d; /* DarkBlue; */
}
/* Colors for Hyperlink States */
/* ================= */
/* unvisited link - stay brown */
.ol_list  a:link {
  color: #000000;     /* 14/01/2024: rgb(96,56,19); */
}
/* visited link - stay gray */
.ol_list a:visited {
  color: #4d4d4d;  /* #404040; #333333; #262626; */
}
/* mouse over link */
/* a:hover MUST come after a:link and a:visited in CSS */
.ol_list  a:hover {
  color:  DarkBlue;
}
/* selected link */
/* a:active MUST come after a:hover in CSS */
.ol_list   a:active {
 color: blue;
}

/* Unordered Links List - For ul, li, hover) */
/* ========================= */
.ul_list {
  list-style-type: none !important;
  margin: 0 0 3px 0;
}
.ul_list ul {
/*  font-size: 1.1em; */
  line-height: 1.2; 
  list-style-type: none; /* Remove HTML-list bullets */
  padding: 0;                 /* Remove left-indentation  */
  margin: 0;
/*  margin-right: 1em;       Right-margin sets exact measurement across all browsers */
}
.ul_list li {
  line-height: 1.1;
  color: #000000;     /* 14/01/2024: rgb(96,56,19); */
  font-weight: normal;      /* bold; - Upd 05/02/2021 */
  background-image: url('https://hamoreshet.org.il/wp-content/uploads/2024/01/MG_Bullet_RGB128_25x18.png'); /*14/01/2023 */
/*  background-image: url('https://hamoreshet.org.il/wp-content/uploads/2020/12/IMG_Bullet-e1600787746974.gif'); */
  background-repeat: no-repeat;
  background-position: left 100% top 3px;   /* 100% - right-aligned, 3px  - middle of 1-st row */
  padding-right: 30px;           /* Move content away from background image */
  padding-bottom: 5px;      /* 0.3em; */
  margin-left: 3px;
}
.ul_list li:hover {
  color:  #4d4d4d; /* DarkBlue; */
}

/* Handling 1-st nested ul */
.ul_list ul li {
  list-style-type: square !important;
  background-image: none !important; /* Remove custom bullet image */
  padding-right: 5px; /* Adjust padding if needed */
  margin-right: 20px; 
  line-height: 1.0;
}

/* Colors for Hyperlink States */
/* ================= */
/* unvisited link - stay brown */
.ul_list  a:link {
  color: #000000;     /* 14/01/2024: rgb(96,56,19); */
}
/* visited link - stay gray */
.ul_list a:visited {
  color: #4d4d4d;  /* #404040; #333333; #262626; */
}
/* mouse over link */
/* a:hover MUST come after a:link and a:visited in CSS */
.ul_list  a:hover {
  color:  DarkBlue;
}
/* selected link */
/* a:active MUST come after a:hover in CSS */
.ul_list   a:active {
 color: blue;
}
.li_subline {
  text-decoration: none;
  color: #000000;     /* 14/01/2024: rgb(96,56,19); */
  font-weight: normal;
}

/* Hide widget_archive, widget_categories, */
/*      widget_meta .....                                   */
/* ========================== */
.widget-area {
  display: none;
}
#supplementary {
  display: none;
}

/* Hide Page Header and Title  */
/* ================= */
.entry-header .entry-title {
  display: none;
}

/* Support up to 10-Columns in Page */
/* ====================== */
[class^="col-"] {
  float: right;
  padding: 5px;  /* 15px; */
}

/* For desktop */
/* ------------ */
.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}

/* For mobile phones */
/* ----------------- */
@media only screen and (max-width: 480px) {
  [class^="col-"] {
    width: 100%;
  }
}

.space_down {
   padding-bottom: 0px;
}

/* Pikiwiki Displayed image-details */
/* ==================== */
.pikiwiki_text {
   direction: rtl; 
   text-align: center;
   line-height: 1.0;
   font-weight: bold;
   margin-top: 0;
   padding-top: 0;
}

.pikiwiki_lightbox_tip {
   direction: rtl; 
   text-align: right;
   line-height: 1.0;
   font-weight: bold;
   margin-top: 0;
   padding-top: 0;
}

/* About the Creator or Source */
/* ================== */
/* Smartphone:  -------------------------------------- */
@media only screen and (max-device-width : 480px) {
.about_container {
   direction: rtl; 
   text-align: right; 
/* font-size: 0.9em; */ 
   line-height: 70%;
}}
/* Desktop  ------------------------------------------- */
@media only screen and (min-device-width : 481px) {
.about_container {
   direction: rtl; 
   text-align: right; 
/* font-size: 0.9em; */ 
   line-height: 90%;
}}

.about_paragraph {
   font-weight: bold;
   color: #000000;     /* 14/01/2024: rgb(96,56,19); */ 
   line-height: 1.0;
   margin: 0; 
   padding: 0;
}

.about_subparagraph {
   font-weight: bold;
   color: #000000;     /* 14/01/2024: rgb(96,56,19); */ 
   margin: 0; 
   padding: 0;
}

/* For social-media snnipet */
/* =============== */
img.social_media {
    display: inline;
    vertical-align: middle;
/*  width: 25px;
    height: auto; 
    float: right; */
}
h4.social_text { 
/*  direction: rtl; 
    text-align: right; */
    color: red; 
    font-weight: bold;
    display: inline;
    vertical-align: top;
    padding-right: 25px;  /* Add space to the right */ 
}
/* Float-right social-icons    Add: 02/06/2022 */
/* ----------------------------------------------- */
div.heateor_sss_sharing_ul {
  float: right;
  padding-left: 0 !important;
  margin: 1px 0 !important;
}

/* Handling Pikiwiki-Album */
/* =============== */
.pikiwiki_hide_img {
    display: none;
/*  contain: layout; */
}
.pikiwiki_show_img {
    display: block;
    max-width: 100%; 
    margin-top: 0;
/*  contain: layout; */
}

/* Handling Pikiwiki BackGround-Image */
/* ======================= */
.hero-image {
  background-color: #ffffff;  /* 14/01/2024: rgb(220, 204, 181); */
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 100%; /* contain; cover; */
  position: relative;
}
.hero-text {
  text-align: center;
  position: relative; /* absolute; */
  top: 3%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: Black;
}

/* img-class in Pikiwiki-Album */
/* ================= */
.view-image {
  display: block;
  margin-left: auto;   /* Centrelizing Image */
  margin-right: auto;  /* Centrelizing Image */
  max-width: 100%;
  width: 1000px;
}

/* 1. Set album buttons side-by-side (See XYZ-Html: js-pikiwiki-album)*/
/* 2. Set images side-by-side (See Home-Page)                                      */
/* ======================================== === */
.flex-container {
  display: flex;
  align-items: flex-start;
  justify-content: center;   /* space-between; */
  flex-wrap: wrap;
  background-color: #ffffff;   /* 14/01/2024: rgb(220, 204, 181); */
  flex-direction: row-reverse;
}
.flex-container > div {
  background-color: #ffffff;   /* 14/01/2024: rgb(220, 204, 181); */
  margin: 5px;   /* 14/01/2024: 10px; */
  text-align: center;
  line-height: 75px;
  font-size: 16px;
  font-weight: bold;
}

@media only screen and (min-device-width : 980px) {
.screen_page {
  direction: rtl;
  line-height: 1.10; 
  padding-left: 50%;
  padding-right: 5%;
/* text-align: justify;
    text-justify: inter-word; */
  padding-top: 20px;
  font-size: 1.2em;
}}
@media only screen and (min-device-width : 320px)  and (max-device-width : 979px) {
.screen_page {
  direction: rtl;
  line-height: 1.00;
  padding-left: 0;
  padding-top: 10px;
  font-size: 0.8em;
}}

/* To-Be-Used in Contact-Us WPForm */
/* --------------------------------------- */
.mail_he_field {
  direction: rtl;
  text-align: right;
}
.mail_en_field, .phone_en_field {
  direction: ltr;
  text-align: left;
}

/* New Item Indicator */
/* --------------------- */
.new_object img {
  display: inline; 
  vertical-align: middle; 
  box-shadow: none;
}

/* Desktop  ---------------------------------------------- */
@media only screen and (min-device-width : 481px) {
.return_btn {
   float: right;
   background-color: rgb(153, 153, 153);
   text-align: center; 
   color: #000000;
   font-size: 14px;   /* 12px; */
   padding: 5px;
   border: none;
   border-radius: 5%;
   transition-duration: 0.4s;
   cursor: pointer;
   margin-bottom: 35px;
   display: block;
}
.return_btn:hover {
   background-color: rgb(115, 115, 115);
   color: #ffffff;
}
.return_btn_upspace { margin-bottom: 10px !important; }
}

/* Smartphone  ----------------------------------------------  */
@media only screen and (max-device-width : 480px) {
.return_btn {
   float: right;
   background-color: rgb(153, 153, 153);
   text-align: center; 
   color: #ffffff;
   font-size: 1.4em;  /* 12px; */
   font-weight: bold;
   padding: 5px;
   border: none;
   border-radius: 5%;
   transition-duration: 0.4s;
   cursor: pointer;
/* margin-bottom: 35px; */
   display: none;
}}

/* Desktop  ---------------------------------------------- */
@media only screen and (min-device-width : 481px) {
/* Stories Style */
/* ======== */
.story_exit_btn {
  float: right;
  background: rgb(153, 153, 153);  /* rgb(rgb(179, 179, 179); white; */
/*  border-style: outset;    14/01/2024 */
  text-align: center;     /* === */
  text-decoration: none;  /* === */
  color: black;
  font-size: 14px;   /* 12px; */
/* font-weight: bold; */
  padding: 5px;
  border: none;
  border-radius: 5%;   /* 50%; */
  transition-duration: 0.4s;
  cursor: pointer;
}
.story_exit_btn:hover {
  background: rgb(53, 53, 53); 
  color: #ffffff;
}}
/* Smartphone  ---------------------------------------------- */
@media only screen and (max-device-width : 480px) {
/* Stories Style */
/* ======== */
.story_exit_btn {
  float: right;
  background: rgb(153, 153, 153);  /* rgb(rgb(179, 179, 179); white; */
/*  border-style: outset;    14/01/2024 */
  text-align: center;     /* === */
  text-decoration: none;  /* === */
  color: #ffffff;
  font-size: 1.4em;   /* 14px; */
  font-weight: bold;
  padding: 8px;
  border: none;
  border-radius: 5%;   /* 50%; */
  transition-duration: 0.4s;
  cursor: pointer;
}} 
h1 { direction: rtl; }
.story_bottom_space {
   margin-bottom: 5px;  /* Reducing bottom space */
}
/* Desktop  ----------- */
@media only screen and (min-device-width : 481px) {
.story_paragraph {
  direction: rtl;
  font-size: 1.2em; 
  line-height: 1.2; 
  text-align: justify;  
  text-justify: inter-word;
}
.story_img {
  margin-right: 0px; 
  width: 40%;  /* 50%; */
}
.story_img_caption {
  margin-top: 7px;
  font-size: 0.9em;
  font-weight: bold;
  text-align: right;
  line-height: 1.1;
}
.story_img_hspace {
    margin-right: 25px;
}}
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
.story_paragraph {
  direction: rtl;
  font-size: 0.8em; 
  line-height: 1.0; 
  text-align: right;  
}
.story_img {
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
.story_img_caption {
  margin-top: 5px;
  font-size: 1.3em;   /* 0.8em; */
  font-weight: bold;
  text-align: center;
  line-height: 1.0;
}}

/* Download Background-Images */
/* ==================== * /
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
.img_size {
   width:150px;
   height: auto;
}}
/* Desktop  ----------- */
@media only screen and (min-device-width : 481px) {
.img_size {
   width: 300px;
   height: auto;
}}
/* Zoom-In Image */
/* ========== */
.zoom_in {
  transition: transform .2s;
  margin: 0 auto;
}
.zoom_in:hover {
/* (265% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
  -ms-transform: scale(1.25); /* IE 9 */
  -webkit-transform: scale(1.25); /* Safari 3-8 */
  -moz-transform: scale(1.25);
  -o-transform: scale(1.25);
  transform: scale(1.25); 
  cursor: zoom-in;
}
/* Space between two images */
/* ------------------------------ */
.space_between_imgs {
  margin-left: 5%;
}
/* Click to Download Icon   */
/* ================ */
.download_container {
  position: relative;
  height: 15px;
}
.download_container .download_btn {
  position: absolute;
  bottom: 2%;
  left: 10%;
  background: #555; 
  color: white;
  font-size: 20px;
  font-weight: bold;
  padding: 3px 6px;
  border: none;
  cursor: pointer;
  border-radius: 50px;
  text-align: center;
}
.download_container .download_btn:hover {
  background: black;
  color: white;
}

/* Positioning magnifying_glass Icon */
/* ====================== */
.magnifying_glass_container {
  position: relative;
  height: 0px;
}
.magnifying_glass_container .magnifying_glass_img {
     position: absolute;
     left: 2%;
     margin-top: 2%;
/*  left: 45%;                 H-Middle */
/*  margin-top: 30%;    V-Middle */
/*  background: rgb(220, 204, 181);  */
     width: 8%;
     padding: 5px 5px;
     border: none;
     cursor: pointer;
     border-radius: 5px;
}

/* Desktop  ------------------------------------------- */
@media only screen and (min-device-width : 481px) {
/* Positioning Katumon */
/* ============== */
.katumon_left {
    float: left;
/* background-color: rgb(220, 204, 181);  */
    width: 100px;
    height: 125px;   /* 120px; */
    background-position: center;
    background-size: cover;
    position: relative;
/* margin-left: 10px;  */
}
.katumon_right {
    float: right;
    background-color: #ffffff;  /* 14/01/2024: rgb(220, 204, 181); */
    width: 100px;
    height: 120px;
    background-position: center;
    background-size: cover;
    position: relative;
/* margin-right: 10px;  */
}
.katumon_h_left {
    margin-right:200px;
}}

/* Desktop  ------------------------------------------- */
@media only screen and (min-device-width : 481px) {
.presentation_img {
/*  display: inline;  
    vertical-align: middle; */
    width: 140px;
    margin-bottom: 10px;
}}
/* Smartphones -------------------------------------- */
@media only screen and (max-device-width : 480px) {
.presentation_img {
/*  display: inline; 
    vertical-align: middle; */ 
    width: 100px;
    margin-bottom: 5px;
}}

/* Posts Classes */
/* ========  */
/* Hide post meta-data */
.entry-meta {
   display: none;
}
/* Hide comments-area */
.comments-area  {
   display: none;
}
.nav-next, .nav-previous {
   display: none;
}

/* Avoid board around an image */
.entry-content img {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.0);
}

/* 18/04/2024 Add: move down h1   */
/* under the horizontal menu-bar */
.entry-content {
  margin-top: 30px; 
}

/* In Form: Right align placeholder in  tag */ 
.right_align_placeholder::placeholder {
  text-align: left;
}
/*
:root {
  --swiper-navigation-color: #ffffff;
}
*/
