/*
 Theme Name:   Laurel Guy
 Description:  A custom theme for Laurel Guy Real Estate, based on Divi theme.
 Author:       Ancient Wisdom Productions
 Author URI:   https://awpny.com
 Template:     Divi
 Version:      1.0
*/
@-webkit-keyframes bounce-left {
  0% {
    left: 0;
  }
  15% {
    left: -5px;
  }
  40% {
    left: 0;
  }
}
@keyframes bounce-left {
  0% {
    left: 0;
  }
  15% {
    left: -5px;
  }
  40% {
    left: 0;
  }
}
body {
  letter-spacing: 0;
}

.screen-reader-text {
  display: block;
  width: 1px;
  height: 1px;
  overflow: hidden;
  padding: 0;
  margin: -1px;
  border: 0;
}

.accent-text {
  color: #ff0000;
  border-bottom: 1px dotted #ff0000;
}

.lg-button {
  display: inline-block;
  background-color: #ff0000;
  color: white;
  font-family: Oswald, Helvetica, Arial, Lucida, sans-serif;
  font-size: 17px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 10px 15px;
  border: 2px solid #ff0000;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  border-radius: 3px;
}
.lg-button:hover, .lg-button:focus {
  color: #ff0000;
  background-color: white;
}

.et_pb_text a,
.et_pb_post_content a {
  border-bottom: 1px dotted rgba(255, 0, 0, 0);
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.et_pb_text a:hover, .et_pb_text a:focus,
.et_pb_post_content a:hover,
.et_pb_post_content a:focus {
  border-bottom-color: #ff0000;
}
.et_pb_text ol li,
.et_pb_text ul li,
.et_pb_post_content ol li,
.et_pb_post_content ul li {
  line-height: 1.5;
  margin-bottom: 10px;
}
.et_pb_text ul,
.et_pb_post_content ul {
  list-style-type: "\27B8";
  padding-left: 15px;
}
.et_pb_text ul li,
.et_pb_post_content ul li {
  padding-left: 5px;
}
.et_pb_text ul li::marker,
.et_pb_post_content ul li::marker {
  color: #ff0000;
}

.white-links a {
  border-bottom: 1px dotted white;
}
.white-links a:hover, .white-links a:focus {
  border-bottom: 1px solid white;
}

#et-main-area footer #global-footer .et_pb_module.et_pb_social_media_follow a.icon {
  position: relative;
  background-color: white !important;
  margin-right: 10px;
  border-radius: 50%;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
#et-main-area footer #global-footer .et_pb_module.et_pb_social_media_follow a.icon:hover, #et-main-area footer #global-footer .et_pb_module.et_pb_social_media_follow a.icon:focus {
  top: -3px;
}
#et-main-area footer #global-footer .et_pb_module.et_pb_social_media_follow li:last-child a {
  margin-right: 0;
}
@media (max-width: 980px) {
  #et-main-area footer #global-footer .et_pb_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #et-main-area footer #global-footer .et_pb_row .et_pb_column {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  #et-main-area footer #global-footer .et_pb_row .et_pb_column:first-child {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  #et-main-area footer #global-footer .et_pb_row .et_pb_column:last-child {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

#page-container #global-header {
  padding: 0;
}
#page-container #global-header .et_pb_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px 0;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
#page-container #global-header .et_pb_row .et_pb_column {
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
}
#page-container #global-header .et_pb_row .et_pb_column:first-child {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0;
}
#page-container #global-header .et_pb_row .et_pb_column:last-child {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: static;
}
#page-container #global-header #header-mark {
  position: relative;
  line-height: 1.3;
  white-space: nowrap;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
#page-container #global-header #header-mark:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 51%;
  border-bottom: 1px dotted #ff0000;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
