/*
 Theme Name:     creran-property
 Theme URI:      https://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
  -------------------------------------------------------------------------------------- */

body {
	font-size: 20px;
}

p, ul {
    font-size: 16px;
    line-height: 1.5em;
    margin: 0 0 1.15em;
}

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


 body, input, select, textarea, b, h1, h2, h3, h4, h5, h6, label, strong {
      color: #000;
  }

  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;
  }

h2 {
    margin-top: 1em;
    font-size: 1.5em;
    margin-bottom: 0.5em;
}

h3 {
    margin-top: 1em;
    font-size: 1.25em;
    margin-bottom: 0.25em;
}
    
input, select, textarea {
      line-height: 3rem;
  }

  body {
      line-height: normal;
  }

textarea {
	max-width: 100%;
	min-width: 100%;
}

/*
.grecaptcha-badge {
	display: none;
}
*/


#home-icons a.feature {
	padding: 1.7em 15px;
}

#home-icons a.feature .icon {
    margin-bottom: 0.75em;
}

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

  .wpsight-menu.responsive-menu>.menu-item-has-children:before {
    width: 100%;
/*    position: absolute;*/
    color: rgba(0, 0, 0, 0.5);
  }

  .site-header-title .site-title {
    line-height: 20px;
  }.site-header-title

/*
  .site-header-title {
    margin-top: 10px;
  }
*/

  .nav-primary .wpsight-menu a {
    height: 100px;
  }

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

  .mobile-only {
    display: none;
  }

.contact-map {
    box-shadow: 0px 0px 10px #00000038;
}



.slider-icon-container {
	position: relative;
}

#home-icons {
    background: #162B56;
}

#home-icons .container {
    width: 100%;
    max-width: 1200px;
}

a.feature .feature-title {
    line-height: 1;
    font-size: 16px;
    margin-bottom: 0;
}

a.feature .icon {
    font-size: 1.8em;
}


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

	.home-slider-overlay {
            position: absolute;
			bottom: 0;
			width: 100%;
	}
	
		#home-icons {
			background: #162B56CC;
		}


		#home-icons a.feature {
			color: #fff;
		}

		a.feature:hover {
			background-color: transparent;
		}

		#home-icons a.feature:hover .icon {
			color: #fff;
		}

}

.site-header-title {
    float: left;
}

.header-section-right {
    float: right;
    position: relative;
    top: 27px;
    text-align: right;
    
    -webkit-transition: top 0.4s ease-in-out;
    -moz-transition: top 0.4s ease-in-out;
    -ms-transition: top 0.4s ease-in-out;
    -o-transition: top 0.4s ease-in-out;
    transition: top 0.4s ease-in-out;
}

.solid-bg .header-section-right {
    top: 13px;
}

.header-section-right i {
    position: absolute;
    left: -43px;
    font-size: 43px;
}

.header-section-right a {
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.5px;
}

.header-section-right a:hover,
.header-section-right a:hover span {
    color: #fff;
    opacity: 0.7;
}

.header-section-right span {
    font-weight: normal;
    letter-spacing: 0;
}




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

  body, input, select, textarea, h1, h2, h3, h4, h5, h6, div {
    font-family: 'Lato', 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;
  }

  .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: #000;
    font-size: 1.5em;
/*    margin-bottom: 1em;*/
    text-align: center;
  }


.n2-ss-item-content.n2-ow,
.cta-title h2 {
	letter-spacing: 2px !important;
}

.site-top.site-section.site-page-title {
	background: url(/wp-content/uploads/2020/11/header-image.jpg);
    background-color: #00000040;
    background-blend-mode: multiply;
}

.author .site-top.site-section.site-page-title {
    background: url(/wp-content/uploads/2021/06/bg-about.jpg);
    background-color: #00000040;
}

.site-page-title .page-title {
    letter-spacing: 5px !important;
	text-transform: uppercase;
}

.wpsight-alert {
    color: #000;
    background: transparent;
    opacity: 1;
    padding-left: 0;
}




.n2-ss-item-content.n2-ow p {
    letter-spacing: 2px !important;
}


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

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

  .cta-description p {
    color: #000;
    line-height: 1.5em;
  }

  .wpsight-menu a{
    color: #fff !important;
  }

.wpsight-menu .sub-menu {
	border-top: none !important;
}

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


.wpsight-menu .sub-menu a:hover, .site-header-bg.solid-bg .wpsight-menu .sub-menu a:hover, .single-listing .site-header-bg .wpsight-menu .sub-menu a:hover  {
    background-color: #162B56;
    color: #ffffff !important;
    text-decoration: none;
}

  .wpsight-menu a:hover{
/*    font-weight: 700;*/
/*	text-decoration: underline;*/
  }

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

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

  .listing-auction-time {
    display: none;
  }

.single-listing .site-main.site-section .widget-section {
	padding-left: 0;
	padding-right: 0;
}

.single-listing .site-main.site-section .widget-section.section-widget_wb_custom_meta_widget {
	padding-right: 30px;
}

.single-listing .widget-section.section-widget_listing_location {
	padding: 0;
}

.single-listing .widget-section.section-widget_listing_description,
.single-listing .widget-section.section-widget_listing_details,
.single-listing .widget-section.section-widget_listing_price{
	margin-bottom: 0;
}


.single-listing .site-bottom {
	padding: 0;
}
.single-listing .site-bottom .container  {
	width: 100%;
}
.single-listing .site-bottom .container .section-widget_listing_location  {
	margin-bottom: 0;
}



/*header*/

.site-header-bg .container {
    width: 90%;
    max-width: 1700px;
}

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

  .wpsight-menu.responsive-menu>.menu-item-has-children:before {
    content: "\f107";
    float: right;
    color: #fff;
    width: 10px;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    height: 100px;
    line-height: 100px;
    font-size: 18px;
  }


.solid-bg .wpsight-menu.responsive-menu>.menu-item-has-children:before,
.single-listing .site-header-bg .wpsight-menu.responsive-menu>.menu-item-has-children:before {
	color: #fff;
}

  .site-header-title .site-title {
    line-height: 20px;
  }

.site-header-title .site-title img {
    width: 225px;
    
    -webkit-transition: width 0.4s ease-in-out;
    -moz-transition: width 0.4s ease-in-out;
    -ms-transition: width 0.4s ease-in-out;
    -o-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
}

.solid-bg .site-header-title .site-title img {
    width: 175px;
}

/*
  .site-header-title {
    margin-top: 5px;
  }
*/

.nav-primary .wpsight-menu a {
    height: 110px;
    line-height: 100px;
    font-size: 16px;
    letter-spacing: 1px;
    padding: 0 0.8em 0 2.5em;
    
    -webkit-transition: height 0.2s ease-in-out;
    -moz-transition: height 0.2s ease-in-out;
    -ms-transition: height 0.2s ease-in-out;
    -o-transition: height 0.2s ease-in-out;
    transition: height 0.2s ease-in-out;
  }


.solid-bg .nav-primary .wpsight-menu>.menu-item>a {
    height: 100px;
}

.nav-primary .wpsight-menu>.menu-item:not(.menu-item-has-children) a {
	padding-right: 0;
}


.site-header nav {
    margin: 0 auto;
    left: 0;
}

@media only screen and (min-width: 1251px) {
	
	.site-header nav {
        width: 70%;
	}
	
}

.wpsight-menu.wpsight-menu-right {
    text-align: center;
    position: relative;
    top: 20px;
    
    -webkit-transition: top 0.2s ease-in-out;
    -moz-transition: top 0.2s ease-in-out;
    -ms-transition: top 0.2s ease-in-out;
    -o-transition: top 0.2s ease-in-out;
    transition: top 0.2s ease-in-out;
}

.solid-bg .wpsight-menu.wpsight-menu-right {
    top: 10px;
}

  .site-header-bg {
    position: fixed;
    top: 0px;
    background: #162b5680 !important;
    z-index: 99999;
    width: 100%;
    padding: 1em 0;
	  
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }

  .site-header-bg.solid-bg,
  .single-listing .site-header-bg {
    padding: 1.5em 0;
  }

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

.site-header-bg.solid-bg .wpsight-menu a,
.single-listing .site-header-bg .wpsight-menu a {
    color: #fff !important;
}

.site-header-bg.solid-bg .wpsight-menu .sub-menu a,
.single-listing .site-header-bg .wpsight-menu .sub-menu a {
    color: #000 !important;
}

  .site-header-bg.solid-bg,
  .single-listing .site-header-bg {
		background: #162B56CC !important;
        box-shadow: 0 0 2em 0px #0002;
        padding: 0.5em 0;
  }

/*
.site-title-logo a img:last-child {
	display: none;
}

.solid-bg .site-title-logo a img:last-child,
.single-listing .site-header-bg .site-title-logo a img:last-child {
	display: block;
}
.solid-bg .site-title-logo a img:first-child,
.single-listing .site-header-bg .site-title-logo a img:first-child {
	display: none;
}
*/



/*page title*/



