.cc-events-container br {
    display: none;
}

.cc-events-main {
    width: 73%;
    margin-left: 2%;
}

.cc-events-filters {
    width: 25%;
}

.cc-events-filters, .cc-events-main {
    float: left;
}

.cc-events-container, .cc-events-row {
    width: 100%;
    float: left;
}

.cc-post-date {
    margin-bottom: 5px;
    text-transform: uppercase;
    color: #9d9d9d;
    font-family: Roboto, serif;
    font-size: 13px;
}

.cc-post-title {
    margin-bottom: 15px;
    font-size: 24px;
}

.cc-post-organizer {
    margin-bottom: 11px;
    font-style: italic;
    font-weight: bold;
}

.cc-post-excerpt {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 20px;
    color: #292929;
    font-family: Roboto, serif;
}

.cc-post-excerpt p {
    font-size: 14px;
    font-weight: 500;
}

.cc-post-actions a i.fa {
    color: #2be2d8;
}

.cc-post-actions a {
    color: #8b8b8b;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    margin-right: 10px;
    font-family: Roboto, serif;
}

@media(max-width: 767px) {
    .cc-post-actions {
        margin-top: 15px;
    }
    .cc-post-actions a {
        display: block;
        margin-bottom: 10px;
    }
}

.cc-events-main--filters ul li:last-child {
    margin-right: 0;
    float: right;
}

.cc-events-main--filters, .cc-events-main--list {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

.cc-events-main--filters ul li {
    float: left;
    margin-right: 16px;
}


.cc-event-row {
    width: 100%;
    float: left;
    background: #f0f0f0;
    margin-bottom: 15px;
}

.cc-event-right {
    width: 70%;
    float: left;
    padding: 15px;
}

.cc-event-left {
    width: 30%;
    float: left;
    padding: 15px;
}

.cc-events-filters-form {
    background: #f5f5f5;
    padding: 20px;
    float: left;
    width: 100%;
}

.cc-events-filters-form .btn {
    width: auto;
    float: left;
    padding: 12px;
    font-size: 14px;
    color: #000 !important;
}

.btn-search {
    color: #fff !important;
    text-transform: capitalize;
    letter-spacing: 0;
}

.cc-events-filters-form input.form-control {
    margin-bottom: 0;
    float: left;
    padding: 11px;
    width: 100%;
}

.form-row > label {
    margin-bottom: 5px;
    display: block;
    font-size: 14px;
}

.cc-label-fw {
    width: 100%;
    float: left;
}

.form-row > span {
    width: 10%;
    display: block;
    float: left;
    text-align: center;
    padding-top: 10px;
}

.form-row #datefrom, .form-row #dateto {
    width: 45%;
    padding: 8px;
    display: block;
    float: left;
}

.form-row.f-14 {
    font-size: 14px;
}

.cc-events-main--filters ul li span {
    font-weight: bold;
    margin-right: 8px;
}

.cc-events-main--filters ul li > a:last-child {
    margin-right: 0;
}

.cc-events-main--filters ul li > a {
    margin-right: 5px;
}

.cc-left > i.fa, .cc-right > i.fa {
    font-size: 18px;
}

.cc-event-featured {
    border: 1px solid #2feae4;
}

.ui-datepicker-calendar td a {
    color: #000;
}

.ui-datepicker-calendar td, .ui-datepicker-calendar th {
    padding: 5px;
    font-size: 14px;
    text-align: center !important;
}
.ui-icon {
    cursor: pointer;
}

.ui-datepicker-calendar {
    background: #fff;
    padding: 5px;
    border: 1px solid #ccc;
    width: 100%;
}

.ui-datepicker-header {
    background: #fff;
    border: 1px solid #ccc;
    border-bottom: 0;
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0;
}

.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}

.ui-datepicker .ui-datepicker-next {
    right: 2px;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
}

.ui-widget-header a {
    color: #333333;
}

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
    font-size: 14px;
}

.ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em;
}

.ui-state-active {
    font-weight: bold;
}

.ui-state-disabled > span {
    color: gray;
}

#calendar .ui-datepicker {
    max-width: 100%;
}

#calendar .ui-widget-header {
    background: transparent !important;
    border: 0;
}

#calendar .ui-datepicker {
    max-width: 100%;
    border: 0;
    background: transparent !important;
}

#calendar .ui-state-default,
#calendar .ui-widget-content .ui-state-default,
#calendar .ui-widget-header .ui-state-default,
#calendar .ui-button,
#calendar .ui-button.ui-state-disabled:hover,
#calendar .ui-button.ui-state-disabled:active {
    border: none;
    background-color: transparent;
}

