body {
  font-family: "Inter", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Charter", sans-serif;
}

ul,
ol {

  margin: 0 0 1.5em 0em;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

@media (min-width: 1500px) {
  .container {
    max-width: 1440px;
  }
}

.siteHeader {
  min-height: 80px;
  background-color: #fff;
  border-bottom: 1px solid #eaeaea;
  position: relative;
  z-index: 1000;
}

.siteHeader__wrap {
  display: flex;
  min-height: inherit;
}

.siteHeader__logo {
  width: 100%;
  max-width: 250px;
  min-height: inherit;
  padding: 0 24px;
  border-left: 1px solid #eaeaea;
  display: flex;
  align-items: center;
  justify-content: center;
}

.siteHeader__logo a {
  display: flex;
  transition: ease 0.3s;
}

.siteHeader__logo a:hover {
  opacity: 0.85;
}

.siteHeader__menu {
  width: 100%;
  max-width: calc(100% - 390px);
  min-height: inherit;
  padding: 0 24px;
  border-left: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.siteHeader__menu>div:not(.search) {
  min-height: inherit;
}

.siteHeader__menu ul {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  min-height: inherit;
}

.siteHeader__menu ul li {
  min-height: inherit;
  margin-right: 10px;
}

.siteHeader__menu ul li:hover a::after {
  width: 100%;
}

.siteHeader__menu ul li.current-menu-item a {
  color: #309b65;
}

.siteHeader__menu ul li.current-menu-item a::after {
  width: 100%;
}

.siteHeader__menu ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  line-height: 1;
  font-family: "Charter", sans-serif;
  color: #000;
  font-weight: 600;
  padding: 0 16px;
  min-height: inherit;
  position: relative;
  transition: ease 0.8s;
}

.siteHeader__menu ul li a:after {
  content: "";
  width: 0;
  max-width: 36px;
  height: 1px;
  background-color: #000;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: ease 0.3s;
}

.siteHeader__menu .search {
  position: absolute;
  right: 20px;
}

.siteHeader__menu .search__open {
  width: 24px;
  cursor: pointer;
  transition: ease 0.3s;
}

.siteHeader__menu .search__open:hover {
  opacity: 0.75;
}

.siteHeader__menu .search__open img {
  width: 100%;
  display: block;
  filter: invert(54%) sepia(11%) saturate(2125%) hue-rotate(97deg) brightness(91%) contrast(91%);
}

.siteHeader__social {
  width: 100%;
  max-width: 140px;
  min-height: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  border-right: 1px solid #eaeaea;
}

.siteHeader__social a {
  width: 100%;
  width: 21px;
  margin-right: 10px;
  transition: ease 0.3s;
}

.siteHeader__social a:hover {
  opacity: 0.75;
}

.siteHeader__social a:last-of-type {
  margin-right: 0;
}

.siteHeader__social a img {
  display: block;
  width: 100%;
  filter: invert(54%) sepia(11%) saturate(2125%) hue-rotate(97deg) brightness(91%) contrast(91%);
}

.siteHeader .headerMobile {
  display: none;
}

@media (max-width: 1399px) {
  .siteHeader__menu {
    justify-content: space-between;
  }

  .siteHeader__menu ul li a {
    font-size: 15px;
    padding: 0 10px;
  }

  .siteHeader__menu .search {
    position: relative;
    right: auto;
  }
}

@media (max-width: 1199px) {
  .siteHeader__logo {
    max-width: 200px;
    padding: 0 10px;
  }

  .siteHeader__menu {
    max-width: calc(100% - 310px);
    padding: 0 10px;
  }

  .siteHeader__menu ul li a {
    font-size: 14px;
    padding: 0 5px;
  }

  .siteHeader__social {
    max-width: 110px;
    padding: 0 10px;
  }
}

@media (max-width: 991px) {
  .siteHeader {
    min-height: 60px;
  }

  .siteHeader__wrap {
    display: none;
  }

  .siteHeader .headerMobile {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: inherit;
  }

  .siteHeader .headerMobile__menu button {
    width: 28px;
    height: 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0;
    background-color: unset;
    border: 0;
  }

  .siteHeader .headerMobile__menu button.active span:nth-child(1) {
    transform: rotate(-45deg) translate(-5px, 6px);
  }

  .siteHeader .headerMobile__menu button.active span:nth-child(2) {
    opacity: 0;
  }

  .siteHeader .headerMobile__menu button.active span:nth-child(3) {
    transform: rotate(45deg) translate(-3px, -5px);
  }

  .siteHeader .headerMobile__menu button span {
    width: 100%;
    height: 2px;
    border-radius: 3px;
    background-color: #309b65;
    transition: ease 0.3s;
  }

  .siteHeader .headerMobile__logo {
    width: 100%;
    max-width: 200px;
  }

  .siteHeader .headerMobile__logo img {
    width: 100%;
  }

  .siteHeader .headerMobile__search.active button img.open {
    display: none;
  }

  .siteHeader .headerMobile__search.active button img.close {
    display: block;
  }

  .siteHeader .headerMobile__search button {
    display: flex;
    width: 100%;
    max-width: 28px;
    padding: 0;
    background-color: unset;
    border: 0;
    cursor: pointer;
    transition: ease 0.3s;
  }

  .siteHeader .headerMobile__search button:hover {
    opacity: 0.75;
  }

  .siteHeader .headerMobile__search button img {
    display: block;
    width: 100%;
    filter: invert(54%) sepia(11%) saturate(2125%) hue-rotate(97deg) brightness(91%) contrast(91%);
  }

  .siteHeader .headerMobile__search button img.close {
    display: none;
  }
}

@media (max-width: 575px) {
  .siteHeader .headerMobile__menu button {
    width: 24px;
    height: 14px;
  }

  .siteHeader .headerMobile__logo {
    max-width: 160px;
  }

  .siteHeader .headerMobile__search button {
    max-width: 22px;
  }
}

.menuMobile {
  width: 100%;
  height: calc(100% - 61px);
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  left: -100%;
  top: 61px;
  z-index: 999;
  transition: ease 0.7s;
}

.menuMobile.active {
  left: 0;
}

.menuMobile__wrap ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.menuMobile__wrap ul li {
  width: 100%;
  margin: 0 0 15%;
}

.menuMobile__wrap ul li:last-of-type {
  margin: 0;
}

.menuMobile__wrap ul li a {
  display: block;
  width: 100%;
  font-size: 24px;
  line-height: 1;
  font-family: "Charter", sans-serif;
  color: #000;
  margin: 0;
  text-align: center;
}

.searchBar {
  width: 100%;
  height: calc(100% - 81px);
  background-color: #fff;
  position: fixed;
  top: -100%;
  left: 0;
  z-index: 998;
  transition: ease 0.4s;
}

.searchBar.active {
  top: 81px;
}

.searchBar__close {
  position: absolute;
  left: 35px;
  top: 60px;
  opacity: 0.4;
  cursor: pointer;
  transition: ease 0.3s;
}

.searchBar__close:hover {
  transform: rotate(-20deg);
}

.searchBar__close:after {
  content: "";
  background-image: url("/wp-content/themes/holisticnews/images/icons/close_ico.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  width: 40px;
  height: 40px;
  display: block;
}

.searchBar__wrap {
  padding-top: 50px;
  position: relative;
}

.searchBar__bar {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  position: relative;
}

.searchBar__bar .bar {
  margin: 0 0 25px;
  position: relative;
}

.searchBar__bar .bar:after {
  content: "";
  background-image: url("/wp-content/themes/holisticnews/images/icons/search_ico.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translate(0, -50%);
  opacity: 0.4;
}

.searchBar__bar .bar input {
  width: 100%;
  height: 50px;
  border: 0;
  border-bottom: 1px solid #c1c1c1;
  border-radius: 0;
  background-color: unset;
  padding: 0 20px;
  outline: none;
  font-size: 20px;
  line-height: 1;
  color: #000;
}

.searchBar__bar .bar input::placeholder {
  color: #c1c1c1;
}

.searchBar__bar .bar input:focus {
  border-color: #309b65;
}

.searchBar__bar .results {
  height: calc(100vh - 230px);
  max-height: calc(100vh - 230px);
  position: relative;
}

.searchBar__bar .results:after {
  content: "";
  width: 100%;
  height: 100px;
  max-height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgb(255, 255, 255);
  background: -moz-linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff", GradientType=1);
  pointer-events: none;
}

.searchBar__bar .results__wrap {
  display: flex;
  flex-direction: column;
  max-height: inherit;
  padding: 0 20px;
  overflow-x: hidden;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.searchBar__bar .results__wrap::-webkit-scrollbar {
  display: none;
}

.searchBar__bar .results__wrap a {
  display: block;
  font-size: 20px;
  line-height: 1.4;
  color: #858585;
  margin: 0 0 30px;
  transition: ease 0.3s;
}

.searchBar__bar .results__wrap a:hover {
  color: #000;
}

.searchBar__bar .results__wrap a:last-of-type {
  margin: 0;
}

.searchBar__bar .results__wrap a b {
  color: #309b65;
}

.searchBar__bar .results__wrap h3 {
  font-size: 16px;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  text-align: center;
  margin: 0;
  color: #cbcbcb;
  letter-spacing: 1px;
}

@media (max-width: 991px) {
  .searchBar {
    height: calc(100% - 61px);
  }

  .searchBar.active {
    top: 61px;
  }

  .searchBar__close {
    display: none;
  }

  .searchBar__wrap {
    padding-top: 30px;
  }

  .searchBar__bar {
    max-width: 550px;
  }

  .searchBar__bar .bar {
    margin: 0 0 18px;
  }

  .searchBar__bar .bar:after {
    width: 20px;
    height: 20px;
    right: 12px;
  }

  .searchBar__bar .bar input {
    font-size: 16px;
    height: 45px;
    padding: 0 12px;
  }

  .searchBar__bar .results {
    height: calc(100vh - 200px);
    max-height: calc(100vh - 200px);
  }

  .searchBar__bar .results__wrap {
    padding: 0 12px;
  }

  .searchBar__bar .results__wrap a {
    font-size: 16px;
    margin: 0 0 16px;
  }

  .searchBar__bar .results__wrap h3 {
    font-size: 14px;
    letter-spacing: 0;
  }
}

.siteFooter {
  margin: 32px 0 0;
  border-top: 1px solid #ececec;
}

.siteFooter__columns {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  border-bottom: 1px solid #ececec;
}

.siteFooter .footerColumns__heading {
  margin: 0 0 16px;
}

.siteFooter .footerColumns__heading h3 {
  font-size: 11px;
  line-height: 1.3;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  color: #000;
  margin: 0 0 8px;
  text-transform: uppercase;
}

.siteFooter .footerColumns__column {
  width: 100%;
  padding: 38px 24px 24px;
  border-right: 1px solid #ececec;
}

.siteFooter .footerColumns__column:last-of-type {
  border-right: 0;
}

.siteFooter .footerColumns__social {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 30%;
}

.siteFooter .footerColumns__social p {
  font-size: 16px;
  line-height: 1.5;
  font-family: "Charter", sans-serif;
  color: #000;
  margin: 0;
  max-width: 300px;
}

.siteFooter .footerColumns__social .logo {
  display: flex;
  margin: 0 0 10px;
}

.siteFooter .footerColumns__social .logo img {
  display: block;
  width: 100%;
  max-width: 178px;
}

.siteFooter .footerColumns__menu,
.siteFooter .footerColumns__links {
  max-width: 18%;
}

.siteFooter .footerColumns__menu ul,
.siteFooter .footerColumns__links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.siteFooter .footerColumns__menu ul li,
.siteFooter .footerColumns__links ul li {
  line-height: 1;
  margin: 0 0 12px;
}

.siteFooter .footerColumns__menu ul li a,
.siteFooter .footerColumns__links ul li a {
  font-size: 16px;
  line-height: 1.1;
  font-weight: 300;
  font-family: "Charter", sans-serif;
  color: #000;
  transition: ease 0.3s;
}

.siteFooter .footerColumns__menu ul li a:hover,
.siteFooter .footerColumns__links ul li a:hover {
  color: #309b65;
}

.siteFooter .footerColumns__newsletter {
  max-width: 34%;
}

.siteFooter .footerColumns__newsletter .heading h3 {
  font-size: 25px;
  line-height: 1.4;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  color: #000;
  text-align: center;
  margin: 0 0 24px;
}

.siteFooter .footerColumns__newsletter .heading p {
  font-size: 16px;
  line-height: 1.5;
  font-family: "Charter", sans-serif;
  color: #000;
  text-align: center;
  margin: 0 0 26px;
}

.siteFooter .footerColumns__newsletter .newsletter {
  max-width: 300px;
  margin: 0 auto;
}

.siteFooter .footerColumns__newsletter .newsletter__row {
  display: flex;
}

.siteFooter .footerColumns__newsletter .newsletter__row .newsletterMail {
  margin: 0;
  height: 50px !important;
  border-right: 0 !important;
}

.siteFooter .footerColumns__newsletter .newsletter__row button {
  max-width: 43px;
}

.siteFooter .footerColumns__newsletter .newsletter__row button img {
  width: 100%;
  max-width: 18px;
}

.siteFooter .footerColumns__newsletter .newsletter .newsletterMail {
  display: block;
  width: 100%;
  height: 45px;
  border-radius: 0;
  outline: none;
  padding: 0 12px;
  font-size: 14px;
  color: #000;
  font-weight: 400;
  border: 1px solid #c1c1c1;
  margin: 0 0 8px;
  transition: ease 0.3s;
}

.siteFooter .footerColumns__newsletter .newsletter .newsletterMail::placeholder {
  color: #a3a3a3;
}

.siteFooter .footerColumns__newsletter .newsletter .newsletterMail:focus {
  border-color: #000;
}

.siteFooter .footerColumns__newsletter .newsletter button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 50px;
  background-color: #309b65;
  border-radius: 0;
  border: 0;
  padding: 0;
  outline: none;
  cursor: pointer;
  transition: ease 0.3s;
  margin: 0 0 10px;
}

.siteFooter .footerColumns__newsletter .newsletter button:hover {
  opacity: 0.8;
}

.siteFooter .footerColumns__newsletter .newsletter button span {
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
  text-align: center;
  opacity: 0.9;
}

.siteFooter__info {
  width: 100%;
  padding: 20px 0;
}

.siteFooter__info .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.siteFooter__info p {
  font-size: 14px;
  line-height: 1.3;
  font-weight: 400;
  font-family: "Charter", sans-serif;
  color: #000;
  text-align: center;
  margin: 0;
  opacity: 0.8;
}

.siteFooter__info .social {
  display: flex;
  align-items: center;
}

.siteFooter__info .social a {
  display: flex;
  width: 22px;
  margin-right: 12px;
}

.siteFooter__info .social a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media (max-width: 991px) {
  .siteFooter__columns {
    flex-direction: column;
    margin: 0 auto 12px;
    padding: 0;
  }

  .siteFooter .footerColumns__column {
    max-width: 100%;
    margin: 0 0 10px;
    padding: 10px 15px;
    border-right: 0;
    border-bottom: 1px solid #ececec;
  }

  .siteFooter .footerColumns__column:last-of-type {
    margin: 0;
  }

  .siteFooter .footerColumns__heading h3 {
    text-align: center;
  }

  .siteFooter .footerColumns__social {
    display: block;
    padding: 30px 15px;
  }

  .siteFooter .footerColumns__social p {
    margin: 0 auto 40px;
    text-align: center;
  }

  .siteFooter .footerColumns__social .logo {
    margin: 0 auto;
    justify-content: center;
  }

  .siteFooter .footerColumns__menu ul li,
  .siteFooter .footerColumns__links ul li {
    text-align: center;
  }

  .siteFooter .footerColumns__menu ul li a,
  .siteFooter .footerColumns__links ul li a {
    text-align: center;
  }

  .siteFooter .footerColumns__newsletter {
    padding: 0 15px 32px;
  }

  .siteFooter .footerColumns__newsletter .heading p {
    max-width: 350px;
    margin: 0 auto 24px;
  }
}

.articleColumn {
  width: 100%;
  cursor: pointer;
  padding: 20px 0;
  border-bottom: 1px solid #ececec;
}

.articleColumn:first-of-type {
  padding-top: 0;
}

.articleColumn:last-of-type {
  padding-bottom: 0;
  border-bottom: 0;
}

.articleColumn:hover .articleColumn__thumb {
  opacity: 0.9;
}

.articleColumn:hover .articleColumn__content h3 {
  color: #309b65;
}

.articleColumn__thumb {
  width: 100%;
  height: 0;
  padding-bottom: 70%;
  position: relative;
  overflow: hidden;
  transition: ease 0.3s;
}

.articleColumn__thumb img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.articleColumn__content {
  padding: 16px 20px 0 0;
}

.articleColumn__content .category {
  margin: 0 0 10px;
}

.articleColumn__content .category p {
  font-size: 12px;
  line-height: 1;
  color: #309b65;
  background-color: rgba(6, 146, 117, 0.1);
  text-transform: uppercase;
  font-weight: 500;
  padding: 3px 6px;
  max-width: fit-content;
  max-width: -moz-max-content;
  max-width: -webkit-fit-content;
  margin: 0;
}

.articleColumn__content h3 {
  font-size: 20px;
  line-height: 1.3;
  color: #000;
  font-weight: 600;
  margin: 0 0 6px;
  transition: ease 0.3s;
}

.articleColumn__content p {
  font-size: 13px;
  line-height: 1.4;
  color: #999;
  margin: 0;
}

@media (max-width: 991px) {
  .articleColumn__content {
    padding: 12px 14px 0 0;
  }

  .articleColumn__content .category p {
    font-size: 12px;
  }

  .articleColumn__content h3 {
    font-size: 18px;
  }

  .articleColumn__content p {
    font-size: 12px;
  }
}

@media (max-width: 575px) {
  .articleColumn__content {
    padding: 8px 10px 0 0;
  }

  .articleColumn__content .category {
    margin: 0 0 8px;
  }

  .articleColumn__content .category p {
    font-size: 11px;
  }

  .articleColumn__content h3 {
    font-size: 16px;
    line-height: 1.2;
  }

  .articleColumn__content p {
    font-size: 12px;
  }
}

.articleBig {
  width: 100%;
  margin: 0 0 24px;
}

.articleBig:last-of-type {
  margin: 0;
}

.articleBig__image {
  width: 100%;
  height: 420px;
  margin: 0 0 32px;
}

.articleBig__image .image {
  display: flex;
  position: relative;
  height: inherit;
  overflow: hidden;
  transition: ease 0.3s;
}

.articleBig__image .image:hover {
  opacity: 0.85;
}

.articleBig__image .image p {
  font-size: 11px;
  line-height: 1;
  text-transform: uppercase;
  color: #000;
  padding: 4px 8px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
}

.articleBig__image .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.articleBig__content .meta {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 20px;
}

.articleBig__content .meta__category {
  margin: 0 8px 0 0;
}

.articleBig__content .meta__category p {
  font-size: 13px;
  line-height: 1;
  color: #309b65;
  background-color: rgba(6, 146, 117, 0.1);
  text-transform: uppercase;
  font-weight: 500;
  padding: 5px 8px;
  max-width: fit-content;
  max-width: -moz-max-content;
  max-width: -webkit-fit-content;
  margin: 0;
}

.articleBig__content .meta__date p {
  font-size: 13px;
  line-height: 1;
  color: #A1A1A1;
  margin: 0;
}

.articleBig__content h3 {
  font-size: 48px;
  line-height: 1.1;
  color: #292929;
  font-weight: 500;
  max-width: 550px;
  margin: 0 auto 12px;
  text-align: center;
  transition: ease 0.3s;
}

.articleBig__content h3:hover {
  color: #309b65;
}

.articleBig__content h3 a {
  display: block;
  color: inherit;
}

.articleBig__content>p {
  font-size: 21px;
  line-height: 1.4;
  font-weight: 400;
  font-family: "Charter", sans-serif;
  color: #292929;
  max-width: 580px;
  margin: 0 auto;
  text-align: center;
}

@media (max-width: 1499px) {
  .articleBig {
    margin: 0 0 16px;
  }
}

@media (max-width: 991px) {
  .articleBig__image {
    margin: 0 0 26px;
  }

  .articleBig__content h3 {
    font-size: 38px;
  }

  .articleBig__content>p {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .articleBig__image {
    height: 340px;
  }
}

@media (max-width: 575px) {
  .articleBig__image {
    height: 300px;
    margin: 0 0 16px;
  }

  .articleBig__content .meta {
    margin: 0 0 12px;
  }

  .articleBig__content .meta__category p {
    font-size: 10px;
    padding: 4px 6px;
  }

  .articleBig__content .meta__date p {
    font-size: 13px;
  }

  .articleBig__content .category p {
    font-size: 12px;
  }

  .articleBig__content h3 {
    font-size: 24px;
    margin: 0 0 10px;
  }

  .articleBig__content>p {
    font-size: 13px;
  }
}

.articleSide {
  padding: 0 0 15px;
  margin: 0 0 15px;
  border-bottom: 1px solid #ececec;
  transition: ease 0.3s;
}

.articleSide:hover {
  opacity: 0.9;
}

.articleSide:hover .articleSide__content h3 {
  color: #309b65;
}

.articleSide:last-of-type {
  padding: 0;
  margin: 0;
  border-bottom: 0;
}

.articleSide>a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.articleSide__content {
  padding: 0 15px 0 0;
  width: 100%;
}

.articleSide__content .category {
  margin: 0 0 5px;
}

.articleSide__content .category p {
  font-size: 12px;
  line-height: 1;
  color: #309b65;
  background-color: rgba(6, 146, 117, 0.1);
  text-transform: uppercase;
  font-weight: 500;
  padding: 3px 6px;
  max-width: fit-content;
  max-width: -moz-max-content;
  max-width: -webkit-fit-content;
  margin: 0;
}

.articleSide__content h3 {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 700;
  font-family: "Charter", sans-serif;
  color: #000;
  margin: 0 0 4px;
  transition: ease 0.3s;
}

.articleSide__content .date {
  font-size: 10px;
  line-height: 1;
  color: #999;
  font-weight: 500;
  margin: 0;
}

.articleSide__thumb {
  width: 100%;
  max-width: 95px;
  height: 105px;
  overflow: hidden;
}

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

@media (max-width: 991px) {
  .articleSide__content {
    padding: 0 10px;
  }

  .articleSide__content .category p {
    font-size: 10px;
  }

  .articleSide__content h3 {
    font-size: 11px;
  }

  .articleSide__content .date {
    font-size: 9px;
  }
}

@media (max-width: 575px) {
  .articleSide__content .category {
    margin: 0 0 7px;
  }

  .articleSide__content .category p {
    font-size: 12px;
  }

  .articleSide__content h3 {
    font-size: 13px;
  }

  .articleSide__content .date {
    font-size: 11px;
  }
}

.articleSideBig {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.articleSideBig__thumb {
  width: 100%;
  max-width: 50%;
  height: 0;
  padding-bottom: 34.076%;
  background-size: cover;
  background-position: center;
  transition: ease 0.3s;
}

.articleSideBig__thumb:hover {
  opacity: 0.9;
}

.articleSideBig__content {
  padding: 0 15px;
  width: 100%;
  max-width: 50%;
}

.articleSideBig__content .category {
  margin: 0 0 12px;
}

.articleSideBig__content .category p {
  font-size: 12px;
  line-height: 1;
  color: #309b65;
  background-color: rgba(6, 146, 117, 0.1);
  text-transform: uppercase;
  font-weight: 500;
  padding: 3px 6px;
  max-width: fit-content;
  max-width: -moz-max-content;
  max-width: -webkit-fit-content;
  margin: 0;
}

.articleSideBig__content h3 {
  font-size: 26px;
  line-height: 1.1;
  font-weight: 700;
  color: #000;
  margin: 0 0 8px;
  transition: ease 0.3s;
}

.articleSideBig__content h3:hover {
  color: #309b65;
}

.articleSideBig__content h3 a {
  color: inherit;
}

.articleSideBig__content .information {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 0 8px;
}

.articleSideBig__content .information__author {
  font-size: 13px;
  font-weight: 500;
  color: #000;
  margin: 0 4px 0 0;
  transition: ease 0.3s;
}

.articleSideBig__content .information__author:hover {
  color: #309b65;
}

.articleSideBig__content .information__date {
  font-size: 13px;
  color: #999;
  font-weight: 500;
  margin: 0;
}

.articleSideBig__content .excerpt {
  font-size: 13px;
  line-height: 1.4;
  color: #999;
  margin: 0;
}

@media (max-width: 991px) {
  .articleSideBig__content {
    padding: 0 10px;
  }

  .articleSideBig__content .category {
    margin: 0 0 8px;
  }

  .articleSideBig__content .category p {
    font-size: 11px;
  }

  .articleSideBig__content h3 {
    font-size: 16px;
    margin: 0 0 3px;
  }

  .articleSideBig__content .information__date {
    font-size: 11px;
  }

  .articleSideBig__content .excerpt {
    font-size: 11px;
  }
}

.articleSimple {
  padding: 0 0 16px;
  margin: 0 0 16px;
  border-bottom: 1px solid #ececec;
  transition: ease 0.3s;
}

.articleSimple:hover {
  opacity: 0.9;
}

.articleSimple:hover h3 {
  color: #309b65;
}

@media (min-width: 768px) {
  .articleSimple:first-of-type {
    padding: 16px 0;
  }

  .articleSimple:last-of-type {
    padding: 0;
    margin: 0;
    border-bottom: 0;
  }
}

.articleSimple h3 {
  font-size: 20px;
  line-height: 1.1;
  font-weight: 400;
  color: #000;
  margin: 0 0 4px;
  transition: ease 0.3s;
}

.articleSimple__content {
  display: flex;
  align-items: center;
  width: 100%;
}

.articleSimple__content .category {
  display: flex;
  align-items: center;
  margin-right: 10px;
}

.articleSimple__content .category p {
  font-size: 12px;
  line-height: 1;
  color: #309b65;
  background-color: rgba(6, 146, 117, 0.1);
  text-transform: uppercase;
  font-weight: 500;
  padding: 3px 6px;
  max-width: fit-content;
  max-width: -moz-max-content;
  max-width: -webkit-fit-content;
  margin: 0;
}

.articleSimple__content .category p:after {
  content: ",";
  display: inline-block;
  font-size: 11px;
  position: relative;
}

.articleSimple__content .category p:last-of-type:after {
  display: none;
}

.articleSimple__content .date {
  font-size: 12px;
  color: #999;
  font-weight: 500;
  margin: 0;
}

@media (max-width: 1199px) {
  .articleSimple h3 {
    font-size: 16px;
  }

  .articleSimple__content .category p {
    font-size: 11px;
  }

  .articleSimple__content .date {
    font-size: 11px;
  }
}

@media (max-width: 575px) {
  .articleSimple {
    padding: 0 0 8px;
    margin: 0 0 8px;
  }
}

.sib-form {
  padding: 0;
  background-color: unset !important;
}

.sib-form #sib-container {
  border: 0 !important;
  background-color: unset !important;
  padding: 0;
  max-width: 340px !important;
}

.sib-form .flexWrapper {
  width: 100%;
  display: flex;
  margin: 0 0 5px;
}

.sib-form .flexWrapper .sib-input {
  width: calc(100% - 50px);
}

.sib-form .flexWrapper .sib-input .entry__field {
  border-radius: 0 !important;
  border-right: 0 !important;
}

.sib-form .flexWrapper .sib-input .entry__field input {
  height: 45px;
  width: 100%;
  font-size: 14px;
  font-family: "Inter", sans-serif;
}

.sib-form .flexWrapper .sib-form-block__button {
  width: 50px;
  height: 47px;
  border-radius: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sib-form .flexWrapper .sib-form-block {
  padding: 0;
}

.sib-form .flexWrapper .sib-form-block .entry__field {
  margin: 0 !important;
}

.sib-form .entry__error {
  font-size: 12px !important;
}

.sib-form .sib-optin {
  padding: 0;
}

.sib-form .sib-optin label span p {
  font-size: 13px;
  line-height: 1.2;
  font-family: "Inter", sans-serif;
}

.sib-form .sib-optin label span p a {
  color: #309b65;
}

.sib-form--big {
  margin: 15px 0 0;
}

.sib-form--big #sib-container {
  max-width: 100% !important;
}

.sib-form--big .flexWrapper .sib-form-block__button {
  width: 100%;
  max-width: 250px;
  font-size: 13px !important;
  font-weight: 400 !important;
  font-family: "Inter", sans-serif;
}

@media (max-width: 767px) {
  .sib-form--big .flexWrapper {
    flex-direction: column;
  }

  .sib-form--big .flexWrapper .sib-input {
    width: 100%;
  }

  .sib-form--big .flexWrapper .sib-input .entry__field {
    border-right: 1px solid #c0ccda !important;
  }

  .sib-form--big .flexWrapper .sib-form-block__button {
    max-width: 100%;
  }
}

.breadcrumbs {
  background-color: #fbfbfb;
  margin: 30px 0 0;
  padding: 10px 0;
}

.breadcrumbs__wrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.breadcrumbs__wrap a,
.breadcrumbs__wrap p {
  font-size: 14px;
  line-height: 1.3;
  margin: 0;
  text-transform: uppercase;
}

.breadcrumbs__wrap a {
  font-weight: 500;
  color: #309b65;
  transition: ease 0.3s;
}

.breadcrumbs__wrap a:hover {
  opacity: 0.8;
}

.breadcrumbs__wrap p {
  color: #A1A1A1;
}

.breadcrumbs__wrap span {
  margin: 0 6px;
  position: relative;
}

.breadcrumbs__wrap span:after {
  content: "";
  background-image: url("/wp-content/themes/holisticnews/images/icons/arrow_right.svg");
  background-repeat: no-repeat;
  background-size: 15px;
  width: 15px;
  height: 15px;
  display: block;
}

@media (max-width: 1199px) {

  .breadcrumbs__wrap a,
  .breadcrumbs__wrap p {
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .breadcrumbs {
    margin: 15px 0 0;
  }

  .breadcrumbs__wrap a {
    white-space: nowrap;
  }

  .breadcrumbs__wrap a,
  .breadcrumbs__wrap p {
    font-size: 11px;
  }
}

@media (max-width: 575px) {

  .breadcrumbs__wrap a,
  .breadcrumbs__wrap p {
    font-size: 9px;
  }

  .breadcrumbs__wrap span {
    margin: 0 4px;
  }

  .breadcrumbs__wrap span:after {
    background-size: 10px;
    width: 10px;
    height: 10px;
  }
}

.breakingNews {
  min-height: 80px;
}

.breakingNews--empty {
  min-height: auto !important;
  margin: 0 0 50px;
}

.breakingNews__wrap {
  display: flex;
  align-items: center;
  min-height: inherit;
}

.breakingNews__name {
  width: 100%;
  max-width: 115px;
}

.breakingNews__name h2 {
  font-size: 13px;
  line-height: 1;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  color: #309b65;
  margin: 0;
}

.breakingNews__list {
  width: 100%;
  max-width: calc(100% - 115px);
  margin-top: -2px;
}

.breakingNews__list a {
  font-size: 16px;
  font-family: "Charter", sans-serif;
  color: #000;
  transition: ease 0.3s;
}

.breakingNews__list a:hover {
  opacity: 0.75;
}

@media (max-width: 991px) {
  .breakingNews {
    min-height: 60px;
  }
}

@media (max-width: 575px) {
  .breakingNews {
    margin: 20px 0 10px;
    min-height: auto;
  }

  .breakingNews__wrap {
    flex-direction: column;
  }

  .breakingNews__name {
    max-width: 100%;
    text-align: center;
    margin: 0;
  }

  .breakingNews__name h2 {
    font-size: 12px;
  }

  .breakingNews__list {
    max-width: 100%;
  }

  .breakingNews__list a {
    text-align: center;
    font-size: 15px;
    line-height: 21px;
  }
}

.headerPosts {
  margin: 0 0 80px;
}

.headerPosts__wrap {
  display: flex;
}

.headerPosts .mobile-column {
  display: flex;
  width: 100%;
  max-width: calc(100% - 340px);
}

.headerPosts__left {
  width: 100%;
  max-width: 340px;
  padding-right: 24px;
  border-right: 1px solid #ececec;
}

.headerPosts__center {
  width: 100%;
  max-width: calc(100% - 340px);
  padding: 0 24px;
}

.headerPosts__right {
  width: 100%;
  max-width: 340px;
  padding-left: 24px;
  border-left: 1px solid #ececec;
}

.headerPosts__right .adwrapper {
  display: none;
  align-items: center;
  justify-content: center;
  height: 240px;
  width: 100%;
  background-color: #ececec;
  padding: 10px;
  margin: 0 0 24px;
}

.headerPosts__right .adwrapper span {
  font-size: 14px;
  line-height: 1;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 1px;
}

@media (max-width: 1499px) {
  .headerPosts .mobile-column {
    max-width: calc(100% - 270px);
  }

  .headerPosts__left {
    max-width: 270px;
    padding-right: 16px;
  }

  .headerPosts__center {
    max-width: calc(100% - 270px);
    padding: 0 16px;
  }

  .headerPosts__right {
    max-width: 270px;
    padding-left: 16px;
  }
}

@media (max-width: 1199px) {
  .headerPosts__wrap {
    flex-direction: column;
  }

  .headerPosts .mobile-column {
    max-width: 100%;
    flex-direction: column-reverse;
  }

  .headerPosts__left {
    display: flex;
    justify-content: space-between;
    max-width: 100%;
    padding-right: 0;
    border: 0;
  }

  .headerPosts__left .articleColumn {
    max-width: 50%;
    margin: 0;
    padding: 0;
    border: 0;
  }

  .headerPosts__left .articleColumn:first-of-type {
    margin-right: 16px;
  }

  .headerPosts__center {
    display: flex;
    max-width: 100%;
    padding: 0 0 16px;
    margin: 0 0 16px;
    border-bottom: 1px solid #ececec;
  }

  .headerPosts__center .articleBig {
    max-width: 700px;
    margin: 0 auto;
  }

  .headerPosts__right {
    display: flex;
    align-items: center;
    max-width: 100%;
    padding: 16px 0 0;
    margin: 16px 0 0;
    border: 0;
    border-top: 1px solid #ececec;
  }

  .headerPosts__right .adwrapper {
    display: none;
  }

  .headerPosts__right .articleSide {
    width: 100%;
    max-width: 25%;
    padding: 0;
    margin: 0;
    border: 0;
  }
}

@media (max-width: 767px) {
  .headerPosts__center {
    flex-direction: column;
  }

  .headerPosts__right {
    flex-wrap: wrap;
  }

  .headerPosts__right .articleSide {
    max-width: 50%;
    margin: 0 0 8px;
  }

  .headerPosts__right .articleSide:nth-last-of-type(-n+2) {
    margin: 0;
  }
}

@media (max-width: 575px) {
  .headerPosts__left .articleColumn:first-of-type {
    margin-right: 8px;
  }

  .headerPosts__center {
    padding: 0 0 8px;
    margin: 0 0 8px;
  }

  .headerPosts__center .articleBig {
    min-height: 250px;
  }

  .headerPosts__right {
    padding: 8px 0 0;
    margin: 8px 0 0;
  }
}

@media (max-width: 450px) {
  .headerPosts__right .articleSide {
    max-width: 100%;
    margin: 0 0 8px !important;
  }

  .headerPosts__right .articleSide:last-of-type {
    margin: 0 !important;
  }
}

.fullPlace {
  display: none;
  margin: 60px 0;
}

.fullPlace__wrap {
  padding: 30px 20px;
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
}

.fullPlace .adwrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  width: 100%;
  max-width: 680px;
  background-color: #ececec;
  padding: 10px;
  margin: 0 auto;
}

.fullPlace .adwrapper span {
  font-size: 14px;
  line-height: 1;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 1px;
}

@media (max-width: 1199px) {
  .fullPlace {
    margin: 16px 0;
  }

  .fullPlace__wrap {
    padding: 16px 20px;
  }
}

@media (max-width: 575px) {
  .fullPlace {
    margin: 8px 0;
  }

  .fullPlace__wrap {
    padding: 8px 15px;
  }
}

.middlePosts__top {
  display: flex;
  justify-content: space-between;
  padding: 0;
}

.middlePosts__top .articleColumn {
  max-width: 25%;
  padding: 0 15px;
  border-right: 1px solid #ececec;
  border-bottom: 0;
}

.middlePosts__top .articleColumn:last-of-type {
  border: 0;
}

.middlePosts__bottom {
  display: flex;
  justify-content: space-between;
  margin: 16px auto 0;
  padding: 16px 10px 0;
  border-top: 1px solid #ececec;
}

.middlePosts__bottom .articleSideBig {
  max-width: calc(50% - 15px);
}

.middlePosts__bottom .articleSideBig__content .excerpt {
  display: none;
}

@media (max-width: 991px) {
  .middlePosts__top .articleColumn {
    padding: 0 10px;
  }

  .middlePosts__top .articleColumn__content h3 {
    font-size: 16px;
  }

  .middlePosts__bottom .articleSideBig {
    max-width: calc(50% - 8px);
  }
}

@media (max-width: 767px) {
  .middlePosts__top {
    flex-wrap: wrap;
    padding: 0 15px;
  }

  .middlePosts__top .articleColumn {
    max-width: calc(50% - 8px);
    border: 0;
    padding: 0;
    margin: 0 0 16px;
  }

  .middlePosts__bottom {
    flex-wrap: wrap;
  }

  .middlePosts__bottom .articleSideBig {
    max-width: 100%;
    margin: 0 0 16px;
  }

  .middlePosts__bottom .articleSideBig:last-of-type {
    margin: 0;
  }
}

.homeColumns {
  margin: 80px 0;
}

.homeColumns__wrap {
  display: flex;
  justify-content: space-between;
}

.homeColumns__column {
  width: 100%;
  max-width: calc(33.3333333333% - 10px);
  border-right: 1px solid #ececec;
  padding-right: 16px;
}

.homeColumns__column:last-of-type {
  border-right: 0;
}

.homeColumns__column .articleSimple {
  width: 100%;
}

@media (max-width: 767px) {
  .homeColumns__wrap {
    flex-direction: column;
  }

  .homeColumns__column {
    max-width: 100%;
    padding: 0;
    border: 0;
  }
}

.socialFeed {
  width: 100%;
  margin: 60px 0;
}

.socialFeed__wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  min-height: 30vh;
}

.socialFeed__wrap p {
  font-size: 14px;
  line-height: 1;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.archiveHeading {
  margin: 20px 0 30px;
}

.archiveHeading__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #000;
  padding: 0 0 8px;
}

.archiveHeading__wrap h1 {
  font-size: 42px;
  line-height: 1.2;
  font-weight: 400;
  color: #000;
  margin: 0;
}

.archiveHeading__wrap .categories a {
  font-size: 15px;
  line-height: 1.3;
  font-weight: 500;
  color: #309b65;
  margin-right: 20px;
  transition: ease 0.3s;
}

.archiveHeading__wrap .categories a:hover {
  opacity: 0.75;
}

@media (max-width: 991px) {
  .archiveHeading {
    margin: 30px 0 20px;
  }

  .archiveHeading__wrap h1 {
    font-size: 32px;
  }

  .archiveHeading__wrap .categories a {
    font-size: 14px;
    margin-right: 16px;
  }
}

@media (max-width: 767px) {
  .archiveHeading__wrap h1 {
    font-size: 24px;
  }

  .archiveHeading__wrap .categories a {
    font-size: 13px;
    margin-right: 12px;
  }
}

@media (max-width: 575px) {
  .archiveHeading {
    margin: 20px 0 12px;
  }

  .archiveHeading__wrap {
    display: block;
    border: 0;
  }

  .archiveHeading__wrap h1 {
    width: 100%;
    padding: 0 0 8px;
    border-bottom: 1px solid #000;
  }

  .archiveHeading__wrap .categories {
    width: 100%;
    padding: 6px 0 0;
  }
}

.archiveTop {
  margin: 0 0 80px;
}

.archiveTop__wrap {
  display: flex;
}

.archiveTop__left {
  width: 100%;
  max-width: 574px;
  padding-right: 24px;
  border-right: 1px solid #ececec;
}

.archiveTop__left .articleBig {
  height: 100%;
}

.archiveTop__left .articleBig__content h3 {
  font-size: 38px;
}

.archiveTop__left .articleBig__content p {
  font-size: 18px;
}

.archiveTop__right {
  padding-left: 24px;
}

.archiveTop__right .top,
.archiveTop__right .bottom {
  justify-content: space-between;
}

.archiveTop__right .top .articleColumn,
.archiveTop__right .bottom .articleColumn {
  max-width: calc(50% - 12px);
  padding: 0;
  border: 0;
}

.archiveTop__right .top .articleColumn__content h3,
.archiveTop__right .bottom .articleColumn__content h3 {
  margin: 0;
}

.archiveTop__right .top .articleColumn__content>p,
.archiveTop__right .bottom .articleColumn__content>p {
  display: none;
}

.archiveTop__right .top {
  display: flex;
  padding: 0 0 20px;
  border-bottom: 1px solid #ececec;
}

.archiveTop__right .bottom {
  display: flex;
  padding: 20px 0 0;
}

@media (max-width: 1199px) {
  .archiveTop__left {
    padding-right: 12px;
  }

  .archiveTop__right {
    padding-left: 12px;
  }
}

@media (max-width: 991px) {
  .archiveTop__wrap {
    flex-direction: column;
  }

  .archiveTop__left {
    max-width: 100%;
    padding-right: 0;
    border-right: 0;
    border-bottom: 1px solid #ececec;
    padding-bottom: 12px;
  }

  .archiveTop__right {
    max-width: 100%;
    padding-left: 0;
    padding-top: 10px;
  }
}

.archiveAll__wrap {
  display: flex;
  align-items: flex-start;
}

.archiveAll__list {
  width: 100%;
  max-width: calc(100% - 320px);
  padding-right: 48px;
}

.archiveAll__list .articleSideBig {
  padding: 24px 0;
  border-bottom: 1px solid #ececec;
}

.archiveAll__list .articleSideBig:first-of-type {
  padding-top: 0;
}

.archiveAll__list .articleSideBig:last-of-type {
  padding-bottom: 0;
  border-bottom: 0;
}

.archiveAll__list .pagination {
  display: flex;
  padding-top: 40px;
  border-top: 1px solid #ececec;
  margin: 30px 0;
}

.archiveAll__list .pagination .page-numbers {
  font-size: 14px;
  font-weight: 500;
  color: #000;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-right: 8px;
}

.archiveAll__list .pagination .page-numbers:hover:not(.dots),
.archiveAll__list .pagination .page-numbers.current {
  background-color: #309b65;
  color: #fff;
}

.archiveAll__list .pagination .page-numbers:hover:not(.dots) .arrow:after,
.archiveAll__list .pagination .page-numbers.current .arrow:after {
  filter: invert(1);
}

.archiveAll__list .pagination .page-numbers.prev {
  display: none;
}

.archiveAll__list .pagination .page-numbers.next .arrow {
  width: inherit;
  height: inherit;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.archiveAll__list .pagination .page-numbers.next .arrow:after {
  content: "";
  background-image: url("/wp-content/themes/holisticnews/images/icons/arrow_right.svg");
  background-repeat: no-repeat;
  background-size: 18px;
  width: 18px;
  height: 18px;
  display: block;
}

.archiveAll__sidebar {
  width: 100%;
  max-width: 320px;
  position: sticky;
  top: 50px;
}

.archiveAll__sidebar .newsletterBox__heading h3 {
  font-size: 25px;
  line-height: 1.4;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  color: #000;
  text-align: center;
  margin: 0 0 14px;
}

.archiveAll__sidebar .newsletterBox__heading p {
  font-size: 16px;
  line-height: 1.5;
  font-family: "Charter", sans-serif;
  color: #000;
  text-align: center;
  margin: 0 0 18px;
}

.archiveAll__sidebar .newsletter .newsletterMail {
  display: block;
  width: 100%;
  height: 45px;
  border-radius: 0;
  outline: none;
  padding: 0 12px;
  font-size: 14px;
  color: #000;
  font-weight: 400;
  border: 1px solid #c1c1c1;
  margin: 0 0 8px;
  transition: ease 0.3s;
}

.archiveAll__sidebar .newsletter .newsletterMail::placeholder {
  color: #a3a3a3;
}

.archiveAll__sidebar .newsletter .newsletterMail:focus {
  border-color: #000;
}

.archiveAll__sidebar .newsletter button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 50px;
  background-color: #309b65;
  border-radius: 0;
  border: 0;
  padding: 0;
  outline: none;
  cursor: pointer;
  transition: ease 0.3s;
  margin: 0 0 10px;
}

.archiveAll__sidebar .newsletter button:hover {
  opacity: 0.8;
}

.archiveAll__sidebar .newsletter button span {
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
  text-align: center;
  opacity: 0.9;
}

.archiveAll__sidebar .sidebarRek {
  display: none;
  align-items: center;
  justify-content: center;
  margin: 30px 0 0;
  height: 400px;
  width: 100%;
  background-color: #f5f5f5;
}

.archiveAll__sidebar .sidebarRek p {
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #c1c1c1;
  margin: 0;
}

@media (max-width: 1199px) {
  .archiveAll__list {
    max-width: calc(100% - 260px);
    padding-right: 24px;
  }

  .archiveAll__sidebar {
    max-width: 260px;
  }
}

@media (max-width: 991px) {
  .archiveAll__list {
    max-width: calc(100% - 200px);
    padding-right: 12px;
  }

  .archiveAll__list .pagination {
    padding-top: 24px;
    margin: 24px 0;
  }

  .archiveAll__list .pagination .page-numbers {
    font-size: 12px;
    width: 28px;
    height: 28px;
    margin-right: 5px;
  }

  .archiveAll__sidebar {
    max-width: 200px;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .archiveAll__sidebar .newsletter .newsletterMail {
    font-size: 13px;
    height: 38px;
  }

  .archiveAll__sidebar .newsletter button {
    height: 40px;
  }

  .archiveAll__sidebar .newsletter button span {
    font-size: 12px;
  }

  .archiveAll__sidebar .newsletter .checkbox label {
    font-size: 11px;
  }
}

@media (max-width: 767px) {
  .archiveAll__wrap {
    display: block;
  }

  .archiveAll__list {
    max-width: 100%;
    padding-right: 0;
    margin: 0 0 20px;
    padding: 0 0 20px;
    border-bottom: 1px solid #ececec;
  }

  .archiveAll__list .pagination {
    margin: 24px 0 0;
  }

  .archiveAll__sidebar {
    max-width: 100%;
  }
}

.authorTop {
  margin: 50px 0 0;
}

.authorTop h1 {
  font-size: 42px;
  line-height: 1.2;
  color: #000;
  margin: 0 0 12px;
  text-align: center;
}

.authorTop .bio {
  margin: 0 auto 50px;
  max-width: 650px;
}

.authorTop .bio p {
  font-size: 15px;
  line-height: 1.4;
  color: #000;
  margin: 0;
  text-align: center;
}

.authorTop .contentList__heading {
  margin: 0 0 20px;
}

.authorTop .contentList__heading h2 {
  font-size: 24px;
  line-height: 1.3;
  color: #000;
  font-weight: 500;
  margin: 0 0 5px;
  text-align: center;
}

.authorTop .contentList__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.authorTop .contentList__list .articleColumn {
  max-width: calc(25% - 15px);
  padding: 0;
  border: 0;
}

@media (max-width: 991px) {
  .authorTop {
    margin: 32px 0 0;
  }

  .authorTop h1 {
    font-size: 32px;
  }

  .authorTop .bio {
    max-width: 580px;
  }

  .authorTop .bio p {
    font-size: 14px;
  }

  .authorTop .contentList__heading h2 {
    font-size: 21px;
    margin: 0;
  }

  .authorTop .contentList__list .articleColumn {
    max-width: calc(50% - 15px);
    padding: 0 0 40px;
  }

  .authorTop .contentList__list .articleColumn:nth-last-child(-n+2) {
    padding: 0;
  }
}

@media (max-width: 767px) {
  .authorTop {
    margin: 20px 0 24px;
  }

  .authorTop h1 {
    font-size: 28px;
    margin: 0 0 6px;
  }

  .authorTop .bio {
    margin: 0 0 30px;
  }

  .authorTop .bio p {
    font-size: 13px;
  }

  .authorTop .contentList__heading {
    margin: 0 0 14px;
  }

  .authorTop .contentList__heading h2 {
    font-size: 18px;
  }

  .authorTop .contentList__list .articleColumn {
    max-width: calc(50% - 5px);
    padding: 0 0 30px;
  }

  .authorTop .contentList__list .articleColumn:nth-last-child(-n+2) {
    padding: 0;
  }
}

.authorAll__heading {
  margin: 0 0 20px;
}

.authorAll__heading h2 {
  font-size: 24px;
  line-height: 1.3;
  color: #000;
  font-weight: 500;
  margin: 0 0 5px;
  text-align: center;
}

.authorAll__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.authorAll__list .articleColumn {
  max-width: calc(25% - 15px);
  padding: 0 0 50px;
  border: 0;
}

@media (max-width: 991px) {
  .authorAll__heading h2 {
    font-size: 21px;
    margin: 0;
  }

  .authorAll__list .articleColumn {
    max-width: calc(33.3333333333% - 15px);
    padding: 0 0 30px;
  }
}

@media (max-width: 767px) {
  .authorAll__heading {
    margin: 0 0 14px;
  }

  .authorAll__heading h2 {
    font-size: 18px;
  }

  .authorAll__list .articleColumn {
    max-width: calc(50% - 5px);
    padding: 0 0 30px;
  }

  .authorAll__list .articleColumn:nth-last-child(-n+2) {
    padding: 0;
  }
}

@media (min-width: 1500px) {
  .hnews--single .container {
    max-width: 1290px;
  }
}

@media (max-width: 767px) {
  .hnews--single .container {
    padding: 0 20px;
  }
}

.hnews--single h1,
.hnews--single h2,
.hnews--single h3,
.hnews--single h4,
.hnews--single h5,
.hnews--single h6 {
  font-family: "Inter", sans-serif;
}

.singleHeader {
  margin: 40px 0 70px;
}

.singleHeader__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.singleHeader__wrap .content {
  width: 100%;
  max-width: 630px;
}

.singleHeader__wrap .content__meta {
  display: flex;
  align-items: center;
  margin: 0 0 18px;
}

.singleHeader__wrap .content__meta .categories {
  display: flex;
  flex-wrap: wrap;
  margin-right: 10px;
}

.singleHeader__wrap .content__meta .categories p {
  display: flex;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  color: #309B65;
  background-color: rgba(48, 155, 101, 0.1019607843);
  text-transform: uppercase;
  margin: 0 8px 0 0;
  padding: 3px 8px;
}

.singleHeader__wrap .content__meta .categories p:last-of-type {
  margin-right: 0;
}

.singleHeader__wrap .content__meta .date span {
  display: block;
  font-size: 15px;
  line-height: 1;
  color: #A1A1A1;
  margin: 0;
}

.singleHeader__wrap .content h1 {
  font-size: 48px;
  line-height: 1.2;
  font-family: "Inter", sans-serif;
  margin: 0 0 20px;
  color: #292929;
}

.singleHeader__wrap .content>p {
  font-size: 24px;
  line-height: 1.5;
  color: #292929;
  font-family: "Charter", sans-serif;
  max-width: 540px;
  margin: 0;
}

.singleHeader__wrap .thumbnail {
  max-width: 520px;
}

.singleHeader__wrap .thumbnail__image {
  display: flex;
}

.singleHeader__wrap .thumbnail__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 1199px) {
  .singleHeader__wrap .content {
    max-width: 60%;
    padding-right: 30px;
  }

  .singleHeader__wrap .content__meta .categories p {
    font-size: 14px;
  }

  .singleHeader__wrap .content__meta .date span {
    font-size: 13px;
  }

  .singleHeader__wrap .content h1 {
    font-size: 36px;
  }

  .singleHeader__wrap .content>p {
    font-size: 21px;
  }

  .singleHeader__wrap .thumbnail {
    width: 100%;
    max-width: 40%;
  }
}

@media (max-width: 991px) {
  .singleHeader {
    margin: 40px 0 50px;
  }

  .singleHeader__wrap .content__meta {
    margin: 0 0 12px;
  }

  .singleHeader__wrap .content h1 {
    font-size: 32px;
    margin: 0 0 14px;
  }

  .singleHeader__wrap .content>p {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .singleHeader {
    margin: 23px 0 50px;
  }

  .singleHeader__wrap {
    flex-direction: column;
  }

  .singleHeader__wrap .content {
    max-width: 100%;
    padding-right: 0;
    margin: 0 0 20px;
  }

  .singleHeader__wrap .content__meta .categories p {
    font-size: 11px;
    padding: 3px 5px;
  }

  .singleHeader__wrap .thumbnail {
    max-width: 100%;
  }

  .singleContent__content ul li,
  .singleContent__content ol li {
    font-size: 16px !important;
    line-height: 1.75;
    text-align: left !important;
  }
}

.singleContent__wrap {
  display: flex;
  align-items: flex-start;
}

.singleContent__content {
  max-width: calc(100% - 335px);
  padding: 0 25px 0 0;
}

.singleContent__content>h1,
.singleContent__content>h2,
.singleContent__content>h3 {
  font-size: 32px;
  line-height: 1.4;
  color: #292929;
  margin: 0 0 18px;
}

.singleContent__content>h4,
.singleContent__content>h5,
.singleContent__content>h6 {
  font-size: 25px;
  line-height: 1.4;
  color: #292929;
  margin: 0 0 18px;
}

.singleContent__content a {
  color: #309b65;
  text-decoration: underline;
  transition: ease 0.3s;
}

.singleContent__content a:hover {
  opacity: 0.7;
}

.singleContent__content ul {
  margin: 0 0 28px;
}

.singleContent__content ul li,
.singleContent__content ol li {
  font-size: 20px;
  line-height: 1.75;
  font-family: "Charter", sans-serif;
  color: #292929;
  text-align: justify;
  margin: 0 0 12px;
}

.singleContent__content .enternance {
  margin: 0 0 30px;
}

.singleContent__content .enternance__wrap {
  background-color: rgba(48, 155, 101, 0.031372549);
  padding: 21px 25px 25px;
}

.singleContent__content .enternance__wrap .title {
  font-size: 25px;
  line-height: 1.3;
  font-weight: 700;
  font-family: "Inter", sans-serif;
  color: #292929;
  margin: 0 0 24px;
}

.singleContent__content .enternance__wrap p {
  font-size: 20px;
  line-height: 1.75;
  font-family: "Charter", sans-serif;
  margin: 0 0 18px;
}

.singleContent__content .enternance__wrap p:last-of-type {
  margin: 0;
}

.singleContent__content .enternance__wrap p a {
  font-weight: 700;
  text-decoration: underline;
  transition: ease 0.3s;
}

.singleContent__content .enternance__wrap p a:hover {
  opacity: 0.7;
}

.singleContent__content .enternance__wrap .newsletter-info {
  margin: 34px 0 20px;
}

.singleContent__content .enternance__wrap .newsletter-info p a {
  color: #309b65;
}

.singleContent__content .wp-block-audio figcaption {
  font-size: 12px;
  font-style: italic;
  margin: 0;
}

.singleContent__content .importantInfo {
  background-color: rgba(48, 155, 101, 0.031372549);
  border: 1px solid #309b65;
  position: relative;
  margin: 50px 0 30px;
}

.singleContent__content .importantInfo__title {
  display: flex;
  background-color: #309b65;
  padding: 4px 6px 3px;
  font-size: 11px;
  line-height: 1;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  text-transform: uppercase;
  color: #f4f4f4;
  position: absolute;
  left: -1px;
  top: -18px;
}

.singleContent__content .importantInfo__wrap {
  padding: 25px;
}

.singleContent__content .wp-block-quote {
  margin: 30px 20px;
}

.singleContent__content .wp-block-quote p {
  font-size: 20px;
  line-height: 1.75;
  font-weight: 700;
  color: #292929;
  font-style: italic;
  text-align: left;
  margin: 0;
}

.singleContent__content .wp-block-image {
  width: 100%;
  max-width: 100%;
}

.singleContent__content .wp-block-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.singleContent__content .wp-block-image figcaption {
  font-size: 14px;
  line-height: 1;
  color: #5E5E5E;
  text-align: center;
  font-family: "Charter", sans-serif;
  font-style: italic;
  margin: 10px 0 0;
}

.singleContent__content p {
  font-size: 20px;
  line-height: 1.75;
  font-family: "Charter", sans-serif;
  color: #292929;
  margin: 0 0 30px;
}

.singleContent__content p:last-of-type {
  margin: 0;
}

.singleContent__content p a {
  font-weight: 700;
  text-decoration: underline;
  color: inherit;
}

.singleContent__content p a:hover {
  color: #309b65;
}

.singleContent__content .newsletterBox {
  border: 1px solid #E3E3E3;
  background-color: #FDFDFD;
  margin: 32px 0 0;
}

.singleContent__content .newsletterBox__wrap {
  padding: 40px;
}

.singleContent__content .newsletterBox__wrap h2 {
  font-size: 24px;
  line-height: 1.25;
  color: #292929;
  margin: 0 0 14px;
}

.singleContent__content .newsletterBox__wrap p {
  font-size: 18px;
  line-height: 1.6;
  font-family: "Charter", sans-serif;
  color: #686868;
  text-align: left;
  margin: 0;
}

.singleContent__content .newsletterBox__wrap .newsletter {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 14px 0 0;
}

.singleContent__content .newsletterBox__wrap .newsletter .newsletterMail {
  height: 52px;
  width: 100%;
  max-width: calc(100% - 260px);
  margin-right: 10px;
  background-color: #fff;
  border: 1px solid #E3E3E3;
  border-radius: 0;
  padding: 0 22px;
  font-size: 13px;
  color: #292929;
  outline: none;
  font-family: "Inter", sans-serif;
  transition: ease 0.3s;
}

.singleContent__content .newsletterBox__wrap .newsletter .newsletterMail::placeholder {
  color: #292929;
}

.singleContent__content .newsletterBox__wrap .newsletter .newsletterMail:focus {
  border-color: #309b65;
}

.singleContent__content .newsletterBox__wrap .newsletter button {
  width: 100%;
  max-width: 250px;
  height: 52px;
  background-color: #309b65;
  border: 0;
  outline: none;
  padding: 0;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: ease 0.3s;
}

.singleContent__content .newsletterBox__wrap .newsletter button:hover {
  opacity: 0.75;
}

.singleContent__content .newsletterBox__wrap .newsletter button span {
  display: block;
  font-size: 13px;
  font-family: "Inter", sans-serif;
  line-height: 1;
  font-weight: 500;
  color: #fff;
  margin: 0;
}

.singleContent__content .newsletterBox__wrap .newsletter .checkbox {
  margin: 10px 0 0;
}

.singleContent__content .authorBox {
  padding: 24px 0;
}

.singleContent__content .authorBox .title {
  font-size: 11px;
  line-height: 1;
  font-family: "Inter", sans-serif;
  color: #B8B8B8;
  text-transform: uppercase;
  letter-spacing: 0.2px;
  margin: 0 0 15px;
}

.singleContent__content .authorBox h3 {
  font-size: 17px;
  line-height: 1.4;
  font-weight: 500;
  color: #000;
  font-family: "Inter", sans-serif;
  margin: 0 0 3px;
  max-width: fit-content;
  max-width: -moz-max-content;
  max-width: -webkit-fit-content;
  transition: ease 0.3s;
  text-decoration: none;
}

.singleContent__content .authorBox h3:hover {
  color: #309b65;
}

.singleContent__content .authorBox h3 a {
  display: block;
  color: inherit;
  text-decoration: inherit;
}

.singleContent__content .authorBox .info {
  font-size: 11px;
  line-height: 1.7;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  color: #868686;
  margin: 0;
}

.singleContent__content .authorBox hr {
  width: 100%;
  height: 1px;
  background-color: #ececec;
  margin: 13px 0;
}

.singleContent__content .authorBox .bio {
  font-size: 13px;
  line-height: 1.5;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  color: #2f2f2f;
  margin: 0;
}

.singleContent .sideRight {
  width: 100%;
  max-width: 335px;
  position: sticky;
  top: 50px;
}

.singleContent .sideRight__list {
  padding: 27px 27px 60px;
  border: 1px solid #EBEBEB;
  margin: 0 0 20px;
}

.singleContent .sideRight__list h2 {
  font-size: 16px;
  line-height: 1;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  color: #B8B8B8;
  margin: 0 0 24px;
}

.singleContent .sideRight__list .article {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 32px;
}

.singleContent .sideRight__list .article:last-of-type {
  margin: 0;
}

.singleContent .sideRight__list .article__content {
  width: 100%;
  max-width: calc(100% - 85px);
  padding-right: 35px;
}

.singleContent .sideRight__list .article__content .categories {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 6px;
}

.singleContent .sideRight__list .article__content .categories p {
  display: flex;
  font-size: 10px;
  line-height: 1;
  font-weight: 500;
  color: #309B65;
  background-color: rgba(48, 155, 101, 0.1019607843);
  text-transform: uppercase;
  margin: 0 8px 0 0;
  padding: 2px 6px;
}

.singleContent .sideRight__list .article__content .categories p:last-of-type {
  margin-right: 0;
}

.singleContent .sideRight__list .article__content h3 {
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 1.2;
  font-family: "Charter", sans-serif;
  color: #292929;
  margin: 0 0 4px;
  transition: ease 0.3s;
}

.singleContent .sideRight__list .article__content h3:hover {
  color: #309b65;
}

.singleContent .sideRight__list .article__content h3 a {
  display: inherit;
  width: inherit;
  color: inherit;
}

.singleContent .sideRight__list .article__content .date {
  font-size: 10px;
  line-height: 1.2;
  font-family: "Inter", sans-serif;
  color: #A1A1A1;
  letter-spacing: -0.4px;
  margin: 0;
}

.singleContent .sideRight__list .article__image {
  display: block;
  width: 100%;
  max-width: 85px;
  height: 67px;
  transition: ease 0.3s;
}

.singleContent .sideRight__list .article__image:hover {
  opacity: 0.85;
}

.singleContent .sideRight__list .article__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.singleContent .sideRight__access {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 20px;
  border: 1px solid #EBEBEB;
}

.singleContent .sideRight__access .social {
  display: flex;
  align-items: center;
}

.singleContent .sideRight__access .social a {
  display: block;
  width: 26px;
  height: 26px;
  margin-right: 10px;
  transition: ease 0.3s;
}

.singleContent .sideRight__access .social a:hover {
  opacity: 0.6;
}

.singleContent .sideRight__access .social a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.singleContent .sideRight__access .darkmode {
  display: flex;
  align-items: center;
  display: none !important;
  opacity: 0.5;
  cursor: not-allowed;
}

.singleContent .sideRight__access .darkmode p {
  font-size: 11px;
  line-height: 15px;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  color: #B8B8B8;
  margin: 0 10px 0 0;
  text-transform: uppercase;
}

.singleContent .sideRight__access .darkmode .switcher {
  width: 40px;
  height: 20px;
  border-radius: 100px;
  background-color: #000;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  transition: ease 0.3s;
  pointer-events: none;
}

.singleContent .sideRight__access .darkmode .switcher:hover .switcher__dot {
  opacity: 0.9;
}

.singleContent .sideRight__access .darkmode .switcher.checked {
  background-color: #fff;
}

.singleContent .sideRight__access .darkmode .switcher.checked .switcher__dot {
  transform: translate(20px, 0px);
  background-color: #000;
}

.singleContent .sideRight__access .darkmode .switcher__dot {
  width: 16px;
  height: 16px;
  background-color: #fff;
  border-radius: 100%;
  position: relative;
  left: 2px;
  transition: ease 0.3s;
}

.singleContent .sideRight__access .darkmode .switcher input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

@media (max-width: 1499px) {
  .singleContent__content {
    max-width: calc(100% - 300px);
    padding: 0 20px 0 0;
  }

  .singleContent .sideRight {
    max-width: 300px;
  }
}

@media (max-width: 1199px) {
  .singleContent__wrap {
    flex-wrap: wrap;
  }

  .singleContent__content {
    max-width: calc(100% - 190px);
    padding: 0;
  }

  .singleContent .sideRight {
    max-width: calc(100% - 210px);
    margin-left: 210px;
    margin-top: 24px;
  }
}

@media (max-width: 991px) {
  .singleContent__wrap {
    flex-wrap: wrap;
  }

  .singleContent__content {
    max-width: 100%;
    padding: 0;
  }

  .singleContent .sideRight {
    max-width: 100%;
    margin-left: 0;
  }

  .singleContent .sideRight__list {
    margin: 0;
  }

  .singleContent .sideRight__access {
    display: none;
  }
}

@media (max-width: 767px) {
  .singleContent__content .enternance__wrap .title {
    font-size: 28px;
  }

  .singleContent__content .enternance__wrap p {
    font-size: 16px;
    line-height: 1.55;
    margin: 0 0 15px;
  }

  .singleContent__content .enternance__wrap .newsletter-info {
    margin: 20px 0 0;
  }

  .singleContent__content .importantInfo__wrap p {
    font-size: 16px;
    line-height: 1.55;
    margin: 0 0 15px;
  }

  .singleContent__content .importantInfo__wrap p:last-of-type {
    margin: 0;
  }

  .singleContent__content .wp-block-quote {
    margin: 20px 15px;
  }

  .singleContent__content .wp-block-quote p {
    font-size: 18px;
    line-height: 1.55;
  }

  .singleContent__content>h1,
  .singleContent__content>h2,
  .singleContent__content>h3 {
    font-size: 25px;
  }

  .singleContent__content>h4,
  .singleContent__content>h5,
  .singleContent__content>h6 {
    font-size: 21px;
  }

  .singleContent__content p {
    font-size: 16px;
    line-height: 1.55;
    margin: 0 0 15px;
  }

  .singleContent__content .newsletterBox__wrap .newsletter .newsletterMail {
    max-width: 100%;
    margin-right: 0;
  }

  .singleContent__content .newsletterBox__wrap .newsletter button {
    max-width: 100%;
  }
}

@media (max-width: 575px) {
  .singleContent__content .newsletterBox__wrap h2 {
    font-size: 36px;
    line-height: 40px;
  }

  .singleContent__content .newsletterBox__wrap .newsletter .newsletterMail {
    height: 48px;
  }

  .singleContent__content .newsletterBox__wrap .newsletter button {
    height: 48px;
  }
}

.newsletterSection {
  background-color: #0F2523;
  padding: 44px 0 56px;
  margin: 40px 0 0;
}

.newsletterSection__wrap h2 {
  font-size: 38px;
  line-height: 1.3;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  color: #fff;
  margin: 0 0 40px;
  text-align: center;
}

.newsletterSection__wrap .newsletter {
  width: 100%;
  max-width: 445px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto 45px;
}

.newsletterSection__wrap .newsletter .newsletterMail {
  height: 52px;
  width: 100%;
  max-width: calc(100% - 145px);
  background-color: #fff;
  border: 1px solid #E3E3E3;
  border-radius: 0;
  padding: 0 22px;
  font-size: 13px;
  color: #292929;
  outline: none;
  font-family: "Inter", sans-serif;
  transition: ease 0.3s;
}

.newsletterSection__wrap .newsletter .newsletterMail::placeholder {
  color: #292929;
}

.newsletterSection__wrap .newsletter .newsletterMail:focus {
  border-color: #309b65;
}

.newsletterSection__wrap .newsletter button {
  width: 100%;
  max-width: 145px;
  height: 52px;
  background-color: #309b65;
  border: 0;
  outline: none;
  padding: 0;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: ease 0.3s;
}

.newsletterSection__wrap .newsletter button:hover {
  opacity: 0.75;
}

.newsletterSection__wrap .newsletter button span {
  display: block;
  font-size: 13px;
  font-family: "Inter", sans-serif;
  line-height: 1;
  font-weight: 500;
  color: #fff;
  margin: 0;
}

.newsletterSection__wrap .newsletter .checkbox {
  margin: 10px 0 0;
}

.newsletterSection__wrap .newsletter .checkbox label {
  color: #fff;
}

.newsletterSection__wrap .disclamer {
  font-size: 20px;
  line-height: 1.55;
  color: #fff;
  opacity: 0.75;
  margin: 0;
  text-align: center;
}

@media (max-width: 767px) {
  .newsletterSection {
    padding: 32px 0 40px;
  }

  .newsletterSection__wrap h2 {
    font-size: 30px;
    margin: 0 0 20px;
  }

  .newsletterSection__wrap .newsletter {
    margin: 0 auto 30px;
  }

  .newsletterSection__wrap .disclamer {
    font-size: 16px;
    max-width: 320px;
    margin: 0 auto;
  }
}

@media (max-width: 450px) {
  .newsletterSection {
    padding: 32px 0 40px;
  }

  .newsletterSection__wrap h2 {
    font-size: 28px;
    margin: 0 0 20px;
    text-align: left;
  }

  .newsletterSection__wrap .newsletter {
    max-width: 100%;
  }

  .newsletterSection__wrap .newsletter .newsletterMail {
    max-width: 100%;
  }

  .newsletterSection__wrap .newsletter button {
    max-width: 100%;
  }

  .newsletterSection__wrap .disclamer {
    font-size: 16px;
    max-width: 100%;
    margin: 0 auto;
    text-align: left;
  }
}

.hnews--about {
  max-width: 1100px;
  margin: 0 auto;
}

.aboutContent {
  margin: 0 0 50px;
}

.aboutContent__wrap p {
  font-family: "Charter", sans-serif;
  margin: 0 0 20px;
}

.aboutContent__wrap p:last-of-type {
  margin: 0;
}

.aboutContent__wrap .wp-block-image {
  margin: 0 0 20px;
}

.aboutContent__wrap .wp-block-image .size-full {
  width: 100%;
  max-width: 100%;
}

.aboutContent__wrap .wp-block-image .size-full img {
  width: inherit;
}

@media (max-width: 767px) {
  .aboutContent__wrap p {
    font-size: 14px;
  }
}

.hnews--terms {
  max-width: 1100px;
  margin: 0 auto;
}

.termsContent {
  margin: 0 0 50px;
}

.termsContent__wrap p {
  font-family: "Charter", sans-serif;
  margin: 0 0 20px;
}

.termsContent__wrap p:last-of-type {
  margin: 0;
}

@media (max-width: 767px) {
  .termsContent__wrap p {
    font-size: 14px;
  }
}

.jobsList {
  margin: 80px 0 120px;
}

.jobsList__list {
  max-width: 800px;
  margin: 0 auto;
}

.jobsList__list .job {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 12px 16px;
  border-bottom: 1px solid #e9e9e9;
  transition: ease 0.3s;
}

.jobsList__list .job:hover {
  background-color: #fdfdfd;
}

.jobsList__list .job__name h3 {
  font-size: 21px;
  line-height: 1.2;
  font-weight: 400;
  color: #000;
  margin: 0;
}

.jobsList__list .job__apply a {
  width: 120px;
  height: 36px;
  background-color: #309b65;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  transition: ease 0.3s;
}

.jobsList__list .job__apply a:hover {
  opacity: 0.7;
}

.jobsList__list .job__apply a span {
  display: block;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  margin: 0;
  text-align: center;
}

@media (max-width: 575px) {
  .jobsList {
    margin: 30px 0 50px;
  }

  .jobsList__list .job {
    padding: 8px 12px;
  }

  .jobsList__list .job__name {
    padding-right: 15px;
  }

  .jobsList__list .job__name h3 {
    font-size: 18px;
  }

  .jobsList__list .job__apply a {
    width: 100px;
    height: 28px;
  }

  .jobsList__list .job__apply a span {
    font-size: 11px;
  }
}

/**
 *  Single
 */
.jobHeader {
  margin: 80px 0 40px;
}

.jobHeader .logo {
  width: 100%;
  max-width: 160px;
  margin: 0 auto 30px;
}

.jobHeader .logo img {
  width: 100%;
}

.jobHeader span {
  display: block;
  font-size: 13px;
  line-height: 1;
  color: #000;
  text-align: center;
  margin: 0 0 10px;
  text-transform: uppercase;
}

.jobHeader h1 {
  font-size: 38px;
  line-height: 1.2;
  font-weight: 300;
  margin: 0;
  text-align: center;
  color: #292929;
}

@media (max-width: 767px) {
  .jobHeader {
    margin: 40px 0 30px;
  }

  .jobHeader span {
    font-size: 12px;
    margin: 0 0 8px;
  }

  .jobHeader h1 {
    font-size: 32px;
  }
}

.jobContent__wrap {
  max-width: 700px;
}

.jobContent__wrap ul {
  margin-left: 0;
}

@media (max-width: 767px) {
  .jobContent__wrap p {
    font-size: 14px;
  }

  .jobContent__wrap ul li {
    font-size: 14px;
  }
}

.jobHow {
  background-color: #0f2523;
  padding: 50px 0;
  margin: 50px 0 0;
}

.jobHow__wrap h3 {
  font-size: 38px;
  line-height: 1.3;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  color: #fff;
  margin: 0 0 20px;
  text-align: center;
}

.jobHow__wrap p {
  font-size: 20px;
  line-height: 1.55;
  color: #bbb;
  margin: 0;
  text-align: center;
}

.jobHow__wrap p a {
  color: #fff;
  transition: ease 0.3s;
}

.jobHow__wrap p a:hover {
  color: #309b65;
}

@media (max-width: 767px) {
  .jobHow {
    padding: 32px 0;
  }

  .jobHow__wrap h3 {
    font-size: 26px;
    line-height: 1.2;
  }

  .jobHow__wrap p {
    font-size: 16px;
    line-height: 1.3;
  }
}

.jobRodo {
  padding: 50px 0;
  background-color: #fbfbfb;
}

.jobRodo__wrap h4 {
  font-size: 16px;
  line-height: 1;
  color: #000;
  margin: 0 0 14px;
}

.jobRodo__wrap p {
  font-size: 12px;
  line-height: 1.3;
  color: #000;
  margin: 0 0 12px;
}

.jobRodo__wrap p:last-of-type {
  margin: 0;
}

@media (max-width: 767px) {
  .jobRodo {
    padding: 26px 0;
  }
}

.contactInfo {
  margin: 40px 0 120px;
}

@media (min-width: 1200px) {
  .contactInfo__wrap {
    max-width: 1200px;
  }
}

.contactInfo__map {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 50px;
}

.contactInfo__info {
  display: flex;
}

.contactInfo__info .info {
  width: 100%;
  max-width: 40%;
}

.contactInfo__info .info h2 {
  font-size: 45px;
  line-height: 1;
  font-weight: 800;
  color: #309b65;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  letter-spacing: -0.3px;
  margin: 0 0 14px;
}

.contactInfo__info .info h3 {
  font-size: 24px;
  line-height: 1.3;
  font-weight: 300;
  color: #000;
  margin: 0 0 8px;
}

.contactInfo__info .info p {
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  margin: 0;
}

.contactInfo__info .box {
  width: 100%;
  max-width: 30%;
  margin: 0 0 30px;
}

.contactInfo__info .box h2 {
  font-size: 28px;
  line-height: 1.2;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #309b65;
  margin: 0 0 12px;
}

.contactInfo__info .box h3 {
  font-size: 15px;
  line-height: 1.3;
  font-family: "Roboto", sans-serif;
  color: #646464;
  margin: 0 0 12px;
}

.contactInfo__info .box p {
  font-size: 14px;
  color: #8d8d8d;
  margin: 0;
}

.contactInfo__info .box p a {
  color: #309b65;
  transition: ease 0.3s;
}

.contactInfo__info .box p a:hover {
  opacity: 0.7;
}

@media (max-width: 991px) {
  .contactInfo__info {
    flex-direction: column;
  }

  .contactInfo__info .info {
    max-width: 100%;
    padding-left: 0;
    margin: 0 0 30px;
  }

  .contactInfo__info .box {
    max-width: 100%;
  }
}

@media (max-width: 575px) {
  .contactInfo {
    margin: 20px 0 30px;
  }

  .contactInfo__info .info {
    margin: 0 0 20px;
  }

  .contactInfo__info .info h2 {
    font-size: 32px;
  }

  .contactInfo__info .info h3 {
    font-size: 21px;
  }

  .contactInfo__info .info p {
    font-size: 14px;
  }

  .contactInfo__info .box {
    max-width: 100%;
    margin: 0 0 30px;
  }

  .contactInfo__info .box:last-of-type {
    margin: 0;
  }

  .contactInfo__info .box h2 {
    font-size: 24px;
  }

  .contactInfo__info .box h3 {
    font-size: 13px;
  }

  .contactInfo__info .box p {
    font-size: 13px;
  }
}

.page404 {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 42.5vh;
}

.page404__wrap h1 {
  font-size: 150px;
  line-height: 1;
  font-weight: 100;
  color: #000;
  text-align: center;
  margin: 0 0 20px;
}

.page404__wrap p {
  font-size: 26px;
  line-height: 1.3;
  font-family: "Charter", sans-serif;
  text-align: center;
  margin: 0 0 25px;
}

.page404__wrap a {
  width: 100%;
  max-width: fit-content;
  max-width: -moz-max-content;
  max-width: -webkit-fit-content;
  height: 50px;
  background-color: #309b65;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  margin: 0 auto;
  transition: ease 0.3s;
}

.page404__wrap a:hover {
  opacity: 0.7;
}

.page404__wrap a span {
  display: block;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  margin: 0;
  text-align: center;
}

@media (max-width: 767px) {
  .page404__wrap h1 {
    font-size: 100px;
    margin: 0 0 14px;
  }

  .page404__wrap p {
    font-size: 18px;
    margin: 0 0 20px;
  }

  .page404__wrap a {
    min-height: 42px;
    padding: 0 16px;
  }

  .page404__wrap a span {
    font-size: 12px;
  }
}

/*!
Theme Name: Holistic News
Theme URI: http://underscores.me/
Author: Cavatina
Author URI: https://cavatina.pl/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: holisticnews
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Holistic News is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/**
 *  Global
 */
/**
 *  Partials
 */
/**
 *  Subpages
 */
body {
  transition: ease 0.3s;
}

body.no-scroll {
  overflow: hidden;
}

body a {
  outline: none !important;
  text-decoration: unset;
}

body input,
body textarea {
  font-family: "Inter", sans-serif;
}

body button {
  font-family: "Inter", sans-serif;
  outline: none !important;
}

body.darkmode {
  background-color: #000;
}

.d-none {
  display: none !important;
}

.hnews {
  transition: ease 0.3s;
  opacity: 1;
}

.hnews.blank {
  opacity: 0;
}

.checkbox {
  display: flex;
  align-items: center;
  position: relative;
}

.checkbox.checked .checkbox__checker:after {
  opacity: 1;
}

.checkbox__checker {
  width: 16px;
  height: 16px;
  background-color: #fff;
  border: 1px solid #c1c1c1;
  border-radius: 0;
  position: relative;
  cursor: pointer;
  margin-right: 8px;
  z-index: 3;
}

.checkbox__checker:after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translate(0, -50%);
  background-color: #309b65;
  opacity: 0;
}

.checkbox input {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 3;
  cursor: pointer;
}

.checkbox label {
  font-size: 12px;
  line-height: 1;
  font-family: "Inter", sans-serif;
  color: #000;
  max-width: calc(100% - 24px);
}

.checkbox label a {
  color: #309b65;
  text-decoration: underline;
  position: relative;
  z-index: 3;
}

.subpageHeader {
  margin: 50px 0 30px;
}

.subpageHeader__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #000;
  padding: 0 15px 8px;
}

.subpageHeader__wrap h1 {
  font-size: 42px;
  line-height: 1.2;
  font-weight: 400;
  color: #000;
  margin: 0;
}

.subpageHeader__wrap a {
  font-size: 12px;
  line-height: 1.3;
  font-weight: 400;
  color: #309b65;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  transition: ease 0.3s;
}

.subpageHeader__wrap a:hover {
  opacity: 0.75;
}

@media (max-width: 991px) {
  .subpageHeader {
    margin: 30px 0 20px;
  }

  .subpageHeader__wrap h1 {
    font-size: 32px;
  }

  .subpageHeader__wrap a {
    font-size: 14px;
    margin-right: 16px;
  }
}

@media (max-width: 767px) {
  .subpageHeader__wrap h1 {
    font-size: 24px;
  }

  .subpageHeader__wrap a {
    font-size: 13px;
    margin-right: 12px;
  }
}

@media (max-width: 575px) {
  .subpageHeader {
    margin: 20px 0 12px;
  }

  .subpageHeader__wrap {
    display: block;
    border: 0;
  }

  .subpageHeader__wrap h1 {
    width: 100%;
    padding: 0 0 8px;
    border-bottom: 1px solid #000;
  }

  .subpageHeader__wrap a {
    display: none;
  }
}

.formSection {
  margin: 50px 0;
}

.formSection__heading h2 {
  font-size: 21px;
  line-height: 1.4;
  color: #000;
  margin: 0 0 10px;
}

.formSection .contactForm__row {
  width: 100%;
  max-width: 100%;
  margin: 0 0 10px;
}

.formSection .contactForm__row .input {
  display: flex;
  width: 100%;
}

.formSection .contactForm__row .input textarea {
  width: 100%;
  max-width: 100%;
  resize: none;
  background-color: #fff;
  border: 1px solid #EBEBEB;
  border-radius: 0;
  font-size: 15px;
  color: #000;
  padding: 6px 10px;
  min-height: 140px;
  outline: none;
  transition: ease 0.3s;
}

.formSection .contactForm__row .input textarea:focus {
  border-color: #309b65;
}

.formSection .contactForm__row .input textarea::placeholder {
  color: #a5a5a5;
}

.formSection .contactForm__row .input>input {
  width: 100%;
  height: 48px;
  background-color: #fff;
  border: 1px solid #EBEBEB;
  border-radius: 0;
  font-size: 15px;
  color: #000;
  padding: 6px 10px;
  outline: none;
  transition: ease 0.3s;
}

.formSection .contactForm__row .input>input:focus {
  border-color: #309b65;
}

.formSection .contactForm__row .input>input::placeholder {
  color: #a5a5a5;
}

.formSection .contactForm__row .input .checkbox label {
  font-size: 14px;
}

.formSection .contactForm__row button {
  width: 100%;
  max-width: 200px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 0;
  background-color: #309b65;
  margin: 20px 0 0;
  padding: 0;
  cursor: pointer;
  transition: ease 0.3s;
}

.formSection .contactForm__row button:hover {
  opacity: 0.85;
}

.formSection .contactForm__row button span {
  display: block;
  font-size: 14px;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}

.formSection .contactForm__row--three {
  display: flex;
  justify-content: space-between;
}

.formSection .contactForm__row--three .input {
  width: 100%;
  max-width: calc(33.3333333333% - 5px);
}

@media (max-width: 575px) {
  .formSection {
    margin: 20px 0;
  }

  .formSection__heading h2 {
    font-size: 18px;
  }

  .formSection .contactForm__row {
    margin: 0 0 5px;
  }

  .formSection .contactForm__row .input textarea {
    min-height: 100px;
    font-size: 13px;
  }

  .formSection .contactForm__row .input input {
    height: 42px;
    font-size: 13px;
  }

  .formSection .contactForm__row .input .checkbox label {
    font-size: 12px;
  }

  .formSection .contactForm__row button {
    max-width: 140px;
    height: 42px;
  }

  .formSection .contactForm__row button span {
    font-size: 14px;
  }

  .formSection .contactForm__row--three {
    flex-direction: column;
  }

  .formSection .contactForm__row--three .input {
    max-width: 100%;
    margin: 0 0 5px;
  }

  .formSection .contactForm__row--three .input:last-of-type {
    margin: 0;
  }
}

/*# sourceMappingURL=custom.css.map */
/* Social Feed Title */
.socialFeed p {
  text-align: center;
  font-size: 30px;
  font-family: Charter;
  color: #000;
  margin-bottom: 0;
}


/* Cicle page */

.page-template-page_cicle .taxonomy-category a {
  font-size: 12px;
  line-height: 1;
  color: #309b65;
  background-color: rgba(6, 146, 117, 0.1);
  text-transform: uppercase;
  font-weight: 500;
  padding: 3px 6px;
  max-width: fit-content;
  max-width: -moz-max-content;
  max-width: -webkit-fit-content;
  margin: 0;
}

.page-template-page_cicle h3.articleColumn__content a {
  font-size: 20px;
  line-height: 1.3;
  color: #000;
  font-weight: 600;
  margin: 0 0 6px;
  transition: ease .3s;
}

.page-template-page_cicle h3.articleColumn__content a:hover {
  color: #309b65;
}

.page-template-page_cicle ul.columns-4 li {
  border-bottom: 1px solid #ececec;
}

.page-template-page_cicle .wp-block-query-pagination {
  margin-top: 20px;

}

.page-template-page_cicle a {
  color: #000;
  transition: all .3s;
  margin: 0 10px;
}

.page-template-page_cicle .wp-block-query-pagination a:hover {
  color: #309b65;
}

/* Box autora na stronie O nas */
div.author-block {
  width: 100%;
}

.author-block {
  box-sizing: border-box;
  border-bottom: 1px solid #EBEBEB;
  padding-bottom: 30px;
}

.author-block a,
.editorialOffice--box a,
h3.editorialOffice--name {
  font-size: 20px;
  color: #000;
  transition: .3s;
}

.author-block a:hover,
.editorialOffice--box a:hover,
.text-about-us a,
.editorialOffice--mail a {
  color: #309C66;
  transition: .3s;
}

.author-block p,
p.bio {
  font-family: Inter, sans-serif;
  font-size: 14px;
}

p.bio {
  margin-top: 10px !important;
}

.editorialOffice--mail a {
  font-size: 16px;
}

.authors-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 10px;
  padding: 0px;
  box-sizing: border-box;
}

@media (min-width: 600px) {
  .authors-grid {
    grid-template-columns: 1fr 1fr;
  }

  .author-block {
    padding: 0px 10px 20px 0px;
    border-right: 1px solid #EBEBEB;
  }

  .authors-grid {
    grid-gap: 20px;
    grid-row-gap: 30px;
  }

  .editorialOffice--box {
    border-right: 1px solid #EBEBEB;
    border-bottom: 1px solid #EBEBEB;
    padding: 0 0 30px 0;
  }
}

@media (min-width: 900px) {
  .authors-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.subpageHeader__wrap__author_list h2 {
  margin-bottom: 5px;
  margin-left: 0 !important;
  color: #000;
}

.subpageHeader__wrap__author_list {
  margin-top: 50px;
  margin-bottom: 30px;
  padding-bottom: 5px;
  border-bottom: 1px solid #EBEBEB;
}

.editorialOffice--box p {
  margin: 0
}

.editorialOffice--box h3 {
  margin-bottom: 10px
}

/* cicle on the homepage - loop */

.hashtag {
  font-size: 25px;
  color: #009B5F;
}

.cicle h3 {
  margin-top: 10px;
  font-size: 35px;
  font-weight: 400;
  color: #209965;
  transition: all .3s;
}

@media all and (max-width:745px) {
  .cicle h3 {
    font-size: 23px;
  }
}

.cicle h3:hover {
  color: #009B5F;
  transition: all .3s;
}

.middlePosts__top .cicle {
  margin-bottom: 20px;
}

@media all and (min-width:798px) {
  .cicle .articleColumn.cicle {
    border-right: 1px solid #ececec;
  }

  .cicle .articleColumn.cicle {
    border-right: 1px solid #ececec;
  }

  .cicle .articleColumn.cicle:last-of-type {
    border-right: 0px;
  }
}

.cicle .category p {
  font-size: 12px;
  line-height: 1;
  color: #309b65;
  background-color: rgba(6, 146, 117, 0.1);
  text-transform: uppercase;
  font-weight: 500;
  padding: 3px 6px;
  max-width: fit-content;
  max-width: -moz-max-content;
  max-width: -webkit-fit-content;
  margin: 10px 0;

}

.articleColumn.cicle {
  transition: all .3s;
  padding-top: 20px;

}

.articleColumn.cicle:hover {
  background: #ECECEC;
  transition: all .3s;
}

.hashtag {
  margin-top: -10px;
  font-family: Charter;
}

.middlePosts__top.container.cicle {
  margin-bottom: 80px;
}

.editorialOffice--image img {
  max-width: 120px;
  border-radius: 50%;
}

@media all and (max-width:768px) {
  .hide-on-mobile {
    display: none !important;
  }
}

.download__newspaper__box img {
  transition: all .3s;
}

.download__newspaper__box img:hover {
  transform: scale(1.05);
  transition: all .3s;
}

.download__newspaper__box a {
  color: #000;
}

.download__newspaper__box a:hover {
  color: #209965;
  text-decoration: underline;
}

@media all and (min-width:780px) {
  .middlePosts__top.cicle {
    display: flex;
    justify-content: center;
    padding: 0;
    flex-wrap: wrap;
  }

  .middlePosts__top .cicle {
    max-width: 33.33333333% !important;
    padding: 15px 10px 0 10px;
    border-right: 1px solid #ececec;
    border-bottom: 0;
  }
}

@media (min-width: 798px) {
  .cicle .articleColumn.cicle:nth-child(3) {
    border-right: 0px;
  }
}

/* new search engine style */
.search_result_users {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
}

.search_result_user {
  text-align: center;
  margin: 10px;
  width: 20%;
}

.search_result_user img {
  border-radius: 100%;
}

.searchBar__bar h3 {
  padding-top: 20px !important;
}

#results_list p,
#results_list a {
  text-align: center;
}