/**** GENERAL STYLES ****/

/* Header */

.lg\:mt-15 {
  margin-top: 40px;
}

#site_nav #main_menu li a {
  font-size: 14px;
}

.xl\:ml-9 {
  margin-left: 15px;
}

#logo {
  height: 80px;
}

.btn.\--secondary {
  border-width: 1px;
  border-color: #bf7c43;
  font-weight: 500;
  height: 2.75rem;
  font-size: 1.125rem;
  color: #bf7c43;
}

.btn.\--secondary:hover {
  background-color: #bf7c43;
  color: #fff;
}

.text-green-1 {
  color: #5a6c59;
}

@media screen and (min-width: 640px) {
  #site_nav #main_menu li a {
    font-size: 16px;
  }

  #site_nav #main_menu li a.active::after {
    border-color: #5a6c59;
  }
}

@media screen and (min-width: 768px) {
  .xl\:h-36 {
    height: 80px;
    padding-bottom: 20px;
  }
}

@media screen and (min-width: 900px) {
  #site_nav #main_menu li a {
    font-size: 18px;
    color: #000;
  }

  .xl\:ml-9 {
    margin-left: 30px;
  }
}

.footer-copy-text-wrap {
  margin-bottom: -15px;
  line-height: 1.5;
}

.footer-copy-text p a:link,
.footer-copy-text p a:visited {
  color: #bf7c43;
}

.footer-copy-text strong a:link,
.footer-copy-text strong a:visited {
  color: #000;
  font-weight: bold;
}

.footer-copy-text strong a:hover,
.footer-copy-text strong a:focus {
  color: #434b62;
}

/**** HOME PAGE ****/

.heading.--one {
  font-size: 36px;
  color: #bf7c43;
}

.heading.--two {
  font-size: 34px;
}

#home--introduction {
  background-image: url(../img/hero/rhino-hero-image-blue.jpg);
  background-position: center;
}

.home-intro-content-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.home-intro-text-wrap {
  width: 100%;
}

.home-intro-image-wrap {
  display: none;
}

.home-intro-image-wrap img {
}

.home-intro-text-wrap h1 {
  margin-bottom: 10px;
}

.home-intro-content-wrap .heading {
  color: #fff;
}

.home-intro-content-wrap .leading-normal {
  color: #fff;
}

@media screen and (min-width: 768px) {
  .home-intro-content-wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
  }

  .home-intro-text-wrap {
    width: 50%;
    margin: 0 10px;
  }

  .home-intro-content-wrap .heading.--two {
    font-size: 32px;
  }

  .home-intro-content-wrap .text-lg {
    font-size: 16px;
  }

  .home-intro-image-wrap {
    width: 50%;
    margin: 0 10px;
    display: block;
  }

  #home--introduction {
    background-image: none;
  }

  .home-intro-content-wrap .heading {
    color: #434b62;
  }

  .home-intro-content-wrap .leading-normal {
    color: #434b62;
  }
}

@media screen and (min-width: 960px) {
  .home-intro-content-wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
  }

  .home-intro-text-wrap {
    width: 50%;
  }

  .home-intro-image-wrap {
    width: 50%;
    z-index: 1000;
  }

  .home-intro-content-wrap .heading.--two {
    font-size: 46px;
  }

  .home-intro-content-wrap .text-lg {
    font-size: 18px;
  }

  .xxl\:mb-25 {
    margin-bottom: 10px;
  }
}

/*** BLOG LANDING PAGE ***/

