/*!
Theme Name: Mercaz Harav
Theme URI:
Author: yalla ya!
Author URI:
Description: "Mercaz Harav" based on WP Bootstrap 4
Version: 1.0.0
License:
License URI:
Text Domain: mercaz-harav
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, two-columns, left-sidebar, right-sidebar, custom-colors, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, blog

*/



/* TODO: implement
Q side bar: (ציטוט בסיידבר)
	color: #6B6B6B;
	font-family: "Almoni Tzar DL 4.0 AAA";
	font-size: 40px;
	font-weight: 300;
	line-height: 35px;
Small P: (הכוונה לתיאור התמונה וכל הטקסט הקטן)
	color: #000A28;
	font-family: Heebo;
	font-size: 14px;
	line-height: 25px;

  #2B5878 - כחול
#A48453 - זהב כהה לכפתורים וכותרות
#BFA57A - זהב בהיר
#EFE3D0 - זהב הכי בהיר
#000A28 - כחול כהה טקסטים

*/

@import url('fonts.css');

body {}

p {
  color: #000A28;
  font-family: heebo;
  font-size: 16px;
  line-height: 24px;
}

h1,
h2,
h3,
.h1,
.h2,
.h3 {
  font-family: 'Oswald';
}

h4,
h5,
h6,
.h4,
.h5,
.h6 {
  font-family: heebo;
}

h1,
.h1 {
  color: #FFFFFF;
  font-size: 58px;
  font-weight: bold;
  line-height: 0;
  text-align: center;
}

h2,
.h2 {
  color: #A48453;
  font-size: 40px;
  line-height: 42px;
}

h2 a {
  color: #A48453;
}

h3,
.h3 {
  color: #000A28;
  font-size: 32px;
  font-weight: bold;
  line-height: 32px;
}

h4,
.h4 {
  color: #2B5878;
  font-size: 22px;
  font-weight: 500;
  line-height: 40px;
}

h5,
.h5 {
  color: #000A28;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
}

h6,
.h6 {
  color: #000A28;
  font-size: 18px;
  font-weight: bold;
  line-height: 25px;
}

hr {
  background-color: #ccc;
  height: 1px;
  margin-bottom: 1.5em;
  margin-top: 0;
}

hr.golden {
  background-color: #A48453;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

.img-square {
  padding-bottom: 100%;
  overflow: hidden;
  position: relative;
}

.img-square img {
  position: absolute;
  max-width: 100% !important;
  max-height: 100% !important;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  height: 100% !important;
  width: 100% !important;
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

#content {
  background-color: #f8f8f8;
}

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}

.widget select {
  max-width: 100%;
}

.sticky {
  display: block;
}

.hentry {
  margin: 0 0 1.5em;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

#text-7 .textwidget {
  height: 100%;
}

#text-6 {
  margin-top: 3vh;
}

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
  /* position: absolute; */
}

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Custom
--------------------------------------------------------------*/
body {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  -webkit-font-smoothing: auto;
  text-rendering: optimizeLegibility !important;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: auto;
}

a,
button,
input {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

blockquote {
  color: #000A28;
  font-family: heebo;
  font-size: 23px;
  line-height: 26px;
  padding: 1.25rem 1.75rem;
}

table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}

table th,
table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

table tbody+tbody {
  border-top: 2px solid #dee2e6;
}

table table {
  background-color: #fff;
}

figcaption {
  padding-top: 0;
  padding-bottom: .75rem;
  color: #6c757d;
  text-align: left;
}

input[type="button"],
input[type="reset"],
input[type="submit"] {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  line-height: 1.5;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  padding: 0.5rem 1.25rem;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

input[type="button"]:active,
input[type="button"]:hover,
input[type="reset"]:active,
input[type="reset"]:hover,
input[type="submit"]:active,
input[type="submit"]:hover {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
  cursor: pointer;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

input[type="text"]:-webkit-input-placeholder,
input[type="text"]:-moz-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="email"]:-webkit-input-placeholder,
input[type="email"]:-moz-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-webkit-input-placeholder,
input[type="url"]:-moz-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="password"]:-webkit-input-placeholder,
input[type="password"]:-moz-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="search"]:-webkit-input-placeholder,
input[type="search"]:-moz-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="number"]:-webkit-input-placeholder,
input[type="number"]:-moz-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="tel"]:-webkit-input-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="range"]:-webkit-input-placeholder,
input[type="range"]:-moz-placeholder,
input[type="range"]:-ms-input-placeholder,
input[type="date"]:-webkit-input-placeholder,
input[type="date"]:-moz-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="month"]:-webkit-input-placeholder,
input[type="month"]:-moz-placeholder,
input[type="month"]:-ms-input-placeholder,
input[type="week"]:-webkit-input-placeholder,
input[type="week"]:-moz-placeholder,
input[type="week"]:-ms-input-placeholder,
input[type="time"]:-webkit-input-placeholder,
input[type="time"]:-moz-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="datetime"]:-webkit-input-placeholder,
input[type="datetime"]:-moz-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="datetime-local"]:-webkit-input-placeholder,
input[type="datetime-local"]:-moz-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
input[type="color"]:-webkit-input-placeholder,
input[type="color"]:-moz-placeholder,
input[type="color"]:-ms-input-placeholder,
textarea:-webkit-input-placeholder,
textarea:-moz-placeholder,
textarea:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

select {
  height: calc(2.25rem + 2px);
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  -o-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}

blockquote {
  font-size: 1.15rem;
  border-left: 3px solid #A48453;
  padding: 0.5rem 1.75rem;
}

