/*!
 * Theme Name: Cadence
 * Theme URI: http://cadence-living.com
 * Description: Cadence WordPress Theme
 * Version: 1.0
 * Author: Paradox Design Studio
 * Author URI: http://paradoxcreates.com
 */
@import "styles/normalize.css";
@import "styles/css/style.css";

.projimgthirds {
align-items: center !important;	
}
@media only screen and (max-width: 761px) {
	#ourprocess + .teamlist .teammember {
		width: 100%;
	}
	#ourprocess + .teamlist .teammember .hovertxt {
		opacity: 1;
		z-index: 2;
		background: rgba(0, 0, 0, 0.6);
	}
	#ourprocess + .teamlist .owl-dots {
		position: relative;
		width: 100%;
		z-index: 999999;
		text-align: center;
		margin-top: 10px;
	}
	#ourprocess + .teamlist .owl-dots .owl-dot {
		display: inline-block;
		*zoom: 1;
		*display: inline;
		background: none;
		border: 1px solid #0bb3c9;
		text-indent: -9999px;
		width: 12px;
		height: 12px;
		margin: 0 10px;
		outline: 0;
	}
	#ourprocess + .teamlist .owl-dots .owl-dot.active {
		background: #0bb3c9
	}
}