/**
 * This CSS file was auto-generated via PostCSS
 *
 * Contributors should avoid editing this file, but instead edit the associated
 * src/resources/postcss/ file. For more information, check out our engineering
 * docs on how we handle CSS in our engineering docs.
 *
 * @see: http://moderntribe.github.io/products-engineering/css/
 */

:root {
	--alabaster: #FAFAFA;
	--alto: #d9d9d9;
	--aluminum: #979797;
	--button-light-color: #009FF1;
	--button-dark-color: #0080DB;
	--button-secondary-light-color: #b7b7b7;
	--button-secondary-dark-color: #626262;
	--charcoal: #464646;
	--dim-gray: #6a6a6a;
	--gray: #919191;
	--light-gray: #d1d1d1;
	--seashell: #f1f1f1;
	--star-dust: #9E9E9E;
	--strong-red: #cc2a2c;
	--silver: #c0c0c0;
	--shuttle-gray: #64686c;
	--white-smoke: #F8F8F8;

	--button-primary: #008DD5;
	--button-primary-hover: #0076B2;
	--button-primary-active: #006395;

	--button-secondary: #616161;
	--button-secondary-hover: #444444;
	--button-secondary-active: #313131;

	--button-tertiary: #FBFBFB;
	--button-tertiary-hover: #ECECEC;
	--button-tertiary-active: #D7D7D7;

	--section-border-color: #e0e0e0;
	--section-spacing: 32px;
}

/**
 * Community Events Stylesheet
 * The stylesheet for Community Events.
 *
 * Override this stylesheet in your own theme by creating a file at
 * [your-theme]/tribe-events/community/tribe-events-community.css
 *
 * @package Tribe__Events__Community__Community_Events
 * @since  1.0
 * @TODO refactor single media query to nested contextual queries
 * @author Modern Tribe Inc.
 *
 */

/**
 * TABLE OF CONTENTS
 *
 *  Global
		Buttons
 *  Event Title
 *  Event Description
 *  Event Categories
 *  Event Tags
 *  Event Image
 *  Event Time & Date
 *  Event Venue
 *  Event Organizer
 *  Event Website
 *  Event Cost
 *  Events List
 *  Additional Fields
 *  Utilities & Theme Specific Hacks
		Twenty Fourteen
		Twenty Fifteen
		Twenty Sixteen
		Twenty Seventeen
		Avada
 *  Mobile Styles
 */

/*------------------------------------*\
		Select2 Global Drop/Mask
	\*------------------------------------*/

.tribe_community_edit .select2-drop .select2-results, .tribe_community_list .select2-drop .select2-results {
			font-size: 13px;
		}

.tribe_community_edit .select2-drop input[type="text"],.tribe_community_list .select2-drop input[type="text"]{
			font-size: 13px;
			padding: 0 3px;
		}

/*------------------------------------*\
		jQuery UI Dialog
	\*------------------------------------*/

.tribe_community_edit .ui-dialog, .tribe_community_list .ui-dialog {
		background-color: #fff;
		box-shadow: 0 0 7px rgba( 0, 0, 0, 0.2 );
		font-size: 13px;


	}

.tribe_community_edit .ui-dialog .button, .tribe_community_list .ui-dialog .button {
			font-size: 13px;
		}

/*------------------------------------*\
		jQuery UI Datepicker
	\*------------------------------------*/

.tribe_community_edit .ui-datepicker a, .tribe_community_list .ui-datepicker a {
		  text-decoration: none;
		}

.tribe_community_edit .ui-datepicker input, .tribe_community_edit .ui-datepicker select, .tribe_community_edit .ui-datepicker textarea, .tribe_community_list .ui-datepicker input, .tribe_community_list .ui-datepicker select, .tribe_community_list .ui-datepicker textarea {
			padding: .125em;
		}

/*--------------------*\
		#BUTTONS
	\*--------------------*/

.tribe_community_edit .button,
	.tribe_community_edit #tribe-add-exclusion,
	.tribe_community_edit .tribe-add-recurrence.tribe-button,
	.tribe_community_edit .tribe-button,
	.tribe_community_edit .button-secondary,
	.tribe_community_edit .button-primary,
	.tribe_community_list .button,
	.tribe_community_list #tribe-add-exclusion,
	.tribe_community_list .tribe-add-recurrence.tribe-button,
	.tribe_community_list .tribe-button,
	.tribe_community_list .button-secondary,
	.tribe_community_list .button-primary {
		-webkit-font-smoothing: subpixel-antialiased;
		background: #616161;
		background: var(--button-secondary);
		border-radius: 3px;
		color: #fff;
		cursor: pointer;
		display: inline-block;
		font-family: sans-serif;
		font-size: 12px;
		font-weight: 400;
		height: auto;
		letter-spacing: 1px;
		line-height: 1;
		padding: 10px;
		text-align: center;
		text-transform: uppercase;
		text-decoration: none;

	}

