@font-face {
  font-family: "RennieMackintoshITC-Bold";
  src: url("../fonts/RennieMackintoshITC-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/RennieMackintoshITC-Bold.otf") format("opentype"), url("../fonts/RennieMackintoshITC-Bold.woff") format("woff"), url("../fonts/RennieMackintoshITC-Bold.ttf") format("truetype"), url("../fonts/RennieMackintoshITC-Bold.svg#RennieMackintoshITC-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "RennieMackintoshITC-Light";
  src: url("../fonts/RennieMackintoshITC-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/RennieMackintoshITC-Light.otf") format("opentype"), url("../fonts/RennieMackintoshITC-Light.woff") format("woff"), url("../fonts/RennieMackintoshITC-Light.ttf") format("truetype"), url("../fonts/RennieMackintoshITC-Light.svg#RennieMackintoshITC-Light") format("svg");
  font-weight: normal;
  font-style: normal;
}
.close-menu {
  display: none;
}

.navbar-header .pagetitle {
  display: none;
}

.navbar-default {
  padding: 45px 0 40px;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}
.navbar-default .navbar-nav {
  width: 100%;
  text-align: center;
}
.navbar-default .navbar-nav > li {
  display: inline-block;
  float: none;
}
.navbar-default .navbar-nav > li:after {
  content: "";
  float: right;
  width: 2px;
  height: 18px;
  margin: 2px 22px 0 22px;
  background: #2fb26d;
  display: inline-block;
}
.navbar-default .navbar-nav > li:last-child:after {
  display: none;
}
.navbar-default .navbar-nav > li > a {
  text-transform: uppercase;
  color: #4b1e1c;
  font-size: 28px;
  letter-spacing: 0.8px;
  font-weight: 400;
  padding: 0;
  display: inline-block;
}
.navbar-default .navbar-nav > li > a:hover {
  color: #2fb26d;
  background: transparent;
}
.navbar-default .navbar-nav > li > a:focus {
  color: #2fb26d;
  background: transparent;
}
.navbar-default .navbar-nav > .active > a {
  color: #2fb26d;
  background: transparent;
}
.navbar-default .navbar-nav > .active > a:hover {
  color: #2fb26d;
  background: transparent;
}
.navbar-default .navbar-nav > .active > a:focus {
  color: #2fb26d;
  background: transparent;
}
.navbar-default .navbar-nav > .open > a {
  color: #2fb26d;
  background: transparent;
}
.navbar-default .navbar-nav > .open > a:hover {
  color: #2fb26d;
  background: transparent;
}
.navbar-default .navbar-nav > .open > a:focus {
  color: #2fb26d;
  background: transparent;
}

.navbar-nav > li:hover > .dropdown-menu {
  display: block;
}
.navbar-nav > li ul li:hover > .dropdown-menu {
  display: block;
}
.navbar-nav > li > .dropdown-menu {
  min-width: 240px;
  padding: 15px 0;
  right: auto;
  left: 0;
}
.navbar-nav > li > ul > li .caret {
  float: right;
  margin: 10px -11px 0 0;
}
.navbar-nav > li > ul > li > .dropdown-menu {
  left: 100%;
  top: 0;
  min-width: 220px;
}
.navbar-nav > li > ul > li > .dropdown-menu li a {
  white-space: normal;
  font-size: 16px;
}

.dropdown-menu {
  margin-top: 0px;
}
.dropdown-menu > li > a {
  font-size: 16px;
  text-transform: uppercase;
}
.dropdown-menu > li > a:hover {
  text-decoration: none;
  color: #2fb26d;
}
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #2fb26d;
}
.dropdown-menu > .active > a {
  background-color: #2fb26d;
}
.dropdown-menu > .active > a:hover {
  background-color: #2fb26d;
}
.dropdown-menu > .active > a:focus {
  background-color: #2fb26d;
}

.dropdown-menu.depth_1 {
  left: 100%;
  top: 0;
  min-width: 220px;
}

.dropdown-menu.depth_2 {
  left: 100%;
  top: 0;
  min-width: 220px;
}

.dropdown-menu.depth_3 {
  left: 100%;
  top: 0;
  min-width: 220px;
}