#calendar .ui-datepicker-calendar td,
#calendar .ui-datepicker-calendar th {
    background: transparent;
}

#calendar .ui-datepicker table {
    background: transparent;
    border: 0;
}

.cc-inline-list li:last-child {
    margin-right: 0;
}

.cc-inline-list li {
    float:left;
    font-size: 14px;
    text-transform: uppercase;
}

.cc-inline-list li:last-child:after {
    content: '';
}

.cc-inline-list li {
    margin-right: 0;
}
.cc-inline-list li:after {
    content: '/';
    margin-left: 5px;
    margin-right: 5px;
}

.cc-inline-list a {
    color: #000;
    font-weight: bold;
}

.cc-inline-list a.active {
    color: #2be2d8;
    text-decoration: underline;
}

.cc-events-filters-form > .form-row {
    margin-bottom: 25px !important;
    float:left;
    width: 100%;
}

.btn-primary {
    background-color: #3ee4db;
    color: #fff !important;
    border: 0 !important;
    padding: 11px 20px !important;
    font-size: 16px !important;
}

.ml-0 {
    margin-left: 0 !important;
}

.cc-events-main--filters ul li > a {
    color: #848484;
}

.cc-events-main--filters ul li > a.current {
    color: #2be2d8;
}

.cc-nav-links a {
    color: #2be2d8 !important;
}

.cc-other, .cc-filters, .cc-banner {
    width: 100%;
    float: left;
}

.spc-quickview-photo img {
    width: 100%;
}

.spc-quickview-title {
    margin-bottom: 15px;
    font-size: 18px;
}

.spc-quickview-photo {
    margin-bottom: 15px;
}

.spc-quickview {
    text-align: left;
}

.spc-quickview-details .table td, .spc-quickview-details .table th {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
}

.spc-quickview-details .table {
    width: 100%;
}

.spc-quickview-foot a {
    color: #000;
    background: #f0f0f0;
    padding: 10px;
    display: inline-block;
    font-size: 13px;
    line-height: 1;
}

.spc-quickview-details {
    margin-bottom: 10px;
}

#spcc-events-map {
    width: 100%;
    height: 890px;
}

/* Infowindow */
.sifw-event-meta-name {
    font-weight: bold;
}

.sifw-event-meta-entry {
    margin-bottom: 8px;
}

.sifw-event-meta {
    margin-top: 10px;
}

.sifw-event-title h4 {
    font-size: 18px;
}

.spcc-featured-events > p {
    display: none;
}


.cc-post-title a {
    color: #000;
}

.cc-g-row {
    width: 100%;
    float: left;
    margin-bottom: 15px;
}

.cc-g-event {
    width: 33.1%;
    float: left;
}

.cc-g-event:last-child {
    margin-right: 0 !important;
}

.cc-g-event {
    width: 32.1%;
    float: left;
    margin-right: 1.8%;
}

.cc-g-event-meta {
    font-weight: bold;
    font-size: 12px;
    line-height: 18px;
}

.cc-g-event-title {
    margin-bottom: 5px;
    margin-top: 4px;
}

.cc-g-event-title a {
    color: #000;
    font-size: 16px;
    line-height: 20px;
}

#spcc-event-map {
    height: 300px;
    width: 100%;
}

.spcc-text-right {
    text-align: right;
}

.spcc-event-row-intro {
    margin-top: 20px;
    margin-bottom: 30px !important;
}
.spcc-event-row-main {
    margin-top: 40px;
}

.spcc-event-date {
    color: gray;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 10px;
}
.spcc-event-title > h1 {
    font-family: Oswald, serif;
    margin-bottom: 15px;
    font-size: 42px;
    line-height: 1;
}
.spcc-event-text p, .spcc-event-text div {
    margin-bottom: 12px;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.4;
}

.spcc-event-text h1,
.spcc-event-text h2,
.spcc-event-text h3,
.spcc-event-text h4,
.spcc-event-text h5,
.spcc-event-text h6 {
    margin-bottom: 13px;
    line-height: 1.3;
}
.spcc-event-text h1 {
    font-size: 36px;
}
.spcc-event-text h2 {
    font-size: 32px;
}
.spcc-event-text h3 {
    font-size: 28px;
}
.spcc-event-text h4 {
    font-size: 24px;
}

@media(max-width: 767px) {
    .spcc-event-venue-wrap {
        margin-bottom: 25px;
    }

}

.spcc-not-found {
    margin-top: 35px;
    margin-bottom: 35px;
}


