/*
Theme Name: Eona Child
Theme URI: https://eona.qodeinteractive.com
Description: A child theme of Eona
Author: Mikado Themes
Author URI: https://qodeinteractive.com
Version: 1.0.0
Text Domain: eona
Template: eona
*/
.qodef-header--sticky-display .qodef-icon-linear-icons {
  color: #000;
}
body,
p {
  color: #222222;
}
#qodef-fullscreen-area .widget a {
  color: #3e3838;
}
/* #qodef-page-header .qodef-fullscreen-menu-opener .qodef-close-icon {
  z-index: 9999;
}
#qodef-fullscreen-area {
  z-index: 999;
} */
.qodef-fullscreen-menu--opened .qodef-header-sticky .qodef-header-logo-link {
  opacity: 0;
}
.home #qodef-page-header .qodef-widget-holder {
  display: flex;
}
.qodef-page-title .qodef-m-inner h1.entry-title,
#qodef-page-header .widget_eona_core_button .qodef-button .qodef-m-text::after {
  display: none;
}
#qodef-page-header .widget_eona_core_button .qodef-button .qodef-m-text {
  line-height: 1.5em;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out,
    border-color 0.2s ease-in-out;
}
#qodef-page-header .widget_eona_core_button .qodef-button:hover .qodef-m-text {
  color: #bababa;
}
#qodef-page-mobile-header-inner
  .qodef-button.qodef-layout--filled.qodef-html--link {
  background-color: transparent;
  padding: 0;
}
#qodef-page-mobile-header-inner .qodef-m-text,
#qodef-page-header .widget_eona_core_button .qodef-button .qodef-m-text,
#qodef-page-header
  .qodef-widget-holder
  .wp-block-button
  .wp-block-button__link {
  font-style: normal;
  font-size: 1.6rem;
  /* line-height: 1.6rem; */
  font-weight: 500 !important;
  /* border: 1px solid; */
  color: #fff;
  /* color: #000; */
  background: transparent;
  border: none;
  padding: 0;
  position: relative;
}
#qodef-page-mobile-header-inner .qodef-m-text::after,
.home
  #qodef-page-header
  .qodef-widget-holder
  .wp-block-button
  .wp-block-button__link::after {
  content: "";
  width: calc(100% - 1px);
  height: 1px;
  background-color: currentColor;
  position: absolute;
  bottom: -2px;
  left: 0;
  transform: scaleX(0);
  transform-origin: 100% 50%;
  transition: transform 0.4s cubic-bezier(0.59, 0.02, 0.17, 0.95);
}
#qodef-page-mobile-header-inner .qodef-m-text:hover::after,
.home
  #qodef-page-header
  .qodef-widget-holder
  .wp-block-button
  .wp-block-button__link:hover::after {
  transform: scaleX(1);
  transform-origin: 0 50%;
}
.artist-grid-area .top-filters .filter-category,
.home
  #qodef-page-header
  .qodef-widget-holder
  .wp-block-button
  .wp-block-button__link,
.sidebar ul li a {
  font-weight: 300;
}

::placeholder {
  font-family: "Oswald", sans-serif;
}
:-ms-input-placeholder {
  font-family: "Oswald", sans-serif;
}
::-ms-input-placeholder {
  font-family: "Oswald", sans-serif;
}
::-webkit-input-placeholder {
  font-family: "Oswald", sans-serif;
}
::-moz-placeholder {
  font-family: "Oswald", sans-serif;
}
:-ms-input-placeholder {
  font-family: "Oswald", sans-serif;
}
:-moz-placeholder {
  font-family: "Oswald", sans-serif;
}
#qodef-page-mobile-header-inner .qodef-m-text,
.qodef-section-title .qodef-m-subtitle,
.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li a,
.qodef-portfolio-single .qodef-portfolio-info h5,
body *:not(.lnr),
.select2-results *,
.select2-results,
.select2-selection__rendered,
body .select2-container--default .select2-selection--single,
textarea,
input,
option,
#qodef-page-header .widget_eona_core_button .qodef-button .qodef-m-text,
body,
button,
.sidebar .filter_options select,
.filter-toggle,
.artist-grid-area .top-filters .filter-category,
#qodef-page-header .qodef-widget-holder .wp-block-button .wp-block-button__link,
.sidebar ul li a {
  font-family: "Oswald", sans-serif !important;
}
#qodef-fullscreen-area {
  background-color: #fff !important;
}
.qodef-fullscreen-menu-opener .qodef-close-icon,
#qodef-fullscreen-area .widget a:hover,
#qodef-fullscreen-area .widget .qodef-widget-title {
  color: #000 !important;
}
iframe,
img {
  max-width: 100%;
}
#videoSlider.artistSlider .slide {
  width: 100%;
}
.text_uppercase {
  text-transform: uppercase;
}
.d_flex {
  display: flex;
}
.row_d {
  display: flex;
  flex-wrap: wrap;
}
.me_3 {
  margin-right: 2rem;
}
.text_white *,
.text_white {
  color: #fff;
}