blockquote p {
  font-size: 1.15rem;
}

blockquote p:last-child {
  margin-bottom: 0;
}

.navbar .navbar-nav .dropdown-menu a {
  display: block;
  width: 100%;
  padding: .25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.site-footer {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.navigation {
  width: 100%;
  padding: 2rem;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  text-align: left;
  width: 50%;
}

.post-thumbnail {
  display: inline-block;
}

.card-title.entry-title {
  margin-bottom: .25rem;
}

.entry-meta {
  display: none;
}

.entry-footer {
  display: none;
  font-size: .9rem;
  margin-top: 1rem;
}

.comments-link {
  float: right;
  margin: 4px 0px 4px 10px;
  font-size: 90%;
  padding-top: 0.2em;
}

.cat-links .badge,
.tags-links .badge {
  font-size: 90%;
  font-weight: normal;
  border: 1px solid rgba(0, 0, 0, 0.125);
  margin: 4px 10px 4px 0;
  padding: 0.4em .9em;
}

.cat-links a,
.tags-links a {
  color: #6c757d;
}

.cat-links a:hover,
.tags-links a:hover {
  text-decoration: none;
  color: #212529;
}

.entry-meta a,
.comments-link a,
.edit-link a {
  color: #6c757d;
}

.entry-meta a:hover,
.comments-link a:hover,
.edit-link a:hover {
  text-decoration: none;
  color: #007bff;
}

.entry-title a:hover {
  color: #007bff !important;
}

.content-area.wp-bp-404 .card-body {
  padding: 2.5rem 4rem;
}

.sidebar-1-area .widget {
  margin-bottom: 0;
  padding: 2rem;
}

.sidebar-1-area .widget ul,
.footer-widgets .widget ul {
  padding-left: 20px;
  color: #6c757d;
  margin-bottom: 0;
}

.sidebar-1-area .widget ul li,
.footer-widgets .widget ul li {
  padding-top: 3px;
  padding-bottom: 3px;
  list-style: square;
}

.sidebar-1-area .widget ul li:last-child,
.footer-widgets .widget ul li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}

.sidebar-1-area .widget ul li a,
.footer-widgets .widget ul li a {
  color: #6c757d;
}

.sidebar-1-area .widget ul li a:hover,
.footer-widgets .widget ul li a:hover {
  color: #212529;
  text-decoration: none;
}

.footer-widgets div div:last-child {
  margin-left: auto;
}

#wp-calendar #next {
  text-align: right;
}

#wp-calendar #prev a,
#wp-calendar #next a {
  color: #6c757d;
}

#wp-calendar #prev a:hover,
#wp-calendar #next a:hover {
  color: #212529;
  text-decoration: none;
}

#calendar_wrap table th,
#calendar_wrap table td {
  padding: .25rem;
}

.hentry.card .card-body {}

select {
  height: calc(2.25rem + 2px);
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  -o-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}

.entry-title a:hover {
  text-decoration: none;
}

.mt-3r {
  margin-top: 3rem;
}

.wp-bs-4-jumbotron {
  margin-bottom: 0;
}

.wp-bs-4-jumbotron .jumbotron-heading {
  font-weight: 600;
}

.wp-bs-4-jumbotron .container {
  max-width: 40rem;
}

.comments-area {
  clear: both;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-word;
}

.comments-area .media-body {
  overflow: auto;
}

.comments-area .comment-list {
  list-style: none;
  padding-left: 0;
}

.comments-area .comment-list>li {
  border-bottom: 1px solid #dee2e6 !important;
  padding: 2.5rem 4rem;
}

.comments-area .comment-list ul.children {
  list-style: none;
  padding-left: 2rem;
}

.comments-area .comment-list ul.children li {
  padding: 2.5rem 0 0;
}

.comments-area .comment-list .comment-respond {
  padding: 2.5rem 4rem;
}

.comments-area .comments-title {
  padding: 2.5rem 4rem;
  border-bottom: 1px solid #dee2e6 !important;
}

.comments-area .comment-navigation {
  padding: 1rem 4rem 0;
  border-bottom: 1px solid #dee2e6 !important;
}

.comments-area .wb-comment-form {
  padding: 2.5rem 4rem;
}

.comments-area .wb-cancel-reply {
  margin-left: 2rem;
}

.comments-area .logged-in-as {
  padding-left: 15px;
  font-size: .9rem;
}

.comments-area .logged-in-as a {
  color: #6c757d;
}

.comments-area .logged-in-as a:hover {
  color: #212529;
  text-decoration: none;
}

.comments-area .wb-comment-notes {
  font-size: .9rem;
}

.comments-area .no-comments {
  padding: 1rem 4rem;
}

.comments-area small {
  font-size: .9rem;
}

.comments-area p {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-word;
}

.comments-area .comment-reply-link,
.comments-area .comment-edit-link {
  margin-right: 1rem;
  color: #6c757d;
}

.comments-area .comment-reply-link:hover,
.comments-area .comment-edit-link:hover {
  color: #212529;
  text-decoration: none;
}

.comments-area .comment-author a:hover {
  text-decoration: none;
  color: #212529;
}

.wp-bp-sticky {
  position: absolute;
  top: 0;
  right: 1rem;
}

.single .post-navigation .nav-links a {
  color: #6c757d;
  margin-bottom: 2rem;
  display: inline-block;
}

.single .post-navigation .nav-links a:hover {
  color: #212529;
  text-decoration: none;
}

.navbar {
  padding: 1rem;
  /* align-self: stretch; */
  /* height: 0px; */
  display: block;
}

