/**
Custom Less Style Theme
**/
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700,900');

/* general */
html {
    font-size: 15px;
}

body {
    color: #63656a;
    font-size: 15px;
    font-family: 'Source Sans Pro', sans-serif;
}

.uk-h1,
.uk-h2,
.uk-h3,
.uk-h4,
.uk-h5,
.uk-h6,
h1,
h2,
h3,
h4,
h5,
h6,
a,
html {
    font-family: 'Source Sans Pro', sans-serif;
    color: #63656a;
}

h1 {
    color: #e14504;
}

h2 {
    color: #e14504;
    text-transform: uppercase !important;
}

h3 {
    color: #ffc700;
    text-transform: uppercase !important;
}

.site-branding {
    padding: 8px 0;
}

a {
    color: #ffc700;
}

a:hover {
    text-decoration: underline;
    color: #ffc700;
}

ul.check {
    position: relative;
    padding-left: 20px;
}

ul.check li {
    line-height: 1.5;
    padding: 0.5em 0;
    list-style-type: none !important;
}

ul.check li:before {
    font-family: FontAwesome;
    content: '\f138';
    position: absolute;
    left: 0;
    color: #e14504;
}

.tm-toolbar {
    background: #63656a;
    padding: 8px 0;
}

.tm-toolbar .search {
    padding-left: 15px;
}

.tm-toolbar .search #q {
    border: 1px solid #636569;
    display: inline-block;
    width: 160px;
    height: 30px;
    padding-left: 10px;
    background-color: #F5F5F5 !important;
    margin-right: 5px;
    font-size: 13px;
}

.tm-toolbar .search #searchsubmit {
    border: 1px solid #bc462b;
    width: 80px;
    display: inline-block;
    cursor: pointer;
    height: 30px;
    text-transform: uppercase;
    font-size: 14px;
    background: #bc462b;
    color: #FFF;
    font-weight: bold;
}

.tm-toolbar ul li {
    height: auto;
}

.tm-toolbar ul li a {
    color: #ffffff;
    padding: 0 15px;
    height: auto;
    min-height: auto;
    font-weight: bold;
}

.tm-toolbar ul li .uk-navbar-dropdown ul li a {
    color: #63656a;
}

.tm-toolbar ul li .uk-navbar-dropdown ul li a {
    font-size: 16px;
    text-transform: uppercase;
    padding: 0 5px;
}

.tm-toolbar ul li:hover>a {
    color: #f5c547;
    text-decoration: underline;
}

.box-red {
    width: 70px;
    height: 70px;
    background: red;
    border-radius: 50%;
    box-sizing: border-box;
}

.uk-container {
    max-width: 1320px;
}

.subheading {
    font-size: 36px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    text-transform: uppercase;
    letter-spacing: normal;
    color: #63656a;
    padding-bottom: 10px;
    position: relative;
}

.subheading:before {
    content: "";
    position: absolute;
    bottom: 0;
    height: 5px;
    width: 320px;
    background: #FFF url(../img/colors-line.svg) 0 100% repeat-x;
    background-size: 320px 10px;
}

.headergradient {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.6) 35%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0) 100%);
}

/* custom */
#slideshow .sliderhomepage .uk-overlay-default {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000000);
}

#slideshow .sliderhomepage .uk-overlay {
    max-width: 50%;
}

#slideshow .sliderhomepage .uk-overlay h2 {
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 300;
}

#slideshow .sliderhomepage .uk-overlay .content {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 135%;
    letter-spacing: normal;
    color: #ffffff;
}

.tm-header .uk-navbar-container {
    background: #FFF url(../img/colors-line.svg) 0 100% repeat-x;
    background-size: 320px 10px;
}

.tm-header .emailform {
    background: #b9eef8;
    padding: 5px 8px;
}

.tm-header .emailform h4 {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.6;
    letter-spacing: normal;
    text-align: right;
    color: #63656a;
}

.tm-header .phone {
    color: #63656a;
    font-size: 15px;
}

