/*
Theme Name: tattoo-artist-child
Template: tattoo-artist
*/
body {
  font-size: 17px;
}
body h2 {
  margin-top: 20px;
  margin-bottom: 10px;
}
body h3,
body h4,
body h5,
body h6 {
  margin-top: 15px;
  margin-bottom: 10px;
}
body p {
  font-size: 17px;
  margin-bottom: 10px;
}
#page,
#content {
  background: #f1f1fa;
}
.blog-area {
  padding: 20px 0;
}
.main-header {
  background: #000;
}
header.site-header .logo-box {
  background: #ac162f;
}
header.site-header .logo-box::before {
  position: absolute;
  content: "";
  left: -20%;
  top: 0px;
  bottom: 0;
  width: 30%;
  background: #ac162f;
  transform: skew(20deg);
  border-bottom-left-radius: 24px;
  z-index: -1;
}
header.site-header .logo-box::after {
  position: absolute;
  z-index: 0;
  content: "";
  right: -20%;
  top: 0;
  bottom: 0;
  width: 30%;
  background: #ac162f;
  transform: skew(-13deg);
  border-bottom-right-radius: 34px;
  z-index: -1;
}
.nav-toggle {
  top: 25px;
  bottom: unset;
  right: 10px;
  width: 50px;
  height: 40px;
  background: #ac162f;
}
.nav-toggle .toggle-inner {
  font-size: 20px;
}
button.close-nav-toggle {
  background: #ac162f;
}
.breadcrumb-section {
  padding-top: 1em;
  background: linear-gradient(140.34deg, #000000 22.6%, #1a1058 66.84%);
}
.primary-menu li.current-menu-item > a,
.primary-menu li.current-menu-item > .link-icon-wrapper > a {
  color: #ac162f;
}
.scroll-top {
  background: #000;
}
.site-logo {
  padding: 15px;
}
.cstm-img {
  clip-path: polygon(0% 5px, 100% -2%, 100% 100%, 12% 100%);
  box-shadow: 5px 5px 5px rgba(66, 55, 55, 0.31), -7px -7px 6px #625a5a9c;
}
.cstm-img-left {
  clip-path: polygon(0% 5px, 100% -2%, 93% 100%, 5% 100%);
  box-shadow: 5px 5px 5px rgba(66, 55, 55, 0.31), -7px -7px 6px #625a5a9c;
}
.bg-list {
  border-radius: 10px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.bg-list li {
  width: fit-content;
  padding: 10px;
  background: #1a1058;
  color: #fff;
  border: 2px solid #ac162f;
  margin-bottom: 15px;
}
.border-g {
  padding: 15px;
  margin-top: 10px;
  border: 2px solid #1a10580d;
}
.wp-block-separator.is-style-dots::before {
  content: "···············";
}
.img-w img {
  max-width: 100px;
}
.num-list {
  list-style-type: none;
  counter-reset: ordered;
  margin-left: 20px;
}
.num-list li {
  margin-bottom: 20px;
}
.num-list li::before {
  border: 2px solid #ac162f;
  border-radius: 50%;
  color: #ac162f;
  content: counter(ordered);
  counter-increment: ordered;
  display: inline-block;
  font-weight: 100;
  margin-left: -50px;
  margin-top: -4px;
  padding: 5px 12px;
  position: absolute;
}
.arrow-list {
  padding-left: 30px;
}
.arrow-list li {
  list-style-image: url(/wp-content/uploads/2023/09/flecha-derecha.png);
}
.arrow-list li:not(:last-child) {
  margin-bottom: 15px;
}
.go-btn a {
  padding: 20px 60px;
  background: green;
  display: block;
  width: fit-content;
  margin: 0 auto;
  margin-top: 15px;
  color: #fff;
  border-radius: 10px;
}
.footer-area {
  background: unset;
}
.copy-right {
  background: linear-gradient(140.34deg, #000000 22.6%, #1a1058 66.84%);
}
.copy-right p {
  color: #fff;
  margin: 0;
  padding-bottom: 10px;
}
.table-chile {
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 25px;
  margin-bottom: 25px;
}
.main-chile {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  border: solid 5px #1a1058;
  border-radius: 10px;
  position: relative;
  z-index: 999;
  margin-bottom: 8px;
}
.img-chile {
  margin-left: 20px;
}
.img-chile img {
  max-width: 110px;
}
.title-chile {
  text-align: center;
  padding: 10px;
}
.title-chile .title {
  font-size: 25px;
  font-weight: 600;
  color: #000;
}
.link-chile {
  margin-right: 20px;
}
.link-chile .link {
  padding: 15px 50px;
  background: green;
  color: #fff;
  border-radius: 10px;
}
.simpletoc .simpletoc-collapsible {
  text-align: center;
  font-size: 23px;
  font-weight: 700;
  background: #1a1058;
  color: #fff;
  border: 2px solid green;
}
.simpletoc .simpletoc-collapsible:hover {
  background: green;
  color: #fff;
  border: 2px solid #1a1058;
  transition: all 0.6s;
}
.simpletoc .active {
  background-color: #1a1058 !important;
  color: #fff;
}
.simpletoc .simpletoc-collapsible::after {
  content: url(/wp-content/uploads/2023/09/plus.png);
}
.simpletoc .simpletoc-list {
  padding-left: 30px;
}
.simpletoc .simpletoc-list li {
  list-style-image: url(/wp-content/uploads/2023/09/flecha-derecha.png);
  font-size: 21px;
  font-weight: 600;
}
.simpletoc .simpletoc-list li ul {
  padding-left: 30px;
}
.simpletoc .simpletoc-list li ul li {
  list-style: circle;
  font-size: 17px;
  font-weight: 600;
}
@media (max-width: 1200px) {
  header.site-header .logo-box::before {
    transform: skew(12deg);
  }
  header.site-header .logo-box::after {
    transform: skew(-2deg);
  }
}
@media (max-width: 991px) {
  header.site-header .logo-box::before {
    display: none;
  }
  .theme-col {
    flex-direction: column;
  }
  .theme-reverse {
    flex-direction: column-reverse;
  }
  .cstm-img,
  .cstm-img-left {
    box-shadow: unset;
  }
  .img-mob {
    text-align: center;
  }
}
@media (max-width: 768px) {
  body {
    font-size: 15px;
  }
  body p {
    font-size: 15px;
  }
  .about-banner-text h1 {
    font-size: 30px;
    text-align: center;
  }
  h2 {
    font-size: 26px;
  }
  h3 {
    font-size: 23px;
  }
  h4 {
    font-size: 21px;
  }
  .custom-logo {
    max-width: 150px;
    height: auto;
  }
  .bg-list li {
    width: 100%;
  }
  .main-chile {
    flex-direction: column;
  }
  .img-chile {
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 80px;
  }
  .link-chile {
    margin-right: 0;
  }
  .link-chile .link {
    display: block;
    margin-bottom: 15px;
  }
}
