.admin-bar header {
  top: 32px;
}
@media (max-width: 640px) {
  .admin-bar header {
    top: 46px;
  }
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  display: flex;
  align-items: center;
  padding: 20px 15px;
  background-color: #101014;
  opacity: 1;
  justify-content: space-between;
  transition: background-color 0.3s;
}
header.on_scroll {
  background-color: rgba(16, 16, 20, 0.7);
}

.logo_link img {
  max-width: 180px;
}

.sub_title {
  /* background-image: url('../../img/text-1721406223603.png'); */
}

#primary-menu-list {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  gap: 25px;
}
#primary-menu-list li a {
  color: white;
  text-transform: uppercase;
  font-weight: 700;
  transition: color 0.3s;
}
#primary-menu-list li a:hover {
  color: gold;
}
#primary-menu-list li.current-menu-item a {
  color: gold;
}
@media (max-width: 640px) {
  #primary-menu-list {
    flex-direction: column;
    align-items: center;
  }
}

@media (max-width: 640px) {
  #site-navigation {
    position: fixed;
    width: 270px;
    right: 0;
    top: 0;
    height: 100%;
    background: #101014;
    transform: translateX(100%);
    padding: 40px 10px 0 55px;
    flex-direction: column;
    align-items: center;
  }
  .admin-bar #site-navigation {
    top: 64px;
  }
}
.mobile_burger {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  height: 27px;
  width: 33px;
  z-index: 10;
}
.mobile_burger span {
  width: 100%;
  height: 2px;
  background-color: white;
  transition: transform 0.3s, width 0.3s, opacity 0.3s;
}
@media (max-width: 640px) {
  .mobile_burger {
    display: flex;
    position: relative;
    z-index: 10;
  }
}

footer {
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #1b1a1a;
}
footer p {
  margin: 0;
}

.footer_info p {
  color: white;
}

html {
  scroll-behavior: smooth;
}

body {
  /* display:none; */
  overflow-x: hidden;
  background-color: #101014;
  color: white;
  padding-top: 0;
}
body.home {
  padding-top: 50px;
}
body.mobile_menu_opened {
  position: relative;
}
body.mobile_menu_opened #site-navigation {
  transform: translateX(0);
}
body.mobile_menu_opened .mobile_burger {
  left: -205px;
}
body.mobile_menu_opened .mobile_burger span:first-child {
  transform: rotate(45deg);
  transform-origin: left;
  width: 35px;
}
body.mobile_menu_opened .mobile_burger span:nth-child(2) {
  opacity: 0;
}
body.mobile_menu_opened .mobile_burger span:nth-child(3) {
  transform: rotate(-45deg);
  transform-origin: left;
  width: 35px;
}
body.page-template-faq, body.page-template-contact {
  background-color: white;
  padding-top: 69px;
  color: black;
}

main {
  min-height: 100vh;
}

.home_title {
  text-transform: uppercase;
}

.tattoo_cover_block_height {
  min-height: calc(100vh - 81.8px);
}

.tattoo_gallery_wrap {
  max-width: 1980px;
  padding: 0 15px;
}

.fix_width {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 15px;
}

.gallery_slider_main .wp-block-gallery {
  max-width: 900px;
  margin: 0 auto;
}
.gallery_slider_main .wp-block-gallery .slick-list {
  max-height: 700px;
}
.gallery_slider_main .wp-block-gallery .slick-dots {
  display: flex;
  justify-content: center;
  gap: 20px;
  list-style: none;
  width: 100%;
  margin-top: 15px;
}
.gallery_slider_main .wp-block-gallery .slick-dots li {
  cursor: pointer;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: white;
}
.gallery_slider_main .wp-block-gallery .slick-dots li button {
  display: none;
}
.gallery_slider_main .wp-block-gallery .slick-dots li.slick-active {
  background-color: gold;
}

.page_cover {
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}
.page_cover h1 {
  font-size: 50px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 160px 15px 90px;
  font-style: italic;
}

.page_wrap .tattoo_gallery_wrap {
  margin-top: 60px;
}

