﻿.fullwidth {
	width: 100% !important;
}
.single-event section.masthead {
    position: relative;
    z-index: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: url(..images/general/background-masthead.png);
    background-size: cover;
    background-position: center;
}
.single-event section.masthead div.container {
    height: 400px;
    width: 100%;
    top: 0;
    left: 0;
    padding: 0;
    max-width: 100vw;
}
.single-event section.masthead h1 {
    font-family: "Nexa";
    font-size: 65px;
    font-weight: 900;
    color: #ffffff;
    margin: 0px;
    margin-bottom: 16px;
    text-transform: uppercase;
    text-align: center;
}
.single-event section.masthead h2 {
    font-family: "Nexa";
    font-size: 45px;
    font-weight: 900;
    color: #ffffff;
    margin: 0px;
    margin-bottom: 16px;
    text-transform: uppercase;
    text-align: center;
}
.single-event section.masthead img {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 40px;
    border-radius: 50%;
    cursor: pointer;
    padding: 5px;
    background-color: white;
    z-index: 1;
}
.single-event section.masthead .single-event-header-text {
    position: absolute;
    display: flex;
    width: 100%;
    height: 100%;
    background-color: unset; /*#2727278c;*/
    justify-content: center;
    padding: 0 10px;
    opacity: 1;
    transition: all 0.5s ease-out;
    flex-direction: column;
    align-items: center;
}
.single-event .event-group-category-label {
    position: absolute;
    left: 20px;
    top: 20px;
    font-family: Nexa;
    font-weight: bold;
    font-size: 12px;
    display: flex;
    align-items: center;
    z-index: 1;
}
.single-event .event-group-label {
    color: #4a4a4a;
    padding: 15px 30px 15px 40px;
    background-color: #00000000;
    clip-path: polygon(100% 0%, calc(100% - 20px) 50%, 100% 100%, 0% 100%, 0% 0%);
    text-transform: uppercase;
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: 25px;
}
.single-event .event-category-label {
    color: white;
    padding: 15px 40px 15px 30px;
    background-color: #00000000;
    clip-path: polygon(100% 0%, calc(100% - 20px) 50%, 100% 100%, 20px 100%, 0% 50%, 20px 0%);
    text-transform: uppercase;
    margin-left: -20px;
}
.single-event .event {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    width: 80%;
    background: #fff;
    box-shadow: 0px 15px 40px rgba(0, 0, 0, 0.07);
    gap: 0;
}
.single-event .event-blocks {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 48px;
    padding: 24px;
}

section.event-map {
    display: none;
    position: fixed;
    top: 0;
    z-index: 100;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #343434bd;
    flex-direction: column;
    align-items: stretch;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
}
section.event-map div#map {
    width: 100%;
    max-width: 800px;
    height: 400px;
    border: solid 10px white;
}
section.event-map button {
    border: none;
    background-color: white;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
}
.single-event .event-map {
    width: 100%;
}
.single-event .event-map #map {
    width: 100%;
    height: 328px;
}
.single-event .event-delimiter {
    display: inline-flex;
    width: 4px;
    align-items: stretch;
    align-self: stretch;
    justify-self: stretch;
    background-color: #ededed;
}
.single-event .event-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.single-event .event-block img {
    width: 26px;
    margin-bottom: 14px;
}
.single-event img.event-share {
    width: 50px !important;
    margin-bottom: 0 !important;
    cursor: pointer;
}
.single-event .event-block > span,
.single-event .event-block a {
    color: black;
    font-family: "Nexa";
    font-size: 16px;
}
.single-event .event-block a {
    color: #ee6f61;
    text-decoration: none;
}
.single-event .block {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: stretch;
    margin: 0 auto;
    width: 80%;
    background: #fff;
    gap: 24px;
    padding: 48px;
}
.single-event .block .block-image {
    display: flex;
    flex: 0.3;
    max-width: 438px;
}
.single-event .block .block-text {
    display: flex;
    flex: 0.7;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 32px;
}
.single-event .block .block-text h1 {
    color: #3e444d;
    font-family: "Nexa";
    font-size: 32px;
    color: #676e77;
    margin: 0px;
    margin-bottom: 24px;
    font-weight: 400;
}
.single-event .block .block-text p {
    color: #3e444d;
    font-family: "Nexa";
    font-size: 24px;
    color: #676e77;
    margin: 0px;
    margin-bottom: 48px;
    font-weight: 400;
}

