@font-face {
  font-family: "Chronicle Display";
  src: url(/wp-content/themes/jewpop_bis/fonts/chronicle-display.otf);
  font-weight: normal; }
@font-face {
  font-family: "Chronicle Display";
  src: url(/wp-content/themes/jewpop_bis/fonts/chronicle-display-bold.otf);
  font-weight: bold; }
@font-face {
  font-family: "Futura LT";
  src: url(/wp-content/themes/jewpop_bis/fonts/futuralt.ttf);
  font-weight: normal; }
.sb-search-input {
  width: 100%;
  height: 53px;
  padding-left: 15px;
  position: absolute;
  top: 1px;
  left: -17px;
  outline: none;
  border: 0;
  z-index: 91;
  font-family: "Montserrat";
  font-size: 15px; }
  .sb-search-input::placeholder, .sb-search-input::-webkit-input-placeholder {
    color: #b2b2b2 !important;
    font-size: 15px; }

input[type="search"].sb-search-input {
  -webkit-appearance: none;
  -webkit-border-radius: 0px; }

.sb-search-input::-webkit-input-placeholder {
  color: black; }

.sb-search-input:-moz-placeholder {
  color: black; }

.sb-search-input::-moz-placeholder {
  color: black; }

.sb-search-input:-ms-input-placeholder {
  color: black; }

.sb-icon-search,
.sb-search-submit {
  width: 65px;
  height: 55px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  margin: 0;
  line-height: 30px;
  text-align: center;
  cursor: pointer; }

.sb-search-submit {
  background: #fff;
  /* IE needs this */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  /* IE 8 */
  filter: alpha(opacity=0);
  /* IE 5-7 */
  opacity: 0;
  color: transparent;
  color: red;
  border: none;
  outline: none;
  z-index: -1; }