#wp-bp-posts-slider {
  border: 1px solid rgba(0, 0, 0, 0.125);
}

#wp-bp-posts-slider .carousel-item img {
  width: auto;
  height: 400px;
  -o-object-fit: cover;
  object-fit: cover;
}

#wp-bp-posts-slider .carousel-caption {
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 2rem 4rem;
}

#wp-bp-posts-slider .carousel-control-prev,
#wp-bp-posts-slider .carousel-control-next {
  width: 10%;
}

.custom-logo-link {
  margin-right: 2rem;
  position: absolute;
}

.site-title a,
.site-description {
  display: none;
}

.navbar-brand {
  border-bottom: 5px solid #2B5878;
  background-color: #f8f8f8;
  text-align: center;
  top: 0px;
  margin-bottom: 0;
  position: absolute;
  z-index: 1000;
}

.navbar-brand img {
  margin: 0 1rem 1rem 1rem;
}

.navbar .navbar-nav .nav-link {
  color: #2B5878;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link:focus {
  /* color: #000; */
  opacity: 0.75;
}

.navbar .navbar-nav .show>.nav-link,
.navbar .navbar-nav .active>.nav-link,
.navbar .navbar-nav .nav-link.show,
.navbar .navbar-nav .nav-link.active {
  color: #2B5878;
  opacity: 1;
}

.navbar .navbar-brand:hover,
.navbar .navbar-brand:focus {
  color: #b17777;
}

.navbar .navbar-nav .dropdown-menu .active>.nav-link {
  color: #2B5878;
  border-radius: unset;
}

.navbar .navbar-nav .dropdown-menu .nav-link:hover,
.navbar .navbar-nav .dropdown-menu .nav-link:focus {
  color: #000;
  background-color: #fff;
}


.page-template-full-width .site-footer.mt-4,
.wb-bp-front-page .site-footer.mt-4 {
  margin-top: 0 !important;
}

.wb-hide-mobile-sidebar .wp-bp-sidebar-width {
  /* display: none; */
}

.navbar-toggler {
  background-color: #343a40;
}

.site-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  margin: 0;
  background-color: #f8f8f8;
}

body.custom-background .wp-bp-main-content .col-md-8,
body.custom-background .wp-bp-main-content .col-md-9 {
  background: #f8f9fa;
  padding: 2rem;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.site-footer a:hover {
  text-decoration: none;
}

.admin-bar .site-header.sticky-top {
  top: 32px;
}

.wb-bp-front-page .site-header {
  border-bottom: 0;
}

.wb-bp-front-page .wp-bs-4-jumbotron {
  padding: 0;
  background-size: cover;
  background-position: center;
  background-color: #343a40;
  border-radius: 0;
}

.wb-bp-front-page .wp-bs-4-jumbotron .wp-bp-jumbo-overlay {
  padding: 10rem 2rem;
  /* background: rgba(#212529, 0.7); */
}

.wb-bp-front-page .wp-bs-4-jumbotron .wp-bp-jumbo-overlay .lead {
  opacity: .75;
}

.wb-bp-front-page .wp-bs-4-jumbotron .wp-bp-jumbo-overlay .jumbotron-heading {
  font-weight: 600;
  font-size: 3rem;
  margin-bottom: 1rem;
}

.wb-bp-front-page .wp-bp-services-section {
  padding: 4rem 0;
}

.wb-bp-front-page .wp-bp-main-content {
  padding: 4rem 0;
}

.wb-bp-front-page .wp-bp-main-content p {
  font-size: 1.25rem;
  font-weight: 300;
}

.wb-bp-front-page .wp-bp-main-content blockquote {
  font-size: 1.35rem;
}

.wb-bp-front-page .wp-bp-main-content blockquote p {
  font-size: 1.35rem;
}

.wb-bp-front-page .wp-bp-main-content .post-thumbnail {}

.wb-bp-front-page .wp-bp-feat-card-img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 200px;
  width: 100%;
}

.wp-caption .wp-caption-text {
  font-size: 0.95rem;
}

/* Mercaz Harav */

.bt-golden {
  border-top: 3px solid #A48453;
}

#content>div.container>div.row {
  margin-left: -50px;
  margin-right: -50px;
  padding-bottom: 2rem;
}

.bg-blue {
  background-color: #2B5878;
  color: #fff;
}

.bg-gray {
  background-color: #f8f8f8;
}

#site-navigation {
  z-index: 100;
  padding: 0;
  max-width: 1140px;
  font-size: 1.1rem;
  height: 100px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-animation: fadein 2s;
  /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein 2s;
  /* Firefox < 16 */
  -ms-animation: fadein 2s;
  /* Internet Explorer */
  -o-animation: fadein 2s;
  /* Opera < 12.1 */
  animation: fadein 2s;
}

#site-navigation .nav-item {
  padding: 0.1rem;
  margin: 0 0.4rem;
}

#top-menu-wrap {
  height: min-content;
  -ms-flex-preferred-size: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-align: center;
}

#top-menu {
  font-size: 15px;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  margin-left: auto !important;
  margin-right: 0 !important;
}

#top-menu .nav-link:hover {
  color: #A48453;
  border-bottom: 1px solid #A48453;
}

#primary-menu .dropdown-menu,
#primary-menu .dropdown-menu .nav-item {
  margin: 0;
  padding: 0;
  width: 250px;
  border-radius: 0;
}

#primary-menu {
  margin-right: auto !important;
  margin-left: 200px !important;
}

