/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

.listings {
	margin-top: 5.625rem
}
.filters {
	display: block;
    overflow: auto;
    padding: 15px 0;
    margin-bottom: 4rem;
}
.hero__heading {
	display: none;
}
.pri-bkg-clr {
    background-color: <?php the_field('main_color_elements_of_page'); ?> !important;
  }
  a, .pri-clr {
    color: <?php the_field('main_color_elements_of_page'); ?> !important; 
  }
  .st0, .st1 {
    fill:<?php the_field('main_color_elements_of_page'); ?> !important;
  }
  #secnod_feature {  
/*    content:url("https://golandolakeswi.com/landy/wp-content/uploads/2020/10/<?php echo the_field('go_beyond_image'); ?>.png"); 
*/  }

  #secnod_feature {
  position: relative;
   top: 50%;
   transform: translateY(-50%);
   -webkit-transform: translateY(-50%);
   -moz-transform: translateY(-40%);
   -ms-transform: translateY(-50%);
   text-align: center;
  margin-top: 50px;
}/* /featured image code */
@-moz-document url-prefix() {
  #secnod_feature {
    display: block;
    background-repeat: no-repeat;
    background-size: 30% auto;
    width: 100% !important;
    height: 100%;
    background-position: center;
    margin-top: 50px;
  }
}
  _:-ms-lang(x), #secnod_feature {
  display: block;
  background-repeat: no-repeat;
  background-size: 30% auto;
  width: 100% !important;
  height: 100%;
  background-position: center;
  margin-top: 100px;
}
  
  #secnod_feature {
    max-width: 425px;
  }
  .main_content {
    width: 100%;
    clear: both;
  }
  .list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
  }
  .listings-map {
    display: block;
    position: relative;
    height: 80vh;
    min-height: 500px;
    margin-top: 35px;
  }
  .card-container {
    position: relative;
    height: 100%;
    max-height: 100vh;
    width: 56%;
    display: block;
    overflow-y: auto;
    float: left;
    background-color: rgb(241 242 242 / .5);
  }
  .cardwapper {
    display: block;
    width: 100%;
  }
  #map-canvas {
    display: block;
    width: 44%;
    height: 100%;
    min-height: 500px;
    float: right;
  }
  .mapphoto {
    display: block;
    width: 100%;
    padding-top: 70%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #142127;
    background-image: url(../png/visit-marshfield-logo.png);
  }
  .card {
    display: block;
    width: 47%;
    height: auto;
    background: #ffffff;
    overflow: hidden;
    margin-bottom: 15px;
    margin-top: 15px;
    margin-left: 2%;
  }
  .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .list-content {
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    cursor: pointer;
  }
  .list-content a {
    text-decoration: none !important;
  }
  .rb-title {
        margin: 0.625rem 0;
    font-family: 'Sequel', sans-serif;
    font-size: 1.25rem;
    font-weight: 400;
    text-transform: uppercase;
  }
  .even {
    margin-left: 2%;
  }
  .float-left {
    float: left;
  }
  .list-img {
    display: block;
    width: 100%;
    padding-top: 55%
  }
  .background_img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }
  .rb-adress {
    color: #58595b !important;
    text-decoration: none;
    position: relative;
    z-index: 1;
    display: inline-block;
    padding-top: 0.5rem;
    font-size: 0.75rem;
    font-weight: 900;
    line-height: 1;
    font-style: italic;
  }
  .rb-block-wrap {
    padding: 10px 15px
  }
  .rb-block {
    -webkit-box-shadow: 5px 5px 8px rgba(0,0,0,.35);
    box-shadow: 5px 5px 8px rgba(0,0,0,.35);
  }
  .rb-block:hover {
    -webkit-box-shadow: 5px 5px 8px rgba(0,0,0,.75);
    box-shadow: 5px 5px 8px rgba(0,0,0,.75);  
  }
  .rb-block-wrap {
    position: relative;
    text-align: left;
    /*width: 100%;*/
    padding: 10px;
    background: #fff;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  .mrb {
    margin-bottom: 5px;
  }
  .nofeaimg {
    background-color: #142127; 
    background-size: 70%;
  }
  @media screen and (max-width: 875px) { 
    .even {
      margin-left: 0; 
    }
    .card {
      width: 92%;
      margin-left: 4%;
      float: none;
    }
    .card-container {
      width: 49%;
    }
        #map-canvas {
      width: 51%;
    }
  }
  @media screen and (max-width: 600px) {
    #map-canvas {
      width: 100%;
      margin-bottom: 40px;
      height: 50vh;
      min-height: 300px;
    }
    .card-container {
      width: 98%;
      overflow-y: visible;
      height: auto;
      clear: both;
      max-height: inherit;
      margin-bottom: 40px;
    }
    .main_content a {
      width: inherit !important;
    }
    .weather {
      clear: both;
    }
  } 

  h4 {
  	color: #323232;
  }
  .listings {
  	margin-bottom: inherit;
  }
  .rb-block-wrap.arrow::after {
    right: .5rem;
}
.arrow::after {
    position: absolute;
    top: 50%;
    right: 1rem;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    width: 1em;
    padding: 0.5rem;
    margin: 0;
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    text-decoration: inherit;
    text-align: center;
    /* opacity: .8; */
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    /* font-size: 120%; */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
    content: '\f006';
    color: #fff;
    background-color: #BF5D3D;
    border-radius: 50%;
    -webkit-transition: right 0.3s ease-out, background-color 0.3s ease-out;
    -o-transition: right 0.3s ease-out, background-color 0.3s ease-out;
    transition: right 0.3s ease-out, background-color 0.3s ease-out;
}
.rb-block-wrap h4 {
	max-width: 80%;
}
.mapaddress {
    display: inline-block;
    margin: 0 0 0.625rem 0;
    font-size: 1.125rem;
}
.rusttype {
  color: #BF5D3D;
}