/*

Theme Name: X – Child Theme
Theme URI: http://theme.co/x/
Author: Themeco
Author URI: http://theme.co/
Description: Make all of your modifications to X in this child theme.
Version: 1.0.0
Template: x

*/

.image-hover {
	position: relative;
	min-height: 220px;
	width: 100%;
	margin:0 auto;
	display: inline-block;
	margin-bottom: -2.15em;
	overflow: hidden;
}

.image-hover img {
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transition: opacity 1s ease-in-out;
	-moz-transition: opacity 1s ease-in-out;
	-o-transition: opacity 1s ease-in-out;
	transition: opacity 1s ease-in-out;
	width: 100%;
	height: auto;
}

.image-hover span {
	position: absolute;
	left: 0;
	bottom: 25px;
	-webkit-transition: opacity 1s ease-in-out;
	-moz-transition: opacity 1s ease-in-out;
	-o-transition: opacity 1s ease-in-out;
	transition: opacity 1s ease-in-out;
	width: 100%;
	height: auto;
	color: #a6a6a6;
}

.image-hover:hover img.top,
.image-hover:hover span {
	opacity:0;
}

.map-bottom p:last-of-type:not(:only-of-type) {
	display: none;
}

.wpgmp_map_parent {
	margin-bottom: 0 !important;
}

@media only screen and (max-width: 767px) {
	.image-hover {
		min-height: 220px;
		margin:0 auto;
	}
	
	.image-hover span {
		bottom: -15px;
	}
	
	.sfm-active-class a {
		cursor: pointer;
	}
}

.thought-rows {
	visibility: hidden;
	opacity: 0;
	transition: visibility 0s, opacity 0.5s linear;
	display: none;
}

#ThoughtShowLess {
	display: none;
}

.thought-rows.active,
.tco-ui-theme-dark .thought-rows,
.tco-ui-theme-dark #ThoughtShowLess {
	visibility: visible;
	opacity: 1;
	display: block;
}