@charset "UTF-8";
/*


 ************************
 *                      *
 *      Style CSS       *      **********  **********  **********
 *   Created By #zuka   *      *           *           *
 *                      *      *           **********  **********
 *       Version:       *      *                    *           *
 *       26.08.86       *      **********  **********  **********
 *                      *
 ************************

 *
 *  To receive excellent service from #zuka,
 *  please do not make any changes to this CSS file.
 *


*/
/*



* - * - * ----- Accessibility ----- * - * - *

*/
@import url("https://fonts.googleapis.com/css2?family=Alef:wght@400;700&display=swap");
a,
input,
select,
textarea,
button {
  border: 1px dashed transparent;
}
a:focus,
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
  border: 1px dashed #b0bec5;
}

#zuka-accessibility {
  position: fixed;
  left: 10px;
  bottom: 80px;
  padding: 0;
  background: white;
  z-index: 26081986;
  border: 1px solid;
  display: none;
}
#zuka-accessibility .accessibility-menu-btn {
  display: flex;
  flex-direction: row-reverse;
  gap: 5px;
  align-items: center;
  margin: auto;
}
#zuka-accessibility menu {
  display: none;
  padding: 10px;
}
#zuka-accessibility menu menuitem {
  display: flex;
  align-items: center;
  padding: 5px 0;
  border-bottom: 1px solid #374750;
}
#zuka-accessibility menu menuitem p {
  font-size: 20px;
  font-weight: 700;
  width: 80px;
}
#zuka-accessibility menu menuitem figure {
  display: flex;
  flex-direction: column;
}
#zuka-accessibility menu menuitem figure label {
  display: flex;
  align-items: center;
  cursor: pointer;
}
#zuka-accessibility menu menuitem figure label:hover, #zuka-accessibility menu menuitem figure label:focus {
  background: white;
}
#zuka-accessibility menu menuitem figure label i {
  font-size: 20px;
}
#zuka-accessibility menu menuitem figure label input {
  background: transparent;
  white-space: normal;
  line-height: 1;
  width: 127px;
  border: 1px solid transparent;
  font-size: 16px;
}
#zuka-accessibility menu menuitem figure label input:hover, #zuka-accessibility menu menuitem figure label input:focus {
  outline: none;
  text-decoration: underline;
  border: 1px dashed #b0bec5;
}

.accessibility-open {
  display: block !important;
}
.accessibility-open menu {
  display: block !important;
}

.accessibility-btn-fixed {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px;
  border-radius: 50px;
  left: 10px;
  bottom: 10px;
  z-index: 2;
  position: fixed;
  background: #0f6299;
}
.accessibility-btn-fixed svg {
  height: 30px;
  fill: white;
}

.font-content #zuka-accessibility menu menuitem figure label[for=font-content] {
  background: #607d8b;
  color: white;
}
.font-content #zuka-accessibility menu menuitem figure label[for=font-content] input {
  color: white;
}
.font-content body {
  font-family: "arial", "sans-serif" !important;
}

.links-content #zuka-accessibility menu menuitem figure label[for=links-content] {
  background: #607d8b;
  color: white;
}
.links-content #zuka-accessibility menu menuitem figure label[for=links-content] input {
  color: white;
}
.links-content a,
.links-content .btn-main {
  color: red !important;
  text-decoration: underline !important;
}

.light-contrast #zuka-accessibility menu menuitem figure label[for=light-contrast] {
  background: #607d8b;
  color: white;
}
.light-contrast #zuka-accessibility menu menuitem figure label[for=light-contrast] input {
  color: white;
}
.light-contrast body,
.light-contrast h1,
.light-contrast h2,
.light-contrast h3,
.light-contrast .btn-main,
.light-contrast .btn-sec,
.light-contrast .btn-submit {
  color: gray !important;
}
.light-contrast img {
  -webkit-filter: grayscale(100%) !important;
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%) !important;
}
.light-contrast a {
  color: black !important;
}

.hard-contrast #zuka-accessibility menu menuitem figure label[for=hard-contrast] {
  background: #607d8b;
  color: white;
}
.hard-contrast #zuka-accessibility menu menuitem figure label[for=hard-contrast] input {
  color: white;
}
.hard-contrast body,
.hard-contrast footer,
.hard-contrast h2 {
  background: black !important;
  color: yellow !important;
}
.hard-contrast h1,
.hard-contrast button {
  color: yellow !important;
}
.hard-contrast img,
.hard-contrast .contact-page {
  -webkit-filter: invert(100%) !important;
  /* Safari 6.0 - 9.0 */
  filter: invert(100%) !important;
}

.large-view #zuka-accessibility menu menuitem figure label[for=large-view] {
  background: #607d8b;
  color: white;
}
.large-view #zuka-accessibility menu menuitem figure label[for=large-view] input {
  color: white;
}
.large-view body {
  zoom: 1.2 !important;
}

.xlarge-view #zuka-accessibility menu menuitem figure label[for=xlarge-view] {
  background: #607d8b;
  color: white;
}
.xlarge-view #zuka-accessibility menu menuitem figure label[for=xlarge-view] input {
  color: white;
}
.xlarge-view body {
  zoom: 1.5 !important;
}
.xlarge-view body #zuka-accessibility {
  zoom: 0.8;
}

