/*
	Theme Name: wpCasa
	Theme URI: http://wpcasa.com
	Description: wpCasa Real Estate WordPress Theme Framework
	Version: 1.3.8
	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.
 */

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 10px;
	color: #444;
	font-family: inherit;
	font-weight: normal;
	letter-spacing: -1px;
}

h1 {
	margin: 0 0 20px;
	line-height: normal;
	font-size: 36px;
}

h2 {
	font-size: 30px;	
}

h3 {
	font-size: 14px;
}

h4 {
	font-size: 13px;
}

h5 {
	font-size: 12px;
}

h6 {
	font-size: 11px;
}

.title {
	position: relative;
	margin: 0 0 20px;
	padding: 10px 0;
	line-height: 1;
	border-top: 1px dotted #b0b0b0;
	border-bottom: 1px dotted #b0b0b0;
	font-size: 24px;
	color: #2facd5;
	text-transform: uppercase;
}

.title h1,
.title h2,
.title h3 {
	float: left;
	width: auto;
	margin: 0;
	line-height: inherit;
	font-size: inherit;
}

.title-archive,
.title-author,
.widget-slider .title {
	margin-bottom: 30px;
}

.title-dotted {
	margin-bottom: 30px;
	padding: 10px 20px 0;
	border: 1px dotted #b0b0b0;
}

.title-center {
	text-align: center;
}

.title-right {
	text-align: right;
}

.post-title,
.post-title h1 {
	margin-bottom: 15px;
	line-height: normal;	
	font-size: 18px;
}

.title a,
.title a:visited,
.post-title a,
.post-title a:visited {
	color: inherit;
	text-decoration: none;
}

.title a:hover,
.post-title a:hover {
	color: #3da754;
}

.title i,
.post-title i {
	display: inline-block;
	margin-right: 8px;
}

.title .btn i,
.post-title .btn i {
	margin-right: 5px;
}

.title-actions {
	float: right;
	width: auto;
	font-size: 12px;
}

.title-actions div {
	display: inline-block;
	margin: 0 10px 0 0;
}

.title-actions div:last-child {
	margin-right: 0px;
}

.title-actions .btn:hover {
	color: #333;
}

.title-actions .btn-mini {
	position: relative;
	margin-bottom: -1px;
	padding-top: 2px;
	padding-bottom: 0;
	line-height: 1.5;
}

.title-actions .btn-mini .caret {
	margin-top: 6px;
	margin-left: 3px;
}

.title-actions .btn-mini .badge {
	position: absolute;
	top: -7px;
	right: -8px;
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	font-size: 9px;
	padding: 0px 5px;
}

.title-search-map {
	display: inline-block;
	margin-top: -2px;
	margin-left: 10px;
	padding-top: 0;
	cursor: pointer;
}

.title-search-map i {
	margin-right: 2px;
}

.title-search-map.open i,
.title-actions-compare button.open i {
	color: #bf2626;
}

.title-actions-order,
.title-actions-compare,
.title-actions-contact,
.title-actions-fav-print {
	margin-top: -2px;
	margin-left: 10px;
	padding-top: 0;
}

.title-actions-compare i,
.title-actions-contact i,
.title-actions-fav-print i {
	margin-right: 2px;
}

.title-actions-order select {
	width: auto;
	height: 20px;
	margin-bottom: 0;
}

.title-actions-order .dropdown-menu {
	min-width: 120px;
}

.alert {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.alert-heading {
	font-weight: bold;
	margin-bottom: 5px;
}