#primary-menu .dropdown-menu .nav-link {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.dropdown-menu .nav-link:hover {
  opacity: 1;
}

#primary-menu .dropdown-menu {
  background-color: #BFA57A;
}

#primary-menu .dropdown-menu .nav-item {
  font-size: normal;
  padding: 0;
  margin: 0;
}



.front-page {
  position: relative;
  top: -80px;
}

.cover-fade {
  position: absolute;
  z-index: 1;
}

.footer-logo {
  width: 66px;
  height: auto;
  margin-right: 1rem;
}

.site-footer p,
.site-footer a,
.site-footer a:hover {
  color: #fff !important;
}

.site-footer .navbar {
  padding: 0;
}

.site-footer .navbar .menu-item {
  border-right: 1px solid #ccc;
}

.site-footer .navbar a {
  padding: 0 20px !important;
}

.site-footer .navbar .menu-item:last-child {
  border: 0;
}

.site-footer .navbar .menu-item:first-child>a {
  padding-left: 0 !important;
}

.site-footer .widget {
  margin: 0 0 0.5rem;
}

.site-footer .wpcf7-response-output {
  margin: 1rem 0;
  color: #A48453;
}

.newsletter-form .form-title {
  font-size: large;
}

.newsletter-form .form-remark {
  font-size: x-small;
  margin-bottom: 1rem;
}

.newsletter-form input {
  text-align: right;
  border-radius: 0;
}

span.your-email+input.wpcf7-submit {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background-color: #A48453;
  color: #fff;
  border-color: #A48453;
  border-radius: unset;
  border: 0;
}

.newsletter-input {
  width: 100%;
}

.newsletter-input .ajax-loader {
  position: absolute;
  top: 10px;
  right: 5px;
}

.youtube-channel {
  padding-left: 25px;
  background-image: url('../images/icons/youtube.png');
  background-position: left;
  background-repeat: no-repeat;
  background-size: contain;
}

.widget_rss h5 {
  display: none;
}

.widget_rss ul {
  display: flex;
  list-style: none;
}

.widget_rss li {
  min-width: 10%;
  max-width: 10%;
}

.wp-bp-pre-footer-widget {
  text-align: center;
  margin-bottom: 0px;
  background-color: #f8f8f8;
}

.pre-footer-extension {
  margin-right: -50px;
  margin-left: -50px;
  padding: 50px;
}

.entry-header {
  position: relative;
  width: 100%;
  top: 0;
}

.entry-header h1 {
  color: #fff;
  font-size: 60px;
  margin-bottom: 3rem;
}

.entry-header .breadcrumbs {
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: medium;
  padding: 1.5rem 0 1rem 0;
}

.entry-header .breadcrumbs a {
  color: #fff;
}

#content>.container {}

#content .container>img.attachment-post-thumbnail,
#content .container>img.page-banner {
  position: absolute;
  z-index: -100;
  right: 0;
  width: 100%;
}


#primary .card {
  border: 0;
}

#secondary.card {
  border: 0;
}

#secondary .widget {
  border: 0 !important;
  padding: 2rem 2rem 0 2rem;
}

#secondary .widget>*:last-child {
  /* border-bottom: 1px solid #dee2e6; - disable on all */
}

#secondary .menu {
  padding: 0.5rem 0 2rem 0;
  font-family: heebo;
}

#secondary .menu-item {
  list-style: none;
  font-size: 16px;
  padding: 3px 10px;
}

#secondary .menu-item:hover {
  background-color: #EFE3D0;
}

h5.widget-title {
  text-align: left;
  border-bottom: 1px solid #dee2e6;
  padding-bottom: 0.25rem;
}

#comments {
  display: none;
}

.wp-block-image figcaption {
  text-align: right;
}

.search-item {
  border-bottom: 1px solid #dee2e6;
}

.search-item .text-muted {
  display: none;
}

.front-page .card .card-body {
  padding: 0.5rem;
}

.front-page .card .card-title {
  margin-bottom: 0;
  font-size: large;
  line-height: 20px;
}

.front-page .front-boxes .card,
.front-page .card-group .card {
  flex: 1;
}

.front-page .card img {
  height: 150px;
  object-position: center;
  object-fit: cover;
}

#main.index {
  padding-top: 20px;
}

#main.index article.card {
  border: 1px solid #dee2e6;
  border-top: 3px solid #A48453;
}

#main.index article.card img {
  min-height: 150px;
  object-position: center;
  object-fit: cover;
}

#main.index article.card .entry-summary {
  padding: 0.25rem;
}

#main.index article.card .btn-primary {
  display: none;
}

/* Sliders */

.slider-home .caption-wrap {
  top: 0;
  right: 0;
  background: none !important;
  opacity: 1 !important;
}

.slider-home .caption {
  font-size: 35px;
  color: #2B5878;
  opacity: 1 !important;
}

.head-banner {
  margin: 0 auto;
  color: #2B5878;
  padding: 8rem 0 0 0;
  font-size: 25px;
  line-height: 25px;
  font-family: Oswald;
}

.head-banner .head-text {
  font-size: 50px;
  line-height: 50px;
}

.head-banner .secondary-text {}

.head-banner .author-text {
  font-weight: bold;
  margin-top: 0.2rem;
}


/* Styles / Decorations */
.wp-bp-sticky {
  display: none;
}

.card {
  border-radius: 0;
}

.front-page .card,
#main .card {
  border-top: 8px solid #A48453;
  min-width: 1px;
}

.list-cards {}

.list-cards .card .card-body {
  padding: 0.5rem;
}

.list-cards .card h2.card-title {
  display: none;
}