.tm-header .signup-form input[type='email'],
.tm-header .signup-form input[type='text'] {
    height: 28px;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #63656a;
}

.tm-header .signup-form input[type='submit'],
.tm-header .signup-form button {
    background: #63656a;
    font-size: 15px;
    border: 0;
    color: #FFF;
    margin: 0;
    padding: 3px 5px;
    height: 28px;
    font-weight: bold;
    font-family: 'Source Sans Pro', sans-serif;
}

.tm-header .eb-email-submit,
.tm-header .eb-email-address {
    display: inline-block;
}

.tm-header .socialheader .sociallink ul li a {
    color: #e14504;
}

.tm-header .socialheader .sociallink ul li a:hover {
    color: #7d2602;
}

.tm-header #topnav .uk-navbar-nav>li.current_page_item a {
    color: #e14504;
}

.tm-header #topnav .uk-navbar-nav>li>a {
    height: 30px;
    line-height: 30px;
    font-size: 17px;
    font-weight: bold;
    color: #63656a;
    font-family: 'Source Sans Pro', sans-serif;
}

.tm-header #topnav .uk-navbar-nav>li>a:hover {
    color: #e14504;
}

.tm-header #topnav .uk-navbar-nav>li .uk-navbar-dropdown {
    box-shadow: 0 10px 10px -1px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    border: solid 4px #e14504;
}

.tm-header #topnav .uk-navbar-nav>li .uk-navbar-dropdown .uk-navbar-dropdown-nav>li>a {
    font-size: 20px;
    text-transform: uppercase;
    color: #63656a;
}

.tm-header #topnav .uk-navbar-nav>li .uk-navbar-dropdown .uk-navbar-dropdown-nav>li>a:hover {
    color: #e14504;
}

#events {
    background: url(../img/full-bg-image.svg) center bottom no-repeat;
    background-size: cover;
}

#featuredEvents {
    padding: 20px;
    border-radius: 8px;
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0 10px 10px -1px rgba(0, 0, 0, 0.1);
}

#featuredEvents .search-results .search-results-message {
    margin: 10px 0 20px;
    font-size: 22px;
    color: #bc462b;
}

#featuredEvents .search-results .list-view-item>a img {
    height: 100%;
    width: 100%;
}

#featuredEvents .list-view-heading {
    display: none;
}

#featuredEvents .list-view-item {
    margin-bottom: 15px;
    position: relative;
    border-radius: 4px;
    background-color: #ffffff;
    border: solid 1px #98d2dd;
}

#featuredEvents .list-view-item>a {
    height: 180px;
    width: 40%;
    display: block;
    float: left;
    overflow: hidden;
    position: relative;
    background: #f9f9f9;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3);
}

#featuredEvents .list-view-item>a img {
    max-width: none;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

#featuredEvents .list-view-item .list-view-details {
    padding: 0 25px;
    box-sizing: border-box;
}

#featuredEvents .list-view-item .list-view-details .headliners {
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #63656a;
    word-wrap: break-word;
    -ms-word-wrap: break-word;
    margin: 0px;
    font-size: 20px;
}

#featuredEvents .list-view-item .list-view-details .headliners a {
    color: #63656a;
}

#wrapper .supports,
#wrapper .supports a,
#wrapper .event-detail .supports {
    font-weight: normal;
    color: #000;
}

#featuredEvents .list-view h2.supports,
.event-detail .event-info h2.supports {
    font-size: 1.1em;
    line-height: 1.6;
    margin-top: auto;
    text-transform: none !important;
}

.calendar-view .supports a {
    font-size: 0.9em;
    line-height: 1;
}

#featuredEvents .list-view .dates,
#featuredEvents .list-view .times,
#featuredEvents .list-view .age-restriction {
    text-transform: uppercase;
    font-size: 14px;
}

.topline-info {
    font-size: 14px;
    line-height: 1.2;
    margin: 0 0 5px;
    color: #63656a;
    text-transform: uppercase;
    font-family: 'Source Sans Pro', sans-serif;
}

