:root{--events-main-color:#F03D44}main.redesign{font-family:"Karla",sans-serif;color:#262626}main.eventspage{background-color:#FAFAFA}.eventspage .eventspage-image{overflow:hidden;border-bottom-left-radius:12px;border-bottom-right-radius:12px;position:relative}.eventspage .eventspage-image img{width:100%;max-width:100%;height:auto}.eventspage .eventspage-list{margin-top:80px}.eventspage .eventspage-list .events-content-wrapper{display:flex;justify-content:center}.eventspage .eventspage-list .events-content{max-width:900px;width:100%}.eventspage .eventspage-list .events-form-head{display:flex;justify-content:space-between;margin-bottom:48px}.eventspage .eventspage-list .events-form-head p{font-size:48px;font-weight:800;line-height:56px;color:var(--events-main-color);margin-bottom:0}.eventspage .eventspage-list .events-form-head .events-type{display:flex;align-items:center;gap:8px}.eventspage .eventspage-list .events-form-head .events-type label{margin:0}.eventspage .eventspage-list .events-form-head .events-type label span{display:inline-flex;align-items:center;justify-content:center;position:relative;border:1.5px solid #5252527A;padding:6.5px 12px;font-size:14px;font-weight:500;line-height:16px;color:#404040;border-radius:20px;cursor:pointer;min-width:120px}.eventspage .eventspage-list .events-form-head .events-type label span:hover{border-color:var(--events-main-color)}.eventspage .eventspage-list .events-form-head .events-type label input[type="radio"]{display:none;position:absolute;width:0;height:0;opacity:0}.eventspage .eventspage-list .events-form-head .events-type label input[type="radio"]:checked+span{border-color:#fff0}.eventspage .eventspage-list .events-form-search{margin-bottom:24px}.eventspage .eventspage-list .events-form-search .search-field{width:100%;border:1px solid #F0F0F0;background-color:#fff;font-size:16px;font-weight:400;line-height:18px;color:#737373;border-radius:48px;padding:14px 16px 14px 42px;position:relative;background-image:url(/wp-content/themes/bentertained/events/img/search.svg);background-repeat:no-repeat;background-position:14px 10px;background-size:24px;font-family:"Karla",sans-serif;outline-color:var(--events-main-color)}.eventspage .events-form-filter{display:flex;flex-wrap:wrap;align-items:center;gap:24px}.eventspage .events-form-filter .error-tip{position:absolute;left:0;top:100%;color:var(--events-main-color);width:100%;font-size:12px;line-height:14px;margin-top:4px;white-space:nowrap}.eventspage .switch{display:inline-flex;gap:8px;align-items:center;font-size:14px;font-weight:400;line-height:18px;color:#262626;background-color:#fff0;cursor:pointer;position:relative;overflow:visible}.eventspage .switch input[type="checkbox"]{display:none;position:absolute;width:0;height:0;opacity:0}.eventspage .switch .switch-body{position:relative;display:inline-flex;align-items:center;justify-content:flex-start;width:38px;min-width:38px;height:23px;min-height:23px;background-color:#D4D4D4;border-radius:50px;overflow:hidden;padding:1.5px;transition:all 0.2s linear;cursor:pointer}.eventspage .switch .switch-body::before{content:'';width:20px;height:20px;border-radius:100%;background-color:#fff;box-shadow:0 2.24px .75px 0 #0000000F,0 2.24px 5.96px 0 #00000026;position:absolute;left:1.5px;transition:all 0.2s linear}.eventspage .switch input[type="checkbox"]:checked+.switch-body{background-color:var(--events-main-color)}.eventspage .switch input[type="checkbox"]:checked+.switch-body::before{left:calc(100% - 21.5px)}.eventspage .events-list-wrapper{margin-top:48px}.eventspage .events-list{display:grid;gap:16px;max-width:840px}.eventspage .event-item{display:grid;grid-template-columns:2fr 2fr 90px auto;gap:26px;padding:0}.eventspage .event-date{display:flex;align-items:flex-start}.eventspage .event-date p{font-size:24px;font-weight:500;line-height:28px;color:#404040}.eventspage .event-date span{font-size:16px;font-weight:400;line-height:18.7px;color:#262626}.eventspage .event-time p{font-size:16px;font-weight:400;line-height:18.7px;color:#525252;margin-top:4px;margin-bottom:0}.eventspage .event-time p.mobile{display:none}.eventspage .event-item-city{font-size:24px;font-weight:800;line-height:28px;color:#404040}.eventspage .event-item-location{font-size:16px;font-weight:400;line-height:18.7px;color:#525252;margin-top:4px}.eventspage .event-item-label{display:flex;align-items:center;justify-content:flex-end}.eventspage .event-item-label div{box-shadow:0 1px 3px 0 #0000001A,0 1px 2px -1px #0000001A;border:1px solid #525252;background-color:#FAFAFA;border-radius:4px;padding:4px 8px 4px 8px;font-size:12px;font-weight:700;line-height:15px;color:#262626;text-align:center;transform:rotate(-5deg);display:inline-block}.eventspage .event-item-label div.sold{background-color:#AC323E;border-color:#AC323E;color:#FAFAFA}.eventspage .event-item-label div.buy{background-color:#DB8E33;border-color:#DB8E33;color:#FAFAFA}.eventspage .event-item-label div.extra{background-color:#5FB651;border-color:#5FB651;color:#FAFAFA}.eventspage .event-item-action{display:flex;align-items:center}.eventspage .event-item-action a{display:inline-block;box-shadow:0 2px 3px 0 #AC323E14,0 6px 6px 0 #AC323E12,0 14px 8px 0 #AC323E0A,0 25px 10px 0 #AC323E03,0 38px 11px 0 #fff0;background-color:var(--events-main-color);border-radius:20px;padding:11px 32px;font-size:16px;font-weight:500;line-height:18px;color:#FAFAFA;transition:all .2s linear}.eventspage .event-item-action a:hover{background-color:#AC323E}.eventspage .event-item-action a.disabled{cursor:not-allowed;opacity:.5;pointer-events:none}.eventspage .eventspage-about{margin-top:80px;padding:80px 0;position:relative;background:linear-gradient(132.02deg,#FE6061 1.63%,#E82934 98.37%);overflow:hidden}.eventspage .eventspage-about:before{content:'';display:block;position:absolute;left:-5%;top:-85px;width:110%;height:100px;z-index:1;background-color:#FAFAFA;transform:rotate(-1deg)}.eventspage .eventspage-about:after{content:'';display:block;position:absolute;left:-5%;bottom:-3%;width:110%;height:400px;z-index:1;background-color:#FAFAFA;transform:rotate(-1deg)}.eventspage .eventspage-about.hideAfter::after{height:100px}.eventspage .eventspage-about .eventspage-about-content{margin-bottom:80px;display:flex;flex-direction:column;align-items:center;row-gap:60px;position:relative;z-index:2}.eventspage .eventspage-about .eventspage-about-content h1{font-size:64px;font-weight:800;line-height:74.8px;text-align:center;color:#fff;margin-bottom:0}.eventspage .eventspage-about .eventspage-about-description{max-width:710px;display:flex;flex-direction:column;gap:36px;position:relative;transition:all 0.3s linear}.eventspage .eventspage-about .eventspage-about-description .resize{position:absolute;bottom:0;color:#fff;width:100%;left:calc((100% - 100vw) / 2);text-align:center;z-index:2;height:50%;display:flex;align-items:flex-end;justify-content:center;background:linear-gradient(to top,#f03d44 30%,#fff0 100%);min-width:100vw;max-width:100vw;padding-bottom:40px}.eventspage .eventspage-about .eventspage-about-description .resize span{font-size:14px;font-weight:800;line-height:16px;cursor:pointer}.eventspage .eventspage-about .eventspage-about-description *{color:#FAFAFA}.eventspage .eventspage-about .eventspage-about-description p,.eventspage .eventspage-about .eventspage-about-description a{font-size:18px;font-weight:400;line-height:24px;margin:0}.eventspage .eventspage-about .eventspage-about-description a{text-decoration:underline}.eventspage .eventspage-video{position:relative;background:linear-gradient(132.02deg,#FE6061 1.63%,#E82934 98.37%);overflow:hidden}.eventspage .eventspage-video-wrapper{display:flex;align-items:center;justify-content:center;position:relative;z-index:2}.eventspage .eventspage-video-content{max-width:1020px;width:100%;position:relative;display:flex;align-items:center;justify-content:center}.eventspage .eventspage-video-content iframe{max-width:100%}.eventspage .eventspage-presse{padding-bottom:80px}.eventspage .eventspage-presse h2{font-size:48px;font-weight:800;line-height:56px;color:var(--events-main-color);margin-bottom:48px}.eventspage .event-presse-content{display:grid;grid-template-columns:repeat(4,1fr);gap:32px}.eventspage .event-presse-content .event-presse-item{display:grid}.eventspage .event-presse-content .event-presse-item-cover{overflow:hidden;border-radius:12px;margin-bottom:8px}.eventspage .event-presse-content .event-presse-item-cover img{width:100%}.eventspage .event-presse-content .event-presse-item-title{display:flex;justify-content:space-between;gap:12px}.eventspage .event-presse-content .event-presse-item-title p{font-size:14px;font-weight:400;line-height:16px;color:#525252;margin-bottom:0}.eventspage .event-presse-content .event-presse-item-title a{font-size:14px;font-weight:800;line-height:16px;color:var(--events-main-color);text-decoration:underline}.events-booking{position:relative;background:linear-gradient(132.34deg,#FE6061 2.16%,#E82934 98.38%);padding:80px 0 150px;overflow:hidden}.events-booking::before{content:'';display:block;position:absolute;left:-5%;top:-85px;width:110%;height:100px;z-index:1;background-color:#FAFAFA;transform:rotate(-1deg)}.events-booking h2{font-size:48px;font-weight:800;line-height:56px;color:#FAFAFA;margin-bottom:48px}.events-booking-content{display:grid;grid-template-columns:repeat(2,1fr);gap:30px}.events-booking-content .info-block-list{display:grid;grid-template-columns:repeat(2,auto);row-gap:45px;column-gap:7px;justify-content:flex-end}.events-booking-content .right .title{font-size:24px;font-weight:800;line-height:28px;color:#FAFAFA;margin-bottom:4px}.events-booking-content .right .description{font-size:16px;font-weight:400;line-height:18px;color:#FAFAFA;margin-bottom:0}.events-booking-content .form-wrapper{max-width:412px}.events-booking-content input:not([type="submit"]),.events-booking-content textarea{border:1px solid #4040401F;background:#4040401F;padding:10px 12px;border-radius:8px;font-size:14px;font-weight:700;line-height:18px;color:#FAFAFA;resize:none;outline-color:#FAFAFA;margin-top:4px;width:100%}.events-booking-content label{font-size:14px;font-weight:700;line-height:18px;color:#FAFAFA;width:100%}.events-booking-content label .wpcf7-form-control-wrap{display:inline-block;width:100%}.events-booking-content .wpcf7-not-valid-tip{color:#FAFAFA;font-size:12px;font-weight:700;line-height:15px;margin-top:4px}.events-booking-content .wpcf7 form .wpcf7-response-output{color:#FAFAFA;border:none;padding:0;margin:0}.events-booking-content .wpcf7 form>p{position:relative;margin-bottom:24px}.events-booking-content .wpcf7-submit{box-shadow:0 2px 3px 0 #AC323E14,0 6px 6px 0 #AC323E12,0 14px 8px 0 #AC323E0A,0 25px 10px 0 #AC323E03,0 38px 11px 0 #fff0;background-color:#FAFAFA;border-radius:20px;padding:11px 32px;border:none;font-size:16px;font-weight:500;line-height:18px;color:var(--events-main-color);transition:all .2s linear}.events-booking-content .wpcf7-submit:hover{background-color:#ded4d4}.eventspage .event-filter-hide-desktop{display:none}.hero-content{display:flex;gap:34px;padding-top:30px}.hero-content .left{display:flex;justify-content:center;align-items:flex-start;flex-direction:column;flex-shrink:0;max-width:440px;gap:16px}.hero-content .left .subtitle{display:inline-block;font-size:14px;font-weight:500;line-height:24px;padding:2px 16px;border-radius:40px;background-color:#FFEEEF;color:#BA303D;margin:0;text-align:center}.hero-content .left .title{font-family:"Poppins",sans-serif;font-size:40px;font-weight:700;line-height:60px;margin:0;color:#262626}h1:after,h2:after,h3:after,h4:after,h5:after{display:none}.hero-content .right{flex-grow:1;padding:41.5px 40.5px 46px 76px;position:relative;background-image:url(/wp-content/themes/bentertained/events/img/hero-slider-bg.svg);background-size:contain;background-repeat:no-repeat}.hero-slide{position:relative;padding-top:56%;background-repeat:no-repeat;background-position:center center;background-size:cover;width:100%}.hero-slider>.hero-slide{opacity:0}.hero-slider .flickity-viewport{overflow:hidden;border-radius:16px}.hero-slide-content{position:absolute;left:0;top:0;width:100%;height:100%;display:flex;align-items:flex-end}.hero-slide-content .content{width:100%;color:#fff;padding:12px 40px;display:flex;align-items:center;gap:20px;justify-content:space-between;position:relative}.hero-slide-content .content .text{padding-bottom:9px}.hero-slide-content .content .text,.hero-slide-content .content .actions{position:relative;z-index:2}.hero-slide-content .content::before{content:'';position:absolute;z-index:1;left:0;top:0;width:100%;height:100%;background:#FFFFFF1A;backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px)}.hero-slide .name{font-size:19px;font-weight:400;line-height:22px;margin:0}.hero-slide .title{font-family:"Poppins",sans-serif;font-size:28px;font-weight:700;line-height:42px;margin:0}.redesign .button{background:linear-gradient(90deg,#CB462E 0%,#BA303D 100%);border-radius:8px;padding:15px 31px;color:#fff;font-size:18px;font-weight:700;line-height:18px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid #fff0;white-space:nowrap}.redesign .button:hover{background:linear-gradient(90deg,#BA303D 0%,#CB462E 100%)}.redesign .button.transparent{border-color:#AC323E52;background:none;color:#AC323E}.redesign .button.small{font-size:13px;padding-top:9px;padding-bottom:9px;min-width:205px;border-radius:6px}.hero-slider .flickity-button{border:1px solid #D4D4D4;width:40px;height:40px;background-color:#fff;padding:0;display:flex;align-items:center;justify-content:center}.hero-slider .flickity-button:disabled{opacity:0}.hero-slider .flickity-button .flickity-button-icon{position:relative;left:0;top:0;width:16px;height:16px;fill:#AC323E}.hero-slider .flickity-prev-next-button.previous{left:-19px}.hero-slider .flickity-prev-next-button.next{right:-19px}main.homepage>section{margin:56px 0}main.homepage>section:first-child{margin-top:0}.loop-tabs-content>div:not(.active){display:none}.loop-section{display:flex;flex-direction:column;gap:40px}.loop-head{display:flex;align-items:center;gap:16px}.loop-head .title{font-size:24px;font-weight:800;line-height:28px;margin:0;color:#262626}.loop-head .select2-container--default .select2-selection--single{border:none}.loop-head .select2-container--default .select2-selection--single .select2-selection__rendered{font-size:24px;font-weight:500;line-height:28px;color:#AC323E;padding-left:0}.loop-head .select2-container--default .select2-selection--single .select2-selection__arrow{height:100%;background-image:url(/wp-content/themes/bentertained/events/img/arrow.svg);background-position:center;background-repeat:no-repeat}.loop-head .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow{transform:rotate(180deg)}.loop-head .select2-container--default .select2-selection--single .select2-selection__arrow b{display:none}.loop-body{display:flex;flex-direction:column;align-items:center;gap:50px}.loop-tabs-control{display:flex;align-items:center;gap:16px;position:relative}main section.artist-category-list{margin-top:120px}.artist-category-list .loop-tabs-control::after{content:url(/wp-content/themes/bentertained/events/img/start-her.svg);position:absolute;bottom:100%;left:30%}.loop-tabs-control>div{font-size:18px;font-weight:400;line-height:24px;color:#737373;border-bottom:2px solid #fff0;cursor:pointer;padding-bottom:4px}.loop-tabs-control>div.active{border-color:#AC323E;color:#262626}.loop-tabs-wrapper{display:flex;flex-direction:column;gap:40px;width:100%}.loop-container{display:flex;flex-direction:column;align-items:center;gap:50px}.loop-data{display:grid;grid-template-columns:repeat(4,1fr);gap:32px}.loop-list-item{display:block;min-width:100%;width:100%}.loop-container:not(.show-all) .loop-list-item:nth-child(n+5){display:none}.loop-container.show-all .loop-show-more{display:none}.loop-container.show-2 .loop-list-item:nth-child(-n+8),.loop-container.show-3 .loop-list-item:nth-child(-n+12){display:block}.artist-category-list .show-all-artists{display:none}.artist-category-list .show-all-artists.show-button{display:inline-flex}.loop-list-item .image{overflow:hidden;position:relative;padding-top:100%;border-radius:8px}.loop-list-item .image img{object-fit:cover;width:100%;height:100%;position:absolute;left:0;top:0}.artist-category-list .loop-list-item .image{padding-top:100%}.loop-list-item .content{display:flex;flex-direction:column;gap:4px;padding:8px 8px 0}.loop-list-item .name{font-family:"Poppins",sans-serif;font-size:16px;font-weight:700;line-height:24px;color:#AC323E;margin:0}.loop-list-item .subtitle,.loop-list-item .subtitle span{font-size:14px;font-weight:700;line-height:18px;color:#262626}.loop-list-item .subtitle{display:flex;flex-wrap:wrap;margin-bottom:4px}.loop-list-item .description{display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;font-size:14px;font-weight:400;line-height:18px;color:#404040;margin-bottom:0}.venue-list .recommended-container{padding:0;width:100%}.venue-list .recommended-container .recommended-image{padding-top:65%}.venue-list .recommended-container .recommended-content h3{font-family:"Poppins",sans-serif;font-size:16px;font-weight:700;line-height:24px;color:#AC323E}.venue-list .recommended-container .recommended-content p{font-size:14px;font-weight:400;line-height:18px;color:#404040;margin-bottom:12px}.venue-list .recommended-container .recommended-content .recommended-excerpt{margin-bottom:16px}.venue-list .recommended-container .recommended-content p:last-child{margin-bottom:0}.info-banner .content{background-color:#BA303D;padding:64px;border-radius:8px;display:flex;gap:25px;justify-content:space-between;color:#fff}.info-banner .content .left{max-width:235px;display:flex;flex-direction:column;gap:24px}.info-banner .content .right{font-size:16px;font-weight:400;line-height:24px;max-width:854px}.info-banner .content img{max-width:100%;height:auto}.info-banner .content .subtitle{font-size:24px;font-weight:400;line-height:28px;margin-bottom:0;color:inherit}.search-venue-container{position:relative}.search-venue-container input{border-radius:6px;border:1px solid #ac323e;padding:15px;padding-left:45px;font-size:18px;font-weight:400;line-height:18px;outline:none!important;background-image:url(/wp-content/themes/bentertained/events/img/location.svg);background-repeat:no-repeat;background-position:8px center;background-size:28px;min-width:350px;position:relative;z-index:1}.search-venue-container .search-venue-result{position:absolute;top:100%;left:0;margin-top:3px;z-index:2;padding:8px 16px;border:1px solid #d4d4d8;border-radius:12px;box-shadow:0 0 #000,0 0 #000,0 2px 5px #00000026;min-width:100%;display:grid;grid-template-columns:repeat(4,120px);gap:8px;background-color:#fff;display:none}.search-venue-container .search-venue-result a{width:100%;border-radius:24px;border:1px solid #55555540;text-decoration:none;padding:8px;font-size:14px;line-height:20px;text-align:center;color:#000;transition:all 0.2s linear;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.search-venue-container .search-venue-result a:hover{color:#ac323e;border-color:#ac323e}.search-venue-container .search-venue-result span{grid-column:1 / span 4;font-weight:700;font-size:14px}@media screen and (max-width:1200px){.eventspage .event-presse-content{grid-template-columns:repeat(3,1fr)}.artist-category-list .loop-tabs-control::after{display:none}}@media screen and (max-width:768px){.eventspage .event-filter-hide-desktop{display:inline-flex}.eventspage .event-filter-near.hide{display:none}.eventspage .eventspage-image{min-width:100vw;max-width:100vw;right:calc((100vw - 100%) / 2)}.eventspage .eventspage-list{margin-top:40px}.eventspage .eventspage-list .events-form-head{flex-direction:column;gap:12px;margin-bottom:16px}.eventspage .eventspage-list .events-form-head p{font-size:32px;line-height:37px}.eventspage .eventspage-list .events-form-head .events-type label{font-size:14px;line-height:16px}.eventspage .eventspage-list .events-form-search{margin-bottom:16px}.eventspage .eventspage-list .events-form-search .search-field{font-size:14px;line-height:16px}.eventspage .events-form-filter{justify-content:space-between}.eventspage .events-list-wrapper{margin-top:16px}.eventspage .event-date p{font-size:16px;line-height:18.7px}.eventspage .event-date span{font-size:14px;line-height:16px}.eventspage .event-time p:not(.mobile){display:none}.eventspage .event-time p.mobile{display:block;font-size:13px;line-height:15px}.eventspage .event-item-city{font-size:18px;line-height:21px}.eventspage .event-item-location{font-size:13px;line-height:15px}.eventspage .event-item-label div{font-size:9px;line-height:11.25px}.eventspage .event-item-action a{padding:6px 20px 8px 20px}.eventspage .event-item-action a span{display:none}.eventspage .event-item{display:grid;grid-template-columns:auto 1fr 72px auto;gap:8px}.eventspage .eventspage-about{margin-top:40px;padding:40px 0 0}.eventspage .eventspage-about:after{display:none}.eventspage .eventspage-about .eventspage-about-content{gap:0;margin-bottom:0}.eventspage .eventspage-about .eventspage-about-content h1{font-size:32px;line-height:37px}.eventspage .eventspage-about .eventspage-about-description{max-width:100%;gap:18px;padding-bottom:64px}.eventspage .eventspage-about .eventspage-about-description p,.eventspage .eventspage-about .eventspage-about-description a{font-size:14px;line-height:19px}.eventspage .eventspage-video-wrapper{min-width:100vw;max-width:100vw;right:calc((100vw - 100%) / 2)}.eventspage .eventspage-presse{padding:40px 0}.eventspage .eventspage-presse h2{font-size:32px;line-height:37px;margin-bottom:24px}.eventspage .event-presse-content{grid-template-columns:repeat(2,1fr);gap:12px}.eventspage .event-presse-content .event-presse-item-title p{font-size:12px;line-height:14px}.eventspage .event-presse-content .event-presse-item-title a{font-size:12px;line-height:14px}.events-booking{padding:64px 0 54px}.events-booking h2{font-size:32px;line-height:37px;margin-bottom:24px}.events-booking-content{grid-template-columns:1fr;gap:24px}.events-booking-content .left{order:1}.events-booking-content .right{order:0}.events-booking-content .info-block-list{justify-content:flex-start;row-gap:32px}.events-booking-content .right .title{font-size:18px;line-height:21px}.events-booking-content .right .description{font-size:14px;line-height:19px}.events-booking-content .wpcf7-submit{padding:15px 32px;width:100%}.events-booking-content .wpcf7 form .wpcf7-spinner{position:absolute;right:20px;top:12px}.loop-data{grid-template-columns:repeat(2,1fr);gap:20px}.loop-section,.loop-tabs-wrapper,.loop-container{gap:30px}.search-venue-container .search-venue-result{width:100%;grid-template-columns:repeat(2,1fr)}.search-venue-container .search-venue-result span{grid-column:1 / span 2}.search-venue-container,.search-venue-container input{width:100%}.info-banner .content{padding:40px;flex-direction:column}.hero-slide{padding-top:120%}main.homepage>section{margin:40px 0}.hero-content{flex-direction:column}.hero-content .right{padding:0}.hero-slider .flickity-prev-next-button.previous{left:-10px}.hero-slider .flickity-prev-next-button.next{right:-10px}.hero-slide-content .content{align-items:stretch;flex-direction:column}.hero-slide-content .content .text{padding:0}.loop-head{flex-direction:column;align-items:flex-start}.loop-tabs-control{flex-wrap:wrap}.loop-list-item .subtitle{flex-direction:column}}@media screen and (max-width:450px){.info-banner .content{padding:25px}}@media screen and (max-width:340px){.eventspage .event-item{grid-template-columns:auto 1fr auto}.eventspage .event-item .event-item-action{grid-column:1 / span 3}.eventspage .event-item-action a{width:100%;text-align:center}}.merch-container{text-align:center}.tshirt-container{display:inline-block;margin:2%;text-align:center;width:40%;text-align:left}.tshirt-container img{width:100%;height:auto;border-radius:10px;border:1px solid #ccc;margin-bottom:5px}.price-tag{background-color:red;color:#fff;padding:5px 10px;border-radius:5px;display:inline-block;font-size:14px}.merch-inner{display:flex;text-align:left}.merch-inner h2{font-size:48px;font-weight:800;line-height:56px;color:var(--events-main-color);margin-bottom:35px}.merch-inner .merch-left a{margin-top:35px;display:inline-block;box-shadow:0 2px 3px 0 #AC323E14,0 6px 6px 0 #AC323E12,0 14px 8px 0 #AC323E0A,0 25px 10px 0 #AC323E03,0 38px 11px 0 #fff0;background-color:var(--events-main-color);border-radius:20px;padding:11px 32px;font-size:16px;font-weight:500;line-height:18px;color:#FAFAFA;transition:all .2s linear}.merch-left,.merch-right{width:40%}.merch-right{padding-left:5%;display:flex;flex-wrap:wrap;text-align:left}.merch-container{background:#fff;padding-top:80px;padding-bottom:80px}.eventspage-presse{background-color:#fafafa}.merch-container{background-color:#fff}.events-booking.mod-background::before{background-color:#ffffff!important}@media screen and (max-width:800px){.merch-left,.merch-right{width:100%}.merch-inner{display:block}.merch-right{padding-left:0;padding-top:50px}}@media screen and (max-width:800px){.artist-details{flex-direction:column;text-align:center}.artist-image,.artist-info{max-width:100%;flex:1 1 100%;margin-right:0}}.artist-info a{display:inline-block;box-shadow:0 2px 3px 0 #AC323E14,0 6px 6px 0 #AC323E12,0 14px 8px 0 #AC323E0A,0 25px 10px 0 #AC323E03,0 38px 11px 0 #fff0;background-color:var(--events-main-color);border-radius:20px;padding:11px 32px;font-size:16px;font-weight:500;line-height:18px;color:#FAFAFA;transition:all .2s linear}.artist-image img{transform:rotate(-3deg)}main.single-artist{margin-top:30px;margin-bottom:200px}.artist-banner-container{position:relative;padding-top:34%;border-radius:8px;overflow:hidden}.artist-banner-container img{width:100%;height:100%;object-fit:cover;position:absolute;left:0;top:0}.single-artist-grid{display:grid;grid-template-columns:auto 360px;gap:40px;margin-top:24px}.single-artist-main{position:relative;z-index:1}.artist-profile{display:flex;gap:24px;align-items:center}.artist-profile-img{width:184px;height:184px;border-radius:100%;border:4px solid #fff;box-shadow:0 1px 1.66px 0 #40404007,0 3.35px 5.58px 0 #4040400B,0 15px 25px 0 #40404012;overflow:hidden}.artist-profile-img img{width:100%;height:100%;object-fit:cover;object-position:center}.artist-profile .artist-profile-data{display:flex;flex-direction:column;gap:4px}.artist-profile .artist-profile-name{display:flex;align-items:center;gap:16px;color:#262626;font-family:"Poppins",sans-serif;margin-bottom:4px}.artist-profile .artist-profile-name a{display:flex}.artist-profile .artist-profile-name h1{font-weight:700;font-size:32px;line-height:1;color:#262626;margin:0}.artist-profile .artist-profile-name h1:after{display:none}.artist-profile .rating-container{display:grid;row-gap:4px;column-gap:8px;grid-template-columns:auto auto;justify-content:flex-start}.artist-profile .rating-label{color:#737373;line-height:18px;margin:0;grid-column:1 / span 2}.artist-profile .reviews-link{font-weight:700;font-size:14px;line-height:18px;text-decoration:none;color:#AC323E}.artist-rating{display:flex}.artist-rating i{font-family:'FontAwesome';font-style:normal;color:#FFCA0F}.single-artist-main .artist-profile-data .artist-rating i{font-size:14px!important}.single-artist-reviews-container .review .artist-rating i{font-size:12px!important}.artist-profile .artist-profile-contact{display:flex;flex-direction:column;gap:4px}.artist-profile .artist-profile-contact a{color:#737373;font-weight:400;font-size:14px;line-height:18px}.block-divider{border-top:1px solid #F5F5F5;padding-top:40px;margin-top:40px}.single-artist-description{font-size:16px;line-height:24px}.single-artist-description p{font-weight:400;font-size:16px;line-height:24px;color:#404040;margin-bottom:24px}.single-artist-description h1,.single-artist-description h2,.single-artist-description h3,.single-artist-description h4,.single-artist-description h5,.single-artist-description h6{color:#404040}.single-artist-description h1:after,.single-artist-description h2:after,.single-artist-description h3:after,.single-artist-description h4:after,.single-artist-description h5:after,.single-artist-description h6:after{display:none}.single-artist-dynamic-container .actions{display:flex;align-items:center;gap:4px;background:none;border:none;outline:none!important;font-weight:700;font-size:16px;line-height:18px;text-decoration:none;color:#AC323E;padding:0;margin:24px 0 0}.single-artist-dynamic-container .actions svg{width:12px;height:12px;stroke:#AC323E}.single-artist-dynamic-container .show-less svg{transform:rotate(180deg)}.single-artist-dynamic-container:not(.show-all) .single-artist-description{display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical;overflow:hidden}.single-artist-dynamic-container:not(.show-all) .show-less{display:none}.single-artist-dynamic-container.show-all .show-more{display:none}.single-artist .block-title{font-family:"Poppins",sans-serif;font-weight:700;font-size:24px;line-height:1;color:#262626;margin:0}.single-artist .block-title::after{display:none}.single-artist-anchors{margin:40px 0 16px;display:flex;gap:48px}.single-artist-anchors a{display:flex;align-items:center;justify-content:center;gap:12px;font-weight:700;font-size:16px;line-height:24px;color:#AC323E}.single-artist-description-section{margin-top:0}.single-artist-source-information{display:flex;flex-direction:column;gap:24px}.single-artist-source-information ul{list-style:none;padding:0}.single-artist-source-information ul li{display:flex;gap:16px;align-items:center;border-bottom:1px solid #E5E5E5;padding:12px 0;font-weight:400;font-size:16px;line-height:24px;color:#262626}.single-artist-videos-block{padding:150px 0 85px;margin:80px 0;position:relative}.single-artist-videos-block::after{content:'';background:linear-gradient(90deg,#CB462E 0%,#BA303D 100%);position:absolute;top:0;left:-25vw;width:125vw;height:100%;z-index:1}.single-artist-videos-list{position:relative;z-index:2;display:grid;grid-template-columns:1fr 1fr;gap:24px}.single-artist-video-container{position:relative;width:100%;padding-top:60%;overflow:hidden;border-radius:8px}.single-artist-video-container iframe{position:absolute;left:0;top:0;width:100%;height:100%}.single-artist-videos-block::before{content:url(/wp-content/themes/bentertained/events/img/video-label.svg);position:absolute;top:30px;left:0;z-index:2}.single-artist-sidebar{z-index:2;position:relative}.single-artist-booking-event-container{margin-top:24px;position:sticky;top:100px;left:0;box-shadow:0 1px 1.66px 0 #40404007,0 3.35px 5.58px 0 #4040400B,0 15px 25px 0 #40404012;border-radius:8px;background:linear-gradient(90deg,#CB462E 0%,#BA303D 100%);padding:4px}.single-artist-booking-event{border:1px solid #F5F5F5;background-color:#fff;border-radius:5px;padding:24px;display:flex;flex-direction:column;gap:16px}.single-artist-booking-event .form-title{font-family:"Poppins",sans-serif;font-weight:700;font-size:24px;line-height:1;color:#262626;margin-bottom:8px}.single-artist-booking-event form{display:flex;flex-direction:column;gap:16px}.single-artist-booking-event .field-wrapper{display:flex;flex-direction:column;gap:4px}.single-artist-booking-event .field-wrapper .label{font-weight:700;font-size:14px;line-height:18px;color:#404040;text-align:left;margin:0;padding:0}.single-artist-booking-event .field-wrapper input{border:1px solid #D4D4D4;padding:16px 12px 16px 44px;border-radius:8px;outline:none!important;font-weight:400;font-size:16px;line-height:18px;background-position:12px center;background-size:20px;background-repeat:no-repeat}.single-artist-booking-event .field-wrapper input.datetimepicker{background-image:url(/wp-content/themes/bentertained/events/img/calendar.svg);appearance:none;-webkit-appearance:none;-moz-appearance:none}.single-artist-booking-event .field-wrapper input.datetimepicker::-webkit-calendar-picker-indicator{display:none}.single-artist-booking-event .field-wrapper input.guests{background-image:url(/wp-content/themes/bentertained/events/img/guests.svg)}.single-artist-booking-event button{background:linear-gradient(90deg,#CB462E 0%,#BA303D 100%);padding:19px;border:none;border-radius:8px;color:#fff;font-weight:700;font-size:15px;line-height:18px;width:100%;text-align:center}.single-artist-booking-event .notice{font-weight:400;font-size:12px;line-height:15px;text-align:center;color:#737373;margin:0 auto;max-width:240px}.single-artist-current-shows{display:flex;flex-direction:column;gap:24px}.single-artist-current-shows .current-shows-list{display:grid}.single-artist-current-shows .related-page{width:60%;border-radius:8px;overflow:hidden;position:relative;padding-top:60%}.single-artist-current-shows.artist_previous_shows{margin-top:40px}.single-artist-current-shows.artist_previous_shows .related-page{max-width:100%;padding:0;display:flex;flex-direction:column;gap:8px;border-radius:0}.single-artist-current-shows.artist_previous_shows .related-page .image{width:205px;height:205px;border-radius:8px;overflow:hidden;position:relative;padding:0}.single-artist-current-shows .related-page img{position:absolute;left:0;top:0;width:100%;height:100%;object-fit:cover}.single-artist-current-shows.artist_previous_shows .related-page .text{font-family:"Poppins",sans-serif;font-weight:700;font-size:16px;line-height:1;color:#AC323E}.single-artist-dynamic-container:not(.show-all) .less-review{display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.single-artist-reviews-list{column-count:4;column-gap:24px}.single-artist-reviews-list .review{display:flex;flex-direction:column;gap:16px;break-inside:avoid;margin-bottom:24px;border:1px solid #D4D4D4;padding:12px;border-radius:9px}.single-artist-reviews-list:not(.all) .review:nth-child(n+5){display:none}.single-artist-reviews{margin:40px 0 80px;padding-top:40px;border-top:1px solid #F5F5F5}.single-artist-reviews-container{display:flex;flex-direction:column;gap:24px}.single-artist-reviews-list .review-head{display:flex;flex-direction:column;gap:4px}.single-artist-reviews-list .review-head .name{font-family:"Poppins",sans-serif;font-weight:700;font-size:16px;line-height:1;color:#262626;margin:0}.single-artist-reviews-list .review-head .company-name{font-family:"Poppins",sans-serif;font-weight:400;font-size:16px;line-height:1;color:#262626;margin:0;word-wrap:break-word;overflow-wrap:break-word;word-break:break-word}.single-artist-reviews-list .review-head .date{width:100%;font-weight:400;font-size:14px;line-height:18px;color:#737373;margin:0;text-transform:capitalize}.single-artist-reviews-list .review-body{font-weight:400;font-size:16px;line-height:24px;color:#404040;margin:0}.single-artist-reviews-list .actions{margin-top:16px}.hide-actions .actions{display:none}.single-artist-reviews .show-all-reviews{font-weight:700;font-size:16px;line-height:18px;text-decoration:none;color:#AC323E;cursor:pointer}.single-artist-gallery{margin:80px 0}.single-artist-gallery-grid{display:grid;grid-template-columns:2fr 2fr 1fr 2fr;grid-template-rows:1fr 1fr;gap:8px}.single-artist-gallery-grid .gallery-item{position:relative;padding-top:120%;grid-row:1 / span 2;overflow:hidden;cursor:pointer}.single-artist-gallery-grid .gallery-item img{position:absolute;left:0;top:0;width:100%;height:100%;object-fit:cover}.single-artist-gallery-grid .gallery-item:first-child{border-top-left-radius:8px;border-bottom-left-radius:8px}.single-artist-gallery-grid .gallery-item:last-child{border-top-right-radius:8px;border-bottom-right-radius:8px}.single-artist-gallery-grid .gallery-item:nth-child(3){grid-row:1}.single-artist-gallery-grid .gallery-item:nth-child(4){grid-row:2}.single-artist-contact{margin:80px 0}.single-artist-contact-container{background-color:#FFE9EB;border-radius:8px;display:flex;align-items:center;justify-content:space-between;gap:40px;padding:32px 120px}.single-artist-contact-container .left{display:flex;flex-direction:column;gap:16px}.single-artist-contact-container .name{font-weight:400;font-size:24px;line-height:1;color:#BA303D;margin:0}.single-artist-contact-container .name span{font-family:"Poppins",sans-serif;font-weight:700}.single-artist-contact-container a{display:flex;gap:8px;color:#BA303D;font-weight:400;font-size:16px;line-height:24px}.single-artist-contact-container a img{width:20px}.recommended-artists{margin:120px 0 40px;padding-bottom:40px;border-bottom:1px solid #F5F5F5}.recommended-artist-list{margin-top:26px;overflow:hidden}.recommended-artist-list .slick-list{margin-right:-24px}.recommended-artist-list .slick-slide{outline:none!important;margin:0 24px 0 0}.recommended-artist-item{display:flex;flex-direction:column;gap:8px;outline:none!important}.recommended-artist-item .image{position:relative;padding-top:100%;overflow:hidden;border-radius:8px}.recommended-artist-item .image img{position:absolute;left:0;top:0;width:100%;height:100%;object-fit:cover}.recommended-artist-item .content{display:flex;flex-direction:column;gap:4px}.recommended-artist-item .name{margin:0;font-family:"Poppins",sans-serif;font-weight:700;font-size:16px;line-height:1;color:#AC323E}.recommended-artist-item .town{font-weight:700;font-size:14px;line-height:18px;color:#262626}.recommended-artists .block-title{display:flex;align-items:center;justify-content:space-between}.recommended-artists .slider-control{display:flex;justify-content:flex-end;align-items:center;gap:16px}.recommended-artists .pages{display:flex;flex-direction:row-reverse;font-weight:400;font-size:16px;line-height:24px;color:#404040;gap:4px}.recommended-artists .pages ul{list-style:none;padding:0;margin:0}.recommended-artists .pages li button{font-weight:400;font-size:16px;line-height:24px;color:#404040;padding:0;margin:0;background:none;border:none;pointer-events:none;cursor:default}.recommended-artists .pages li:not(.slick-active){display:none}.recommended-artists .slick-arrow{width:40px;height:40px;border-radius:100%;border:1px solid #D4D4D4;box-shadow:0 1px 2px 0 #0000000D;cursor:pointer;padding:0;margin:0;background:none;outline:none!important;display:flex!important;align-items:center;justify-content:center}.recommended-artists .slick-next.slick-disabled{opacity:.4}.recommended-artists .slick-next svg{transform:rotate(270deg)}.recommended-artists .slick-prev.slick-disabled{display:none!important}.recommended-artists .slick-prev svg{transform:rotate(90deg)}.single-artist .loop-section{gap:24px}.single-artist .loop-body{gap:24px}.single-artist .venue-list .recommended-container .recommended-image{padding-top:76.4%}.single-artist-booking>p{font-weight:400;font-size:16px;line-height:24px;color:#404040;margin:16px 0}#single-artist-booking{margin:80px 0;padding:60px 0;background-color:#F5F5F5}.single-artist-booking{display:grid;grid-template-columns:1fr 1fr;gap:60px}.single-artist-booking .content{display:flex;flex-direction:column;gap:24px}.single-artist-booking .section-title{display:flex;gap:8px;align-items:center;font-weight:400;font-size:24px;line-height:1}.single-artist-booking ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}.single-artist-booking ul li{display:flex;gap:16px;align-items:center;font-weight:400;font-size:16px;line-height:24px;color:#262626;margin:0}.single-artist-booking .content .bottom{font-weight:400;font-size:16px;line-height:24px;color:#262626;margin:0;max-width:380px}.single-artist-booking .content .bottom a{color:#AC323E}.single-artist-booking input[type=text],.single-artist-booking input[type=email],.single-artist-booking input[type=datetime-local],.single-artist-booking input[type=tel],.single-artist-booking textarea{border:1px solid #D4D4D4!important;padding:16px 12px!important;border-radius:8px!important;outline:none!important;font-weight:400!important;font-size:16px;line-height:18px!important;background-position:12px center;background-size:20px;background-repeat:no-repeat;height:auto;box-shadow:none}.single-artist-booking label{font-weight:700;font-size:14px;line-height:18px;color:#404040;text-align:left;margin:0 0 4px;padding:0}.single-artist-booking label span{color:#404040}.single-artist-booking button[type="submit"]{font-family:"Karla",sans-serif!important;background:linear-gradient(90deg,#CB462E 0%,#BA303D 100%);padding:17px 19px!important;border:none;border-radius:4px!important;color:#fff;font-weight:700;font-size:14px;line-height:18px!important;text-align:center;height:auto;margin:0;align-self:flex-start;min-width:240px}.single-artist-booking .inquiry-form .row>div{max-width:100%;padding:0}.single-artist-booking .inquiry-form br{display:none}.single-artist-booking .inquiry-form{display:flex;flex-direction:column;gap:16px}.single-artist-booking .inquiry-form .row{display:grid;grid-template-columns:1fr 1fr;margin:0;gap:16px}.single-artist-booking .inquiry-form .row::before,.single-artist-booking .inquiry-form .row::after{display:none}@media screen and (max-width:992px){.single-artist-reviews-list{column-count:2}.single-artist-reviews-list:not(.all) .review:nth-child(n+3){display:none}}@media screen and (max-width:768px){.single-artist-grid{grid-template-columns:1fr}.single-artist-sidebar{display:none}.artist-profile .artist-profile-data{text-align:center}.artist-profile .artist-profile-name{justify-content:center;flex-wrap:wrap}.artist-profile .artist-profile-name h1{width:100%}.artist-profile .rating-container{justify-content:center}.artist-profile{flex-direction:column;align-items:center}.artist-profile-img{width:140px;height:140px}.single-artist-videos-list{grid-template-columns:1fr}.single-artist-reviews-list{grid-template-columns:1fr}.single-artist-contact-container{padding:24px;flex-direction:column-reverse;align-items:center;gap:24px}.single-artist-contact-container .name{display:flex;flex-direction:column}.recommended-artists .block-title{flex-direction:column;gap:24px}.recommended-artists .slider-control{display:none}main.single-artist{overflow:hidden}}.landingpage.redesign .artist-category-list{margin-bottom:80px}.redesign .modal-dialog{margin-top:1.75rem!important;width:100%;max-width:850px!important}.redesign #artistReviewsModal .modal-dialog .modal-body{max-height:800px}.redesign .modal-dialog .modal-header{padding:0;border:none}.redesign .modal-dialog .modal-header .close{padding:0;margin:0}.redesign .modal-dialog .modal-header::after,.redesign .modal-dialog .modal-header::before{display:none}.redesign .modal-dialog .modal-header .modal-title{font-family:"Poppins",sans-serif;color:#262626;font-weight:700;font-size:24px;line-height:1}.redesign .modal-dialog .modal-header .modal-title::after{display:none}.redesign .modal-dialog .modal-content{padding:32px;gap:24px;border-radius:8px}.redesign .modal-dialog .modal-content .modal-body{padding:0}.modal-review-list{display:flex;flex-direction:column;gap:12px}.modal-review-list .review{display:grid;grid-template-columns:1fr 4fr;gap:8px;padding-bottom:12px;border-bottom:1px solid #F5F5F5}.modal-review-list .review:last-child{border-bottom:none}.modal-review-list .review-head{display:flex;flex-direction:column;gap:4px}.modal-review-list .review-head .name{font-family:"Poppins",sans-serif;font-weight:700;font-size:14px;line-height:1;color:#262626;margin:0}.modal-review-list .review-head .company-name{font-family:"Poppins",sans-serif;font-weight:400;font-size:14px;line-height:1;color:#262626;margin:0;word-wrap:break-word;overflow-wrap:break-word;word-break:break-word}.modal-review-list .review-head .date{width:100%;font-weight:400;font-size:12px;line-height:15px;color:#737373;margin:0;text-transform:capitalize}.modal-review-list .review-body{font-weight:400;font-size:14px;line-height:18px;color:#404040;margin:0}#artistGalleryModal .modal-body{display:flex;flex-direction:column;align-items:center;gap:24px}#artistGalleryModal .modal-body img{object-fit:contain;max-height:700px;max-width:100%}@media screen and (max-width:768px){.single-artist-anchors{display:grid;justify-content:flex-start;gap:24px}.single-artist-anchors a{text-align:left;display:grid;justify-content:flex-start;grid-template-columns:20px auto}.single-artist-booking{grid-template-columns:1fr}.single-artist-booking .inquiry-form .row{grid-template-columns:1fr}.redesign .modal-dialog{width:98%;margin-right:.5rem}}