.single-event .middle-content {
    display: inline-flex;
}
.single-event .middle-content .col1 {
    width: calc(100% - 500px);
}
.single-event .middle-content .col2 {
    width: 500px;
    margin-top: 50px;
}
.single-event .register-form-col {
    width: 100%;
}
.single-event section.content-prescription {
    background-color: #ffffff80;
    margin: 50px 10% 80px;
}
.single-event section.content-prescription h2,
.single-event section.content-prescription h3,
.single-event section.content-prescription h4 {
    font-family: Nexa;
    font-weight: 900;
    color: #326296;
}
.single-event section.content-prescription h2 {
    font-size: 36px;
}
.single-event section.content-prescription h3 {
    font-size: 32px;
}
.single-event section.content-prescription h4 {
    font-size: 28px;
}
.single-event section.content-prescription p {
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    text-align: left;
    margin-top: 10px;
}
.single-event .future-events {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    margin: 0 auto;
    width: 80%;
    background: #fff;
    gap: 24px;
    padding: 48px;
}
.single-event .future-events-tabs {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    align-self: flex-end;
}
.single-event .future-events-tabs-tab {
    color: #9b9b9b;
    padding: 24px;
    border-bottom: 1px solid #f0f0f0;
    font-family: "Nexa";
    font-weight: bold;
    font-size: 26px;
    cursor: pointer;
}
.single-event .future-events-tabs-tab.active, .single-event .future-events-tabs-tab:hover {
    color: #070707;
    border-bottom: 1px solid #fa503d;
}
.single-event .future-events > h1 {
    font-family: "Nexa";
    font-weight: bold;
    font-size: 56px;
}
.single-event .future-events > h1::after {
    margin-top: 32px;
    content: "";
    display: block;
    width: 68px;
    height: 13px;
    background-color: #fa503d;
}
.single-event .future-events-block {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background: #fff;
    gap: 24px;
    padding: 0px;
}
.single-event .future-events-block .future-events-event {
    display: flex;
    flex-direction: column;
    flex: 33.33%;
}
.single-event .future-events-block .future-events-event .event-image {
    background-size: cover;
    background-position: center;
    min-height: 295px;
}
.single-event .future-events-block .future-events-event .event-content {
    display: flex;
    flex-direction: column;
    background: #fff;
    box-shadow: 0px 15px 40px rgba(0, 0, 0, 0.07);
    padding: 48px;
}
.single-event .future-events-block .future-events-event .event-content-location {
    font-family: "Nexa";
    font-size: 18px;
    color: #c1c7ce;
    margin-bottom: 24px;
}
.single-event .future-events-block .future-events-event .event-content-text {
    font-family: "Nexa";
    font-size: 24px;
    color: #000;
}
.single-event .future-events-pagination {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}
.single-event section.venue > h5 {
    font-family: "Nexa";
    font-weight: 400;
    font-size: 24px;
    color: #fa503d;
}
.single-event .content-block {
    margin: 50px auto 30px;
    width: 80%;
    display: flex;
    justify-content: stretch;
    gap: 48px;
}
.single-event .content-block .content-block-text h1 {
    font-family: "Nexa";
    font-size: 40px;
    color: #3e444d;
    margin-top: 0px;
}
.single-event .content-block .content-block-text > span {
    font-family: "Nexa";
    font-size: 24px;
    color: #3e444d;
}
.single-event .content-block .content-block-text > p,
.single-event .content-block .content-block-text > ul {
    font-family: "Nexa";
    font-size: 16px;
    color: black;
}
.single-event .content-block .content-block-text > h4 {
    font-family: "Nexa";
    font-weight: 600;
    font-size: 24px;
    color: black;
}
.single-event .content-block .content-block-text button {
    border: none;
    background-color: unset;
    padding: 0;
}
.single-event .content-quote {
    color: #000000;
    font-family: "Nexa";
    font-size: 24px;
    font-weight: 900;
    padding: 24px;
    padding-left: 48px;
    margin: 50px auto 100px;
    width: 80%;
    border-left: 12px solid #fa503d;
}
.single-event .sponsor .sponsor-inner-block {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: stretch;
    margin: 0 auto;
    width: 80%;
    gap: 48px;
    padding: 48px;
    border: solid 2px #73a3cc;
}
.single-event .sponsor .sponsor-inner-block .block-image {
    display: flex;
    flex: 0.3;
    justify-content: flex-end;
}
.single-event .sponsor .sponsor-inner-block .block-image img {
    height: auto;
    max-width: 338px;
}
.single-event .sponsor .sponsor-inner-block .block-text {
    display: flex;
    flex: 0.7;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.single-event .sponsor .sponsor-inner-block .block-text > h1 {
    font-family: "Nexa";
    font-weight: normal;
    font-size: 56px;
}
.single-event .sponsor .sponsor-inner-block .block-text > h1::after {
    margin-top: 32px;
    content: "";
    display: block;
    width: 68px;
    height: 13px;
    background-color: #fa503d;
}
.single-event .sponsor .sponsor-inner-block .block-text > p {
    color: #676e77;
    font-family: "Nexa";
    font-size: 24px;
}
.single-event .sponsor .sponsor-inner-block .block-text > .button-horizontal-container {
    margin-top: 32px;
    display: flex;
    align-items: center;
    justify-content: stretch;
    gap: 24px;
}
.single-event .slider-one {
    position: relative;
    margin-bottom: 64px;
    padding: 48px 0px;
}
.single-event .slider-one::before {
    content: "";
    top: -250px;
    left: 0;
    right: 0;
    background: linear-gradient(0deg, white 0%, gainsboro 100%);
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
}
.single-event .slider-one-slide {
    background-color: #ffffff;
    display: flex;
    flex-direction: row;
    margin: 16px;
}
.single-event .slider-one-slide > img {
    align-self: flex-start;
    justify-self: flex-start;
    width: 164px;
}
.single-event .slider-one-slide .slider-one-slide-content {
    display: flex;
    flex-direction: column;
    justify-self: center;
    padding: 20px 10px 20px 30px;
}
.single-event .slider-one-slide .slider-one-slide-content .content-speaker {
    font-family: "Nexa";
    font-size: 18px;
    color: #c1c7ce;
}
.single-event .slider-one-slide .slider-one-slide-content .content-name {
    font-family: "Nexa";
    font-size: 32px;
    color: #3e444d;
}
.single-event .slider-one-slide .slider-one-slide-content .content-subname {
    font-family: "Nexa";
    font-size: 24px;
    color: #3e444d;
}
.single-event .slider-one-slide .slider-one-slide-content .content-text {
    font-family: "Nexa";
    font-size: 20px;
    color: #676e77;
}
.single-event .slider-one-slide .slider-one-slide-content > img {
    align-self: flex-start;
    max-height: 60px;
    width: auto;
}
.single-event .slider-two {
    width: 60%;
    margin: 0 auto;
    padding: 48px 0px;
}
.single-event .slider-two > h1 {
    color: #000;
    font-family: "Nexa";
    font-size: 55px;
    text-align: center;
}
.single-event .slider-two-slide {
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 12px;
}
.single-event .slider-two-slide img {
    width: 100%;
}
.btn.white {
    display: inline-flex;
    padding: 12px 32px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-bottom: 1px solid white;
    color: white;
    background: #FA503D;
    font-family: "Nexa";
    text-decoration: none;
    font-weight: bold;
}
.single-event .register-for-event {
    background-color: #333;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 48px;
    padding: 15px 100px;
    box-shadow: 2px 2px 5px #505050;
}
.single-event .register-for-event.register-block1 {
    position: fixed;
    top: 0;
    z-index: 100000;
    margin: 0 20%;
    width: 60%;
    display: none;
}
.single-event .register-for-event.register-block2 {
    width: 60vw;
}
.single-event .register-for-event > span,
.single-event .register-for-event a {
    color: #fff;
    font-family: "Nexa";
    font-size: 36px;
}
.single-event .agenda {
    background-color: #f8f9fa;
    width: 100%;
    padding: 48px;
    margin: 0 auto;
}
.single-event .agenda h1 {
    color: #3e444d;
    font-family: "Nexa";
    font-size: 40px;
}
.single-event .agenda > table {
    width: 100%;
    border-collapse: collapse;
}
.single-event .agenda > table thead tr td {
    background-color: #edeff4;
    font-family: "Nexa";
    font-size: 14px;
    padding: 24px;
}
.single-event .agenda > table tbody tr td {
    color: #505050;
    font-family: "Nexa";
    font-size: 16px;
    padding: 24px;
}
.single-event .agenda > table tbody tr td.time {
    color: black;
    font-family: "Nexa";
    font-size: 16px;
    padding: 24px;
    vertical-align: middle;
    white-space: nowrap;
}
.single-event .agenda > table tbody tr td.time > img {
    width: 20px;
    height: 20px;
}
.single-event .agenda > table tbody tr td.description {
    position: relative;
    color: black;
    font-family: "Nexa";
    font-size: 16px;
    padding: 24px;
}
.single-event .agenda > table tbody tr td.description .down-arrow {
    position: absolute;
    top: 20px;
    right: 0;
    cursor: pointer;
}
.single-event section.sponsors-area {
    width: 80%;
    margin: 0 auto;
    padding: 0 0 0;
    text-align: center;
}
.single-event section.sponsors-area.virtual {
    padding: 40px 0 0;
}
.single-event section.sponsors-area .sponsors-area-title {
    width: 100%;
    display: flex;
    margin-bottom: 0px;
}
.single-event section.sponsors-area.virtual .sponsors-area-title {
    margin-bottom: 0px;
}
.single-event section.sponsors-area .sponsors-area-title div {
    width: 50%;
    border-top: solid 1px #bcc2cb;
}
.single-event section.sponsors-area .sponsors-area-title h4 {
    font-family: Nexa;
    font-size: 24px;
    font-weight: 900;
    color: #bcc2cb;
    width: 250px;
    text-align: center;
    margin-top: -15px;
}
.single-event section.sponsors-area .sponsors-area-items {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
}
.single-event section.sponsors-area .sponsors-area-items > div {
    max-width: 200px;
    max-height: 200px;
    flex: 100px;
}
.single-event section.sponsors-area .sponsors-area-items > div img {
    max-width: 100%;
    max-height: 100px;
}
#register_modal .modal-body {
    max-height: unset;
}
.modal-body {
    max-height: 100px;
    overflow: hidden;
    transition: max-height 0.5s ease-in-out;
}
.modal-footer {
    justify-content: center;
    color: white;
    font-size: 30px;
    margin-top: 0;
    cursor: pointer;
    padding: 0;
}
#register_message {
    background-color: unset;
}
#register_modal.event-registration-form {
    background-color: unset;
}
.event-registration-form {
    background-color: #fa503d;
    margin-bottom: 50px;
}
section.speaker {
    background-color: #ffffff;
    display: flex;
    flex-direction: row;
    margin-bottom: 40px;
    padding: 0;
    align-items: flex-start;
    justify-content: stretch;
    width: 100%;
}
section.speaker img {
    align-self: flex-start;
    justify-self: flex-start;
    width: 164px;
}
section.speaker .content {
    display: flex;
    flex-direction: column;
    justify-self: center;
    padding: 20px 48px;
    line-height: 1.2;
    width: calc(100% - 164px);
}
section.speaker .content .content-speaker {
    font-family: "Nexa";
    font-size: 18px;
    color: #c1c7ce;
    margin-bottom: 12px;
    font-weight: 600;
}
section.speaker .content .content-name {
    font-family: "Nexa";
    font-size: 18px;
    color: #3e444d;
    font-weight: 900;
}
section.speaker .content .content-subname {
    font-family: "Nexa";
    font-size: 18px;
    color: #3e444d;
    font-weight: 600;
}
section.speaker .content .content-text {
    font-family: "Nexa";
    font-size: 18px;
    color: #676e77;
    font-weight: 500;
    margin: 20px 0 30px;
}
section.speaker .content > img {
    align-self: flex-start;
    max-height: 60px;
    width: auto;
    max-width: 100%;
}
section.speakers {
    background-color: #8dbae1;
    width: 100%;
    height: calc(100% + 50px);
    padding: 20px 20px 20px 0;
}
section.speakers ul {
    list-style: none;
    margin-block-start: 0;
    margin-block-end: 0;
    padding-inline-start: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
section.speakers ul li {
    box-shadow: 2px 2px 7px 0px #5c5c5c;
}
.col11 {
    width: 500px;
    padding: 40px 20px 20px 0;
}
.col12 {
    width: calc(100vw - 900px);
    padding: 40px 10px;
}
.col14 {
    width: 10%;
}
.col15 {
    width: calc(90% - 400px);
    padding: 0 40px 40px 0;
}
.col13 {
    width: 400px;
    padding: 0;
    margin-top: 40px;
}
.event-registration-form.virtual .modal-title {
    font-size: 30px;
}
.content-block.virtual {
    margin: 0 auto 30px;
    width: 100%;
    display: flex;
    justify-content: stretch;
    gap: 48px;
}
.content-block.virtual .content-block-text > p,
.content-block.virtual .content-block-text > ul {
    font-family: "Nexa";
    font-size: 16px;
    color: black;
}
.content-block.virtual .content-block-text > h4 {
    font-family: "Nexa";
    font-weight: 600;
    font-size: 24px;
    color: black;
}
section.content-prescription.virtual {
    margin: 50px 0;
}
.whiskey.virtual,
.sommelier.virtual {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: stretch;
    margin: 50px 0 30px;
    width: 100%;
    background: #f7f7f7;
    gap: 36px;
    padding: 0;
}
.whiskey.virtual .block-image,
.sommelier.virtual .block-image {
    display: flex;
    flex: 0.25;
    max-width: 250px;
}
.whiskey.virtual .block-image img,
.sommelier.virtual .block-image img {
    width: 100%;
}
.whiskey.virtual .block-text,
.sommelier.virtual .block-text {
    display: flex;
    flex: 0.75;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.whiskey.virtual .block-text h1,
.sommelier.virtual .block-text h1 {
    font-family: "Nexa";
    font-size: 24px;
    color: black;
    margin: 0px;
    margin-bottom: 24px;
    font-weight: 900;
}
.whiskey.virtual .block-text p,
.sommelier.virtual .block-text p {
    font-family: "Nexa";
    font-size: 16px;
    color: black;
    margin: 0px;
    margin-bottom: 24px;
    font-weight: 400;
}
section.idc {
    padding: 50px 0;
}
section.idc .sponsor-inner-block {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: stretch;
    margin: 0 auto;
    width: 100%;
    gap: 48px;
    padding: 48px;
    border: solid 2px #73a3cc;
}
section.idc.virtual .sponsor-inner-block {
    padding: 30px;
}
section.idc .sponsor-inner-block .block-text {
    display: flex;
    flex: 0.7;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
section.idc .sponsor-inner-block .block-text > h1 {
    font-family: "Nexa";
    font-weight: normal;
    font-size: 56px;
}
section.idc.virtual .sponsor-inner-block .block-text > h1 {
    font-weight: 600;
    font-size: 36px;
}
section.idc .sponsor-inner-block .block-text > p {
    color: #676e77;
    font-family: "Nexa";
    font-size: 24px;
}
section.idc.virtual .sponsor-inner-block .block-text > p {
    font-size: 18px;
}
section.idc .sponsor-inner-block .block-image {
    display: flex;
    flex: 0.3;
    justify-content: flex-end;
}
section.idc .sponsor-inner-block .block-image img {
    height: auto;
    max-width: 338px;
}
section.idc.virtual .sponsor-inner-block .block-image img {
    max-width: 250px;
}
.left-stick { display: none; }
.left-stick h5 i {
	position: absolute;
    top: 20px;
	transition: top 1s;
}
.left-stick h5 i:first-child {
    left: -20px;
}
.left-stick h5 i:last-child {
    right: -20px;
}
.single-event .event-registration-form.virtual {
    background-color: #fa503d;
}
.register-form-warning a {
    color: inherit;
    text-decoration: underline;
}
@media(max-width:1600px) {
    .single-event .masthead h1 {
            font-size: 80px;
        }
    }
@media(max-width:1527px) {
    .single-event .agenda {
        padding: 30px 0 10px;
    }
    .single-event section.venue > h5,
    .single-event .agenda h1 {
        margin-left: 10px;
    }
    .single-event .agenda > table tbody tr td.time,
    .single-event .agenda > table tbody tr td,
    .single-event .agenda > table tbody tr td.description {
        padding: 10px;
    }
    .single-event .slider-one-slide .slider-one-slide-content .content-text {
        font-size: 16px !important;
    }
}

    @media(max-width:1450px) {
        .single-event section.masthead h1 {
            font-size: 55px;
        }

        .single-event section.masthead h2 {
            font-size: 36px;
        }
    }

    @media(max-width:1400px) {
        .single-event .masthead h1 {
            font-size: 50px;
        }
    }

    @media(max-width:1367px) {
        .single-event .register-for-event {
            padding: 15px 50px;
        }
    }

@media(max-width:1350px) {
    .single-event .middle-content {
        flex-direction: row;
        flex-wrap: wrap;
    }
    .col11 {
        width: 100vw;
        padding: 40px 0px 0px 0;
    }
    .col12 {
        width: calc(100vw - 400px);
    }
	.content-block.virtual {
		margin-top: 40px;
	}
}

@media (max-width: 1250px) {
    .single-event .register-for-event > span, .single-event .register-for-event a {
        font-size: 26px;
    }
}

@media(max-width:1245px) {
    .single-event .event-blocks {
        gap: 24px;
    }
}

@media(max-width:1200px) {
    .single-event .masthead h1 {
        font-size: 64px;
    }

    .single-event .register-for-event > span, .single-event .register-for-event a {
        font-size: 30px;
    }

    .register-for-event .btn.white {
        font-size: 18px;
    }
}

@media(max-width:1125px) {
    .single-event section.masthead h1 {
        font-size: 36px;
    }

    .single-event section.masthead h2 {
        font-size: 30px;
    }
}

@media (max-width: 1050px) {
	.single-event section.masthead .single-event-header-text {
		padding: 0 100px 0 10px;
	}
	.col11 {
		width: calc(100vw - 100px);
	}
	.col12 {
		width: calc(100vw - 100px);
	}
	.col13 {
		width: calc(100vw - 100px);
		margin-top: 0;
		position: fixed;
		right: calc(-100vw + 200px);
		z-index: 100;
		top: 0;
		height: 100vh;
		display: flex;
		align-items: center;
		transition: right 1s;
	}
	.event-registration-form.virtual {
		display: flex;
		margin-bottom: 0;
		min-height: 400px;
	}
	.left-stick {
		width: 100px;
		transform: rotate(270deg);
		position: relative;
		display: flex;
		justify-content: center;
		white-space: nowrap;
		flex-direction: column;
		align-content: center;
		align-items: center;
	}
	.event-registration-form.virtual .modal-title {
		position: relative;
	}
	.event-registration-form.virtual .modal-content {
		flex-direction: column;
	}
	.event-registration-form.virtual .modal-header {
		display: none;
	}
	.event-registration-form.virtual .modal-body {
		max-height: unset;
		overflow: unset;
	}
	.single-event .event-registration-form.virtual .register-form-col {
		width: calc(33% - 5px);
	}
	.modal-footer {
		display: none;
	}
}
@media (max-width: 893px) {
	.single-event .event-registration-form.virtual .register-form-col {
		width: calc(50% - 5px);
	}
	.single-event .event-registration-form.virtual .register-form-col {
		position: relative;
		margin-bottom: 10px;
	}
	.event-registration-form.virtual .register-form-col input,
	.event-registration-form.virtual .register-form-col textarea,
	.event-registration-form.virtual .register-form-col select {
		padding: 7px 10px;
	}
	.event-registration-form.virtual .register-form-col label {
		transform: translate(10px, 7px);
	}
}
@media (max-width: 750px) {
	.col13 {
		width: 100vw;
		align-items: flex-start;
		right: calc(-100vw + 100px);
	}

    .single-event section.sponsors-area .sponsors-area-title {
        margin-top: 50px;
    }
}
@media (max-width: 500px) {
	.single-event section.masthead .single-event-header-text {
		padding: 0 50px 0 10px;
	}
	.col11 {
		width: calc(100vw - 50px);
	}
	.col12 {
		width: calc(100vw - 50px);
	}
	.col13 {
		right: calc(-100vw + 50px);
	}
	.left-stick {
		width: 50px;
	}
	.left-stick h5 i {
		top: 12px;
	}
}

    @media (max-width: 991px) {
        .single-event .masthead {
            padding: 24px;
        }

        .single-event .event {
            flex-direction: column;
        }

            .single-event .event .event-blocks {
                flex-direction: column;
            }

        .single-event .slider-one-slide {
            flex-direction: column;
        }

            .single-event .slider-one-slide .slider-one-slide-content {
                padding: 0px;
            }

        .single-event .slider-one::before {
            content: none;
        }

        .single-event .content-block {
            margin-top: 0;
        }
	.col12 { margin-top: 40px; }

            .single-event .content-block .content-block-advertise {
                display: none;
            }

        .single-event .sponsor .sponsor-inner-block {
            flex-direction: column;
        }

        .single-event .block {
            flex-direction: column;
        }

        .single-event .register-for-event {
            flex-direction: column;
            gap: 26px;
        }

        .single-event .agenda table {
            display: flex;
            flex-direction: column;
        }

            .single-event .agenda table thead {
                display: none;
            }

            .single-event .agenda table tbody tr {
                display: flex;
                flex-direction: column;
                background-color: #fff;
                margin: 12px 0px;
                padding: 32px;
            }

                .single-event .agenda table tbody tr td {
                    padding: 8px !important;
                }

                    .single-event .agenda table tbody tr td > a {
                        display: block;
                    }
    }

    @media(max-width:800px) {
        .single-event .register-for-event.register-block2 {
            width: 80vw;
        }

        .single-event .register-for-event.register-block1 {
            margin: 0 10%;
            width: 80%;
        }
    }

    @media(max-width:520px) {
        .single-event section.masthead h1 {
            font-size: 28px;
        }

        .single-event section.masthead h2 {
            font-size: 22px;
        }
    }

@media(max-width: 1200px) {
    .single-event .middle-content {
        display: flex;
        gap: 30px;
        flex-direction: column;
    }

        .single-event .middle-content .col1 {
            width: 100%;
        }

        .single-event .middle-content .col2 {
            margin: 0 auto;
        }

    .single-event .middle-content .col2 {
        width: auto;
    }

    .single-event .register-form-col {
        width: calc(50% - 10px);
    }
}

@media(max-width: 700px) {
    .single-event .register-form-col {
        width: 100%
    }
}