.tribe_community_edit .button:hover,
		.tribe_community_edit .button:focus,
		.tribe_community_edit #tribe-add-exclusion:hover,
		.tribe_community_edit #tribe-add-exclusion:focus,
		.tribe_community_edit .tribe-add-recurrence.tribe-button:hover,
		.tribe_community_edit .tribe-add-recurrence.tribe-button:focus,
		.tribe_community_edit .tribe-button:hover,
		.tribe_community_edit .tribe-button:focus,
		.tribe_community_edit .button-secondary:hover,
		.tribe_community_edit .button-secondary:focus,
		.tribe_community_edit .button-primary:hover,
		.tribe_community_edit .button-primary:focus,
		.tribe_community_list .button:hover,
		.tribe_community_list .button:focus,
		.tribe_community_list #tribe-add-exclusion:hover,
		.tribe_community_list #tribe-add-exclusion:focus,
		.tribe_community_list .tribe-add-recurrence.tribe-button:hover,
		.tribe_community_list .tribe-add-recurrence.tribe-button:focus,
		.tribe_community_list .tribe-button:hover,
		.tribe_community_list .tribe-button:focus,
		.tribe_community_list .button-secondary:hover,
		.tribe_community_list .button-secondary:focus,
		.tribe_community_list .button-primary:hover,
		.tribe_community_list .button-primary:focus {
			background: #444444;
			background: var(--button-secondary-hover);
			box-shadow: none;
			color: #fff;
			text-decoration: none;
		}

.tribe_community_edit .button:active, .tribe_community_edit #tribe-add-exclusion:active, .tribe_community_edit .tribe-add-recurrence.tribe-button:active, .tribe_community_edit .tribe-button:active, .tribe_community_edit .button-secondary:active, .tribe_community_edit .button-primary:active, .tribe_community_list .button:active, .tribe_community_list #tribe-add-exclusion:active, .tribe_community_list .tribe-add-recurrence.tribe-button:active, .tribe_community_list .tribe-button:active, .tribe_community_list .button-secondary:active, .tribe_community_list .button-primary:active {
			background: #313131;
			background: var(--button-secondary-active);
		}

.tribe_community_edit .button span, .tribe_community_edit #tribe-add-exclusion span, .tribe_community_edit .tribe-add-recurrence.tribe-button span, .tribe_community_edit .tribe-button span, .tribe_community_edit .button-secondary span, .tribe_community_edit .button-primary span, .tribe_community_list .button span, .tribe_community_list #tribe-add-exclusion span, .tribe_community_list .tribe-add-recurrence.tribe-button span, .tribe_community_list .tribe-button span, .tribe_community_list .button-secondary span, .tribe_community_list .button-primary span {
			font-size: inherit;
			line-height: inherit;
		}

.tribe_community_edit .button-primary.tribe-delete-this.tribe-confirm-delete-this, .tribe_community_list .button-primary.tribe-delete-this.tribe-confirm-delete-this {
		display: none;
	}

.tribe_community_edit .tribe-button.tribe-button-primary,
	.tribe_community_edit .button-primary,
	.tribe_community_list .tribe-button.tribe-button-primary,
	.tribe_community_list .button-primary {
		background: #008DD5;
		background: var(--button-primary);
	}

.tribe_community_edit .tribe-button.tribe-button-primary:hover,
		.tribe_community_edit .tribe-button.tribe-button-primary:focus,
		.tribe_community_edit .button-primary:hover,
		.tribe_community_edit .button-primary:focus,
		.tribe_community_list .tribe-button.tribe-button-primary:hover,
		.tribe_community_list .tribe-button.tribe-button-primary:focus,
		.tribe_community_list .button-primary:hover,
		.tribe_community_list .button-primary:focus {
			background: #0076B2;
			background: var(--button-primary-hover);
		}

.tribe_community_edit .tribe-button.tribe-button-primary:active, .tribe_community_edit .button-primary:active, .tribe_community_list .tribe-button.tribe-button-primary:active, .tribe_community_list .button-primary:active {
			background: #006395;
			background: var(--button-primary-active);
		}

.tribe_community_edit .tribe-button.submit, .tribe_community_list .tribe-button.submit {
		background: #008DD5;
		background: var(--button-primary);
		margin: 30px auto;
		min-width: 200px;
		padding: 1.5em;
		text-transform: uppercase;
		width: 30%;
	}

.tribe_community_edit .tribe-button.submit:hover,
		.tribe_community_edit .tribe-button.submit:focus,
		.tribe_community_list .tribe-button.submit:hover,
		.tribe_community_list .tribe-button.submit:focus {
			background: #0076B2;
			background: var(--button-primary-hover);
		}

.tribe_community_edit .tribe-button.submit:active, .tribe_community_list .tribe-button.submit:active {
			background: #006395;
			background: var(--button-primary-active);
		}

.tribe_community_edit .tribe-button-tertiary, .tribe_community_list .tribe-button-tertiary {
		background: #FBFBFB;
		background: var(--button-tertiary);
		border: 1px solid #d1d1d1;
		border: 1px solid var(--light-gray);
		color: #64686c;
		color: var(--shuttle-gray);
		font-weight: bold;
	}

.tribe_community_edit .tribe-button-tertiary:hover,
		.tribe_community_edit .tribe-button-tertiary:focus,
		.tribe_community_list .tribe-button-tertiary:hover,
		.tribe_community_list .tribe-button-tertiary:focus {
			background: #ECECEC;
			background: var(--button-tertiary-hover);
			border: 1px solid #c0c0c0;
			border: 1px solid var(--silver);
			color: #0080DB;
			color: var(--button-dark-color);
		}

