/*
Theme Name: Rainforest Connection
Author: rfcx.org
Author URI: https://rfcx.org
Version: 1.0
*/

@import "./assets/css/normalize.css";
@import "./assets/css/icomoon.css";
@import "./assets/css/common.css";
@import "./assets/css/header.css";
@import "./assets/css/footer.css";
@import "./assets/css/post.css";
@import "./assets/css/home/forest.css";
@import "./assets/css/home/why.css";
@import "./assets/css/home/map.css";
@import "./assets/css/home/video.css";
@import "./assets/css/home/metrics.css";
@import "./assets/css/home/contact.css";
@import "./assets/css/home/stories.css";
@import "./assets/css/our_work.css";
@import "./assets/css/ecoacoustics.css";
@import "./assets/css/impact.css";
@import "./assets/css/get_involved.css";
@import "./assets/css/team.css";
@import "./assets/css/iphone.css";
@import "./assets/css/privacy-policy.css";
@import "./assets/css/terms-of-service.css";
@import "./assets/css/share-apps.css";

.container {
  margin: 0 auto;
}

.site-footer {
  border-top: 3px solid #ecf0f1;
}

.about {
  background-color: #fff;
  width: 100%;
  margin: 0 auto;
  padding: 140px 0 30px;
}
@media screen and (max-width: 1800px) {
  .about {
    padding: 80px 0 30px;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .about {
    padding: 40px 0 30px;
  }
}
.about__wrapper {
  width: 90%;
  margin: 0 auto;
  max-width: 1200px;
}
@media screen and (max-width: 1800px) {
  .about__wrapper {
    max-width: 940px;
  }
}
.about__page-descr {
  padding: 0 30px;
}
@media screen and (max-width: 970px) {
  .about__page-descr {
    padding: 0 30px;
  }
}
.about__contact-link {
  color: #ff4e00;
  text-decoration: none;
}
.about__contact-link:hover,
.about__contact-link:active,
.about__contact-link:focus,
about__contact-link:visited {
  color: #ff4e00;
  text-decoration: none;
}

.about__banner {
  height: 310px;
  width: 100%;
}

@media screen and (max-width: 1800px) {
  .about__banner {
    height: 310px;
  }
}

.img__banner_padding {
  margin-top: 40px;
}

/*
  ===========================================
  Press Banner start
  ===========================================
*/
.press-category,
.press-category a {
  font-family: "PT Sans";
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  font-size: 2rem;
  letter-spacing: 2.8px;
  text-decoration: none;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .press-category,
  .press-category a {
    font-size: 1.6rem;
  }
}
.press-category a:hover,
.press-category a:active,
.press-category a:focus {
  text-decoration: none;
  color: #fff;
}
.press-title,
.news-banner__content p {
  font-weight: 600;
  line-height: 1.7;
  text-align: center;
  vertical-align: middle;
  font-size: 2.2rem;
  letter-spacing: 1.8px;
  color: #fff;
}
@media screen and (max-width: 1800px) {
  .press-title,
  .news-banner__content p {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .press-title,
  .news-banner__content p {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .press-title,
  .news-banner__content p {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 360px) {
  .press-title,
  .news-banner__content p {
    line-height: 1.4;
  }
}
.press-btn {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  max-width: 212px;
  font-size: 1.2rem;
  letter-spacing: 2px;
  color: #fff;
  background: transparent;
  outline: none;
  border: none;
  padding-top: 13px;
  padding-bottom: 13px;
  text-align: center;
  text-decoration: none;
  border-radius: 5px;
  border: 1px solid #fff;
}
@media only screen and (min-width: 1025px) {
  .press-btn {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
  }
  .press-btn:hover {
    background: rgba(255, 255, 255, 0.3);
  }
}
@media screen and (max-width: 390px) {
  .press-btn {
    padding-top: 10px;
    padding-bottom: 10px;
    max-width: 200px;
  }
}
.press-btn:hover,
.press-btn:active,
.press-btn:active:focus {
  text-decoration: none;
  color: #ffffff;
}
.post-title,
.sidebar-title {
  text-align: left;
  vertical-align: middle;
  font-size: 2rem;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
  margin: 0 0 10px;
}
.post-title a,
.post-title a:hover,
.post-title a:active,
.post-title a:active:focus {
  text-decoration: none;
  color: #000;
}
@media screen and (max-width: 1570px) {
  .post-title {
    font-size: 1.8rem;
  }
}
.post-date {
  text-align: left;
  font-size: 1rem;
  margin: 0 0 10px;
}
@media only screen and (max-width: 767px) {
  .post-date {
    text-align: left;
  }
}
.news-banner {
  width: 100%;
  margin: 0 auto;
}
.news-banner__area {
  margin: 0;
  width: 100%;
  height: 100%;
  position: relative;
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .news-banner__area {
    margin: 0 auto;
  }
}
.news-banner__img {
  width: 100%;
  height: 676px;
  padding: 0;
  text-align: center;
  background-size: cover !important;
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .news-banner__img {
    height: 550px;
  }
}
@media screen and (max-width: 1400px) {
  .news-banner__img {
    height: 500px;
  }
}
@media screen and (max-width: 1060px) {
  .news-banner__img {
    height: 430px;
  }
}
@media screen and (max-width: 860px) {
  .news-banner__img {
    height: 380px;
  }
}
@media only screen and (max-width: 767px) {
  .news-banner__img {
    height: 280px;
  }
}
@media screen and (max-width: 580px) {
  .news-banner__img {
    height: 250px;
  }
}
.news-banner__content {
  text-align: center;
  position: absolute;
  right: 24%;
  top: 52%;
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  -o-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  width: 37%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
@media screen and (max-width: 1260px) {
  .news-banner__content {
    width: 45%;
    right: 26%;
  }
}
@media screen and (max-width: 1000px) {
  .news-banner__content {
    right: 28%;
  }
}
@media screen and (max-width: 600px) {
  .news-banner__content {
    right: 50%;
    width: 90%;
  }
}
.news-banner__category {
  margin: 0 auto 50px;
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .news-banner__category {
    margin: 0 auto 25px;
  }
}
@media only screen and (max-width: 767px) {
  .news-banner__category {
    margin: 0 auto 10px;
  }
}
@media screen and (max-width: 600px) {
  .news-banner__category {
    margin: 0 auto 15px;
  }
}
@media screen and (max-width: 450px) {
  .news-banner__category {
    margin: 0 auto 10px;
  }
}
.news-banner__title,
.news-banner__content p {
  margin: 0 auto 50px;
  padding: 0;
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .news-banner__title,
  .news-banner__content p {
    margin: 0 auto 25px;
  }
}
@media only screen and (max-width: 767px) {
  .news-banner__title,
  .news-banner__content p {
    margin: 0 auto 10px;
  }
}
@media screen and (max-width: 600px) {
  .news-banner__title,
  .news-banner__content p {
    margin: 0 auto 15px;
  }
}
@media screen and (max-width: 450px) {
  .news-banner__title,
  .news-banner__content p {
    margin: 0 auto 10px;
  }
}
.news-banner__btn {
  margin: 0 auto;
}
@media only screen and (max-width: 1024px) {
  .news-banner__btn {
    width: 80%;
  }
}
.news-banner .carousel-control-next,
.news-banner .carousel-control-prev {
  width: 6% !important;
}
.news-banner .carousel-inner,
.news-banner .carousel-item {
  height: 100% !important;
}
/*
  ===========================================
  Press Banner end
  ===========================================
*/

/*
  ===========================================
  Stories start
  ===========================================
*/
.stories__area,
.stories__menu {
  *zoom: 1;
}
.stories__area:before,
.stories__area:after,
.stories__menu:before,
.stories__menu:after {
  content: "";
  display: table;
}
.stories__area:after,
.stories__menu:after {
  clear: both;
}
.stories {
  width: 100%;
  margin: 0 auto;
  padding: 50px 2%;
  background-color: #eef0e7;
}
@media screen and (max-width: 1250px) {
  .stories {
    padding: 50px 10%;
  }
}
@media screen and (max-width: 930px) {
  .stories {
    padding: 30px 5%;
  }
}
@media screen and (max-width: 600px) {
  .stories {
    padding: 30px 2%;
  }
}
.stories__area {
  display: block;
  margin: 0;
  width: 100%;
  padding: 0;
  box-sizing: border-box;
}
.stories__menu {
  float: left;
  width: 20%;
  list-style: none;
  margin: 0;
  box-sizing: border-box;
}
@media screen and (max-width: 1400px) {
  .stories__menu {
    width: 15%;
  }
}
@media screen and (max-width: 1250px) {
  .stories__menu {
    float: none;
    text-align: center;
    margin-bottom: 40px;
    width: auto;
  }
}
@media only screen and (max-width: 767px) {
  .stories__menu {
    margin-bottom: 30px;
  }
}
.stories__links {
  width: 100%;
  margin: 0 auto;
  padding: 0 5% 0 12.5%;
}
@media screen and (max-width: 1400px) {
  .stories__links {
    margin: 0 auto;
  }
}
@media screen and (max-width: 1250px) {
  .stories__links {
    width: auto;
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .stories__links {
    width: 95%;
  }
}
.stories__link-item {
  display: block;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1250px) {
  .stories__link-item {
    display: inline-block;
    width: auto;
    margin: 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .stories__link-item {
    margin: 0 5px;
  }
}
.stories__link {
  width: 100%;
  margin: 0 auto;
  display: block;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.stories__link:hover {
  color: #000;
}
@media screen and (max-width: 1250px) {
  .stories__link {
    display: inline-block;
    width: auto;
  }
}
.stories__content {
  width: 70%;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1400px) {
  .stories__content {
    width: 85%;
  }
}
@media screen and (max-width: 1250px) {
  .stories__content {
    float: none;
    display: inline-block;
    text-align: center;
    margin-bottom: 30px;
    width: 100%;
  }
}
@media screen and (max-width: 1250px) {
  .stories__content {
    position: static;
  }
}
@media only screen and (max-width: 767px) {
  .stories__content {
    margin-bottom: 0;
    position: static;
  }
}
.stories__row {
  margin: 0 0 50px;
  box-sizing: border-box;
  font-size: 0;
}
.stories__post-wrapper {
  display: block;
  font-size: 6.25px;
  margin: 0 auto;
  padding-right: 0;
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .stories__post-wrapper {
    padding-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .stories__post-wrapper {
    display: block;
    width: 90%;
    padding-right: 0;
  }
}
.stories__story-content .post-title,
.stories__story-content .post-date {
  width: 90%;
}
.stories__story-content p,
.post-red-link {
  display: inline-block;
  width: 58%;
  margin: 0 auto;
  text-align: left;
  vertical-align: middle;
  font-size: 1.8rem;
  letter-spacing: 0;
  color: #000;
  line-height: 1.7;
  font-weight: 600;
  float: right;
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .stories__story-content p,
  .post-red-link {
    width: 51%;
  }

  .wp-block-image-custom {
    width: 46%;
  }
}
@media screen and (max-width: 1570px) {
  .stories__story-content p,
  .post-red-link {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 930px) {
  .stories__story-content p,
  .post-red-link {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 350px) {
  .stories__story-content p,
  .post-red-link {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .stories__story-content p {
    width: 100%;
    margin: 30px auto 0;
  }
}
.post-red-link {
  color: #ff4e00;
  text-decoration: none;
}
.post-red-link:hover,
.post-red-link:active,
.post-red-link:focus {
  color: #ff4e00;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .post-red-link {
    width: 100%;
    text-align: left;
  }
}
.wp-block-image {
  width: 35%;
  margin: 0 4% 0 0;
  margin-bottom: 0;
  float: left;
}
.wp-block-image-custom {
  width: 38%;
  margin: 0 4% 0 0;
  margin-bottom: 0;
  float: left;
  height: 230px !important;
  padding: 0;
  text-align: center;
  background-size: cover !important;
}
.wp-block-image img {
  margin: 0 auto;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .wp-block-image-custom {
    width: 43%;
  }
}
@media only screen and (max-width: 767px) {
  .wp-block-image,
  .wp-block-image-custom {
    display: block;
    width: 100%;
    margin: 0 auto;
    float: none;
  }
}
.pagination {
  justify-content: center;
  align-items: center;
}
.pagination,
.pagination a .pagination a:hover,
.pagination a:active,
.page-numbers,
.page-numbers:hover,
.page-numbers:active {
  font-size: 2rem !important;
  color: grey !important;
  text-decoration: none !important;
  padding-right: 5px !important;
  font-family: "Open Sans";
  font-weight: 600;
  line-height: 1.65;
  letter-spacing: 0;
}
.pagination .current {
  color: #ff4e00 !important;
}

/*
  ===========================================
  Stories end
  ===========================================
*/

/*
  ===========================================
  Sidebar start
  ===========================================
*/

.sidebar-content {
  position: absolute;
  right: 3%;
  top: 0;
}
@media screen and (max-width: 1250px) {
  .sidebar-content {
    display: block !important;
    position: static !important;
    text-align: left;
    margin-bottom: 30px;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .sidebar-content {
    display: block !important;
    position: static !important;
    text-align: left;
    width: 90%;
    margin: 0 auto 30px;
  }
}
.sidebar-content ul {
  padding-left: 0;
  list-style: none;
}
.sidebar-title {
  color: #ff4e00;
}
@media only screen and (max-width: 767px) {
  .sidebar-title {
    text-align: left;
    font-size: 1.8rem;
  }
}
.sidebar-content a,
.sidebar-content a:hover,
.sidebar-content a:active,
.sidebar-content li {
  font-size: 1.4rem;
  letter-spacing: 0;
  color: #000;
  line-height: 1.7;
  font-weight: 600;
  text-decoration: none;
}

.sidebar-content .current-cat a {
  color: #ff4e00;
}

/*
  ===========================================
  Sidebar end
  ===========================================
*/