/*



* - * - * ----- Zukalize ----- * - * - *

*/
/*

 *                                                                                  *
 *  Zukalize standard                                                               *
 *  Based on normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css  *
 *                                                                                  *

*/
* {
  transition: all 0.5s ease;
  box-sizing: border-box;
}

html {
  height: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
}

footer {
  margin-top: auto;
}

a {
  background-color: transparent;
  text-decoration: none;
  cursor: pointer;
  color: inherit;
}
a:active, a:hover {
  outline-width: 0;
}
a:hover, a:focus, a:active, a:visited {
  color: inherit;
}

b,
strong {
  font-weight: bolder;
}

ul, ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
}

input,
select,
textarea {
  width: 100%;
  font-size: inherit;
  font-family: inherit;
}

fieldset {
  border: none;
  padding: 0;
  margin: 0;
}

menu {
  padding: 0;
  margin: 0;
}

figure {
  margin: 0;
}

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

i {
  text-align: center;
}

sub,
sup {
  font-size: 75%;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

small {
  font-size: 80%;
}

kbd,
pre,
code,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

mark {
  background-color: #ff0;
  color: black;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  box-sizing: content-box;
  overflow: visible;
  height: 0;
}

/*



* - * - * ----- Colors ----- * - * - *

*/
.colorHistory {
  fill: #ffc886;
  color: #ffc886;
}

.colorPhilosophy {
  fill: #74b9c9;
  color: #74b9c9;
}

.colorLiterature {
  fill: #f88;
  color: #f88;
}

.colorArt {
  fill: #6fafa4;
  color: #6fafa4;
}

.colorLang {
  fill: #B57AA0;
  color: #B57AA0;
}

.colorArchives {
  fill: #6F81AF;
  color: #6F81AF;
}

:root {
  --categoryColor: #00899a;
}

.category-history {
  --categoryColor: #ffc886;
}

.category-philosophy {
  --categoryColor: #74b9c9;
}

.category-literature {
  --categoryColor: #f88;
}

.category-art {
  --categoryColor: #6fafa4;
}

.category-language {
  --categoryColor: #B57AA0;
}

.category-archives {
  --categoryColor: #6F81AF;
}

/*



* - * - * ----- Typography ----- * - * - *

*/
html {
  direction: rtl;
  line-height: 1.3;
  font-family: "Alef", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #212226;
}

h1 {
  font-weight: 700;
  font-size: 50px;
  text-align: center;
  margin: 0;
  padding: 0;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 35px;
  }
}

h2 {
  font-weight: 700;
  font-size: 40px;
  line-height: 1;
  padding: 0;
  margin: 30px 0;
}
h2 span {
  font-weight: 400;
  display: block;
}
h2 b {
  color: #59e6cd;
}

h3 {
  font-weight: 700;
  font-size: 25px;
  line-height: 1;
  margin: 0;
}
h3 span {
  font-weight: 400;
  font-size: 60%;
  display: block;
}

h4 {
  font-weight: 700;
  font-size: 25px;
  line-height: 1;
  margin: 0;
}
h4 span {
  display: block;
  font-weight: 400;
  font-size: 80%;
  margin-top: 5px;
}

h5 {
  font-weight: 700;
  font-size: 16px;
  margin: 0;
  line-height: 1;
}

h6 {
  font-weight: 400;
  font-size: 13px;
  margin: 10px 0;
}

b {
  font-weight: 700;
}

strong {
  font-weight: 700;
}

small {
  font-size: 13px;
}

blockquote {
  display: inline-table;
  font-weight: 700;
  margin: 20px 0;
}

/*



* - * - * ----- Style ----- * - * - *

*/
body {
  color: #212226;
}

section {
  padding: 20px 0;
  outline: none;
}

figure {
  display: flex;
}

address {
  font-style: normal;
}

a:hover {
  color: #212226;
  text-decoration: underline;
}

svg {
  height: 100px;
}

