/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.4.1753793860
Updated: 2025-07-29 12:57:40

*/
body {
  background: #515962;
  font-size: 16px;
  line-height: 1.5;
}

a:hover {
  text-decoration: none;
}

.container {
  width: 1140px;
  max-width: 100%;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

.img-wrap {
  position: relative;
  height: auto;
  overflow: hidden;
  background-position: 50% 50%;
  background-size: cover;
  padding-top: 56.25%;
}

.img-wrap img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  transform: translateZ(0);
  margin: 0 auto;
  right: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  top: 0;
  position: absolute;
  object-position: 50% 50%;
  object-fit: cover;
}

.btn-primary-outline a {
  padding: 5px 19px !important;
  border-radius: 10px;
  background-color: transparent;
  border: 2px solid var(--e-global-color-text);
  font-size: 18px;
  color: var(--e-global-color-text);
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 2.19em;
}

.btn-primary-outline:hover a {
  background-color: var(--e-global-color-text) !important;
  color: #666;
}

.wpcf7-form-control.wpcf7-radio {
  display: flex;
  justify-content: space-between;
  /* Cách đều và đẩy phần đầu/cuối sát mép */
  width: 100%;
}

.wpcf7-radio .wpcf7-list-item {
  flex: 1;
  /* Mỗi item chiếm đều chiều ngang */
  margin: 0 6px;
  /* Khoảng cách giữa các nút */
}

.wpcf7-radio .wpcf7-list-item:first-child {
  margin-left: 0;
  /* Không margin bên trái phần tử đầu */
}

.wpcf7-radio .wpcf7-list-item:last-child {
  margin-right: 0;
  /* Không margin bên phải phần tử cuối */
}

.wpcf7-radio .wpcf7-list-item label {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 48px;
  border-radius: 10px;
  background-color: rgb(30, 30, 30);
  color: gray;
  border: 1px solid transparent;
  transition: 0.3s ease;
  cursor: pointer;
  width: 100%;
}

.wpcf7-radio input[type="radio"] {
  display: none;
}

.wpcf7-radio input[type="radio"]:checked + .wpcf7-list-item-label {
  color: #fff;
  font-weight: bold;
}
label:has(input[type="radio"]:checked) {
  border: 1px solid #fff;
  box-shadow: 0 0 4px rgba(255, 255, 255, 0.6);
}

@media only screen and (max-width: 1111px) {
  .wpcf7-radio {
    flex-direction: column;
    gap: 5px;
  }
}
/* border: 1px solid #fff;
  box-shadow: 0 0 4px rgba(255, 255, 255, 0.6); */

.style-header.scrolled {
  background-color: var(--e-global-color-secondary);
}

.header-mobile.scrolled {
  background-color: var(--e-global-color-secondary);
}

/* .header-logo.resize{
	width:90%;
} */

.header-mobile .btn-primary-outline a {
  display: inline-flex;
}

/* Swiper Pagination */
.swiper-pagination {
  top: auto !important;
  bottom: 30px !important;
}

.swiper-pagination .swiper-pagination-bullet {
  width: 40px;
  height: 6px;
  background: var(--e-global-color-text);
  border-radius: 0;
}

.swiper-pagination .swiper-pagination-bullet:hover {
  opacity: 1;
  background: var(--e-global-color-text);
}
/* End Swiper Pagination */

/* Section Home Artist */
.section-home-artist .artist-tab-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  gap: 20px;
}

.section-home-artist .artist-tab-list .tab-item img {
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
  padding: 5px;
  filter: saturate(0) brightness(90%) contrast(90%);
  transition: filter 0.7s;
  cursor: pointer;
}

.section-home-artist .artist-tab-list .tab-item.active img {
  outline: 3px solid lightgrey;
  filter: saturate(100%);
}

.section-home-artist .artist-tab-wrapper .btn-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 90px;
}

.section-home-artist .artist-tab-wrapper .btn-wrapper .btn-primary-outline a {
  text-transform: uppercase;
}

.section-home-artist .artist-tab-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.section-home-artist .artist-tab-content .tab-content {
  display: none;
  min-height: 80vh;
  position: relative;
}

.section-home-artist .artist-tab-content .tab-content.show {
  display: block;
}

.section-home-artist .artist-tab-content .tab-content img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-home-artist .artist-tab-content .tab-content .artist-info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: var(--e-global-color-text);
  padding: 30px;
  background: var(--e-global-color-secondary);
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.804359243697479) 0%,
    rgba(0, 0, 0, 0.5438550420168067) 67%,
    rgba(255, 255, 255, 0) 100%
  );
}
.section-home-artist .artist-tab-content .tab-content .artist-info .title {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 8px;
}