.spcc-event-page-title {
    font-size: 28px;
    font-family: Oswald, serif;
    margin-bottom: 15px;
}
.spcc-event-details-row {
    margin-bottom: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 2px solid #f0f0f0;
}
.spcc-event-details-row:last-child {
    border-bottom: 0;
}
.spcc-event-details, .spcc-event-details-row {
    float: left;
    width: 100%;
}
.spcc-event-details-val {
    color: #2be2d8;
}

.spcc-event-details-name {
    color: grey;
}
.spcc-event-details-name, .spcc-event-details-val {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
}
.spcc-event-details-name, .spcc-event-details-val {
    float: left;
    width: 50%;
}
.spcc-event-details-val {
    text-align: right;
}

.spcc-event-row {
    margin-bottom: 50px !important;
}
.spcc-event-section {
    margin-bottom: 30px !important;
    float: left;
    width: 100%;
}

.spcc-event-venue-wrap {
    padding: 15px;
    float: left;
    width: 100%;
    display: block;
    background: #f3f3f3;
}
.spcc-event-venue {
    margin-right: 0;
}

.spcc-event-venue {
    width: 100%;
    float: left;
}
.spcc-event-map {
    float: left;
    width: 100%;
    margin-bottom:15px;
}

.spcc-event-address {
    line-height: 22px;
    font-weight: 400;
    font-size: 16px;
}

.spcc-event-page-title {
    font-size: 24px;
    font-family: Oswald,serif;
    font-weight: 500;
    margin-bottom: 15px;
}

.spcc-event-socials {
    padding-left: 0;
    margin-left: 0;
}
.spcc-event-socials li {
    display: inline-block;
    margin-right: 10px;
    padding-left:0;
}
.spcc-event-socials li a {
    font-size: 12px;
    background: #2be2d8;
    padding: 5px;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: block;
    text-align: center;
    vertical-align: middle;
    line-height: 13px;
    color: #fff !important;
}
.spcc-event-socials li a:hover {
    opacity: 0.8;
}
.spcc-event-thumbnail img {
    width: 100%;
}

.spcc-loading{
    /*visibility: hidden;*/
}

.spcc-required {
    color: red;
}


@media (max-width: 767px) {
    .cc-events-filters {
        width: 100%;
        margin-bottom: 50px;
    }

    .cc-events-main {
        width: 100%;
        margin-left: 0;
    }
    .cc-events-main--filters ul li {
        width: 100%;
        margin-bottom: 20px;
        text-align: center;
    }
    .cc-hidden-mobile {
        display: none;
    }
}

/* Download page */

.small-container .mvp-main-box {
    max-width: 980px;
}

.spcc-color-picker {
    max-width: 400px;
}


.spcc-customize-categories-cloud-item.active {
    background: #3ee4db;
    color: #ffff;
    border-color: #3ee4db;
}

.spcc-customize-categories {
    margin-top: 33px;
}
.spcc-customize-categories-cloud {
    max-width: 85%;
}
.spcc-customize-categories-desc {
    margin-bottom: 15px;
    font-size: 14px;
}
.spcc-customize-categories-cloud-item {
    display: inline-block;
    margin-right: 10px;
    border: 1px solid #636363;
    color: #636363;
    padding: 7px;
    border-radius: 7px;
    margin-bottom: 5px;
    font-size: 14px;
    cursor:pointer;
}

.spcc-customize section .mvp-widget-home-head {
    margin-bottom: 20px;
}

.spcc-customize .mvp-widget-home-title {
    font-family: Oswald,serif !important;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 20px;
}


.spcc-customize-scheme {
    float: left;
    margin-right: 1%;
}
.spcc-customize-scheme-color {
    width: 70px;
    height: 70px;
    border-radius: 8px;
}
.spcc-customize-section-title {
    text-transform: uppercase;
    font-family: Oswald;
    font-weight: 400;
    margin-bottom: 10px;
}
.spcc-customize-scheme-color-label {
    font-family: Roboto;
    margin-top: 5px;
    font-size: 14px;
    text-align: center;
}

.spcc-customize-scheme-trigger {
    padding-left: 6px;
}

.spcc-customize-scheme-trigger a {
    font-size: 14px;
    color: #2e98e5 !important;
}
.spcc-customize-scheme-colors {
    margin-bottom: 10px;
}
.spcc-customize-scheme-colors, .spcc-customize-scheme-trigger {
    width: 100%;
    float: left;
}

