@charset "UTF-8";
/*** RTL websites ***/ /*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden; /* fix firefox animation glitch */
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
  	This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
  	calculation of the height of the owl-item that breaks page layouts
   */
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

@font-face {
  font-family: "Roboto-Flex";
  src: url("../fonts/Rubik-VariableFont_wght.ttf") format("truetype-variations");
  font-weight: 1 999;
}
/* Media Qurys */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: 0;
}

a {
  text-decoration: none;
  color: inherit;
  font-weight: inherit;
}

ul {
  list-style-type: none;
}

img {
  max-width: 100%;
  height: auto;
}

html {
  scroll-behavior: smooth;
  font-family: "Roboto-Flex";
  color: #343434;
}
html[lang=en-Us] div.wpcf7 {
  direction: ltr;
}

input,
select,
textarea {
  font-family: inherit;
}

h1 {
  font-size: 62px;
}

h2 {
  font-size: 37px;
}

h3 {
  font-size: 24px;
  color: #0E1951;
}

h4 {
  margin-bottom: 5px;
}

p {
  font-size: 17px;
}

.fa,
.far,
.fas {
  font-family: "Font Awesome 5 Free" !important;
}

.fab {
  font-family: "Font Awesome 5 Brands" !important;
}

.button {
  border-radius: 30px;
  padding: 10px 20px;
  width: fit-content;
}
.button.link {
  background-color: transparent;
  border: 3px solid #FFFFFF;
}

body.rtl input::placeholder {
  direction: rtl;
}

.site-warpper {
  max-width: 630px;
  width: 95%;
  margin-right: auto;
  margin-left: auto;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.lowercase {
  text-transform: lowercase;
}

.underline {
  text-decoration: underline;
}

.hvr-sweep-to-right {
  background-repeat: no-repeat;
  background-size: 0 100%;
}
.hvr-sweep-to-right:hover {
  border-color: var(--h-color);
  background-size: 100% 100%;
}

.bg-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-blend-mode: multiply;
}
.bg-img.parallax {
  background-attachment: fixed;
}

.bg-zoom-in-on-hover {
  overflow: hidden;
  position: relative;
}
.bg-zoom-in-on-hover .background-wrapper {
  min-height: 170px;
  background-size: cover;
  background-position: center center;
  transform: scale(1);
  background-repeat: no-repeat;
  transition: 0.3s ease-in-out;
}
.bg-zoom-in-on-hover .background-wrapper:hover {
  transform: scale(1.1);
}

.bg-1 {
  background-color: #F2CC05;
}

.bg-2 {
  background-color: #E53956;
}

.bg-3 {
  background-color: #0E1951;
}

button {
  border: 0;
  cursor: pointer;
  transition: 0.4s ease-in-out;
}

video {
  max-width: 100%;
  height: auto;
}

iframe {
  max-width: 100%;
}

@media (min-width: 1200px) {
  .container {
    width: 1138px;
    margin-inline: auto;
  }
  .content {
    width: 750px;
    margin-inline: auto;
    text-align: justify;
  }
}
@media (min-width: 700px) {
  .mobile-only {
    display: none !important;
  }
}
@media (max-width: 700px) {
  .desktop-only {
    display: none !important;
  }
}
[open-modal],
[close-modal] {
  cursor: pointer;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}
.modal-video iframe {
  width: 100%;
  min-height: 50vh;
}
.modal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
}
.modal.active {
  opacity: 1;
  pointer-events: auto;
}
.modal.active .modal-content {
  margin-top: 15vh;
}
.modal-content {
  position: relative;
  z-index: 99;
  margin: 0 auto;
  margin-top: 30vh;
  padding: 20px;
  width: 80%;
  max-width: 800px;
  box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 7px 20px 0 rgba(0, 0, 0, 0.17);
  transition: margin 0.6s;
  font-size: 18px;
}
.modal .entry-content {
  max-height: 75vh;
  overflow-y: auto;
  padding: 0;
  margin-top: 0;
}
.modal .entry-content img {
  display: block;
}