.blog-landing-section {
  background-image: url(../img/svg/map--sand-40.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

.blog-landing-intro {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  text-align: center;
}

.blog-landing-intro .heading.--one {
  margin-bottom: 0px;
}

.blog-landing-intro .heading.--two {
  font-size: 28px;
  max-width: 100%;
}

.blog-landing-posts-wrap {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}

.blog-landing-posts-wrap::after {
  content: "";
  max-width: 65%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  border-bottom: 1px solid #5a6c59;
  display: block;
}

.blog-post-wrap {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  padding: 60px;
}

.blog-post-image-wrap {
  width: 100%;
}

.blog-post-text-wrap {
  width: 100%;
}

.blog-post-image-wrap img {
  transition: all 0.2s ease-out;
}

.blog-post-image-wrap img:hover {
  opacity: 0.8;
  transition: all 0.2s ease-out;
}

.blog-post-text-wrap h3 {
  margin-bottom: 5px;
}

.blog-post-text-wrap h3 a:link,
.blog-post-text-wrap h3 a:visited {
  color: #30383d;
  font-size: 28px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.2s ease-out;
}

.blog-post-text-wrap h3 a:hover,
.blog-post-text-wrap h3 a:focus {
  color: #bf7c43;
  transition: all 0.2s ease-out;
}

.blog-post-excerpt-text {
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.post-info {
  font-size: 11px;
}

.post-author,
.post-date {
  color: #bf7c43;
  text-transform: uppercase;
  font-weight: bold;
}

.post-read-more {
  font-weight: bold;
}

.post-read-more a:link,
.post-read-more a:visited {
  color: #bf7c43;
  font-size: 11px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.2s ease-out;
}

.post-read-more a:hover,
.post-read-more a:focus {
  color: #5a6c59;
  transition: all 0.2s ease-out;
}

.blog-posts-pagination-wrap {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
  display: flex;
  justify-content: space-between;
}

.blog-posts-pagination-wrap span {
  margin: 0 10px;
  font-size: 14px;
}

.blog-posts-pagination-wrap a:link,
.blog-posts-pagination-wrap a:visited {
  color: #30383d;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.2s ease-out;
}

.blog-posts-pagination-wrap a:hover,
.blog-posts-pagination-wrap a:focus {
  color: #bf7c43;
  transition: all 0.2s ease-out;
}

@media screen and (min-width: 768px) {
  .blog-post-wrap {
    flex-direction: row;
    align-items: center;
    margin: 0 -15px;
  }

  .blog-post-image-wrap {
    width: 40%;
    padding: 0 15px;
  }

  .blog-post-text-wrap {
    width: 60%;
    padding: 0 15px;
  }
}

/*** BLOG ENTRY PAGE ***/

.blog-entry-content-wrap {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
}

.blog-entry-header {
  text-align: center;
  margin-bottom: 30px;
}

.blog-entry-header .blog-entry-info {
  font-size: 12px;
}

.blog-entry-header .blog-entry-info::after {
  content: "";
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #5a6c59;
  display: block;
}

.entry-author,
.entry-date {
  color: #bf7c43;
  text-transform: uppercase;
  font-weight: bold;
}

.back-to-blog {
  font-size: 12px;
}

.back-to-blog a:link,
.back-to-blog a:visited {
  color: #777;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.2s ease-out;
}

.back-to-blog a:hover,
.back-to-blog a:focus {
  color: #bf7c43;
  transition: all 0.2s ease-out;
}

.blog-entry-text-wrap {
  margin-top: 10px;
}

.blog-entry-header h3 {
  font-size: 42px;
}

.blog-entry-text-wrap {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}

.blog-entry-text-wrap img {
  margin: 10px auto;
  max-width: 760px;
}

.blog-entry-text-wrap p {
  font-size: 16px;
  margin-bottom: 15px;
}

.blog-entry-text-wrap a:link,
.blog-entry-text-wrap a:visited {
  color: #bf7c43;
  text-decoration: none;
  transition: all 0.2s ease-out;
}

.blog-entry-text-wrap a:hover,
.blog-entry-text-wrap a:focus {
  opacity: 0.6;
  transition: all 0.2s ease-out;
}

/**** PROPERITES PAGE ****/

#properties .md\:-mb-28 {
  margin-bottom: 0;
}

.property-entry-card-content {
  width: 100%;
  margin-bottom: 30px;
}

.property-name {
  color: #bf7c43;
  margin-bottom: 10px;
}

.property-address {
  font-size: 16px;
  margin-top: 0;
}

.property-summary {
  color: #5a6c59;
  font-size: 16px;
  margin-bottom: 0;
}

.property-size {
  font-size: 16px;
  color: #5a6c59;
}

@media screen and (min-width: 640px) {
  .property-entry-card-content {
    width: 45%;
    margin: 0 10px;
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 900px) {
  .property-entry-card-content {
    width: 31%;
    margin: 0 10px;
  }
}

#property_detail--contact_card span {
  margin-top: 15px;
}

/**** SERVICES PAGE - WHY ****/

#why_firma--services {
  background-image: url(../img/svg/map--sand_two.svg);
  background-repeat: repeat;
}

#why_firma--working_with_firma h2 {
  color: #bf7c43;
}

.services-list-features {
  background-color: #434b62;
  padding-top: 80px;
  padding-bottom: 110px;
  position: relative;
  margin-top: -60px;
  display: block;
  z-index: -1;
}

.section.services-list-features {
  margin-top: -60px;
}

.services-list-features h2 {
  color: #bf7c43;
}

.services-list-features p {
  color: #fff;
}

.services-intro-content-wrap .heading.--two {
  font-size: 34px;
  color: #bf7c43;
}

#services--introduction {
  background-image: url(../img/hero/rhino-hero-image-blue.jpg);
  background-position: center;
}

.services-intro-content-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.services-intro-text-wrap {
  width: 100%;
}

.services-intro-image-wrap {
  display: none;
}

.services-intro-image-wrap img {
}

.services-intro-text-wrap h1 {
  margin-bottom: 10px;
}

.services-intro-content-wrap .heading {
  color: #fff;
}