.single-post .site-page-title, .page-template-page-tpl-listings-full .site-page-title, .page-template-page-tpl-full .site-page-title, .page-template-page-tpl-team .site-page-title, .author .site-page-title, .page-template-open-times .site-page-title, .page-template-sitemap .site-page-title {
    padding-top: 15.5em;
    padding-bottom: 10em;
    background-position: top !important;
    background-attachment: fixed !important;
}


@media only screen and (pointer:coarse) {
	.single-post .site-page-title, .page-template-page-tpl-listings-full .site-page-title, .page-template-page-tpl-full .site-page-title, .page-template-page-tpl-team .site-page-title, .author .site-page-title, .page-template-open-times .site-page-title, .page-template-sitemap .site-page-title, .author .site-page-title {
		background-attachment: local !important;
	}
}



@media only screen and (max-width: 980px) {
	
	.single-post .site-page-title, .page-template-page-tpl-listings-full .site-page-title, .page-template-page-tpl-full .site-page-title, .page-template-page-tpl-team .site-page-title, .author .site-page-title, .page-template-open-times .site-page-title, .page-template-sitemap .site-page-title {
		padding-top: 5em;
		padding-bottom: 5em;
	}

}



/* --------------------------------- SLIDER STYLES --------------------------------- */


.n2-ss-button-container a div {
	color: #fff !important;
}

.n2-ss-item-content.n2-ow {
	margin-bottom: 1em;
}


 .n2-section-smartslider a.n2-ow {

    padding: 0.75em 4em !important;
	 
	-webkit-transition: .2s ease-in-out !important;
    -ms-transition: .2s ease-in-out !important;
    transition:  .2s ease-in-out !important;
}


 .n2-section-smartslider a.n2-ow:hover div {
    color: #000 !important;
}



@media only screen and (max-width: 500px) {
	
	
	.n2-section-smartslider a.n2-ow {
       padding: 0.75em 1.5em !important;
	}
	
	
    #home-icons .row>div {
/*        width: 100% !important;*/
		font-size: 0.75em;
    }
	
	a.feature .feature-title {
		font-size: 12px;
	}
	 
}

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

.stylised-underline hr {
    border-bottom: 5px solid #000;
    width: 50px;
    margin: 0 auto 30px !important;
}

.text-adjust strong {
    font-weight: bold;
    color: inherit;
}

.text-adjust em {
    font-style: italic;
}

.awards-grid {
    display: grid;
    grid-template-columns: repeat(4,0.33fr) 1fr;
    grid-template-rows: 160px;
    grid-gap: 30px;
    justify-content: center;
}

.awards-grid>* {
    width: 100%;
}

.awards-grid img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.awards-grid>*:nth-child(4) img {
    max-width: 160px;
    max-height: 160px;
}

.footer-socials a:not(:last-child),
.contact-socials a:not(:last-child) {
    margin-right: 15px;
}

.privacy-text ul {
    list-style: disc;
}

.listings-search-reset, .listings-search-advanced-toggle {
    display: none;
}

.contact-content a {
    text-decoration: none;
    color: #162B56;
}

.contact-content a:hover {
    text-decoration: underline;
}

/*
#home-search .listings-search-field-keyword {
    display: none;
}
*/

.wpsight-listing-carousel,
.wpsight-listing-carousel .listing-bottom,
.wpsight-listings .listing-wrap .listing,
.wpsight-listings .listing-wrap .listing .listing-bottom {
    -webkit-transition: all 0.1s ease-in-out !important;
    -moz-transition: all 0.1s ease-in-out !important;
    -ms-transition: all 0.1s ease-in-out !important;
    -o-transition: all 0.1s ease-in-out !important;
    transition: all 0.1s ease-in-out !important;
}

.wpsight-listing-carousel:hover,
.wpsight-listing-carousel:hover .listing-bottom,
.wpsight-listings .listing-wrap .listing:hover,
.wpsight-listings .listing-wrap .listing:hover .listing-bottom {
    background: #162B56 !important;
    color: #fff !important;
}

#home-carousel .carousel-title {
    width: 100%;
}

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

#home-carousel .carousel-title h2,
#home-testimonials .testimonials-title h2 {
    font-size: 36px;
    font-weight: bold;
    text-transform: uppercase;
    color: #162B56;
    text-align: center;
}

#home-carousel .carousel-divider,
#home-testimonials .testimonials-divider {
    width: 100%;
    margin-bottom: 50px;
}

#home-carousel .carousel-divider hr,
#home-testimonials hr {
    border-bottom: 5px solid #162B56;
    width: 50px;
    margin: 0 auto !important;
}


.slick-prev.slick-arrow, .slick-next.slick-arrow {
	z-index: 9999;
}

.award-container:hover {
	z-index: 999;
}

.vc_single_image-wrapper .vc-zoom-wrapper {
	overflow: visible !important;
}

.strong-view.strong-view-id-3.default .testimonial, .award-container img {
	box-shadow: 0 0 0px #0003;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.strong-view.strong-view-id-3.default .testimonial:hover, .award-container img:hover {
	box-shadow: 0 10px 10px #0003;
	transform: translateY(-10px);
}

.wpsight-listings-carousel-dots {
    float: none;
    text-align: center;
}

.wpsight-listings-carousel-dots .owl-dot span {
    background-color: #162B5680;
    height: 5px;
    width: 50px;
    margin-top: 50px;
    margin-left: 20px;
    margin-bottom: 50px;
}

.wpsight-listings-carousel-dots .owl-dot:first-child span {
    margin-left: 0;
}

.wpsight-listings-carousel-dots .owl-dot.active span,
.wpsight-listings-carousel-dots .owl-dot:hover span {
    background-color: #162B56FF;
}

#home-cta-1.site-section {
    padding: 90px 0;
}

#home-cta-1 .container {
    width: 90%;
    max-width: 1044px;
}

#home-cta-1 .cta-title h2,
#home-cta-1 .cta-description p {
    color: #fff;
}

#home-testimonials .testimonials-title {
    width: 100%;
}

#home-cta-1 .cta-title h2 {
    font-size: 36px;
    font-weight: bold;
}

#home-cta-1 .cta-divider {
    width: 100%;
    margin-bottom: 40px;
}

#home-cta-1 .cta-divider hr {
    border-bottom: 5px solid #fff;
    width: 50px;
    margin: 0 auto !important;
}

#home-cta-1 .cta-description {
    width: 100%;
    max-width: 100%;
}

#home-cta-1 .cta-description p {
    font-size: 16px;
    margin-bottom: 40px;
    line-height: 2em;
}

#home-cta-1.site-cta .cta-button {
    margin-bottom: 0;
}

#home-cta-1 .button {
    width: 100%;
    max-width: 225px;
    font-size: 16px !important;
    padding: 0 1em;
    color: #162B56 !important;
    background-color: #fff;
    border-color: #fff;
}

#home-cta-1 .button:hover {
    color: #fff !important;
    background-color: #162B56 !important;
    border-color: #162B56;
}

  #home-search {
  	padding: 0;

  }

#home-search form {
    margin-bottom: 0;
    padding-bottom: 0;
}

  #home-search,
  #home-search .wpsight-listings-search {
    background: transparent;
  }

.row>.listings-search-field {
    padding: 0 0 0 0.5em;
}

.row>.listings-search-field-listing-category {
    width: 13.3%;
}

.row>.listings-search-field-listing-type {
    width: 18.2%;
}

.row>.listings-search-field-location {
    width: 24.5%;
}

.row>.listings-search-field-details_1 {
    width: 12.5%;
}

.row>.listings-search-field-max {
    width: 12.5%;
}

.row>.listings-search-field-submit {
    width: 18%;
}

.wpsight-listings-search .row>div {
    margin-bottom: 1em;
    padding-left: 1em;
}


.wpsight-listings-search .row {
	margin-left: -1em;
}
.wpsight-listings-search .row {
    margin-left: -2.5em;
}



.wpsight-pagination {
	display: none;
}


.contact-button-container {
	display: inline-flex;
    width: 100%;
}

.button-container .button {
	margin-bottom: 1em;
}
.button-container .button:last-child {
	margin-bottom: 0em;
}

.button-container .button {
	margin-left: 0.5em;
	margin-right: 0.5em;
}

/*forms*/
input,
select,
textarea,
date,
input[type=text],
input[type=email],
input[type=tel],
input[type=submit] {
    padding: 1em 1em;
    font-weight: 300;
    display: inline-block;
    border: 1px solid #fff;
    background: #f5f5f5;
	color: #162B56;
    letter-spacing: 2px !important;
    height: auto;
    line-height: normal;
    font-size: 18px !important;
	white-space: normal;
}
input[type="submit"] {
	background: transparent;
	text-transform: uppercase;
    width: 350px;
	max-width: 100%;
}

#home-search .select-wrapper:before {
	color: #162B56;
}

#home-search input[type="submit"] {
	width: 100%;
}

.wpsight-listings-search-sc input[type="submit"] {
	width: 100%;
}