.tribe_community_edit .tribe-button-tertiary:active, .tribe_community_list .tribe-button-tertiary:active {
			background: #D7D7D7;
			background: var(--button-tertiary-active);
			border: 1px solid #c0c0c0;
			border: 1px solid var(--silver);
			color: #0080DB;
			color: var(--button-dark-color);
		}

.tribe_community_edit .tribe-button-large, .tribe_community_list .tribe-button-large {
		padding: 15px 20px;
	}

.tribe_community_edit .tribe-button-activate, .tribe_community_list .tribe-button-activate {
		padding: 10px 30px 10px 15px;
		position: relative;
	}

.tribe_community_edit .tribe-button-activate:after, .tribe_community_list .tribe-button-activate:after {
			color: #64686c;
			color: var(--shuttle-gray);
			content: '\25BC';
			font-size: 8px;
			position: absolute;
			right: 15px;
			top: 50%;
			-webkit-transform: translateY(-50%);
			        transform: translateY(-50%);
		}

.tribe_community_edit .tribe-button-activate.menu-open:after, .tribe_community_list .tribe-button-activate.menu-open:after {
			content: '\25B2';
		}

/*------------------------------------*\
	Page Contents
\*------------------------------------*/

.tribe-community-events {
	background: #f1f1f1;
	background: var(--seashell);
	border: 1px solid #d9d9d9;
	border: 1px solid var(--alto);
	box-sizing: border-box;
	color: #64686c;
	color: var(--shuttle-gray);
	font-size: 100%;
	padding: 60px;
}

.tribe-community-events * {
		box-sizing: border-box;
		font-size: 14px;
	}

.tribe-community-events table,
	.tribe-community-events tbody,
	.tribe-community-events th,
	.tribe-community-events tr,
	.tribe-community-events td {
		border-collapse: collapse;
		border: none;
		font-size: 100%;
	}

.tribe-community-events form:before,
		.tribe-community-events form:after {
			clear: both;
			content: '';
			display: table;
		}

/* Include margin and padding in the width calculation of input and textarea. */

.tribe-community-events input,
	.tribe-community-events select {
		margin: 1px;
		padding: 3px 5px;
		line-height: 20px;
	}

.tribe-community-events input[type="text"],
	.tribe-community-events input[type="password"],
	.tribe-community-events input[type="color"],
	.tribe-community-events input[type="date"],
	.tribe-community-events input[type="datetime"],
	.tribe-community-events input[type="datetime-local"],
	.tribe-community-events input[type="email"],
	.tribe-community-events input[type="month"],
	.tribe-community-events input[type="number"],
	.tribe-community-events input[type="search"],
	.tribe-community-events input[type="tel"],
	.tribe-community-events input[type="text"],
	.tribe-community-events input[type="time"],
	.tribe-community-events input[type="url"],
	.tribe-community-events input[type="week"],
	.tribe-community-events textarea {
		-webkit-box-shadow: inset 0 1px 2px rgba( 0, 0, 0, 0.07 );
		-webkit-transition: 0.05s border-color ease-in-out;
		background-color: #fff;
		border: 1px solid #ddd;
		box-shadow: inset 0 1px 2px rgba( 0, 0, 0, 0.07 );
		color: #32373c;
		outline: none;
		transition: 0.05s border-color ease-in-out;
		width: auto;
	}

.tribe-community-events .current {
		background-color: #979797;
		background-color: var(--aluminum);
		color: #fff;
		padding: 6em 9em 5em;
	}

.tribe-community-events .tribe-community-notice {
		background: #fff;
		border-left: 4px solid #fff;
		box-shadow: 0 1px 1px 0 rgba( 0, 0, 0, 0.1 );
		margin: 5px 0 25px;
		padding: 10px 12px;
	}

.tribe-community-events .tribe-community-notice.tribe-community-notice-error {
			border-left-color: #dc3232;
		}

.tribe-community-events .tribe-community-notice p {
			margin-bottom: 10px;
		}

.tribe-community-events .tribe-community-notice p:last-child {
				margin: 0;
			}

.tribe-community-events .req {
		color: #6a6a6a;
		color: var(--dim-gray);
		font-size: 12px;
		font-style: italic;
		font-weight: lighter;
		text-transform: none;
	}

.tribe-community-events .login .message {
		background-color: #ffffe0;
		border-color: #ffffe0;
	}

.tribe-community-events #loginform p {
		margin: auto;
		width: 40%;
	}

.tribe-community-events .dashicons {
		margin-top: 2px;
	}

.tribe-community-events .dashicons-trash {
		margin-top: 0px;
		height: 28px;
		width: 28px;
		font-size: 26px;
	}

/*------------------------------------*\
		#Event-Title
		#Event-Description
	\*------------------------------------*/

.tribe-community-events .events-community-post-title,
	.tribe-community-events .events-community-post-content {
		position: relative;
	}

.tribe-community-events .events-community-post-title label, .tribe-community-events .events-community-post-content label {
			color: #464646;
			color: var(--charcoal);
			font-size: 16px;
			font-weight: bold;
			text-transform: uppercase;
		}

.tribe-community-events .events-community-post-title label.error, .tribe-community-events .events-community-post-content label.error {
			    padding-bottom: 2px;
				border-bottom: 1px solid #dc3232;
			}