input[type=button],
button {
  cursor: pointer;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  direction: inherit;
  color: inherit;
  white-space: nowrap;
  padding: 5px;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.screen-reader-text {
  border: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  word-wrap: normal !important;
}

.wrapper {
  max-width: 1920px;
  padding: 0 50px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .wrapper {
    max-width: 100vw;
    padding: 0 30px;
  }
}

body .a-btn {
  display: inline-block;
  text-align: center;
  padding: 6px 26px;
  border-radius: 50px;
  border: 1px solid;
  background: #212226;
  color: white;
  text-decoration: none;
}
body .a-btn:hover {
  color: #212226;
  background: white;
}
body .a-btn i {
  font-size: 80%;
  margin-right: 5px;
}
body .a-cta {
  font-size: 25px;
  font-weight: 700;
  color: white;
  background: #59e6cd;
  border-radius: 10px;
  padding: 10px 30px;
}
body .a-cta:hover {
  background: #00899a;
}
body .a-cancel {
  color: white;
  border: 1px solid;
  background: transparent;
  text-decoration: none;
}
body .share-btn {
  height: 28px;
}
body .share-btn svg {
  height: 16px;
  fill: var(--categoryColor);
}
body .read-more-btn {
  font-size: 18px;
  font-weight: 700;
  border-bottom: 1px solid;
  margin-top: auto;
  width: fit-content;
  text-decoration: none;
}

.middle-line {
  position: relative;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
}
.middle-line:before {
  border-top: 2px solid white;
  content: "";
  margin: 0 auto;
  position: absolute;
  width: 42%;
  top: 50%;
  left: 0;
  bottom: 0;
  z-index: 0;
}
.middle-line:after {
  border-top: 2px solid white;
  content: "";
  margin: 0 auto;
  position: absolute;
  width: 42%;
  top: 50%;
  right: 0;
  bottom: 0;
  z-index: 0;
}

/*



* - * - * ----- General ----- * - * - *

*/
::-moz-selection {
  background: rgba(218, 225, 203, 0.6);
}

::selection {
  background: rgba(218, 225, 203, 0.6);
}

::placeholder {
  color: #212226;
}

.logo-shnorkel {
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.logo-shnorkel svg {
  width: 190px;
  height: auto;
  display: block;
}
.logo-shnorkel .shnorkel-icon {
  opacity: 1;
}
.logo-shnorkel .text {
  fill: #212226;
}

.logo-text-only .logo-shnorkel .shnorkel-icon {
  width: 0;
  opacity: 0;
}

.DTP-logo {
  height: 70px;
  margin-top: 20px;
}
.DTP-logo .rectangleRed {
  fill: #e30613;
}
.DTP-logo .rectangleYellow {
  fill: #f8d200;
}
.DTP-logo .DTPColor {
  fill: #1d1d1b;
}

.menu-toggle {
  border: 1px solid;
  border-radius: 50px;
  width: 50px;
  height: 50px;
  align-items: center;
  justify-content: center;
  display: none;
  z-index: 2;
}
.menu-toggle svg {
  height: 25px;
}
.menu-toggle svg .times {
  display: none;
}

.main-navigation-open {
  overflow: hidden;
}
.main-navigation-open .menu-toggle svg .times {
  display: block;
}
.main-navigation-open .menu-toggle svg .bars {
  display: none;
}
.main-navigation-open .menus-area {
  padding: 160px 30px 200px;
  height: 100vh;
  overflow: auto;
}
.main-navigation-open .menus-area:before {
  content: "";
  background: white;
  border-bottom: 1px solid;
  width: 100vw;
  height: 140px;
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1;
}
.menu {
  display: flex;
  gap: 10px;
  font-weight: 700;
}

.menus-area {
  align-items: center;
  gap: 0;
  flex-grow: 1;
}
.menus-area .category-navigation {
  margin: auto;
}
.menus-area hr {
  display: none;
}
@media screen and (max-width: 1500px) {
  .menus-area .category-navigation {
    margin: auto auto auto 15px;
    position: relative;
  }
  .menus-area .category-navigation .menu {
    font-size: 20px;
  }
  .menus-area .category-navigation .menu li {
    position: relative;
    border: 2px solid;
    border-radius: 50px;
    margin: 5px 0;
  }
  .menus-area .category-navigation .menu li:before {
    display: block;
    width: 0;
    height: 0;
    transform: scale(0.07) translate(-300px, 120px);
    top: 0;
    left: unset;
  }
  .menus-area .category-navigation .menu li a {
    color: #212226;
    border: none;
    justify-content: flex-start;
    padding: 15px 80px 15px;
    font-size: 16px;
  }
  .menus-area .category-navigation .menu li:after {
    content: "←";
    font-size: 20px;
    position: absolute;
    left: 18px;
    top: 14px;
    margin: 0;
    width: 12px;
    overflow: hidden;
    direction: ltr;
  }
  .menus-area .category-navigation .menu li:last-of-type:after {
    opacity: 1;
  }
  .menus-area .category-navigation .menu .colorHistory:before {
    content: url("/wp-content/uploads/2024/01/img-histo.png");
  }
  .menus-area .category-navigation .menu .colorPhilosophy:before {
    content: url("/wp-content/uploads/2024/01/img-philo.png");
  }
  .menus-area .category-navigation .menu .colorLiterature:before {
    content: url("/wp-content/uploads/2024/01/img-book.png");
  }
  .menus-area .category-navigation .menu .colorArt:before {
    content: url("/wp-content/uploads/2024/01/img-art.png");
  }
  .menus-area .category-navigation .menu .colorLang:before {
    content: url("/wp-content/uploads/2024/02/img-lang.png");
  }
  .menus-area .category-navigation .menu .colorArchives:before {
    content: url("/wp-content/uploads/2024/01/img-archive.png");
  }
  .menus-area .category-navigation .menu-category-menu-container {
    position: absolute;
    top: -22px;
    right: -160px;
    cursor: pointer;
    height: 43px;
    width: 170px;
  }
  .menus-area .category-navigation .menu-category-menu-container .menu {
    padding-top: 10px;
    flex-direction: column;
    gap: 0;
    width: 230px;
    height: 0;
    overflow: hidden;
  }
  .menus-area .category-navigation .menu-category-menu-container .menu li {
    background: white;
  }
  .menus-area .category-navigation .menu-category-menu-container .menu li a {
    display: flex;
  }
  .menus-area .category-navigation .menu-category-menu-container:before {
    content: "קטגוריות";
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    gap: 5px;
    border: 1px solid;
    border-radius: 50px;
    padding: 10px;
    width: 140px;
  }
  .menus-area .category-navigation .menu-category-menu-container:hover {
    height: 450px;
  }
  .menus-area .category-navigation .menu-category-menu-container:hover .menu {
    height: 400px;
  }
}
@media screen and (max-width: 1023px) {
  .menus-area {
    position: absolute;
    right: 0;
    top: 0;
    background: white;
    width: 100vw;
    height: 0;
    overflow: hidden;
  }
  .menus-area .category-navigation .menu-category-menu-container {
    position: static;
    height: auto;
    width: 100%;
  }
  .menus-area .category-navigation .menu-category-menu-container:hover {
    height: auto;
  }
  .menus-area .category-navigation .menu-category-menu-container:before {
    display: none;
  }
  .menus-area .category-navigation .menu-category-menu-container .menu {
    width: 100%;
    height: auto;
  }
}

.dividingPoint ul li:after {
  content: "·";
  margin-right: 10px;
  color: #212226;
}
.dividingPoint ul li:last-of-type:after {
  opacity: 0;
}

.header-navigation {
  display: flex;
  align-items: center;
  gap: 15px;
}
.header-navigation button {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  gap: 5px;
  border: 1px solid;
  border-radius: 50px;
  padding: 10px;
  width: 140px;
}
.header-navigation button > svg {
  height: 18px;
}
.header-navigation button:hover {
  background: #E0E0E0;
}
.header-navigation .menu {
  gap: 15px;
}
.header-navigation .menu a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  gap: 5px;
  border: 1px solid;
  border-radius: 50px;
  padding: 10px;
  width: 140px;
}
.header-navigation .menu a:hover {
  background: #E0E0E0;
}
.header-navigation .mlv-btn a {
  position: relative;
  background: #8A2432;
  color: white;
}
.header-navigation .mlv-btn a:hover {
  background: #8A2432;
}
.header-navigation .mlv-btn a:before {
  content: "";
  background: #8A2432;
  width: 30px;
  height: 16px;
  position: absolute;
  left: 34px;
}
.header-navigation .mlv-btn a:after {
  content: url("../images/mlv.svg");
  width: 25px;
  position: absolute;
  left: 30px;
  top: 7px;
  padding: 2px 5px;
  line-height: 0;
  filter: invert(1);
}
.header-navigation .contact-btn a {
  background: #212226;
  color: white;
}
.header-navigation .contact-btn a:hover {
  background: #212226;
}

.category-navigation .current-menu-item {
  position: relative;
  pointer-events: none;
}
.category-navigation .current-menu-item:before {
  content: "";
  position: absolute;
  top: calc(100% + 5px);
  left: 15px;
  right: 0;
  margin: auto;
  width: 30px;
  border: 1px solid;
}

.site {
  padding-top: 200px;
}
@media screen and (max-width: 767px) {
  .site {
    padding-top: 130px;
  }
}

header {
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  padding: 10px 0;
  background: white;
  transition: none;
}
header .site-header {
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 1023px) and (max-width: 1300px) {
  header .logo-site {
    transform: scale(0.7);
    transform-origin: right;
  }
  header .menus-area {
    transform: scale(0.8);
    transform-origin: left;
  }
}
@media screen and (max-width: 1023px) {
  header .logo-shnorkel svg {
    width: 140px;
  }
  header .site-header .menus-area {
    display: block;
  }
  header .site-header .menus-area .header-navigation button {
    font-size: 20px;
    border: 2px solid;
    padding: 10px;
  }
  header .site-header .menus-area .header-navigation .menu {
    font-size: 20px;
  }
  header .site-header .menus-area .header-navigation .menu a {
    border: 2px solid;
  }
  header .site-header .menus-area .header-navigation .mlv-btn a:before {
    left: calc(50% - 55px);
    width: 50px;
  }
  header .site-header .menus-area .header-navigation .mlv-btn a:after {
    left: calc(50% - 42px);
    top: 10px;
  }
}

footer {
  border-top: 1px solid;
  margin-top: 30px;
  padding-top: 30px;
}

.site-footer {
  align-items: center;
  justify-content: space-between;
  padding: 30px 0;
}
.site-footer .logo-site {
  width: 290px;
}
.site-footer .logo-site .logo-shnorkel svg {
  width: 160px;
}
.site-footer .logo-site .logo-shnorkel .shnorkel-icon {
  width: 0;
}
@media screen and (max-width: 1023px) {
  .site-footer {
    flex-direction: column;
    gap: 20px;
  }
  .site-footer .logo-site {
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .site-footer .main-navigation {
    width: 100%;
  }
  .site-footer .main-navigation .menu {
    flex-direction: column;
    font-size: 18px;
    gap: 0;
  }
  .site-footer .main-navigation .menu li {
    border-top: 1px solid;
    padding: 25px 0;
    position: relative;
  }
  .site-footer .main-navigation .menu li:after {
    content: "←";
    font-size: 30px;
    position: absolute;
    left: 0;
    top: 20px;
    margin: 0;
    width: 18px;
    overflow: hidden;
    direction: ltr;
    z-index: -1;
  }
  .site-footer .main-navigation .menu li a {
    width: 100%;
    display: block;
  }
  .site-footer .main-navigation .menu li:last-of-type {
    border-bottom: 1px solid;
  }
  .site-footer .main-navigation .menu li:last-of-type:after {
    opacity: 1;
  }
  .site-footer .social-links {
    margin: 50px 0 30px;
  }
}

.social-links {
  direction: ltr;
  gap: 10px;
}
.social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 50px;
  border: 1px solid;
  border-radius: 50px;
}
.social-links a svg {
  height: 18px;
}
.social-links a:hover {
  background: #212226;
}
.social-links a:hover svg {
  fill: white;
  transition: all 0.1s ease;
}

.newsletter-footer-content {
  width: fit-content;
  margin: auto;
  padding: 0 20px;
  text-align: center;
}
.newsletter-footer-content h3 {
  font-size: 35px;
}
.newsletter-footer-content > figure {
  padding: 20px 0;
  gap: 10px 20px;
  flex-wrap: wrap;
  justify-content: center;
}
.newsletter-footer-content > figure .a-btn {
  width: 280px;
  font-size: 20px;
  padding: 7.5px 26px;
}

.plant-newsletter-footer {
  align-items: flex-end;
}
.plant-newsletter-footer .bg-footer {
  width: calc(50% - 100px);
}
.plant-newsletter-footer .content-area {
  width: 200px;
  text-align: center;
  align-self: center;
}
.plant-newsletter-footer .copyright {
  padding: 40px 0;
}
.plant-newsletter-footer .copyright p {
  padding: 20px;
}
.plant-newsletter-footer .copyright small {
  font-size: 13px;
  display: block;
  color: #9E9E9E;
}
@media screen and (max-width: 767px) {
  .plant-newsletter-footer {
    flex-direction: column;
  }
  .plant-newsletter-footer .bg-footer {
    width: 100%;
  }
  .plant-newsletter-footer .bg-right {
    display: none;
  }
}

.page-popup-elements {
  position: fixed;
  width: 100vw;
  height: 0;
  top: 0;
  left: 0;
  overflow: hidden;
}

.search-area {
  background: rgba(33, 34, 38, 0.6);
}
.search-area .search-form-site {
  background: white;
  padding: 200px 0 30px;
}
.search-area .search-form-site form {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
}
.search-area .search-form-site form .search-field {
  width: 100%;
}
.search-area .search-form-site form .search-field input[type=search] {
  font-size: 40px;
  padding: 10px;
  border-bottom: 2px solid;
  border-radius: 0;
  background: white;
  font-weight: 700;
}
.search-area .search-form-site form .search-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 2px solid;
  border-radius: 50%;
  position: absolute;
  left: 10px;
  background: white;
  z-index: 1;
  cursor: pointer;
}
.search-area .search-form-site form .search-submit:hover {
  background: #E0E0E0;
}
.search-area .search-form-site form .search-submit svg {
  height: 12px;
}
.search-area .search-form-site form .search-submit input[type=submit] {
  width: 0;
  height: 0;
  padding: 0;
  border: 0;
}
@media screen and (max-width: 767px) {
  .search-area .search-form-site form .search-field input[type=search] {
    font-size: 20px;
  }
  .search-area .search-form-site form .search-submit {
    width: 40px;
    height: 40px;
  }
  .search-area .search-form-site form .search-submit svg {
    height: 12px;
  }
}

