/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

.thank-you-wr .elementor-heading-title a {
    color: #008000;
    text-decoration: underline;
}

.fancybox-content {
    width: 750px;
    max-width: 100% !important;
    border-radius: 10px;
    box-shadow: 0px 1px 10px 2px #7676761a;
    padding: 0 !important;
}

.fancybox-content .fancybox-close-small {
    border-radius: 50px;
    margin: 7px;
}

.artistpopup_bottom ul.feavideo_list li iframe {
    height: 100px;
    max-width: 100%;
}

.artistpopup_image {
    width: 37%;
    vertical-align: middle;
}

.artistpopup_cnt .artistpopup_bio {
    font-size: 14.3px;
    letter-spacing: 0.1px;
    color: #000;
    margin-top: 10px;
}

.artistpopup_cnt h3 {
    color: #000;
    margin: 0;
    font-size: 22px;
    line-height: 1.1;
}

.artistpopup_top {
    display: flex;
}

.artistpopup_bottom {
    padding: 10px 25px 20px;
    border-top: solid 5px #000;
}

.artistpopup_bottom ul.feavideo_list li:last-child {
    margin-right: 0 !important;
}

.artistpopup_bottom ul.feavideo_list li {
    margin-right: 50px;
    background-color: #000;
    box-shadow: 0px 1px 10px 2px #7676760d;
    border-radius: 3px;
}

.artistpopup_bottom ul.feavideo_list {
    padding-left: 0;
    display: inline-flex;
    list-style: none;
}

.artistpopup_bottom h4 {
    font-size: 22px;
    color: #000;
    line-height: 1.1;
}

.artistpopup_cnt {
    width: 65%;
    padding: 20px 25px 20px 20px;
}

.clearfix:before, .clearfix:after {
    content: '';
    display: block;
    box-sizing: border-box;
    clear: both;
}

.artistpopup_image img {
    border-radius: 0px 10px 0 0;
    vertical-align: middle;
    min-height: 100%;
    object-fit: cover;
}

.top-form button[type="submit"] {
    width: 250px;
    max-width: 100%;
    margin-top: 20px;
    color: #22213d;
    border: solid 2px #22213d;
}

.top-form button[type="submit"]:hover {
    background-color: #22213d !important; 
    color: #fff !important;
}

/* 22-05-2021 */

.top-block {
    display: inline-block;
    position: relative;
}

.step_top_link a {
    color: #008000;
    text-decoration: underline;
    font-size: 14px;
    line-height: 1.2;
}

.step_top_link a:hover{
    color: #22213d;
}

.bucket_item_cross:hover {
    color: #FF0000;
}


/**/

.bucket__header > h2 {
	font-size: 16px;
	font-weight: 600;
	border-bottom: 1px solid #e6e6e6;
	margin: 0 0 10px;
	padding: 10px 10px;
	background-color: #22213d;
	color: #fff;
	border-radius: 5px 5px 0 0;
}

#bucket__ul {
    padding: 0;
    margin: 0;
    overflow-y: scroll;
    position: absolute;
    width: 100%;
    top: 40px;
    height: calc(100% - 112px);
}

.bucket__product {
    border-bottom: 1px solid #e6e6e6;
    overflow: hidden;
    list-style: none;
    position: relative;
    margin-bottom: 10px;
    padding: 10px;
}

.bucket__image {
    float: left;
    width: 80px;
    line-height: 0;
}

.bucket__image img {
    height: 80px;
    width: 100%;
    object-fit: cover;
}

.bucket__details {
    float: right;
    width: calc(100% - 80px );
    color: #000;
    padding: 10px 15px;
    min-height: 80px;
    box-sizing: border-box;
}

.bucket__details h3 {
    font-size: 16px;
    font-weight: 700;
    margin: 0;
}

.bucket__price, .bucket__actions {
    font-size: 14px;
    line-height: 1.2;
    color: #aaa;
}

.bucket_item_cross {
    font-size: 25px;
    display: block;
    position: absolute;
    right: 10px;
    top: 50%;
    font-weight: 700;
    width: 25px;
    height: 25px;
    line-height: 18px;
    color: #000;
    text-align: center;
    cursor: pointer;
    transform: translateY(-50%);
    transition: all 0.3s ease;
}

.bucket__tokens {
    color: #000;
}