/* Modal css Start */
.fullModal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.25);
  z-index: 9999;
}
.modalContent {
  display: flex;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
/* .modalSectionItem {
  flex: 0;
  position: relative;
  overflow: hidden;
  transition: width 0.7s ease-in;
}
.fullModal.show .modalSectionItem {
  flex: 1;
} */
.modalSectionItem {
  flex: 0 0 0;
  width: 0;
  position: relative;
  overflow: hidden;
  transition: width 1s ease, flex 1s ease;
}
.fullModal.show .modalSectionItem {
  flex: 1 1 auto;
  width: 100%;
}
.modalSectionItem.show {
  /* width: 100%; */
}

.modalSectionItem img {
  width: 0px;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.6);
  transition: width 1s ease;
}
.modalSectionItem .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  width: 100%;
  padding: 1rem;
  text-align: center;
  opacity: 0;
  transition: transform 1s ease, left 1s ease, opacity 1.5s ease;
}
.fullModal.show .modalSectionItem .content {
  opacity: 1;
}
/* .fullModal.show .modalSectionItem .viewBtn, */
.fullModal.show .modalSectionItem img {
  width: 100%;
}
.modalSectionItem .content > * {
  margin-bottom: 0;
}
.modalSectionItem .content > *:not(:first-child) {
  margin-top: 0.7rem;
}
.modalSectionItem .title {
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  white-space: normal;
  margin: 0;
}
.viewBtn,
.modalSectionItem .viewBtn {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  padding: 0.5rem 1rem;
  border-radius: 0;
  border: 1px solid #fff;
  position: relative;
}
.viewBtn::after,
.modalSectionItem .viewBtn::after {
  content: "";
  position: absolute;
  background-color: #000;
  z-index: -1;
  height: 100%;
  left: 0;
  top: 0;
  width: 0;
  transition: 0.4s;
}
.viewBtn:hover::after,
.modalSectionItem .viewBtn:hover::after {
  width: 100%;
}
.closeModal {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 32px;
  color: #fff;
  background: transparent;
  border: none;
  cursor: pointer;
  z-index: 10000;
}
.talentModalBtn {
  color: #000;
  text-decoration: none;
  margin-top: 1rem;
  display: inline-block;
  padding: 0.5rem 1rem;
  border-radius: 0;
  border: 1px solid #000;
}

/* Modal css End */

