div#tribe-community-events.tribe-community-events form tr.recurrence-row{
	display: none !important;
}
.tribe-community-events .tribe-section.tribe-section-image-uploader .tribe-image-upload-area{
	background-color: transparent !important;
}

div#tribe-community-events.tribe-community-events form div#event_tribe_organizer tfoot {
    display: none !important;
}
div#tribe-community-events.tribe-community-events form div#event_tribe_organizer .edit-linked-post-link,
div#tribe-community-events.tribe-community-events form div#event_tribe_venue .edit-linked-post-link {
    display: none !important;
}

div#tribe-community-events.tribe-community-events form input#EventURL, 
div#tribe-community-events.tribe-community-events form input#EventCost,
div#tribe-community-events.tribe-community-events form input#tribe_custom-_ecp_custom_5-Musicians, 
div#tribe-community-events.tribe-community-events form input#tribe_custom-_ecp_custom_8-QuoteHeading
 {
    font-size: 1.7em;
    height: 1.7em;
    line-height: 100%;
    padding: var(--tec-spacer-0) var(--tec-spacer-1);
}
div#tribe-community-events.tribe-community-events form input#EventURL, 
div#tribe-community-events.tribe-community-events form input#EventCost,
div#tribe-community-events.tribe-community-events form input#tribe_custom-_ecp_custom_5-Musicians, 
div#tribe-community-events.tribe-community-events form input#tribe_custom-_ecp_custom_8-QuoteHeading,
div#tribe-community-events.tribe-community-events form textarea.event-terms-description{
	width: 100% !important;
}
div#tribe-community-events.tribe-community-events form textarea.event-terms-description{
	height: 180px !important;
}

div#tribe-community-events.tribe-community-events form span.select2-selection.select2-selection--single{
	background: #F7E8DD;
}

body.tribe_community_edit .tribe-dropdown.select2-container .select2-results ul{
	background-color: #FFF1E5 !important;
}

body.tribe_community_edit .select2-container--default .select2-results__option--highlighted[data-selected]{
	color: #fff !important;
	background-color: #E98775 !important;
}
body.tribe_community_edit .select2-container--default .select2-results__option[data-selected=true]{
	background-color: #F2C1BE !important;
}
body.tribe_community_edit span.select2-search.select2-search--dropdown {
    background: #FFF1E5;
}
body.tribe_community_edit input.select2-search__field {
    background: #F7E8DD;
    font-size: 1em;
    padding: 5px !important;
}

/* Hide the default checkbox */
div#tribe-community-events.tribe-community-events form input[type=checkbox] {
  display: none;
}

/* Style the custom checkbox */
div#tribe-community-events.tribe-community-events form input[type=checkbox] + label::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background-color: #F7E8DD;
  border: 1px solid #ccc;
  margin-right: 8px;
  vertical-align: middle;
}

/* Style the custom checkbox when checked */
div#tribe-community-events.tribe-community-events form input[type=checkbox]:checked + label::before {
  background-color: #F2C1BE; /* Another example color */
  content: "\2713"; /* Unicode character for checkmark */
  text-align: center;
  line-height: 12px;
}

div#tribe-community-events.tribe-community-events form .events-community-post-content.tribe-section.tribe-section-custom-fields textarea#post_content {
    width: 100%;
    height: 200px;
}


.tribe_community_edit .tribe-button.submit, .tribe_community_list .tribe-button.submit {
    background: transparent !important;
}
.tribe_community_edit .tribe-button.submit:hover, .tribe_community_list .tribe-button.submit:hover {
    background: #F2C1BE !important;
    transition: background-color 300ms ease 0ms,border 300ms ease 0ms;
}


.single-tribe_events .tribe-events .tribe-events-c-subscribe-dropdown__container, 
.tribe-block__events-link .tribe-events .tribe-events-c-subscribe-dropdown__container {
    width: 250px;
}
.tribe-common-c-btn-border.tribe-events-c-subscribe-dropdown__button {
    padding: 15px;
    width: 250px;
}

.wpdevs-fields-descriptions {
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 300;
    font-style: italic;
}