#featuredEvents .list-view-item .list-view-details .times {
    font-size: 15px;
    font-weight: 600;
}

#featuredEvents .list-view-item .list-view-details .age-restriction {
    font-style: italic;
}

#featuredEvents .list-view-item .list-view-details h2 a {
    color: #63656a;
}

#featuredEvents .list-view-item .list-view-details h3 {
    font-size: 14px;
    line-height: 1.2;
    margin: 0 0 5px;
}

#featuredEvents .list-view-item .list-view-details .event-status-message {
    font-size: 14px;
}

#featuredEvents .list-view-item .ticket-price {
    float: left;
    box-sizing: border-box;
}

.unavailable,
.sales-ended,
.sold-out,
.cancelled,
.postponed,
.free,
.tickets-at-the-door,
.future-sale a,
.on-sale-soon,
.custom,
.ticket-link,
.ticket-link a,
button.ticket-link {
    display: block;
    border: solid 1px;
    border-radius: 3px;
    padding: 5px;
    margin: 0 0 5px 0;
    text-align: center;
    cursor: pointer;
}

#featuredEvents .list-view-item .ticket-price {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 20px;
    border: 0;
    text-transform: uppercase;
    color: #98d2dd;
}

#featuredEvents .list-view-item .ticket-price>*:before {
    content: '';
    position: absolute;
    background: url(../img/on-sale-icon.svg) center top no-repeat;
    background-size: 60px 60px;
    top: 10px;
    display: block;
    height: 60px;
    width: 60px;
    right: 50px;
}

#featuredEvents .list-view-item .ticket-price>span.postponed.inactive {
    pointer-events: none;
}

#featuredEvents .list-view-item .ticket-price>span.postponed.inactive:before {
    background: none;
}

@media only screen and (max-width: 640px) {
    #featuredEvents .list-view-item .ticket-price>*:before {
        display: none;
    }
}

#featuredEvents .list-view-item .ticket-price .custom,
#featuredEvents .list-view-item .ticket-price .future-sale a,
#featuredEvents .list-view-item .ticket-price .ticket-link a,
#featuredEvents .list-view-item .ticket-price button.ticket-link,
#featuredEvents .list-view-item .ticket-price .ticket-link {
    color: #63656a;
    font-family: 'Source Sans Pro', sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    margin-top: 80px;
}

#featuredEvents .list-view-item .ticket-price .ticket-link a:hover,
#featuredEvents .list-view-item .ticket-price .ticket-link:hover {
    text-decoration: underline;
}

#featuredEvents .list-view-item .ticket-price .sales-ended,
#featuredEvents .list-view-item .ticket-price .unavailable,
#featuredEvents .list-view-item .ticket-price .sold-out,
#featuredEvents .list-view-item .ticket-price .cancelled,
#featuredEvents .list-view-item .ticket-price .postponed {
    color: #e14504;
    margin-top: 70px;
    display: block;
}

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

    #featuredEvents .list-view-item .ticket-price .sales-ended,
    #featuredEvents .list-view-item .ticket-price .unavailable,
    #featuredEvents .list-view-item .ticket-price .sold-out,
    #featuredEvents .list-view-item .ticket-price .cancelled {
        margin-top: 10px;
        border: none;
    }
}

#featuredEvents .list-view-item .ticket-price .sales-ended:before,
#featuredEvents .list-view-item .ticket-price .unavailable:before,
#featuredEvents .list-view-item .ticket-price .sold-out:before,
#featuredEvents .list-view-item .ticket-price .cancelled:before {
    background: url(../img/sold-out-icon.svg) center top no-repeat;
    background-size: 60px 60px;
    content: '';
    position: absolute;
    top: 10px;
    right: 47px;
    height: 60px;
    width: 60px;
}

#featuredEvents .list-view-item .ticket-price .sold-out a,
#featuredEvents .list-view-item .ticket-price .cancelled a {
    color: #e14504;
}