/* Slider css Start */
.artistSection .artistLeftCol {
  width: 250px;
  min-width: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.artistLeftCol .backBtn {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  padding: 15px 18px;
}
.artistLeftCol .backBtn img {
  max-width: 22px;
  height: auto;
  object-fit: contain;
  margin-right: 8px;
}
.artistSection .artistArea {
  width: calc(100% - 250px);
}
.artistLeftCol .leftColDetails .artist_details {
  max-height: 70vh;
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.artistLeftCol .leftColDetails .artist_details::-webkit-scrollbar {
  display: none;
}
.artistLeftCol .leftColDetails {
  width: 100%;
  padding: 6%;
}
.artistLeftCol .leftColDetails h1 {
  font-size: 2rem;
  word-wrap: break-word;
  max-width: 100%;
}
.artistLeftCol .leftColDetails *,
.artistLeftCol .leftColDetails p {
  /* font-size: 14px; */
}
.artistLeftCol .leftColDetails .artist_details p {
  margin-top: 0;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 5px;
}
.artistLeftCol .leftColDetails .artist_details label,
.artistLeftCol .leftColDetails .artist_details strong,
.artistLeftCol .leftColDetails .artist_details p label {
  margin-bottom: 0;
}
.artistLeftCol .leftColDetails .artist_details p > * {
  margin-right: 7px;
}
.artistArea {
  position: relative;
}
.artistTabs {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  z-index: 10;
}
.artistTabs button {
  background: transparent;
  color: white;
  border: 2px solid #fff;
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  backdrop-filter: blur(6px);
}
.sliderWrapper,
.artistSlider {
  width: 100%;
}
.artistSlider .slide {
  width: 100%;
  position: relative;
}
/* .sliderWrapper, */
.artistSlider .sliderInner,
.artistSlider,
.artistSlider .slide {
  height: 100vh;
}
.artistSlider .slide img,
.artistSlider .slide iframe,
.artistSlider .slide video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sliderInner .sliderContent {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999;
  width: 100%;
  padding: 0 15%;
  text-align: center;
}
.sliderInner,
.sliderWrapper {
  position: relative;
}
.sliderArrows {
  /*   position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 10px; */
}
.sliderArrows .slider_arrow {
  color: #262728;
  background: rgba(250, 250, 250, 0.95);
  opacity: 0.4;
  width: 54px;
  height: 54px;
  line-height: 54px;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  border: none;
  outline: none;
  transition: 0.4s;
  font-size: 1.5rem;

  position: absolute;
  top: 50%;
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 99;
}
.sliderArrows .slider_arrow svg {
}
.sliderArrows .slider_arrow:first-child {
  left: 10px;
}
.sliderArrows .slider_arrow:last-child {
  right: 10px;
}
.sliderArrows .slider_arrow:hover {
  opacity: 0.75;
}
.artistArea .slick-dots {
  text-align: left;
  bottom: 0;
  width: max-content;
  left: 0;
  flex-direction: column;
  display: flex;
  margin: 10px;
  margin-bottom: 5px;
}
.artistArea .slick-dots li button:before {
  font-size: 1.3rem;
  line-height: 1.3rem;
  color: #fff;
}
.artistArea .slick-dots li {
  margin: 7px 0;
}
.artistArea .slick-dots li,
.artistArea .slick-dots li button,
.artistArea .slick-dots li button:before {
  width: 22px;
  height: 22px;
  padding: 0;
}
.feature_image {
  min-height: 430px;
}

.layout {
  display: flex;
  gap: 20px;
  padding: 20px 0;
}
.sidebar {
  width: 220px;
  background: #f9f9f9;
  padding: 15px;
  border-radius: 10px;
}
.main-content {
  flex: 1;
}
.filter-wrapper {
  display: flex;
  position: relative;
}
.filter-toggle {
  /*   top: 10px;
  left: 10px; */
  padding: 8px 16px;
  /* background: #333;
  color: #fff; */
  border: none;
  cursor: pointer;
  width: max-content;
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  background-color: transparent;
  padding: 0;
  text-transform: uppercase;
  position: relative;
}
.filter-toggle img {
  max-width: 28px;
  margin-right: 10px;
}
.filter-sidebar {
  position: fixed;
  top: 60px;
  left: -300px;
  width: 280px;
  background: #f5f5f5;
  padding: 20px;
  border-right: 1px solid #ddd;
  height: calc(100% - 60px);
  transition: left 0.3s ease;
  z-index: 999;
}
.filter-sidebar.active {
  left: 0;
}
.artist-grid {
  margin-left: 320px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 20px;
  padding: 20px;
}

.categories a,
.filter-cat {
  margin-right: 10px;
  text-decoration: none;
  font-weight: bold;
}
.top-filters h4 {
  margin-top: 0;
}
/* 
#loading.active {
  width: 40px;
  height: 40px;
  border: 6px solid black;
  border-left-color: rgba(0, 0, 0, 0.2);
  border-right-color: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  animation: 2s linear infinite;
  margin: 40px auto;
  position: fixed;
  left: 0;
  right: 0;
  z-index: 999;
  top: 0;
  bottom: 0;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.spinner-wrapper {
  position: relative;
} */

#homeSliderSection .sr7-arrows svg {
  display: none;
}
#homeSliderSection .wp-block-themepunch-revslider sr7-bg,
#homeSliderSection .wp-block-themepunch-revslider .sr7-layer,
#homeSliderSection .wp-block-themepunch-revslider sr7-content,
#homeSliderSection .wp-block-themepunch-revslider sr7-slide,
#homeSliderSection .wp-block-themepunch-revslider sr7-adjuster,
#homeSliderSection .wp-block-themepunch-revslider sr7-module,
#homeSliderSection .wp-block-themepunch-revslider sr7-px,
#homeSliderSection .wp-block-themepunch-revslider canvas {
  max-height: 100vh;
  height: 100vh;
}
#artist-grid .labels,
.artist-grid-area .top-filters {
  display: flex;
  flex-wrap: wrap;
  margin-left: -16px;
}
.artist-grid-area .top-filters h4 {
  width: 100%;
  display: none;
}
#artist-grid .labels .label_filter,
.artist-grid-area .top-filters .filter-category {
  border-radius: 0;
  border: 0;
  background-color: transparent;
  color: #000;
  padding: 0;
  cursor: pointer;
  transition: all 0.4s;
  text-align: center;
  line-height: 1.2;
  opacity: 0.4;
  /* font-weight: 600; */
  transition: all 0.3s ease-out;
  text-transform: uppercase;
}
.artist-grid-area .top-filters .filter-category {
  margin: 0 16px;
  margin-bottom: 1rem;
  position: relative;
}
#artist-grid .labels .label_filter {
  padding: 0 16px;
}
.filter-toggle::after,
.artist-grid-area .top-filters .filter-category::after {
  content: "";
  position: absolute;
  bottom: -10px;
  height: 2px;
  width: 100%;
  left: 0;
  right: 0;
  background-color: #000;
  opacity: 0;
  transition: all 0.3s ease-out;
}
.filter-toggle:hover::after,
.artist-grid-area .top-filters .filter-category:hover::after,
.artist-grid-area .top-filters .filter-category.active:after {
  opacity: 1;
  bottom: 0;
}
#artist-grid .labels .label_filter {
  display: inline-block;
  border-right: 1px solid rgba(0, 0, 0, 0.4);
  font-weight: 300;
}
.filter-toggle {
  font-size: 1.8rem;
}
.sidebar ul li a,
#artist-grid .labels .label_filter,
.artist-grid-area .top-filters .filter-category {
  font-size: 1.4rem;
}
#artist-grid .labels li:last-child .label_filter {
  border-right: 0;
}
#artist-grid .labels .label_filter,
.artist-grid-area .top-filters .filter-category {
  /* min-width: 90px;
  margin-right: 10px;
  margin-bottom: 10px; */
}

