@import "table.css";

body,
h3,
.h3,
h6,
.h6,
h1,
.h1,
h2,
.h2,
h4,
.h4,
h5,
.h5 .l-section h4,
.c-btn--cat,
.c-btn--landing p,
.c-table--results tr:hover td {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h2,
.h2 {
    font-size: 38px;
}

h3,
.h3 {
    font-size: 31px;
    font-style: normal;
}


h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-weight: 500;
}


@media (max-width: 767px) {
    .c-landing__btns .col-xs-6 {
        padding-bottom: 5px;
    }

    .c-landing__content {
        margin-top: 70px;
        margin-left: 0;
    }

    .c-header__menu,
    .c-header__brand {
        margin-left: -5px
    }

    .eventgallery .row .col-md-4 {
        padding-left: 0 !important;
    }

}

@media screen and (min-width: 1200px) {

    .c-landing__content {
        margin-top: 17%;
    }


}

.other {
    background: url('/images/bk.png');
    background-position: center;
    background-size: cover;
}

.item p,
.item-page p {
    line-height: 28px;
}

p {
    margin: 0 0 15px;
}

.c-landing__btns button {
    width: 100%;
}

p.readmore a,
button.btn,
a.btn {
    display: inline-block;
    padding: 12px 24px;
    margin-bottom: 0;
    font-size: 18px;

    text-transform: uppercase;
    font-weight: 700;
    line-height: 20px;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid #E52320;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    transition: all .5s;
    border-radius: 0;
}

.left.item-image,
.pull-left.item-image {
    margin: 0 20px 18px 0;
}

.left.item-image {
    float: left !important;
}

img {
    max-width: 100%;
}

.c-nav__list>.active>a,
.c-nav__list>.active>a:hover,
.c-nav__list li>a:hover,
.c-nav__list .active>a,
.c-nav__list .active>a:hover,
.c-nav__list>.active>a,
.c-nav__list>.active>a:hover {
    text-decoration: underline;
}

input.cmc_req {
    text-transform: lowercase;
    min-height: 50px;
    font-size: 18px;
    border-radius: 0;
}

.inputbox,
input.required,
textarea.required {
    display: inline-block;
    vertical-align: middle;
    padding: 8px;
    margin: 0;
    background-color: #ffffff;
    color: #555555;
    border: 1px solid #cccccc;
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.mailing {
    background: #E52320;
    text-align: center;
    margin-top: 20px;
}

.mailing form {
    margin: 20px 0 20px;
}

.mailing .acymailing_module_form label {
    margin-bottom: 0;
    vertical-align: middle;
}

h3.cmc_h3 {
    color: #000;
    font-size: 31px;
    margin-bottom: 0;
    font-style: italic;
}

.btn-primary {
    background: #E52320;
    border: none;
}

button.subbutton {
    background: #E52320 !important;
    border: none !important;
    padding: 0 50px;
    min-height: 50px;
    border-radius: 0;
}

.text-center,
.socialhome {
    text-align: center;
}

.social_custom_top {
    padding-bottom: 20px;
}

.social_custom_bottom {
    padding-top: 10px;
}

.social_custom_top h2 {
    color: #fff;
}

.c-nav__list li a {
    text-transform: uppercase;
}

.c-footer .row .col-xs-6 {
    padding-bottom: 15px;
}

.maincontent {
    margin-top: 50px;
}

.c-landing__content {
    z-index: 10 !important;
}

/**
new css for events
*/
.res-circle {
    /* (A) PERCENTAGE WIDTH & BORDER RADIUS */
    width: 90%;
    border-radius: 50%;

    /* (B) BACKGROUND COLOR */
    background: #E52320;

    /* (C) NECESSARY TO POSITION TEXT BLOCK */
    line-height: 0;
    position: relative;
}

/* (D) MATCH HEIGHT */
.res-circle::after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

/* (E) TEXT BLOCK */
.circle-txt {
    /* (E1) CENTER TEXT IN CIRCLE */
    position: absolute;
    bottom: 25%;
    width: 100%;
    text-align: left;
    font-weight: bold;
    color: white;
    padding-left: 50px;
}

.circle-txt div {
    line-height: 50px;
}

.circle-txt i {
    padding-right: 20px;
    font-size: 30px;
}

.subheader {
    text-align: center;
    padding: 130px 0;
    color: #fff;
}

.subheader h1,
.subheader h2 {
    color: #fff;
}

#subheadertitle {
    padding-bottom: 50px;
}

.eventinfo,
.eventmap,
.eventgallery,
.eventprice,
.eventschedule,
.eventvideo,
.eventemailsubs,
.eventsponsors {
    padding-bottom: 50px;
    padding-top: 50px;
}

.gallery .row {
    padding-bottom: 20px;
}


.pricing.bg-color {
    background: none;
}

.eventprice .col-md-12 {
    background-image: url("../images/price_bk.jpg");
    background-size: cover;
    padding: 30px 0 30px;
}

.eventschedule .subtext {
    color: #68a522;
}

.eventschedule .subjecttext {
    background-color: #68a522;
    color: #fff;
}

.eventschedule .description {
    border: 1px solid #68a522;
    padding: 10px;
}

.eventschedule .predesc {
    padding: 0 10px 10px 0;
}

.eventemailsubs .cmc-signup {
    text-align: center;
}

.eventemailsubs .col-md-12 {
    background-color: #68a522;
}

.eventinfo .event-name {
    padding-bottom: 40px;
}

.eventemailsubs input {
    padding: 10px !important;
    width: 200px !important;
}

@media (max-width: 767px) {

    .eventinfo .col-md-4,
    .eventinfo .eventdesc {
        padding-bottom: 40px;
    }

    .eventinfo,
    .eventmap,
    .eventgallery,
    .eventprice,
    .eventschedule,
    .eventvideo,
    .eventemailsubs,
    .eventsponsors {
        padding-bottom: 0px;
    }

    .eventprice .col-md-12 {
        background: none;
    }
}

/* @media (min-width: 1200px){ .eventprice [class*="col-md"] {
      
      margin-left: 1.76678445229682%;
     }

  } */

.eb-event-wrapper .eb-taskbar {
    padding-bottom: 10px;
    padding-top: 10px;
}

.eb-taskbar li {
    padding: 0 10px 0 0;
}

div.form-check-inline {
    display: inline;
}