#featuredEvents .list-view-item .ticket-price .price-range {
    display: none;
}

#sidebar .item_sidebar .uk-card:hover {
    transition: all 0.3s ease-in-out;
}

#sidebar .item_sidebar .uk-card a.donate {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color: #e14504;
    border-radius: 20px;
    border: solid 2px #e14504;
    padding: 5px 25px;
}

#sidebar .item_sidebar .uk-card a img:hover {
    box-shadow: 0 10px 10px -1px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease-in-out;
}

#upcomingEvents {
    margin-bottom: 40px !important;
}

#upcomingEvents .just-announced {
    padding: 0px;
}

#upcomingEvents .just-announced ul {
    padding-left: 0px;
}

#upcomingEvents .just-announced ul li {
    margin: 0;
    border-radius: 4px;
    background-color: #ffffff;
    border: solid 1px #63656a;
    padding: 5px 15px;
    margin-bottom: 10px;
    box-shadow: 0 10px 10px -1px rgba(0, 0, 0, 0.1);
}

#upcomingEvents .just-announced ul li .date {
    color: #63656a;
}

#upcomingEvents .just-announced ul li a {
    font-size: 20px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #63656a;
    padding: 0;
}

#sponsor {
    background-color: #e14504;
}

#sponsor h2 {
    font-size: 30px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
}

#sponsor h2>* {
    display: inline-block;
    position: relative;
}

#sponsor h2>span:after,
#sponsor h2>span:before {
    content: "";
    position: absolute;
    top: calc(49.5%);
    width: 80px;
    border-bottom: 1px solid #FFF;
}

#sponsor h2>span> :before {
    right: 100%;
    margin-right: 20px;
}

#sponsor .item_sponsor {
    background: #FFF;
    border-radius: 50%;
    width: 180px;
    height: 180px;
    padding: 25px;
    overflow: hidden;
}

#sponsor .uk-slidenav {
    background: #fac733;
}

.page-template-default.page-id-68 #primary .overlay {
    background: transparent;
    box-shadow: none;
}

.page-template-default.page-id-68 #primary .overlay .exclude {
    padding: 25px 0;
    font-size: 14px;
    color: #FFF;
}

.page-template-default #header-image .uk-overlay h2,
.page-template-default #header-image .uk-overlay .uk-h1 {
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 300;
}

.page-template-default #header-image .uk-overlay .content {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    line-height: 135%;
    letter-spacing: normal;
    color: #ffffff;
}

.page-template-default #primary,
.page-id-677 #primary,
.search #primary {
    background: url(../img/internal-page.svg) center bottom no-repeat;
    background-size: cover;
    padding-top: 30px;
    padding-bottom: 30px;
}

.page-template-default #primary .overlay,
.page-template #primary .overlay {
    border-radius: 8px;
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0 10px 10px -1px rgba(0, 0, 0, 0.1);
    padding: 25px;
    min-height: 450px;
}

.page-template-default .block-content div.img {
    border: solid 1px #979797;
}

.page-template-default .block-content div.content {
    color: #63656a;
    font-size: 14px;
}

.page-template-default .block-content div.content h2 {
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #e14504;
    text-transform: uppercase;
}

.page-template-default .block-content div.disclaimer {
    font-size: 14px;
    color: #63656a;
}

.page-template-default #membership .item {
    box-shadow: 0 10px 10px -1px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    border: solid 1px #63656a;
}

.page-template-default #membership .item .icon {
    background: #e14504;
    border-radius: 50%;
    padding: 15px;
    width: 78px;
    height: 78px;
    box-sizing: border-box;
    margin-bottom: 10px;
}

.page-template-default #membership .item .icon img {
    height: 100%;
}

.page-template-default #membership .item h2 {
    font-size: 24px;
    font-weight: 300;
    color: #63656a;
    text-transform: uppercase;
    margin: 0 0 3px;
}