/* Archive Post */
.post-card {
  margin: 4px;
  max-width: 275px;
  height: 311px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
}
.post-card .hover-wrapper {
  position: relative;
  height: 60%;
}
.post-card .hover-wrapper img, .post-card .hover-wrapper .link-hover {
  height: 100%;
  width: 100%;
}
.post-card .hover-wrapper img {
  object-fit: cover;
  object-position: center;
}
.post-card .hover-wrapper .link-hover {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  background-color: rgba(242, 204, 5, 0);
  transition: all 0.3s;
  color: white;
}
.post-card .hover-wrapper .link-hover .button.link {
  color: black;
  border-color: black;
  opacity: 0;
  transition: all 0.3s;
}
.post-card .hover-wrapper:hover .link-hover {
  background-color: rgba(242, 204, 5, 0.7);
}
.post-card .hover-wrapper:hover .link-hover .button.link {
  opacity: 1;
}
.post-card .text-container {
  padding: 15px 12px 30px;
}

#header {
  box-shadow: 0 2px 33px 6px rgba(0, 0, 0, 0.25);
  position: fixed;
  top: 0px;
  z-index: 9999;
  height: 65px;
  background: hsl(0deg, 0%, 100%);
  width: 100%;
}
#header .top-bar {
  display: flex;
  justify-content: space-between;
  padding-inline: 35px;
}
#header .top-bar .start,
#header .top-bar .end {
  display: flex;
  align-items: center;
}
#header .top-bar .start a,
#header .top-bar .end a {
  text-decoration-line: underline;
  transition: color 0.1s;
}
#header .top-bar .start a:hover,
#header .top-bar .end a:hover {
  color: #E53956;
}
#header .top-bar .start .wp-forecast,
#header .top-bar .end .wp-forecast {
  width: initial;
}
#header .top-bar .start .wp-forecast-curr-block,
#header .top-bar .end .wp-forecast-curr-block {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
#header .top-bar .start .wp-forecast-fc,
#header .top-bar .end .wp-forecast-fc {
  display: none;
}
#header .top-bar .start .wp-forecast-curr-head, #header .top-bar .start .wp-forecast-curr-details,
#header .top-bar .end .wp-forecast-curr-head,
#header .top-bar .end .wp-forecast-curr-details {
  display: none;
}
#header .top-bar > * > * {
  padding-inline: 5px;
}
#header .main-bar {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#header .main-bar .site-branding {
  height: 100%;
}
#header .main-bar .site-branding > a, #header .main-bar .site-branding img {
  height: 100%;
  width: 100%;
}
#header .main-bar #site-navigation {
  display: flex;
  align-items: center;
  flex-grow: 1;
}
#header .main-bar #site-navigation #main-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-inline: 20px;
}
#header .main-bar #site-navigation #main-menu li {
  display: flex;
  justify-content: center;
  align-items: center;
}
#header .main-bar #site-navigation #main-menu li a {
  font-size: 18px;
  padding-inline: 16px;
  transition: all 0.1s;
}
#header .main-bar #site-navigation #main-menu li:hover {
  color: #E53956;
}
#header .main-bar #site-navigation .mobile-menu {
  display: none;
}
@media only screen and (min-width: 800px) {
  #header .main-bar #site-navigation .desktop-menu {
    display: block !important;
  }
  #header .main-bar #site-navigation .mobile-menu {
    display: none !important;
  }
}
#header .main-bar .more-options {
  display: flex;
  justify-content: end;
  align-items: center;
  padding-inline-end: 35px;
  min-width: 365px;
}
#header .main-bar .more-options > * {
  margin-inline: 5px;
}
#header .main-bar .more-options .btns {
  display: flex;
}
@media (min-width: 701px) and (max-width: 1300.9px) {
  #header .main-bar .more-options .btns {
    flex-direction: column;
  }
}
#header .main-bar .more-options .btns .link-to-action {
  color: white;
  font-size: 16px;
  min-width: fit-content; /* width: 160px; */
  padding: 5px 10px;
  background-color: #E53956;
  border-radius: 20px;
  text-align: center;
  margin: 2px;
}
#header .main-bar .more-options .icons-wrapper {
  color: #B6B6B6;
}
#header .main-bar .more-options .icons-wrapper i {
  color: black;
  margin-inline: 3px;
}
#header .main-bar .more-options .icons-wrapper .lang-item {
  color: black;
  text-transform: uppercase;
  display: inline-block;
  list-style-type: none;
  margin-inline-end: -4px;
}