.search-area-open {
  overflow: hidden;
}
.search-area-open .search-area {
  height: 100vh;
}
.search-area-open .search-btn {
  color: white;
  background: #212226;
  position: relative;
}
.search-area-open .search-btn:before {
  content: "X";
  position: absolute;
  left: 25px;
  top: 11px;
}
.search-area-open .search-btn:hover {
  background: #212226;
}

.newsletter-area {
  background: rgba(33, 34, 38, 0.6);
}
.newsletter-area .newsletter-form {
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 30px;
}
.newsletter-area .newsletter-form #mc_embed_shell {
  background: white;
  padding: 70px;
  border-radius: 20px;
  position: relative;
}
.newsletter-area .newsletter-form #mc_embed_shell .close-newsletter {
  position: absolute;
  left: 10px;
  top: 10px;
  font-size: 22px;
  width: 42px;
  height: 42px;
}
.newsletter-area .newsletter-form #mc_embed_shell h2 {
  margin-top: 0;
}
.newsletter-area .newsletter-form #mc_embed_shell .indicates-required {
  direction: ltr;
  margin-bottom: 10px;
}
.newsletter-area .newsletter-form #mc_embed_shell .mc-field-group {
  min-height: 100px;
}
.newsletter-area .newsletter-form #mc_embed_shell .mc-field-group .asterisk {
  color: #E53A35;
}
.newsletter-area .newsletter-form #mc_embed_shell .mc-field-group input {
  padding: 10px;
  border-bottom: 1px solid;
}
.newsletter-area .newsletter-form #mc_embed_shell .clear {
  text-align: center;
  margin-top: 30px;
}
.newsletter-area .newsletter-form #mc_embed_shell .clear input[type=submit] {
  background: #212226;
  color: white;
  padding: 10px 30px;
  width: fit-content;
  margin: auto;
  border-radius: 50px;
}
@media screen and (max-width: 767px) {
  .newsletter-area .newsletter-form #mc_embed_shell {
    padding: 40px;
  }
  .newsletter-area .newsletter-form #mc_embed_shell h2 {
    font-size: 30px;
    text-align: center;
    margin: 15px 0 40px;
  }
}