#artist-grid .labels .label_filter:hover,
#artist-grid .labels .label_filter.active,
.artist-grid-area .top-filters .filter-category:hover,
.artist-grid-area .top-filters .filter-category.active {
  opacity: 1;
}
.sidebar ul li.active a,
#artist-grid .labels a.active,
#artist-grid .labels .label_filter.active,
.artist-grid-area .top-filters .filter-category.active {
  font-weight: 500;
}
.sidebar .filter_btns button {
  border-radius: 0;
  border: 1px solid #000;
  background-color: transparent;
  color: #000;
  padding: 8px 16px;
  cursor: pointer;
  transition: all 0.4s;
  text-align: center;
  font-size: 0.8rem;
  line-height: 1.2;
  background-color: #000;
  color: #fff;
}
.sidebar > * {
  margin-top: 0 !important;
  margin-bottom: 20px !important;
}
.sidebar ul {
  /* margin-top: 20px; */
}
.sidebar ul li {
  list-style-type: none;
}
.sidebar ul li:not(:last-child) {
  margin-bottom: 25px;
}
.sidebar ul li a {
  padding: 5px 0;
  border-radius: 0;
  width: 100%;
  display: inline-block;
  color: #000;
  opacity: 0.4;
  transition: all 0.4s;
  text-transform: uppercase;
}
.sidebar ul li a:hover,
.sidebar ul li.active a {
  opacity: 1;
}
body .sidebar .select2-container--default .select2-selection--multiple,
body .sidebar .select2-container--default .select2-selection--single {
  /* background-color: #fff; */
  border: 1px solid #000;
  padding: 5px 10px;
  height: 36px;
}
.select2-container .select2-selection--multiple {
}
body .sidebar .select2-container--default {
  margin: 0;
}
.sidebar
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered {
  margin-top: -5px;
}
.sidebar .select2-container .select2-search--inline .select2-search__field {
  height: 25px;
}
.sidebar .filter_options .select2,
.sidebar .filter_options .selection,
.sidebar .filter_options .select2-selection {
  width: 100% !important;
}
.sidebar .filter_options select,
.sidebar .filter_options input {
  width: 100%;
  padding: 5px 10px;
  border-radius: 0;
  border: 1px solid #000;
  box-shadow: none;
  outline: none;
  margin-bottom: 0;
  background-color: transparent;
}
.sidebar .filter_options select:focus {
  box-shadow: none;
  outline: none;
}
.sidebar .filter_options label {
  margin-bottom: 2px;
  font-size: 0.9rem;
  line-height: 1.4;
}
.artist-grid-area .top-filters,
.sidebar .filter_options {
  margin-bottom: 15px;
}
.sidebar .filter_btns {
  flex-wrap: wrap;
}
.d-flex {
  display: flex;
}
.flex-column {
  flex-direction: column;
}
.justify-content-between {
  justify-content: space-between;
}
.sidebar .filter_btns button {
  width: calc(50% - 10px);
}
.sidebar .filter_btns button:first-child {
  margin-right: 20px;
}
#artist-grid .labels li {
  list-style: none;
  margin-bottom: 0.5rem;
}
#artist-grid > * {
  padding: 0 5px;
}
.qodef-page-title {
  background-color: rgb(0, 0, 0) !important;
}
/* Slider css End */