.tribe-community-events .events-community-post-title > input, .tribe-community-events .events-community-post-content > input {
			font-size: 1.7em;
			height: 1.7em;
			line-height: 100%;
			margin: 10px 0 20px;
			padding: 3px 8px;
		}

.tribe-community-events .events-community-post-title > input,
		.tribe-community-events .events-community-post-title > textarea,
		.tribe-community-events .events-community-post-content > input,
		.tribe-community-events .events-community-post-content > textarea {
			border: 1px solid #d9d9d9;
			width: 100%;
		}

.tribe-community-events .events-community-post-title > textarea, .tribe-community-events .events-community-post-content > textarea {
			height: 200px;
			margin: 15px 0;
		}

/*------------------------------------*\
		Content Editor
	\*------------------------------------*/

.tribe-community-events .wp-editor-wrap {
		margin-top: -20px;
	}

.tribe-community-events .wp-editor-container {
		border: 1px solid #e0e0e0;
		border: 1px solid var( --section-border-color );
	}

/*------------------------------------*\
		Sections of Edit pages
	\*------------------------------------*/

.tribe-community-events .tribe-section {
		background: #fff;
		border-radius: 3px;
		border: 1px solid #e0e0e0;
		border: 1px solid var( --section-border-color );
		font-size: 13px;
		margin: 24px 0;
		padding-bottom: 32px;
		padding-bottom: var( --section-spacing );

	}

.tribe-community-events .tribe-section .tribe-section-header {
			border-bottom: 1px solid #c0c0c0;
			border-bottom: 1px solid var(--silver);
			margin-bottom: 32px;
			margin-bottom: var( --section-spacing );
			padding: 16px;
		}

.tribe-community-events .tribe-section .tribe-section-header h3 {
				color: #464646;
				color: var(--charcoal);
				font-size: 16px;
				line-height: 1;
				margin: 0;
				text-transform: uppercase;
				font-weight: bold;
			}

.tribe-community-events .tribe-section .tribe-section-header h3 label {
					font-size: inherit;
				}

.tribe-community-events .tribe-section p {
			display: block;
			padding: 4px 0;
		}

.tribe-community-events .tribe-section p .description {
				font-style: italic;
			}

.tribe-community-events .tribe-section table.tribe-section-content {
			margin: 0;
			table-layout: auto;
			width: 100%;
		}

.tribe-community-events .tribe-section table.tribe-section-content .tribe-section-content-row {
				line-height: 28px;
			}

.tribe-community-events .tribe-section table.tribe-section-content col.tribe-colgroup-label {
					width: 20%;
			}

.tribe-community-events .tribe-section table.tribe-section-content col.tribe-colgroup-field {
				width: 80%;
			}

.tribe-community-events .tribe-section table.tribe-section-content td {
				padding: 0;
			}

.tribe-community-events .tribe-section table.tribe-section-content .tribe-section-content-row,
			.tribe-community-events .tribe-section table.tribe-section-content tr {
				border-top: 6px solid transparent;
				border-bottom: 6px solid transparent;
			}

.tribe-community-events .tribe-section table.tribe-section-content .tribe-section-content-label,
			.tribe-community-events .tribe-section table.tribe-section-content td:first-child {
				padding-left: 32px;
				padding-left: var( --section-spacing );
				vertical-align: top;
			}

.tribe-community-events .tribe-section table.tribe-section-content .tribe-section-content-field,
			.tribe-community-events .tribe-section table.tribe-section-content td:last-child  {
				padding-right: 32px;
				padding-right: var( --section-spacing );
			}

.tribe-community-events .tribe-section div.tribe-section-content {
			margin-left: 32px;
			margin-left: var( --section-spacing );
			margin-right: 32px;
			margin-right: var( --section-spacing );
		}

/*------------------------------------*\
			Event Taxonomies
		\*------------------------------------*/

.tribe-community-events .tribe-section.tribe-section-taxonomy .tribe-dropdown {
				width: 100%;
			}

.tribe-community-events .tribe-section.tribe-section-taxonomy .tribe-dropdown .select2-choices .select2-search-field {
						line-height: 1.5;
						padding-bottom: 14px;
						padding-top: 13px;
					}

.tribe-community-events .tribe-section.tribe-section-taxonomy .tribe-dropdown .select2-choices .select2-input {
						padding-left: 10px;
						padding-right: 10px;
					}

.tribe-community-events .tribe-section.tribe-section-taxonomy .tribe-dropdown .select2-choices .select2-search-choice {
						letter-spacing: 1px;
						line-height: 1.5;
						margin-bottom: 5px;
						margin-top: 5px;
						padding: 8px 15px 8px 30px;
					}

.tribe-community-events .tribe-section.tribe-section-taxonomy .tribe-dropdown .select2-choices .select2-search-choice-close {
						left: 10px;
						margin-top: -6px;
						top: 50%;
					}

/*------------------------------------*\
			Image Uploader
		\*------------------------------------*/

.tribe-community-events .tribe-section.tribe-section-image-uploader .tribe-image-upload-area {
				background: #ffffff url(../images/image-icon.png) no-repeat center 5px;
				text-align: center;
			}

.tribe-community-events .tribe-section.tribe-section-image-uploader .tribe-image-upload-area .tribe-community-events-preview-image {
					display: none;
				}