.spcc-customize-section-scheme {
    float: left;
    width: 100%;
    padding: 10px;
    background: #f0f0f0;
}
.spcc-customize-radio p {
    margin-top: 10px;
    font-size: 14px;
    margin-bottom: 0;
}
.spcc-customize .form-group > label {
    margin-bottom: 5px !important;
    display: block;
}

.spcc-customize-type label {
    display: block;
    font-size: 18px;
    color: #000 !important;
    line-height: 28px;
}

.spcc-customize-radio {
    margin-top: 15px;
}

.spcc-preview p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
}

.spcc-preview .btn {
    font-size: 14px;
    letter-spacing: normal;
    padding-top: 5px;
    padding-bottom: 5px;
    display: inline-block;
}
.spcc-logo-picker p {
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 20px;
}
.spcc-customize > section {
    padding-bottom: 20px;
}

@media(max-width: 550px) {
    .cc-event-left img {
        width: 100%;
    }
    .cc-event-left {
        padding-bottom: 0 !important;
    }
    .cc-event-left, .cc-event-right {
        width: 100%;
    }
    .mvp-event-title {
        margin-bottom: 5px;
    }
}
@media(min-width: 768px) {
    .cc-hidden-desktop {
        display: none;
    }
}

/* Single page v2 */
.spcc-event-card h1 {
    font-size: 32px;
    margin-bottom: 10px;
    font-weight: 500;
    font-family: 'Oswald', serif;
}
.spcc-event-card {
    padding: 60px 40px;
    background: #f0f0f0;
}
.spcc-event-date-feat span {
    background: #2be2d8;
    display: inline-block;
    color: #000;
    font-weight: 300;
    text-transform: none;
    padding: 5px 15px;
}
.spcc-event-date-feat {
    margin-bottom: 20px;
}
.spcc-event-organizer {
    font-weight: 300;
}
.spcc-event-tags {
    border-top: 1px solid #b9b9b9;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #b9b9b9;
    margin-bottom: 15px;
}
.spcc-event-tags li {
    display: inline-block;
    margin-right: 2px;
    border: 2px solid #ccc;
    font-size: 10px;
    text-transform: uppercase;
    padding: 5px;
    border-radius: 5px;
    margin-bottom: 5px;
}
.spcc-event-tags li a {
    color: #000;
}
.spcc-event-tags-label {
    text-transform: uppercase;
    font-weight: 300;
    font-size: 14px;
}

.spcc-event-details {
    padding-top: 10px;
    padding-bottom: 10px;
}
.spcc-event-details-title {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 20px !important;
    padding-top:0 !important;
    padding-bottom: 0 !important;
    margin-top: 0 !important;
}
.spcc-event-details {
    padding-top: 10px;
    padding-bottom: 10px;
}

.spcc-event-detail--value {
    font-weight: 400;
}
.spcc-event-detail--label {
    padding-top:0 !important;
    padding-bottom: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 9px !important;
    color: #808080;
    font-weight: 400;
    line-height: 1;
}
.spcc-event-detail {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}
.spcc-event-text p, .spcc-event-text li {
    font-weight: 300;
}
.spcc-event-text ul {
    list-style: circle;
    padding-left: 30px;
    line-height: 1.3;
    margin-bottom: 15px;
}
.spcc-event-thumbnail {
    margin-top: 0;
    margin-bottom: 15px;
}
.spcc-event-header {
    background: #000;
    height: 400px;
    width: 100%;
    float: left;
}
.spcc-event-wrap {
    position: relative;
    /*top: -180px;*/
    background: #fff;
    float: left;
    width: 100%;
}
@media(min-width: 768px) {
    .spcc-event-wrap-main {
        padding-left: 40px;
        padding-right: 20px;
        /*padding-top: 40px;*/
    }

}

.spcc-featured-events-single {
    margin-top:45px;
}

.spcc-event-calendar--button:hover {
    background: #f7f7f7;
}
.spcc-event-calendar--button {
    background: #fff;
    border: 1px solid #000;
    padding: 10px;
    width: 100%;
    display: inline-block;
    text-align: center;
    border-radius: 2px;
    color: #000;
}
.spcc-event-calendar {
    padding-top: 10px;
    padding-bottom: 15px;
    float: left;
    width: 100%;
}
.spcc-event-wrap .spcc-featured-events-single {
    margin-bottom: 50px;
}

/* calendar popup */
.spcc-modal-links li {
    margin-bottom: 5px;
}
.spcc-modal-paragraph {
    margin-bottom: 10px;
}
.spcc-modal-title {
    font-size: 22px;
    margin-bottom: 15px;
}


.cc-filters .form-control {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5px;
}