.newsletter-area-open {
  overflow: hidden;
}
.newsletter-area-open .site-popups {
  position: relative;
  z-index: 1;
}
.newsletter-area-open .newsletter-area {
  height: 100vh;
}

/*



* - * - * ----- Pages ----- * - * - *

*/
.top-page h1 {
  font-size: 30px;
  text-align: right;
}

.author-section {
  padding: 0;
  border: 1px solid;
  border-radius: 12px;
  overflow: hidden;
}
.author-section .strip-brand {
  line-height: 0;
}
.author-section .strip-brand svg {
  height: auto;
  width: 100%;
}
.author-section .the-author {
  padding: 0 50px;
  align-items: flex-end;
  transform: translateY(-30px);
}
.author-section .the-author .author-image {
  width: 200px;
}
.author-section .the-author .author-content {
  width: calc(100% - 200px);
  padding: 25px;
}
.author-section .the-author .author-content .title-name {
  font-size: 50px;
  padding: 20px 0;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .author-section .strip-brand svg {
    height: 60px;
    width: auto;
  }
  .author-section .the-author {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0;
  }
  .author-section .the-author .author-content {
    width: 100%;
  }
  .author-section .the-author .author-content .title-name {
    text-align: center;
    padding-top: 0;
    font-size: 40px;
  }
}