.qodef-content-grid .header h2 {
  margin-top: 0;
}
#artist-grid .qodef-grid-item .qodef-e-media-image a {
  aspect-ratio: 1 / 1;
}
#artist-grid .qodef-grid-item .qodef-e-media-image img {
  object-fit: cover;
  object-position: center center;
}
/*creative slider*/
.customSliderSection {
  padding: 60px 0;
  /* overflow: hidden; */
}
.customSliderSection .productSlider {
  visibility: hidden;
}
.customSliderSection .slick-initialized {
  visibility: visible;
}
.customSliderSection .slick-arrow {
  height: 40px;
  width: 40px;
  background-image: url("./assets/images/chevron-left-solid.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9;
}
.customSliderSection .slick-arrow::before {
  display: none;
}
.customSliderSection .slick-next {
  background-image: url("./assets/images/chevron-right-solid.svg");
  right: 0;
}
.customSliderSection .slick-prev {
  left: 0;
}
.slider2Inner {
  overflow: hidden;
  position: relative;
}
.slider2Inner .sliderImg {
  aspect-ratio: 1 / 1;
}
.slider2Inner .sliderImg img {
  max-width: 100%;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center center;
}
.sliderContent {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 10%;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.6);
  text-align: center;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: all 0.5s;
}
.slider2Inner:hover .sliderContent {
  opacity: 1;
}
.sliderContent .subTitle1,
.sliderContent .title1 {
  color: #000;
  margin: 0;
}
.sliderContent .title1 {
  margin-bottom: 10px;
}
.customSliderSection .slick-slider {
  margin: 0 -15px;
}
.customSliderSection .slick-slide {
  margin-right: 15px;
  margin-left: 15px;
}
.sliderAllBtnSlides {
  position: relative;
}
.customSliderSection .customArrows {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  width: calc(100% + 120px);
  padding: 0;
  margin-left: -60px;
}
.customSliderSection .slBtn {
  background-color: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  color: #000;
}

.sliderArrows .slider_arrow svg,
.customSliderSection .slBtn svg {
  width: 21.7px;
  height: 40.9px;
}
.sliderArrows .slider_arrow svg polyline,
.customSliderSection .slBtn svg polyline {
  fill: none;
  stroke: currentColor;
}
/*creative slider*/

footer .qodef-grid-item img,
#qodef-page-header .qodef-header-logo-link,
#qodef-fullscreen-area .qodef-header-logo-link .qodef-header-logo-image {
  max-width: 270px !important;
  object-fit: contain;
  width: 100%;
  max-height: 70px;
}
#qodef-page-header .qodef-header-logo-link img {
  width: 100% !important;
  object-fit: contain;
  max-height: 70px;
}
.socialCol {
  display: flex;
  align-items: center;
  margin: 0 -7.5px;
}
.socialCol a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 7.5px;
  border: 1px solid;
  padding: 5px;
}
.socialCol a br {
  display: none;
}
.socialCol a img {
  max-width: 32px;
  min-width: 32px;
  height: 32px;
  object-fit: contain;
  opacity: 0.7;
  transition: all 0.4s;
}
.socialCol a:hover img {
  opacity: 1;
}
footer .socialCol {
  justify-content: end;
}
#qodef-page-mobile-header-inner .qodef-open-icon *,
#qodef-page-mobile-header-inner .qodef-open-icon {
  color: #fff;
}
#qodef-page-mobile-header #qodef-page-mobile-header-inner::after,
.home #qodef-page-header::after {
  content: "";
  position: absolute;
  z-index: -1;
  height: 30%;
  min-height: 200px;
  width: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  top: 0;
  left: 0;
  right: 0;
}
#qodef-page-mobile-header #qodef-page-mobile-header-inner::after {
  min-height: 100px;
}
.forminator-ui .forminator-row .forminator-col .forminator-file-upload {
  flex-direction: column !important;
  align-items: start !important;
}
.forminator-field-upload .forminator-button-upload {
  width: 100% !important;
  margin-right: 0 !important;
}
#qodef-page-comments #qodef-page-comments-form {
  margin-top: 0;
}
#qodef-fullscreen-area .qodef-header-logo-link {
  max-width: 210px;
  height: auto !important;
}
.single-artist-selection #artist-grid {
  display: flex;
  flex-wrap: wrap;
  height: unset !important;
}
.sidebar .optionsContainer {
  max-height: 350px;
  overflow: auto;
  margin-bottom: 15px;
  padding-right: 5px;
}
.sidebar .optionsContainer .filter_options:last-child {
  margin-bottom: 0;
}
.sidebar .optionsContainer::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #f5f5f5;
}

.sidebar .optionsContainer::-webkit-scrollbar {
  width: 8px;
  background-color: #f5f5f5;
}