.questions-and-answers-btn {
  position: fixed;
  top: 90%;
  right: 2%;
  background: #660822;
  height: 50px;
  width: 50px;
  padding: 5px;
  border-radius: 50%;
  color: #FFFFFF;
  border: 2px solid #660822;
  font-family: "Roboto-Flex";
}

.q_and_a {
  position: fixed;
  height: 100vh;
  width: 30%;
  right: 0;
  top: 0;
  background: #fff;
  z-index: 9999;
  padding: 38px 15px;
  right: -100%;
  transition: 0.7s ease-in-out;
  display: none;
}

.q_and_a.active {
  right: 0;
  display: block;
}

.q_and_a .question {
  background-color: #e8dde1;
  color: #660822;
  margin: 5px 0 0 0;
  padding: 9px;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}

.q_and_a .answer {
  display: none;
  background-color: burlywood;
  color: #660822;
  margin: 0 0 5px 0;
  padding: 0 8px 8px 8px;
}

.q_and_a .close {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

.q_and_a .close .fa {
  color: #660822;
  cursor: pointer;
}

.q_and_a .conect {
  display: flex;
  justify-content: center;
  position: absolute;
  top: 93%;
  width: 85%;
}

.q_and_a .conect a {
  margin: 0 20px;
}

.site-footer img.bottom_img {
  width: 100%;
}
.site-footer .footer-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: -5px;
  padding-block: 50px 34px;
}
.site-footer .footer-container #Footer-Menu {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 35px;
  color: white;
}
.site-footer .footer-container #Footer-Menu li {
  padding-inline-end: 4px;
  color: #b8c1f3;
}
.site-footer .footer-container #Footer-Menu li:not(:last-child)::after {
  content: " | ";
}
.site-footer .footer-container .footer-contact {
  display: flex;
  justify-content: center;
  align-items: center;
}
.site-footer .footer-container .footer-contact .frame {
  display: flex;
  justify-content: start;
  background-color: #212D6D;
  border-radius: 16px;
  padding: 15px 10px;
  margin-inline-end: 29px;
  width: 361px;
}
.site-footer .footer-container .footer-contact .frame:last-child {
  margin-inline-end: 0;
}
.site-footer .footer-container .footer-contact .frame .circle {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  height: 70px;
  width: 70px;
  margin-inline-end: 10px;
}
.site-footer .footer-container .footer-contact .frame .circle i {
  color: #BAC0E2;
  font-size: 36px;
}
.site-footer .footer-container .footer-contact .frame .content-wrapper {
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: column;
  width: 70%;
}
.site-footer .footer-container .footer-contact .frame .content-wrapper .frame-label {
  font-size: 16px;
  color: #BAC0E2;
}
.site-footer .footer-container .footer-contact .frame .content-wrapper .frame-content {
  font-size: 22px;
  color: white;
}
.site-footer .footer-container .footer-contact .location .frame-content {
  font-size: 16px !important;
}
.site-footer .site-info {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #08103A;
  height: 60px;
  color: #848FC2;
}
.site-footer .sep {
  padding-inline: 5px;
}

.share-modal .modal-content {
  max-width: 500px;
}
.share-content {
  display: flex;
  justify-content: center;
  align-items: center;
}
.share-content a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25%;
  padding: 10px;
  font-size: 24px;
}