#page-container #global-header #header-mark:hover, #page-container #global-header #header-mark:focus {
  color: #ff0000;
}
#page-container #global-header #header-mark:hover:after, #page-container #global-header #header-mark:focus:after {
  right: 0;
}
#page-container #global-header #header-mark .accent-text {
  border-bottom: none;
}
#page-container #global-header #header-nav {
  position: static;
}
#page-container #global-header #header-nav a {
  color: black;
  border-bottom: 1px dotted rgba(255, 0, 0, 0);
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
#page-container #global-header #header-nav a:hover, #page-container #global-header #header-nav a:focus {
  opacity: 1;
  background: transparent;
  color: #ff0000;
  border-bottom-color: #ff0000;
}
#page-container #global-header #header-nav .et_pb_menu_inner_container {
  position: static;
}
#page-container #global-header #header-nav .et_mobile_nav_menu {
  margin: 0;
}
#page-container #global-header #header-nav .et_mobile_nav_menu .mobile_menu_bar {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
#page-container #global-header #header-nav .et_mobile_nav_menu .mobile_menu_bar:before {
  top: 4px;
  color: #ff0000;
  font-size: 38px;
}
#page-container #global-header #header-nav .et_mobile_nav_menu .mobile_menu_bar .menu-toggle-label {
  display: block;
  width: 1px;
  height: 1px;
  overflow: hidden;
  padding: 0;
  margin: -1px;
  border: 0;
}
#page-container #global-header #header-nav .et_mobile_nav_menu .et_mobile_menu {
  border-top-color: #ff0000;
}
#page-container #global-header #header-nav .et_pb_menu__menu ul.et-menu {
  margin: 0;
}
#page-container #global-header #header-nav .et_pb_menu__menu ul.et-menu li {
  padding: 0;
  margin: 0;
}
#page-container #global-header #header-nav .et_pb_menu__menu ul.et-menu li a {
  padding: 5px 0;
  margin: 0 10px;
}
#page-container #global-header #header-nav .et_pb_menu__menu ul.et-menu li:last-child a {
  margin-right: 0;
}
#page-container #global-header.et_pb_sticky .et_pb_row {
  padding: 15px 0;
}
#page-container #global-header.et_pb_sticky #header-mark {
  font-size: 33px;
}
@media (max-width: 480px) {
  #page-container #global-header .et_pb_row {
    width: calc(100% - 30px);
  }
  #page-container #global-header .et_pb_column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #page-container #global-header #header-mark {
    font-size: 27px;
  }
  #page-container #global-header.et_pb_sticky #header-mark {
    font-size: 25px;
  }
}