.contact_wrap {
  max-width: 1140px;
  margin: 0 auto;
  margin-bottom: 15px;
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
  padding: 0 15px;
}
.contact_wrap .right_block {
  /* flex-basis: 25%; */
}
.contact_wrap .left_block {
  flex-basis: 35%;
}
@media (max-width: 640px) {
  .contact_wrap .right_block {
    flex-basis: 100%;
    text-align: center;
  }
  .contact_wrap .left_block {
    flex-basis: 100%;
    text-align: center;
  }
}

.central_block {
  max-width: 940px;
  margin: 0 auto;
  padding: 0 15px;
}

.contact_page h1 {
  /* 		text-align: center;
  		font-weight: bold;
  		font-size: 37px; */
  text-align: center;
  font-weight: 100;
  font-size: 50px;
  margin: 0;
  color: white;
  font-style: italic;
}

.social_block {
  display: flex;
  flex-wrap: wrap;
}
.social_block img {
  max-width: 25px;
  height: auto;
}
.social_block a {
  color: black;
}
.social_block .qr_code {
  width: 100%;
}
.social_block .qr_code img {
  max-width: 100%;
}
.social_block > span {
  margin-bottom: 10px;
  width: 100%;
}
@media (max-width: 640px) {
  .social_block {
    justify-content: center;
  }
}

.contact_page.page_header {
  height: 250px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: end;
  margin-bottom: 70px;
}
@media (max-width: 640px) {
  .contact_page.page_header {
    justify-content: center;
    margin-bottom: 30px;
  }
}

.form_line {
  display: flex;
  gap: 1rem;
}
.form_line > * {
  width: 100%;
}
.form_line input {
  margin-bottom: 0;
}

.wpcf7-submit {
  cursor: pointer;
  background-color: black;
  color: white;
  outline: none;
  font-size: 16px;
  /* text-transform: uppercase; */
  padding: 10px 35px;
}

.wpcf7-form input,
.wpcf7-form textarea {
  border: 2px solid black;
}

.faq_answer {
  display: none;
  margin-top: 22px;
  font-size: 18px;
}

.show_all .faq_answer {
  display: block;
}

.faq_wrap {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 15px;
  margin-bottom: 70px;
}

.faq_row {
  border: 2px solid black;
  margin-bottom: 10px;
  padding: 10px 15px;
  border-radius: 5px;
}

.faq_question {
  font-weight: bold;
  font-size: 25px;
  cursor: pointer;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 640px) {
  .faq_question {
    /* font-size: 20px; */
  }
}
.faq_question:after {
  content: "";
  width: 15px;
  height: 15px;
  border-top: 2px solid;
  border-right: 2px solid;
  position: relative;
  z-index: 10;
  transform: rotate(-225deg);
  transition: rotate 0.2s;
  min-width: 15px;
}

.show_all .faq_answer {
  display: block;
}
.show_all .faq_question:after {
  transform: rotate(-45deg);
}

.wpcf7-response-output {
  margin-top: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.locatoin_wrap {
  position: relative;
  margin-bottom: 10px;
}
.locatoin_wrap .loc_icon {
  position: absolute;
  left: 0;
  top: 23px;
}
.locatoin_wrap h5 {
  margin: 0;
  font-weight: bold;
  line-height: 1;
}
.locatoin_wrap p {
  margin-bottom: 4px;
  margin-left: 15px;
}

.lang-switcher {
  position: relative;
  display: inline-block;
  font-size: 14px;
  margin-top: 3px;
}

.lang-switcher__current span {
  cursor: pointer;
  text-transform: uppercase;
  color: gold;
  font-size: 17px;
}


.lang-switcher__list {
  position: absolute;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 4px 8px;
  list-style: none;
  background: black;
  border: 1px solid #ddd;
  display: none;
  z-index: 1000;
  transform: translateX(-50%);
    left: 50%;
}

.lang-switcher__list li {
  margin: 0;
}

.lang-switcher__list a {
  display: block;
  padding: 2px 0;
  text-decoration: none;
  color: white;
}

.lang-switcher__list a:hover {
  color: white;
}


.lang-switcher:hover .lang-switcher__list {
  display: block;
}


.logo_wrap {
  display: flex;
  align-items: center;
  gap: 15px;
}