:root {
    --ja_primary: #4323c9;
    --ja_primary_text: #FFFFFF;
    --ja_secondary: #36befc;
    --ja_secondary_text: #4323c9;
}

.ja_no_results {
    padding: 20px 0;
}

.ja_no_results p {
    border: 1px solid #DFDFDF;
    border-radius: 3px;
    padding: 20px;
    margin: 0;
}

#ja_session_grid_loading, #ja_speaker_grid_loading {
    background-color: #FFF;
    text-align: center;
    padding: 50px 0;
}

.ja_buy_now {
    margin-top: 30px;
    /*padding-top: 30px;*/
    /*border-top: 1px solid var(--ja_primary);*/
}

.ja_session_time {
    font-weight: bold;
    margin-bottom: 10px;
    display: inline-block;
}

.ja_button {
    display: inline-block;
    cursor: pointer;
    padding: 8px 12px;
    font-weight: bold;
    border: none;
    text-decoration: none !important;
    background-color: var(--ja_primary);
    color: var(--ja_primary_text);
    border-radius: 12px;

    -webkit-transition: all 250ms linear;
    -ms-transition: all 250ms linear;
    transition: all 250ms linear;
}

.ja_button_lg {
    display: inline-block;
    cursor: pointer;
    padding: 12px 20px;
    font-weight: bold;
    border: none;
    text-decoration: none !important;
    background-color: var(--ja_primary);
    color: var(--ja_primary_text);
    border-radius: 15px;

    -webkit-transition: all 250ms linear;
    -ms-transition: all 250ms linear;
    transition: all 250ms linear;
}

.ja_button:hover {
    background-color: var(--ja_secondary);
    color: var(--ja_secondary_text);
}

#ja_speaker_grid_filters input {
    display: inline-block;
    width: 300px;
    margin-right: 10px;
    padding: 10px;
    border: 1px solid #DFDFDF;
    background-color: white;
    border-radius: 3px;
}

#ja_session_grid_filters input,
#ja_session_grid_filters select {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 10px;
    border: 1px solid #DFDFDF;
    background-color: white;
    border-radius: 3px;
}

#ja_session_grid_filters input {
    width: 180px;
}

#ja_session_grid_filters select#ja_session_room,
#ja_session_grid_filters select#ja_session_speaker,
#ja_session_grid_filters select#ja_session_track,
#ja_session_grid_filters select#ja_session_day {
    width: 170px;
}

#ja_session_grid_filters select#ja_session_level {
    width: 110px;
}

.ja_session {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid var(--ja_primary);
}

.ja_session_speakers {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid var(--ja_primary);
}

#ja_speaker_grid {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid var(--ja_primary);
}

.ja_session_speakers_condensed {
    font-style: italic;
    font-size: 14px;
    margin-bottom: 20px;
}

.ja_session h3 {
    margin: 0 0 20px 0;
}

.ja_session h3 a {
    text-decoration: none;
}

.ja_session h3 {
    color: var(--ja_primary);
    font-size: 24px;
    font-weight: bold;
}

.ja_session_meta, .ja_exhibitor_meta {
    margin-bottom: 15px;
}

.ja_pill {
    display: inline-block;
    margin-right: 8px;
    padding: 2px 12px;
    border-radius: 12px;
    font-size: 14px;
    background-color: var(--ja_secondary);
    color: var(--ja_secondary_text);
}

.ja_session_speakers, #ja_speaker_grid {
    display: flex;
    flex-wrap: wrap;
}

.ja_session_speaker {
    text-align: center;
    width: 100%;
    border-radius: 10px;
    margin-bottom: 20px;
}

.ja_session_speaker h3 {
    font-size: 20px;
    font-weight: 500;
    margin: 0 0 10px 0;
}

.ja_session_speaker_info {
    padding: 20px;
    text-align: center;
}

.ja_session_speaker_img {
    background-repeat: no-repeat;
    background-size: 200px;
    background-position: center;
    border-radius: 100px;
    display: inline-block;
    width: 180px;
    height: 180px;
    margin: 0 auto;
}

.ja_session_speaker img {
    border-radius: 100px;
    display: block;
    width: 180px;
    margin: 0 auto;
}

.ja_exhibitors_grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.ja_exhibitor {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
}

.ja_exhibitor > div {
    padding: 20px;
    border: 1px solid #DFDFDF;
    border-radius: 5px;
}

.ja_exhibitor h3 {
    margin: 0 0 20px 0;
}

.ja_exhibitor h3 a {
    text-decoration: none;
}

.ja_exhibitor h3 {
    color: var(--ja_primary);
    font-size: 24px;
    font-weight: bold;
}

.ja_exhibitor_logo_container {
    margin: 0 auto;
    width: 160px;
    max-width: 100%;
    height: 80px;
    display: inline-block;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.ja_exhibitor .ja_exhibitor_logo_container {
    margin-bottom: 20px;
    width: 180px;
}

/*for single exhibitor pages*/
.ja_exhibitor_single_logo_container {
    margin-bottom: 20px;
    text-align: center;
}

.ja_exhibitor_single_logo_container img {
    width: 300px;
    display: inline-block;
}

.ja_exhibitor .ja_exhibitor_logo_container .ja_exhibitor_logo {
    width: 130px;
    display: inline-block;
}

.ja_exhibitor_terms {
    margin-bottom: 20px;
    font-style: italic;
}

.ja_exhibitor_header_image img {
    max-width: 100%;
    display: inline-block;
    margin: 0 auto;
    border-radius: 5px;
}

.ja_exhibitor_header_image,
.ja_exhibitor_header_video {
    margin-bottom: 20px;
    text-align: center;
}

.ja_exhibitors_carousel {
    margin-bottom: 20px;
}

.ja_exhibitors_carousel_item {
}

.ja_exhibitors_carousel_item a {
    display: block;
    text-align: center;
}

.ja_exhibitors_carousel_item img {
    max-width: 100%;
}

.ja_tickets_grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 20px;
    border: 1px solid #DFDFDF;
}

.ja_ticket {
    width: 100%;
}

.ja_ticket > div {
    padding: 10px 20px;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ja_ticket h3 {
    margin: 0 0 20px 0;
}

.ja_ticket h3 a {
    text-decoration: none;
}

.ja_ticket h3 {
    color: var(--ja_primary);
    font-size: 24px;
    font-weight: bold;
}

.ja_ticket .ja_buy_now_inline {
}

.ja_ticket .ja_ticket_cost {
    width: 160px;
	padding: 10px;
	font-weight: 600;
}

.ja_ticket .ja_ticket_name {
    flex-grow: 1;
}

.ja_embed_container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.ja_embed_container iframe,
.ja_embed_container object,
.ja_embed_container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media screen and (min-width: 500px) {
    .ja_session_speaker {
        width: 50%;
    }

    .ja_exhibitor {
        width: 49%;
        margin-right: 1%;
    }

}

@media screen and (min-width: 768px) {
    .ja_session_speaker {
        width: 33%;
    }

    .ja_exhibitor {
        width: 31%;
        margin-left: 1%;
        margin-right: 1%;
    }
}

@media screen and (min-width: 1030px) {
    .ja_session_speaker {
        width: 25%;
    }
}