/*
Theme Name: Grido Child
Description: SocialGrindr Child theme for Grido theme
Author: Social Grindr
Template: grido
*/

@import url("../grido/style.css");

/* home page lightbox video with play button */

.home-image {
	margin: 0 0 7px;
}

.home-image .lightbox {
	position: relative;
	display: inline-block;
	zoom:1;
	*display:inline;
	max-width: 100%;
}

.home-image .lightbox .play {
	width: 40px;
	height: 40px;
	background: url(images/icon-play.png) no-repeat center center;
	margin: -20px 0 0 -20px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-border-radius: 10em;
	-moz-border-radius: 10em;
	border-radius: 10em;
}


.contactright {
	float:right;
	width: 30%;
}


.contactleft {
	float:left;
	padding-right: 15px;
	width: 60%;
}