/*
Theme Name: CYAA
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/

/* ==============================================================
   TRANSITIONS
   ============================================================== */
a, a img, button, input, textarea, input[type="submit"], h3.tribe-events-calendar-month__calendar-event-title {
	-webkit-transition: all 200ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
	-moz-transition: all 200ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
	-ms-transition: all 200ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
	-o-transition: all 200ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
	transition: all 200ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
}
#top .av-control-minimal .avia-slideshow-arrows a::before {
	border: 0px solid #fff !important;
}
a.prev-slide, a.next-slide {
	transform: scaleY(2.3);
	border: 0px solid #fff !important;
	background: rgba(255,255,255,.3);
	color: #fff !important;
}

tr.tribe-linked-type-venue-address, tr.tribe-linked-type-venue-city, tr.tribe-linked-type-venue-zip, tr.tribe-linked-type-venue-phone,
tr.tribe-linked-type-venue-website {
	display: none !important;
	visibility: none !important;
	opacity: 0 !important;
}

/* ==============================================================
   SVG FIX
   ============================================================== */
.ie9 img[src$=".svg"] {
	width: 100%;
	height: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) 
 {
  img[src$=".svg"] {
	width: 100%; 
	height: 100%;
  }
}

/* ==============================================================
   CALENDAR
   ============================================================== */
.tribe-common, #tribe-events-content {
	background: #fff;
}
h3.tribe-events-calendar-month__calendar-event-title {
	padding: 5px 10px !important;
	border-left: 5px solid rgba(0,0,0,.25) !important;	
	opacity: 1;
}
h3.tribe-events-calendar-month__calendar-event-title:hover {
	border-left: 5px solid rgba(0,0,0,.5) !important;
	opacity: .8;
}

#tribe-events-content > .tribe_events {
	margin: 0 auto;
	max-width: 1310px !important;
	padding: 40px 0;
}

/* Hide Duplicate Dots on Mobile Month View */
.venueColor_21 ~ .venueColor_21, .venueColor_22 ~ .venueColor_22, .venueColor_23 ~ .venueColor_23, .venueColor_24 ~ .venueColor_24, .venueColor_25 ~ .venueColor_25, .venueColor_26 ~ .venueColor_26 {
	display: none !important;
}
/* ==============================================================
   ADD EVENT
   ============================================================== */
.edit-linked-post-link {
	display: none !important;
	opacity: 0 !important;
}
.events-community-post-title, .events-community-post-content {
	background: #fff;
	padding: 10px 20px;
	border: 1px solid #e0e0e0;
	border-radius: 3px;
}
.events-community-post-content {
	margin-top: 25px;
}
.events-community-post-title label, .events-community-post-content label {
	font-size: 16px !important;
	font-family: "oswald", "HelveticaNeue", "Helvetica Neue", "Helvetica-Neue", Helvetica, Arial, sans-serif;
}
#tribe-community-events span.req {
	display: none !important;
}
/*#tribe-events-pg-template a.button-add {
	display: none !important;
}*/
a.button-add {
	text-align: center;
	font-weight: bold;
	color: #fff !important;
	padding: 10px 20px;
	border-radius: 3px;
	background: #2b52b6;
}
a.button-add:hover {
	color: #fff;
	background: #1b3b9b;
}
.events-community-post-content {
	display: none !important;
}

/* HIDE END DATE FOR ADDING EVENT */
input#EventEndDate {
	display: none !important;
}

/* ==============================================================
   SITE OVERRIDES
   ============================================================== */
#footer form input[type="text"], #footer form input[type="email"], #footer form textarea {
	border: none !important;
	background: #283098 !important;
}
#footer form input[type="text"]:hover, #footer form input[type="email"]:hover, #footer form textarea:hover {
	border: none !important;
}
#footer form input[type="text"]:focus, #footer form input[type="email"]:focus, #footer form textarea:focus {
	border: none !important;
	color: #ffea00 !important;
}
#footer .gfield_validation_message {
	color: #c02b0a;
}
#footer form input[type="button"], #footer form input[type="submit"] {
	border: 1px solid transparent !important;
	background: #fff !important;
	color: #283098 !important;
	text-transform: uppercase;
	font-size: 14px;
	margin-top: -20px;
}
#footer form .gfield_select {
	background: #283098;
	border: none !important;
	color: #d4d5ea;
}
#footer form .gfield_select:focus {
	color: #ffea00 !important;
}
#footer form .gfield_select::placeholder {
	opacity: .8;
}
#footer form .gfield_select:focus option {
	color: #d4d5ea !important;
}
.neg_bottom_margin {
	margin-bottom: -10px !important;
}
#footer form input[type="button"]:hover, #footer form input[type="submit"]:hover {
	background: #ffea00 !important;
}
#footer form p {
	margin-top: 0px !important;
	margin-bottom: 3px !important;
}
#footer .av-google-badge-message {
	opacity: .6;
}
.grecaptcha-badge {
	opacity: 0 !important;
}
.negMargin {
	margin-top: -50px;
	margin-bottom: 0px; 
}
.avia-slideshow-dots {
	display: none !important;
}

#footer form textarea {
	height: 100px;
}


/* ==============================================================
   FORMS
   ============================================================== */
.soldout {
	color: #b10000;
	text-decoration: line-through;
	opacity: .7;
}
.soldout strong:after {
	display: inline-block;
	content: '(SOLD OUT)';
	text-decoration: none !important;
	margin-left: 10px;
	color: #b10000;
	font-weight: bold;
}
.first_half {
	float: left;
	width: 50%;
	padding: 0 15px;
}
.last_half {
	float: left;
	width: 50%;
	padding: 0 15px;
}
.clear {
	clear: both;
}

/* ==============================================================
   MOBILE RESPONSIVE
   ============================================================== */
 
@media only screen and (min-width: 768px) {
	.home .regBlock {
		margin-top: -100px !important;
	}

}
@media only screen and (max-width: 767px) {
	.home .regBlock {
		margin-top: 0 !important;
	}
	.responsive .logo a {
		display: inline-block;
		vertical-align: middle;
	}
	.responsive .logo {
		position: relative;
		display: block;
		width: 100%;
		text-align: center;
		margin-left: 10% !important;	
	}
	.responsive .logo img {
		max-height: 80px !important;
	}
	.first_half, .last_half {
		float: none;
		width: 100%;
		padding: 0 0;
	}

}

/* ==============================================================
   FOOTER "Contact the Club" FORM
   ============================================================== */
#footer .avia_ajax_form .select {
    background: #283098;
    border: none !important;
    color: #d0d2e8;
}
#footer .avia_ajax_form .select:focus{ color:#cbbd25}

#footer .avia_ajax_form .select:focus option {
    color: #d0d2e8;
}
#footer form .error input[type="text"], #footer form .error input[type="email"], #footer form .error textarea, #footer form .error .select {
	border: 1px solid #DF653E !important;
}