.fixed_bucket_a {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #fff;
    width: 72px;
    height: 72px;
    font-size: 0;
    z-index: 999999;
    background-repeat: no-repeat;
    background-size: 25px auto;
    background-position: center center;
    border-radius: 5px;
    box-shadow: 0px 5px 10px #00000029 !important;
    background-image: url('images/user.png');
}

.fixed_bucket_a.fixed_bucket_close {
    background-size: 100% auto;
    background-image: url('images/close.svg');
    border-radius: 0 0 5px 0;
}

.fixed_bucket {
    position: fixed;
    z-index: 99999;
    /*transition: all 0.5s ease;*/
    width: 72px;
    height: 72px;
    bottom: 15px;
    right: 15px;
    min-height: 240px;
}

.fixed_bucket.open_bucket {
    width: 430px;
    height: 80%;
    max-width: 100%;
}

.bucket__content {
    opacity: 0;
    background-color: #fff;
    min-height: 100%;
    box-shadow: 0px 5px 10px #00000029;
    border-radius: 5px;
}

.fixed_bucket.open_bucket .bucket__content {
    opacity: 1;
}

.bucket__footer {
    background-color: #22213d;
    height: 72px;
    margin: 0;
    color: #fff;
    border-radius: 0 0 5px 5px;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
}

.bucket__tokens {
    color: #fff;
    font-size: 28px;
    line-height: 72px;
    text-align: center;
    display: block;
    padding-right: 72px;
}

.bucket__tokens:hover {
    color: #fff;
}

/*body.overlay_bucket {
    position: fixed;
}

body.overlay_bucket::before {
    background-color: rgba(0,0,0,0.8);
    position: fixed;
    content: '';
    width: 100%;
    height: 100%;
    z-index: 9999;
}*/

#load-more-artists {
    display: block;
    width: 150px;
    color: #22213d;
    font-weight: 500;
    font-size: 16px;
    margin: 0 auto;
    padding: 5px 0 6px;
    border: 2px solid #22213d;
    border-radius: 30px;
    transition: all 0.3s ease;
}

#load-more-artists:hover {
    background-color: #22213d;
    color: #fff;
}

#talent_bookingform p.status {
	min-height: 30px;
	margin: 0;
	margin-top: -20px;
	color: green;
}

#talent_bookingform p.status.red {
	color: red;
}

.step_top_link {
	text-align: center;
}

ul.artist_list li {
    position: relative;
}

.final_item_cross {
	position: absolute;
	right: -10px;
	top: -10px;
	width: 25px;
	height: 25px;
	font-size: 25px;
	font-weight: 700;
	cursor: pointer;
	line-height: 19px;
	text-align: center;
	background-color: #000;
	color: #fff;
	border-radius: 50%;
	transition: all 0.2s ease;
}

.final_item_cross:hover {
    background-color: #FF0000;
}

#artists_cat-ul {
	position: relative;
}
#artists_cat-ul.loading_artists::before {
	content: "";
	background-image: url("images/loader.gif)");
	position: absolute;
	height: 100%;
	width: 100%;
	background-color: #fff;
	z-index: 1;
	background-position: center center;
	background-repeat: no-repeat;
}

#city-req-msg,
#date_time-req-msg,
#category-req-msg {
    position: absolute;
    left: 10px;
    top: 100%;
    font-size: 12px;
    color: red;
}

#artists_select_ul {
	position: relative;
}
#artists_select_ul.loading_artists::before {
	content: "";
	background-image: url("images/loader.gif)");
	position: absolute;
	height: 100%;
	width: 100%;
	background-color: #fff;
	z-index: 1;
	background-position: center center;
	background-repeat: no-repeat;
}

button.booking_globlebtn:hover {
    background-color: #22213d;
    opacity: 0.8;
}

#artists_select_ul > li {
	position: relative;
}

.artist-check-label {
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 1;
}

#artists_select_ul > li .right_artist_cnt h3 {
	position: relative;
	z-index: 2;
}

ul.artist_list li.removingItem::before {
	content: "";
	background-image: url("images/loader.gif)");
	position: absolute;
	height: 100%;
	width: 100%;
	background-color: #fff;
	z-index: 1;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 32px;
	left: 0;
	top: 0;
}

#artists_step_4_ul > li {
	overflow: visible;
}

#artists_step_4_ul > li .left_artistimg img {
	border-radius: 5px;
}

button.comfirm_bookingbtn {
	width: 250px !important;
	margin: 60px auto 0;
	max-width: 100%;
}