.list-cards .card .card-title {
  margin-bottom: 0;
}

#main .list-cards .card {
  border-top-width: 4px;
}

#main>.card {
  border-top: 0;
}

.list-cards .card {
  flex-basis: 24%;
  margin-bottom: 1rem !important;
}

.list-cards .card img {
  height: 150px;
  object-position: center;
  object-fit: cover;
  float: none !important;
}

.col-md-9 .list-cards .card,
.col-md-8 .list-cards .card {
  flex-basis: 31%;
}

.col-md-12 .list-cards .card {
  flex-basis: 23%;
}

.front-page .card-group {
  border: 1px solid #dee2e6;
  border-top: 8px solid #A48453;
  background-color: #fff;
}

.front-page .card-group .h2 {}

.front-page .card-group .h2 .btn {
  float: right;
}

.front-page .card-group .card {
  border: 0;
}

.front-page .card-group>.card {
  margin-left: 0rem;
}

.front-page .card-group>.card~.card {
  margin-left: 1rem;
}

.front-page .btn-blue {
  margin: 0.5rem 0.25rem;
  min-width: 60px;
  padding: 0px;
}

.front-page .heateor_sss_sharing_container {
  display: none;
}

.ttype-post .entry-header {
  display: none;
}

.ttype-post .card-body {
  padding: 0;
}

.format-audio img:after,
.format-video a:after,
.format-standard a:after {
  font-family: 'Icons';
  position: absolute;
  font-size: 50px;
  color: #fff;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  top: 50%;
  right: 40%;
}

.format-video a:after {
  content: '\e093';
}

.format-audio img:after {
  content: '\e093';
}

.card-leader {
  margin-bottom: 0.5rem !important;
  border: 1px solid #dee2e6;
  width: 155px;
}

.card-leader img,
.card-book img {
  max-height: 200px;
  object-position: center;
  object-fit: cover;
}

.card-page {
  width: 100%;
  margin-bottom: 1rem;
  border-top: 5px solid #A48453 !important;
}

.card-page .card-body {
  margin-left: 0.5rem;
}

.card-page .card-title {
  margin: 0.75rem 0 0.5rem 0;
  color: #A48453;
  font-weight: normal;
}

.card-page img {
  width: 200px;
  height: 200px;
}

.article-credit {
  margin-bottom: 0.5rem;
  color: #000A28
}

.more {
  color: #000;
  font-weight: bold;
}

.wp-block-column.card h2 {
  margin: 1rem;
}

.wp-block-column.card figure {
  margin: 0;
}

.wp-block-column.card img {
  width: 100%;
}

.wp-block-column.card h3 {
  margin: 0.5rem 1rem;
  font-size: x-large;
}

.wp-block-column.card p {
  margin: 0rem 1rem 0.5rem 1rem;
}

.front-page .metaslider .head-banner {
  opacity: 1;
}


.banner-zone {
  width: 100%;
  position: absolute;
  right: 0;
}

.banner-zone img {
  margin: 0 auto;
  display: block;
  width: 100%;
}

.page-banner-effect {
  width: 100%;
  height: 100%;
  position: absolute;
  background: blue;
  opacity: 0.2;
}

/* buttons styles */

.btn-search {
  padding: 0.5rem;
  margin: 0 0.25rem;
  color: #2b5878;
}

.btn-donations {
  background-color: #2b5878 !important;
  color: #fff !important;
  border-radius: 0;
}

.text-golden-lightest,
.text-gold-lightest {
  color: #EFE3D0;
}

.text-golden-light,
.text-gold-light {
  color: #BFA57A;
}

.text-golden,
.text-gold {
  color: #A48453;
}

.bg-golden-lightest,
.bg-gold-lightest {
  background-color: #EFE3D0;
}

.bg-golden-light,
.bg-gold-light {
  background-color: #BFA57A;
}

.bg-golden,
.bg-gold {
  background-color: #A48453;
}

.btn-golden,
.btn-gold {
  color: #fff;
  background-color: #A48453;
  border-color: #A48453;
  border-radius: 0;
}

.btn-golden:hover,
.btn-gold:hover {
  color: #000;
}

.btn-blue {
  color: #fff;
  background-color: #2B5878;
  border-color: #2B5878;
  border-radius: 0;
}

.btn {
  border-radius: 0;
}

.btn a {
  color: inherit;
}

#primary .btn a {
  display: block;
  min-width: 100px;
}

.btn-circle {
  width: 36px;
  height: 36px;
  padding: 6px 0px;
  border-radius: 18px;
  text-align: center;
  font-size: 18px;
  line-height: 25px;
}

.print-link,
.share-link {
  color: #ffffff;
  margin-left: 5px;
  float: right;
}

.print-link:hover,
.share-link:hover {
  text-decoration: none;
}

.share-link {
  background: #A48453 url(../images/icons/icon-share.png) no-repeat center center;
  background-size: 20px;
}


#heateor_sss_sharing_more_content .filter,
#heateor_sss_sharing_more_content .footer-panel {
  display: none;
}

#heateor_sss_sharing_more_content .all-services ul li a {
  display: none !important;
}

#heateor_sss_sharing_more_content .all-services ul li a[title="Twitter"],
#heateor_sss_sharing_more_content .all-services ul li a[title="Facebook"],
#heateor_sss_sharing_more_content .all-services ul li a[title="Whatsapp"],
#heateor_sss_sharing_more_content .all-services ul li a[title="SMS"],
#heateor_sss_sharing_more_content .all-services ul li a[title="Email"],
#heateor_sss_sharing_more_content .all-services ul li a[title="Copy Link"] {
  display: block !important;
}

