/*
 Theme Name:     Freeman
 Theme URI:      http://mayumi.wbclients.com
 Description:    Custom child theme of wpcasa
 Author:         Website Blue
 Author URI:     https://www.websiteblue.com
 Template:       wpcasa-elviria
 Version:        1.0.0
*/

  /* =Theme customization starts here
  ------------------------------------------------------- */

  html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
      border: 0;
      font: inherit;
      vertical-align: baseline;
  }

  /* Global
  -------------------------------------------------------------------------------------- */

  article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
      display: block;
  }

  body {
      line-height: 1.5;
  }

  ol, ul {
      list-style: none;
  }

  blockquote, q {
      quotes: none;
  }

  blockquote:before, blockquote:after, q:before, q:after {
      content: '';
      content: none;
  }

  table {
      border-collapse: collapse;
      border-spacing: 0;
  }

  body, input, select, textarea {
      line-height: 2.15em;
  }

  strong {
    font-weight: bold;
  }

  .site-main {
    background-color: #fff;
  }

  .responsive-menu-icon {
    background-color: #222;
  }

  .wpsight-menu.responsive-menu>.menu-item-has-children:before {
    width: 100%;
    position: absolute;
    color: #000;
  }

  /* .nav-primary .wpsight-menu a {
    height: 100px;
  } */
  @media only screen and (min-width: 980px) {
    .nav-primary > ul > li:hover > a::before {
      content: '';
      position: absolute;
      border: 5px inset;
      border-color: transparent transparent transparent #15008D;
      border-top-style: solid;
      bottom: 44%;
      margin-left: -10px;
      -webkit-transition: border-color .3s ease-in-out;
      -moz-transition: border-color .3s ease-in-out;
      -o-transition: border-color .3s ease-in-out;
      transition: border-color .3s ease-in-out;
    }
  }



  .site-header-bg .site-section {
    background-color: #fff !important;
    padding: 0;
  }

  .mobile-only {
    display: none;
  }

  @media only screen and (max-width: 980px) {
    .mobile-only {
      display: block;
    }
    .desktop-only {
      display: none;
    }
  }


  /* Fonts and Text
  ----------------------------------------------------------------- */

  body, input, select, textarea, h1, h2, h3, h4, h5, h6, div {
    font-family: 'Montserrat', sans-serif;
  }

  .responsive-menu-icon::before {
    font: 400 35px/2 FontAwesome;
  }

  @font-face {
    font-family: 'icomoon';
    src:  url('assets/fonts/icomoon.eot?z3kbqc');
    src:  url('assets/fonts/icomoon.eot?z3kbqc#iefix') format('embedded-opentype'),
      url('assets/fonts/icomoon.ttf?z3kbqc') format('truetype'),
      url('assets/fonts/icomoon.woff?z3kbqc') format('woff'),
      url('assets/fonts/icomoon.svg?z3kbqc#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
  }

  [class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  input[type="submit"], input[type="submit"]:active {
    background-color: #16018B !important;
  }

  input[type="submit"]:hover {
    background-color: #352786 !important;
  }

  .badge {
    font-weight: 600;
    background-color: #16018B;
  }

  .button {
    background-color: #16018B;
  }

  .open-times-btn {
    background-color: #16018B !important;
  }

  .button:hover {
    background-color: rgba(22, 1, 139, 0.8);
  }

  .icon-Artboard-2:before {
    content: "\e900";
  }
  .icon-Artboard-2-copy-2:before {
    content: "\e901";
  }
  .icon-Artboard-2-copy .path1:before {
    content: "\e902";
    color: rgb(51, 51, 51);
  }
  .icon-Artboard-2-copy .path2:before {
    content: "\e903";
    margin-left: -0.978515625em;
    color: rgb(56, 51, 49);
  }
  .icon-Artboard-2-copy .path3:before {
    content: "\e904";
    margin-left: -0.978515625em;
    color: rgb(56, 51, 49);
  }
  .icon-Artboard-2-copy .path4:before {
    content: "\e905";
    margin-left: -0.978515625em;
    color: rgb(56, 51, 49);
  }
  .icon-Artboard-2-copy .path5:before {
    content: "\e906";
    margin-left: -0.978515625em;
    color: rgb(56, 51, 49);
  }

  .cta-title h2 {
    color: #16018B;
    font-size: 1.5em;
  }

  .sub-menu {
    font-size: .9em;
  }

  .page-title {
    color: #16018B;
    font-size: 2em;
    text-align: center;
  }

  .cta-description p {
    color: #ddd;
  }

  /* .wpsight-menu a{
    color: #707171 !important;
  }

  .wpsight-menu a:hover{
    color: #F3A225 !important;
  } */

  .author .wpsight-list-agent-name {
    text-align: center;
  }

  .single-listing .widget_listing_title .address {
    font-size: 1.5em;
  }

  /* HEADER/NAV
  ----------------------------------------------------------------- */
  .site-header-title .site-title {
    line-height: 20px;
  }

  .site-header.site-section .container {
    width: 100%;
  }

  .site-header-title {
    background-color: #16018B;
    margin-top: 0px;
    width: 100%;
    height: 100px;
    text-align: center;
    position: relative;
  }
  .site-header-title::before{
    content: '';
    position: absolute;
    display: block;
    top: 3px;
    width: 100%;
    bottom: 3px;
    border-bottom: 4px solid #fffffff0;
    border-top: 4px solid #fffffff0;
    pointer-events: none;
  }
  @media only screen and (max-width: 520px) {
    .site-header-title::before {
      display: none;
    }
  }

  .site-header nav {
    position: relative;
    display: inline-block;
    width: 100%;
  }

  .wpsight-menu {
    display: flex;
    justify-content: center;
    font-size: 1.2em;
    font-weight: 600;
  }

  .wpsight-menu a {
    font-size: 16px;
  }

  .wpsight-menu > li {
    margin: 0 0.3em;
  }

  .wpsight-menu .sub-menu,
  .wpsight-menu .sub-menu a {
    width: 250px;
  }

  .wpsight-menu a,
  .wpsight-menu .sub-menu a {
    color: #000 !important;
  }

  .wpsight-menu a:hover,
  .wpsight-menu .sub-menu a:hover {
    color: #15008D !important;
  }
  @media only screen and (min-width: 980px) {
    .wpsight-menu .menu-item:nth-child(3) .sub-menu a,
    .wpsight-menu .menu-item:nth-child(3) .sub-menu,
    .wpsight-menu .menu-item:nth-child(4) .sub-menu a,
    .wpsight-menu .menu-item:nth-child(4) .sub-menu {
      width: 300px;
    }
  }

  .header-information {
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    right: 0;
    font-size: 1.1em;
    font-weight: 600;
  }

  @media only screen and (max-width: 1550px) {
    .header-information {
      width: 100%;
      display: flex;
      justify-content: space-between;
    }
    .contact-section {
      margin: 0 1em;
    }
  }

  @media only screen and (max-width: 700px) {
    .header-facebook {
      display: none;
    }
  }

  .header-information .contact-section {
    display: inline-block;
    margin-right: 1em;
  }

  .header-information p {
    display: block;
    margin: 0;
    text-align: left;
  }

  .header-facebook {
    position: absolute;
    bottom: 20px;
    right: 40px;
    font-size: 2.5em;
    color: #16018B;
  }


  /* Page Structure
  ----------------------------------------------------------------- */

  #home-search {
  	padding: 20px 0 10px;
    background-color: #fff;
  }

  #home-listings {
    background-color: #fff;
  }

  .forcefullwidth_wrapper_tp_banner {
      height: auto;
    }

  .site-footer-bg {
    background-image: none !important;
    background-color: #15008D !important;
  }

  .site-footer-bg .site-hr, .site-footer-top, .site-footer {
    background-color: #15008D !important;
    color: #fff !important;
  }

  .site-footer-top .container {
    width: 80%;
  }

  .site-footer-bg h3.widget-title {
    font-size: 1.5em;
    font-weight: 600;
  }

  .site-footer .container {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-inline {
    text-align: center;
  }

  .footer-inline p {
    display: inline-block;
    font-size: 0.8em;
  }

  .privacy-policy-sitemap {
    font-size: 0.8em;
  }

  #home-cta-1 {
    background-image: url("https://www.freemanestates.com.au/wp-content/uploads/2017/02/cta-bg.jpg") !important;
    background-blend-mode: soft-light;
    background-repeat: no-repeat;
    background-color: #212020;
    background-attachment: fixed;
    background-position: 100% 100%;
  }

  #home-cta-2 {
    background-image: url("https://www.freemanestates.com.au/wp-content/uploads/2018/08/cta-bg.jpg") !important;
    background-blend-mode: overlay;
    background-repeat: no-repeat;
    background-color: #b3b3b3;
    background-size: cover;
    background-position: 50% 30%;
  }

  #home-cta-2 .container {
    width: 100%;
  }

  #home-cta-2 .cta-button {
    margin-top: 3em;
  }

  #home-cta-2 .cta-title h2 {
    font-size: 1.3em;
  }

  #home-cta-2 .cta-2-btn {
    position: relative;
    color: #fff;
    height: 4em;
    line-height: 4em;
    padding: 0 2em;
    margin: 1em 0.5em 0em;
    font-size: 1em;
  }

  @media only screen and (max-width: 1350px) {
    #home-cta-2 .cta-2-btn {
      width: 48%;
      padding: 0px;
    }
  }

  @media only screen and (max-width: 700px) {
    #home-cta-2 .cta-2-btn {
      width: 90%;
    }
  }

  #home-cta-2 .red-btn {
    background-color: #FB0009;
  }

  #home-cta-2 .blue-btn {
    background-color: #15008D;
  }

  #home-cta-2 h2,
  #home-cta-2 strong {
    color: #15008D;
  }

  #home-cta-2 .cta-button a::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 20px;
    transform: scaleX(0);
    border-bottom: solid 1px #fff;
    transition: transform ease-in-out 150ms;
  }
  #home-cta-2 .cta-button a:hover::after {
    transform: scaleX(0.4);
  }

  .wpsight-listing-info {
    /* margin: 40px 0 0 0 !important; */
    position: relative !important;
  }

  .page-template-page-tpl-banner .site-main {
    padding: 0;
  }

  .page-template-page-tpl-banner .page.hentry {
    padding: 0 30px 1px;
  }

  .wpsight-listings-search {
    padding: 20px 20px 0px;
    margin-top: -100px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
    border-radius: 10px;
  }

  .listings-search-reset, .listings-search-advanced-toggle {
    background-color: #16018B;
    color: #fff;
  }
  @media only screen and (max-width: 350px) {
    .listings-search-reset, .listings-search-advanced-toggle {
      font-size: 10px;
    }
  }
  .listings-search-reset:before, .listings-search-advanced-toggle:before {
    color: #fff;
  }
  input[type=text], input[type=password], input[type=search],
  input[type=email], input[type=tel], input[type=url], select, textarea {
    border-color: rgba(0,0,0,0);
  }

  #home-listings .home-section:first-child .site-section-title h2 {
    font-size: 1.7em;
    color: #15008D;
  }

  #home-listings .home-section:first-child .site-section-title .align-right a {
    background-color: #15008D;
  }
  #home-listings .home-section:first-child .site-section-title .align-right a:hover {
    background-color: rgba(21, 0, 142, 0.8);
  }

  #home-listings .home-section:last-child .site-section-title h2 {
    font-size: 1.7em;
    color: #FB0009;
  }

  #home-listings .home-section:last-child .site-section-title .align-right a {
    background-color: #FB0009;
  }
  #home-listings .home-section:last-child .site-section-title .align-right a:hover {
    background-color: rgba(251, 0, 9, 0.8);
  }

  /*------------------------------------------ THANK YOU PAGE ------------------------------------------*/

  .page-template-blank-page .site-header-bg {
    display: none;
  }

 .page-template-blank-page .content {
   position: absolute;
   left: 50%;
   top: 50%;
   transform: translate(-50%, -50%);
   width: 40%;
 }
 .page-template-blank-page .page.hentry {
   background-color: rgba(0,0,0,0.5);
   padding: 15px 0 0 0;
 }
 .page-template-blank-page .wpb_text_column.wpb_content_element {
   color: #fff;
 }
 .page-template-blank-page .site-header.site-section,
 .page-template-blank-page .site-footer-bg,
 .page-template-blank-page .site-top.site-section.site-page-title {
   display: none;
 }
 .page-template-blank-page .site-main.site-section {
    min-height: 100vh;
    background: url('https://www.freemanestates.com.au/wp-content/uploads/2018/08/cta-bg.jpg') no-repeat;
    background-position: center top;
    background-size: cover;
 }
 .page-template-blank-page .section-title {
   color: #fff;
   font-size: 2.5em;
   margin-bottom: 50px;
 }
 .page-template-blank-page button {
   background-color: #16018B !important;
   font-weight: 600;
   width: auto;
   height: 60px;
   margin: 0 auto;
   padding: 20px 50px;
   text-transform: uppercase;
 }
 .page-template-blank-page button:hover {
   background-color: #341db1 !important;
 }

  /* Listings
  ----------------------------------------------------------------- */

  .wpsight-listings .image img {
    height: 200px;
    object-fit: cover;
  }

  .single-listing .wpsight-listing-agent-description {
    display: none;
  }

  .single-listing .wpsight-image-slider-item .image {
    display: block;
  }

  .single-listing .owl-carousel .owl-stage-outer {
    overflow: visible;
  }

  .single-listing .wpsight-listing-title {
    display: block;
    margin-top: 10px;
  }

  .single-listing .wpsight-listing-title .entry-title {
    float: left;
    text-align: left;
  }

  .single-listing .wpsight-listing-actions {
    width: 20%;
  }

  .single-listing .wpsight-listing-section-title, .single-listing .widget_listing_title {
    border-bottom: 0;
  }

  /*BED BATH CAR - just dropping in 3 images from the mydesign bed/bath/car collection is easier than finding an existing font*/

  .listing-details-1.listing-details-detail .listing-details-label,   .listing-details-2.listing-details-detail .listing-details-label,   .listing-details-3.listing-details-detail .listing-details-label {
    display: none;
  }

   .listing-details-1.listing-details-detail .listing-details-value,
   .listing-details-2.listing-details-detail .listing-details-value,   .listing-details-3.listing-details-detail .listing-details-value {
    margin-right: 15px;
    font-size: 1.5em;
    font-weight: 400;
  }


  .summary-icon.bed::before, .summary-icon.shower::before, .summary-icon.car::before,
  .listing-details-1.listing-details-detail .listing-details-value::before,   .listing-details-2.listing-details-detail .listing-details-value::before,   .listing-details-3.listing-details-detail .listing-details-value::before {
    content: '';
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
    display: inline-block;
    width:24px;
    height:24px;
    margin-right: 5px;
  }

  .summary-icon.bed::before, .summary-icon.shower::before, .summary-icon.car::before {
    width:40px;
  }

  .summary-icon.bed::before, .listing-details-1.listing-details-detail .listing-details-value::before {
    background-image: url('assets/img/bed.svg');
  }

  .summary-icon.shower::before, .listing-details-2.listing-details-detail .listing-details-value::before {
    background-image: url('assets/img/bath.svg');
  }

  .summary-icon.car::before, .listing-details-3.listing-details-detail .listing-details-value::before {
    background-image: url('assets/img/car.svg');
  }

  .wpsight-listings .listing > .clearfix {
    box-shadow: 0px 0px 10px -2px rgba(0,0,0,0.2);
  }

  .listing-bottom .wpsight-listing-section-title .entry-title a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .listing-bottom .wpsight-listing-section-title .entry-title a,
  .listing-bottom .wpsight-listing-section-summary,
  .listing-bottom .wpsight-listing-section-info {
    color: #000;
  }
  .listing-bottom .wpsight-listing-section-title .entry-title a:hover {
    color: #15008E;
  }

  /* AUCTION LIST VIEW FIX */
  .wpsight-listings.list .listing-wrap .listing-bottom {
    width: 60%;
  }
  .wpsight-listings.list .listing-wrap .listing-top {
    width: 40%;
  }

  @media only screen and (max-width: 850px) {
    .wpsight-listings.list .listing-wrap .listing-bottom {
      width: 70%;
    }
    .wpsight-listings.list .listing-wrap .listing-top {
      width: 30%;
    }
  }

  @media only screen and (max-width: 700px) {
    .wpsight-listings.list .listing-wrap .listing-bottom {
      width: 100%;
    }
    .wpsight-listings.list .listing-wrap .listing-top {
      width: 100%;
    }
    .wpsight-listings.list .listing-wrap .listing-bottom .wpsight-listing-section.wpsight-listing-section-title {
      margin-top: 10px;
    }
  }



  /* Open times Listings
  ----------------------------------------------------------------- */

  .open-times-section .wpsight-listings .wpsight-listing-price {
    margin-bottom: 20px;
  }

  .open-times-section .button, .open-times-section button, .open-times-section input[type="submit"], .open-times-section input[type="reset"], .open-times-section input[type="button"] {
    padding: 5px 1.5em;
    display: inline;
    border-radius: 3px;
  }

	.map-wrap { margin-bottom: 60px; }
	.map-toggle {display:none;}
  @media only screen and (min-width: 980px) {

      .open-times-section .date-title {
        font-size: 2em;
        font-weight: 700;
      }

      .open-times-section .listing-top {
        width: 36%;
        float: left;
      }

      .open-times-section .listing-bottom {
        width: 64%;
        float: right;
        padding: 20px 30px 30px 20px !important;
      }

      .open-times-section .wpsight-listings .listing-wrap .entry-title {
        font-size: 2em;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
      }

      .open-times-section .wpsight-listings .image img {
        height: 250px;
      }

      .open-times-section .alignleft {
        margin-bottom: -16px;
      }
  }


  @media only screen and (max-width: 980px){

    .single-listing main .section-widget_listing_details{
      display: block;
    }
    .single-listing aside .section-widget_listing_details{
      display: none;
    }
    .left-col,
    .right-col {
      width: 100%;
      padding: 0;
    }
    .submit_top{
      display: none;
    }
    .submit_bottom{
      display: block;
    }
    #request_appraisal_form .row{
      margin: 0 auto !important;
    }
    .powered-by .powered-by-wrap{
      text-align: left;
      float:left;
    }
    .median-price .price-range li span.line:after{
      border-bottom: 1px solid #222;
    }
    .site-header-title {
      text-align: center;
    }

    .open-times-section .alignright {
      float: left;
      width: 100%;
      margin: 10px 0px -15px 0px;
    }

  }

  @media only screen and (max-width: 640px) {

    .open-times-section .align-right {
      float: left;
      width: 100%;
    }

  }




  .open-times-section .entry-title {
    margin: 0;
  }

  .open-times-section .wpsight-listing-info {
    margin: 0 !important;
  }

  .summary-icon-inline {
    padding: 0;
    margin: 0.4em 0 0;
  }

  .summary-icon-inline li {
    display: inline-block;
    padding-right: 1.7em;
    padding-left: 0;
    font-size: 1.5em;
  }


  /* Agents Pages
  ----------------------------------------------------------------- */



  .wpsight-list-agent-email.agent-email {
    display: none;
  }

  .wpsight-list-agent-company {
    width: 100%;
    float: left;
  }

  .image.center {
    width: 40% !important;
  }

  .wpsight-list-agent.clearfix {
    border: 1px solid #f5f5f5;
  }

  .wpsight-list-agents-sc .wpsight-list-agent {
    padding: 0;
  }

  .image.center {
    width: 100% !important;
  }

  .wpsight-list-agents-sc .wpsight-list-agent-info {
    text-align: center;
    width: 100%;
  }

  .wpsight-list-agent-archive {
      margin: 0 0 0 0 !important;
  }

  .wpsight-list-agent-archive .button {
    width: 100%;
  }

  .archive.author .wpsight-list-agent-info {
    overflow: visible;
  }

  .page-id-1676 .wpsight-list-agent-description {
    display: none;
  }

  /* Form Styles
  ----------------------------------------------------------------- */

  #responsive-form {
      margin: 0 auto;
      width: 100%;
  }

  .form-row {
      width: 100%;
  }

  .column-half, .column-full, .column-third {
      float: left;
      position: relative;
      padding: 0.65rem;
      width: 100%;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box
  }

  .clearfix:after {
      content: "";
      display: table;
      clear: both;
  }

   #rc-imageselect, .g-recaptcha {
   transform:scale(0.77);
   -webkit-transform:scale(0.77);
   transform-origin:0 0;
   -webkit-transform-origin:0 0;
  }

	.panel.pd-28{
		padding:28px 10px;
	}

       	.panel.pd-15{
                padding:15px 10px;
       	}
  /**---------------- Media query ----------------**/

  @media only screen and (min-width: 48em) {
      .column-half {
          width: 50%;
      }
  }


  /* Videos Page
  ----------------------------------------------------------------- */

  .epyt-gallery iframe {
      max-width: 70vw;
    }


  /* Footer
  ----------------------------------------------------------------- */

  .site-footer {
    padding-bottom: 40px;
  }

  .site-footer-top #text-3 span {
    color: #fff;
    margin-bottom: 10px;
  }

  .site-footer-top .fa {
    padding: 3px;
  }


  hr {
    border-bottom: sollid 2px rgba(144, 144, 144, 0.25) !important;
    margin: 0 !important;
  }

	a.wbdesign {
    background: url("https://www.websiteblue.com/wp-content/uploads/wb-logo-white.png") no-repeat scroll 0 0 transparent;
    /* background-position: 0px 0px; */
    display: inline-block;
    /* color: #AEAEAE; */
    height: 30px;
    width: 140px;
    line-height: 20px;
    overflow: hidden;
    padding: 0;
    margin: -4px 3px;
    text-decoration: none;
    transition: all 0.325s ease;
    -webkit-transition: all 0.325s ease;
  }

  a.desktop {
      background: url("https://www.websiteblue.com/wp-content/uploads/md-logo-white.png") no-repeat scroll 0 0 transparent;
      /* background-position: 0px 0px; */
      display: inline-block;
      /* color: #AEAEAE; */
      height: 18px;
      width: 110px;
      line-height: 20px;
      overflow: hidden;
      padding: 0;
      margin: -4px 3px;
      text-decoration: none;
      transition: all 0.325s ease;
      -webkit-transition: all 0.325s ease;
  }

  a.desktop:hover {
      background-position: 0 -18px;
  }

  a.wbdesign:hover {
      background-position: 0 -30px;
  }

  .single-listing .site-top{
      overflow: hidden;
  }

  .owl-carousel .owl-item img{
    height: 600px;
    opacity: 0.5;
    transition: opacity 500ms;
    -webkit-transition: opacity 500ms;
    -moz-transition: opacity 500ms;
    -ms-transition: opacity 500ms;
    object-fit: cover;
  }
  .owl-carousel .owl-item.active img{
      opacity: 1;
  }

 .wpsight-listings .listing-bottom .wpsight-listing-section.wpsight-listing-section-summary{
    min-height: 0.01px;
    position: relative;
    top: 20px;
  }
  .wpsight-listings .listing-bottom  .wpsight-listing-section.wpsight-listing-section-title .wpsight-listing-title{
    /* white-space: nowrap; */
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .wpsight-listings .listing-bottom .wpsight-listing-status {
    display: none;
  }


  .single-listing main .section-widget_listing_details{
    display: none;
  }

  .widget_listing_details .widget-title{
    margin-bottom: 0px;
    font-size: 1.2em;
  }

  #price_finder main.content{
    margin: 0 auto;
  }
  #price_finder #search_form{
    padding-top: 7em;
    padding-bottom: 7em;
  }
  #price_finder #search_form .form-wrapper{
    /*display: inline-flex;*/
    width: 100%;
  }
  #price_finder #search_form .form-wrapper button[type="submit"] {
      font-size: 18px;
      height: 2.8em;
      width: 20%;
  }
  #priceFinderSearchList{
    position: relative;
    width: 80%;
  }
  #priceFinderSearchList .ui-widget.ui-widget-content {
    width: 100% !important;
    top: 50px !important;
    left: 0 !important;
    max-height: 250px;
    overflow: auto;
  }
  #priceFinderSearchList .ui-menu .ui-menu-item{
    padding-left: 0;
  }
  #priceFinderSearchList .ui-menu .ui-menu-item-wrapper {
    display: block;
    width: 100%;
  }
  .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
      border: 1px solid #F3A225 !important;
      background: #F3A225 !important;
  }
  .label-text{
    text-align: center;
    color: #000000;
    font-weight: bold;
    font-size: 1.75em
  }
  input[type="text"]#priceFinderSearch{
    width: 80%;
    float: left;
  }
  #price_finder input[type="text"],
  #price_finder input[type="email"],
  #price_finder input[type="tel"],
  #price_finder input[type="password"]{
    height: 2.8em;
    border-color: transparent;
  }
  #results_form .table-results{
    margin-bottom: 10px;
  }
  #results_form .table-results strong{
    font-weight: bold;
  }
  #results_form .table-results tbody tr{
    border: transparent;
    background-color: #ffffff;
  }
  #results_form .table-results tbody tr td:first-child{
    text-align: left;
    padding-left: 2.5em;
    font-size: 18px;
  }
  #results_form .table-results tbody tr td{
    vertical-align: middle;
    text-align: center;
    width: 33.3333333333333333%;
  }
  #results_form .table-results tr td small{
    display: block;
    font-size: 13px;
    color: #aaa;
  }
  #results_form .table-results tr td ul{
    margin: 0;
  }
  #results_form .table-results tr td ul li{
    display: inline-block;
  }
  .text-center{
    text-align: center;
  }
  .text-left{
    text-align: left;
  }
  .text-right{
    text-align: right;
  }
  #results_form button[type="submit"],
  #estimate_form button[type="submit"],
  #request_appraisal_form button[type="submit"]{
    font-size: 18px;
  }
  .icon1{
    height: 26px;
    width: 26px;
    display: inline-block;
    background: url('assets/img/custom-icons.png');
    position: relative;
    top: 6px;
  }
  .icon1.icon-bed{
    background-position: 0 0;
  }
  .icon1.icon-bath{
    background-position: -26px 0;
  }
  .icon1.icon-car{
    background-position: 29px 0;
    width: 29px;
  }
  #estimate_form .column,
  #request_appraisal_form .column{
    clear: none;
  }
  #estimate_form .row{
    margin-bottom: 0px;
  }
  #estimate_form .row p{
    margin-bottom: 1em;
  }
  .loader{
    display: none;
    text-align: center;
  }
  .left-col{
    width:58%;
    padding:0 10px 0 0;
    float:left;
  }
  .right-col{
    width:42%;
    padding:0;
    float:right;
  }
  .two-column{
    width: 50%;
    float: left;
    padding:0 10px 0 0;
  }
  .no-padding{
    padding: 0;
  }
  #request_appraisal_form .label-text{
    background: #fff;
    text-align: left;
    padding: 1em 1.5em;
    font-weight: normal;
    color: #999;
    display: block;
    width: 100%;
  }
  .panel{
    background-color: #ffffff;
    padding: 20px 10px 20px 10px;
    margin-bottom: 10px;
  }
  #request_appraisal_form h3{
    font-size: 1.2em;
    color: #999;
  }
  .median-price .price-range{
    padding: 0;
    margin: 0;
    width: 100%;
    display: inline-block;
  }
  .median-price .price-range li{
    float: left;
    display: inline-block;
    width: 33.3333333333333333%;
    padding: 0;
    margin: 0;
  }
  .median-price .price-range li span.line{
     display: inline-block;
    position: relative;
    width: 100%;
  }
  .median-price .price-range li span.line:after{
    content: "";
    position: absolute;
    height: 13px;
    border-bottom: 1px solid #222;
    top: 0;
    width: 100%;
    margin-left: 10px;
  }
  .median-price .price-range li span small{
    font-size: 12px;
  }
  .median-price .price-range li span.spacer{
    margin-bottom: 10px;
    display: block;
  }
  .median-price .price-range li span.price-mid{
    font-size: 3em;
    color: #F3A225;
    font-weight: bolder;
    position: relative;
    top: -8px;
  }
  .median-price .price-range li span.price{
    font-size: 30px;
    color: gray;
  }
  .median-price .price-range li span sup, .median-price .price-range li span sub {
      font-size: 18px;
      font-weight: normal;
  }
  .median-price .price-range li span.price-mid sup,
  .median-price .price-range li span.price-mid sub{
    font-weight: bolder;
  }
  .median-price .price-range li span sub{
    position: relative;
    top: 0;
  }
  .panel-default h3{
    margin-bottom: 0.5em;
  }
  .price-text{
    font-size: 2.8em;
    color: #F3A225;
    font-weight: bolder;
  }
  .sold_growth{
    margin: 0;
    padding: 0;
  }
  .sold_growth li{
    display: inline-block;
    float: left;
    width: 50%;
    padding: 0;
  }
  .sold_growth li span.big-text{
    font-size: 3em;
    font-weight: bold;
    color: #F3A225;
    display: block;
    text-align: center;
  }
  .sold_growth h3{
    margin: 0;
    padding: 0;
  }
   #request_appraisal_form button[type="submit"]{
    width: 100%;
    height: auto;
    padding: 0.64em 1em;
    font-size: 25px;
    margin-bottom: 10px;
   }
   input[type="submit"]#submit_agent{
    height: auto;
    padding: 0.7em 3em;
    font-size: 25px;
   }
   .property-cols{
      display: inline-block;
      width: 100%;
      padding: 0;
      margin: 0;
   }
   .property-cols li{
      display: inline-block;
      width: 33.33333333333%;
      float: left;
   }
   .property-cols li.center-column{
      border-left: 2px solid #999;
      border-right: 2px solid #999;
      padding-right: .5em;
   }
   .property-cols li div sub,
   .property-cols li div sup{
      font-size: 25px;
   }
   .property-cols li div sub{
      position: relative;
      top: 0;
   }
   .summary-icons{
    display: inherit;
   }
   .summary-icons li{
    padding: 0;
    margin: 0;
   }
   .summary-icons li span[class^="icon-"], .summary-icons li span[class*=" icon-"]{
      font-size: 19px;
   }
   .date-text h4{
      padding: 0;
      margin: 0;
      color: #777;
   }
   .date-text{
    margin-top: 5px;
   }
   .date-text h4{
      font-size: 1.5em;
      font-weight: bolder;
   }
   .date-text p{
    font-size: 1.5em;
    color: #999999;
   }
  .clearfix{
    clear: both;
  }
  .text-info{
    font-size: 12px;
  }
  .price-finder-logo{
    width: 145px;
    height: 39px;
    display: inline-block;
    background: url('assets/img/pricefinder-logo-new.png') no-repeat;
    background-size: 100%;
  }
  .powered-by{
    width: 100%;
    padding: 5px 20px 5px 20px;
    background: #ffffff;
  }
  .powered-by .powered-by-wrap{
    text-align: right;
    display: inline-block;
    float:right;
  }
  .powered-by .powered-by-wrap strong{
    font-size: 18px;
    font-weight: 300;
    color: #999;
    position: relative;
    top: -8px;
  }
  .powered-by .powered-by-wrap .price-finder-logo{
    position: relative;
    top: 16px;
    margin-left: 8px;
  }
  .powered-by .caption{
    padding: 0;
    margin: 0;
    float: left;
    line-height: 48px;
    color: #999999;
    position: relative;
    top: 3px;
  }
  .canvasjs-chart-credit{
    display: none !important;
  }

  div.wpcf7-validation-errors {
    background: red;
    color: #ffffff;
    border-color:red;
  }

  div.wpcf7-mail-sent-ok {
    border-color: orange;
    background: orange;
    color: #ffffff;
  }

  .wpsight-wpcf7 .wpcf7-text, .wpsight-wpcf7 .wpcf7-textarea {
    background: #fff;
    border-color: rgba(0,0,0,0.5);
  }
  .wpsight-wpcf7 .wpcf7-text:focus, .wpsight-wpcf7 .wpcf7-textarea:focus {
    background: #fff;
    border-color: rgba(22, 1, 139, 0.5);
  }

  .submit_bottom{
    display: none;
  }

  .single-listing .address{
    margin: 0;
  }
  .single-listing .wpsight-listing-actions{
    position: relative;
    /* top: 20px; */
  }

  /* LIST VIEW */
  .listings-view-action{
    display: inline-block;
  }

  .wpsight-listings.list .listing-wrap{
    width: 100%;
  }
  .wpsight-listings.list .listing-wrap .listing{
    height: auto !important;
  }
  .wpsight-listings.list .listing-wrap .listing-top{
     /* width: 320px; */
     float: left;
  }
  .wpsight-listings.list .listing-wrap .listing-top, .wpsight-listings.list .listing-wrap .listing-bottom{
    display: inline-block;
  }

  /* .wpsight-listings.list .listing-wrap .listing-bottom {
    width: 69%;
  } */
  /* .wpsight-listings:not(.list) .listing-wrap .listing-bottom h2.f-title{
    display: none;
    opacity: 0;
  } */
  .wpsight-listings.list .listing-wrap .entry-title {
    margin:0;
  }

  .widget__details_videourl a,
  .widget__details_floorplan a,
  .widget__listing_soi a,
  .wpsight-listing-agent-archive a {
    background-color: #16018B;
  }
  .widget__details_videourl a:hover,
  .widget__details_floorplan a:hover,
  .widget__listing_soi a:hover,
  .wpsight-listing-agent-archive a:hover {
    background-color: rgba(22, 1, 139, 0.8);
  }