.share-icons-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}
.share-icons-wrapper .icon-wrapper {
  border-radius: 50%;
  display: flex;
  font-size: 14px;
  margin-inline: 5px;
  height: 30px;
  width: 30px;
  color: white;
}
.share-icons-wrapper .icon-wrapper i {
  margin: auto;
}
.share-icons-wrapper .facebook-share {
  background-color: #2e89ff;
}
.share-icons-wrapper .whatsapp-share {
  background-color: #00e676;
}
.share-icons-wrapper .email-share {
  background-color: #08103A;
}
.share-icons-wrapper .twitter-share {
  background-color: #4fc5f7;
}
.share-icons-wrapper::before {
  content: " הפיצו את הבשורה";
}

body.page header.entry-header,
body.single header.entry-header,
body.archive header.entry-header {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #E53956;
  color: white;
  text-align: center;
  height: 145px;
  margin-bottom: 70px;
  margin-top: 65px;
}
body.page header.entry-header img,
body.single header.entry-header img,
body.archive header.entry-header img {
  margin-inline: auto;
}
body.page h2,
body.single h2,
body.archive h2 {
  color: #660822;
  font-size: 24px;
}

.posts-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

/* Home Carousel */
#top-slider .owl-nav {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  transform: translateY(-50px);
  width: 100%;
  height: 0;
}
#top-slider .owl-nav button {
  margin: 0;
  border-radius: 0;
  font-family: monospace;
  font-size: 70px;
  background-color: rgba(16, 16, 16, 0.7215686275);
  color: white;
  line-height: 0;
  padding-inline: 10px;
  height: 60px;
  padding-bottom: 5px !important;
}
#top-slider .item {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: column;
  border-radius: 0px 0px 60% 60%/0px 0px 80px 80px;
  background-position: top;
  margin: auto;
  padding-bottom: 22px;
  height: 65vh;
  text-align: center;
  color: white;
}
#top-slider .item p {
  font-size: 20px;
}
#top-slider .item h1,
#top-slider .item p,
#top-slider .item h2,
#top-slider .item a {
  text-shadow: 0 2px rgba(0, 0, 0, 0.24);
}
#top-slider .item h2 {
  color: white;
  font-family: "Bebas Neue";
  letter-spacing: 1.2px;
}
#top-slider .item .banner-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
}
#top-slider .item .banner-buttons .button {
  margin: 5px;
  padding-block: 10px;
}
#top-slider .item .banner-buttons .button.video {
  background-color: #F2CC05;
}
#top-slider .item .banner-buttons .button.link {
  color: white;
}
#top-slider .down-group {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 19px;
}
#top-slider .down-group i {
  color: #bfbfbf;
  font-size: 37px;
  line-height: 19px;
}
#top-slider .down-group i:nth-child(2) {
  opacity: 0.4;
}
#top-slider .down-group i:nth-child(3) {
  opacity: 0.2;
}

/* Chabad Options */
.chabad-options {
  margin-block: 76px 69px;
  text-align: center;
}
.chabad-options > img {
  margin-block-end: 28px;
}
.chabad-options article {
  margin: auto;
  margin-bottom: 36px;
}
@media (min-width: 700px) {
  .chabad-options article {
    width: 710px;
  }
}
.chabad-options .categories {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  flex-wrap: wrap;
  max-width: 680px;
}
.chabad-options .categories .category {
  margin: 5px;
  padding: 10px 15px;
  background-color: rgba(242, 204, 5, 0.4);
  transition: all 0.3s;
  border-radius: 25px;
}
.chabad-options .categories .category:hover {
  background-color: #F2CC05;
}

/* Chabad Donation */
.chabad-donation {
  background-position: center;
  background-size: cover;
  margin-block: 76px 69px;
  padding-block: 60px;
  text-align: center;
  color: white;
}
.chabad-donation h3,
.chabad-donation .button {
  color: white;
}
.chabad-donation > img {
  margin-block-end: 28px;
}
.chabad-donation > div {
  margin: auto;
  margin-bottom: 36px;
}
@media (min-width: 700px) {
  .chabad-donation > div {
    width: 710px;
  }
}
.chabad-donation .button {
  padding: 10px 30px;
}