.tribe-community-events .tribe-section.tribe-section-image-uploader .tribe-image-upload-area .note {
					padding-top: 75px;
					text-align: center;
				}

.tribe-community-events .tribe-section.tribe-section-image-uploader .tribe-image-upload-area .note p {
						color: #9E9E9E;
						color: var(--star-dust);
						margin-bottom: 0;
					}

.tribe-community-events .tribe-section.tribe-section-image-uploader .tribe-image-upload-area .form-controls {
					margin: 0 auto;
					position: relative;
					width: 100%;
					max-width: 250px;
				}

.tribe-community-events .tribe-section.tribe-section-image-uploader .tribe-image-upload-area .button[disabled],
				.tribe-community-events .tribe-section.tribe-section-image-uploader .tribe-image-upload-area input[disabled] {
					display: block;
					margin: 0 auto;
					text-align: center;
					width: 100%;
				}

.tribe-community-events .tribe-section.tribe-section-image-uploader .tribe-image-upload-area .tribe-remove-upload,
				.tribe-community-events .tribe-section.tribe-section-image-uploader .tribe-image-upload-area .current-image,
				.tribe-community-events .tribe-section.tribe-section-image-uploader .tribe-image-upload-area .selected-msg,
				.tribe-community-events .tribe-section.tribe-section-image-uploader .tribe-image-upload-area .uploaded-msg {
					display: none;
				}

.tribe-community-events .tribe-section.tribe-section-image-uploader .tribe-image-upload-area .current-image,
				.tribe-community-events .tribe-section.tribe-section-image-uploader .tribe-image-upload-area input[disabled].uploadFile {
					border: 0;
					display: none;
					margin: 0;
					padding: 0;
				}

.tribe-community-events .tribe-section.tribe-section-image-uploader .tribe-image-upload-area .choose-file {
					margin: 25px auto 0;
					padding: 1.5em;
					text-transform: uppercase;
					width: 100%;
				}

.tribe-community-events .tribe-section.tribe-section-image-uploader .tribe-image-upload-area .EventImage {
					height: 48px;
					left: 0;
					margin: 25px 0 0 0;
					position: absolute;
					top: 0;
					width: 100%;
				}

.tribe-community-events .tribe-section.tribe-section-image-uploader .tribe-image-upload-area input#EventImage {
					cursor: pointer;
					width: 100%;
					filter: alpha(opacity=0);
					opacity: 0;
				}

.tribe-community-events .tribe-section.tribe-section-image-uploader .tribe-image-upload-area .submitdelete {
					display: block;
				}

.tribe-community-events .tribe-section.tribe-section-image-uploader .tribe-image-upload-area.uploaded .note {
						margin-top: 55px;
					}

.tribe-community-events .tribe-section.tribe-section-image-uploader .tribe-image-upload-area.uploaded .note p,
					.tribe-community-events .tribe-section.tribe-section-image-uploader .tribe-image-upload-area.uploaded .form-controls .choose-file,
					.tribe-community-events .tribe-section.tribe-section-image-uploader .tribe-image-upload-area.uploaded .form-controls .EventImage {
						display: none;
					}

.tribe-community-events .tribe-section.tribe-section-image-uploader .tribe-image-upload-area.uploaded .tribe-remove-upload {
						display: block;
					}

.tribe-community-events .tribe-section.tribe-section-image-uploader .tribe-image-upload-area.uploaded .tribe-remove-upload a {
							font-size: 12px;
						}

.tribe-community-events .tribe-section.tribe-section-image-uploader .tribe-image-upload-area.uploaded input[disabled].uploadFile,
					.tribe-community-events .tribe-section.tribe-section-image-uploader .tribe-image-upload-area.uploaded .selected-msg {
						display: inline-block;
						font-size: 14px;
						width: auto;
					}

.tribe-community-events .tribe-section.tribe-section-image-uploader .tribe-image-upload-area.uploaded .selected-msg {
						font-weight: 700;
					}

.tribe-community-events .tribe-section.tribe-section-image-uploader .tribe-image-upload-area.has-image {
					background-image: none;
					background-color: #ffffff;
				}

.tribe-community-events .tribe-section.tribe-section-image-uploader .tribe-image-upload-area.has-image .tribe-community-events-preview-image {
						display: block;
					}

.tribe-community-events .tribe-section.tribe-section-image-uploader .tribe-image-upload-area.has-image .tribe-community-events-preview-image img {
							margin-bottom: 5px;
						}

.tribe-community-events .tribe-section.tribe-section-image-uploader .tribe-image-upload-area.has-image .tribe-community-events-preview-image a {
							font-size: 12px;
						}

.tribe-community-events .tribe-section.tribe-section-image-uploader .tribe-image-upload-area.has-image .note,
					.tribe-community-events .tribe-section.tribe-section-image-uploader .tribe-image-upload-area.has-image .form-controls {
						display: none;
					}

.tribe-community-events .tribe-section.tribe-section-image-uploader .tribe-image-upload-area.has-image .uploaded-msg,
					.tribe-community-events .tribe-section.tribe-section-image-uploader .tribe-image-upload-area.has-image .current-image {
						display: inline-block;
						font-size: 14px;
						width: auto;
					}

.tribe-community-events .tribe-section.tribe-section-image-uploader .tribe-image-upload-area.has-image .uploaded-msg {
						font-weight: 700;
					}

