.section_profileContainer.venue_profile_container {
    width: 78%;
    /* max-width: unset; */
}

.section_bookingsContainer {
    position: relative;
    width: 95%;
    max-width: 1100px;
    margin: auto;
    padding-bottom: 70px;
}

.section_bookingsContainer .pageContainer_title {
    margin: 10px auto 20px auto;
}

.venue_profile_title {
    left: 0;
}

.left_booking_form {
    display: table;
    float: left;
    width: calc(100% - 370px);
    max-width: 700px;
    padding-top: 50px;
}

.left_booking_form.venue_booking_left {
    width: 58%;
}

.right_booking_form {
    position: sticky;
    top: 70px;
    right: 0;
    display: table;
    float: right;
    width: 350px;
    margin: 20px auto;
    /* padding: 0 10px; */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.right_booking_form.venue_booking_form {
    display: flex;
    justify-content: flex-end;
    width: 40%;
}

.venue_booking_form .profile_redesign {
    margin: 0;
}

.right_booking_form .pageContainer_row {
    margin: 10px auto;
}

.pageContainer_row_third {
    display: inline-block;
    width: 33.3333%;
}

.pageContainer_row_2third {
    display: inline-block;
    width: 66%;
    vertical-align: top;
}

.guarantee_img {
    width: auto;
    height: 50px;
    float: left;
    margin-top: -5px;
}

.booking_steps {
    display: table;
    width: 100%;
    margin: 20px auto;
    position: relative;
}

.booking_step {
    display: inline-block;
    vertical-align: top;
    width: 20%;
    padding: 0 5px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.booking_step_3 {
    width: 33.3%;
}

.booking_step_4 {
    width: 25%;
}

.booking_step_6 {
    width: 16.65%;
}

.booking_step_line {
    position: absolute;
    top: 30px;
    z-index: -1;
    display: table;
    width: 100%;
    border-top: 1px solid #ddd;
}

.booking_step_line_small {
    top: 25px;
}

.booking_step_line_first {
    width: 50%;
    right: -10px;
}

.booking_step_line_last {
    width: 50%;
    left: -10px;
}

.booking_step_circle {
    display: table;
    margin: 10px auto;
    font-size: 15px;
    font-weight: bold;
    height: 40px;
    width: 40px;
    text-align: center;
    border: 1px solid #6E6EEF;
    border-radius: 100%;
    background: #fff;
    color: #262633;
}

.booking_step_circle_small {
    height: 30px;
    width: 30px;
}

.booking_step_circle .booking_step_number {
    display: table-cell;
    vertical-align: middle;
}

.booking_step_tick {
    display: none;
}

.booking_step_text {
    font-size: 11px;
    line-height: 14px;
    font-weight: bold;
}

.booking_step_active .booking_step_circle {
    background: #6E6EEF;
    color: #fff;
}

.booking_step_complete .booking_step_circle {
    background: #6E6EEF;
    color: #fff;
}

.booking_step_complete .booking_step_number {
    display: none;
}

.booking_step_complete .booking_step_tick {
    display: table-cell;
    vertical-align: middle;
}

.cover_slide_modal {
    background-size: cover !important;
}

.booking_form_cover, .booking_form_cover_noimage {
    display: table;
    width: calc(100% + 30px);
    margin-top: -10px;
    margin-left: -15px;
    height: 150px;
    /* margin-bottom: 55px; */
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}

.booking_form_profile {
    display: table;
    float: left;
    margin: -20px 10px 10px 0;
    width: 80px;
    height: 80px;
    /* position: absolute;
    left: 15px;
    bottom: -45px; */
    border: 1px solid #6E6EEF;
    border-radius: 100%;
    padding: 3px;
    background: #fff;
    position: relative;
    z-index: 1;
}

.booking_form_profile_name {
    /* position: absolute;
    left: 115px;
    bottom: -30px; */
    display: table;
    float: left;
    width: calc(100% - 115px);
    z-index: 1;
    word-break: break-word;
}

.booking_form_profile_rating {
    /* position: absolute;
    left: 115px;
    bottom: -40px; */
    display: table;
    margin-left: 100px;
    z-index: 1;
}

.booking_form_general_appearance {
    margin: 5px 0.5%;
}

.booking_form_general_appearance img {
    width: 20px;
    height: 20px;
    display: table;
    float: left;
    margin-right: 5px;
}

.right_booking_form_text {
    font-size: 13px;
}

.booking_form_general_appearance .right_booking_form_text {
    float: left;
    max-width: calc(100% - 27px);
    /* word-break: break-all; */
    /* white-space: nowrap; */
}

.booking_form_general_appearance .venue_img {
    width: auto;
    height: 40px;
    margin: 0 5px;
    float: right;
}

.booking_form_giftcode {
    display: table;
    float: right;
    padding: 6px 5px 5px 5px;
    font-size: 13px;
    width: 100px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 0;
}

.booking_form_giftcode_apply {
    display: table;
    float: right;
    outline: 0;
    border: 2px solid #DDE2EF;
    padding: 3px 5px 3px 5px;
    font-size: 13px;
    line-height: 21px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.booking_form_giftcode_apply:hover {
    cursor: pointer;
    background: #6E6EEF;
    border: 2px solid #6E6EEF;
    color: #fff;
}

.booking_form_giftcode_container {
    display: table;
    width: 100%;
    margin: 0;
}

.booking_form_giftcode_added {
    display: table;
    float: left;
    margin: 5px;
    padding: 7px 15px;
    background: #6E6EEF;
    color: #fff;
    border-radius: 20px;
    font-size: 13px;
}

.booking_form_giftcode_remove {
    display: inline-block;
    margin: 0 0 0 5px;
    height: 10px;
    width: 10px;
}

.booking_form_giftcode_remove:hover {
    cursor: pointer;
}

.booking_form {
    display: table;
    width: 100%;
    position: relative;
}

#booking_know_venue .pageContainer_row, #booking_notknow_venue .pageContainer_row {
    margin: 10px 0;
}

#booking_know_venue .pageContainer_row_buttons, #booking_notknow_venue .pageContainer_row_buttons {
    margin-top: 50px;
}

.booking_form .pageContainer_row_half, .profile_booking_form .pageContainer_row_half {
    width: 49%;
}

.booking_form .pageContainer_row_half:first-child {
    margin: auto 1% auto 0;
}

.booking_form .pageContainer_row_half:last-child {
    margin: auto 0 auto 1%;
}

.booking_form .pageContainer_row_half {
    /* vertical-align: top; */
}

.profile_booking_form .booking_search_result_first .booking_search_result_left {
    margin: auto 0 auto 1%;
    position: initial;
    float: right;
}

.profile_booking_form .booking_search_result_first .booking_search_result_right {
    margin: auto 0 auto 1%;
    padding: 0;
    float: left;
    padding: 10px 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 200px;
}

.profile_booking_form .booking_search_result_right_bottom {
    left: 0;
}

.profile_booking_form .booking_search_result_expand_text {
    right: calc(50% + 10px);
}

.profile_booking_form .booking_search_result_last .pageContainer_row_half:first-child {
    width: 49%;
    margin: auto 0.5%;
}

.profile_booking_form .pageContainer_row_full {
    display: block;
    width: 90%;
    margin: 10px 5%;
}

.booking_search_filters {
    position: relative;
}

.booking_search_filter {
    display: table;
    float: left;
    width: 21%;
    margin-right: 1%;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    padding: 5px 0;
    border-radius: 5px;
    border: 1px solid #dedee2;
}

.booking_search_filter_active, .booking_search_filter:hover {
    cursor: pointer;
    background: #BFB3EA;
    border: 1px solid #BFB3EA;
}

.booking_search_filter_map {
    width: 10%;
    margin: 0;
}

.booking_search_filter_img {
    height: 24px;
    width: auto;
}

.booking_search_filter_text {
    margin: 5px 0;
}

.booking_search_filter_container {
    display: none;
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    max-width: 500px;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 5px 15px 0px #ccc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 5;
}

.booking_filter_one {
    display: table;
    float: left;
    font-size: 11px;
    font-weight: bold;
    padding: 5px 15px;
    margin: 5px;
    border-radius: 20px;
    background: #fff;
    border: 1px solid #DDE2EF;
}

.booking_filter_one_active, .booking_filter_one:hover {
    cursor: pointer;
    background: #BFB3EA;
    border: 1px solid #BFB3EA;
}

.booking_food_beverage {
    display: table;
    float: right;
    font-size: 11px;
    font-weight: bold;
    padding: 5px 40px 5px 15px;
    margin: 5px;
    border-radius: 20px;
    color: #fff;
    background: #6E6EEF;
    position: relative;
}

.booking_food_beverage img {
    position: absolute;
    right: 15px;
    top: 6px;
    width: auto;
    height: 18px;
}

.booking_food_beverage_switch {
    display: table;
    float: right;
    margin-top: 9px;
}

#booking_price_rangeslider input, #booking_size_rangeslider input {
    width: calc(100% - 50px);
}

