
.event-box{
	display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 16px;
    width: 100%;
    height: auto;
    background: #FFFFFF;
    border: 0.5px solid #E9E8E8;
    border-radius: 8px;
    position: relative;
    max-width: 288px;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    gap: 10px;
    padding-bottom: 60px;
}

.event-title{
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	color: rgba(0, 0, 0, 0.87);
	padding-bottom: 4px;
    padding-top: 16px;
}

.event-date-holder{
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	color: rgba(0, 0, 0, 0.6);
    padding-bottom: 8px;
}

.event-price-holder{
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	color: #ED1B2D;
}

.event-view-red-outline-btn{
	height: 40px;
    position: absolute;
    text-align: center;
    padding-top: 15px;
    bottom: 9px;
    left: 9px;
    right: 9px;
	/* height: 40px;
    position: absolute;
    bottom: 16px;
    right: 16px;
    left: 16px;
    text-align: center; */
}

.event-view-red-outline-btn a{
	font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    color: #ED1B2D;
    display: block;
    padding: 10px 24px;
    border: 1px solid #ED1B2D;
    border-radius: 60px;
}

.events-holder{
	padding: 16px 48px;
	display: flex;
    gap: 16px;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
}

.event-image{
	max-width: 290px;
    border: 1px solid #E9E8E8;
    border-radius: 8px;
    width: 100%;
    min-height: 160px;
    background-color: #E9E8E8;
	display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 33px;
}


/* event view classes */

.event-holder{
	margin: 40px;
	padding: 40px;
	background: #FFFFFF;
}

.event-image-holder{
	background: #FEF0F1;
	border-radius: 16px;
	width: calc( 100% - 80px );
    text-align: center;
	min-height: 160px;
	display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 33px;
}

.event-left-box{
	max-width: 70%;
	width: 100%;
}

.event-right-box{
	max-width: 30%;
	width: 100%;
}

.event-view-title{
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	font-size: 32px;
	line-height: 48px;
	/* identical to box height, or 150% */

	display: flex;
	align-items: center;
	
	color: #10181F;

}

.event-view-date-holder{
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 16px;
	display: flex;
	align-items: center;
	color: #10181F;
    padding: 8px 0;
}

.event-view-place-holder{
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 16px;
	display: flex;
	align-items: center;
	color: #10181F;
    margin-bottom: 24px;
}

.event-view-place-holder::before{
    font-size: 20px;
}

.about-this-event{
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 28px;
	color: #10181F;
    margin-bottom: 16px;
}

.event-description-holder p{
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	color: #383F44;
	flex: none;
	order: 1;
	align-self: stretch;
	flex-grow: 0;
}

.event-order-box{
	display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 24px;
    gap: 16px;
    width: 292.33px;
    border: 0.5px solid #E9E8E8;
    border-radius: 8px;
}

.event-content-box{
	display: flex;
	flex-direction: row;
    flex-wrap: wrap;
    margin-top: 24px;
}

.event-order-price{
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	display: flex;
	align-items: center;
	color: #10181F;
}

.event-order-price-range{
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 32px;
	display: flex;
	align-items: center;
	color: #10181F;
}

.event-get-tickets-btn{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 8px 24px;
	background: #ED1B2D;
	border-radius: 60px;
    color: #ffffff !important;
	border: 0;
	cursor: pointer;
}

/* payment */

.event_ticket_buy_holder{
	padding: 24px;
	max-width: 700px;
    width: calc( 100% - 48px );
}

.event-buy-close-btn{
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
}

.event-buy-title{
	color: #10181F;
	font-size: 34px;
	font-family: 'Roboto';
	line-height: 48px;
	letter-spacing: 0.085px;
    font-weight: 400;
    padding-bottom: 28px;
}

.form-buttons-holder{
	/* display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    gap: 10px; */
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
    /* position: absolute; */
    bottom: 47px;
    left: 15px;
    right: 15px;
}

.event-qty-field-holder{
	width: 100%;
	display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
}