/* Content specific design / styles */

.category #main {
  padding-top: 0;
}

.site-content-340,
.site-content-347,
.site-content-2111,
.site-content-2148 {
  background-color: #dee2e6;
}

.site-content-340 .banner-zone,
.site-content-347 .banner-zone,
.site-content-2111 .banner-zone,
.site-content-2148 .banner-zone {
  z-index: unset;
}

.site-content-340 #secondary,
.site-content-2111 #secondary {
  background-color: unset;
}

.site-content-340 #secondary .widget,
.site-content-2111 #secondary .widget {
  padding: 0 1rem 2rem 0;
}

.post-340,
.post-2111 {
  background-color: transparent;
}

.container-post-340>div.row,
.container-post-347>div.row,
.container-post-2111>div.row,
.container-post-2148>div.row {
  background-color: unset !important;
}

.container-post-340 article,
.container-post-347 article,
.container-post-347,
.container-post-2111 article,
.container-post-2148 article,
.container-post-2148 article,
{
background-color: unset;
}

.container-post-340 article .card-body,
.container-post-347 article .card-body,
.container-post-2111 article .card-body,
.container-post-2148 article .card-body,
.container-post-347 .col-md-12,
.container-post-2111 .col-md-12,
.container-post-2148 .col-md-12,
.container-post-340 .col-md-4,
.container-post-347 .col-md-4,
.container-post-2111 .col-md-4,
.container-post-2148 .col-md-4,
.container-post-347 .col-md-3,
.container-post-2111 .col-md-3,
.container-post-2148 .col-md-3,
.container-post-347 .col-md-3 {
  padding: 0 !important;
}


/* su-tabs styling */
.su-tabs {
  background-color: #fff !important;
  border-bottom: 1px solid #dee2e6;
}

.su-tabs-nav {
  border-bottom: 1px solid #dee2e6;
}

.su-tabs-current {
  font-weight: bold;
  border-bottom: 2px solid #A48453;
}

/* profile / subpages widget */

.subpages h3,
.profile h3 {
  margin-top: 1rem;
  font-weight: normal;
}

.subpages h3 {
  h3 border-bottom: 1px solid #dee2e6;
}

/* marquee widget */

.marquee {
  overflow: hidden;
}

.up-down-scroll {
  position: absolute;
  top: 5px;
  right: 4px;
  color: #A48453;
  bottom: auto;
  display: flex;
  flex-direction: column;
  pointer-events: all;
}

.marquee+.btn-marquee-toggle {
  position: absolute;
  bottom: 5px;
  right: 5px;
  color: #A48453;
  top: auto;
}

/* news-flash widget  .news-list .news-flash */
.news-list .marquee {
  height: 250px;
  margin-left: 32px;
}

.news-flash .marquee {
  height: 100px;
  margin-left: 32px;
}

.item-post {
  border-bottom: 1px solid #dee2e6;
  margin-top: 1rem;
}

.item-post:last-child {
  border: 0;
}

.item-post h3 {
  font-weight: bold;
  font-size: 16px;
}

.news-flash h3 {
  font-weight: normal;
  font-size: 16px;
}

#secondary .news-flash {
  border-top: 3px solid #A48453;
  padding-top: 1rem;
  height: 400px;
  margin: 0 !important;
}

#secondary .btn-marquee-toggle {}

/* image-action widget */
.image-action {
  color: #fff;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.image-action h2 {
  color: #fff;
}

.image-action img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image-action .action {
  position: absolute;
  width: 100%;
  text-align: center;
  z-index: 100;
}

.image-action .action-right {
  text-align: right;
}

.image-action .action-left {
  text-align: left;
}

.image-action .action .btn {
  min-width: 100px;
  margin-top: 2rem;
}

.list-banners {
  padding-bottom: 2rem;
}

.list-banners a,
.list-banners a:hover {
  text-decoration: none;
  color: #fff;
}

.list-banners .image-action {
  flex-basis: 32%;
  margin: auto;
  position: relative;
  color: #fff;
  margin-top: 1rem;
  border-top: 3px solid #A48453;
}

.list-banners .image-action .action {
  background-color: rgba(0, 0, 0, 0.4);
  bottom: 0;
  padding-top: 15px;
  max-height: 100%;
}

.list-banners .image-action .action a {
  margin-bottom: 10px;
}

.list-banners .image-action p {
  color: #fff;
}

.list-banners .image-action .excerpt {
  display: none;
  color: #fff;
  padding: 0 5px;
}

.list-banners .image-action:hover .action {
  height: 100%;
  transition: visibility 0s, opacity 0.5s linear;
}

.list-banners .image-action:hover .excerpt {
  display: block;
}

/* dedication widget */
.dedication h2 {
  padding-bottom: 0;
  margin-bottom: 0;
}

.dedication .btn {
  width: 200px;
}

/* quote widget */

.quote {
  background: url(../images/feats/quote-icon.svg) left top no-repeat;
  padding-top: 60px;
  background-size: 50px 50px;
  color: #6B6B6B;
  font-family: 'Oswald';
  font-size: 40px;
  font-weight: 300;
  line-height: 35px;
}

.quote .author {
  font-size: 25px;
  display: block;
  margin-top: 0.5rem;
}

/* donations-form widget */

.card-marked {
  border-top: 4px solid #A48453;
  padding: 1rem;
}

.widget .oi {
  vertical-align: middle;
}

.donations-form h4 {
  font-family: 'Oswald';
  font-size: xx-large;
}