.services-intro-content-wrap .leading-normal {
  color: #fff;
}

@media screen and (min-width: 768px) {
  .services-intro-content-wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
  }

  .services-intro-text-wrap {
    width: 50%;
    margin: 0 10px;
  }

  .services-intro-content-wrap .heading.--two {
    font-size: 32px;
    color: #434b62;
  }

  .services-intro-image-wrap {
    width: 50%;
    margin: 0 10px;
    display: block;
  }

  #services--introduction {
    background-image: none;
  }

  .services-intro-content-wrap .heading {
    color: #bf7c43;
  }

  .services-intro-content-wrap .leading-normal {
    color: #434b62;
  }
}

@media screen and (min-width: 960px) {
  .services-intro-content-wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
  }

  .services-intro-text-wrap {
    width: 50%;
  }

  .services-intro-image-wrap {
    width: 50%;
    z-index: 1000;
  }

  .services-intro-content-wrap .heading.--two {
    font-size: 34px;
    margin-bottom: 30px;
  }

  .services-intro-content-wrap .text-lg {
    font-size: 18px;
  }

  .xxl\:mb-25 {
    margin-bottom: 10px;
  }
}

/**** ABOUT PAGE ****/

.timeline.\--circle {
  border-color: #5a6c59;
}

.timeline.\--dash {
  background-color: #5a6c59;
}

.timeline-background {
  background-color: #5a6c59;
}

.text-orange-light {
  color: #bf7c43;
}

.about-intro-content-wrap .heading.--two {
  font-size: 34px;
  color: #bf7c43;
}

#about--introduction {
  background-image: url(../img/hero/rhino-hero-image-blue.jpg);
  background-position: center;
}

.about-intro-content-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.about-intro-text-wrap {
  width: 100%;
}

.about-intro-image-wrap {
  display: none;
}

.about-intro-image-wrap img {
}

.about-intro-text-wrap h1 {
  margin-bottom: 10px;
}

.about-intro-content-wrap .heading {
  color: #fff;
}

.about-intro-content-wrap .leading-normal {
  color: #fff;
}

@media screen and (min-width: 768px) {
  .about-intro-content-wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
  }

  .about-intro-text-wrap {
    width: 50%;
    margin: 0 10px;
  }

  .about-intro-content-wrap .heading.--two {
    font-size: 32px;
    color: #434b62;
  }

  .about-intro-image-wrap {
    width: 50%;
    margin: 0 10px;
    display: block;
  }

  #about--introduction {
    background-image: none;
  }

  .about-intro-content-wrap .heading {
    color: #bf7c43;
  }

  .about-intro-content-wrap .leading-normal {
    color: #434b62;
  }
}

@media screen and (min-width: 960px) {
  .about-intro-content-wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
  }

  .about-intro-text-wrap {
    width: 50%;
  }

  .about-intro-image-wrap {
    width: 50%;
    z-index: 1000;
  }

  .about-intro-content-wrap .heading.--two {
    font-size: 34px;
    margin-bottom: 30px;
  }

  .aboutintro-content-wrap .text-lg {
    font-size: 18px;
  }

  .xxl\:mb-25 {
    margin-bottom: 10px;
  }
}

/**** ABOUT PAGE ****/
/*- About & Properties Pages -*/

.donation-section {
  background-color: #bf7c43;
  background-image: url("../img/svg/map--lightSand.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.properties-donation-section {
  background-color: #5a6c59;
  background-image: url("../img/svg/map--green_two.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.section.donation-content-wrap {
  padding-top: 40px;
  padding-bottom: 40px;
  /*   max-width: 1140px;
  margin: 0 auto; */
}

.donation-content-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.donation-image {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}

.donation-image img {
  max-width: 300px;
}

.donation-text {
  width: 100%;
  text-align: center;
}

.properties-donation-text h1 {
  color: #d58c4f;
}

.donation-text p {
  color: #fff;
  font-size: 18px;
  margin-top: 20px;
}

.donation-text a:link,
.donation-text a:visited {
  color: #434b62;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s ease-out;
}

.donation-text a:hover,
.donation-text a:focus {
  color: #5a6c59;
  transition: all 0.2s ease-out;
}

.properties-donation-text a:link,
.properties-donation-text a:visited {
  color: #d58c4f;
}

.properties-donation-text a:hover,
.properties-donation-text a:focus {
  color: #434b62;
}

@media screen and (min-width: 960px) {
  .donation-content-wrap {
    flex-direction: row;
  }

  .donation-image {
    width: 30%;
    margin: 0 30px;
  }

  .donation-image img {
    max-width: 100%;
  }

  .donation-text {
    width: 70%;
    margin: 0 30px;
    text-align: left;
  }

  .donation-text p {
    font-size: 22px;
  }
}
