﻿/*
Theme Name: Houzez Child
Theme URI: http://majorproperties.superliciousdesign.com/houzez-child/
Author: Dafna Ben-Gera
Author URI: https://www.superliciousdesign.com/
Description: This is a child theme for Houzez made for Major Properties.
Version: 1.06
Tags: white, right-sidebar, left-sidebar, custom-colors, custom-menu, featured-images, post-formats, theme-options, translation-ready
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: houzez
Template: houzez
*/

/* Your CSS code goes here
-------------------------------------- */


/* 
#Contents
#Featured
#Thumbnail and Gallery Gradient
#Grey Text
-------------------------------------- */



/* #Featured
---------------------------------------*/
body.page-template-template-homepage #carousel-module-4 .carousel-column-3 .owl-item figure > a {
	height: 190px;
	overflow: hidden;
}
body.page-template-template-homepage #carousel-module-4 .carousel-column-3 .owl-item figure > a img {height:100%;}

@media (max-width: 767px) {
	body.page-template-template-homepage #carousel-module-4 .carousel-column-3 .owl-item figure > a {height: 170px;}
}
.caption-bottom .detail h3 {max-width:98%;}


/* #Thumbnail and Gallery Gradient
---------------------------------------*/
.item-thumb .hover-effect:after, figure .hover-effect:after {
	height: 30%;
	top: auto;
	position: absolute;
	bottom: 0;
	webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(0%, rgba(0, 0, 0, 0)), color-stop(0%, rgba(0, 0, 0, 0.4)), color-stop(100%, rgba(0, 0, 0, 0.6)));
    	background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.6) 100%);
    	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.6) 100%);
    	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.6) 100%);
}
.detail-top.detail-top-full #gallery:before {
	top: auto;
	bottom: 0;
	height: 25%;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, .4)), color-stop(100%, rgba(0, 0, 0, 0.8)));
    	background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.8) 100%);
    	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.8) 100%);
    	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.8) 100%);
}

/* #Grey Text
---------------------------------------*/
.agents-block .description, .partner-block .description {color: #757575;}
.profile-description .position, .agency-description .position {color: #757575;}
.item-body .property-address, .item-body h4 {color: #757575;}
.item-body .date p {color: #757575;}
.item-body .date a {color: #757575;}
.widget-categories li, .widget_categories li, .widget_archive li,
.widget_meta li, .widget_recent_entries li, .widget_pages li, .widget-pages li,
.widget_recent_comments li, .widget_nav_menu li {
	color: #757575;
}
.profile-social a, .agency-social a {color: #757575;}
.author-meta li {color: #757575;}
.breadcrumb >.active {color: #757575;}