.donations-form input {
  border-radius: 0;
  background-color: #ccc;
}

.contact-side .oi {
  margin-left: 5px;
  color: #A48453;
}

.contact-form input:not(.btn),
.contact-form textarea,
.contact-form select {
  border-radius: 0;
  direction: rtl;
  background-color: #dee2e6;
  color: #000;
  margin: 1rem;
}

.contact-form input[type="date"] {
  text-align: right;
}

.contact-form .btn {
  width: 150px;
  margin: 0;
  color: #fff;
  background-color: #A48453;
  border-color: #A48453;
  border-radius: 0;
}

.contact-form .btn:hover {
  background-color: #000;
}

/* site-contact widget */

.site-contact {
  background-color: #fff;
}

.site-contactmap {
  border: 1px solid #dee2e6;
  height: 100%;
  min-height: 400px;
}

.site-contact h3 {
  font-weight: normal;
  margin: 0.5rem 0.25rem;
}

.site-contact span {
  vertical-align: middle;
}

.site-contact a.email {
  color: #000;
}

.site-contact .btn {
  margin-top: 1.5rem;
}

#sucmap {
  height: 100%;
}

/* annual calendar */
#slick-show h3 {
  margin-top: 1rem;
  margin-bottom: 2rem;
}

#slick-show .slick-in-buttons {
  margin-top: 2rem;
  flex-direction: row-reverse;
  justify-content: flex-end !important;
  display: flex !important;
}

/* pre-footer widget  */

.pre-footer-title {
  font-family: 'Oswald';
  font-size: 35px;
  color: #A48453;
  border-top: 8px solid #A48453;
  padding: 2rem 0;
}

/* leader page */

.leader>.card-body>.entry-content>img {
  max-width: 300px;
}

/* youtube carousel  */

.youtube-slider .slick-slide {
  height: 180px;
  position: relative;
}

.youtube-slider .slick-slide a:after {
  content: '\e093';
  font-family: 'Icons';
  position: absolute;
  font-size: 50px;
  color: #fff;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  top: 50%;
  right: 40%;
}

/* Institues */
.list-row>.card {
  display: block;
}

.list-row>.card>img {
  float: left;
  margin-right: 1rem;
}

/* Search */
.searchandfilter {
  margin: 1rem;
}

.searchandfilter input,
.searchandfilter select {
  border-radius: 0;
}

.searchandfilter input[type=submit] {
  background-color: #A48453;
  min-width: 120px;
  border: 0;
}

/* The light */
.front-page .the-light-wrap {
  margin-right: 15px !important;
}

.the-light {
  padding: 20px;
  min-height: 200px;
  width: 100%;
}

.wp-bp-pre-footer-widget .the-light {
  text-align: center;
  width: unset;
}

.the-light h6 {
  display: none;
}

.the-light img {
  width: 100px;
  height: 100px !important;
  border-radius: 50px;
  float: right;
}

.wp-bp-pre-footer-widget .the-light img {
  float: none;
  margin: 1rem auto;
}

.the-light .excerpt {
  padding-right: 20px;
  float: right;
}

.wp-bp-pre-footer-widget .the-light .excerpt {
  float: none;
  padding: 0;
}

.slick-prev,
.slick-prev:hover,
.slick-prev:focus,
.slick-next,
.slick-next:hover,
.slick-next:focus {
  color: #000A28;
  z-index: 1;
}

.slick-prev {
  right: auto;
  left: 10px;
}

.slick-next {
  right: 10px;
  left: auto;
}

#slick-thumbs .slick-slide img {
  padding-right: 5px;
}

#site-navigation .btn-language {
  display: none;
  color: #2B5878;
}

/*--------------------------------------------------------------
# Media Queries
--------------------------------------------------------------*/
@media (min-width: 768px) {
  .hentry.card .card-body {}

  .wb-hide-mobile-sidebar .wp-bp-sidebar-width {
    display: block;
  }
}