body input[type=email],
body input[type=text],
body input[type=tel],
body select,
body textarea,
body date{
    background: #ffffff;
    border: 1px solid #000;
}

body.home input[type=email],
body.home input[type=text],
body.home input[type=tel],
body.home select,
body.home textarea,
body.home date{
    background: #ffffffcc;
    border: none !important;
}

body.home input[type="submit"] {
    background-color: #162B56cc;
    border: none !important;
}

body.home input[type="submit"]:hover {
    background-color: #fffc !important;
    color: #162B56 !important;
    border: none !important;
}


body input[type=text]:focus,
body input[type=tel]:focus,
body input[type=email]:focus,
body select:focus,
body textarea:focus,
body date:focus {
	border-color: #162B56;
}

body:not(.home) input[type=submit] {
    background:  #162B56;
	color: #fff;
	border-color: #162B56;
}
body:not(.home) input[type=submit]:hover {
    background: #fff !important;
  color:  #162B56 !important;
	border-color:  #162B56;
}


#home-search .select-wrapper:before {
    height: 2.5em;
    line-height: 2.5em;
}


.button, .n2-section-smartslider a, #price_finder button, .single-listing .actions-print, #sb_instagram .sbi_follow_btn a, .elm-button {
    text-align: center;
    padding: 1em 3em;
    font-weight: 400;
    width: auto;
    display: inline-block;
    border: 1px solid #162B56;
    background: #000;
    color: #fff !important;
    letter-spacing: 2px !important;
    height: auto;
    line-height: normal;
    font-size: 16px !important;
    text-transform: uppercase;
    white-space: normal;
}

.single-listing .actions-print {
    background: #162B56;
    border: 1px solid transparent;
}

.single-listing .actions-print:hover {
    background: transparent;
    color: #162B56 !important;
    border-color: #162B56;
}


.single-listing .section-widget_listing_agent {
	display: none;
}

.elm-button {
	background: #162B56;
}


.button.transparent {
/*    border: 1px solid #000;*/
    background: transparent;
    color: #162B56 !important;
}








.author .site-main.site-section {
	padding-top: 0;
	padding-bottom: 2em;
}

.author-topcontainer {

	position: relative;
/*
    background: #f6f6f6; 
    background: -moz-linear-gradient(top,  #f6f6f6 1%, #ffffff 100%); 
    background: -webkit-linear-gradient(top,  #f6f6f6 1%,#ffffff 100%); 
    background: linear-gradient(to bottom,  #f6f6f6 1%,#ffffff 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#ffffff',GradientType=0 ); 
*/
}

.author-topcontainer>.agent-title>span {
    margin-bottom: 50px;
    font-size: 2.5em;
    letter-spacing: 3px;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
}


.author-topcontainer>.agent-title {

    position: absolute;
    top: -17em;
    width: 100%;
}

.author .contact-button-container {
	max-width: 600px;
	margin: 0 auto;
}


.author-topcontainer>.agent-title .agent-name {
    margin-bottom: 30px;
    display: block;
}

.author-topcontainer>.agent-title .wpsight-list-agent-company {
    text-align: center;
    font-size: 1.5rem;
    font-weight: 300 !important;
}


.author-aside, .author-main {
	display: inline-block;
	vertical-align: top;
}

.author-aside {
    width: 33.1%;
    position: sticky;
    top: 150px;
    padding: 0 1em;
    margin-bottom: 4em;
}

.author-aside .wpsight-list-agent-name {
	display: none;
}

.author-main {
    width: 66.4%;
    padding: 3em;
	background: #fff;

}









.elm-button:focus {
	background: #162B56;
}

.elm-wrapper {
    margin: 3em auto 1em;
}
/*.elm-button:not(.is-loading),*/
.elm-button:not(.is-loading):hover
 {
/*    background: #162B56 !important;*/
    background: #fff !important;
}

.elm-button:active  {
	background: #162B56;
	background: transparent;
}

.elm-button:hover span {
    color: #162B56 !important;
}

.elm-button.is-loading {
    padding: 0.75em 3em !important;
	border-color: #fff;
    background: transparent;
}

.elm-button span {
    font-weight: 300 !important;
	color: #fff;
}


.elm-loading-icon {
	fill: #162B56;
    stroke: #162B56;
}

button:focus, input:focus {
    outline: none;
}



.button:hover, button:hover, input[type=submit]:hover, input[type=reset]:hover, input[type=button]:hover {
    color: #162B56 !important;
    background: transparent !important;
}

.button.transparent:hover,
input[type="submit"]:hover {
    color: #fff !important;
    background: #162B56 !important;
}





#home-video .container {
	max-width: 950px;
}


#home-carousel .container {
	width: 90%;
    max-width: 1180px;
}

.owl-carousel .owl-item {
    box-shadow: 0 3px 6px #00000026;
    margin-bottom: 10px;
    margin-top: 10px;
}

#home-carousel .wpsight-listing-carousel .listing-carousel-wrap>div>div {
	position: relative;
}

.wpsight-listing-carousel .listing-bottom,
.wpsight-listings .listing-wrap .listing-bottom {
    background: #fff;
    position: relative;
    width: 100%;
    bottom: 0;
	color: #162B56;
	font-size: 16px;
    padding: 1em 2em;
}

#home-carousel .alignleft {
    float: none;
    clear: both;
}

.wpsight-listing-carousel .listing-bottom>*,
.wpsight-listings .listing-wrap .listing-bottom>* {
    display: block;
    width: 100%;
    text-align: left;
    margin-bottom: 15px;
    float: none;
    clear: both;
}

#home-carousel .carousel-button {
    width: 100%;
    text-align: center;
}

#home-carousel .carousel-button .button {
    width: 100%;
    max-width: 300px;
    padding: inherit 1em;
}

.wpsight-listing-carousel:not(.listing-type-house) .listing-bottom .wpsight-listing-section-summary,
.wpsight-listing-carousel .listing-bottom>*:last-child,
.wpsight-listings .listing-wrap:not(.listing-type-house) .listing-bottom .wpsight-listing-section-summary,
.wpsight-listings .listing-wrap .listing-bottom>*:last-child {
    margin-bottom: 0;
}

.listing-bottom .wpsight-listing-section-compare {
    display: none !important;
}

#home-carousel .wpsight-listing-carousel .entry-title a span,
.entry-content .wpsight-listings .listing-wrap .listing-bottom .entry-title span {
    font-size: 1.13em;
    display: block;
    font-weight: 600;
}

.wpsight-listings .listing-wrap .entry-title,
.wpsight-listing-carousel .entry-title {
    font-size: 1em !important;
    margin-top: 0;
}

.wpsight-listing-carousel .entry-title a,
.wpsight-listings .listing-wrap .entry-title,
.wpsight-listings .listing-wrap .entry-title a {
	color: #162B56;
}

.wpsight-listing-carousel:hover .entry-title a,
.wpsight-listings .listing-wrap .listing:hover .entry-title,
.wpsight-listings .listing-wrap .listing:hover .entry-title a {
	color: #fff;
}

#home-carousel .wpsight-listing-carousel .entry-title.f-title{
	display: none;
}

#home-carousel .wpsight-listing-carousel .wpsight-listing-section-title {
	display: inline-block;
}

#home-carousel .wpsight-listing-carousel .wpsight-listing-section-summary {
	float: right;
}

#home-carousel .wpsight-listing-carousel .wpsight-listing-section-info {
    float: right;
}

#home-carousel .wpsight-listing-section-title>p {
	display: none;
}

#home-carousel .wpsight-listings-carousel-arrows {
    width: 100%;
    margin: -30% 0 30px;
	pointer-events: none;
}

#home-carousel {
    background-color: #ffffff;
    padding: 80px 0;
}


#home-carousel .wpsight-listings-carousel-arrows>div {
	pointer-events: all;
}



#home-carousel .wpsight-listings-carousel-arrows div:last-child {
	float: right;
}

#home-carousel  .wpsight-listings-carousel-arrows [class*='owl-'] {
	color: #fff;
	background: transparent;
}


/*
#home-carousel .wpsight-listing-carousel .wpsight-listing-price:after {
	content: "|";
	padding: 0 1em;
	
}
*/


#home-carousel .wpsight-listings-carousel,
#home-carousel .wpsight-listings-carousel-nav {
	margin-bottom: 0;
}


.wpsight-listings-carousel-nav {
    position: relative;
    z-index: 999;
}


.wpsight-listing-carousel .wpsight-listing-summary {
	margin: 0 0 0px;
}



.wpsight-listings .listing-wrap .listing-bottom .badge {
	color: #fff;
	display: none;
}

.auction-venue {
	display: none;
}

.wpsight-listings .listing-wrap .listing-bottom .wpsight-listing-section-summary>div {
	margin-bottom: 1em;
}

.wpsight-listings .listing-wrap .listing-bottom .entry-title span {
	display: block;
}




.wpsight-listing-thumbnail {
	overflow: hidden;
}