#booking_search_map {
    display: none;
}

#booking_search_filter_removable {
    display: table;
    float: left;
    width: calc(100% - 50px);
}

#booking_search_filters_clear {
    float: right;
    color: #6E6EEF;
}

#booking_search_filters_clear:hover {
    cursor: pointer;
}

.booking_search_result {
    background: #fff;
    border: 1px solid #dedee2;
    border-radius: 5px;
    margin: 10px 0;
    -moz-box-shadow: 1px 1px 5px #dedee2;
    -webkit-box-shadow: 1px 1px 5px #dedee2;
    box-shadow: 1px 1px 5px #dedee2;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

/* .booking_search_result .pageContainer_row_half {
    padding: 0;
} */
.booking_search_result_first {
    position: relative;
    margin: 0 !important;
}

.booking_search_result_last, .booking_search_result_hidden {
    display: none;
}

.booking_search_result_last .pageContainer_row_half {
    vertical-align: top;
}

.booking_search_result_last .pageContainer_row_half:first-child {
    width: calc(49% - 40px);
    margin-left: 40px;
}

.booking_search_result_left {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.booking_search_result_right {
    vertical-align: top;
    padding: 10px 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.booking_search_result_checkbox_container {
    width: 40px;
    height: 100%;
    text-align: center;
}

.booking_search_result_checkbox_container label {
    position: absolute;
    top: 50%;
    left: 8px;
    transform: translate(0%, -50%);
}

.booking_search_result_slider {
    display: block;
    width: calc(100% - 40px);
    max-width: 350px;
    /* height: 200px; */
    margin-left: 40px;
    margin-bottom: 0 !important;
    position: relative;
}

.booking_search_result_slider_full {
    width: 100%;
    margin-left: 0;
}

.booking_search_result_slide {
    display: block;
    width: 100%;
    max-width: 350px;
    padding-bottom: 33.33333333%;
    /* height: 200px; */
    background-color: #dedee2;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.booking_search_result_slider .slick-dots {
    bottom: 5px;
}

.booking_search_result_slider .slick-prev {
    left: 5px;
    z-index: 1;
}

.booking_search_result_slider .slick-next {
    right: 5px;
    z-index: 1;
}

.booking_search_result .pageContainer_title, .booking_search_result .pageContainer_text {
    margin: 0;
}

.booking_search_result_right_bottom {
    position: absolute;
    bottom: 10px;
    left: calc(50% + 10px);
}

.booking_search_result_expand {
    display: table;
    width: 20px;
    height: auto;
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.booking_search_result_expand_text {
    display: table;
    width: auto;
    height: auto;
    position: absolute;
    bottom: 17px;
    right: 20px;
}

.booking_search_result_expand:hover, .booking_search_result_expand_text:hover {
    cursor: pointer;
}

.booking_search_result_last_location {
    display: table;
    width: 100%;
    margin: 10px 0;
}

.booking_search_result_testimonials {
    display: block;
    width: 90%;
    margin: 0 5%;
    max-width: 600px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.booking_search_result_testimonial {
    display: block;
    width: 95%;
    max-width: 600px;
    border: 1px solid #dedee2;
    border-radius: 30px;
    padding: 10px 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.booking_search_result_testimonial_author {
    display: table;
    width: 100%;
}

.booking_search_result_testimonial_img {
    display: table;
    float: left;
    width: 45px;
    height: 45px;
    margin-right: 10px;
    border-radius: 100%;
}

.event_offerings_select {
    display: table;
    outline: 0;
    border: 2px solid #dedee2;
    border-radius: 5px;
    font-size: 15px;
    font-weight: bold;
    width: 100%;
    margin: 0;
    padding: 10px 20px;
    color: #333;
    background: #fff;
    font-family: 'Montserrat', sans-serif;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAh0lEQVQ4T93TMQrCUAzG8V9x8QziiYSuXdzFC7h4AcELOPQAdXYovZCHEATlgQV5GFTe1ozJlz/kS1IpjKqw3wQBVyy++JI0y1GTe7DCBbMAckeNIQKk/BanALBB+16LtnDELoMcsM/BESDlz2heDR3WePwKSLo5eoxz3z6NNcFD+vu3ij14Aqz/DxGbKB7CAAAAAElFTkSuQmCC');
    background-repeat: no-repeat;
    background-position: center right 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.event_offerings_select:hover {
    cursor: pointer;
}

.event_offerings_select_inactive {
    background-color: #eee;
    color: #888;
}

.event_offerings_select_container {
    display: none;
    width: 100%;
    position: relative;
}

.event_offerings_select_inner, .event_payments_select_inner, .film_payments_select_inner {
    position: absolute;
    z-index: 100;
    top: -1px;
    left: 0;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    border: 2px solid #dedee2;
    border-radius: 5px;
    width: 100%;
    max-height: 300px;
    overflow: auto;
}

.event_offerings_option {
    display: table;
    width: 100%;
    padding: 10px 20px;
    border-bottom: 2px solid #dedee2;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.event_offerings_option:last-child {
    border: 0;
}

.event_offerings_option:hover {
    background: #eee;
    cursor: pointer;
}

.event_offerings_option_img {
    display: inline-block;
    vertical-align: middle;
    width: 20%;
    height: auto;
}

.event_offerings_option_img_card {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    height: 25px;
}

.event_offerings_option_info {
    display: inline-block;
    vertical-align: middle;
    margin: 0 25px;
    width: calc(70% - 50px);
    font-weight: normal;
}

.event_offerings_option_info a {
    text-decoration: none;
}

.event_offerings_option_price {
    display: inline-block;
    vertical-align: middle;
    width: 10%;
}

.switch_event_residential {
    vertical-align: middle;
    margin-left: 30px;
}

.box_border_right {
    background: #fff;
    border: 1px solid #dedee2;
    border-left: 10px solid #6E6EEF;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    margin: 0 10px 20px 10px;
    padding: 20px 10px;
    position: relative;
    -moz-box-shadow: 1px 1px 5px #dedee2;
    -webkit-box-shadow: 1px 1px 5px #dedee2;
    box-shadow: 1px 1px 5px #dedee2;
}

.event_confirmed_tick {
    display: table;
    float: left;
    margin-right: 10px;
    width: 40px;
    height: 40px;
    border: 4px solid #6E6EEF;
    border-radius: 100%;
    text-align: center;
}

.event_confirmed_tick span {
    display: table-cell;
    vertical-align: middle;
    margin: auto;
    font-size: 30px;
    font-weight: bold;
    color: #6E6EEF;
}

.pageContainer_text .left_icon {
    display: table;
    float: left;
    width: auto;
    height: 40px;
    margin-right: 10px;
}

.pageContainer_text .right_text {
    display: table-cell;
    vertical-align: middle;
}

.ticket_price_calculator {
    display: table;
    width: 100%;
    background: #6E6EEF;
    padding: 20px 10px;
    position: relative;
    border-radius: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.ticket_price_calculator:hover {
    cursor: pointer;
}

.ticket_price_calculator .left_icon {
    display: table;
    float: left;
    width: 70px;
    height: auto;
    margin-right: 10px;
}

.ticket_price_calculator .right_text {
    display: table;
    float: left;
    text-align: left;
    max-width: 70%;
}

.ticket_price_calculator .pageContainer_title {
    margin: 10px 0 5px 0;
}

.plus_button, .minus_button {
    position: absolute;
    font-size: 30px;
    font-weight: bold;
    top: 50%;
    right: 20px;
    transform: translate(0%, -50%);
}

.minus_button {
    display: none;
}

.ticket_price_calculator_header {
    display: table;
    width: 100%;
    position: relative;
}

.ticket_price_calculator_body, .ticket_price_calculator_footer {
    display: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.ticket_price_calculator_footer {
    margin: auto;
    padding: 10px 20px;
}

.ticket_price_calculator_body {
    margin: 20px 5px 5px 5px;
    background: #fff;
    padding: 10px;
    border-radius: 10px;
}

.ticket_price_calculator_body .pageContainer_row_half {
    vertical-align: top;
    padding: 0 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.ticket_price_calculator_body_left {
    border-right: 1px solid #DDE2EF;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.ticket_price_calculator_body .rangeSlider {
    width: 95%;
}

.event_ticket_tiers {
    float: left;
    width: 30px;
    text-align: center;
}

.event_ticket_tiers_button {
    color: #6E6EEF;
    font-size: 30px;
    font-weight: bold;
    margin: 0 7px;
    float: left;
}

.event_ticket_tiers_button:hover {
    cursor: pointer;
}

.event_ticket_potential_profit_value {
    display: table;
    margin: 10px auto;
    font-size: 40px;
    font-weight: bold;
}

.event_ticket_tier_added {
    display: table;
    width: 100%;
    padding: 10px 20px;
    margin: 10px 0;
    border: 1px solid #dedee2;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.event_ticket_tier_added_edit {
    display: inline-block;
    vertical-align: middle;
    color: #6E6EEF;
    text-decoration: underline;
}

.event_ticket_tier_added_active {
    display: inline-block;
    vertical-align: middle;
    color: #262633;
    text-decoration: underline;
    margin-left: 10px;
}

.event_ticket_tier_added_edit:hover, .event_ticket_tier_added_active:hover {
    cursor: pointer;
    font-weight: bold;
}

.event_ticket_tier_added_trash {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

.event_ticket_tier_added_trash img {
    width: auto;
    height: 17px;
    margin-top: 5px;
}

.event_ticket_tier_added_trash:hover {
    cursor: pointer;
}

/*---- MESSAGE TALENT MODAL ----*/
.profile_message_talent_modal_guarantee {
    position: absolute;
    bottom: 50px;
    left: 30px;
    display: table;
    width: 150px;
}

.profile_message_talent_modal_guarantee img {
    display: table;
    margin: auto;
    width: 100px;
    height: 100px;
}

.standalone_widget {
    position: relative;
    max-width: 500px;
    margin: auto;
    padding: 70px 10px;
}

/*#gathr_bookme_embed_widget_form .profile_redesign_booking_form {
    height: 55vh;
}*/
.gathr_bookme_embed_widget_form .booking_step_circle {
    background: #575758;
    border: #575758;
    color: #fff;
    opacity: 0.5;
}

.gathr_bookme_embed_widget_form .booking_step_complete .booking_step_circle {
    background: #6E6EEF;
    border: #6E6EEF;
    color: #fff;
    opacity: 1;
}

.gathr_bookme_embed_widget_form .booking_step_line_first {
    width: 35%;
    right: -25px;
    border-top: 3px solid #6E6EEF;
}

.gathr_bookme_embed_widget_form .booking_step_line_last {
    width: 35%;
    left: -25px;
    border-top: 3px solid #575758;
    opacity: 0.5;
}

.gathr_bookme_embed_widget_form .booking_step_line_last .ready {
    width: 35%;
    left: -25px;
    border-top: 3px solid #6E6EEF;
    opacity: 1;
}

.gathr_bookme_embed_widget_form .gathr_embed_logo {
    width: 85px;
}

.gathr_bookme_embed_widget_form .embed_footer_title {
    font-weight: 700;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 25px;
}

.gathr_bookme_embed_widget_form #continue_back_div {
    display: flex;
}

.gathr_bookme_embed_widget_form .gathr_talent_inquiry_back {
    display: block;
    height: 55px;
    width: 60px;
    margin-right: 10px;
    border-radius: 50%;
    color: #6E6EEF;
    font-size: 35px;
    border: 1px solid #6E6EEF;
    background-color: transparent;
}

.gathr_bookme_embed_widget_form .gathr_talent_inquiry_back:hover {
    cursor: pointer;
}

.gathr_bookme_embed_widget_form .gathr_venue_inquiry_back {
    display: block;
    height: 55px;
    width: 60px;
    margin-right: 10px;
    border-radius: 50%;
    color: #6E6EEF;
    font-size: 35px;
    border: 1px solid #6E6EEF;
    background-color: transparent;
}

.gathr_bookme_embed_widget_form .gathr_venue_inquiry_back:hover {
    cursor: pointer;
}

.gathr_bookme_embed_widget_form #continue_back_div, .gathr_bookme_embed_widget_form #submit_btn_div {
    display: flex;
}

/* FIREFOX STYLE */
@-moz-document url-prefix() {
    .booking_form .pageContainer_row_half, .profile_booking_form .pageContainer_row_half {
        width: 48%;
    }

    .booking_step_4 {
        width: 24%;
    }

    .pageContainer_row_2third {
        width: 65%;
    }
}

/*----------------- MEDIA QUERIES --------------------------*/
@media only screen and (max-width: 1200px) {
    .public_cover {
        max-width: 100vw;
    }
}

@media only screen and (max-width: 800px) {
    .section_profileContainer.venue_profile_container {
        width: 100%;
    }

    .venue_profile_title {
        position: relative;
        text-align: center;
        margin: 0 auto;
        bottom: -36px;
    }
    .venue_profile_title .public_profile_text{
        width: 100%;
        max-width: 100%;
    }
    .venue_profile_title .pageContainer_text{
        width: 100% !important;
    }

    .left_booking_form, .right_booking_form {
        position: relative;
        top: initial;
        right: initial;
        width: 100%;
        float: none;
    }

    .left_booking_form {
        padding-top: 0;
    }

    .left_booking_form.venue_booking_left {
        width: fit-content;
        width: -moz-fit-content;
        padding: 0 20px;
        display: flex;
        flex-direction: column;
    }

    .left_booking_form.venue_booking_left .pageContainer_row_half{
        width: 100%;
        text-align: center;
        margin: 0;
    }
    .left_booking_form.venue_booking_left .pageContainer_row_half .pageContainer_text{
        width: 100%;
        text-align: center;
    }
    .left_booking_form.venue_booking_left .pageContainer_row .pageContainer_text{
        width: 100%;
        text-align: center;
        margin: 0;
    }
    .public_profile_picture_container_venue{
        float: none;
    }

    .venue_booking_left .section_center_tab_title {
        text-align: center;
    }

    .right_booking_form {
        margin-top: 100px;
    }

    .booking_form_cover, .booking_form_cover_noimage {
        width: 100%;
    }

    .ticket_price_calculator_body_left, .ticket_price_calculator_body_right {
        width: 100%;
        border: 0;
        padding: 0;
        margin: auto;
    }

    .right_booking_form.venue_booking_form {
        display: flex;
        justify-content: center;
        width: 100%;
        margin-top: 70px;
    }
    .venue_booking_form .profile_redesign_box {
        width: 100%;
        margin: 0 20px;
    }
    .venue_booking_left .box_border_right {
        margin: 0;
    }
    .venue_profile_location {
        padding-bottom: 16px;
    }
    .venue_profile_title .dashboard_rating_stars {
        width: 100%;
    }
}

@media only screen and (max-width: 700px) {
    .text_with_icon_inline .pageContainer_text {
        display: none;
    }

    .dashboard_rating_stars {
        width: 180px;
        margin: auto;
    }

    .modal_inner_left40, .modal_inner_right60 {
        width: 100%;
        padding: 10px;
    }

    .profile_message_talent_modal_guarantee {
        position: relative;
        bottom: 0;
        left: 0;
        margin: 10px auto;
    }

    .profile_booking_form .booking_search_result_first .booking_search_result_left, .profile_booking_form .booking_search_result_first .booking_search_result_right {
        display: block;
        position: relative;
        width: 100%;
        float: none;
        margin: auto;
        text-align: center;
    }

    .booking_search_result_slider, .booking_search_result_slide {
        max-width: 100%;
    }

    .profile_booking_form .booking_search_result_right_bottom {
        display: table;
        position: relative;
        width: 90%;
        float: none;
        bottom: initial;
        margin: 10px auto 0 auto;
    }

    .profile_booking_form .booking_search_result_right_bottom .button {
        margin: auto;
        width: 100%;
    }

    .profile_booking_form .booking_search_result_expand_text {
        display: table;
        position: relative;
        width: 80%;
        float: none;
        margin: 30px auto 0 auto;
        right: initial !important;
        left: initial !important;
        text-align: center;
    }

    .add_favorites_button {
        width: 100%;
    }
}

@media only screen and (max-width: 600px) {
    /* .booking_search_result_left {
        width: 100%;
        float: none;
    }
    .booking_search_result_right {
        width: 100%;
        float: none;
        padding-bottom: 70px;
    } */.profile_booking_form .booking_search_result_expand_text {
        right: 10px;
        color: #fff;
        background: #6E6EEF;
        padding: 5px 10px;
        border-radius: 5px;
    }
}

@media only screen and (max-width: 500px) {
    .event_ticket_tier_added {
        display: flex;
    }

    .hide_on_mobile {
        display: none;
    }

    .pageContainer_row_half, .pageContainer_row_third {
        width: 100%;
        float: none;
        display: table;
    }
}