/*------------------------------------*\
			Linked Post Types
		\*------------------------------------*/

.tribe-community-events .tribe-section.tribe-section-venue .move-linked-post-group {
				display: none;
			}

.tribe-community-events .tribe-section.tribe-section-venue .tribe-dropdown, .tribe-community-events .tribe-section.tribe-section-organizer .tribe-dropdown {
				float: left;
				margin-top: -2px;
			}

.tribe-community-events .tribe-section.tribe-section-venue input[type="text"], .tribe-community-events .tribe-section.tribe-section-organizer input[type="text"] {
				width: 50%;
			}

.tribe-community-events .tribe-section.tribe-single-geo-mode .tribe-linked-type-venue-country,
			.tribe-community-events .tribe-section.tribe-single-geo-mode .tribe-linked-type-venue-state-province {
				/* We need this to avoid having problems with inline css that is added */
				display: none !important;
			}

.tribe-community-events .tribe-section .linked-post-dropdown {
			margin-bottom: 10px;
		}

.tribe-community-events .tribe-section .edit-venue-link {
			display: inline-block;
			float: right;
			padding-top: 16px;
		}

.tribe-community-events .tribe-section .tribe-delete-this:hover:hover, .tribe-community-events .tribe-section .tribe-delete-this.hover-state:hover {
				color: #0080DB;
				color: var(--button-dark-color);
			}

/*------------------------------------*\
			Event Website Section
		\*------------------------------------*/

.tribe-community-events .tribe-section.tribe-section-website input {
				width: 80%;
			}

/*------------------------------------*\
			#Event-Cost
		\*------------------------------------*/

.tribe-community-events .tribe-section.tribe-section-cost .event-currency-symbol {
				margin-right: 5px;
				width: 60px;
			}

.tribe-community-events .tribe-section.tribe-section-cost .cost-input-field {
				display: block;
				width: 175px;
			}

/*---------------------------------------*\
			#Additional-Fields
		\*---------------------------------------*/

.tribe-community-events .tribe-section .tribe-field-type-checkbox label, .tribe-community-events .tribe-section .tribe-field-type-radio label {
				display: block;
			}

.tribe-community-events .tribe-section .tribe-field-type-checkbox label input[type="checkbox"], .tribe-community-events .tribe-section .tribe-field-type-radio label input[type="checkbox"] {
					width: auto;
				}

/*------------------------------------*\
	#Header
\*------------------------------------*/

.my-events-header {
	align-items: center;
	border-bottom: 1px solid #919191;
	border-bottom: 1px solid var(--gray);
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
	padding-bottom: 30px;
}

.my-events-header h2.my-events {
		color: #464646;
		color: var(--charcoal);
		font-size: 1.5em;
		font-weight: normal;
		line-height: 1;
		margin: 0;
	}

/*------------------------------------*\
	#Event-Time-Date
\*------------------------------------*/

.ui-timepicker-wrapper {
	background: #fff;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	border: 1px solid #d9d9d9;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
	font-size: 13px;
	margin: 0;
	outline: none;
	overflow-y: auto;
	width: 80px;
	z-index: 10001;
}

.ui-timepicker-wrapper .ui-timepicker-list li {
			color: #72777c;
			cursor: pointer;
			font-size: 85%;
			list-style: none;
			margin: 0;
			padding: .25em;
			white-space: nowrap;
		}

.ui-timepicker-wrapper .ui-timepicker-list li:hover {
				color: #fff;
			}

.ui-timepicker-wrapper .ui-timepicker-list .ui-timepicker-selected {
			background: #0782d8;
			color: #fff;
			font-weight: normal;
		}

/* Some styles repurposed from WP Core's dashicons styles. */

a.tribe-change-timezone:after {
		color: #919191;
		color: var(--gray);
		content: '\f464'; /* The dashicons "Edit" icon. */
		display: inline-block;
		font-family: dashicons;
		font-style: normal;
		font-weight: normal;
		margin-left: 4px;
		-moz-osx-font-smoothing: grayscale;
		text-align: center;
		text-decoration: inherit;
		transition: color .1s ease-in 0;
		vertical-align: top;
		-webkit-font-smoothing: antialiased;
	}

/*------------------------------------*\
	#Login Form
\*------------------------------------*/

.tribe-ce-register {
	display: inline;
	width: auto;
}

/*------------------------------------*\
	jQuery UI Elements
\*------------------------------------*/

.tribe_community_edit .ui-datepicker .ui-datepicker-title {
	margin: 0 1.5em;
}

.tribe_community_edit .ui-datepicker select.ui-datepicker-month {
	width: 55%;
}

.tribe_community_edit .ui-datepicker select.ui-datepicker-year {
	width: 34%;
}

.custom-recurrence-years td {
		padding: 0;
	}

.tribe-community-events .tribe-event-recurrence-description {
		color: #6a6a6a;
	}

.tribe-community-events .tribe-event-recurrence .tribe-handle,
	.tribe-community-events .tribe-event-exclusion .tribe-handle {
		color: #62696e;
	}

.tribe-community-events .tribe-field-inline-text {
		color: #64686c;
		font-size: 13px;
	}

/* The reason we're using a `.class #id` type selector here is because the
	 * ID is sufficiently generic that there's a pretty strong chance a duplicate
	 * ID generated by the theme or some other component will be present. */

