/*
	Theme Name:       wPenthouse
	Theme URI:        http: //wpcasa.com/theme/penthouse
	Description:      Child theme for real estate theme framework wpCasa
	Author:           Simon Rimkus (wpCasa)
	Author URI:       http: //wpcasa.com/
	Version:          1.2.1
	
	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
	
	Template:         wpcasa
	Template Version: 1.3
	
	License: 		  GNU General Public License v2.0
	License URI:      http://www.opensource.org/licenses/gpl-license.php
*/

/* Import parent theme style.css
================================================== */
 
@import url("../wpcasa/style.css");


/* Body
================================================== */

body {
	line-height: 22px;
	background-color: #eee;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #4c4d51;
}


/* Titles
================================================== */

.title,
.post-title,
h1, h2, h3, h4, h5, h6 {
	line-height: 1;
	font-family: 'Bitter', serif;
}

h1, h2, h3, h4, h5, h6 {
	margin-bottom: 20px;
}

.title {
	padding-top: 0;
	border-top: none;
}

.title h1,
.title h2 {
	text-transform: uppercase;
}

.call-to-action-text h2 {
	font-size: 26px;
}


/* Link Colors
================================================== */

a,
a:visited,
.listing-search-buttons div:hover {
	color: #5bb75b;
}

.title a:hover, .post-title a:hover,
.listing-features a:hover {
	color: #5bb75b !important;
}

.title a:visited, .post-title a:visited,
.listing-features a:visited {
	color: #505050;
}

.call-to-action-text h2 {
	line-height: 1.2;
}

.title-actions .btn:hover {
	color: inherit !important;
}


/* Layout Elements
================================================== */

#top-wrap {
	width: 100%;
	padding-top: 0;
	padding-bottom: 0;
	background: url(../wpcasa/lib/assets/img/bg-trans-75.png);
}

#header-wrap {
	background: none;
}

#header {
	padding: 40px 0;
	text-align: center;
	color: #aaa;
}

#header-top,
#header-bottom,
#logo-description {
	color: inherit;
	font-family: 'Bitter', serif;
}

#header-top {
	margin-bottom: 20px;
}

#container-wrap {
	width: 1080px;
	margin: 0 auto;
	padding: 10px 0;
	background: url(../wpcasa/lib/assets/img/bg-trans-light-25.png);
}

#footer-bottom-wrap {
	background-color: #303030;
}

#footer-bottom {
	padding: 60px 0;
	text-align: center;
}

#footer-bottom .social-icons a {
	margin: 0 5px;
	-moz-opacity: .75;
	-ms-filter: "alpha(opacity=75)";
	filter: alpha(opacity=75);
	opacity: .75;
}

#footer-bottom .social-icons a:hover {
	-moz-opacity: 1;
	-ms-filter: "alpha(opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}


/* Menus
================================================== */

.wpsight-menu,
.wpsight-menu .sf-menu li,
.wpsight-menu .sf-menu a {
	height: 50px;
	line-height: 50px;
	font-family: 'Bitter', serif;
	font-size: 13px;
	text-transform: uppercase;
}

.wpsight-menu .sf-menu li li a,
.wpsight-menu .sf-menu li li a:visited {
	font-size: inherit;
}

.tinynav {
	margin-top: 4px;
}

.wpsight-menu-main,
.wpsight-menu-bottom {
	background: none;
	text-align: center;
}

.wpsight-menu-main.wpsight-menu .sf-menu ul,
.wpsight-menu-bottom.wpsight-menu .sf-menu ul {
	background: url(../wpcasa/lib/assets/img/bg-trans-75.png);
	border: none;
}

.wpsight-menu .sf-menu li:hover ul,
.wpsight-menu .sf-menu li.sfHover ul {
	left: -5px;
}

.wpsight-menu .sf-menu li li a, 
.wpsight-menu .sf-menu li li a:visited {
	text-transform: none;
}

.wpsight-menu .sf-menu a:hover,
.wpsight-menu .sf-menu li li a:hover {
	color: #5bb75b !important;
}

.wpsight-menu-main.wpsight-menu .sf-menu li li a, 
.wpsight-menu-main.wpsight-menu .sf-menu li li a:visited,
.wpsight-menu-bottom.wpsight-menu .sf-menu li li a, 
.wpsight-menu-bottom.wpsight-menu .sf-menu li li a:visited {
	color: #fff;
	text-transform: none;
}

.wpsight-menu-main.wpsight-menu .sf-menu li li a:hover,
.wpsight-menu-bottom.wpsight-menu .sf-menu li li a:hover {
	color: #5bb75b;
}

.wpsight-menu-bottom {
	margin-top: -20px;
	margin-bottom: 20px;
}

.wpsight-menu-main li,
.wpsight-menu-bottom li {
	float: none;
	display: inline-block;
}

.wpsight-menu-main li li,
.wpsight-menu-bottom li li {
	text-align: left;
}

.wpsight-menu-main.wpsight-menu a,
.wpsight-menu-main.wpsight-menu a:visited,
.wpsight-menu-bottom.wpsight-menu a,
.wpsight-menu-bottom.wpsight-menu a:visited {
	margin: 0 10px;
	color: #fff;
}

.wpsight-menu-main .tinynav,
.wpsight-menu-bottom .tinynav {
	background-color: #303030;
	color: #fff;
	border-color: #404040;
}

.wpsight-menu-sub a,
.wpsight-menu-sub a:visited {
	color: inherit;
}