.page-template-default #membership .item .price {
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #e14504;
    margin: 0 0 5px;
}

.page-template-default #membership .item .content {
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 130%;
    padding-top: 10px;
    letter-spacing: normal;
    text-align: center;
    color: #63656a;
}

.page-template-default #membership .item .purchase {
    border-radius: 25px;
    background-color: #ffffff;
    border: solid 1px #5abcce;
    color: #5abcce;
}

.page-template-default #membership .item .purchase:hover {
    background: #5abcce;
    color: #FFF;
    transition: all 0.3s ease;
}

#offcanvas .uk-offcanvas-close {
    background: #e14504;
    color: #FFF;
}

#offcanvas .uk-offcanvas-bar {
    background: #fff;
}

#offcanvas .uk-offcanvas-bar #menu-mobile-menu li.header>a {
    font-size: 25px;
    color: #98d2dd;
    padding-left: 0;
}

#offcanvas .uk-offcanvas-bar #menu-mobile-menu li a {
    color: #63656a;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
    font-family: 'Source Sans Pro', sans-serif;
    padding-left: 15px;
    text-align: left;
}

#offcanvas .uk-offcanvas-bar #menu-mobile-menu li a:hover {
    color: #e14504;
}

#offcanvas .search h3 {
    margin-bottom: 20px !important;
    font-size: 25px;
    color: #98d2dd;
    padding-left: 0;
    text-align: left;
    font-weight: bold;
}

#offcanvas .search #q {
    border: 1px solid #636569;
    display: inline-block;
    width: 100%;
    height: 40px;
    padding-left: 10px;
    background-color: #F5F5F5 !important;
    margin-right: 5px;
    font-size: 13px;
    margin-bottom: 10px;
}

#offcanvas .search #searchsubmit {
    border: 1px solid #bc462b;
    width: 100%;
    display: inline-block;
    cursor: pointer;
    height: 40px;
    text-transform: uppercase;
    font-size: 14px;
    background: #bc462b;
    color: #FFF;
    font-weight: bold;
}

#sign-up-footer {
    background: #98d2dd;
}

#sign-up-footer h4 {
    text-transform: uppercase;
    font-size: 28px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.6;
    letter-spacing: normal;
    text-align: left;
    color: #63656a;
    margin-bottom: 20px !important;
}

#sign-up-footer input[type='email'],
#sign-up-footer input[type='text'] {
    height: 40px;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #9b9b9b;
    width: 90%;
}

#sign-up-footer button,
#sign-up-footer input[type='submit'] {
    background: #e14504;
    font-size: 18px;
    border: 0px;
    color: #FFF;
    margin: 10px 0px;
    padding: 3px 5px;
    height: 40px;
    width: 100px;
    text-transform: uppercase;
    font-weight: bold;
}

#footer {
    background: #000;
}

#footer .item {
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
}

#footer .item h3 {
    text-decoration: underline;
    margin-bottom: 0px;
}

#footer .item ul {
    margin: 5px 0;
    line-height: 20px;
}

#footer .item p {
    margin: 5px 0;
}

#footer .social-footer ul li a:hover {
    color: #bc462b;
}

.page-id-75 .entry-title {
    display: none;
}

.page-id-75 #featuredEvents {
    box-shadow: none;
    padding: 0px;
}

.entry-content .event-detail {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
}

.entry-content .event-detail .event-info {
    padding: 0px;
    margin: 0px;
}

.entry-content .event-detail .event-info .headliners {
    padding: 0px;
    margin: 0px;
}

.entry-content .event-detail .event-info .ticket-price {
    float: right;
    text-align: center;
}

.entry-content .event-detail .event-info .ticket-price .ticket-link {
    padding: 0px;
    margin: 0px;
	border: 0;
    color: #98d2dd;
}

.entry-content .event-detail .event-info .ticket-price .price-range {
    color: #e14504;
    font-size: 1.5rem;
    font-family: 'Source Sans Pro', sans-serif;
    line-height: 1.4;
}