.tribe-community-events #message {
		clear: both;
	}

.month-label.first-label-in-line {
	color: #64686c;
}

/* Preserve layout of date- and time-pickers in smaller screens. */

/*---------------------------------------*\
	#Footer
\*---------------------------------------*/

.tribe-events-community-footer {
	margin-top: 32px;
	text-align: center;
}

/*---------------------------------------*\
	#Additional-Fields
\*---------------------------------------*/

.tribe-field-type-checkbox label {
		display: block;

	}

.tribe-field-type-checkbox label input[type="checkbox"] {
			width: auto;
		}

/*------------------------------------*\
	#Utilities
\*------------------------------------*/

#tribe-community-events .aes,
#tribe-community-events .aes * {
	height: 1px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	visibility: hidden;
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;}

.hidden {
	display: none;
}

/* Twenty Fourteen Styles */

.tribe-2014.tribe_community_edit .ui-widget.ui-datepicker {
	font-size: .8rem;
}

.tribe-theme-twentyfourteen .events-community-post-title label {
			display: block;
		}

.tribe-theme-twentyfourteen .events-community-post-title input {
			width: 100%;
		}

/* Twenty Fifteen Styles */

.tribe-theme-twentyfifteen #tribe-events-pg-template #tribe-community-events, .tribe-theme-child-twentyfifteen #tribe-events-pg-template #tribe-community-events {
		margin: 8.3333%;
	}

.tribe-theme-twentyfifteen #tribe-community-events .pagination {
		margin: 0 0 1.68em;
	}

.tribe-theme-twentyfifteen #tribe-community-events input.tribe-datepicker {
		width: auto;
	}

.tribe-theme-twentyfifteen #tribe-community-events thead th {
		background-color: #fff;
		font-size: 13px;
		line-height: 1;
		padding: 10px 5px;
		text-align: center;
	}

.tribe-theme-twentyfifteen #tribe-community-events #the-list td {
		font-size: 13px;
		line-height: 1.2;
		text-align: center;
	}

.tribe-theme-twentyfifteen #tribe-community-events p label {
		display: block;
		font-size: 90%;
	}

.tribe-theme-twentyfifteen #tribe-community-events #loginform p.remember label {
		display: inline;
	}

.tribe-theme-twentyfifteen #tribe-community-events #loginform p input[type=text],
	.tribe-theme-twentyfifteen #tribe-community-events p input[type=password] {
		margin-bottom: 1em;
		width: 100%;
	}

.tribe-theme-twentyfifteen #tribe-community-events .register {
		font-size: 90%;
		text-align: center;
	}

/* Recaptcha for 2015 */

.recaptchatable {
	table-layout: auto;
}

/* Twenty Sixteen Styles  */

.tribe-theme-twentysixteen .pagination, .tribe-theme-child-twentysixteen .pagination {
		border-top: none;
		margin: 0;
	}

.tribe-theme-twentysixteen .pagination:before,
		.tribe-theme-twentysixteen .pagination:after,
		.tribe-theme-child-twentysixteen .pagination:before,
		.tribe-theme-child-twentysixteen .pagination:after {
			background-color: white;
			height: auto;
			width: auto;
		}

/* Twenty Seventeen Styles  */

.tribe-theme-twentyseventeen input[type="text"],
	.tribe-theme-twentyseventeen input[type="email"],
	.tribe-theme-twentyseventeen input[type="url"],
	.tribe-theme-twentyseventeen input[type="password"],
	.tribe-theme-twentyseventeen input[type="search"],
	.tribe-theme-twentyseventeen input[type="number"],
	.tribe-theme-twentyseventeen input[type="tel"],
	.tribe-theme-twentyseventeen input[type="range"],
	.tribe-theme-twentyseventeen input[type="date"],
	.tribe-theme-twentyseventeen input[type="month"],
	.tribe-theme-twentyseventeen input[type="week"],
	.tribe-theme-twentyseventeen input[type="time"],
	.tribe-theme-twentyseventeen input[type="datetime"],
	.tribe-theme-twentyseventeen input[type="datetime-local"],
	.tribe-theme-twentyseventeen input[type="color"],
	.tribe-theme-twentyseventeen textarea,
	.tribe-theme-twentyseventeen label,
	.tribe-theme-child-twentyseventeen input[type="text"],
	.tribe-theme-child-twentyseventeen input[type="email"],
	.tribe-theme-child-twentyseventeen input[type="url"],
	.tribe-theme-child-twentyseventeen input[type="password"],
	.tribe-theme-child-twentyseventeen input[type="search"],
	.tribe-theme-child-twentyseventeen input[type="number"],
	.tribe-theme-child-twentyseventeen input[type="tel"],
	.tribe-theme-child-twentyseventeen input[type="range"],
	.tribe-theme-child-twentyseventeen input[type="date"],
	.tribe-theme-child-twentyseventeen input[type="month"],
	.tribe-theme-child-twentyseventeen input[type="week"],
	.tribe-theme-child-twentyseventeen input[type="time"],
	.tribe-theme-child-twentyseventeen input[type="datetime"],
	.tribe-theme-child-twentyseventeen input[type="datetime-local"],
	.tribe-theme-child-twentyseventeen input[type="color"],
	.tribe-theme-child-twentyseventeen textarea,
	.tribe-theme-child-twentyseventeen label {
		display: inline-block;
	}