.sb-icon-search {
  position: absolute;
  left: -65px;
  color: black;
  background: transparent;
  border: 1px solid #E8E8E8;
  padding-top: 15px;
  font-size: 20px;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently supported by Chrome and Opera */
  pointer-events: all;
  transition: background-color .5s; }
  .sb-icon-search:hover {
    background-color: #eee; }

.sb-icon-search:before {
  content: ""; }

.sb-search-close {
  position: absolute;
  right: 25px;
  z-index: 100;
  top: 22px;
  fill: #979797;
  outline: 0; }
  .sb-search-close:hover {
    cursor: pointer; }

.sb-search.sb-search-open,
.no-js .sb-search {
  width: 100%; }

.sb-search-input,
.sb-search-close {
  opacity: 0;
  transform: translateY(5px);
  transition: opacity .3s, transform .3s; }

.sb-search.sb-search-open .sb-search-input,
.sb-search.sb-search-open .sb-search-close {
  opacity: 1;
  transform: translateY(0);
  transition: opacity .3s .3s, transform .3s .3s; }

.social_menu:not(.sb-search-open) + .search_content {
  pointer-events: none; }

.sb-search.sb-search-open .sb-icon-search:hover {
  background-color: initial; }

.sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search {
  /*background: black;
  color: white;
  z-index: 11;
  border:none;*/ }

.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit {
  /*    z-index: 90;*/ }

@keyframes mobileSearchOpen {
  0% {
    opacity: 1;
    transform: translateY(0);
    left: initial;
    right: -1px; }
  50% {
    opacity: 0;
    transform: translateY(5px);
    left: initial;
    right: -1px; }
  100% {
    opacity: 1;
    transform: translateY(0); } }
@media (max-width: 768px) {
  .header_search {
    position: absolute;
    top: -3px;
    left: 0;
    height: 60px;
    pointer-events: none; }
    .header_search .social_header {
      display: block !important;
      border: 0;
      position: absolute;
      width: 100%;
      height: 100%;
      padding: 0;
      margin: 0; }
      .header_search .social_header .social_menu {
        display: none; }
      .header_search .social_header .search_content {
        border: 0;
        width: 100% !important;
        float: right;
        width: 100px; }
        .header_search .social_header .search_content .sb-search-input {
          position: absolute;
          width: 100%;
          height: 100%;
          top: -1px;
          left: 55px; }
        .header_search .social_header .search_content .sb-icon-search {
          left: initial;
          right: -1px;
          height: 60px; }
      .header_search .social_header .sb-search.sb-search-open {
        pointer-events: all; }
        .header_search .social_header .sb-search.sb-search-open .sb-icon-search {
          animation: mobileSearchOpen .6s ease-in-out;
          right: initial;
          left: -1px;
          background-color: #fff; } }
/* General */
body {
  padding: 0 0px;
  font-family: "Futura LT";
  color: black; }

.red {
  background-color: red !important; }

.lettrine {
  font-size: 68px;
  float: left;
  display: block;
  margin-bottom: 10px;
  margin-top: 14px;
  margin-right: 3px; }

h2,
h3,
h4 {
  font-family: "Montserrat";
  text-transform: uppercase;
  margin-bottom: 50px;
  font-size: 24px;
  color: black; }

.category_page h2:before {
  content: "#";
  margin-right: 5px; }

h1 {
  color: black; }

p {
  font-family: "Georgia";
  line-height: 30px;
  font-size: 18px; }

.alignleft {
  float: left;
  width: 49%;
  margin-right: 1%;
  height: auto;
  margin-bottom: 30px; }

.alignright {
  height: auto;
  float: right;
  margin-bottom: 30px;
  width: 49%;
  margin-left: 1%; }

strong {
  font-size: 17px;
  font-family: "Montserrat";
  font-weight: bold; }

.big {
  font-size: 55px;
  font-family: "Montserrat";
  line-height: 62px; }

.margin_top {
  margin-top: 20px; }

.category, .post-categories li a {
  font-family: "Montserrat";
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold; }

button:focus {
  outline: none;
  outline-offset: none; }

.btn:hover {
  color: #333 !important; }

.content_wrapper {
  padding: 170px 70px 0px 90px;
  z-index: 1;
  min-height: 580px; }

.content_wrapper_bis {
  padding: 0px 70px 0 90px;
  z-index: 1;
  min-height: 0; }

/* Header */
header {
  top: 0;
  width: 100%;
  left: 0%;
  z-index: 2;
  position: fixed;
  background-color: white;
  padding: 20px 40px 30px;
  border-bottom: 1px solid #E8E8E8;
  margin-bottom: 20px; }
  header .logo {
    margin: 4px 0 0 15px;
    float: left; }
    header .logo a {
      color: black;
      font-weight: 500; }
    header .logo a:hover {
      text-decoration: none; }
    header .logo h1 {
      margin: 10px 0 0 20px;
      font-size: 18px;
      letter-spacing: 3px; }
  header .header_search {
    text-align: right;
    width: 100%;
    margin-top: 3px;
    opacity: 0;
    transition: opacity .5s; }
    header .header_search.show_header_search {
      opacity: 1; }
  header .search_content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: -1px;
    left: 0; }
  header .social_header {
    height: 55px;
    float: right;
    position: relative;
    border-bottom: 1px solid #E8E8E8;
    border-top: 1px solid #E8E8E8;
    border-right: 1px solid #E8E8E8;
    padding: 7px 20px 9px 15px; }
    header .social_header .social_menu {
      opacity: 1;
      transform: translateY(0);
      transition: opacity .3s .3s, transform .3s .3s; }
      header .social_header .social_menu.sb-search-open {
        opacity: 0;
        transform: translateY(5px);
        transition: opacity .3s, transform .3s; }

.social_menu {
  margin: 0;
  padding: 10px 0; }
  .social_menu li {
    list-style: none;
    float: left;
    font-family: "Montserrat";
    font-size: 15px;
    margin-top: -7px;
    padding-top: 0; }
    .social_menu li i {
      line-height: auto;
      margin-top: 0px;
      padding-top: 3px; }
    .social_menu li a {
      color: black;
      font-size: 27px;
      margin-left: 20px;
      transition: color .3s; }
      .social_menu li a:hover {
        color: #50E9A4; }
      .social_menu li a .fa-youtube-square:before {
        content: "\f167"; }
    .social_menu li .social_margin {
      display: block;
      text-align: top;
      margin-top: 6px; }

footer .social_menu {
  width: 100% !important;
  text-align: right;
  margin: 0px 0;
  clear: both;
  padding: 0; }
  footer .social_menu i {
    padding: 0; }
  footer .social_menu li {
    list-style: none;
    display: inline-block;
    float: none;
    margin: -5px 0;
    padding: 0; }
    footer .social_menu li a {
      color: black;
      margin: 0 10px; }

.supsystic-social-sharing a.social-sharing-button.sharer-flat.myfacebook:hover {
  background-color: transparent !important; }

.supsystic-social-sharing a.social-sharing-button.counter-arrowed .counter-wrap.arrowed {
  background: none !important;
  color: #000 !important;
  position: initial;
  width: 60px;
  text-align: center !important;
  margin-left: -12px; }
  .supsystic-social-sharing a.social-sharing-button.counter-arrowed .counter-wrap.arrowed::before, .supsystic-social-sharing a.social-sharing-button.counter-arrowed .counter-wrap.arrowed::after {
    display: none !important; }

.supsystic-social-sharing-loaded {
  display: flex !important;
  flex-direction: column;
  text-align: center; }
  .supsystic-social-sharing-loaded::before {
    content: "Share";
    font-family: "Montserrat";
    text-align: center;
    font-size: 17px;
    margin: 3px 4px 5px 0; }
  .supsystic-social-sharing-loaded > a.pulse {
    animation: none; }
  .supsystic-social-sharing-loaded li {
    display: block !important;
    margin-bottom: 0px;
    font-size: 14px; }
    .supsystic-social-sharing-loaded li a {
      margin: 0; }
  .supsystic-social-sharing-loaded .fa {
    color: black !important;
    margin: 0 !important;
    display: block !important;
    font-size: 27px;
    transition: color .3s; }
    .supsystic-social-sharing-loaded .fa:hover {
      color: #50E9A4 !important; }
    .supsystic-social-sharing-loaded .fa.fa-facebook::before {
      content: "\f230"; }
  .supsystic-social-sharing-loaded .sharer-flat,
  .supsystic-social-sharing-loaded .facebook {
    background-color: transparent !important;
    margin: 0 0 0 14px !important;
    padding: 14px 5px 0 15px !important; }
  .supsystic-social-sharing-loaded .sharer-flat:hover {
    background-color: transparent !important; }
  .supsystic-social-sharing-loaded .counter {
    text-shadow: none !important;
    font-family: "Montserrat" !important;
    font-size: 11px !important;
    letter-spacing: 1.1px; }
    .supsystic-social-sharing-loaded .counter::before {
      content: "("; }
    .supsystic-social-sharing-loaded .counter::after {
      content: ")"; }

.social_big li a {
  margin: 0 15px;
  font-size: 40px; }

.menu #trigger-overlay div {
  height: 1px;
  width: 70%;
  margin: 7px auto;
  background-color: black; }
.menu button {
  float: left;
  width: 55px;
  margin-top: 0px;
  height: 55px;
  border: 1px solid #E8E8E8;
  background-color: transparent;
  transition: background-color .5s; }
  .menu button:hover {
    background-color: #eee; }

/* SPECIAL CONTENT */
.page_about .staff {
  position: relative;
  float: left;
  width: 25%;
  margin: 0; }
  .page_about .staff img {
    width: 100%;
    height: 280px;
    object-fit: cover; }

.supsystic-social-sharing .sharer-flat.facebook:hover {
  background-color: transparent !important; }

.supsystic-social-sharing a.social-sharing-button.sharer-flat.mail:hover {
  background-color: transparent !important; }

.caption_staff {
  position: absolute;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.3);
  height: 100%;
  top: 0;
  width: 100%;
  padding: 200px 20px 0 20px; }
  .caption_staff .name, .caption_staff .position {
    color: white;
    display: block;
    font-family: "Georgia";
    font-weight: bold;
    font-size: 18px; }
  .caption_staff .position {
    font-weight: normal; }

.caption_staff:hover {
  opacity: 1; }

.post-categories {
  margin: 0;
  padding: 0; }
  .post-categories li {
    display: inline-block;
    line-height: 12px;
    margin-right: 10px;
    text-transform: uppercase; }
    .post-categories li a {
      color: black; }

.tag {
  line-height: 12px; }

.page {
  width: 53%;
  margin: auto; }
  .page h1 {
    margin-bottom: 40px;
    font-family: "Montserrat";
    font-size: 24px;
    text-transform: uppercase;
    text-align: center; }

.page_about {
  width: 100%;
  margin-bottom: 100px; }
  .page_about p {
    width: 53%;
    margin: auto; }

.post-categories li:before {
  content: "#";
  padding-right: 2px; }

.well,
.collapse {
  background-color: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none; }

.comment_content {
  margin: 0px 0 20px 0;
  padding: 20px; }
  .comment_content a {
    color: black; }

.commentlist li {
  list-style: none; }

.comment_wrapper {
  border: 1px solid #E8E8E8; }
  .comment_wrapper i {
    margin-right: 10px; }
  .comment_wrapper span {
    margin-left: 10px;
    padding-top: 10px; }
  .comment_wrapper #comments {
    font-size: 18px; }
  .comment_wrapper textarea {
    width: 50%;
    margin-top: 0px;
    border: 1px solid #E8E8E8; }
  .comment_wrapper #submit {
    background-color: black;
    border: none;
    width: auto;
    height: auto;
    padding: 5px 20px;
    color: white;
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: "Georgia"; }

.no_comment input {
  width: 50%;
  border: 1px solid #E8E8E8;
  margin: 0;
  height: 30px; }
.no_comment label {
  margin-bottom: 10px;
  margin-top: 20px;
  display: block; }

.newsletter {
  width: 80%;
  background: #50E8A3 !important;
  margin: 30px auto;
  padding: 40px 30px 50px 30px; }
  .newsletter strong {
    font-size: 27px;
    margin: 0; }
  .newsletter p {
    font-size: 27px;
    font-weight: 200;
    font-family: "Montserrat";
    margin: 0;
    line-height: 35px; }
  .newsletter form {
    font-family: "Chronicle Display";
    margin-top: 10px; }
    .newsletter form placeholder {
      color: black; }
    .newsletter form input {
      border: 1px solid black;
      border-radius: 0;
      background: transparent;
      margin-bottom: 10px; }
    .newsletter form button {
      background-color: black;
      border: none;
      border-radius: 0;
      color: white !important;
      padding: 5px 20px;
      font-size: 17px; }
    .newsletter form .form-control::-moz-placeholder {
      color: black; }
    .newsletter form .form-control:-ms-input-placeholder {
      color: black; }
    .newsletter form .form-control::-webkit-input-placeholder {
      color: black; }

.comments {
  margin: 117px 0 60px; }
  .comments .toggle-open-comments {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #e8e8e8;
    font-family: "Montserrat";
    font-size: 17px;
    padding: 35px 0;
    transition: background-color .5s; }
    .comments .toggle-open-comments.comments-show svg.arrow {
      transform: rotateZ(180deg); }
    .comments .toggle-open-comments:hover {
      cursor: pointer;
      background-color: #eee; }
    .comments .toggle-open-comments svg {
      margin: 0 20px; }
    .comments .toggle-open-comments .comments-count {
      margin-left: 5px; }
  .comments .content-comments {
    display: none; }
    .comments .content-comments.comments-show {
      display: block; }
    .comments .content-comments h3 {
      display: none !important; }
    .comments .content-comments #wpcomm {
      margin-top: 40px !important;
      border: 0 !important; }
    .comments .content-comments p {
      width: auto !important; }

/* Main content */
.wpcf7 {
  margin-bottom: 70px !important;
  width: 100%; }
  .wpcf7 p {
    width: 100%;
    text-align: center; }
  .wpcf7 label {
    width: 100%;
    font-family: "Chronicle Display";
    font-size: 18px;
    text-align: left; }
  .wpcf7 .wpcf7-submit {
    background-color: black;
    color: white;
    text-transform: uppercase;
    width: 30% !important;
    margin: auto !important;
    border: none;
    font-family: "Montserrat";
    font-size: 14px;
    padding: 10px !important;
    text-align: center !important; }

.wpcf7-form-control,
text-area {
  width: 100% !important;
  margin-top: 7px;
  margin-bottom: 20px;
  border: 1px solid #B2B2B2; }

.single_content img {
  margin: 30px 0; }
.single_content h1 {
  font-family: "Chronicle Display";
  font-size: 90px;
  line-height: 108px;
  width: 70%;
  font-weight: normal;
  margin: -3px auto 38px; }
.single_content .thumbnail_single {
  text-align: left;
  margin-bottom: 0px; }
  .single_content .thumbnail_single img {
    margin-top: 0;
    width: 90%;
    margin-left: 0;
    object-fit: cover;
    height: auto;
    max-height: 1000px; }
.single_content .single_text {
  width: 81%;
  margin: auto; }
  .single_content .single_text p {
    width: 75%;
    margin: auto; }

.liseret {
  background-color: #E8E8E8;
  height: 1px;
  margin: 70px 0 40px 0;
  width: 100%;
  clear: both; }

.meta {
  margin: 0;
  padding: 0; }
  .meta li {
    list-style: none;
    display: inline-block;
    font-family: "Montserrat";
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold; }
  .meta > li:first-child {
    position: relative;
    padding-right: 5px;
    margin-right: 7px; }
    .meta > li:first-child:after {
      content: "|";
      font-size: 10px;
      color: #979797;
      position: absolute;
      top: 3px;
      right: 0;
      font-weight: 400; }

.content_wrapper .col-sm-6, .content_wrapper .col-sm-3, .content_wrapper .col-sm-4 {
  padding: 0 30px; }

/* ARTICLE */
.grid {
  width: 100%; }

.grid-item {
  width: 19%;
  overflow: hidden; }
  .grid-item img {
    width: 100%;
    cursor: pointer;
    height: auto;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all 3s ease-in-out;
    -ms-transition: all 3s ease-in-out;
    -o-transition: all 3s ease-in-out;
    transition: all .5s ease-in-out; }
  .grid-item img:hover {
    opacity: .8; }

.thumbnail_wrapper {
  background-color: black; }

.category_page .grid-item a {
  color: black; }
.category_page .first_article {
  min-height: 600px; }
  .category_page .first_article .category, .category_page .first_article .post-categories li a, .post-categories li .category_page .first_article a {
    display: none; }
.category_page .first_row {
  min-height: 600px !important; }
.category_page .second_row, .category_page .grid_single {
  min-height: 520px; }
.category_page .post-categories li:before {
  display: none; }

.first_article {
  width: 46.25%;
  margin-right: 1.7%;
  margin-left: 1.7%;
  margin-bottom: 3vw;
  height: auto !important; }
  .first_article .caption_article {
    position: absolute !important;
    top: 58%;
    width: 90% !important;
    left: 5% !important;
    background-color: white !important;
    padding: 40px 30px 15px 40px !important; }
    .first_article .caption_article .post-categories a {
      font-size: 11px;
      line-height: 1.9; }
  .first_article .article_content img {
    width: 100% !important;
    height: 580px !important;
    object-fit: cover !important; }
  .first_article h1 {
    font-family: "Montserrat" !important;
    font-size: 40px;
    line-height: 48px;
    font-weight: 700;
    margin-top: 2px; }
  .first_article p {
    line-height: 26px;
    font-size: 16px; }

.special .caption_article {
  top: 50%; }
.special img {
  max-height: 430px !important; }
.special h1 {
  font-size: 19px !important;
  line-height: 23px !important;
  margin-bottom: 10px !important;
  margin-top: -5px !important; }

.grid-item a:hover {
  text-decoration: none; }

.grid-item a:hover h1 {
  text-decoration: underline; }

.second_row, .grid_single,
.first_row {
  width: 21.5%;
  min-height: 500px;
  margin: 0px 1.7% 50px 1.7%; }
  .second_row .caption_article, .grid_single .caption_article,
  .first_row .caption_article {
    position: relative;
    left: 0;
    margin-top: 27px;
    width: 100%;
    padding: 0;
    color: black; }
  .second_row .article_content, .grid_single .article_content,
  .first_row .article_content {
    position: relative;
    margin-bottom: 10px; }
    .second_row .article_content img, .grid_single .article_content img,
    .first_row .article_content img {
      width: 100%;
      min-height: 120px;
      max-height: 350px;
      height: auto;
      object-fit: cover; }
    .second_row .article_content h1, .grid_single .article_content h1,
    .first_row .article_content h1 {
      font-family: "Chronicle Display";
      font-size: 21px;
      line-height: 29px;
      font-weight: bold;
      margin-top: 20px;
      margin-bottom: 5px; }
    .second_row .article_content p, .grid_single .article_content p,
    .first_row .article_content p {
      line-height: 24px;
      font-size: 15px;
      padding-top: 2px;
      padding-bottom: 7px; }

.first_row {
  height: 580px;
  width: 21.5%;
  margin-bottom: 3vw; }

.grid_single {
  width: 21.5% !important;
  margin-bottom: 0; }
  .grid_single img {
    width: 100%;
    height: auto; }

.grid_video {
  width: 29.3% !important;
  min-height: auto !important;
  max-height: auto !important;
  height: 550px;
  margin: 0px 1.7% 50px 1.7%; }
  .grid_video .caption_article {
    position: relative;
    left: 0;
    margin-top: 10px;
    width: 100%;
    padding: 0;
    text-align: center; }
  .grid_video .article_content {
    position: relative;
    margin-bottom: 10px; }
    .grid_video .article_content img {
      width: 100%;
      min-height: 150px;
      max-height: 350px;
      height: auto;
      object-fit: cover; }
    .grid_video .article_content h1 {
      font-family: "Chronicle Display";
      font-size: 21px;
      line-height: 29px;
      font-weight: bold;
      margin-top: 20px;
      margin-bottom: 5px; }
    .grid_video .article_content p {
      line-height: 24px;
      font-size: 15px; }
  .grid_video .post-categories {
    text-align: center;
    line-height: auto; }

.test {
  height: auto !important;
  min-height: 350px !important;
  background-color: #50E9A4;
  text-align: center;
  padding: 60px 30px 50px; }
  .test p {
    font-size: 27px;
    font-weight: 200;
    font-family: "Montserrat";
    margin: 0;
    line-height: 34px; }
    .test p strong {
      font-size: 27px; }

.mc4wp-form ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: black; }

.mc4wp-form :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: black; }

.mc4wp-form ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: black; }

.mc4wp-form :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: black; }

.mc4wp-response, .mc4wp-alert p {
  font-size: 14px !important;
  margin-top: 10px; }

.mc4wp-form-fields {
  font-family: "Montserrat";
  margin-top: 30px;
  font-weight: 100; }
  .mc4wp-form-fields placeholder {
    color: black !important; }
  .mc4wp-form-fields input {
    margin-top: 10px;
    padding: 10px 30px;
    border: 1px solid black;
    border-radius: 0;
    background: transparent;
    margin-bottom: 10px;
    font-size: 13px;
    text-align: center;
    margin-bottom: 20px; }
  .mc4wp-form-fields button {
    background-color: black;
    border: none;
    border-radius: 0;
    color: white !important;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 300; }
    .mc4wp-form-fields button input {
      margin: 0;
      padding: 0;
      font-size: 14px !important; }
  .mc4wp-form-fields .form-control::-moz-placeholder {
    color: black; }
  .mc4wp-form-fields .form-control:-ms-input-placeholder {
    color: black; }
  .mc4wp-form-fields .form-control::-webkit-input-placeholder {
    color: black; }

.find_us {
  padding: 80px 20% 90px;
  border: 4px solid black;
  margin: 0 50px; }
  .find_us .big {
    letter-spacing: .8px; }
  .find_us .social_menu {
    display: flex;
    justify-content: center; }
    .find_us .social_menu li {
      float: none; }
      .find_us .social_menu li i {
        margin: 0 20px; }
      .find_us .social_menu li i:before {
        font-size: 50px; }

.interest {
  margin-top: 50px; }
  .interest h2 {
    margin-bottom: 90px; }

.people_read .grid_video {
  width: 21.5% !important; }

.similar-articles h2 {
  border-top: 1px solid #e8e8e8;
  padding-top: 70px;
  margin: 24px -85px 88px -105px; }

/* Footer */
footer {
  border-top: 1px solid #E8E8E8;
  padding: 50px 80px 40px 45px;
  text-transform: uppercase;
  font-family: "Montserrat";
  font-size: 12px; }

.nav_footer {
  margin: 0;
  padding: 0; }
  .nav_footer li {
    display: inline-block;
    list-style: none;
    margin-right: 20px; }
    .nav_footer li a {
      color: black; }

#spinner {
  position: fixed;
  width: 100%;
  height: calc(100% - 109px);
  z-index: 1000;
  background-color: #fff;
  top: 109px;
  display: flex;
  align-items: center;
  justify-content: center; }
  #spinner.show-content {
    display: none; }
  #spinner .loader,
  #spinner .loader:after {
    border-radius: 50%;
    width: 5em;
    height: 5em; }
  #spinner .loader {
    margin: auto;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    border-top: 0.5em solid rgba(0, 0, 0, 0.1);
    border-right: 0.5em solid rgba(0, 0, 0, 0.1);
    border-bottom: 0.5em solid rgba(0, 0, 0, 0.1);
    border-left: .5em solid #888;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear; }
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
#content-loaded {
  opacity: 0;
  transition: opacity .5s; }
  #content-loaded .grid-item {
    opacity: 0;
    transform: translateY(10px) scale(0.5);
    transition: transform .5s .5s, opacity .5s .5s; }
    #content-loaded .grid-item:nth-child(4n+1) {
      transition: transform .5s .6s, opacity .5s .6s; }
    #content-loaded .grid-item:nth-child(4n+2) {
      transition: transform .5s .7s, opacity .5s .7s; }
    #content-loaded .grid-item:nth-child(4n+3) {
      transition: transform .5s .8s, opacity .5s .8s; }
  #content-loaded.show-content {
    opacity: 1; }
    #content-loaded.show-content .grid-item {
      opacity: 1;
      transform: translateY(0) scale(1); }

