.cf-listing-description p {
  font-weight: normal;
}

#cf-listing-meta .et_pb_column {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#cf-listing-meta .et_pb_column .et_pb_module {
  margin: 0 !important;
}
#cf-listing-meta .et_pb_column .et_pb_module .et_pb_text_inner, #cf-listing-meta .et_pb_column .et_pb_module .et_pb_code_inner {
  margin: 0px 40px !important;
}
#cf-listing-meta .et_pb_column .et_pb_module .et_pb_text_inner a, #cf-listing-meta .et_pb_column .et_pb_module .et_pb_code_inner a {
  color: #000;
  color: rgba(0, 0, 0, 0.7);
}
#cf-listing-meta .et_pb_column .et_pb_module .et_pb_text_inner a:hover, #cf-listing-meta .et_pb_column .et_pb_module .et_pb_code_inner a:hover {
  color: #000;
}

.cf-category-link {
  color: #fff;
}

.cf-listing-meta {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.cf-listing-meta a {
  white-space: nowrap;
  color: #2C3E50;
}

.cf-listing-video .wp-video {
  margin-left: auto;
  margin-right: auto;
}

.cf-listing-locations * {
  font-family: "Roboto Slab", Georgia, "Times New Roman", serif;
  color: #fff !important;
}

.cf-listing-socials {
  color: #fff;
}
.cf-listing-socials .et-social-icon a:before {
  font-size: 32px;
  color: #fff;
}

.carousel {
  width: 100%;
  height: 400px;
}
.carousel .carousel-inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.carousel .carousel-inner .carousel-item {
  overflow: hidden;
}
.carousel .carousel-inner .carousel-item > img {
  display: block;
  margin: 0 auto;
  max-width: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.carousel .carousel-inner .carousel-item > .caption {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.75);
  color: #000;
  font-family: Arial, san-serif;
  font-size: 12px;
  text-align: center;
}
.carousel .carousel-control-next, .carousel .carousel-control-prev {
  height: 40px;
  width: 40px;
  top: 50%;
  transform: translateY(-50%);
  background: #F0C514;
  color: #000;
  border-radius: 5px;
  font-size: 36px;
}

.cf-listing-gallery {
  height: 100%;
}
.cf-listing-gallery .swiper-container {
  height: 100%;
}
.cf-listing-gallery .swiper-container .swiper-wrapper .swiper-slide > img {
  max-width: 500px;
}
.cf-listing-gallery .swiper-container .swiper-wrapper .swiper-slide.bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.cf-listing-gallery .swiper-button-prev, .cf-listing-gallery .swiper-button-next {
  width: 40px;
  height: 40px;
  background-color: #f1c40f;
  background-position: center;
  background-repeat: no-repeat;
}
.cf-listing-gallery .swiper-button-prev:after, .cf-listing-gallery .swiper-button-next:after {
  display: none;
}
.cf-listing-gallery .swiper-button-prev {
  background-image: url(/wp-content/themes/divi-communityfocus/images/left-arrow.png);
  left: 0px;
}
.cf-listing-gallery .swiper-button-next {
  background-image: url(/wp-content/themes/divi-communityfocus/images/right-arrow.png);
  right: 0px;
}

.cf-listing-blurbs {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cf-listing-blurbs .cf-listing-blurb {
  flex: 1 1 0;
  padding: 0px 20px 30px;
  min-width: 300px;
}
.cf-listing-blurbs .cf-listing-blurb strong {
  font-size: 1.2em;
}

body.listing-template--nyt {
  font-family: "Roboto Slab", Georgia, "Times New Roman", serif;
  font-weight: normal;
}
body.listing-template--nyt h2 {
  font-size: 2rem;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 1.25em;
}
body.listing-template--nyt p {
  padding: 0px;
  margin: 0.75em 0;
}
body.listing-template--nyt hr {
  background-color: #ddd;
  border: none;
  height: 1px;
}
body.listing-template--nyt #cf-listing-header {
  background: transparent;
  color: #000;
  font-size: 48px;
  text-align: center;
  height: auto;
}
body.listing-template--nyt #cf-listing-header img {
  max-width: 98%;
}
body.listing-template--nyt #cf-listing-hero .cf-listing-gallery {
  padding-bottom: 20px;
}
body.listing-template--nyt #cf-listing-hero .cf-listing-gallery .listing-photos-wrapper, body.listing-template--nyt #cf-listing-hero .cf-listing-gallery .swiper-container {
  height: 100%;
  min-height: 200px;
  padding: 0;
}
body.listing-template--nyt #cf-listing-hero .cf-listing-gallery .swiper-button-prev, body.listing-template--nyt #cf-listing-hero .cf-listing-gallery .swiper-button-next {
  background-color: rgba(255, 255, 255, 0.5);
  top: auto;
  bottom: 20px;
}
body.listing-template--nyt #cf-listing-hero .cf-listing-gallery .swiper-button-prev:hover, body.listing-template--nyt #cf-listing-hero .cf-listing-gallery .swiper-button-next:hover {
  background-color: #fff;
}
body.listing-template--nyt #cf-listing-quote p {
  font-size: 22px;
}
body.listing-template--nyt #cf-listing-full-description {
  width: 80%;
  max-width: 1280px;
  margin: 40px auto;
  text-align: center;
}
body.listing-template--nyt #cf-listing-full-description iframe {
  max-width: 98%;
}
body.listing-template--nyt #cf-listing-contact .cf-listing-locations * {
  color: #2C3E50 !important;
}
body.listing-template--nyt #cf-listing-contact .cf-listing-socials img {
  background: #666;
  padding: 5px;
  width: 40px;
  height: 40px;
  border: none;
}

.cf-featured-listings {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
}
.cf-featured-listings .featured-item {
  display: block;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #000;
  padding: 150px 10px 10px;
  text-align: center;
  width: 32%;
  min-width: 230px;
}
.cf-featured-listings .featured-item h3 {
  position: relative;
  z-index: 5;
}
.cf-featured-listings .featured-item:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 55%, rgba(0, 0, 0, 0.75) 100%);
  z-index: 1;
}

.carousel-item-next, .carousel-item-prev, .carousel-item {
  height: 100%;
}
.carousel-item-next img, .carousel-item-prev img, .carousel-item img {
  width: auto;
  height: 100%;
}

body.single-listings .fluid-width-video-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 !important;
}
body.single-listings .fluid-width-video-wrapper iframe {
  position: relative;
  max-width: 640px;
  min-height: 360px;
}
body.single-listings #cf-listing-video .et_pb_text_inner {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 !important;
}

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