.sidebar .optionsContainer::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #000;
}
/* .qodef-header--sticky-display .artist-grid-area > .qodef-shortcode {
  max-height: 100vh;
}
.qodef-header--sticky-display #artist-grid .labels {
  position: -webkit-sticky;
  position: sticky;
  top: 70px;
  z-index: 9999999999;
} */
/* .custom_modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.7);
}
.custom_modal_content {
  background-color: #fefefe;
  margin: 15px;
  padding: 20px;
  border: 1px solid #888;
  width: 100%;
  max-width: 500px;
  border-radius: 0;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  animation-name: modalopen;
  animation-duration: 0.45s;
  position: relative;
}
@keyframes modalopen {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.custom_modal_close {
  color: #aaa;
  font-size: 28px;
  font-weight: bold;
  position: absolute;
  right: 10px;
  top: 5px;
}
.custom_modal_close:hover,
.custom_modal_close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
} */
.custom_modal {
  display: none;
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: opacity 0.4s ease;
  justify-content: center;
  align-items: center;
}
.custom_modal.show {
  display: block;
  opacity: 1;
}
.custom_modal_content {
  /* background-color: #fff; */
  background-color: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(2px);
  margin: 15px;
  padding: 25px;
  border-radius: 0;
  max-width: 700px;
  width: 100%;
  animation: modal-slide 0.4s ease;
  position: relative;
}

.custom_modal_content input[type="email"],
.custom_modal_content input[type="number"],
.custom_modal_content input[type="password"],
.custom_modal_content input[type="tel"],
.custom_modal_content input[type="text"],
.custom_modal_content input[type="url"],
.custom_modal_content textarea {
  color: #000;
}