@media (max-width: 1200px) {
  .special img {
    max-height: 430px !important; }
  .special h1 {
    font-size: 19px !important;
    line-height: 19px !important;
    margin-bottom: 10px !important;
    margin-top: -5px !important; } }
@media (max-width: 992px) {
  .page_about {
    width: 100%;
    margin-bottom: 100px; }
    .page_about p {
      width: 73%;
      margin: auto; }

  .page_about .staff {
    position: relative;
    float: left;
    width: 50%;
    margin: 0; }

  .content_wrapper {
    padding: 170px 30px 100px;
    z-index: 1;
    min-height: 480px; }

  .second_row, .grid_single,
  .first_row,
  .grid_single {
    width: 30.7%;
    min-height: 400px;
    margin: 0px 1.3% 50px 1.3%; }

  .first_row {
    height: 580px;
    width: 20%;
    margin-bottom: 3vw; }

  .grid_video {
    width: 29% !important;
    height: 420px !important;
    margin: 0px 1.3% 50px 1.3%; }
    .grid_video .caption_article {
      text-align: center !important;
      position: relative;
      left: 0;
      margin-top: 10px;
      width: 100%;
      padding: 0; }
    .grid_video .article_content {
      position: relative;
      margin-bottom: 10px; }
      .grid_video .article_content img {
        width: 100%;
        min-height: 120px;
        max-height: 250px;
        height: auto;
        object-fit: cover; }
      .grid_video .article_content h1 {
        font-family: "Chronicle Display";
        font-size: 20px;
        line-height: 20px;
        font-weight: bold;
        margin-top: 10px;
        margin-bottom: 5px; }
      .grid_video .article_content p {
        line-height: 20px;
        font-size: 15px; }

  .similar-articles h2 {
    margin: 24px -45px 88px -65px; } }
