/* =WP Listings - Defaults
------------------------------------------------------------ */
@import url('/wp-content/plugins/elementor/assets/lib/font-awesome/css/font-awesome.min.css?ver=4.7.0');

/* reset some theme defaults */
.full-width.singular .site-content article.hentry.has-post-thumbnail,
.full-width .site-content .has-post-thumbnail header.entry-header {
	margin-top: 0;
}
.single-listing.full-width .hentry {
	width: 672px;
}
.single-listing .site-content .entry-header,
.single-listing .site-content .entry-meta,
.single-listing .site-content .entry-content {
	width: 100%;
	max-width: 100%;
}
.site-content .has-post-thumbnail .entry-header {
	padding-top: 0
}
/* end reset some theme defaults */

.listing,
.listing-wrap {

	margin: auto;
    width: 100%; /* GREG 90% */
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


/* =Archive Listing template
------------------------------------------------------------ */
.textebarre {
	color: #FFF !important;
	background: none repeat scroll 0 0 #070075 !important;
	font-size: 18px !important;
	position: relative;
}

.textebarre::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	right: 0;
	border-top: 1px solid #909090;
	border-color: inherit;
	-webkit-transform: -16deg;
	-moz-transform: -16deg;
	-ms-transform: -16deg;
	transform: -16deg;
	-webkit-transform: rotate(-16deg);
	-moz-transform: rotate(-16deg);
	-o-transform: rotate(-16deg);
	-ms-transform: rotate(-16deg);
	transform: rotate(-16deg);
}

.archive .listing-wrap {
	width: 100%;
	margin: 0;
}

.archive .listing-widget-thumb {
    /*background: none repeat scroll 0 0 #D4D4D4;*/
    border-bottom: 3px solid #070075;
    box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.16);
    /* float: left; */
    /* line-height: 0; */
    margin: 0 0 20px;
    /* overflow: hidden; */
    padding: 20px;
    position: relative;
}

.archive h3 {
	font-size: 1.2em;
    margin: 10px 3px 6px;
    text-align: left;
    text-transform: uppercase;
	min-height: 40px;
}

.archive .listing-widget-thumb a img {
	-moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    margin: 0;
    /*max-height: 180px;*/
    height: auto;
	width:100%;
    max-width: 100%;
    padding: 0;
}

.archive .listing-widget-thumb a {
	padding: 0;
	margin: 0;
	border: none;
	text-decoration: none;
}
/*
.archive .listing-wrap span.listing-status,
.archive .listing-wrap .listing-thumb-meta {
	position: absolute;
}*/

.archive article {
	clear:both;
}

h1.archive-title{
margin:15px;
}

.archive .listing-wrap span.listing-status {
	width: 130px;
	padding: 5px;
	top: 20px;
	right: -30px;
	font-size: 12px;
	line-height: 18px;
	-moz-transform: scale(1) rotate(45deg) translate(0px);
	-webkit-transform: scale(1) rotate(45deg) translate(0px);
	-o-transform: scale(1) rotate(45deg) translate(0px);
	transform: scale(1) rotate(45deg) translate(0px);
}

/*
.archive .listing-wrap .listing-thumb-meta {
	left: 0;
	top: 77px;
}*/

.archive .listing-wrap .listing-thumb-meta span {
	position: relative;
	padding: 5px 10px;
	color: #111;
	background: #fff;
	background: rgba(255,255,255,0.80);
	font-size: 14px;
	line-height: 14px;
	font-weight: normal;
	display: inline-block;
	top: inherit;
	left: inherit;
	border-radius: 0;
}

.archive .listing-wrap .listing-thumb-meta span.listing-price {
    background: none repeat scroll 0 0 #070075;
    color: #FFFFFF !important;
    font-size: 29px;
    font-weight: 400;
    line-height: 18px;
    margin: 5px 2px;
}

.archive .listing-wrap span.listing-open-house {
	display: block;
	padding: 5px 10px;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	background: #be1d2c;
}

.archive .listing-widget-details {
	/*color: #999;*/
	text-align: left;
	line-height: 18px;
	/*background: #fff;*/
	border-style: solid none;
    border-width: 3px 0 0;
    border-color: #39B4ED;
	margin-bottom: 20px;
	float: right;
	height: 240px;
	padding: 20px 0 0 25px;
	width: 54%;
}

.archive .listing-widget-details h3.listing-title {
	margin: 0 0 20px;
	padding: 5px;
	line-height: 1;
	text-decoration: none;
	border-bottom: none;
	box-shadow:-1px -1px 8px 0 #AAAAAA;
	padding:8px 15px;
	border-radius: 4px;
}

.archive .listing-widget-details h3.listing-title a {
	padding: 0;
	margin: 0;
	color: #666;
	background: none;
	font-size: 18px;
	text-decoration: none;
	border: none;
}

.archive .listing-widget-details p.listing-address {
	padding: 0 0 15px;
	margin: 0;
	display: block;
	text-align: left;
	float: left;
	width:50%;
}

.archive .listing-widget-details p.img_ft {
	margin: 0;
	text-align: right;
	float: left;
	width:50%;
}