.event-qty-field{
	background: #FFFFFF;
    border: 1px solid #E9E8E8;
    border-radius: 8px !important;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #23233D;
    width: calc( 100% - 32px );
    margin-bottom: 16px;
    padding: 15px 16px;

    max-width: unset !important;
}


.certification-subtotal-container{
	display: flex;
	padding: 16px 0px;
	flex-direction: column;
	align-items: flex-start;
	gap: 16px;
	align-self: stretch;
	border-top: 1px solid #E9E8E8;
	border-bottom: 1px solid #E9E8E8;
}

.certification-price-row{
	display: flex;
	flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}


.certification-price-name{
	display: flex;
	width: 191px;
	flex-direction: column;
	color: #77777B;
	font-size: 16px;
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 300;
	line-height: 24px;
	letter-spacing: 0.08px;
}

.certification-price-total{
	display: flex;
	flex-direction: column;
	flex: 1 0 0;
	color: #10181F;
	text-align: right;
	font-size: 18px;
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 500;
	line-height: 20px;
}

.certification-price-total-name{
	display: flex;
	width: 191px;
	flex-direction: column;
	color: #10181F;
	font-size: 16px;
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	line-height: 18px;
}

.certification-price-total-sum{
	display: flex;
	flex-direction: column;
	flex: 1 0 0;
	color: #10181F;
	text-align: right;
	font-size: 20px;
	font-family: Roboto;
	font-style: normal;
	font-weight: 500;
	line-height: 24px;
	letter-spacing: 0.03px;
}


.certification-form-card-input{
    padding: 12px 16px;
    border-radius: 8px !important;
    border: 1px solid #E9E8E8;
    background: #FFF;
    color: #10181F;
    font-size: 16px;
    font-family: 'Roboto';
    line-height: 18px;
    box-shadow: 0px -1px 1px 0px rgba(218, 227, 225, 0.15) inset, 0px 2px 2px 0px rgba(218, 227, 225, 0.10);
}

#card-errors{
	color: #BE1624;
}


.certificate_form_success_holder{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}

.certification-success-box{
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.certification-success-logo{
	font-size: 90px;
    width: 90px;
    height: 90px;
	color: #82B841;
}

.certificate_form_success_holder{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}

.event-get-tickets-btn:hover {
    background-color: #C51726 !important;
    /* border: 1px solid #C51726 !important; */
}

.event-view-btn:hover{
	color: #FFF !important;
	background-color: #C51726 !important;
	border-color: #C51726 !important;
}

.event-cancel-buy-btn{
	font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    color: #ED1B2D;
    display: block;
    padding: 10px 24px;
    border: 1px solid #ED1B2D;
    border-radius: 60px;
}

#error-info{
    color: #BE1624;
}

.event-tickets-sold-out{
	font-size: 32px;
    color: #ED1B2D;
}

.my-tickets-holder{
	box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 14px 0px;
    background: #FFFFFF;
    border-top: 0.5px solid #E9E8E8;
}

.public-page-event-input-holder{
	display: flex;
    flex-direction: column;
    width: calc(50% - 15px);
    align-items: stretch;
}

.public-page-event-input-holder2{
	width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 auto;
    justify-content: space-around;
}

.public-event-input{
	max-width: 100% !important;
	width: calc(100% - 35px);
	display: block;
}

.public-event-form-fields{
	margin: 0 auto;
}

.public-page-event-input-holder3{
	width: calc(100% - 15px);
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 auto;
}

.public-page-event-qty-field-holder{
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
}

.public-page-event-subtotal-container{
    display: flex;
    padding: 16px 0px;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    border-top: 1px solid #E9E8E8;
    border-bottom: 1px solid #E9E8E8;
    margin: 0 auto;
}

.public-page-event-card-holder{
    margin: 25px auto;
}

.public-page-form-buttons-holder{
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
    margin: 0 auto;
}

.public-event-error-info{
    color: #BE1624;
}

