#main-canvas .element-rsvp {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 217px;
	min-width: 0;
	width: auto;
	border-radius: 100% !important;
	width: 217px;
	height: 217px;
	padding: 0 !important;
	font-size: 1.8em !important;
	text-shadow: none !important;
	z-index: 2;
	transition: all .15s linear;
	-webkit-transition: all .15s linear;
	-moz-transition: all .15s linear;
	-ms-transition: all .15s linear;
	-o-transition: all .15s linear;
	transform: translateX(30%) translateY(-100%) rotate(-13deg);
	-webkit-transform: translateX(30%) translateY(-100%) rotate(-13deg);
	-moz-transform: translateX(30%) translateY(-100%) rotate(-13deg);
	-ms-transform: translateX(30%) translateY(-100%) rotate(-13deg);
	-o-transform: translateX(30%) translateY(-100%) rotate(-13deg);
}


.sponsor-item {
	padding: 1em;
}

#main-canvas .element-rsvp:hover {
	background: #7bc7ee !important;
}

#main-canvas #element-rsvp {
	position: absolute !important;
	top: 50%;
	left: 0.05em;
	width: 100%;
	line-height: 1;
	transform: translateY(-55%);
	-webkit-transform: translateY(-55%);
	-moz-transform: translateY(-55%);
	-ms-transform: translateY(-55%);
	-o-transform: translateY(-55%);
}

span#rsvp-button span {
	font-family: 'gibsonRegular' !important;
}

.element-social-links .social-main .icon-email, 
.element-social-links .social-main .ico-fb-large, 
.element-social-links .social-main .ico-twitter {
	display: none;
}

a#twitter-link,
a#fb-link,
#social-btn-email > a {
	width: 42px;
	height: 42px;
	display: inline-block;
	margin: 0 0.3em;
	opacity: .2;
	transition: all .15s linear;
	-webkit-transition: all .15s linear;
	-moz-transition: all .15s linear;
	-ms-transition: all .15s linear;
	-o-transition: all .15s linear;
	background: url(/img/events/111602/assets/3024.spotify-socials.png);
}

a#twitter-link:hover,
a#fb-link:hover,
#social-btn-email > a:hover {
	opacity: 1;
}

a#twitter-link {
	background-position: 0 0;
}

a#fb-link {
	background-position: -59px 0;
}

#social-btn-email > a {
	background-position: -118px 0;
}

.grp.align .bottom, .grp.align .middle, .grp.align .top, .grp.align .align-left, .grp.align .align-right, .grp.align .top-left, .grp.align .top-right, .grp.align .bottom-left, .grp.align .bottom-right {
	padding: 2em 0 4em 0 !important;	
}

@media only screen and (max-width: 630px) { 
	#main-canvas .element-rsvp {
		width: 26%;
		height: 0;
		padding: 26% 0 0 0 !important;
		font-size: 1.4em !important;
		transform: translateX(40%) translateY(-130%) rotate(-13deg);
		-webkit-transform: translateX(40%) translateY(-130%) rotate(-13deg);
		-moz-transform: translateX(40%) translateY(-130%) rotate(-13deg);
		-ms-transform: translateX(40%) translateY(-130%) rotate(-13deg);
		-o-transform: translateX(40%) translateY(-130%) rotate(-13deg);
	}
}

@media only screen and (max-width: 580px) {

	#main-canvas .element-rsvp {
		transform: translateX(40%) translateY(-150%) rotate(-13deg);
		-webkit-transform: translateX(40%) translateY(-150%) rotate(-13deg);
		-moz-transform: translateX(40%) translateY(-150%) rotate(-13deg);
		-ms-transform: translateX(40%) translateY(-150%) rotate(-13deg);
		-o-transform: translateX(40%) translateY(-150%) rotate(-13deg);
	}

}