.dropdown-menu.depth_5 {
  left: 100%;
  top: 0;
  min-width: 220px;
}

.dropdown-menu.depth_4 {
  left: 100%;
  top: 0;
  min-width: 220px;
}

@media (max-width: 8000px) {
  .navbar-default .navbar-nav > li::after {
    margin-left: 14px;
    margin-right: 14px;
  }
  .navbar-default .navbar-nav > li > a {
    font-size: 20px;
  }
}
@media (max-width: 1199px) {
  .navbar-default {
    padding: 20px 0;
  }
  .navbar-default .navbar-nav > li > a {
    font-size: 16px;
  }
  .navbar-default .navbar-nav > li:after {
    width: 1px;
    height: 16px;
  }

  .dropdown-menu > li > a {
    font-size: 15px;
  }

  .navbar-nav > li > ul > li > .dropdown-menu li a {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .close-menu {
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    float: right;
    font-size: 18px;
    color: #000;
  }

  .container > .navbar-header {
    margin: 0;
    padding: 0 15px;
  }
  .container > .navbar-collapse {
    margin: 0;
    padding: 0 15px;
  }

  .container-fluid > .navbar-header {
    margin: 0;
    padding: 0 15px;
  }
  .container-fluid > .navbar-collapse {
    margin: 0;
    padding: 0 15px;
  }

  .navbar-header .pagetitle {
    float: left;
    font-size: 28px;
    color: #000;
    display: inline-block;
    font-family: "RennieMackintoshITC-Light";
    text-transform: uppercase;
  }

  header.header_fixed .navbar-default {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  }

  .navbar-default {
    padding: 8px 0 4px;
    min-height: 1px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 105;
    background: #fff;
  }
  .navbar-default .navbar-toggle {
    margin: 0;
  }
  .navbar-default .navbar-collapse {
    position: fixed;
    top: 0;
    bottom: 0;
    left: -275px;
    width: 265px;
    display: block !important;
    height: 100% !important;
    background-color: #fff;
    z-index: 105;
    background-size: cover;
    margin: 0;
    padding: 0;
    border: 0;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
  }
  .navbar-default .navbar-collapse.in {
    left: 0;
  }
  .navbar-default .navbar-nav {
    margin: 45px 0 0;
    text-align: left;
  }
  .navbar-default .navbar-nav > li {
    clear: both;
    display: block;
  }
  .navbar-default .navbar-nav > li:after {
    display: none;
  }
  .navbar-default .navbar-nav > li > a {
    display: block;
    padding: 5px 15px;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    padding: 2px 15px 2px 30px;
    font-size: 14px;
    line-height: 20px;
    color: #000;
  }

  .navbar-nav > li .caret {
    float: right;
    margin-top: 9px;
  }
  .navbar-nav > li > .dropdown-menu {
    min-width: 1px;
    padding: 0;
    width: 100%;
    position: static;
    background: transparent;
    border: 0;
    box-shadow: none;
    margin: 0;
  }
  .navbar-nav > li > ul > li > .dropdown-menu {
    min-width: 1px;
    padding: 0;
    width: 100%;
    position: static;
    background: transparent;
    border: 0;
    box-shadow: none;
    margin: 0;
  }
  .navbar-nav > li > ul > li > .dropdown-menu li a {
    padding: 2px 15px 2px 45px;
  }
  .navbar-nav > li > ul > li .caret {
    margin-right: 0;
  }
  .navbar-nav .open .dropdown-menu {
    min-width: 1px;
    padding: 0;
    width: 100%;
    position: static;
    background: transparent;
    border: 0;
    box-shadow: none;
    margin: 0;
  }
  .navbar-nav .open .dropdown-menu .dropdown-header {
    min-width: 1px;
    padding: 0;
    width: 100%;
    position: static;
    background: transparent;
    border: 0;
    box-shadow: none;
    margin: 0;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    padding: 2px 15px 2px 30px;
    font-size: 14px;
    line-height: 20px;
    color: #000;
  }
  .navbar-nav .dropdown .dropdown-menu .dropdown.open .dropdown-menu li a {
    padding: 2px 15px 2px 45px;
  }

  .dropdown-menu > li > a {
    padding: 2px 15px 2px 30px;
    font-size: 14px;
    line-height: 20px;
    color: #000;
  }
  .dropdown-menu > li > a:hover {
    background: transparent;
  }
  .dropdown-menu > li > a:focus {
    background: transparent;
  }

  .nav .open > a {
    background: transparent;
  }
  .nav .open > a:hover {
    background: transparent;
  }
  .nav .open > a:focus {
    background: transparent;
  }
}
@media (max-width: 767px) {
  .container > .navbar-header {
    margin: 0;
  }

  .container-fluid > .navbar-header {
    margin: 0;
  }
}
html,
* {
  font-family: "Barlow", sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  font-weight: normal;
  color: #737373;
}

.main-area {
  background: url(/wp-content/themes/moshelang/img/background-main.png) top left/0 0 no-repeat, url(/wp-content/themes/moshelang/img/background-footer.png) bottom left/0 0 no-repeat, url(/wp-content/themes/moshelang/img/background-speckle.png) top left/0 0 repeat-y;
  background-size: contain;
  background-color: rgba(50, 191, 210, 0.18);
}

.container-fluid .books-page {
  padding-top: 4em;
  padding-bottom: 3.5em;
}
.container-fluid .books-page img {
  max-width: 100%;
}

h2 {
  font-size: 32px;
  color: #189a62;
  text-transform: uppercase;
  font-weight: 500;
}

h3,
h4 {
  font-size: 28px;
  color: #237b7b;
  font-weight: 600;
}

h4 {
  color: #37bac8;
}

body {
  margin: 0 0 1.5em;
}

.books-page,
.main-content,
.sidebar-content {
  padding: 4em 2rem;
  position: relative;
}
.books-page ul li,
.main-content ul li,
.sidebar-content ul li {
  color: #737373;
}

.main-content {
  flex-grow: 1;
}

a {
  color: #0badc1;
}

td {
  padding: 0 0 15px;
}

th {
  padding: 0 0 15px;
}

.logo-section {
  background: url(../img/top-banner.jpg) no-repeat 0 0;
  height: 190px;
  background-size: cover;
}

.brand {
  width: 499px;
  height: 499px;
  padding: 123px 60px 10px;
  color: white;
  background: url(../img/logo-bg.png) no-repeat 0 0;
  display: inline-block;
  margin: 64px 0 -98px 50px;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  z-index: 4;
}
.brand a {
  font-family: "RennieMackintoshITC-Light";
  font-size: 120px;
  line-height: 90px;
  color: white;
}
.brand a:hover {
  text-decoration: none;
}
.brand a:focus {
  text-decoration: none;
}
.brand small {
  font-size: 30px;
  display: block;
  line-height: 36px;
  padding-top: 15px;
}

.top-text {
  padding: 85px 50px 90px;
  position: relative;
}
.top-text h2 {
  color: #77b5b6;
  margin-right: 20px;
  float: right;
  max-width: 485px;
  font-weight: 400;
  text-align: right;
  font-style: italic;
  letter-spacing: 1.7px;
  z-index: 5;
  position: relative;
}

.black-family {
  width: 45%;
  margin-top: 185px;
  z-index: 5;
  position: relative;
}
.black-family h3 {
  color: #237b7b;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 0;
  letter-spacing: 0.8px;
}
.black-family h4 {
  color: #2f6544;
  font-weight: 600;
  margin: 0 0 11px;
  letter-spacing: 1.5px;
}
.black-family p {
  color: #4a1e1c;
  font-weight: 400;
  font-style: italic;
  margin: 0 0 22px;
}
.black-family span {
  color: #237b7b;
  font-weight: 600;
  margin: -15px 0 0;
  letter-spacing: 0.8px;
}

.moshe-lang-sec {
  display: flex;
  padding: 40px 50px;
}
.moshe-lang-sec img {
  margin-right: 48px;
}
.moshe-lang-sec h4 {
  font-weight: 600;
  margin: 15px 0;
}
.moshe-lang-sec p {
  font-weight: 400;
  color: #237b7b;
  margin-bottom: 20px;
}
.moshe-lang-sec a {
  font-weight: 600;
  color: #0b98b1;
}
.moshe-lang-sec a:hover {
  text-decoration: none;
  color: black;
}
.moshe-lang-sec a:focus {
  text-decoration: none;
  color: black;
}

.moshe-content {
  display: block;
  overflow: hidden;
  margin-bottom: 15px;
}

.publication {
  background: url(../img/box-bg.png) no-repeat 0 0;
  font-size: 1.5em;
  padding: 1em 2em;
  color: white;
  text-transform: uppercase;
  background-size: cover;
}
.publication span.title {
  font-size: inherit;
  font-family: "RennieMackintoshITC-Bold";
  vertical-align: middle;
  display: inline-block;
  margin-right: 2rem;
  color: inherit;
  letter-spacing: 0.1em;
}
.publication a {
  letter-spacing: 0.1em;
  vertical-align: middle;
  display: inline-block;
  margin-top: -0.5em;
  color: white;
  text-decoration: underline;
}
.publication a:hover, .publication a:focus, .publication a:active {
  color: white;
  text-decoration: none;
}

.home .feature-search {
  padding: 1em;
  margin: 1em 3rem 3em;
  background-color: #0b98b1;
  border-radius: 0.5rem;
}
.home .feature-search form {
  display: flex;
}
.home .feature-search form input {
  width: 100%;
  font-size: 1.5em;
  line-height: 1em;
  height: 2em;
}
.home .feature-search form button i {
  color: white;
}

.publication-list {
  padding: 80px 40px 145px;
  text-align: center;
  background: url(../img/pub-bg.png) no-repeat 0 bottom;
  background-size: cover;
}
.publication-list img {
  height: 519px;
}
.publication-list .pub-listing {
  margin: 0 -30px;
  text-align: center;
}
.publication-list .pub-listing a {
  display: inline-block;
  margin: 0 30px;
  position: relative;
  overflow: hidden;
}
.publication-list .pub-listing a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border: 0px solid transparent;
  z-index: 2;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.publication-list .pub-listing a:hover:before {
  border: 20px solid rgba(255, 255, 255, 0.19);
}
.publication-list .pub-listing a:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.publication-list .pub-listing a img {
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

footer {
  padding: 1em 2.5rem 2em;
  display: flex;
  justify-content: space-between;
}
footer .branding span.name {
  font-family: "RennieMackintoshITC-Bold";
  text-transform: uppercase;
  font-size: 3em;
  line-height: 1em;
  color: #4a1e1c;
  margin: 0;
  letter-spacing: 3.5px;
}
footer .branding span.qualifications {
  display: inline-block;
  font-size: 1.5em;
  line-height: 1.5em;
  color: #4a1e1c;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0 0 1rem;
}
footer .branding span.life-member {
  font-size: 1.5em;
  line-height: 1em;
  color: #a66c54;
  margin-bottom: 0;
  text-transform: uppercase;
}
footer .quick-links ul {
  list-style-type: none;
}
footer .quick-links ul a {
  color: #237b7b;
  font-size: 1.5em;
}

.resilience {
  background-size: cover;
  padding: 178px 50px 250px;
  position: relative;
}
.resilience h3 {
  color: #237b7b;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.resilience p {
  color: #4a1e1c;
  font-style: italic;
}
.resilience span {
  color: #237b7b;
  font-weight: 500;
}

.resilience-box {
  width: 800px;
  margin-bottom: 67px;
}

.podcast-boxs h2 {
  font-family: "RennieMackintoshITC-Bold";
  color: #098147;
  letter-spacing: 2.5px;
  margin-bottom: 13px;
}
.podcast-boxs h4 {
  color: #2e8585;
  font-weight: 400;
  margin-bottom: 45px;
}
.podcast-boxs h4 strong {
  font-weight: 600;
  display: block;
  padding-top: 12px;
}

.podcast-listing {
  margin-top: 25px;
}
.podcast-listing p {
  font-size: 28px;
  line-height: 34px;
  color: #1e4749;
  font-style: normal;
  margin: 25px 0 20px;
  letter-spacing: 1px;
}
.podcast-listing .readmore {
  font-size: 28px;
  line-height: 32px;
  color: #108750;
  letter-spacing: 3px;
}
.podcast-listing .readmore:hover {
  color: #000;
  text-decoration: none;
}
.podcast-listing .readmore:focus {
  color: #000;
  text-decoration: none;
}

.episode {
  background: #99dee6;
  width: 282px;
  height: 239px;
  float: left;
  font-size: 45px;
  line-height: 45px;
  text-align: center;
  color: white;
  margin-right: 20px;
  padding: 70px 10px;
}
.episode:hover {
  color: #000;
  text-decoration: none;
}
.episode:focus {
  color: black;
  text-decoration: none;
}

.episode-date {
  background: white;
  overflow: hidden;
  display: block;
  padding-left: 43px;
  height: 239px;
}
.episode-date strong {
  font-size: 45px;
  line-height: 45px;
  color: #0f959f;
  font-weight: 600;
  display: block;
  padding-top: 70px;
}
.episode-date span {
  font-size: 45px;
  line-height: 45px;
  color: #0f959f;
  font-weight: 400;
  display: block;
}

.img-boxs {
  float: right;
  overflow: hidden;
  margin: 24px 24px 0 0;
}

.review-page {
  background-size: cover;
  padding: 140px 50px 250px;
  position: relative;
}

.review-top {
  width: 40.5%;
}
.review-top h3 {
  font-size: 36px;
  color: #237b7b;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.review-top h3 small {
  font-size: 27px;
  display: block;
  color: #237b7b;
  font-weight: 600;
  letter-spacing: 2px;
  padding-top: 5px;
}
.review-top p {
  font-size: 28px;
  color: #4a1e1c;
  font-style: italic;
}
.review-top span {
  font-size: 22px;
  color: #237b7b;
  font-weight: 500;
}

.review-boxs {
  margin-top: 77px;
}
.review-boxs h2 {
  font-size: 75px;
  font-family: "RennieMackintoshITC-Bold";
  color: #098147;
  letter-spacing: 2.5px;
  margin-bottom: 13px;
}
.review-boxs h4 {
  font-size: 30px;
  color: #2e8585;
  font-weight: 600;
  margin-bottom: 28px;
}
.review-boxs p {
  font-size: 27px;
  color: #737373;
  font-weight: 400;
  line-height: 36px;
  margin-bottom: 3px;
}
.review-boxs p strong {
  font-weight: 600;
}
.review-boxs h5 {
  font-size: 24px;
  color: #737373;
  font-weight: 400;
  line-height: 30px;
  margin: 0 0 10px;
}
.review-boxs a {
  font-size: 27px;
  color: #31bdca;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 36px;
  margin-bottom: 25px;
  display: inline-block;
}
.review-boxs a:hover {
  color: #000;
  text-decoration: none;
}
.review-boxs a:focus {
  color: #000;
  text-decoration: none;
}

.two-links span {
  color: #31bdca;
  font-weight: 300;
  font-size: 24px !important;
  display: inline-block;
  padding: 0 15px;
}

.next-page {
  padding-top: 35px;
}

.publication-content h2 {
  font-size: 34px;
  color: #189a62;
  text-transform: uppercase;
  margin: 0;
  letter-spacing: 2px;
  font-weight: 500;
}
.publication-content h4 {
  font-size: 28px;
  color: #37bac8;
  margin: 12px 0 11px;
  font-weight: 600;
  letter-spacing: 1px;
}
.publication-content h4 span {
  font-weight: 400;
}
.publication-content p {
  font-size: 24px;
  line-height: 28px;
  color: #4e201f;
  margin: 0 0 25px;
  font-weight: 400;
}
.publication-content p a {
  color: #3cbdc8;
  display: inline-block;
  margin-left: 14px;
}
.publication-content p a:hover {
  color: #000;
  text-decoration: none;
}
.publication-content p a:focus {
  color: #000;
  text-decoration: none;
}
.publication-content p span {
  color: #3cbdc8;
  display: inline-block;
}
.publication-content p span a {
  margin: 0;
}
.publication-content p span small {
  display: inline-block;
  padding: 0 3px;
}
.publication-content .second-p p {
  margin: 0 0 25px;
}
.publication-content .second-p p span {
  color: #4e201f;
}
.publication-content .second-p p a {
  color: #4e201f;
}
.publication-content .second-p p a:hover {
  color: #3cbdc8;
  text-decoration: none;
}
.publication-content .second-p p a:focus {
  color: #3cbdc8;
  text-decoration: none;
}

.type-publication h4 {
  background: url(../img/publication-type.png) no-repeat 0 0;
  background-size: cover;
  padding: 20px 35px;
  color: #fff !important;
  font-size: 34px;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0 0 27px;
}
.type-publication ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.type-publication ul li {
  display: block;
  margin: 8px 0;
  font-size: 20px;
  color: #000;
}
.type-publication ul li a {
  display: block;
  padding: 0;
  color: #000;
}
.type-publication ul li a:hover {
  color: #3cbdc8;
  text-decoration: none;
}
.type-publication ul li a:focus {
  color: #3cbdc8;
  text-decoration: none;
}

.bottom-text {
  padding-top: 4px;
}
.bottom-text span {
  display: block;
  color: #32bfd2;
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 23px;
}
.bottom-text span a {
  color: #32bfd2;
}
.bottom-text span a:hover {
  color: #000;
  text-decoration: none;
}
.bottom-text span a:focus {
  color: #000;
  text-decoration: none;
}
.bottom-text span.text-blue a {
  color: #0c8149;
}
.bottom-text span.text-blue a:hover {
  color: #000;
  text-decoration: none;
}
.bottom-text span.text-blue a:focus {
  color: #000;
  text-decoration: none;
}

.widget_nav_menu ul.menu .current-menu-item > a {
  color: #32bfd2;
  text-decoration: none;
}

body.page-template-template-presentation-with-sidebar footer {
  padding: 30px 50px 40px;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

h2.page-title {
  margin: 20px 0px 40px;
}

header .top-main-menu {
  font-size: initial;
  line-height: initial;
}
header h2 {
  text-transform: none;
}
header h2 a {
  font-size: 1.6rem;
}

.article.bibliography,
.book.bibliography,
.chapter.bibliography {
  font-size: 1.2rem;
}
.article.bibliography .authors,
.book.bibliography .authors,
.chapter.bibliography .authors {
  font-weight: 500;
  margin-bottom: 0;
}
.article.bibliography .publication-details,
.book.bibliography .publication-details,
.chapter.bibliography .publication-details {
  font-style: italic;
}

.archive article,
.single article {
  display: flex;
}

.archive article,
.single article {
  flex-direction: column;
}
.archive article header,
.single article header {
  margin-bottom: 1rem;
}

.single .article.bibliography {
  display: flex;
  flex-direction: column;
}

article {
  margin-bottom: 3rem;
}
article section p {
  font-size: 1.1rem;
}
article img.wp-post-image {
  margin-top: 1.7rem;
  place-self: center start;
}

article.chapter,
article.book {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: space-around;
}
article.chapter > section,
article.book > section {
  flex-basis: 0;
  flex-grow: 999;
  min-width: 50%;
}
article.chapter > img.wp-post-image,
article.book > img.wp-post-image {
  flex-basis: 12rem;
  max-width: 12rem;
  flex-grow: 1;
  place-self: start start;
}

@media (min-width: 800px) {
  .archive article.article,
.archive article.book,
.archive article.chapter {
    flex-direction: row;
  }
  .archive article.article > div,
.archive article.book > div,
.archive article.chapter > div {
    flex-grow: 1;
  }
  .archive article.article img.wp-post-image,
.archive article.book img.wp-post-image,
.archive article.chapter img.wp-post-image {
    margin-left: 1.5rem;
    align-self: start;
  }
  .archive .article.bibliography {
    flex-direction: column;
  }
}
@media (min-width: 992px) {
  .archive article.video {
    flex-direction: row;
  }
  .archive article.video img.wp-post-image {
    margin-left: 1.5rem;
    align-self: start;
  }
}
h4.podcast_list_title {
  font-size: 30px;
  color: #2e8585;
  font-weight: 400;
  margin-bottom: 15px;
}

span.page-sub-title {
  margin-bottom: 35px;
  color: #333333;
  display: block;
  font-size: 30px !important;
}

.book-autor-info {
  margin-bottom: 10px !important;
}

.bookImg {
  padding: 10px;
}

@media (max-width: 8000px) {
  .top-text {
    padding-top: 45px;
  }
  .top-text h2 {
    max-width: 375px;
    margin-right: 0;
  }

  .moshe-lang-sec img {
    max-width: 288px;
  }

  .publication-list .pub-listing a img {
    max-width: 100%;
    width: 268px;
    height: 410px;
  }

  .container-fluid {
    max-width: 1366px;
    margin: 0 auto;
    padding: 0;
  }

  .brand {
    width: 350px;
    height: 350px;
    background-size: cover;
    padding-top: 85px;
    margin-top: 64px;
  }
  .brand a {
    font-size: 80px;
    line-height: 60px;
  }
  .brand small {
    font-size: 20px;
    line-height: 24px;
  }

  .type-publication h4 {
    padding: 16px 18px;
    font-size: 24px;
  }
  .type-publication ul li a {
    font-size: 19px;
  }

  .publication-content p {
    font-size: 20px;
  }

  .review-top {
    width: 47.5%;
  }

  .episode {
    width: 282px;
    height: 160px;
    font-size: 30px;
    line-height: 35px;
    padding: 45px 10px;
  }

  .episode-date {
    height: 160px;
  }
  .episode-date strong {
    font-size: 30px;
    line-height: 36px;
    padding-top: 48px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
  .episode-date span {
    font-size: 30px;
    line-height: 36px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }

  .img-boxs {
    width: 144px;
    margin: 10px 10px 0 15px;
  }
  .img-boxs img {
    max-width: 100%;
  }
}
@media (max-width: 1450px) {
  .container-fluid {
    width: 100%;
  }

  .publication-list .pub-listing a {
    margin: 0 25px;
  }
}
@media (max-width: 1199px) {
  .brand {
    width: 280px;
    height: 280px;
    padding: 60px 40px 0;
    margin-top: 34px;
  }
  .brand a {
    font-size: 52px;
    line-height: 45px;
  }
  .brand small {
    font-size: 16px;
    line-height: 24px;
  }

  .top-text {
    padding-top: 15px;
  }
  .top-text h2 {
    font-size: 24px;
    line-height: 26px;
    max-width: 264px;
    margin-right: 0;
  }

  .black-family p {
    font-size: 22px;
    line-height: 26px;
  }

  .moshe-lang-sec h4 {
    font-size: 22px;
    line-height: 26px;
    margin-top: 0;
  }
  .moshe-lang-sec img {
    max-width: 250px;
    margin-right: 30px;
  }

  .publication-list .pub-listing a {
    margin: 0 16px;
  }
  .publication-list .pub-listing a img {
    max-width: 100%;
    width: 204px;
    height: 312px;
  }
}
@media (max-width: 991px) {
  body {
    padding-top: 50px;
  }

  .brand {
    margin-left: 15px;
  }

  .publication-list {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 20px;
    padding-bottom: 45px;
  }
  .publication-list .pub-listing {
    margin: 0;
  }
  .publication-list .pub-listing a {
    margin: 15px;
  }
  .publication-list .pub-listing a img {
    max-width: 100%;
    width: 300px;
    height: 460px;
  }

  .moshe-lang-sec {
    padding-left: 15px;
    padding-right: 15px;
    flex-direction: column;
    margin-top: calc((-220px / 2) - 40px);
  }
  .moshe-lang-sec .moshe-bio-photo {
    margin-bottom: 0.8em;
    display: flex;
    justify-content: center;
  }
  .moshe-lang-sec .moshe-bio-photo img {
    margin-right: 0;
    border-radius: 50%;
    background: #f3f9ec;
    padding: 8px;
    border: 1px solid #3fdae8;
  }
  .moshe-lang-sec img {
    width: 220px;
    height: 220px;
    margin-right: 20px;
  }
  .moshe-lang-sec h4 br {
    display: none;
  }

  .top-text {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 75px;
    padding-bottom: 45px;
  }
  .top-text h2 {
    max-width: 372px;
    float: none;
    text-align: left;
  }

  .books-page {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 90px;
  }
  .books-page .col-md-8 {
    width: 100%;
  }
  .books-page .col-md-4 {
    width: 100%;
  }

  footer {
    justify-content: space-around;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-bottom: 2em;
  }
  footer .pigeon {
    display: none;
  }

  .black-family {
    max-width: 100%;
    width: 100%;
    margin-top: 40px;
  }

  .review-boxs h4 {
    margin-bottom: 10px;
  }

  .resilience-box {
    width: 100%;
  }

  .episode {
    width: 160px;
    height: 140px;
    padding: 40px 10px;
  }

  .episode-date {
    height: 140px;
    padding-left: 25px;
  }
  .episode-date strong {
    padding-top: 40px;
    font-size: 24px;
    line-height: 28px;
  }

  .img-boxs {
    width: 122px;
  }
}
@media (max-width: 767px) {
  .publication-list .pub-listing a img {
    width: 275px;
    height: 420px;
  }

  .top-text h2 {
    font-size: 24px;
  }

  .publication {
    height: 54px;
  }
  .publication span {
    font-size: 20px;
    line-height: 22px;
  }
  .publication small {
    font-size: 14px;
    line-height: 18px;
  }

  footer {
    flex-direction: column;
    text-align: center;
  }
  footer .branding,
footer .quick-links {
    margin-bottom: 2em;
  }
  footer .branding ul,
footer .quick-links ul {
    padding-left: 0;
  }

  .type-publication ul li {
    margin: 5px 0;
    font-size: 16px;
  }
  .type-publication ul li a {
    font-size: 16px;
  }

  .review-top {
    width: 100%;
  }
  .review-top h3 {
    font-size: 22px;
  }
  .review-top h3 small {
    font-size: 16px;
  }
  .review-top span {
    font-size: 16px;
  }

  .review-boxs {
    margin-top: 40px;
  }

  .two-links span {
    font-size: 16px;
    line-height: 20px;
  }

  .podcast-boxs h2 {
    font-size: 36px;
  }
  .podcast-boxs h4 {
    font-size: 21px;
    line-height: 28px;
  }
  .podcast-boxs h4 strong {
    font-size: 18px;
  }

  .home .feature-search {
    margin-left: 0;
    margin-right: 0;
    border-radius: 0;
  }
}
@media (max-width: 600px) {
  .publication {
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .publication span {
    display: block;
    margin-right: 0;
  }

  .publication-list .pub-listing a img {
    width: 235px;
    height: 360px;
  }

  .episode {
    width: 100%;
    padding: 20px 10px;
    margin: 0 0 10px;
    height: auto;
  }
}
@media (max-width: 500px) {
  .top-text h2 {
    max-width: 370px;
  }

  .brand {
    width: 236px;
    height: 236px;
    padding: 58px 40px 0;
  }
  .brand a {
    font-size: 38px;
    line-height: 32px;
  }
  .brand small {
    font-size: 14px;
    line-height: 21px;
    padding-top: 7px;
  }

  .moshe-content {
    clear: both;
    padding-top: 15px;
  }

  .publication span {
    padding-bottom: 8px;
  }

  .publication-list .pub-listing a {
    margin: 4px;
  }
  .publication-list .pub-listing a img {
    width: 208px;
    height: 318px;
  }

  table tr td {
    font-size: 20px;
    line-height: 26px;
  }
  table tr td img {
    max-width: 100px;
    height: auto;
  }

  a.ext-txt {
    display: block;
  }
}
@media (max-width: 440px) {
  .logo-section {
    text-align: center;
  }

  .brand {
    margin: 30px auto 0;
  }

  .publication-list .pub-listing a {
    margin: 0 0 10px;
  }
  .publication-list .pub-listing a img {
    width: auto;
    height: auto;
    max-width: 100%;
  }

  .episode {
    padding: 12px 10px;
    font-size: 17px;
    line-height: 22px;
  }

  .img-boxs {
    float: none;
    margin: 0 auto;
    width: 95px;
  }

  .episode-date {
    padding: 10px;
    height: auto;
    text-align: center;
  }
  .episode-date strong {
    padding-top: 12px;
    font-size: 20px;
    text-overflow: inherit;
    overflow: visible;
    white-space: normal;
  }
  .episode-date span {
    text-overflow: inherit;
    overflow: visible;
    white-space: normal;
  }
}

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