

.tm-toolbar {
    padding-top: 5px;
    padding-bottom: 5px;
}

.uk-text-lead {
    font-family: "Inter", sans-serif;
}

.uk-table-small td {
    padding: 2px 2px 0 0;
}

.uk-table-small th {
    padding: 2px 2px 0 0;
}


.epp-event-table {
    max-width: 80%;
}

.epp-event-table thead tr {
    border-top:1px solid;
}

.epp-border-bottom {
    border-bottom:1px solid;
}

.event-grid-title {
    font-size: 25px;
    font-weight: 900;
}

.epp-card-header {
    padding:10px;
    height: 50px;
}

.epp-card-header h3 {
    color:#8b598b !important;
    font-weight: 900;
}

.epp-card {
    box-shadow: 10px 10px 10px #888888;
    border: 2px solid purple;
    border-top: 6px solid purple;
    border-radius: 6px;
}

.epp-session-table {
    color:black !important;
    font-size: 14px;
    line-height: 21px;
}

.epp-session-table td {
    padding: 0px;
}


.epp-card-body {
    color:black !important;
    padding: 5px;
}

.epp-card-content {
    color:black !important;
    height: 160px;
    overflow: hidden;
    font-size: 16px;
}

.epp-card-footer {
    height: 50px;
}

.epp-download-button {
    background-color: lavender !important;
    color: #8b598b;
    border: 1px solid #8b598b;
    padding: 0px 20px;
}

.epp-event-sub-header {
    text-transform: uppercase;
    color: #8b598b!important;
}


.uk-form-icon {
    position: inherit;
}

.epp-divider {
    border:1px solid lavender;
}

.epp-table-label {
    color: #8b598b;
    width:40%;
    font-weight: bold;
}

.epp-table-content {
    color:black;
}

.epp-button-epp-small {
    padding:2px;
}

.epp-register-button {
    background-color:#8b598b !important;
    color:white !important;
}

.button-spacer {
    height:3px;
}

.tm-header-mobile .uk-navbar-container {
    background-color: white;
}

.spacer {
    height:0px;
}



.info-box .info-column  {
    min-height:350px;
    padding:10px;
}


.lead, .uk-text-lead {
    font-size: 20px;
    line-height: 1.5;
    color: #000;
    font-weight: 100;
}

.info-box-image {
    max-width:300px;
    margin:0px auto;
}



.site-logo {
    max-width:100px !important;
}

.uk-lightbox-page .uk-lightbox  {
    border: 1px solid rgba(0,0,0,0.2);
    top: 1%;
    right: 10%;
    bottom: 1%;
    left: 10%;
    box-shadow: 0 0 50px rgba(0,0,0,0.3);
}

.uk-lightbox-caption {
    text-align:justify !important;
}

.uk-lightbox .uk-transition-slide-bottom {
    transform: none;
}

.uk-lightbox-page .uk-lightbox video {
    width: 70%;

}


.uk-accordion-title:hover {

    color: lightgray;
}
.sub-enhance {
    box-shadow: 3px 3px 6px 3px grey;
}



.uk-list-striped>:nth-of-type(odd) {
    background: #8B598B;
}

.uk-list-striped>:nth-of-type(odd) .el-content {
    color:white;
}

.uk-list-striped >:nth-child(even) .el-content {
    color: #8B598B;
}

.uk-card-epp {
    border:1px solid;
    border-radius:4px;
    margin-bottom:20px;
}

.uk-card-epp .uk-card-header  {
    padding: 10px 20px;

}

.uk-card-epp h4  {
    color: #6b1359;
    font-size:20px;
}

.uk-card-epp .uk-card-body {
    padding: 10px 20px;
}

.uk-card-epp .uk-card-footer {
    padding: 10px 20px;
    text-align:right;
}

.epp-event-body {
    padding-top:10px;
}

.epp-event-table th {
    padding: 0px 12px;
}

.epp-event-table td {
    padding: 0px 12px;
}

.epp-event-table-mobile {
    border-top:1px solid;
    border-bottom:1px solid;
    font-size:12px;
    text-align:center;
    font-weight:600;
}

.event_block_speaker_image {
    width:120px;
    height:auto;
}

.event-grid-body {
    margin-top:0px !important;
}

.event-grid-buttons {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.event-grid-buttons a {
    padding-bottom:20px;
}

.uk-sticky-fixed .hide-sticky {
    display:none;
}

.uk-card-secondary {
    border:2px solid purple;
    border-top:4px solid purple;
}

.uk-button {
    border-radius:6px;
}

.pp-checkout-container__title,.pp-checkout-logo {
    display:none;
}

.uk-button-small {
    padding: 0 15px;
    line-height: 34px;
    font-size: 14px;
}


.epp-event-nav > li > a {
    width:180px;
}


.uk-tab li a {
    color: black !important;
    background-image: none;
    background-color: white !important;
    border:1px solid #8b598b;
    padding:10px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.uk-tab>.uk-active>a {
    color: black;
    background-image: none;
    background-color: #f0f0f0 !important;
    border:1px solid #8b598b;
    border-bottom:2px solid #f0f0f0;
    padding:10px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.epp-event-item {
    border:1px solid #8b598b;
    margin-bottom: 40px;
}

.epp-event-title {
    color:white;
}



.epp-event-switcher .el-nav li {

}

.eb-venue-image {
    max-width: 200px;
}

.eb-terms-and-conditions-container {
    padding-top: 30px;
    padding-bottom: 30px;
}

.uk-tab > li > a {
    background-color: lightgrey;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.uk-tab > .uk-active > a {
    background-color: white;
    background-image: none !important;
}

.epp-event-nav .uk-tab > * {
    margin-right: 10px;
    padding-top: 20px;
}

.epp-event-nav {
    padding-top: 20px;
}

.epp-switcher {
    margin-top: -22px;
}

.epp-inclass-logo {
    position: absolute;
    top: 9%;
    right: 21%;
}

.epp-inclass-logo img {
    max-width: 200px;
}

.uk-button-epp-primary {
    background-color: #8b598b;
    color:white;
}

.uk-button-epp-default {
    background-color: #6b1359;
    color:white;
}

.eb-heading {
    padding-top: 50px;
}

.eb-heading h3 {
    line-height: 0.4;
    font-weight: 900;
}

#eb-forgot-username-password {
    padding-left: 215px;
}

.epp-event-nav li:first-child {
    padding-right: 2px;
}

.epp-event-nav li:not(:first-child) {
    padding-left: 0px;
    padding-right: 2px;
}

::selection {
    background-color: black;
    color: white;
}

.epp-event-badge {
    top:-15px;
    right:-10px;
    padding: 10px 15px;
    background-color: white;
    border: 2px solid black;
    color:black !important;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
}

.event-programe-box h3 {
    font-weight: 900;
}

.event-programe-box p {
    font-size: 18px;
}

.event-programe-box ul>li {
font-size :18px;
}

.trainer-image img {
    height:300px;
}

.epp-event-inner-item {
    padding: 0px 30px 10px 30px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    background-color: white;
    margin: 20px 20px 0 20px;
    margin-bottom: -40px !important;
}

.epp-extra-padding {
    background-color: #f0f0f0;
    padding-bottom:60px;
}

b, strong {
    font-weight: 600;
}

ul {
    list-style-type: disc;
}



.epp-trainer-card {
    padding: 20px 10px 10px 30px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    background-color: white;
    margin: 20px 20px 0px 60px;

}
.epp-trainer-card-header {
    padding:0px;
}

.epp-margin-bottom {
    margin-bottom:60px;
}