@media (max-width: 782px) {

.tribe-community-events {
		padding: 40px 10px
}

.tribe-community-events input[type="text"],
	.tribe-community-events input[type="password"],
	.tribe-community-events input[type="color"],
	.tribe-community-events input[type="date"],
	.tribe-community-events input[type="datetime"],
	.tribe-community-events input[type="datetime-local"],
	.tribe-community-events input[type="email"],
	.tribe-community-events input[type="month"],
	.tribe-community-events input[type="number"],
	.tribe-community-events input[type="search"],
	.tribe-community-events input[type="tel"],
	.tribe-community-events input[type="text"],
	.tribe-community-events input[type="time"],
	.tribe-community-events input[type="url"],
	.tribe-community-events input[type="week"],
	.tribe-community-events textarea {
			font-size: 16px;
			height: auto;
			line-height: 1.5;
			max-width: none;
			padding: 7px 10px;
			width: 100%
	}

.tribe-community-events .tribe-event-recurrence input[type="text"],
		.tribe-community-events .tribe-event-recurrence input[type="password"],
		.tribe-community-events .tribe-event-recurrence input[type="color"],
		.tribe-community-events .tribe-event-recurrence input[type="date"],
		.tribe-community-events .tribe-event-recurrence input[type="datetime"],
		.tribe-community-events .tribe-event-recurrence input[type="datetime-local"],
		.tribe-community-events .tribe-event-recurrence input[type="email"],
		.tribe-community-events .tribe-event-recurrence input[type="month"],
		.tribe-community-events .tribe-event-recurrence input[type="number"],
		.tribe-community-events .tribe-event-recurrence input[type="search"],
		.tribe-community-events .tribe-event-recurrence input[type="tel"],
		.tribe-community-events .tribe-event-recurrence input[type="text"],
		.tribe-community-events .tribe-event-recurrence input[type="time"],
		.tribe-community-events .tribe-event-recurrence input[type="url"],
		.tribe-community-events .tribe-event-recurrence input[type="week"],
		.tribe-community-events .tribe-event-recurrence textarea {
				display: inline-block;
				font-size: inherit;
				line-height: 20px;
				max-width: none;
				padding: 3px 5px;
				width: auto
		}

.tribe-community-events .tribe-section table.tribe-section-content td {
					padding: 0 32px;
					padding: 0 var( --section-spacing );
					vertical-align: middle;
					width: auto
			}

.tribe-community-events .tribe-section table.tribe-section-content .tribe-section-content-label,
			.tribe-community-events .tribe-section table.tribe-section-content td:first-child {
					padding-bottom: 10px
			}
	}

@media (max-width: 400px) {

.tribe-community-events table,
	.tribe-community-events tbody,
	.tribe-community-events th,
	.tribe-community-events tr,
	.tribe-community-events td {
			display: block
	}

.tribe-community-events input[type="text"],
	.tribe-community-events input[type="password"],
	.tribe-community-events input[type="color"],
	.tribe-community-events input[type="date"],
	.tribe-community-events input[type="datetime"],
	.tribe-community-events input[type="datetime-local"],
	.tribe-community-events input[type="email"],
	.tribe-community-events input[type="month"],
	.tribe-community-events input[type="number"],
	.tribe-community-events input[type="search"],
	.tribe-community-events input[type="tel"],
	.tribe-community-events input[type="text"],
	.tribe-community-events input[type="time"],
	.tribe-community-events input[type="url"],
	.tribe-community-events input[type="week"],
	.tribe-community-events textarea {
			display: block
	}
				.tribe-community-events .tribe-section table.tribe-section-content col.tribe-colgroup-label,
				.tribe-community-events .tribe-section table.tribe-section-content col.tribe-colgroup-field {
					width: 100%;
				}
		}

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

.tribe-community-events .tribe-section.tribe-section-website input {
					width: 100%
			}

.tribe-community-events .tribe-section.tribe-section-cost .cost-input-field {
					width: 100%
			}
				}

@media only screen and (max-width: 568px) {
	#tribe-event-datepickers td ~ td,
	#tribe-event-datepickers ~ tr td ~ td {
		padding-bottom: 10px;
	}

	#tribe-event-datepickers #EventStartDate,
	#tribe-event-datepickers ~ tr #EventEndDate {
		margin-bottom: 6px;
		width: 100%;
	}

	.timeofdayoptions {
		clear: both;
		display: block;
		padding-bottom: 10px;
		white-space: nowrap;
		width: 100%;
	}

	td.datetime-label {
		vertical-align: top;
	}

	.eventForm .tribe-datetime-block .tribe-field-start_date,
	.eventForm .tribe-datetime-block .tribe-field-start_time,
	.eventForm .tribe-datetime-block .tribe-field-end_date,
	.eventForm .tribe-datetime-block .tribe-field-end_time {
		margin-bottom: 5px;
		width: 100%;
	}
}

@media screen and (min-width: 61.5625em) {
				body.tribe-theme-twentysixteen.tribe_community_edit:not(.search-results) article:not(.type-page) .entry-content, body.tribe-theme-twentysixteen.tribe_community_list:not(.search-results) article:not(.type-page) .entry-content {
					margin-left: 0;
					margin-right: 0;
					width: 100%;
				}
}