.entry-content .event-detail .event-info .ticket-price button.ticket-link,
.entry-content .event-detail .event-info .ticket-price .ticket-link a {
    color: #FFF;
    background: #98d2dd;
    width: 100%;
    display: block;
    border: solid 1px;
    border-radius: 3px;
    padding: 5px;
    margin: 10px 0 5px 0;
    font-size: 1.5rem;
    text-transform: uppercase;
    line-height: 1.4;
    font-family: 'Source Sans Pro', sans-serif;
}

.entry-content .event-detail .event-info .ticket-price button.ticket-link:hover,
.entry-content .event-detail .event-info .ticket-price .ticket-link a:hover {
    text-decoration: none;
    background: #5e858c;
    transition: all 0.3s ease;
}

.entry-content .event-detail .topline-info,
.entry-content .event-detail .times {
    font-size: 16px;
    line-height: 24px;
    margin: 5px 0;
    color: #63656a;
    text-transform: inherit !important;
}

.entry-content .event-detail .dates {
    color: #63656a;
    ;
    font-weight: bold;
}

.entry-content .event-detail .times {
    font-weight: bold;
}

.entry-content .event-detail h2 p {
    text-transform: none !important;
    margin: 5px 0 10px;
}

.entry-content .event-detail img,
.entry-content .event-detail .sponsor-info {
    float: none;
    text-align: left;
}

/* Responsive */
@media only screen and (max-width: 640px) {
    #slideshow .sliderhomepage .headergradient {
        background: rgba(0, 0, 0, 0.7);
    }

    #slideshow .sliderhomepage .uk-overlay {
        max-width: 100%;
    }

    #featuredEvents .list-view-item a {
        width: 100%;
        margin-bottom: 20px;
    }

    #featuredEvents .list-view-item .list-view-details {
        width: 100%;
        max-width: 100%;
        padding: 0px 10px;
    }

    #featuredEvents .list-view-item .ticket-price {
        width: 100%;
        margin: 15px 0;
    }

    #featuredEvents .list-view-item .ticket-price .ticket-link {
        background: none;
        padding: 0px;
        margin: 0px;
        width: 100%;
        display: inline-block;
        line-height: normal;
        border-radius: 3px;
    }

    #featuredEvents .list-view-item .ticket-price .cancelled {
        background: none;
        border: solid 1px;
        padding: 3px;
    }

    #featuredEvents .list-view-item .ticket-price .custom {
        border: solid 1px;
        padding: 3px;
    }

    #featuredEvents .list-view-item .ticket-price .ticket-link a,
    #featuredEvents .list-view-item .ticket-price button.ticket-link {
        margin: 0px;
        border-radius: 0px;
        border: 0px;
    }

    .entry-content .event-detail .event-info .ticket-price {
        float: none;
    }
}

.cal-share .share-social-button {
    color: #333333;
    border: none;
    background: none;
}

/* EDP event description // IMPORTANT: keep .event-summary intact for future purposes */
#content .event-detail .event-description,
.event-detail .event-summary {
    margin: 0 auto;
    display: block;
    padding: 0;
    clear: both;
}

#content .event-detail .event-description p,
#content .event-detail .event-description div,
#content .event-detail .event-description span {
    font-size: 1em !important;
    /* to override inline styles of 14pt text */
}

#content .event-detail .event-description img {
    float: none;
    width: initial;
    max-width: 100%;
}

.eb-powered-footer {
    background: #000000;
    padding: 5px;
}

.tm-header form.signup-form {
    padding-bottom: 0;
}

.tm-header .phone {
    font-family: sans-serif;
}

#content article.free,
#content .list-view article.free,
#content .calendar-view article.free,
#content .event-detail article.free {
    background: none;
    padding: 0;
    margin: 0;
    border: 0;
}

.eb-powered-footer {
    text-align: center;
}

.list-view .end a:link,
.list-view .end a:visited {
    color: #000 !important;
}