.removingItem .final_item_cross {
	display: none;
}

.booking_globlebtn:focus {
    background-color: #22213d;
}


/*========= Responsive ===========*/

@media screen and (max-width: 1024px) {

ul.artist_list li {
    width: 100% !important;
    float: none !important;
    margin: 0 auto 25px !important;
    overflow: hidden !important;
}

.final_item_cross {
    right: 10px;
    top: 10px;
}

ul.artist_list {
    margin: 0 auto !important;

}

.event_city, input.event_datetime {
    width: 200px !important;
}


}

@media screen and (max-width: 800px) {

div#logo {
    float: none;
    text-align: center;
    margin: 0 0 10px;
}

div.step_top_section {
    text-align: center;
}

div input.event_datetime{
    margin: 0 10px;
}

}

@media screen and (max-width: 767px) {

.artistpopup_top {
    display: block;
}

.right_event_cnt {
    min-height: auto !important;
}

button.explore_btn {
	position: relative !important;
    width: 100% !important;
    bottom: 0 !important;
    margin-top: 12px;
}

.right_event_cnt, .left_eventimg {
    float: none !important;
    width: 100% !important;
    text-align: center;
}

.artistpopup_image img {
    width: 100%;
}

.artistpopup_image, .artistpopup_cnt {
    width: 100% !important;
}

.artistpopup_bottom ul.feavideo_list li {
    margin-right: 20px;
}

.top-block {
    display: block;
    margin: 0 auto 25px;
    width: 80%;
}

.event_city, input.event_datetime {
    margin: 0 !important;
    width: 100% !important;
}

.fixed_bucket.open_bucket {
    width: 300px;
    height: 70%;
}

.bucket__footer {
    height: 50px;
}

.bucket__tokens {
    font-size: 20px;
    line-height: 50px;
}

.fixed_bucket_a {
    width: 50px;
    height: 50px;
}

#bucket__ul {
    height: calc(100% - 90px);
}

.fixed_bucket {
    width: 50px;
    height: 50px;
}

#load-more-artists {
    margin: 0 auto 20px;
}

.final_item_cross {
    top: 5px;
    right: 5px;
}

.total_tokens {
    position: static;
    text-align: center;
    margin: 10px auto 0;
}

#date_time-req-msg {
    text-align: left;
    width: 100%;
    left: 0;
}

.fancybox-container .fancybox-button {
    background-color: #fff;
}



}

@media screen and (max-width: 480px) {

.artistpopup_bottom {
    padding: 10px 15px 20px;
}

.artistpopup_cnt {
   padding: 20px !important;
}

.artistpopup_bottom ul.feavideo_list li {
    margin: 0 auto 12px;
    text-align: center;
}

.artistpopup_bottom ul.feavideo_list li:last-child {
    margin-right: auto !important;
    margin-bottom: 0;
}

.artistpopup_bottom ul.feavideo_list {
    display: block;
} 

.artistpopup_bottom ul.feavideo_list li iframe {
    height: auto;
    width: auto;
}

.artist_feafield {
    display: block;
    text-align: left !important;
    margin-top: 3px;
}

.artistpopup_bottom h4, 
.artistpopup_cnt .artistpopup_bio, 
.artistpopup_cnt h3  {
    text-align: center;
}

.left_artistimg {
    width: 100% !important;
    float: none !important;
}

button.comfirm_bookingbtn {
    margin: 20px auto 0 !important;
}

.artist_fea_bottom {
    width: calc(100% - 30px) !important;
}

ul.events_list h3 {
    font-size: 22px !important;
}

ul.artist_list h3 {
    font-size: 20px !important;
}

.right_artist_cnt {
    min-height: 130px !important;
    width: 100% !important;
    float: none !important;
    padding: 15px !important;
}

.event_city {
    max-width: 100%;
    box-sizing: border-box;
    margin: 0 !important;
}

.city_backurl {
    margin: 0 auto;
    display: block;
}

.fixed_bucket.open_bucket {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    bottom: 10px;
    left: 10px;
    right: 10px;
    margin: 0 auto;
}

#step_fourth_section .right_artist_cnt {
    min-height: auto !important;
}

#step_fourth_section .left_artistimg img {
    height: 200px;
}

#step_fourth_section .left_artistimg img {
    height: 200px !important;
}

.total_tokens {
    position: static !important;
    text-align: center;
    margin: 10px auto 0;
}




}