@media (max-width: 768px) {
  #spinner {
    top: 59px; }

  .grid-item {
    clear: both; }

  .page_about {
    width: 100%;
    margin-bottom: 100px; }
    .page_about p {
      width: 90%;
      margin: auto; }

  .page_about .staff {
    position: relative;
    float: left;
    width: 100%;
    margin: 0; }

  header {
    top: 0;
    width: 100%;
    height: 59px;
    left: 0%;
    z-index: 2;
    position: fixed;
    background-color: white;
    padding: 20px 0px; }
    header .header_search {
      opacity: 1; }

  .content_wrapper {
    padding: 19px 10px 0;
    z-index: 1; }

  .first_article {
    width: calc(100% + 20px);
    margin: 0 -10px 20px; }
    .first_article img {
      height: auto; }
    .first_article .caption_article {
      padding: 20px 17px !important; }
    .first_article h1 {
      font-size: 30px;
      line-height: 38px; }

  .second_row, .grid_single,
  .first_row,
  .grid_single {
    width: 100% !important;
    min-height: 0;
    margin: 20px 0;
    padding: 0 17px; }
    .second_row .article_content img, .grid_single .article_content img,
    .first_row .article_content img,
    .grid_single .article_content img {
      width: 100% !important;
      height: auto !important;
      object-fit: cover !important; }

  .people_read .grid_video {
    width: 100% !important; }

  .first_row {
    height: auto;
    margin: 10px 0; }

  .grid-item .caption_article {
    margin-top: -7px; }
    .grid-item .caption_article + .margin_top {
      margin: 0; }

  .menu button {
    width: 60px;
    height: 60px;
    margin-left: -16px;
    margin-top: -21px;
    margin-bottom: -21px; }
  .menu #trigger-overlay div {
    height: 2px;
    width: 25px;
    margin: 6px auto;
    background-color: black; }

  .logo {
    margin-left: 0 !important;
    display: inline-block;
    width: calc(100% - 120px);
    text-align: center; }
    .logo h1 {
      margin: 0; }
    .logo a img {
      height: 20px;
      margin-top: -13px; }

  .mobile_hide {
    display: none; }

  .interest {
    margin: 0; }
    .interest h2 {
      margin-bottom: 30px; }

  .test {
    padding: 40px 28px 47px;
    min-height: initial !important; }
    .test p, .test p strong {
      font-size: 24px;
      line-height: 34px;
      letter-spacing: .4px; }
    .test input, .test button {
      font-family: "Chronicle Display";
      font-size: 17px !important; }
    .test input {
      padding: 20px 0; }
    .test button {
      margin-top: 9px;
      padding: 9px 36px !important; }

  .liseret {
    margin: 30px 0 10px; }

  .nav_footer {
    text-align: center;
    margin: 0 !important;
    padding: 0 !important; }
    .nav_footer li {
      display: block;
      list-style: none;
      margin: 10px 0 16px -40px;
      padding: 0; }
      .nav_footer li a {
        color: black;
        margin: 0 !important;
        font-weight: 600; }

  footer {
    padding: 50px 0 40px; }
    footer .social_menu {
      width: 100%;
      text-align: center;
      margin: 50px 0 100px;
      padding: 0; }
      footer .social_menu li {
        list-style: none;
        display: inline-block; }
        footer .social_menu li a {
          color: black;
          font-size: 26px;
          margin: 9px; }

  .vertical_social {
    text-align: center; }
    .vertical_social li {
      display: inline-block;
      margin-bottom: 10px;
      margin-right: 10px;
      font-size: 14px; }

  .thumbnail_single {
    text-align: center !important;
    margin: auto; }
    .thumbnail_single img {
      max-width: 100%;
      width: 100%;
      margin: auto;
      object-fit: cover;
      height: auto;
      max-height: 1000px; }

  .single_text img {
    width: 100% !important;
    height: auto; }

  .single_content {
    width: 100%;
    padding: 0 !important; }
    .single_content h1 {
      font-size: 40px;
      line-height: 58px;
      width: 90%;
      margin-top: 24px;
      margin-bottom: 10px; }
    .single_content ul.meta {
      margin-bottom: -14px; }
    .single_content img {
      margin: 14px 0 4px; }

  .thumbnail_single {
    text-align: left;
    padding: 0;
    margin: 0 -25px 23px !important; }
    .thumbnail_single img {
      margin-top: 0;
      width: 100% !important;
      margin-left: 0;
      object-fit: cover;
      height: auto;
      max-height: 1000px; }

  .single_text {
    width: 100% !important;
    padding: 0 !important;
    margin: auto; }
    .single_text p {
      width: 100% !important;
      font-size: 18px;
      line-height: 30px;
      margin: auto; }
    .single_text strong {
      font-size: 17px;
      line-height: 30px; }
    .single_text iframe {
      width: 100%; }

  .supsystic-social-sharing-loaded {
    flex-direction: row;
    justify-content: space-between;
    height: 56px;
    margin: 0 -15px;
    padding: 0 0 0 25px;
    position: fixed;
    width: 50%;
    left: 54%;
    bottom: -1px;
    z-index: 200;
    background-color: #fff; }
    .supsystic-social-sharing-loaded::before {
      content: "Share article";
      font-size: 16px;
      margin: 0;
      padding: 20px 0 0 37px;
      width: 50%;
      text-align: left;
      position: absolute;
      width: calc(100% + 12px);
      height: 100%;
      right: 100%;
      background-color: #fff; }
    .supsystic-social-sharing-loaded .counter-wrap {
      display: none; }
    .supsystic-social-sharing-loaded .sharer-flat, .supsystic-social-sharing-loaded .facebook {
      background-color: transparent !important;
      margin: 0 !important;
      padding: 10px 0 0 0 !important; }

  .page {
    width: 100%;
    margin: auto; }
    .page h1 {
      margin-bottom: 40px;
      font-family: "Montserrat";
      font-size: 24px;
      text-transform: uppercase;
      text-align: center; }

  .newsletter {
    width: 100%;
    background: #50E8A3 !important;
    margin: 30px auto;
    padding: 40px 10px 33px 10px;
    text-align: center; }
    .newsletter strong, .newsletter p {
      font-size: 24px;
      line-height: 34px;
      margin: 0; }
    .newsletter p {
      font-weight: 200;
      font-family: "Montserrat"; }
    .newsletter form {
      font-family: "Chronicle Display";
      margin-top: 10px; }
      .newsletter form input {
        border: 1px solid black;
        border-radius: 0;
        background: transparent;
        margin: 30px 0 29px;
        padding: 20px 0;
        text-align: center; }
      .newsletter form button {
        background-color: black;
        border: none;
        border-radius: 0;
        color: white !important;
        padding: 9px 37px;
        font-size: 17px;
        font-family: "Chronicle Display"; }
      .newsletter form .form-control::-moz-placeholder {
        color: black; }
      .newsletter form .form-control:-ms-input-placeholder {
        color: black; }
      .newsletter form .form-control::-webkit-input-placeholder {
        color: black; }

  .special {
    width: 100%;
    min-height: 450px !important;
    max-height: auto !important;
    height: auto !important;
    clear: both;
    overflow: hidden; }
    .special .article_content img {
      min-height: 400px !important;
      width: 100% !important;
      height: auto !important;
      object-fit: cover !important; }

  .grid_video {
    height: auto !important; }
    .grid_video .article_content img {
      height: auto !important; }

  .similar-articles .article_content h1 {
    margin-top: 5px; }
  .similar-articles h2 {
    margin: 24px -25px 19px -45px;
    padding-top: 41px;
    font-size: 17px; }
  .similar-articles .caption_article {
    margin-top: 22px; }
  .similar-articles .grid-item {
    padding-top: 5px !important;
    margin-top: 5px !important; }
    .similar-articles .grid-item:first-child {
      margin-top: 16px !important; }

  .comments {
    margin: 61px 0 34px; }
    .comments .toggle-open-comments {
      padding: 30px 0; } }

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