/* SM */
@media (max-width: 575.98px) {
  #site-navigation {
    height: 50px;
    background-color: #fff;
  }

  #site-navigation .container {
    justify-content: flex-start;
    background-color: #fff
  }

  .site-info {
    margin-top: 0 !important;
  }

  .navbar-brand {
    background-color: #fff;
    border: 0;
    position: relative;
    margin-right: 1rem;
  }

  .navbar-brand img {
    margin: 0rem 1rem;
  }

  #site-navigation .btn {
    position: absolute;
    top: 7px;
  }

  #site-navigation .btn-donations {
    right: 10px;
  }

  #site-navigation .btn-search {
    right: 110px;
  }

  #site-navigation .btn-language {
    right: 150px;
  }

  #site-navigation .btn-he {
    display: block;
  }

  #site-navigation .btn-en {
    display: none;
  }

  .site-footer .navbar a {
    padding: 0 10px !important;
  }

  .newsletter-form {
    margin-top: 1rem;
  }

  .developer {
    margin-top: 1rem;
    text-align: right;
  }



  #primary-menu-wrap,
  .navbar-toggler,
  #primary-menu .dropdown-menu,
  .dropdown-menu {
    background-color: #fff;
  }

  #primary-menu-wrap.show,
  .navbar-toggler,
  #primary-menu.show .dropdown-menu,
  .dropdown-menu {
    /* display: block !important; */
  }

  .dropdown-menu,
  .dropdown-menu .nav-item {
    background-color: #fff;
    border: 0;
    padding: 0.25rem !important;
  }

  .dropdown-toggle::after {
    margin: 10px;
    position: absolute;
    right: 10px;
  }

  .front-page .card-group {
    width: unset !important;
  }

  .front-page .card-group .card {
    flex: 1;
  }

  .front-page .card-group>.card:last-of-type {
    display: none;
  }

  .front-page .front-boxes {
    flex-wrap: wrap;
  }

  .front-page .front-boxes .card {
    flex: 1;
    flex-basis: 45%;
  }

  .front-page .image-action {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .front-page .the-light-wrap {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .head-banner {
    padding: 0;
  }

  .head-banner .head-text {
    width: 100%;
    font-size: 30px;
    line-height: 30px;
    padding: 0;
  }

  .head-banner .secondary-text,
  .head-banner .author-text {
    /* display: none; */
  }

  #content .metaslider:first-of-type .caption-wrap {
    position: relative;
  }

  .front-page {
    top: unset;
  }

  .entry-header {
    /* height: 70px; */
  }

  .entry-header h1 {
    padding-top: 1rem;
    font-size: xx-large;
  }

  .entry-header .breadcrumbs {
    display: none;
  }

  #content>div.container>div.row {
    margin-left: 0;
    margin-right: 0;
  }

  .container-post-340>div.row,
  .container-post-347>div.row,
  .container-post-2148>div.row,
  .container-post-2111>div.row {
    padding-top: 1rem;
  }

  .banner-zone {
    height: 110px;
  }

  .banner-zone img {
    height: 100%;
    object-fit: cover;
  }


  .card-leader,
  .card-site {
    width: 100%;
    margin-bottom: 1rem !important;
  }

  .llist-row .card img {
    width: 100%;
    height: auto;
    float: none !important;
  }

  .llist-row .card .card-body {
    padding: 0.5rem !important;
  }

  .news-list,
  .news-flash {
    margin-left: 0 !important;
  }

  .list-cards {
    flex-direction: column !important;
  }

  .list-cards .card {
    width: 100%;
  }

  .list-cards .card img {
    width: 100%;
    height: auto;
    float: none !important;
  }

  .list-cards .card .card-body {
    padding: 0rem !important;
  }

  .list-cards .card .entry-title,
  .list-cards .card .entry-summary {
    padding: 0.5rem;
  }

  .site-content-321 .wp-bp-sidebar-width,
  .site-content-506 .wp-bp-sidebar-width {
    display: block;
    padding-left: 0;
    padding-right: 0;
  }

  #secondary .widget {
    padding: 0;
    padding-bottom: 1rem;
  }

  .image-action .action .btn {
    margin-top: 0.5rem;
  }

  .su-tabs-nav span.su-tabs-current {
    background-color: #f5f5f5;
  }

  img.slider-131,
  img.slider-331,
  img.slider-356,
  img.slider-3117,
  img.slider-3115,
  img.slider-3126 {
    height: 200px !important;
  }
}

/* MD > */
@media (min-width: 576px) {
  .front-page .card-group {
    overflow: hidden;
  }

  .navbar-brand {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  }

  #primary-menu-wrap {
    flex: none;
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
  }

  #primary-menu-wrap>#primary-menu>.nav-item:hover {
    background-color: #EFE3D0;
  }

  #primary-menu-wrap>#primary-menu>.nav-item {
    padding: 0;
    margin: 0.5rem 0 0 0;
  }

  #primary-menu-wrap>#primary-menu>.nav-item .nav-link {
    margin: 0.5rem;
    padding: 0 0.5rem;
  }

  /* #primary-menu-wrap > #primary-menu > .nav-item:first-child { display: none; } */
  #primary-menu-wrap>#primary-menu>.nav-item:last-child a {
    border-left: 1px solid #BFA57A;
    padding-left: 1rem;
    margin-left: 0;
  }

  #primary-menu-wrap>#primary-menu .dropdown-menu .nav-link {
    padding: 0.25rem;
    margin: 0;
  }

  ul.navbar-nav li.dropdown:hover ul.dropdown-menu {
    display: block;
  }

  #metaslider_3098 img {
    -webkit-mask-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0.1) 25%, rgba(255, 255, 255, 1) 73%);
    mask-image: linear-gradient(0deg, rgba(255, 255, 255, 0.1) 25%, rgba(255, 255, 255, 1) 100%);
  }

  .front-page {
    margin-bottom: -50px;
  }

  .fixed-top {
    height: 65px !important;
    background-color: #fff !important;
  }

  .fixed-top .container {
    height: 100%;
  }

  .fixed-top .navbar-brand {
    padding: 0.5rem;
    margin: 0;
    border-width: 0;
    border-color: #2B5878;
    border-style: solid;
  }

  .fixed-top .navbar-brand .normal-brand {
    display: none !important;
  }

  .fixed-top .navbar-brand .small-brand {
    display: block !important;
    border: 1px;
    margin: 0;
    padding: 0;
  }

  .fixed-top #top-menu-wrap {
    display: none !important;
  }

  .fixed-top #primary-menu-wrap {
    bottom: unset;
    position: relative;
    flex-basis: auto;
    margin-left: auto;
    right: unset;
  }
}

.en {
  display: block;
}

.he {
  display: none;
}


.front-page .card-group .h2 .btn {
  float: left;
}

.front-page .card-group>.card {
  margin-right: 0rem;
}

.front-page .card-group>.card~.card {
  margin-right: 1rem;
  margin-left: 0;
}

.front-page .card-group .card-group {
  border-top: 0;
  height: -webkit-fill-available;
  width: 100% !important;
}

.textwidget a[rel="category tag"] {
  display: block;
}