/* Portfolio Category */
section.portfolio {
  margin-block: 100px;
  padding-block: 100px;
}
section.portfolio .category-description {
  color: white;
}
section.portfolio .category-description h3, section.portfolio .category-description p, section.portfolio .category-description blockquote, section.portfolio .category-description a {
  color: inherit !important;
}

.portfolio-category {
  display: flex;
  justify-content: center;
  align-items: center;
}
.portfolio-category .category-description {
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: column;
  width: 25%;
}
.portfolio-category .category-description .category-content {
  margin-top: 15px;
}
.portfolio-category .category-description .category-content blockquote {
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 20px;
  color: #0E1951;
}
.portfolio-category .category-description .category-content h3 {
  margin-block: 5px 10px;
}
.portfolio-category .category-description .category-content p {
  font-size: 16px;
}
.portfolio-category .category-description .button.link {
  margin-top: 15px;
  border: 3px solid #dddddd;
  color: black;
}
.portfolio-category .posts-container {
  display: flex;
  width: 75%;
}
.portfolio-category .text-container {
  background-color: white;
}

/* Single Pair */
.single-pair {
  display: flex;
  justify-content: space-between;
  margin-block: 40px;
}
.single-pair h4 {
  font-size: 20px;
}
.single-pair .single-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  overflow: hidden;
  width: 49%;
  min-height: 200px;
  max-height: 230px;
  border-radius: 16px;
}
.single-pair .single-box .single-wrapper-image {
  width: 50%;
}
.single-pair .single-box .single-wrapper-image img {
  width: 100%;
}
.single-pair .single-box .single-wrapper-image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
}
.single-pair .single-box .single-description {
  overflow: hidden;
  width: 50%;
  padding-block: 20px 25px;
  padding-inline-start: 30px;
}
.single-pair .single-box .single-description .single-content {
  margin-bottom: 26px;
  position: relative;
  z-index: 3;
}
.single-pair .single-box .single-description .button.link {
  padding: 5px 30px;
  font-size: 16px;
}
.single-pair .single-box.single-one {
  background-color: #F2CC05;
  color: black;
}
.single-pair .single-box.single-one .button.link {
  border-color: #5c4e02;
  color: #5c4e02;
}
.single-pair .single-box.single-one .single-wrapper-image::after {
  background: -webkit-linear-gradient(0deg, rgba(0, 47, 75, 0) 75%, #F2CC05 100%);
}
.single-pair .single-box.single-two {
  background-color: #0E1951;
  color: white;
}
.single-pair .single-box.single-two h3 {
  color: white;
}
.single-pair .single-box.single-two .button.link {
  border-color: #a2afef;
  color: #a2afef;
}
.single-pair .single-box.single-two .single-wrapper-image::after {
  background: -webkit-linear-gradient(0deg, rgba(0, 47, 75, 0) 75%, #0E1951 100%);
}

/* Gallery Section */
.gallery-section .gallery-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 80px 262px 292px;
  gap: 20px 30px;
  grid-auto-flow: row;
  grid-template-areas: "description description tip" "carousel carousel box-one" "carousel carousel box-two";
}
.gallery-section .gallery-grid .tip {
  display: flex;
  justify-content: start;
  align-items: center;
  grid-area: tip;
  position: relative;
  background-color: #F2CC05;
  border-radius: 8px;
  padding: 12px 20px;
}
.gallery-section .gallery-grid .tip i {
  font-size: 42px;
  margin-inline-end: 12px;
}
.gallery-section .gallery-grid .tip::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 0;
  height: 0;
  border: 15px solid transparent;
  border-left-color: #F2CC05;
  border-right: 0;
  margin-top: -15px;
  margin-right: -15px;
}
.gallery-section .gallery-grid .description {
  grid-area: description;
}
.gallery-section .gallery-grid .info-box,
.gallery-section .gallery-grid .carousel {
  border-radius: 16px;
}
.gallery-section .gallery-grid .info-box {
  display: flex;
  align-items: flex-end;
  background: linear-gradient(180deg, #000013 0%, #000000 100%);
  padding: 17px 28px;
  color: white;
  text-shadow: 0 2px rgba(0, 0, 0, 0.24);
  height: 262px;
}
.gallery-section .gallery-grid .info-box.box-one {
  grid-area: box-one;
}
.gallery-section .gallery-grid .info-box.box-two {
  grid-area: box-two;
}
.gallery-section .gallery-grid .carousel {
  grid-area: carousel;
  position: relative;
}
.gallery-section .gallery-grid .carousel .item {
  height: 530px;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 15px;
}
.gallery-section .gallery-grid .carousel .item img {
  border-radius: 16px;
  height: 544px;
  object-fit: cover;
}
.gallery-section .gallery-grid .carousel .item .image-description {
  margin: 10px;
  position: relative;
  top: 86%;
}
.gallery-section .gallery-grid .carousel .item .image-description i {
  color: #F2CC05;
  margin-inline-end: 5;
}
.gallery-section .gallery-grid .carousel .owl-nav {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  transform: translateY(-50px);
  width: 100%;
}
.gallery-section .gallery-grid .carousel .owl-nav button {
  margin: 0;
  border-radius: 0;
  font-family: monospace;
  font-size: 70px;
  background-color: rgba(16, 16, 16, 0.7215686275);
  color: white;
  line-height: 0;
  padding-inline: 10px;
  height: 60px;
  padding-bottom: 5px !important;
}
.gallery-section .gallery-grid .carousel .owl-dots {
  display: none;
}

/* More Links Section */
.more-links .links-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 10px;
  margin-block: 10px;
}
.more-links .links-wrapper .link-box {
  display: flex;
  justify-content: start;
  align-items: center;
  border-radius: 16px;
  border: 1px solid #d6d6d6;
  padding: 10px 6px;
  width: 100%;
}
.more-links .links-wrapper .link-box:not(:last-child) {
  margin-inline-end: 10px;
}
.more-links .links-wrapper .link-box .icon-wrapper {
  display: flex;
  border-radius: 50%;
  margin-inline-end: 10px;
  height: 70px;
  width: 70px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.more-links .links-wrapper .link-box .icon-wrapper i {
  margin: auto;
  font-size: 35px;
  color: #d9b704;
}
.more-links .links-wrapper .link-box a {
  font-size: 18px;
}
.more-links .links-wrapper .link-box b {
  width: 140px;
}

/* Comments & Facebook */
.comments-facebook .boxes-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 20px;
}
.comments-facebook .boxes-wrapper .comments-box {
  padding: 40px;
  background-color: #F2CC05;
  text-align: center;
  max-width: 550px;
}
.comments-facebook .boxes-wrapper .comments-box i {
  font-size: 40px;
  color: #08103A;
  margin-block: 25px;
}
.comments-facebook .boxes-wrapper .comments-box .owl-nav {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.comments-facebook .boxes-wrapper .comments-box .single-comment {
  color: #08103A;
  font-size: 18px;
  font-weight: 600;
}
.comments-facebook .boxes-wrapper .facebook-box {
  padding: 60px;
}
.comments-facebook .boxes-wrapper .facebook-box .facebook-content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 70px;
  text-align: center;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
}
.comments-facebook .boxes-wrapper .facebook-box .facebook-content .facebook-button {
  border-radius: 50px;
  margin-top: 30px;
  padding: 15px 30px;
  color: white;
  background-color: #08103A;
}

