/*
	Theme Name: wpCasa
	Theme URI: http://wpcasa.com
	Description: wpCasa Real Estate WordPress Theme Framework
	Version: 1.3.9
	Author: Simon Rimkus (wpCasa)
	Author URI: http://wpcasa.com
	Tags: black, blue, gray, white, light, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-width, flexible-width, custom-background, custom-header, custom-menu, editor-style, featured-images, full-width-template, post-formats, sticky-post, theme-options, threaded-comments, translation-ready	
	License: GNU General Public License v2.0
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/

/**
 * PLEASE NOTICE! The main CSS styles of this
 * theme are located in /lib/assets/css/layout.css
 */

/**
 * WARNING! You can add your custom styles here. But keep in mind
 * that this file will be overwritten when you update the theme.
 * If you add styles here, BACKUP this file before updating.
 */
.listing-image{
    position: relative;
}
.let_aggredsmall{
  position: absolute;  
 background-color: #EC1851;
text-transform: uppercase;
font-weight: bold;
text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
color: #FFF !important;
padding: 9px 14px;
font-size: 12px;
line-height: normal;
 top: 10px;
 left: 0;
 width: 80px;
 
}

.let_aggredbigg{
    
}

#back-top {
	position: fixed;
	bottom: 30px;
	right: 5px;
}

#back-top a {
	width: 26px;
    height: 26px;
	display: block;
	text-align: center;
	font: 11px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #bbb;
    background :#fff url("lib/assets/img/cycle.png");
    border-radius: 26px;
     /* transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
    opacity: 0.8;
}
#back-top a:hover {
	color: #000;
}

 .widget-title{
    
 }
 .sow-carousel-title{
    padding-top: 0px;
border-top: medium none;
border-bottom: 4px double rgba(80, 80, 80, 0.15);
margin-bottom: 30px;
 
 }
 
 .sow-carousel-title h3{
    font-size: 21px;
    text-transform: uppercase;
    margin-bottom: 9px;
 }
 
 .listing-search{
    
 }