.wpsight-listings .image img,
.wpsight-listings .listing-wrap .listing {
    transition: 0.3s;
}

.wpsight-listings .listing-wrap .listing:hover img {
    transform: scale(1.05);
}
.wpsight-listings .listing-wrap .listing {
    box-shadow: 0px 5px 15px #0000001a;
}




.wpsight-listings-sc>section>p {
	text-align: center;
}



  @media only screen and (min-width: 1250px) {
      #home-search .container {
      width: 90%;
      max-width: 1240px;
    }
  }

  .forcefullwidth_wrapper_tp_banner {
      height: auto;
    }

#home-search input,
#home-search select {
    font-size: 15px !important;
    font-weight: 400;
}

#home-cta-1 {
    background-image: url(/wp-content/uploads/2021/03/cta-bg-bluer.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: 100% 62.5%;
	background-size: cover;
  }

  #home-cta-2 {
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: 50% 100%;
	background-size: cover;
  }

@supports (-webkit-touch-callout: none) {
  /* CSS specific to iOS devices */ 
	#home-cta-1, #home-cta-2, .site-footer-bg {
		 background-attachment: scroll!important;
	}
	
}
/* TESTIMONIALS
  ----------------------------------------------------------------- */




.strong-form input[type=checkbox]+label:before, .strong-form input[type=radio]+label:before {
	font-weight: 400;
    background: none;
    border: none;
	content: "\f005";
    display: inline-block;
    height: 2em;
	width: 2em;
    left: 0;
    line-height: 1.6em;
    position: absolute;
}

.strong-form input[type=checkbox]+label, .strong-form input[type=radio]+label {
	vertical-align: top;
}

#home-social, #home-testimonials, #home-testimonials .testimonial-heading {
	text-align: center;
	color: #000;
	position: relative;
}

home-testimonials .container {
	width: 100%;
	max-width: 1400px;
}


#home-testimonials .wpmslider-pager.wpmslider-custom-pager {
	display: none;
}

#home-testimonials .wpmslider-controls.wpmslider-has-controls-direction.wpmslider-has-pager {
	height: 0;
	padding: 0 !important;
}

#home-testimonials .slider-container {
    margin-bottom: 3em;
}

#home-testimonials .testimonial-inner * {
    font-size: 20px;
    line-height: 28px;
}

#home-testimonials .testimonial-heading {
    font-size: 28px;
    margin-bottom: 0.75em;
    text-transform: uppercase !important;
}

#home-testimonials .testimonial-content p {
    text-transform: capitalize;
    padding: 10px 3em 0;
    margin-bottom: 1.5em;
}


#home-testimonials {
	background-image: url('/wp-content/uploads/2020/09/testimonials.jpg');
	background-size: cover;
}

#home-newsletter {
	background-image: url('/wp-content/uploads/2020/09/newsletter.jpg');
    background-size: cover;
	padding: 160px 0 130px;
}

#home-newsletter .cta-title h2,
#home-newsletter .cta-description p {
    color: #fff;
}


.site-section-title h2 {
	margin-top: 1rem;
}


#home-testimonials .testimonial-field.testimonial-name:before {
	content: "- ";
}

#home-testimonials {
	padding: 90px 0;
}

#home-testimonials .wpmslider-prev,
#home-testimonials .wpmslider-next {
	color: #000;
}

#home-testimonials.site-cta .cta-button {
	margin-bottom: 0;
}




  .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;
  }

/* Try uncommenting this if the logo looks too blurry */
/*
.site-title.site-title-logo img, .footer-logo {
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: optimizequality;
    -ms-interpolation-mode: nearest-neighbor;
}
*/

  /* TESTIMONIALS
  ----------------------------------------------------------------- */

.strong-form input[type=checkbox]+label:before, .strong-form input[type=radio]+label:before {
	font-weight: 400;
    background: none;
    border: none;
	content: "\f005";
    display: inline-block;
    height: 2em;
	width: 2em;
    left: 0;
    line-height: 1.6em;
    position: absolute;
}

.strong-form input[type=checkbox]+label, .strong-form input[type=radio]+label {
	vertical-align: top;
}


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

.page-template-page-blank {
    background: url('/wp-content/uploads/2018/09/ty.jpg') no-repeat;
    background-color: #555 !important;
    background-position: center top;
    background-size: cover;
    height: 100vh;
}

/* RETURN TO SITE BUTTON */
.page-template-page-blank .vc_btn3.vc_btn3-color-default {
    background-color: #162B56 !important;
    color: #fff !important;
    font-size: 1em !important;
    width: auto;
    min-width: 260px;
    height: 60px;
    margin: 0 auto;
    text-transform: uppercase;
     border: 2px solid #162B56 !important; 
    transition: all 250ms ease-in-out;

}

.page-template-page-blank .vc_btn3.vc_btn3-color-default:hover {
    background-color: transparent !important;
    color: #fff !important;
}

/* HEADING + P COLOR */
.page-template-page-blank .section-title {
    color: #fff;
    font-size: 2.5em;
    margin-bottom: 50px;
}

.page-template-page-blank p {
    color: #fff;
}

.page-template-page-blank .site-main, .page-template-page-blank .site-top, .page-template-page-blank .site-main .container, .page-template-page-blank .site-page-title .page-title {
    background-color: transparent !important;
}

/* UNCOMMENT TO MAKE MORE READABLE */
.page-template-page-blank article {
  background-color: transparent !important;
  /* background-color: rgba(0, 0, 0, 0.7) !important; */
  /* padding: 40px !important; */
}

.page-template-page-blank .site-page-title {
    margin-top: 0;
    padding: 0;
}

.page-template-page-blank .site-main.site-section {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.page-template-page-blank .content {
    padding: 10% 0;
}

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

/* @end */



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

.wpsight-listing-carousel.listing-category-for-sale .listing-top:after {
    content: "For Sale";
    position: absolute;
    font-size: 16px !important;
    color: #fff !important;
    background-color: #162B56 !important;
    right: 10px;
    bottom: 10px;
    width: 84px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    pointer-events: none;
}

.wpsight-listing-carousel h2.entry-title a:hover {
    color: #fff !important;
    text-decoration: underline;
}

.wpsight-image-slider-arrows [class*='owl-'] {
    background-color: #162B56;
    color: #fff;
    line-height: 35px;
    border: 1px solid transparent;
}

.wpsight-image-slider-arrows [class*='owl-']:hover {
    background-color: #fff;
    color: #162B56;
    border-color: #162B56;
}

.wpsight-image-slider-dots .owl-dot span {
    background-color: #162B5680;
}

.wpsight-image-slider-dots .owl-dot.active span, .wpsight-image-slider-dots .owl-dot:hover span {
    background-color: #162B56ff;
}

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

.wpsight-listings.list .image img {
	height: 280px
}

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

  .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;
  }

  .wpsight-list-agents-sc .contact-button-container .wpsight-list-agent-phone a,
  .single-listing .wpsight-list-agent-phone .button {
/*    padding-top: 0;*/
    border: none;
    background: transparent;
    color: #000 !important;
    text-align: left;
    padding-right: 0;
    padding-left: 0;
  }

.author .contact-button-container .wpsight-list-agent-phone, .wpsight-list-agents-sc .contact-button-container .wpsight-list-agent-phone {
    display: inline-block;
    width: 50%;
}

  .wpsight-list-agents-sc .contact-button-container .wpsight-list-agent-phone a:hover,
  .single-listing .wpsight-list-agent-phone .button:hover {
    text-decoration: underline;
  }


.section-widget_wb_custom_meta_widget {
	width: auto;
    display: inline-block;
}


.single-listing .image.center img {
	width: 100%;
}
.single-listing .sidebar .image.center {
	margin-bottom: 0;
}


.single-listing .wpsight-list-agent-phone {
    flex: 1 .5 50%;
}

.single-listing .wpsight-list-agent-phone .button {
    padding-left: 0;
    padding-right: 0;
    width: 98%;
	font-size: 1em !important;
}

.single-listing .wpsight-list-agent-phone:last-child .button {
	float: right;
}


.single-listing .sidebar .wpsight-listing-details .listing-details-detail {
	text-align: left;
}


  /*BED BATH CAR ICONS*/

  .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: 35px;
    font-size: 1em;
    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:16px;
    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');
  }




 .listing-details-1.listing-details-detail .listing-details-value::before {
    background-image: url('assets/img/bed-blue.svg');
  }
.wpsight-listing-carousel:hover .listing-details-1.listing-details-detail .listing-details-value::before,
.wpsight-listings .listing-wrap .listing:hover .listing-details-1.listing-details-detail .listing-details-value::before {
    background-image: url('assets/img/bed-white.svg');
}

.listing-details-2.listing-details-detail .listing-details-value::before {
    background-image: url('assets/img/bath-blue.svg');
  }
.wpsight-listing-carousel:hover .listing-details-2.listing-details-detail .listing-details-value::before,
.wpsight-listings .listing-wrap .listing:hover .listing-details-2.listing-details-detail .listing-details-value::before {
    background-image: url('assets/img/bath-white.svg');
}