.section-home-artist
  .artist-tab-content
  .tab-content
  .artist-info
  .description {
  font-size: 16px;
  font-style: italic;
}
/* End Section Home Artist */

.custom-label {
  color: #fff;
}

.book-page-info {
  margin-top: -30vh;
  position: relative;
  z-index: 1;
}

.book-page-info .col-inner {
  padding: 90px 30px 10px 30px;
}

.book-page-info .text {
  text-align: justify !important;
  max-width: 850px;
  margin: 0 auto;
}

.book-page-info .wpcf7 {
  max-width: 850px;
  margin: 60px auto;
}

.book-page-info input:not([type="file"]),
.book-page-info textarea {
  background-color: rgb(23, 23, 23);
  margin-top: 5px;
  color: #fff;
  border: 1px solid #ddd;
}

.book-page-info input[type="submit"] {
  border: 2px solid;
  display: block;
  margin: 60px auto 0 auto;
}
.book-form-p-desc {
  color: grey !important;
  font-style: italic;
  font-size: 0.9em;
}
.book-page-info .wpcf7-form-control-wrap {
  color: #fff;
}
.book-form-info {
  border: 1px solid;
  padding: 25px 30px;
  border-radius: 10px;
  margin: 30px 0;
  color: #fff;
}
.book-page-info .wpcf7-list-item-label {
  line-height: 2;
}
.wpcf7 form .wpcf7-response-output {
  border: none;
  text-align: center;
  color: green;
}

#btnMenuMobile {
  padding: 0;
}

#btnMenuMobile svg {
  width: 24px;
  height: 24px;
}

#btnMenuMobile .elementor-button-content-wrapper {
  align-items: center;
}

.style-header .menu-item .toggle {
  display: none;
}

.menu-mobile {
  position: fixed;
  width: 260px;
  height: 100%;
  background-color: var(--e-global-color-secondary);
  top: 0;
  left: 0;
  z-index: 1045;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  transform: translateX(-270px);
  transition: transform 0.25s;
}

.menu-mobile.show {
  transform: translateX(0);
  transition: transform 0.25s;
}

.menu-mobile .menu-mobile-content {
  padding: 30px 0;
}

.menu-mobile .menu-mobile-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.menu-mobile .menu-mobile-content .menu-mobile-list {
  position: relative;
}

.menu-mobile .menu-mobile-content .menu-mobile-list .menu-item {
  align-items: center;
  display: flex;
  flex-flow: row wrap;
  transition: background-color 0.3s;
}

.menu-mobile
  .menu-mobile-content
  .menu-mobile-list
  > .menu-item:not(:first-child) {
  border-top: 1px solid hsla(0, 0%, 100%, 0.2);
}

.menu-mobile .menu-mobile-content .menu-mobile-list .menu-item .toggle {
  border: none;
  padding: 0;
  box-shadow: none !important;
  background: transparent !important;
  color: currentColor;
  height: auto;
  line-height: 1;
  margin: 0 5px 0 0;
  opacity: 0.6;
  width: 45px;
  transform: rotate(0deg);
  transition: transform 0.3s;
}

.menu-mobile .menu-mobile-content .menu-mobile-list .menu-item .toggle.active {
  transform: rotate(180deg);
}

.menu-mobile .menu-mobile-content .menu-mobile-list .menu-item .toggle svg {
  fill: #ffffffcc;
}

.menu-mobile .menu-mobile-content .menu-mobile-list .menu-item a {
  padding-left: 20px;
  padding-bottom: 15px;
  padding-top: 15px;
  font-size: 14px;
  color: #ffffffcc;
  flex: 1;
  display: flex;
  align-items: center;
  gap: 8px;
  text-transform: uppercase;
}

.menu-mobile .menu-mobile-content .menu-mobile-list .menu-item .sub-menu {
  position: fixed;
  width: 100%;
  opacity: 0;
  left: -9999px;
  transform: translateX(-10px);
  transition: background-color 0.6s, transform 0.3s, opacity 0.3s;
}

.menu-mobile .menu-mobile-content .menu-mobile-list .menu-item .sub-menu.show {
  position: inherit;
  left: auto;
  opacity: 1;
  padding-bottom: 16px;
  transform: translateX(0);
}

.menu-mobile .menu-mobile-content .menu-mobile-list .menu-item-has-children li {
  padding-left: 8px;
  border: none;
}

.menu-mobile
  .menu-mobile-content
  .menu-mobile-list
  .menu-item-has-children
  li
  a {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 16px;
  text-transform: none;
}

