/* Custom Styling for 3rd Party Extensions */

/* RS Form Pro!
----------------------------------------------------------------------------------------------------*/
form.full-width select,
form.full-width textarea,
form.full-width input[type="text"],
form.full-width input[type="password"],
form.full-width input[type="email"],
form.full-width input[type="url"],
form.full-width input[type="tel"] {
	width: 95%;
	padding: 6px 4px;
}

/* Google Calendar Events
----------------------------------------------------------------------------------------------------*/
.gce-list {
	position: relative;
	margin: 20px 0 0 -3.333%;
}
.gce-navbar {
	margin-left: 3.333%;
	width: 96.666%;
}
.gce-navbar .gce-prev a:before,
.gce-navbar .gce-next a:after {
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}
.gce-navbar .gce-prev a:before {
	content: "\f137";
	margin-right: 6px;
}
.gce-navbar .gce-next a:after {
	content: "\f138";
	margin-left: 6px;
}
	
.gce-list .gce-event-day {
	display: inline-block;
	width: 30%;
	margin: 10px 0 10px 3.333%;
	background: #111;
	background: rgba(0,0,0,.6);
	overflow: hidden;
	color: #ccc;
	text-align: center;
}

.gce-list .gce-list-title {
	padding: 6px 10px;
	background: #d24a30;
	background: rgba(210,74,48,.6);
	font-size: 13px;
	line-height: 20px;
	font-weight: 700 !important;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #eee;
}
.gce-list .gce-list-event {
	padding: 15px 30px;
	background-color: transparent !important;
	font-size: 100%;
	text-transform: capitalize;
}
.gce-list-grouped .gce-feed { margin-left: 0; }

/* Hide all but the first three events on homepage */
.home .gce-event-day:nth-child(n+4) {
   display: none;
}

/* MEDA QUERIES */
@media (max-width: 700px) {
	.gce-list { margin-left: 0; }
	.gce-list .gce-event-day {
		display: block;
		width: 100%;
		margin: 20px 0;
	}
}


/* Widgetkit Maps
----------------------------------------------------------------------------------------------------*/
.adp, .adp table, .adp-list {
	color: inherit;
}

label[for="from-address"] {
	display: block;
}
input[name="address"] {
	margin-left: 0 !important;
	padding: 12px 6px;
	width: 300px;
}