.listing-details-3.listing-details-detail .listing-details-value::before {
    background-image: url('assets/img/car-blue.svg');
  }
.wpsight-listing-carousel:hover .listing-details-3.listing-details-detail .listing-details-value::before,
.wpsight-listings .listing-wrap .listing:hover .listing-details-3.listing-details-detail .listing-details-value::before {
    background-image: url('assets/img/car-white.svg');
}

.listing-details-detail:last-child span:last-child {
	margin-right: 0;
}



	body:not(.page-template-open-times) .badge {
		margin: 0 -1em;
	}



/*
    .wpsight-listings .listing-wrap .entry-title {
        margin: 0  0 0.75em;
    }
*/

    .wpsight-listings .listing-wrap .listing-bottom  {
	    padding: 0.75em 0.75em 1em 0.75em !important;
    }





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

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

	.wpsight-listing-price a {
		border-radius: 0 !important;
	}

	.page-template-open-times .badge, .page-template-open-times .wpsight-listing-price .button {
    height: 3rem;
    padding: 1em 30px;
    vertical-align: top;
    height: auto;
	}

  .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;
  }



.infobox-footer {
	display: none;
}

.infobox-content {
	padding: 20px 30px;
}


	.map-wrap { margin-bottom: 60px; }
	.map-toggle {display:none;}


  @media only screen and (min-width: 981px) {
		
		.nav-primary .wpsight-menu .sub-menu a {
			height: auto;
			line-height: normal;
			padding: 0.75em;
            font-weight: 300;
		}
	  
	  
	  #home-icons .row>div {
          width: 20%;
      }

		
		.wpsight-menu .sub-menu, .wpsight-menu .sub-menu a {
			width: auto;
			min-width: 325px;
			max-width: 400px;
		}

		.wpsight-menu .sub-menu li {
			display: block;
		}
	  


	  #home-news .listing-top {
/*		height: 250px;*/
		overflow: hidden;
	  }
	  
      .open-times-section .date-title {
        font-size: 2em;
      }

      .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:first-child {
        display: none;
      }
      .open-times-section .wpsight-listings .listing-wrap .entry-title {
        font-size: 1.5em;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
      }
	  
      .open-times-section .wpsight-listings .image img {
        height: 250px;
      }

      .open-times-section .alignleft {
        margin-bottom: -16px;
      }
	  
	  .wpsight-menu .menu-item {
        position: relative !important;
	  }
	  
	  
  }


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

    .open-times-section .align-right {
      float: left;
      width: 100%;
    }
	  
	  
      .page-template-page-blank .vc_btn3.vc_btn3-color-default {
        padding: 0.6em 10px !important;
        white-space: normal;
	  }
	  
    .page-template-page-blank .vc_column_container>.vc_column-inner,
    .page-template-page-blank .page.hentry {
        padding: 0 !important;
    }
	  

    .page-template-page-blank .site-main.site-section {
        position: absolute;
        top: 50%;
        width: 100%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
	  

  }




  .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: 1em;
  }


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

.author .wpsight-list-agent-links {
    left: 0;
    bottom: -50px;
    justify-content: center;
    align-items: flex-end;
}

.author .wpsight-list-agent-links a {
    background: #162B56 !important;
    border: 1px solid #162B56;
    color: #fff !important;
    transition: all 0.2s ease-in-out;
}

.author .wpsight-list-agent-links a:hover {
    background: transparent !important;
    color: #162B56 !important;
}

/* About Us Page weird set up */

/*
.author .site-page-title {
    padding-top: 15.5em;
    padding-bottom: 10em;
}
*/

.author .site-top.site-section .container:after {
    content: "ABOUT BLI BLI REAL ESTATE";
    color: #fff;
    font-size: 2em;
    text-align: center;
    display: block;
}

.author-topcontainer>.agent-title {
    padding-top: 60px;
    padding-bottom: 20px;
    position: initial;
    top: 0;
}

.author-topcontainer>.agent-title>span {
    color: #000;
    font-size: 1.5em;
}

.author .agent-title .button.transparent {
    border-color: #000;
    color: #000 !important;
    background: transparent !important;
}

.author .agent-title .button.transparent:hover {
    color: #fff !important;
    background: #000 !important;
}

.author-main {
    padding-top: 1em;
}

/* End about us stuff */

  .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 {
    margin-bottom: 0 !important;
    width: 100%;
  }

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

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

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

  .page-id-1676 .wpsight-list-agent-description {
    display: none;
  }
.archive.author .wpsight-list-agent-info .wpsight-list-agent-display-name {
	display: none;
}




.wpsight-listing-agent-links, .wpsight-list-agent-links {
    margin-top: 0px;
    margin-bottom: 5px;
    position: relative;
    top: auto;
    right: auto;
    display: flex;
}

.wpsight-listing-agent-links a, .wpsight-list-agent-links a {
	margin-left: 0;
    margin-right: 5px;
    flex-grow: 1;
}

.wpsight-listing-agent-links a:last-child, .wpsight-list-agent-links a:last-child {
    margin-right: 0px !important;
}
.wpsight-listing-agent-links a, .wpsight-list-agent-links a {
    margin-left: 0px !important;
}

.author .wpsight-list-agent-links {
	margin-bottom: 2em;
}

.author .wpsight-list-agent.clearfix {
	border: none !important;
}


.wpsight-list-agent-info {
	padding-top: 1em;
	margin-bottom: 1em;
}






.profile-image-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
	opacity: 0;
	
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%);
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%);
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );

	
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.view-agent-container {
	display: table;
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
	
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.view-agent-container span {
    display: table-cell;
	font-size: 1.25em;
    width: 100%;
	vertical-align: bottom;
    text-align: center;
	opacity: 0;
	color: #fff !important;
	padding-bottom: 2em;
    letter-spacing: 3px;
}

.author .profile-image-overlay {
	display: none !important;
}
.author .wpsight-list-agent>a {
	pointer-events: none;
}

.view-agent-container span:hover {
	opacity: 1;
}


.profile-image-overlay:hover {
	opacity: 1;
}

.wpsight-list-agents-sc a,
.author .wpsight-list-agent>a {
	color: #fff;
	text-decoration: none;
	width: 100%;
}








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


  .wpcf7-mail-sent-ok {
      display: none !important;
  }

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

  .form-row {
      width: 100%;
  }

.form-row input[type=button] {
	width: 100%;
}

.form-row .ajax-loader {
	position: absolute;
} 

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

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



#responsive-form input[type=submit] {
	width: 100%;
}

#responsive-form h2 {
	margin: 2em 0 1em 0;
	display: inline-block;
}

#responsive-form h2:first-child {
	margin-top: 0 !important;
}


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



.recaptcha-logo {
    display: inline-block;
    text-align: center;
    border-radius: 3px;
    width: 100%;
    background: #fff;
    box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.08);
    -webkit-box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.08);
    -moz-box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.08);
    padding: 0 1em;
    height: 4rem;
    line-height: 3.75rem;
}


input[type="date"]::-webkit-inner-spin-button { 
	display: none;
}
/*input[type="date" i]::-webkit-calendar-picker-indicator {  }*/

.recaptcha-logo img {
	display: inline-block;
    height: 2rem;
    padding-right: 20px;
    vertical-align: middle;
}
.recaptcha-logo span {
	display: inline-block;
}
.recaptcha-logo span a {
	display: inline-block;
	font-size: 10px;
    color: #000;
}


	.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%;
		}
		.column-third {
			width: 33.3%;
		}
        .column-twothird {
			width: 66.6%;
		}
		
		.column-third input[type=submit] {
			width: 100% !important;
		}

		.column-full, .column-half, .column-third {
			padding: 0.65rem;
		}	
		.column-full:first-child, .column-half:first-child, .column-third:first-child {
			padding-left: 0;
		}	  
		.column-full:last-child, .column-half:last-child, .column-third:last-child {
			padding-right: 0;
		}
		
		.recaptcha-logo, #responsive-form input[type=submit] {
			width: auto;
		}
		
	}



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

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


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

.site-footer-bg,
.footer-divider {
    background-color: #162B56;
}

.footer-divider {
    width: 100%;
}

.footer-divider hr {
    width: 100%;
    max-width: 1250px;
    margin: 0 auto !important;
    border-bottom: 1px solid #fff;
}

.site-footer a, .site-footer-top a {
    text-decoration: none;
}

.site-footer a:hover, .site-footer-top a:hover {
    text-decoration: underline;
}

.site-footer-top.site-section {
    padding: 75px 0 120px;
}

.site-footer-top .container {
    display: grid;
    grid-template-columns: 1.4fr 0.8fr 0.8fr;
}

.site-footer-top .container>* {
    margin: 0 5% 0 auto;
    width: fit-content;
}

.site-footer-top .container>* {
    margin-bottom: 20px;
}

.site-footer-top .container>*:first-child {
    width: 85%;
    margin: 0 auto;
}

.site-footer-top .container>*:first-child img {
    width: 100%;
    max-width: 500px;
}