@keyframes modal-slide {
  from {
    transform: translateY(-50px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.custom_modal_close {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 40px;
  cursor: pointer;
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 4px;
}
.bookModalArea {
  margin-top: 30px;
}
.modalOpenBtn {
  background: transparent;
  color: #000;
  border: 2px solid #000;
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  backdrop-filter: blur(6px);
  transition: all 0.45s ease-in;
  white-space: nowrap;
}
.modalOpenBtn:hover {
  background: #000;
  color: #fff;
}
.bookModalArea .forminator-row-last {
  margin-bottom: 0 !important;
}
.bookModalArea .forminator-row-last .forminator-field {
  text-align: center;
}
.bookModalArea .modalTitle {
  font-size: 1.8rem;
}
.bookModalArea .formColumn {
  margin-top: 1.5rem;
}
.text-center {
  text-align: center;
}
.m-0 {
  margin: 0;
}
.mt-0 {
  margin-top: 0;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-lowercase {
  text-transform: lowercase;
}
.encoderCustomGrid .gridInner {
}
#artist-grid article.qodef-grid-item {
  width: 25% !important;
}
.encoderCustomGrid .gridInner {
  position: relative;
  /* aspect-ratio: 1 / 1; */
  aspect-ratio: 0.8;
  display: flex;
  align-items: center;
  justify-content: center;
}
.encoderCustomGrid .gridInner .artistNameContainer {
  padding: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;

  background-color: rgba(255, 255, 255, 0.82);
  opacity: 0;
  clip-path: inset(0);
  -webkit-clip-path: inset(0);
  transition: 0.2s ease-out;
}
.encoderCustomGrid .gridInner:hover .artistNameContainer {
  -webkit-clip-path: inset(10px);
  transition: clip-path 0.4s cubic-bezier(0.59, 0.02, 0.17, 0.95) 0.1s,
    opacity 0.2s ease-out;
  opacity: 1;
}
.encoderCustomGrid .gridInner .artistImg {
  object-fit: cover;
  object-position: center center;
  height: 100%;
  width: 100%;
}
.encoderCustomGrid .gridInner .artistTitle {
  width: 100%;
  text-align: center;
}
.d-none {
  /* display: none !important; */
}
.artistSelectionContainer .mainSectionItem {
  margin-bottom: 3.5rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.max-800 {
  max-width: 800px;
}
.max-700 {
  max-width: 700px;
}
.max-1060 {
  max-width: 1060px;
}
/* Responsive */
@media only screen and (min-width: 1025px) {
  .qodef-fullscreen-menu-opener {
    color: #fff;
  }
}
@media only screen and (max-width: 1024px) {
  .socialCol {
    flex-wrap: wrap;
    max-width: 200px;
  }
  #qodef-page-outer {
    margin-top: -1px !important;
  }
  .qodef-header--light:not(.qodef-fullscreen-menu--opened)
    .qodef-fullscreen-menu-opener.qodef-fullscreen-menu-opener--predefined
    .qodef-open-icon {
    color: #000 !important;
  }
  #qodef-page-comments {
    margin-top: 50px;
  }
  #qodef-page-mobile-header {
    position: fixed;
    width: 100%;
  }
  #qodef-page-mobile-header #qodef-page-mobile-header-inner {
    background-color: transparent;
  }
  #qodef-page-mobile-header::after {
    /*     content: ""; */
    position: absolute;
    z-index: -1;
    height: 30%;
    min-height: 100px;
    width: 100%;
    background-image: linear-gradient(
      rgba(255, 255, 255, 0.8),
      rgba(0, 0, 0, 0)
    );
    top: 0;
    left: 0;
    right: 0;
  }
  #homeSliderSection .sr7-bullets {
    display: none !important;
  }
  .qodef-fullscreen-menu--opened
    #qodef-page-mobile-header
    .qodef-mobile-header-logo-link {
    opacity: 0;
  }
  #qodef-fullscreen-area {
    padding: 20px;
  }
  #qodef-fullscreen-area .qodef-header-logo-link {
    /*  top: 0;
    left: 1px;
    height: auto !important; */
    /* margin-left: -49px; */
    /* max-width: 150px; */
    max-width: 140px;
    position: unset !important;
    display: inline-block;
  }
  #qodef-fullscreen-area .qodef-content-grid {
    width: 100%;
    /* padding: 0 20px; */
  }
  #qodef-fullscreen-area-inner {
    max-width: 100%;
  }
  .qodef-page-title {
    height: 200px !important;
  }
}
@media only screen and (max-width: 777px) {
  .mobile_button_home {
    width: max-content;
    min-width: 170px;
    border: 2px solid rgb(255, 255, 255);
    padding: 10px;
    border-radius: 0;
    margin: 0 auto;
    background-color: rgba(0, 0, 0, 0.2);
    min-height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .mobile_button_home a {
    color: #fff;
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 0;
    font-family: "Oswald", sans-serif;
    font-weight: 500;
    position: relative;
    width: max-content;
    max-width: 100%;
    margin: 0 auto;
  }
  .mobile_button_home a:not(:last-child) {
    margin-bottom: 13px;
  }
  .mobile_button_home a::after {
    content: "";
    width: calc(100% - 1px);
    height: 1px;
    background-color: currentColor;
    position: absolute;
    bottom: -2px;
    left: 0;
    transform: scaleX(0);
    transform-origin: 100% 50%;
    transition: transform 0.4s cubic-bezier(0.59, 0.02, 0.17, 0.95);
  }
  .mobile_button_home a:hover::after {
    transform: scaleX(1);
    transform-origin: 0 50%;
  }
  .mobile_button_home br {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .topTitle .modalOpenBtn,
  .modalSectionItem .mobilebanner {
    display: none;
  }
  .artistLeftCol .leftColDetails {
    padding-top: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .bookModalArea .modalOpenBtn,
  .modalSectionItem .desktopbanner {
    display: none;
  }
  .fullModal.show .modalSectionItem {
    flex: 1;
  }
  .artistSection {
    position: relative;
  }
  .artistSection .artistLeftCol {
    width: 100%;
    min-width: unset;
    order: 2;
    position: unset;
  }
  .artistLeftCol .backBtn {
    padding: 4px 10px;
    margin: 10px;
    background: rgba(255, 255, 255, 0.5);
    z-index: 999;
  }
  .artistSection .artistArea {
    width: 100%;
    order: 1;
  }
  .feature_image {
    min-height: 230px;
  }
  #qodef-page-inner {
    /* padding: 45px 0 45px !important; */
  }
  .customSliderSection {
    padding: 45px 0;
  }
  .customSliderSection .customArrows {
    width: calc(100% + 80px);
    margin-left: -40px;
  }
  .modalContent {
    flex-direction: column;
  }
  .filter-toggle {
    font-size: 1.3rem;
  }
  .sidebar ul li a,
  .artist-grid-area .top-filters .filter-category {
    font-size: 1.2rem;
  }
  #artist-grid .labels .label_filter {
    font-size: 0.9rem;
  }
  nav.qodef-fullscreen-menu > ul > li > a .qodef-menu-item-text {
    white-space: nowrap;
    font-size: 22px;
  }
  .artistSlider,
  .artistSlider .slide,
  .artistSlider .sliderInner {
    height: 70vh;
    min-height: 350px;
  }
  .sidebar ul li:not(:last-child) {
    margin-bottom: 8px;
  }
  .sliderArrows .slider_arrow {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .sliderArrows .slider_arrow svg,
  .customSliderSection .slBtn svg {
    width: 15px;
    height: 25px;
  }
  .artistLeftCol .artist_details .viewInformation > *,
  .artistLeftCol .artist_details .viewInformation p {
    width: 48%;
    margin-right: 2%;
  }
  .artistLeftCol .artist_details .viewInformation p:empty {
    display: none;
  }
  .artistLeftCol .artist_details .modelViewFields {
    width: 100%;
  }
  .artistLeftCol .artist_details .viewInformation {
    display: flex;
    flex-wrap: wrap;
  }
  .artistLeftCol .leftColDetails h1 {
    font-size: 1.6rem;
    line-height: 1.2;
    margin-bottom: 0;
    max-width: calc(100% - 110px);
  }
  .artistLeftCol .leftColDetails .topTitle {
    margin-bottom: 1rem;
  }

  .artistLeftCol .leftColDetails .artist_details *,
  .artistLeftCol .leftColDetails .artist_details p {
    font-size: 14px;
    line-height: 22px;
  }
  .modalOpenBtn {
    padding: 4px 10px;
    font-size: 15px;
  }
  .artist-archive.layout .sidebar ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
  }
  .sidebar ul li a {
    padding: 0 15px;
    border-right: 1px solid rgba(0, 0, 0, 0.4);
  }
  .sidebar ul li:last-child a {
    border-right: 0;
  }
  .sidebar {
    background: transparent;
    padding: 0;
    border-radius: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  }
  .artist-archive.layout {
    padding-top: 0;
  }
  .filter-toggle span,
  .term-models #qodef-page-inner > .header {
    display: none;
  }
  .artist-archive.layout .sidebar ul,
  #artist-grid .labels,
  .artist-grid-area .top-filters {
    justify-content: center;
  }
  .filter-toggle {
    background: #fff;
    border-radius: 3px;
    padding: 5px;
    min-width: 30px;
    border: 1px solid rgba(0, 0, 0, 0.07);
    margin-left: auto;
  }
  .filter-toggle img {
    max-width: 23px;
    margin-right: 0;
  }
  .sidebar .filterContainer {
    position: fixed;
    right: 0;
    z-index: 99;
    margin: 10px !important;
    top: 200px;
  }
  .sidebar .filterContainer form {
    padding: 10px;
    border-radius: 5px;
    background-color: #fff;
    min-width: 250px;
    margin-top: 7px;
  }
  .custom_modal_content {
    padding: 15px;
  }
  .bookModalArea .formColumn {
    margin-top: 1rem;
  }
  .bookModalArea
    .forminator-ui.forminator-custom-form[data-grid="open"]
    .forminator-row-inside:not(:last-child),
  .bookModalArea
    .forminator-ui.forminator-custom-form[data-grid="open"]
    .forminator-row:not(:last-child),
  .bookModalArea
    .forminator-ui.forminator-custom-form[data-grid="open"]
    .forminator-col:not(:last-child) {
    margin-bottom: 10px;
  }
  .bookModalArea
    .forminator-ui.forminator-custom-form[data-design="default"]
    .forminator-input {
    padding: 5px 9px;
  }
  .sidebar .optionsContainer {
    max-height: 300px;
  }
}