.pagination a,
.et_pb_posts_nav a {
  color: #ff0000;
  font-family: Oswald, Helvetica, Arial, Lucida, sans-serif;
  font-size: 17px;
  font-weight: 400;
  border-bottom: 1px dotted rgba(255, 0, 0, 0);
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.pagination a:hover, .pagination a:focus,
.et_pb_posts_nav a:hover,
.et_pb_posts_nav a:focus {
  border-bottom-color: #ff0000;
}
.pagination .meta-nav,
.et_pb_posts_nav .meta-nav {
  display: none;
}
.pagination .alignright a:after,
.pagination .nav-next a:after,
.et_pb_posts_nav .alignright a:after,
.et_pb_posts_nav .nav-next a:after {
  content: "\27B8";
  display: inline-block;
  color: #ff0000;
  font-size: 17px;
  margin-left: 5px;
}
.pagination .alignleft a:before,
.pagination .nav-previous a:before,
.et_pb_posts_nav .alignleft a:before,
.et_pb_posts_nav .nav-previous a:before {
  content: "\27B8";
  display: inline-block;
  color: #ff0000;
  font-size: 17px;
  margin-right: 5px;
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
}

.et_pb_blog_grid .et_pb_post p.post-meta,
.et_pb_title_container p.et_pb_title_meta_container {
  color: black;
  font-family: Oswald, Helvetica, Arial, Lucida, sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.et_pb_blog_grid .et_pb_post p.post-meta a,
.et_pb_title_container p.et_pb_title_meta_container a {
  color: #ff0000;
  border-bottom: 1px dotted rgba(255, 0, 0, 0);
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.et_pb_blog_grid .et_pb_post p.post-meta a:hover, .et_pb_blog_grid .et_pb_post p.post-meta a:focus,
.et_pb_title_container p.et_pb_title_meta_container a:hover,
.et_pb_title_container p.et_pb_title_meta_container a:focus {
  border-bottom-color: #ff0000;
}

.et_pb_title_meta_container:before {
  content: "See More ";
}

.property-listing {
  position: relative;
  border: 1px solid #d8d8d8;
  margin-bottom: 30px;
}
.property-listing.no-thumb {
  padding-top: 25px;
}
.property-listing .property-status {
  position: absolute;
  top: 5px;
  left: 0;
  background-color: #ff0000;
  color: white;
  font-family: Oswald, Helvetica, Arial, Lucida, sans-serif;
  font-size: 13px;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 5px 15px;
}
.property-listing .property-thumbnail {
  display: block;
  line-height: 0;
}
.property-listing .property-listing-details {
  padding: 20px;
}
.property-listing h2.property-title {
  padding-bottom: 0;
  margin-bottom: 5px;
}
.property-listing h2.property-title a {
  display: block;
  font-size: 28px;
  line-height: 1;
  text-transform: uppercase;
}
.property-listing .property-price {
  display: block;
  font-size: 19px;
  font-weight: bold;
}
.property-listing .property-type {
  display: block;
  margin: 5px 0;
}
.property-listing .property-type a {
  border-bottom: 1px dotted rgba(255, 0, 0, 0);
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  font-family: Oswald, Helvetica, Arial, Lucida, sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.property-listing .property-type a:hover, .property-listing .property-type a:focus {
  border-bottom-color: #ff0000;
}
.property-listing .property-more-link {
  border-bottom: 1px dotted rgba(255, 0, 0, 0);
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  display: inline-block;
  margin-top: 10px;
}
.property-listing .property-more-link:hover, .property-listing .property-more-link:focus {
  border-bottom-color: #ff0000;
}

@media (min-width: 649px) {
  .property-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .property-grid .property-listing {
    float: left;
    margin-right: 5.5%;
    margin-bottom: 5.5%;
  }
}
@media (min-width: 649px) and (max-width: 980px) {
  .property-grid .property-listing {
    width: 47.25%;
  }
  .property-grid .property-listing:nth-child(even) {
    margin-right: 0;
  }
}

@media (min-width: 981px) {
  .property-grid .property-listing {
    width: calc(100% / 3 - (5.5% * 2 / 3));
  }
  .property-grid .property-listing:nth-child(3n) {
    margin-right: 0;
  }
}

.home #home-slider .et_pb_slide_content {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 10px 30px;
}
.home #home-splash {
  display: none;
}
.home #video-carousel {
  margin: 0 -10px 15px;
}
.home #video-carousel #sby_mod_error {
  width: auto;
  margin: 10px;
}
.home #video-carousel .sby_meta {
  display: none;
}
.home #video-carousel .sby-owl-nav .sby-owl-prev,
.home #video-carousel .sby-owl-nav .sby-owl-next {
  top: calc(45% - 15px);
  background-color: #ff0000;
  color: white;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.home #video-carousel .sby-owl-nav .sby-owl-prev {
  left: -28px;
}
.home #video-carousel .sby-owl-nav .sby-owl-next {
  right: -28px;
}
@media (min-width: 481px) {
  .home #video-carousel .sby-owl-nav .sby-owl-prev {
    left: -35px;
  }
  .home #video-carousel .sby-owl-nav .sby-owl-next {
    right: -35px;
  }
}
@media (min-width: 769px) {
  .home #home-splash {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .home #home-splash .et_pb_column:nth-child(2) {
    width: 75%;
    margin: 0;
  }
  .home #home-splash .et_pb_column:nth-child(2) #home-splash-image {
    cursor: pointer;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
  }
  .home #home-splash .et_pb_column:nth-child(2) #home-splash-image.jump {
    opacity: 0;
  }
  .home #home-splash .et_pb_column:first-child, .home #home-splash .et_pb_column:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 32.5%;
    z-index: 3;
  }
  .home #home-splash .et_pb_column:first-child {
    padding-top: 5%;
    margin-right: -20%;
  }
  .home #home-splash .et_pb_column:first-child .et_pb_blurb {
    margin-bottom: 0;
  }
  .home #home-splash .et_pb_column:first-child .et_pb_blurb .et_pb_module_header:after {
    content: "\27B8";
    display: inline-block;
    color: #ff0000;
    font-size: 21px;
    margin-left: 10px;
  }
  .home #home-splash .et_pb_column:first-child .et_pb_blurb:first-child {
    margin-bottom: 30%;
  }
  .home #home-splash .et_pb_column:first-child .et_pb_text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 120px;
  }
  .home #home-splash .et_pb_column:first-child .et_pb_text p:after {
    content: "\27B8";
    display: inline-block;
    color: #ff0000;
    font-size: 14px;
    margin-left: 10px;
  }
  .home #home-splash .et_pb_column:last-child {
    padding-bottom: 15%;
    margin-left: -20%;
  }
  .home #home-splash .et_pb_column:last-child .et_pb_blurb {
    margin-bottom: 10px;
  }
  .home #home-splash .et_pb_column:last-child .et_pb_blurb:first-child {
    margin-top: 90%;
    margin-bottom: 20%;
  }
  .home #home-splash .et_pb_column:last-child .et_pb_blurb:first-child .et_pb_module_header:before {
    content: "\27B8";
    display: inline-block;
    color: #ff0000;
    font-size: 21px;
    margin-right: 10px;
    -webkit-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
            transform: scaleX(-1);
  }
  .home #home-splash .et_pb_column:last-child #home-splash-click {
    cursor: pointer;
  }
  .home #home-splash .et_pb_column:last-child #home-splash-click .et_pb_text_inner {
    -webkit-animation: bounce-left 2s ease-in-out infinite;
            animation: bounce-left 2s ease-in-out infinite;
  }
  .home #home-splash .et_pb_column:last-child #home-splash-click p:before {
    content: "\27B8";
    display: inline-block;
    color: #ff0000;
    font-size: 19px;
    margin-right: 10px;
    -webkit-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
            transform: scaleX(-1);
  }
  .home #home-splash .et_pb_blurb {
    background-color: rgba(255, 255, 255, 0.65);
    -webkit-box-shadow: 0 0 10px 10px rgba(255, 255, 255, 0.65);
            box-shadow: 0 0 10px 10px rgba(255, 255, 255, 0.65);
    border-radius: 10px;
  }
  .home #video-carousel .sby-owl-nav .sby-owl-prev {
    left: -45px;
  }
  .home #video-carousel .sby-owl-nav .sby-owl-next {
    right: -45px;
  }
}
@media (min-width: 889px) {
  .home #home-splash .et_pb_column:nth-child(2) {
    width: 70%;
  }
  .home #home-splash .et_pb_column:first-child, .home #home-splash .et_pb_column:last-child {
    width: 30%;
  }
  .home #home-splash .et_pb_column:first-child {
    padding-top: 8%;
    margin-right: -14%;
  }
  .home #home-splash .et_pb_column:first-child .et_pb_text {
    margin-bottom: 60px;
  }
  .home #home-splash .et_pb_column:last-child {
    margin-left: -16%;
  }
}
@media (min-width: 981px) {
  .home #home-splash .et_pb_column:nth-child(2) {
    width: 60%;
  }
  .home #home-splash .et_pb_column:first-child {
    padding-top: 5%;
    margin-right: -10%;
  }
  .home #home-splash .et_pb_column:last-child {
    padding-bottom: 10%;
    margin-left: -10%;
  }
  .home #home-splash .et_pb_column:last-child .et_pb_blurb:first-child {
    margin-top: 65%;
    margin-bottom: 35%;
  }
  .home #video-carousel .sby-owl-nav .sby-owl-prev,
  .home #video-carousel .sby-owl-nav .sby-owl-next {
    top: calc(45% - 10px);
  }
  .home #video-carousel .sby-owl-nav .sby-owl-prev {
    left: -50px;
  }
  .home #video-carousel .sby-owl-nav .sby-owl-next {
    right: -50px;
  }
}
@media (min-width: 1045px) {
  .home #home-splash .et_pb_column:first-child .et_pb_blurb:first-child {
    margin-bottom: 45%;
  }
  .home #video-carousel .sby-owl-nav .sby-owl-prev,
  .home #video-carousel .sby-owl-nav .sby-owl-next {
    top: 45%;
  }
  .home #video-carousel .sby-owl-nav .sby-owl-prev {
    left: -55px;
  }
  .home #video-carousel .sby-owl-nav .sby-owl-next {
    right: -55px;
  }
}