.archive .listing-widget-details span.listing-address,
.archive .listing-widget-details span.listing-city-state-zip {
	line-height: 22px;
	font-size: 18px;
	text-align: left;
	display: block;
	font-weight: bold;
}

.archive .listing-widget-details .listing-beds-baths-sqft {
	width: 100%;
	padding: 15px 0;
	margin: 0;
	border-top: 1px solid #efefef;
}

.archive .listing-widget-details .listing-beds-baths-sqft li {
	display: inline-block;
	width: 32%;
	margin: 0 30px;
}

.archive .listing-widget-details .listing-beds-baths-sqft li span {
	/*display: block;*/
	color: #39B4ED;
	margin: 5px 0 0 0;
}

.archive .listing-wrap .more-link {
	display: none;
}


/* =Listing overlays
------------------------------------------------------------ */

.archive .listing-wrap span.listing-status {
	color: #fff;
	background: #53c331;
	background: rgba(83, 195, 49, 0.80);
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	box-shadow: 0px 4px 1px rgba(0, 0, 0, 0.2);
}

.archive .listing-wrap span.listing-status.active {
	background: #53c331;
	background: rgba(83, 195, 49, 0.80);
}
.archive .listing-wrap span.listing-status.sold {
	background: #be1d2c;
	background: rgba(190, 29, 44, 0.80);
}
.archive .listing-wrap span.listing-status.pending {
	background: #db8323;
	background: rgba(219, 131, 35, 0.80);
}
.archive .listing-wrap span.listing-status.new,
.archive .listing-wrap span.listing-status.reduced,
.archive .listing-wrap span.listing-status.for-rent {
	background: #24a4ea;
	background: rgba(36, 164, 234, 0.80);
}


/* =Column classes (one-third - for archive page)
------------------------------------------------------------ */


.listing.one-third {
    float: left;
    margin: 0 1%;
    min-height: 340px;
    padding: 0;
    text-align: center;
    width: 31%;
}

.listing.first {
	clear: both;
	margin-left: 0;
}


/* =Listing Navigation
------------------------------------------------------------ */

.nav-links {
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	hyphens:         auto;
	word-wrap: break-word;
}

.listing-navigation {
	margin: 24px auto 48px;
	max-width: 474px;
	padding: 0 10px;
}

.listing-navigation a {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding: 11px 0 12px;
	width: 100%;
}

.listing-navigation .meta-nav {
	color: #767676;
	display: block;
	font-size: 12px;
	font-weight: 900;
	line-height: 2;
	text-transform: uppercase;
}

.listing-navigation a {
	color: #2b2b2b;
	display: block;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.7142857142;
	text-transform: none;
}

.listing-navigation a:hover {
	color: #41a62a;
}

/* Paging Navigation */

.pagination,
.archive-listing-navigation {
	clear: both;
}

.archive-listing-navigation {
	border-top: 5px solid #000;
	margin: 48px 0;
}

.archive-listing-navigation .loop-pagination {
	margin-top: -5px;
	text-align: center;
}

.archive-listing-navigation .page-numbers {
	border-top: 5px solid transparent;
	display: inline-block;
	font-size: 14px;
	font-weight: 900;
	margin-right: 1px;
	padding: 7px 16px;
	text-transform: uppercase;
}

.archive-listing-navigation a {
	color: #2b2b2b;
}

.archive-listing-navigation .page-numbers.current {
	border-top: 5px solid #24890d;
}

.archive-listing-navigation a:hover {
	border-top: 5px solid #41a62a;
	color: #2b2b2b;
}


/* =Responsive
------------------------------------------------------------ */

@media only screen and (max-width: 1139px) {
	.archive .listing-widget-thumb a img {
		/*height:190px;*/
	}
	
	/*.archive .listing-wrap .listing-thumb-meta {
		left: 0;
		top: 65px;
	}*/
}

@media only screen and (max-width: 979px) {
	
	.archive .listing-widget-details .listing-beds-baths-sqft li {
		width: 45%;
		margin:0;
	}
	
	.archive .listing-widget-thumb a img {
		/*height:140px;*/
	}
	
	/*.archive .listing-wrap .listing-thumb-meta {
		left: 0;
		top: 40px;
	}*/
	
}

@media (max-width: 767px) {
	
	.archive .listing.one-third {
		float: left;
		margin: 0 5px 20px;
		padding: 0;
		width: 31%;
	}
	
	.archive .listing-widget-details .listing-beds-baths-sqft li {
		width: 45%;
		margin:0;
		font-size:9px;
	}
	
	.archive .listing-widget-details h3.listing-title a {
		font-size:12px;
	}
	
	.archive .listing-widget-thumb a img {
		height: auto;
		width: 100%;
	}
	
	/*.archive .listing-wrap .listing-thumb-meta {
		left: 0;
		top: 116px;
	}*/
	
	
}

@media (max-width: 480px) {

	.archive .listing.one-third {
		float: left;
		margin: 0 0px 20px;
		padding: 0;
		width: 100%;
	}

	
	.archive .listing-widget-details .listing-beds-baths-sqft li {
		width: 45%;
		margin:0;
		font-size:9px;
	}
	
}