.btn-close-menu-mobile {
  -webkit-backface-visibility: hidden;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  font-size: 40px;
  font-style: normal;
  font-weight: 300;
  height: 40px;
  line-height: 40px;
  min-height: 0;
  mix-blend-mode: difference;
  opacity: 0;
  outline: none;
  padding: 0;
  position: fixed;
  right: 0;
  text-align: center;
  text-decoration: none;
  top: 0;
  transform: translateY(50%) translateZ(1px);
  transition: opacity 0.6s, transform 0.6s;
  width: 40px;
  z-index: 1046;
  margin: 39px;
  border: 2px solid white;
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn-close-menu-mobile.show {
  opacity: 0.6;
  transform: translateY(0) translateZ(1px);
}

.overlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1044;
}

.overlay.show {
  display: block;
}

/* Page Header Banner */
.page-header-banner {
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
  min-height: 60vh;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}

.page-header-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1;
}

.page-header-banner .page-header-title {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 2;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
}

.page-header-banner .page-header-title .title {
  font-size: 42px;
  font-weight: 600;
  color: var(--e-global-color-text);
  text-transform: uppercase;
}
/* End Page Header Banner */

/* Artist List */
.section-list-artist {
  padding: 90px 0;
}

.section-list-artist .artist-list {
  justify-content: center;
}

.section-list-artist .artist-list .artist-item {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

.section-list-artist .artist-list .artist-item .img-wrap {
  padding-top: 143%;
}

.section-list-artist .artist-list .artist-item .img-wrap img {
  filter: saturate(0);
  transition: filter 0.6s, opacity 0.6s, transform 0.6s, box-shadow 0.3s;
}

.section-list-artist .artist-list .artist-item a:hover .img-wrap img {
  filter: none;
}

.section-list-artist .artist-list .artist-item .info {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
  height: 100%;
  gap: 16px;
}

.section-list-artist .artist-list .artist-item .info .title {
  font-size: 20px;
  color: var(--e-global-color-text);
}

.section-list-artist .artist-list .artist-item .info .content {
  font-size: 14px;
  color: var(--e-global-color-text);
}

.section-list-artist .artist-list .artist-item .info .btn-primary-outline a {
  display: inline-flex;
  text-transform: uppercase;
  font-size: 14px;
}

.artist-item .btn-primary-outline {
  margin-bottom: 10px;
}
/* End Artist List */

.box-social {
  position: fixed;
  z-index: 10;
  bottom: 80px;
  right: 20px;
}
.list-social li {
  list-style-type: none;
  width: 45px;
  margin-top: 10px;
}

/* Post Single Banner */
.post-single-banner {
  min-height: 110vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.post-single-banner .artist-post-info {
  position: relative;
  z-index: 2;
}

.post-single-banner .post-info-wrapper {
  align-items: flex-end;
  row-gap: 30px;
}

.post-single-banner .artist-post-info .post-thumbnail .img-wrap {
  padding-top: 143%;
}

.post-single-banner .artist-post-info .post-artist-info .title {
  font-size: 26px;
  color: var(--e-global-color-text);
}

.post-single-banner .artist-post-info .post-artist-info .description {
  color: #f1f1f1;
}
/* End Post Single Banner */

/* Artist Gallery */
.artist-creation-gallery {
  padding: 90px 0;
  background: var(--e-global-color-primary);
}

.artist-creation-gallery .title {
  font-size: 26px;
  color: var(--e-global-color-text);
  margin-bottom: 90px;
}

.artist-creation-gallery h2.title {
  text-align: center;
  color: var(--e-global-color-text);
  font-size: 26px;
}

.artist-creation-gallery .grid-gallery {
  margin: 0 -15px;
}

.artist-creation-gallery .grid-gallery .grid-gallery-item {
  max-width: calc((100% / 3) - 15px);
  width: 100%;
  float: left;
  margin: 0;
  padding: 0 15px 30px;
}

.artist-creation-gallery .grid-gallery .box-image {
  height: auto;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.artist-creation-gallery .grid-gallery .box-image img {
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
}

.artist-creation-gallery .btn-booking-artist {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 90px;
}

.artist-creation-gallery .btn-booking-artist .title {
  font-size: 48px;
  color: var(--e-global-color-text);
  margin-bottom: 24px;
}

.artist-creation-gallery .btn-booking-artist .btn-primary-outline a {
  text-transform: uppercase;
}
/* End Artist Gallery */

@media screen and (max-width: 768px) {
  .post-single-banner .artist-post-info {
    padding: 60px 30px;
  }
  .artist-creation-gallery .grid-gallery {
    margin: 0 -8px;
  }
  .artist-creation-gallery .grid-gallery .grid-gallery-item {
    max-width: calc((100% / 2) - 8px);
    padding: 0 8px 24px;
  }
  .artist-creation-gallery .btn-booking-artist .title {
    font-size: 28px;
  }
}