.site-footer-top .container>*:last-child {
    padding-right: 0;
    margin: 0 0 0 auto;
}

.site-footer-top .container>* p {
    margin-bottom: 0.25em;
}

.site-footer-top .container>*:last-child p {
    margin-bottom: 1.75em;
    line-height: 1.75em;
}

.site-footer-bg .site-footer-top .container>*:first-child a {
	display: inline-block;
	overflow: hidden;
}


.site-footer-bg .site-hr, .site-footer-top, .site-footer {
    background-color: #142954;
	font-size: 16px;
}


.site-footer {
  padding-top: 50px;
  padding-bottom: 50px;
}

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

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


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

.site-footer-top.site-section>.container {
    width: 90%;
    max-width: 1250px;
}


.site-footer.site-section>.container {
	width: 90%;
    max-width: 1250px;
	padding: 0;
}

.site-footer.site-section>.container * {
	text-transform: capitalize;
	clear: none
}

.site-footer.site-section>.container>.row>div p {
	margin-bottom: 0;
	letter-spacing: 1px;
	font-size: 12px;
    font-weight: 300;
}


.site-footer.site-section>.container>.row>div:first-child p {
	text-align: left;
}

.site-footer.site-section>.container>.row>div:last-child p {
	text-align: right;
    font-size: 12.5px;
}


/*
.site-footer.site-section>.container>.row>div:first-child {
	float: right;
	text-align: right;
	clear: none;
	width: auto;
}
.site-footer.site-section>.container>.row>div:last-child {
	float: left;
	text-align: leftt;
	clear: none;
    width: auto;
}
*/

.site-footer.site-section>.container>.row>div:last-child a:not(:last-child) {
	padding-right: 2em;
}

 .button.transparent.white {
    border: 1px solid #fff;
    color: #fff !important;
}

 .button.transparent.white:hover {
    border: 1px solid #fff;
	background: #fff !important;
    color: #000 !important;
}


.site-footer-top #map .gmnoprint,
.site-footer-top #map button {
	display: none !important;
}

#section-custom_html-5 {
	display: none;	
}

  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: -11px 2px;
      display: inline-block;
      height: 30px;
      width: 113px;
      line-height: 20px;
      overflow: hidden;
      padding: 0;
      margin: -9px 3px;
      text-decoration: none;
      transition: all 0.325s ease;
      -webkit-transition: all 0.325s ease;
      transform: scale(0.9);
  }

  a.desktop {
      background: url("https://www.websiteblue.com/wp-content/uploads/md-logo-white.png") no-repeat scroll 0 0 transparent;
      display: inline-block;
      height: 18px;
      width: 81px;
      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: -11px -32px;
  }

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

  .owl-carousel .owl-item img{
    height: 770px;
    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;
  }

#home-carousel .owl-carousel .owl-item img {
    height: 230px;
}

/*
 .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-listing-section-title p {
	margin-bottom: 0;
	line-height: normal;
    margin-bottom: 1.5em;
    max-height: 80px;
    overflow: hidden;
}

h3.home-title {
	line-height: normal;
}

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

	
	.open-times-section .button {
		display: inline-block;
		height: auto;
	}


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

.single-listing .actions-print:before, .single-listing .favorites-add:before, .single-listing .favorites-see:before {
	content: none;
}



  h3.widget-title {
    font-size: 1.2em;
    margin-bottom: 1.2em;
    font-weight: 600;
}

  .widget_listing_details .widget-title{
    margin-bottom: 0px;
  }



.page-template-price-finder .site-top.site-section.site-page-title {
    display: none !important;
  }

  .page-template-price-finder .site-main.site-section {
    background-size: cover !important;
    background-attachment: fixed !important;
    padding: 7em 0 5em;
    min-height: 60vh;
    background-blend-mode: multiply;
  }


#price_finder>.container {
    max-width: 90%;
}


#price_finder h2.cta-title {
    color: #fff;
    text-align: center;
    width: 100%;
    padding: 0;
    margin-bottom: 50px;
    font-size: 2em;
    letter-spacing: 3px;
}

  #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.8rem;
      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%;
  }

  #priceFinderSearchList{
    position: relative;
    width: 80%;
    position: absolute;
    width: 75%;
  }
  #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-menu .ui-menu-item {
	padding: 0 !important;
}
  .ui-menu .ui-menu-item-wrapper {
      position: relative;
      padding: 0.75em 0.5em !important;
  }


  .pricefinder-section .form-wrapper,
  .page-template-price-finder .form-wrapper {
      display: inline-flex;
      width: 100%;
  }
  .pricefinder-section input[type="text"]#priceFinderSearch,
  .page-template-price-finder input[type="text"]#priceFinderSearch {
      text-align: left;
      padding: 1em 1.5em;
      font-weight: 300;
      display: inline-block;
      background: #00000088;
      color: #fff !important;
      letter-spacing: 1px;
      height: auto;
      line-height: normal;
      font-size: 20px;

      flex: 0.74 0.74 74%;
      width: auto;

      margin-right: 1%;
  }
  .pricefinder-section .button, #price_finder button {
      flex: 0.25 0.25 25%;
      width: auto;
      font-weight: 300;
      border: 1px solid #162B56;
      letter-spacing: 1px;
      background: #162B56;
      color: #fff !important;
  }

  .pricefinder-section .button, #price_finder button:hover {
	border-color: #fff !important;
  }

  .pricefinder-section .button:hover, .wpcf7 .same-row-submit input[type="submit"]:hover, .wpsight-listings-search-sc input[type=submit]:hover {
      background: #fff;
      color: #000 !important;
  }

  .pricefinder-section .button:focus {
      outline: none !important;
  }



  .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 #162B56 !important;
      background: #162B56 !important;
  }
  .label-text{
    text-align: center;
    color: #fff;
    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.8rem;*/
    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:100%;
    padding:0 0 0 0;
    float:left;
  }
  .right-col{
    width:100%;
    padding:0;
    float:right;
  }
  .two-column{

    width: 50%;
    float: left;
    padding:0 10px 0 0;
  }
  #price_finder .no-padding{
    padding: 0 0 0 0.5em;
  }
  #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: 3em 2em 3em !important;
    margin-bottom: 1em;
  }
  #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: 18%;
  }
  .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: #162B56;
    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: #162B56;
    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: #162B56;
    display: block;
    text-align: center;
  }
  .sold_growth h3{
    margin: 0;
    padding: 0;
  }
   #request_appraisal_form button[type="submit"]{
    width: 60%;
	min-width: 300px;
    height: auto;
    font-size: 25px;
    margin-bottom: 10px;
   }
   input[type="submit"]#submit_agent{
    height: auto;
    padding: 1em 3em;
   }
   .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 {
/*    border: none;*/
  }

  .submit_bottom{
    display: none;
  }

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


.single-listing .wpsight-listing-agent-name, .wpsight-list-agents-sc .wpsight-list-agent-name, .archive.author .wpsight-list-agent-name {
	font-weight: 400;
}

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

.listings-view-action .button {
	padding: 0.92em 1em;
}

.listings-panel-actions .select-wrapper:before {
    height: 2.7em;
    line-height: 2.7em;
}

.listings-panel-actions select {
    padding: 0.7em 1em;
}

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

  .wpsight-listings:not(.list) .listing-wrap .listing-bottom h2.f-title{
    display: none;
    opacity: 0;
  }

  .wpsight-listings.list .listing-wrap .listing-bottom {
  width: 60%;
}

#frmRequestappraisal>.form-wrapper>.row {
    margin-left: 0;
}

.img-graph-flex {
	display: inline-flex;
	flex-wrap: wrap;
	width: 100%;
	margin-bottom: 1em;
}

.img-graph-flex>* {
    flex-wrap: wrap;
    flex: 1 0.5 33%;
}

.img-graph-flex>img {
    object-fit: cover;
    height: auto;
/*    margin-bottom: 1em;*/
}

#home-news.site-main {
    padding: 20px 0;
}

#home-news .listing-top img {
    display: block;
    width: 100%;
    height: 250px;
    object-fit: cover;
}

#home-news .listing-wrap>div {
    box-shadow: 0px 5px 15px #0000001a;
    margin-bottom: 0;
}

#home-news .wpsight-listing-title h3 {
/*
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
*/
	text-transform: uppercase;
	letter-spacing: 2px;
}


@media only screen and (max-width: 1620px) {
	
	
	body:not(.author) .contact-button-container {
		display: block;
	}
	
	.wpsight-list-agents-sc .contact-button-container .wpsight-list-agent-phone {
		width: 100%;
		padding-bottom: 5px;
	}
	
	.author-topcontainer>.agent-title {
/*        top: -22em;*/
    }
	
    .single-listing .wpsight-list-agent-phone .button {
		width: 100%;
		margin-bottom: 5px;
	}
	
}



