/* ----------------------------------------------------------------------------------- */
/*                            Event template: larger font-size                         */
/* ----------------------------------------------------------------------------------- */
#epta-template {
		font-size: 15pt;
		line-height: 1.2em;
}

/* ----------------------------------------------------------------------------------- */
/*                WP External Link: do not lose icon to next line                      */
/* ----------------------------------------------------------------------------------- */
a.wpel-icon-right {
    display: inline-block;
}

/* ----------------------------------------------------------------------------------- */
/*                      Change spacing of paragraph in tables                          */
/* ----------------------------------------------------------------------------------- */
td {
    margin-bottom: 0;
    margin-top: 0;
		padding: 0 !important;
		border: 0px !important;
}
/* ----------------------------------------------------------------------------------- */
/*                            Change background of footer                              */
/* ----------------------------------------------------------------------------------- */
footer#footer {
    background: none repeat scroll 0 0 #0057a4;
}
.footer__wrapper .colophon__row {
    background-color: #0057a4;
}
/* ----------------------------------------------------------------------------------- */
/*                            Remove header of pages                                   */
/* ----------------------------------------------------------------------------------- */
/* Remove Page/Post Icon/Title/Comment Bubble */
.page.entry-title.format-icon {
	display:    none;
}
/* ----------------------------------------------------------------------------------- */
/*                         grey bar under top menu                                     */
/* ----------------------------------------------------------------------------------- */
.header-skin-light .dropdown-item:not(:last-of-type), .header-skin-light .topbar-navbar__wrapper {
    border-color: 
    rgba(255,255,255,0);
}
/* Lets grey bar under menu disappear */
.primary-navbar__wrapper {
	box-shadow: 0px 0px 0px rgba(0, 0, 0, 0),0px 0px 0px rgba(0, 0, 0, 0);
}
.tc-header:not(.header-transparent) {
    box-shadow: 0px 0px 0px rgba(0,0,0,0),0px 0px 0px rgba(0, 0, 0, 0);
}
.header-skin-light .tc-header {
    border-bottom-color: 
    rgba(255,255,255,0);
}
.tribe-events-event-meta dt, .tribe-events-event-meta dd {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
/* ----------------------------------------------------------------------------------- */
/*                                 CRM Perks forms                                     */
/* ----------------------------------------------------------------------------------- */
/* Assign field labels to the left */
.cfx_form_div_8 .cfx_form_label {
		text-align: left
}
/* No bold font for check boxes */
.crm_radio_div label {
    font-weight: normal;
}