.morePosts-section {
  padding: 50px 0;
}
.morePosts-section h2 {
  text-align: center;
}
.morePosts-section .all-posts-section .content-display-post {
  height: 100%;
}
.events-section {
  padding: 50px 0;
  border-top: 1px solid;
  margin-top: 60px;
}
.events-section h2 {
  text-align: center;
}
.events-section .sliderEvents-area {
  padding: 20px 100px;
  position: relative;
}
.events-section .sliderEvents-area .arrow-btn {
  height: 50px;
  width: 50px;
  border-radius: 50px;
  border: 1px solid;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.events-section .sliderEvents-area .arrow-btn svg {
  height: 12px;
}
.events-section .sliderEvents-area .arrow-btn:hover {
  background: #E0E0E0;
}
.events-section .sliderEvents-area .right-prev {
  left: unset;
  right: 0;
  transform: scaleX(-1);
}
.events-section .sliderEvents-area .the-event {
  gap: 20px;
  align-items: center;
}
.events-section .sliderEvents-area .the-event .content-event {
  border-top: 1px solid;
  border-bottom: 1px solid;
  width: 50%;
  padding: 50px 0;
}
.events-section .sliderEvents-area .the-event .content-event .event-info {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  height: 100%;
  padding-left: 40px;
}
.events-section .sliderEvents-area .the-event .content-event .event-info .event-times {
  display: flex;
  align-items: center;
  gap: 5px 20px;
  padding: 10px 0;
  flex-wrap: wrap;
}
.events-section .sliderEvents-area .the-event .content-event .event-info .event-times li {
  display: flex;
  align-items: center;
  gap: 5px;
}
.events-section .sliderEvents-area .the-event .content-event .event-info .event-times li svg {
  height: 18px;
}
.events-section .sliderEvents-area .the-event .content-event .event-info h3 {
  font-size: 26px;
  padding: 20px 0;
}
.events-section .sliderEvents-area .the-event .content-event .event-info .read-more-btn {
  margin-top: 20px;
}
.events-section .sliderEvents-area .the-event .the-image {
  width: 50%;
  border-radius: 10px;
  overflow: hidden;
  line-height: 0;
  align-self: center;
}
.events-section .sliderEvents-area .the-event .the-image img {
  height: 100%;
}
.events-section .sliderEvents-area .events-indicators {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  width: fit-content;
  margin: 60px auto 0;
}
.events-section .sliderEvents-area .events-indicators .circle {
  height: 15px;
  width: 15px;
  border: 2px solid;
  border-radius: 50px;
}
.events-section .sliderEvents-area .events-indicators .active-circle {
  background: #212226;
}
@media screen and (max-width: 1023px) {
  .events-section .sliderEvents-area .the-event {
    flex-direction: column-reverse;
  }
  .events-section .sliderEvents-area .the-event .content-event {
    width: 100%;
    padding-top: 0;
    border-top: none;
  }
  .events-section .sliderEvents-area .the-event .the-image {
    width: 100%;
  }
  .events-section .sliderEvents-area .the-event .the-image img {
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .events-section .sliderEvents-area {
    padding: 20px 0;
  }
  .events-section .sliderEvents-area .arrow-btn {
    display: none;
  }
  .events-section .sliderEvents-area .the-event {
    flex-direction: column-reverse;
  }
  .events-section .sliderEvents-area .the-event .content-event {
    width: 100%;
    padding-top: 0;
    border-top: none;
  }
  .events-section .slides-events .slick-arrow {
    display: none !important;
  }
}

.the-content ul {
  list-style-type: disc;
  margin: 10px 0;
  padding: 0 30px;
  font-size: 22px;
}
.the-content ul li {
  margin: 5px 0;
}
.the-content p {
  margin: 0 0 10px;
  text-align: justify;
  font-size: 22px;
}
.the-content .wp-block-image {
  flex-direction: column;
  align-items: center;
  background: #212226;
  padding: 20px;
  border-radius: 10px;
  margin: 40px 0;
}
@media screen and (max-width: 767px) {
  .the-content .wp-block-image {
    margin: 0;
  }
}
.the-content .wp-block-image figcaption {
  color: white;
  font-size: 13px;
  margin: 15px 0 0;
}
.the-content .wp-block-group-is-layout-flex {
  align-items: flex-start;
}
.the-content .wp-block-media-text .wp-block-media-text__content {
  padding: 0;
}
.the-content .wp-block-media-text .wp-block-media-text__media img {
  max-width: 300px;
  margin: auto;
}

.post-thumbnail {
  display: block;
  line-height: 0;
  border-radius: 10px;
  overflow: hidden;
}
.post-thumbnail img {
  width: 100%;
}

.the-post-image small {
  display: block;
  text-align: center;
  padding: 10px;
}

.post-info {
  font-weight: 700;
  align-items: center;
  gap: 10px 20px;
  flex-wrap: wrap;
  padding: 30px 0;
}
.post-info .entry-meta {
  align-items: center;
  gap: 10px;
  font-size: 14px;
}
.post-info i {
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 1;
}

.post-title h1, .post-title h2, .post-title h4 {
  color: var(--categoryColor);
  text-align: right;
}

.category-img-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  background: var(--categoryColor);
  padding: 5px 15px;
  border-radius: 50px;
}
.category-img-btn img {
  height: 25px;
}

.the-post-content {
  max-width: 1100px;
  margin: auto;
}
.the-post-content .the-excerpt {
  font-size: 32px;
  text-align: justify;
  display: block;
  line-height: 1.1;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .the-post-content .the-excerpt {
    font-size: 25px;
  }
}

.line-divider {
  height: 10px;
  border-radius: 50px;
  background: var(--categoryColor);
  margin: 20px 0 60px;
}

.posted-on .updated {
  display: none;
}

.all-posts-section .content-display-post {
  flex-direction: column;
  height: calc(100% - 15vw);
}
.all-posts-section .post-thumbnail {
  aspect-ratio: 16/9;
}
.all-posts-section .display-posts-area {
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 60px 30px;
}
.all-posts-section .display-posts-area .the-post {
  flex-direction: column;
  width: calc(33.3% - 20px);
}
.all-posts-section .display-posts-area .the-post .post-exp-area {
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}
.all-posts-section .display-posts-area .the-post h2 {
  font-size: 28px;
  padding: 0;
  margin: 0;
}
.all-posts-section .display-posts-area .the-post p {
  height: 50px;
  font-size: 18px;
  margin: 15px 0;
  overflow: hidden;
  text-align: justify;
}
.all-posts-section .display-posts-area .the-post .read-more-btn {
  margin: 0 0 40px auto;
}
.all-posts-section .display-posts-area .the-post .line-divider {
  height: 5px;
  margin: 0;
}
@media screen and (max-width: 1280px) {
  .all-posts-section .display-posts-area .the-post {
    width: calc(50% - 15px);
  }
}
@media screen and (max-width: 767px) {
  .all-posts-section .display-posts-area .the-post {
    width: 100%;
  }
}

.firstIsBig .all-posts-section .display-posts-area .the-post:first-child {
  width: 100%;
  flex-direction: row;
  gap: 60px;
}
.firstIsBig .all-posts-section .display-posts-area .the-post:first-child .post-thumbnail {
  width: 50%;
  height: 100%;
  min-height: 470px;
}
.firstIsBig .all-posts-section .display-posts-area .the-post:first-child .post-thumbnail img {
  height: 100%;
}
.firstIsBig .all-posts-section .display-posts-area .the-post:first-child h2 {
  font-size: 56px;
}
.firstIsBig .all-posts-section .display-posts-area .the-post:first-child .content-display-post {
  border-top: 1px solid;
  padding-top: 20px;
  width: 50%;
  height: auto;
}
.firstIsBig .all-posts-section .display-posts-area .the-post:first-child p {
  height: max-content;
  font-size: 24px;
}
.firstIsBig .all-posts-section .display-posts-area .the-post:first-child .read-more-btn {
  margin: 10px 0 60px auto;
}
.firstIsBig .all-posts-section .display-posts-area .the-post:first-child .line-divider {
  height: 15px;
}
@media screen and (max-width: 1023px) {
  .firstIsBig .all-posts-section .display-posts-area .the-post:first-child {
    width: 100%;
    flex-direction: column;
    gap: 0;
  }
  .firstIsBig .all-posts-section .display-posts-area .the-post:first-child .post-thumbnail {
    max-height: unset;
    width: 100%;
    height: auto;
    min-height: unset;
  }
  .firstIsBig .all-posts-section .display-posts-area .the-post:first-child .post-thumbnail img {
    height: 100%;
  }
  .firstIsBig .all-posts-section .display-posts-area .the-post:first-child .content-display-post {
    border-top: none;
    padding-top: 0;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .firstIsBig .all-posts-section .display-posts-area .the-post:first-child h2 {
    font-size: 28px;
  }
}

.wpcf7 p {
  margin: 0;
}
.wpcf7 .fieldset {
  flex-direction: column;
  gap: 20px;
}
.wpcf7 .form-field label {
  font-weight: 700;
}
.wpcf7 .form-field .wpcf7-form-control-wrap {
  display: block;
  padding: 5px 0;
}
.wpcf7 .form-field .wpcf7-form-control-wrap .wpcf7-form-control {
  padding: 10px 20px;
  border: 1px solid;
  border-radius: 50px;
}
.wpcf7 .form-field .wpcf7-form-control-wrap .wpcf7-textarea {
  border-radius: 20px;
}
.wpcf7 .submit-field {
  padding: 20px 0;
}
.wpcf7 .submit-field label {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
.wpcf7 .submit-field label input {
  display: inline-block;
  text-align: center;
  padding: 6px 26px;
  border-radius: 50px;
  border: 1px solid;
  background: #212226;
  color: white;
  text-decoration: none;
  width: 200px;
}
.wpcf7 .wpcf7-not-valid-tip {
  padding: 5px;
  text-align: left;
}

.home .top-page {
  height: 0;
  padding: 0;
  overflow: hidden;
}
.home .display-posts-area .the-post {
  display: none;
}
.home .display-posts-area .the-post:nth-of-type(1), .home .display-posts-area .the-post:nth-of-type(2), .home .display-posts-area .the-post:nth-of-type(3), .home .display-posts-area .the-post:nth-of-type(4), .home .display-posts-area .the-post:nth-of-type(5), .home .display-posts-area .the-post:nth-of-type(6), .home .display-posts-area .the-post:nth-of-type(7) {
  display: flex;
}

.search-page .search-page-title {
  font-size: 50px;
  border-bottom: 2px solid;
  padding: 20px 0;
}
.search-page .search-page-title span {
  font-weight: 400;
}
.search-page .search-page-title span b {
  font-weight: 700;
}
.search-page .display-posts-area .type-page {
  display: none;
}

.not-found .search-page-title {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
.not-found .the-content-section p {
  margin: 20px 0;
}
.not-found .search-no-results {
  text-align: center;
}

.events-section {
  padding: 50px 0 100px;
}
.events-section .slides-events .slick-arrow {
  position: absolute;
  right: -100px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 50px;
  width: 50px;
  opacity: 0;
  overflow: hidden;
}
.events-section .slides-events .slick-prev {
  right: unset;
  left: -100px;
}
.events-section .slides-events .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  padding: 50px 0 0;
}
.events-section .slides-events .slick-dots li button {
  height: 10px;
  width: 10px;
  overflow: hidden;
  border-radius: 50px;
  border: 2px solid;
  background: white;
}
.events-section .slides-events .slick-dots .slick-active button {
  background: #212226;
}

.page-id-26 .page-main .wrapper {
  max-width: 1200px;
}
.page-id-26 .the-content .wp-block-media-text {
  margin: 50px 0;
}
.page-id-26 .the-content .wp-block-media-text .wp-block-media-text__media img {
  width: 150px;
}
.page-id-26 .the-content .wp-block-media-text:last-of-type {
  margin: 50px 0 0;
}

.page-id-32 h1 {
  height: 0;
  overflow: hidden;
}
.page-id-32 .page-main .wrapper {
  max-width: 1200px;
}

/*



* - * - * ----- Responsive ----- * - * - *

*/
@media screen and (max-width: 1023px) {
  .menu-toggle {
    display: flex;
  }

  .site-header .logo-site {
    z-index: 2;
  }

  .menus-area {
    padding: 0 30px;
    text-align: center;
    align-items: center;
    justify-content: space-around;
  }
  .menus-area .header-navigation {
    flex-direction: column;
    width: 100%;
  }
  .menus-area .header-navigation button {
    width: 100%;
  }
  .menus-area hr {
    display: block;
    border-bottom: 1px solid black;
    margin: 40px 0;
    width: 100%;
  }
  .menus-area .category-navigation,
.menus-area .menu-header-menu-container,
.menus-area .menu-category-menu-container {
    width: 100%;
  }
  .menus-area .menu {
    flex-direction: column;
  }
  .menus-area .menu a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    gap: 5px;
    border: 1px solid;
    border-radius: 50px;
    padding: 10px;
  }

  .not-found .search-page-title {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .single-page .wrapper > article {
    padding: 0;
  }
}

/*# sourceMappingURL=style.css.map */