@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: 768px) {
	
	.contact-button-container {
		display: block;
	}
	
    .author .contact-button-container .wpsight-list-agent-phone {
		width: 100%;
		padding-bottom: 5px;
	}
	
	.author .agent-title .button.transparent {
		width: 100%;
	}
	
	
	
	
}



@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;
  }
}



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

	  .single-listing .owl-carousel .owl-item img {
		  height: 250px;
	  }
	  
	  .author-topcontainer>.agent-title {
          top: -20em;
      }
	  
	  .author-topcontainer>.agent-title>span {
		  font-size: 2em;
	  }
	  .author-topcontainer>.agent-title .wpsight-list-agent-company {
          font-size: 1rem;
          margin-bottom: 2em;
      }
	
	  
	  .button, .n2-section-smartslider a, #price_finder button, .single-listing .actions-print, #sb_instagram .sbi_follow_btn a, .elm-button {
		  padding: 1em 1.5em;
	  }
	  
	  
}




.slick-prev:before, .slick-next:before {
	color: #162B56;
}


.slick-slider .slider-card {
	box-shadow: 0px 4px 16px 0px rgb(0 0 0 / 16%);
	color: #142954;
}

.slick-slider .slick-slide>div {
    padding: 1em 0;
}


.slick-slider .slider {
    width: 100%;
    margin: 0 auto 60px auto;
}


/*---NEWS---*/

  #news-grid .vc_btn3-container.vc_btn3-left a {
      width: 100%;
	  border-radius: 0;
      text-align: center;
      padding: 1em 0em;
      font-weight: 300;
      display: inline-block;
      border: 1px solid #162B56;
      background: #162B56;
      color: #fff !important;
      letter-spacing: 2px !important;
      height: auto;
      line-height: normal;
      font-size: 20px !important;
      text-transform: uppercase;
      white-space: normal;
  }

  #news-grid .vc_btn3-container.vc_btn3-left a:hover {
      border: 1px solid #162B56;
      background: #fff;
      color: #162B56 !important;
  }

  #news-grid .vc_gitem-post-data-source-post_excerpt {
      height: 84px;
      overflow: hidden;
  }

  #news-grid .vc_gitem-post-data-source-post_excerpt p {
      margin: 0 !important;
  }

  #news-grid .vc_btn3-container.vc_btn3-left {
      margin-bottom: 0;
  }

  #news-grid .moretag {
      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;
  }

  #news-grid .vc_gitem-zone-img {
      height: 230px;
  }

  #news-grid .vc-gitem-zone-height-mode-auto:before {
    padding: 0;
    height: 230px;
}


  .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;
  }

  .archive.author .wpsight-list-agent-links a{
    max-width: 50px;
  }

  .archive.author .wpsight-list-agent-links a:first-child{
	margin-left: auto;
  }
  .archive.author .wpsight-list-agent-links a:last-child{
	margin-right: auto;
  }

  .wpsight-list-agents-sc .image.center img,
  .wpsight-list-agents-sc .centeri.no-agent-image img,
  .wpsight-list-agents-sc .centeri.no-agent-image {
      width: 100%;
  } 
  .wpsight-list-agents-sc .image.center,
  .wpsight-list-agents-sc .centeri.no-agent-image {
	  margin-bottom: 1em;
  }

.wpsight-list-agents-sc .wpsight-list-agent-section {
	margin-bottom: 5px !important;
	vertical-align: top;
}

.make-offer-button {
  position: fixed;
  bottom: 40px;
  right: 20px;
}
.make-offer-button a {
  color: #ffffff !important;
  background-color: #162b56;
  padding: 15px;
  text-decoration: none;
  font-size: 16px;
  box-shadow: 0px 0px 10px rgba(255,255,255, 0.3);
  border: 1px solid #162b56;
	
    -moz-transition: background-color .2s ease-in-out,color .2s ease-in-out,box-shadow .2s ease-in-out;
    -webkit-transition: background-color .2s ease-in-out,color .2s ease-in-out,box-shadow .2s ease-in-out;
    -ms-transition: background-color .2s ease-in-out,color .2s ease-in-out,box-shadow .2s ease-in-out;
    transition: background-color .2s ease-in-out,color .2s ease-in-out,box-shadow .2s ease-in-out;
}
.make-offer-button a svg {
  position: relative;
  top: 4px;
  margin-right: 6px;
	
    -moz-transition: background-color .2s ease-in-out,color .2s ease-in-out,box-shadow .2s ease-in-out;
    -webkit-transition: background-color .2s ease-in-out,color .2s ease-in-out,box-shadow .2s ease-in-out;
    -ms-transition: background-color .2s ease-in-out,color .2s ease-in-out,box-shadow .2s ease-in-out;
    transition: background-color .2s ease-in-out,color .2s ease-in-out,box-shadow .2s ease-in-out;
}

.make-offer-button a:hover {
  background-color: #ffffff;
  color: #162b56 !important;
}
.make-offer-button a:hover svg path {
  fill: #162b56 !important;
}







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



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

	  .single-listing .owl-carousel .owl-item img {
		  height: 220px;
	  }
	  
  }



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

  }

  @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 !important;
    }
    .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: 110px;
    }
  }

  @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: 1400px) {

	.owl-carousel .owl-item img {
		height: 650px;
	}
	
    .cta-title h2, .n2-ss-item-content.n2-ow, .site-page-title .page-title {
        font-size: 2rem !important;
		letter-spacing: 1px !important;
    }
	
	.n2-ss-item-content.n2-ow p {
        font-size: 16px !important;
    }
	
	.n2-ss-item-content.n2-ow {
        margin-bottom: 0.25em;
    }
	#n2-ss-2item2.n2-ss-item-content.n2-ow {
        margin-bottom: 1.25em;
	}

}


@media only screen and (max-width: 1300px) {
    
    .site-footer-top .container>* {
        margin: 0 auto;
    }

	.site-footer-top .widget-section {
        text-align: center;
        margin-bottom: 4em;
    }
    
    .site-footer-top .widget-section:not(:first-child) {
        padding: 0;
    }
}


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

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

	.author .wpsight-list-agent-description {
		padding-top: 2.5em;
	}
	
	.owl-carousel .owl-item img {
		height: 500px;
	}
	
	.author-aside, .author-main {
		width: 100%;
	}
	
	.archive.author .wpsight-list-agent, .author-aside, .author-main, .archive.author .wpsight-list-agent-section {
        margin-bottom: 0;
	}
	
	.author-aside {
		position: relative;
		top: 0;
	}
	
	.author-main {
		padding: 0 0.5em;
	}


}

@media only screen and (max-width: 1500px) and (min-width: 1100px) {
    
    .row>.listings-search-field-listing-category,
    .row>.listings-search-field-details_1 {
        width: 30%;
    }
    
    .row>.listings-search-field-listing-type,
    .row>.listings-search-field-max {
        width: 40%;
    }

    .row>.listings-search-field-location,
    .row>.listings-search-field-submit {
        width: 30%;
    }
}


@media only screen and (max-width: 1099px) {
	
	
	.row>.listings-search-field-submit {
    width: 50%;
    }
	
    #home-search input[type="submit"] {
        background-color: #fff !important;
        color: #162B56 !important;
        border: 1px solid transparent !important;
    }
    
    #home-search input[type="submit"]:hover {
        background-color: transparent !important;
        color: #fff !important;
        border-color: #fff !important;
    }
    
    a.feature:hover {
        background-color: #00000040;
    }
}

@media only screen and (max-width: 1099px) and (min-width: 981px) {
    
    .row>.listings-search-field-listing-category,
    .row>.listings-search-field-details_1,
    .row>.listings-search-field-listing-type,
    .row>.listings-search-field-max,
    .row>.listings-search-field-location,
    #home-search .row>.listings-search-field-submit {
        width: 50%;
    }
}

@media only screen and (max-width: 1250px) and (min-width: 981px) {
    
    .site-header-title {
        float: none;
    }
    
    .site-header-title .site-title img {
        width: 175px;
    }
    
    .solid-bg .site-header-title .site-title img {
        width: 150px;
    }
    
    .site-header nav {
        position: relative;
    }
    
    .header-section-right {
        position: absolute;
        right: 0;
    }
    
    .wpsight-menu.responsive-menu>.menu-item-has-children:before,
    .nav-primary .wpsight-menu>.menu-item>a {
        height: 60px;
        line-height: 60px;
    }
    
    .solid-bg .nav-primary .wpsight-menu>.menu-item>a {
        height: 60px;
    }
}

