/*
Theme Name:  Findeo ChildTheme
Theme URI: http://findeo.realty
Author: Purethemes
Author URI: http://themeforest.net/user/purethemes
Description: Real Estate WordPress Theme by Purethemes
Version: 1.0
License: ThemeForest
License URI: http://themeforest.net/licenses
Text Domain: findeo
Domain Path: /languages/
Tags: light, responsive-layout, post-formats, theme-options, translation-ready, two-columns
Template:  findeo
*/

.left-side {
	float: left;
	width: 100%;
	display: inline-block;
	
}

.right-side {
	float: right;
	width: 0;
	display: none;
}
.insert-page ul.post-meta {display:none}

@media screen and (min-width: 767px) {
#image-hover5 figcaption{
	  bottom: 640px;
    position: relative;
    background-color: black;
    color: #EDEDED;
    opacity: 0;
    width: 480px;
    height: 640px;
    margin: 0 auto;
    padding-top: 25%;
		
}
#image-hover5 figcaption:hover{
		opacity:0.8;
}
#image-hover5 {
		margin-bottom:-640px;
		text-decoration: uppercase;
}
}

		