.wpsight-menu .sf-menu li:hover ul,
.wpsight-menu .sf-menu li.sfHover ul {
	top: 50px;
}

.wpsight-menu-top-left .sf-menu ul,
.wpsight-menu-top-right .sf-menu ul {
	border-top: none;
}

.wpsight-menu-sub {
	background-color: #eee;
   	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#eeeeee), to(#f8f8f8));
   	background: -webkit-linear-gradient(top, #f8f8f8, #eeeeee);
  	background: -moz-linear-gradient(top, #f8f8f8, #eeeeee);
  	background: -ms-linear-gradient(top, #f8f8f8, #eeeeee);
  	background: -o-linear-gradient(top, #f8f8f8, #eeeeee);
}

.wpsight-menu-sub.wpsight-menu .sf-menu ul {
	background: #f8f8f8;
	border: none;
}


/* Misc Elements
================================================== */

.single-property .listing-price-on-request {
	font-size: inherit;
}

input,
textarea,
select,
label,
button,
.title-actions,
#cancel-comment-reply-link {
	font-family: Helvetica, Arial, sans-serif;
}

.listing-search form,
.widget-call-to-action-wrap {
	background-color: #f4f4f4;
}

.flexslider .overlay a.moretag {
	text-decoration: none;
}

.gform_wrapper {
	max-width: none !important;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

/* To avoid br height */
.gform_wrapper form {
	margin-top: -14px !important;
}

.gform_wrapper .top_label .gfield_label {
	margin-top: 0 !important;
}

.gform_wrapper .gform_footer {
	padding-top: 0 !important;
}

/* Posts / Properties
================================================== */

.post-meta {
	margin-top: -5px;
	padding-top: 10px;
	border-top: 1px dotted #b0b0b0;
	font-size: 12px;
}

.listing-details-overview {
	margin: 10px 0;
}

.listing-price {
	font-family: 'Bitter', serif;
	letter-spacing: -1px;
	font-weight: 400;
}

.moretag-wrap {
	display: block;
	margin-bottom: 20px;
}

span.favorites-remove:hover {
	background-color: #5bb75b;
}

#comments,
#pings,
#respond {
	padding-top: 20px;
}

#comments #respond {
	padding-top: 0;
}

.comment-inner {
	padding-bottom: 1px;
	background: #f8f8f8;
	border: none;
}

.allowed-tags,
.form-allowed-tags,
.comment-notes {
	display: none;
}

.listing-price-on-request,
.listing-price-sold-rented {
	line-height: 1.25;
	font-family: Helvetica, Arial, sans-serif;
	letter-spacing: normal;
}

#submit {
	padding: 9px 14px;
  	font-size: 15px;
  	line-height: normal;
  	-webkit-border-radius: 5px;
  	-moz-border-radius: 5px;
  	border-radius: 5px;
  	background-color: #5bb75b;
  	background-image: -moz-linear-gradient(top, #62c462, #51a351);
  	background-image: -ms-linear-gradient(top, #62c462, #51a351);
  	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  	background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  	background-image: -o-linear-gradient(top, #62c462, #51a351);
  	background-image: linear-gradient(top, #62c462, #51a351);
  	background-repeat: repeat-x;
  	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#51a351', GradientType=0);
  	border-color: #51a351 #51a351 #387038;
  	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

#submit.active {
  	color: rgba(255, 255, 255, 0.75);
}

#submit:hover,
#submit:active,
#submit.active,
#submit.disabled,
#submit[disabled] {
  	background-color: #51a351;
}

#submit:active, #submit.active {
  	background-color: #408140 \9;
}

img.alignleft,
img.alignright {
	margin-bottom: 20px;
}


/*  Landscape phone to portrait tablet
================================================== */

@media (max-width: 768px) {

	#container-wrap {
		width: 784px;
	}
	
}

/*  Landscape phones and down
================================================== */

@media (max-width: 480px) {

	#container-wrap {
		width: 500px;
	}

}

/*  Portrait tablet to landscape and desktop
================================================== */

@media (max-width: 1080px) {

	#container-wrap {
		width: auto;
	}
	
}

@media (min-width: 769px) and (max-width: 1024px) {

	#container-wrap {
		width: 784px;
	}
	
}

/*  Waga Custom Style
================================================== */

#logo-description {
	display: none;
}

.title a:hover, .post-title a:hover, .listing-features a:hover {
color: #004A83 !important;
}

.wpsight-menu .sf-menu a:hover, 
.wpsight-menu .sf-menu li li a:hover {
color: #004A83 !important;
}


.btn-success {
  background-color: #004A83 !important;
  background-image: none !important;
  border: none !important;

}

.btn-success:hover,
.btn-success:active,
.btn-success.active {
  background-color: #8b9faf !important;
}

.flex-direction-nav .flex-prev:hover, .flex-direction-nav .flex-next:hover {
background-color: #004A83;
}

.captcha-image {
    float: none;
    text-align: center;
    width: 100%;
}

.captcha-image img {
    border: 1px solid #CCCCCC;
}

.captcha-input {
    float: none;
    margin-top: 15px;
    width: 100%;
}


.wrap-field-type-checkbox  .wrap-field-checkbox input, .wrap-field-radio input {
    display: inline;
    float: left;
    margin-bottom: 0px;
    margin-right: 5px;
}

.wpcf7-form-control-wrap.checkbox-522 span.wpcf7-list-item {
    margin-left: 0;
}

.wpcf7-form-control-wrap.checkbox-522 input {
    display: inline;
    float: left;
    margin-bottom: 15px;
    margin-right: 5px;
}