@media only screen and (max-width: 980px){
    
	
	
	
	.wpsight-listings-search .row>div {
        width: 50%;
        float: left;
        clear: inherit;
    }
	
	
    .awards-grid {
        grid-template-columns: repeat(3,1fr);
    }
    
    .awards-grid>*:last-child {
        grid-column: span 2;
    }
    
    #home-cta-1.site-section {
        padding: 55px 0;
    }
    
    #home-cta-1.site-cta .cta-button {
        margin: 0;
    }
    
    #home-search {
        padding: 20px 0 0;
    }
    
    #home-search .wpsight-listings-search {
        margin: 0;
    }
    
    .wpsight-menu.responsive-menu>.menu-item-has-children:before,
    .nav-primary .wpsight-menu>.menu-item>a {
        height: 60px;
        line-height: 60px;
    }
    
    .solid-bg .nav-primary .wpsight-menu>.menu-item>a {
        height: 60px;
    }
    
    .header-section-right {
        position: absolute;
        width: 100%;
        top: -35px !important;
        text-align: center;
    }
    
    .header-section-right span {
        display: inline-block !important;
        padding-right: 0.5em;
    }
    
    .header-section-right i {
        position: relative;
        left: 0;
        font-size: inherit;
    }
    
    #home-search .row>.listings-search-field-listing-category,
    #home-search .row>.listings-search-field-details_1,
    #home-search .row>.listings-search-field-listing-type,
    #home-search .row>.listings-search-field-max,
    #home-search .row>.listings-search-field-location,
    #home-search .row>.listings-search-field-submit {
        width: 100%;
    }
    
	/*	New responsive menu	*/
	.site-page-title .page-title {
      margin-top: 0px;
    }
	
	.site-header-title .site-title img {
      width: 175px;
    }

    .site-header-bg {
      position: sticky;
    }

	.wpsight-menu a {
		color: #fff !important;
	}
	
	.map-canvas {
		height: 280px !important;
	}
	
    #home-icons .row {
        text-align: center;
    }

    #home-icons .row>div {
        float: none;
        display: inline-block;
        width: 49%;
    }
	
	
.wpsight-menu.responsive-menu>.menu-item-has-children:before {
    width: 100%;
    position: absolute;
    color: #fff;
	height: 50px;
	line-height: 50px;
}
    .wpsight-menu .sub-menu a,
    .site-header-bg.solid-bg .wpsight-menu .sub-menu a, .single-listing .site-header-bg .wpsight-menu .sub-menu a {
        color: #fff !important;
    }
	
	
.wpsight-menu.responsive-menu .menu-open.menu-item-has-children:before {
    content: "\f106";
}

	
  .cta-title h2,
  .n2-ss-item-content.n2-ow,
  .site-page-title .page-title,
  .author .site-top.site-section .container:after
	{
      font-size: 1.5rem !important;
	  letter-spacing: 2px !important;
  }

  .cta-description p,
  #home-testimonials .testimonial-inner *,
  .n2-ss-item-content.n2-ow p {
      font-size: 16px !important;
  }
	
	
  .n2-ss-item-content.n2-ow {
      margin-bottom: 0.5em;
  }
	
  #n2-ss-2item2.n2-ss-item-content.n2-ow {
      margin-bottom: 2em;
  }

  body .site-header-bg {
/*    position: relative;*/
    top: 0px;
    width: 100%;
    z-index: 100;
    padding: 0.5em 0;
    z-index: 99999;
      margin-top: 30px;
}	
	
.site-header-bg .container, .single-listing .site-main.site-section .container {
    width: calc(100% - 1em) !important;
}
	
	
    body .site-header-bg,
    .site-header-bg.solid-bg, .single-listing .site-header-bg {
        background: #162B56 !important;
    }
	
.site-header-title {
    text-align: center;
    position: absolute;
    left: 20px;
    z-index: 10;
/*	    margin-top: 1.25em;*/
    float: none;
}
	
	.responsive-menu-icon, .responsive-menu-icon::before {
        background: transparent;
        text-align: right;
        color: #fff;
	}
	
	.solid-bg .responsive-menu-icon, .solid-bg .responsive-menu-icon::before {
    color: #fff;
	}
	
	.wpsight-menu.responsive-menu {
    background: none;
}
	
	.wpsight-menu.responsive-menu .menu-item-has-children {
		    cursor: pointer;
	}
		
		
		
		

  .site-header nav { 
      overflow: visible;
      padding: 0;
      float: right;
      width: 100%;
      max-height: 97vh;
      bottom: 0;
      position: relative;
      right: auto;
  }

	#home-news .\31 2u\24\28medium\29 {
		width: 50%;
		clear: none;
		margin-left: 0;
	}

    .single-listing main .section-widget_listing_details{
      display: block !important;
    }
    .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;
    }

    .mobile-only {
      display: block;
    }
    .desktop-only {
      display: none;
    }
	
	
/*
	.site-title-logo a img:last-child {
		display: block !important;
	}
	.site-title-logo a img:first-child {
        display: none !important;
    }
*/

	
	#home-carousel .wpsight-listing-carousel .listing-bottom {
		position: relative;
	}
	
	#home-carousel .wpsight-listing-carousel .wpsight-listing-section-summary,
	#home-carousel .wpsight-listing-carousel .wpsight-listing-section-info {
		float:  none;
	}
	
	#home-carousel .wpsight-listing-carousel .listing-details-detail:first-child:before {
		content: none;
	}

	#home-carousel .wpsight-listing-carousel .listing-bottom {
        background: #fff;
        color: #162B56;
        text-align: center;
    }

    #home-carousel .wpsight-listing-carousel .entry-title a {
        color: #162B56;
    }
    
    #home-carousel .wpsight-listing-carousel.listing:hover .listing-bottom,
    #home-carousel .wpsight-listing-carousel.listing:hover .entry-title a,
    #home-carousel .wpsight-listing-carousel.listing:hover .entry-title span {
        color: #fff ;
    }
	

	#home-carousel .alignleft {
		float: none;
	}	
	
	#home-carousel .wpsight-listings-carousel {
        box-shadow: 0px 5px 15px #0000001a;
	}
	

    #home-carousel .listing-details-1.listing-details-detail .listing-details-value::before {
        background-image: url('assets/img/bed-blue.svg');
    }
    
    #home-carousel .listing:hover .listing-details-1.listing-details-detail .listing-details-value::before {
        background-image: url('assets/img/bed-white.svg');
    }

    #home-carousel .listing-details-2.listing-details-detail .listing-details-value::before {
        background-image: url('assets/img/bath-blue.svg');
    }
    
    #home-carousel .listing:hover .listing-details-2.listing-details-detail .listing-details-value::before {
        background-image: url('assets/img/bath-white.svg');
    }

    #home-carousel .listing-details-3.listing-details-detail .listing-details-value::before {
        background-image: url('assets/img/car-blue.svg');
    }
    
    #home-carousel .listing:hover .listing-details-3.listing-details-detail .listing-details-value::before {
        background-image: url('assets/img/car-white.svg');
    }
	
	#home-carousel .listing-bottom>* {
		margin-bottom: 0.75em;
	}
	
	#home-carousel .listing-bottom .wpsight-listing-section-info {
		margin-bottom: 0;
	}
	
	.site-footer-top .widget-section {
		width: 100%;
		text-align: center;
		margin-bottom: 3em;
	}
	
    .site-footer-top .widget-section:last-child {
		margin-bottom: 0em;
	}
    
    #home-carousel .carousel-button {
        margin-top: 50px;
    }
    
    .owl-carousel .owl-item {
        margin: 0;
    }
	
	
  }

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

      .site-footer-bg .site-footer-top .container>*:first-child a img {
          transform: translateX(-20%);
      }
	  
	  .site-footer-top .widget-section {
	      text-align: left;
	  }

  }

  @media only screen and (max-width: 768px){
      
      .site-footer.site-section>.container>.row>div:first-child p,
      .site-footer.site-section>.container>.row>div:last-child p {
          text-align: center;
      }
      
      .site-footer-top .container {
          grid-template-columns: repeat(1, 1fr);
      }
      
      .site-footer-top .widget-section:first-child {
          padding: 0;
          padding-left: 50px;
          padding-right: 50px;
      }

	  .owl-carousel .owl-item img {
          height: 270px;
	  }
	  
	  
	  .site-footer.site-section>.container>.row>div {
		float: none !important;
        width: 100% !important;
        text-align: center !important;
	  } 
	  
	  .site-footer.site-section>.container>.row>div:first-child {
		  margin-bottom: 1em !important;
	  }
	  
	  
    .two-column {
      width: 100%;
      padding: 0 !important;
    }
    .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;
    }
      
      .site-footer-top .container>*:first-child {
          width: 100%;
          margin-bottom: 20px;
          padding: 0;
      }
      
  }

  @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%;
    }
    #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;
    }

  }


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

	.wpsight-listings-search .row>div {
        width: 100%;
        float: left;
        clear: inherit;
    }
	
	.wpsight-listings-search {
        padding: 2em 0.5em 1em 2em;
    }
	
}



@media only screen and (max-width: 500px) {
    .awards-grid {
        grid-template-columns: repeat(2,1fr);
    }
	
	#home-testimonials .cta-button .button {
        padding: 0 0em !important;
        min-width: 290px;
	}
	
	
}
    
@media only screen and (max-width: 736px) {
	#home-news .\31 2u\24\28medium\29 {
		width: 100%;
		clear: none;
		margin-left: 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%;
    }
	  
	.listing-wrap {
      width: 50%;
      clear: none;
    }

	  
  }

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