.single-listing a {
  border-bottom: 1px dotted rgba(255, 0, 0, 0);
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.single-listing a:hover, .single-listing a:focus {
  border-bottom-color: #ff0000;
}
.single-listing .entry-title {
  text-transform: uppercase;
}
.single-listing #property-body .et_pb_top_inside_divider {
  z-index: 99;
}
.single-listing .property-featured-image {
  margin-top: -165px;
  margin-bottom: 60px;
}
.single-listing .property-content {
  margin-bottom: 45px;
}
.single-listing .property-content .property-status {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #ff0000;
  color: white;
  font-family: Oswald, Helvetica, Arial, Lucida, sans-serif;
  font-size: 13px;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 5px 10px;
  margin-bottom: 10px;
}
.single-listing .property-content .entry-title {
  padding: 0;
  margin-bottom: 30px;
}
.single-listing .property-sidebar {
  background-color: #f4f4f4;
  padding: 30px;
  margin-bottom: 45px;
}
.single-listing .property-sidebar .property-detail {
  display: block;
  margin-bottom: 10px;
}
.single-listing .property-sidebar .property-detail:last-child {
  margin-bottom: 0;
}
.single-listing .property-sidebar .property-detail .prop-detail-label {
  font-family: Oswald, Helvetica, Arial, Lucida, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.single-listing .property-sidebar .property-detail .prop-detail-value {
  font-size: 16px;
  font-weight: bold;
}
.single-listing .property-sidebar .property-price {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px dashed rgba(107, 107, 107, 0.6);
  padding-bottom: 20px;
  margin-bottom: 15px;
}
.single-listing .property-sidebar .property-address {
  text-align: center;
  border-bottom: 1px dashed rgba(107, 107, 107, 0.6);
  padding-bottom: 20px;
  margin-bottom: 15px;
}
.single-listing .property-sidebar .property-tour {
  padding-top: 15px;
}
.single-listing .property-sidebar .property-tour a {
  width: 100%;
  max-width: 265px;
  text-align: center;
  border-bottom: 2px solid #ff0000;
}
.single-listing .property-sidebar .property-tour a:after {
  content: "\26";
  font-family: "ETmodules";
  font-size: 14px;
  font-weight: bold;
  margin-left: 5px;
}
.single-listing .property-sidebar .property-tour a:hover, .single-listing .property-sidebar .property-tour a:focus {
  border-bottom: 2px solid #ff0000;
}
.single-listing .property-gallery {
  position: relative;
  width: calc(100% + 60px);
  clear: both;
  overflow: hidden;
  padding: 0 30px;
  margin: 0 -30px;
}
.single-listing .property-gallery .flex-control-nav {
  display: none;
}
.single-listing .property-gallery .flex-direction-nav {
  list-style-type: none;
}
.single-listing .property-gallery .flex-direction-nav .flex-nav-prev,
.single-listing .property-gallery .flex-direction-nav .flex-nav-next {
  position: absolute;
  top: calc(50% - 25px);
  height: 30px;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.single-listing .property-gallery .flex-direction-nav .flex-nav-prev a,
.single-listing .property-gallery .flex-direction-nav .flex-nav-next a {
  border-bottom: none;
}
.single-listing .property-gallery .flex-direction-nav .flex-nav-prev a:after,
.single-listing .property-gallery .flex-direction-nav .flex-nav-next a:after {
  color: #ff0000;
  font-family: "ETmodules";
  font-size: 40px;
  line-height: 30px;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.single-listing .property-gallery .flex-direction-nav .flex-nav-prev {
  left: -2px;
}
.single-listing .property-gallery .flex-direction-nav .flex-nav-prev a:after {
  content: "\34";
}
.single-listing .property-gallery .flex-direction-nav .flex-nav-prev:hover, .single-listing .property-gallery .flex-direction-nav .flex-nav-prev:focus {
  padding-right: 5px;
  margin-left: -5px;
}
.single-listing .property-gallery .flex-direction-nav .flex-nav-next {
  right: 0;
}
.single-listing .property-gallery .flex-direction-nav .flex-nav-next a:after {
  content: "\35";
}
.single-listing .property-gallery .flex-direction-nav .flex-nav-next:hover, .single-listing .property-gallery .flex-direction-nav .flex-nav-next:focus {
  padding-left: 5px;
  margin-right: -5px;
}
.single-listing .property-contact {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  margin: 30px auto 0;
}
.single-listing .property-contact p {
  display: inline-block;
  font-size: 21px;
  font-weight: bold;
  margin: 0 15px 15px;
}
.single-listing .property-contact a {
  display: inline-block;
  background-color: #ff0000;
  color: white;
  font-family: Oswald, Helvetica, Arial, Lucida, sans-serif;
  font-size: 17px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 10px 15px;
  border: 2px solid #ff0000;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  border-radius: 3px;
  margin: 0 15px;
}
.single-listing .property-contact a:hover, .single-listing .property-contact a:focus {
  color: #ff0000;
  background-color: white;
}
@media (min-width: 481px) {
  .single-listing .property-gallery {
    width: calc(100% + 120px);
    padding: 0 60px;
    margin: 0 -60px;
  }
  .single-listing .property-gallery .flex-direction-nav .flex-nav-prev a:after,
  .single-listing .property-gallery .flex-direction-nav .flex-nav-next a:after {
    font-size: 60px;
  }
}
@media (min-width: 481px) and (max-width: 768px) {
  .single-listing .property-gallery .flex-direction-nav .flex-nav-prev {
    left: 8px;
  }
  .single-listing .property-gallery .flex-direction-nav .flex-nav-next {
    right: 10px;
  }
}

@media (min-width: 769px) {
  .single-listing .property-gallery {
    padding-top: 30px;
  }
  .single-listing .property-gallery .flex-control-nav {
    list-style-type: none;
    display: block;
    position: absolute;
    top: 5px;
    left: 0;
    right: 0;
    text-align: center;
    line-height: 1.3;
    padding: 0;
    z-index: 99;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
  }
  .single-listing .property-gallery .flex-control-nav li {
    display: inline;
    margin: 0 3px;
  }
  .single-listing .property-gallery .flex-control-nav li a {
    display: inline-block;
    width: 12px;
    height: 12px;
    background-color: #d8d8d8;
    text-indent: -9999px;
    border-radius: 50%;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
  }
  .single-listing .property-gallery .flex-control-nav li a:hover, .single-listing .property-gallery .flex-control-nav li a:focus, .single-listing .property-gallery .flex-control-nav li a.flex-active {
    background-color: #ff0000;
  }
  .single-listing .property-gallery .flex-direction-nav .flex-nav-prev,
  .single-listing .property-gallery .flex-direction-nav .flex-nav-next {
    top: calc(50% - 15px);
  }
  .single-listing .property-gallery .flex-direction-nav .flex-nav-prev a:after,
  .single-listing .property-gallery .flex-direction-nav .flex-nav-next a:after {
    font-size: 75px;
  }
}
@media (min-width: 981px) {
  .single-listing .property-content {
    float: left;
    width: 64.5%;
  }
  .single-listing .property-sidebar {
    float: right;
    width: 30%;
  }
}