.public-event-input.error{
	border-color: #ED1B2D !important;
}

.public-event-error-list{
	display: flex;
    /* max-width: 93%;
    margin: 0 auto; */
    color: #BE1624;
}

.no-ticket-box{
	margin-top: 50px !important;
    margin-bottom: 50px !important;
    font-size: 16px !important;
}

.event-success-holder{
	margin: 0 auto;
}

.success-form-title{
	color: #10181F;
	font-size: 34px;
	font-family: 'Roboto';
	line-height: 48px;
	letter-spacing: 0.085px;
    font-weight: 400;
}

.public-event-image-holder{
	background: #FEF0F1;
	border-radius: 16px;
	/* width: calc( 100% - 80px ); */
    text-align: center;
	min-height: 160px;
	display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 33px;
}

.public-event-right-box{
	max-width: 30%;
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: flex-end;
    justify-content: flex-start;
    align-items: flex-start;
}

.public-event-element-holder{
	display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    width: 100%;
    position: relative;
}

.public-event-small-box-holder{
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 16px 8px;
    padding: 8px 0px;
}

.public-event-element-holder-small {
	display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    width: calc( 50% - 4px );
}

.public-event-long-input{
	display: flex;
    padding: 12px 16px;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 8px !important;
    border: 1px solid #E9E8E8;
    background: #FFF;
    color: #10181F;
    font-size: 16px;
    font-family: Roboto;
    line-height: 18px;
    resize: vertical;
}

.no-image-placeholder{
    background: transparent url( '../gfx/placeholder/no_image.png' ) no-repeat;
	width: 100%;
    height: 260px;
    background-position: center;
    background-size: 110px;
    margin-bottom: 24px;
}

.form-element-text-input{
	display: flex;
	padding: 12px 16px;
	align-items: center;
	gap: 10px;
	align-self: stretch;
	border-radius: 8px !important;
	border: 1px solid #E9E8E8;
	background: #FFF;
	color: #10181F;
	font-size: 16px;
	font-family: Roboto;
	line-height: 18px;
	resize: vertical;
	box-shadow: 0px -1px 1px 0px rgba(218, 227, 225, 0.15) inset, 0px 2px 2px 0px rgba(218, 227, 225, 0.10);
}

.form-element-text-input::placeholder{
	color: #BCBBBA;
	font-size: 16px;
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	line-height: 18px;
}

.form-element-text-input.error{
	border-color: #ED1B2D !important;
}

#rca_apply_discount {
	color: #ED1B2D;
	position: absolute;
	top: 42px;
	right: 18px;
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 18px;
	z-index: 1;
}

.form-element-holder{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 8px;
	width: 100%;
	position: relative;
}

#rca_discount_error {
    font-size: 15px;
    color: #ED1B2D;
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	line-height: 18px;
}

.extract_event_calendar_box{
	display: table;
    width: 700px;
    margin: 95px auto 10px;
    text-align: left;
    background: #fff;
    border: 1px solid #ededed;
    box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.05);
    color: #3e5a7f;
    font-family: AvenirNext;
    font-size: 16px;
    font-weight: normal;
}

.extract_calendar_logo_holder{
	padding: 40px 0px 10px;
}

.extract_calendar_logo_inner{
	background: url( '/gfx/logo/logo.png' );
	background-repeat: no-repeat;
    background-size: 100%;
    height: 190px;
    width: 300px;
	margin: 0 auto;
}

.extract_calendar_box {
    position: relative;
    /* min-height: 310px; */
}

.extract_calendar_box_inner {
    padding: 0 15px 30px 15px;
    position: relative;
}

.extract_calendar_btn_holder{
	display: flex;
	flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 50px;
}

.extract_calendar_btn_holder_img{
	max-height: 70px;
    margin-bottom: 15px;
}

.extract_calendar_btn_link{
	display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

.extract_calendar_event_name{
	font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.005em;
    text-decoration: none;
}

#discount_code{
	text-transform: uppercase;
}