@media only screen and (max-width: 600px) {
  .artist-archive.layout {
    flex-wrap: wrap;
  }
  .artist-archive .artist-grid-area,
  .artist-archive .sidebar {
    width: 100%;
  }
  .artist-archive .sidebar {
    margin-bottom: 0;
  }
}

.extramodel {
  position: fixed;
  z-index: 999;
  bottom: 0;
  left: 0;
  background: transparent;
  color: white;
  border: none;
  cursor: pointer;
  font-size: 25px;
}
dialog#myDialog a {
  color: white;
  text-decoration: underline;
}
dialog#myDialog {
  position: relative;
}

button.closeButton {
  position: absolute;
  top: 0px;
  right: 0px;
  background: none;
  border: none;
  color: white;
  font-size: 30px;
  cursor: pointer;
}

dialog#myDialog {
  color: #fff;
  width: 80%;
  background: #687069c9;
  border: none;
}
dialog#myDialog h2,
dialog#myDialog p {
  color: #fff;
}
section.artist-archive.layout {
  position: relative;
}
button.extramodel-talent {
  border: none;
  background: none;
  font-size: 40px;
  position: absolute;
  top: 16px;
  left: -15px;
  cursor: pointer;
}

.toggleContainerBtn .topNewBtn {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  left: 0;
  z-index: 99;
  top: 43%;
  position: fixed;
  margin-left: -3px !important;
}

@media only screen and (max-width: 1201px) {
  #artist-grid article.qodef-grid-item {
    width: 33.33333% !important;
  }
}
@media only screen and (max-width: 1024px) {
  #artist-grid article.qodef-grid-item {
    width: 50% !important;
  }
}
@media only screen and (min-width: 768px) {
  .btnForMobile {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .toggleContainerBtn .topNewBtn {
    top: 200px;
    margin: 10px !important;
    margin-left: -3px !important;
    height: 40px !important;
  }
  .toggleContainerBtn .modelsPagePopup {
    display: none !important;
  }
}
@media only screen and (max-width: 600px) {
  .artist-archive .sidebar {
    display: flex;
  }
  .artist-archive .sidebar .btnForMobile {
    margin-right: 1rem;
  }
}