/*---NEWS---*/

  #news-grid .vc_btn3-container.vc_btn3-left {
    display: none !important;
  }

  #news-grid h4 {
    font-size: 1.25em;
    font-weight: 700;
  }

  #news-grid p {
    margin: 0 0 1em;
  }

  #news-grid .button.small {
    width: 100% !important;
  }

  .single-listing .wpsight-listing-agent-links a, .wpsight-list-agents-sc .wpsight-list-agent-links a, .archive.author .wpsight-list-agent-links a{
    width: 40px;
  }
  .single-listing .wpsight-listing-agent-links, .wpsight-list-agents-sc .wpsight-list-agent-links, .archive.author .wpsight-list-agent-links {
      display: inline-flex;
  }

  #section-wb_custom_meta_widget-2,
  #section-wb_custom_meta_widget-3{
    padding: 0;
    padding-right: 0px;
    display: inline-block;
    padding-right: 10px;
    background-color:transparent;
  }
  .infobox-header, .infobox-content{
      padding: 10px 10px 0;
  }
  .infobox-footer{
     padding: 10px;
  }
  .infobox-content .alignright span.badge{
    margin: auto;
    display: inline-block;
  }

  .panel-equal{
    height: 154px;
  }
  .listing-opentime-price-value{
    margin: 0;
  }

  .inspect {
    margin-bottom: 20px;
  }
  .inspect a.button {
    display: block;
    width: 100%;
  }

  /* Media Rules
  ----------------------------------------------------------------------------------- */

  @media only screen and (max-width: 980px) {
    .header-information {
      display: none;
    }
    .header-facebook {
      color: #fff;
      top: 30px;
      bottom: auto;
    }
  }

  @media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    /* Smartphones (portrait and landscape) ----------- */

    .site-header-title {
      /* padding: 0 30px 0; */
    }



  }

  @media only screen and (min-width: 321px) {
      /* Smartphones (landscape) ----------- */
  }

  @media only screen and (max-width: 320px) {
      /* Smartphones (portrait) ----------- */
  }

  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {

    /* iPads (portrait and landscape) ----------- */
	.panel.pd-28{
                padding:37px 10px;
        }

	.panel.pd-ipad{
		padding: 20px 0px;
	}
  }

  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
      /* iPads (landscape) ----------- */
  }

  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .single-listing .wpsight-listing-title .entry-title {
        float: left;
        width: auto;
        display: table-cell;
    }
    .single-listing .wpsight-listing-actions {
        display: table-cell;
        text-align: right;
        width: 13%;
    }
    .single-listing main .section-widget_listing_details{
      display: block;
    }
    .single-listing aside .section-widget_listing_details{
      display: none;
    }
    .median-price .price-range li span.line::after {
        width: 120%;
    }

  }

  @media only screen and (min-width: 600px) {

    .wpsight-list-agents-sc .wpsight-list-agent-section {
      display: inline-block;
      width: 49%;
      height: 500px;
      margin: 0px;
    }

    .wpsight-list-agents-sc .wpsight-list-agent-name {
    	min-height: 137px;
    }
  }

  @media only screen and (min-width: 1200px) {
      /* Desktops and laptops ----------- */
        .wpsight-list-agents-sc .wpsight-list-agent-section {
          display: inline-block;
          width: 33%;
          height: 500px;
          margin: 0px;
        }

  }


  @media only screen and (min-width: 1700px) {
      /* Large screens ----------- */

      .forcefullwidth_wrapper_tp_banner {
          z-index: -1;
          height: 490px !important;
      }

  }


  @media only screen and (max-width: 480px){
    .two-column {
      width: 100%;
      padding: 0;
    }
    .property-cols li:first-child{
      border-top: 1px solid #ddd;
    }
    .property-cols li {
        width: 100%;
        float: none;
        border-bottom: 1px solid #ddd;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .date-text p {
        margin-bottom: 10px;
    }
    .summary-icons {
        display: block;
        text-align: center;
        margin: 0;
    }
    .summary-icons li:first-child{
      border-top: transparent;
    }
    .summary-icons li{
      display: inline-block;
      width: auto;
      margin-right: 15px;
      border-bottom: transparent;
    }
    input#submit_agent[type="submit"] {
      padding: 0.75em 1em;
      font-size: 19px;
      display: block;
      width: 100%;
    }
    input#priceFinderSearch[type="text"] {
      width: 100% !important;
      margin-bottom: 10px;
      font-size: 15px;
      height: 3.2em;
    }
    #price_finder #search_form .form-wrapper button[type="submit"] {
      width: 100% !important;
    }
    #priceFinderSearchList .ui-menu .ui-menu-item-wrapper {
        font-size: 14px;
    }
    .median-price .price-range li span.line {
        width: 85%;
    }
    #price_finder #search_form {
        padding-top: 0;
        padding-bottom: 0;
    }
    #price_finder{
      padding: 5em 0 !important;
    }
    div.wpcf7-validation-errors, div.wpcf7-mail-sent-ok {
      text-align: center;
    }

  }
  @media only screen and (max-width: 767px){
    .single-listing .wpsight-listing-title .entry-title {
        float: left;
        width: auto;
        display: table-cell;
        margin-bottom: 15px;
    }
    .single-listing .wpsight-listing-actions {
        display: table-cell;
        text-align: right;
        width: 13%;
    }
    input#priceFinderSearch[type="text"] {
      width: 60%;
    }
    #price_finder #search_form .form-wrapper button[type="submit"] {
      width: 40%;
      height: 2.7em;
    }
    #priceFinderSearchList {
        position: relative;
        width: 100%;
    }
    #request_appraisal_form h3 {
        font-size: 15px;
    }
    .median-price .price-range li span.price-mid {
      font-size: 2em;
    }
    .median-price .price-range li span.price {
        font-size: 20px;
    }
    .price-text {
        font-size: 2em;
    }
    .date-text h4 {
        font-size: 1.2em;
    }
    .date-text p {
        font-size: 1.2em;
    }
    #request_appraisal_form .label-text {
        font-size: 18px;
    }
    .powered-by .caption {
        width: 100%;
        line-height: 20px;
        margin-top: 10px;
    }
    .powered-by {
        text-align: center;
    }
    .powered-by .powered-by-wrap {
        text-align: center;
    }
    .label-text {
        font-size: 1.1em;
    }
    .left-col, .right-col{
      width: 100%;
      padding: 0;
    }

  }

  @media only screen and (max-width: 1122px){
    #request_appraisal_form h3 {
        font-size: 18px;
    }
    #request_appraisal_form button[type="submit"] {
        font-size: 16px;
    }
    .powered-by .powered-by-wrap strong {
      font-size: 16px;
    }
  }

  @media only screen and (min-width: 680px) and (max-width: 980px){
    .median-price .price-range li span.line::after {
        width: 120%;
    }
  }

  @media only screen and (min-width: 570px) and (max-width: 679px){
    .median-price .price-range li span.line::after {
        width: 112%;
    }
  }

  @media only screen and (max-width: 1120px){
    .header-facebook {
      display: none;
    }

    .wpsight-menu a {
      font-size: 13px;
    }
  }

  @media only screen and (max-width: 980px){
    .header-facebook {
      display: block;
    }
  }

  @media only screen and (max-width: 700px){
    .header-facebook {
      position: relative;
      top: 0;
      left: 0;
    }

    .header-facebook i {
      margin: auto;
      float: unset;
      display: block;
      width: 35px;
    }

    .fa-facebook-square:before {
      color: #16018B;
    }
  }

  .storageImg {
    width: 100%;
    margin-bottom: 0 !important;
  }

  .storageImg .wpb_wrapper.vc_figure, .storageImg .wpb_wrapper.vc_figure .vc_single_image-wrapper.vc_box_border_grey, .storageImg .wpb_wrapper.vc_figure .vc_single_image-wrapper.vc_box_border_grey img {
    width: 100%;
  }

  .storageText {
    background: #007DC3;
    color: #fff;
  }