.clearfix:before,
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
} /* IE < 8 */
@media (max-width: 700px) {
  .container,
.content:not(#Footer-Menu) {
    width: 90%;
    margin: auto;
  }
  article,
p,
h1,
h2,
h3,
h4 {
    width: 100%;
  }
  p {
    font-size: 16px !important;
  }
  h1 {
    font-size: 38px !important;
    margin-top: 0 !important;
  }
  h2 {
    font-size: 16px !important;
  }
  h3 {
    font-size: 20px !important;
  }
  h4 {
    margin-bottom: 5px;
  }
  p {
    font-size: 17px;
  }
  article,
.container,
.content:not(#Footer-Menu) {
    flex-direction: column;
  }
  #header {
    position: fixed;
    z-index: 20;
    width: 100vw;
    background-color: white;
  }
  main {
    position: relative;
    top: 72px;
  }
  .main-bar {
    height: 20vw;
    z-index: 20;
  }
  .main-bar .more-options {
    padding: 0 !important;
  }
  .main-bar #site-navigation {
    position: relative;
    height: 100%;
    flex-grow: unset !important;
    order: 1;
  }
  .main-bar #site-navigation .desktop-menu {
    display: none !important;
  }
  .main-bar #site-navigation .mobile-menu-btn {
    background-color: #E53956;
    color: white;
    width: 50px;
    height: 100%;
    font-size: 24px;
  }
  .main-bar #site-navigation .mobile-menu-wrapper {
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    position: absolute;
    bottom: -100vh;
    z-index: 10;
  }
  .main-bar #site-navigation .mobile-menu-wrapper .mobile-menu {
    background: #F2CC05;
    margin: auto;
    margin-inline-end: 0;
    padding: 20px 15px;
    line-height: 1.8;
    width: 45vw;
    height: 100vh;
  }
  .main-bar #site-navigation .mobile-menu-wrapper .mobile-menu .lang-item {
    font-weight: 500;
  }
  .main-bar .locale-details {
    width: 40%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .main-bar .locale-details .local-time {
    padding-top: 30px;
  }
  .main-bar .locale-details .weather-wrapper .wp-forecast-curr-head,
.main-bar .locale-details .weather-wrapper .wp-forecast-curr-details {
    display: none;
  }
  .main-bar .locale-details .weather-wrapper .wp-forecast-curr-block {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
  }
  .main-bar .icons-wrapper {
    padding: unset !important;
  }
  h1.entry-title {
    margin-bottom: 10px !important;
  }
  .banner-subtitle {
    margin-bottom: 10px;
  }
  .banner-buttons {
    margin-bottom: 30px !important;
  }
  .down-group {
    transform: scale(0.8);
  }
  .gallery-grid {
    display: flex !important;
    flex-direction: column;
  }
  .single-box {
    width: 100% !important;
    margin-block: 15px;
  }
  .single-box .single-wrapper-image {
    width: 33% !important;
  }
  .single-box .single-wrapper-image img {
    all: inherit;
    width: auto !important;
  }
  .single-box .single-wrapper-image::after {
    width: 35% !important;
  }
  .single-box .single-description {
    width: 67% !important;
    padding-inline-start: 15px !important;
  }
  .single-box.single-one .single-wrapper-image::after {
    background: -webkit-linear-gradient(0deg, rgba(0, 47, 75, 0) 60%, #F2CC05 100%) !important;
  }
  .single-box.single-two .single-wrapper-image::after {
    background: -webkit-linear-gradient(0deg, rgba(0, 47, 75, 0) 60%, #0E1951 100%) !important;
  }
  .category-description {
    width: auto !important;
  }
  .category-description,
.posts-container {
    margin-block: 20px 40px;
  }
  .category-description .post-card,
.posts-container .post-card {
    margin-bottom: 15px;
    height: unset !important;
    min-height: 311px;
  }
  .gallery-grid .carousel .item img {
    height: 500px !important;
  }
  .single-pair {
    margin-bottom: 70px;
  }
  .more-links .links-wrapper {
    grid-template-columns: 1fr 1fr !important;
    row-gap: 10px;
    font-size: 16px !important;
  }
  .more-links .links-wrapper .icon-wrapper {
    height: 45px !important;
    width: 45px !important;
    padding: 12px !important;
  }
  .more-links .links-wrapper .icon-wrapper i {
    font-size: 20px !important;
  }
  .comments-facebook .boxes-wrapper {
    grid-template-columns: 1fr !important;
    row-gap: 20px;
  }
  .footer-contact {
    flex-direction: column;
  }
  .footer-contact .frame {
    margin-inline: auto !important;
    margin-bottom: 15px;
    width: 75vw !important;
  }
  .footer-contact .frame .frame-content {
    width: 100%;
  }
}

/*# sourceMappingURL=main-rtl.min.css.map */
