/*!
Theme Name: Escort
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
*/

a:hover {
  color: #a80000; /* темнее красный */
}
a {
  color: #be0000;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #be0000;
}

.footer-menu {
  margin-bottom: 30px;
  list-style: none;
  padding: 0;
}
.footer-menu li {
  padding-bottom: 10px;
}
.footer-menu li a {
  color: #fff;
  text-decoration: none;
}
.footer-menu li a:hover {
  color: #a80000;
}
.navbar-default .navbar-nav li a {
  color: #fff;
}
#home {
  background: #011627;
  padding: 20px 0px 20px 0px;
  background-size: cover;
  position: relative;
}

#home p {
  font-size: 18px;
}
#home .container {
  position: relative;
  z-index: 1;
}
#home h1 {
  font-weight: bold;
}
.team-member {
  display: block;
  position: relative;
  margin-bottom: 30px;
}
.overlay-content p {
  margin: 0;
  font-size: 16px;
  line-height: 1.4;
}

.model_header,
.model_footer {
  background: #141416;
  display: flex;
  width: 100%;
  justify-content: space-between;
  max-width: 100%;
}
.model_header span,
.model_footer span {
  color: #be0000;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 15px;
}
.team-member {
  border-radius: 5px;
}
#load-more-button {
  background: #a80000;
  transition: all 0.3s ease;
  padding: 10px 20px;
  border: 0;
  min-width: 200px;
  color: white;
  border-radius: 5px;
}
#load-more-button:hover {
  background: #a80000ca; /* hover чуть темнее */
  color: #fff;
}

.team-member .vip {
  height: 52px;
  width: 53px !important;
  position: absolute;
  z-index: 99;
}
.team-member .verified {
  height: 84px;
  width: 85px !important;
  position: absolute;
  z-index: 99;
}

.accordion {
  max-width: 800px;
  margin: auto;
}
.accordion .accordion-item {
  border-bottom: 1px solid #333;
}

.accordion .accordion-item button[aria-expanded="true"] {
  border-bottom: 1px solid #be0000;
}

.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 1em 0;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
}

.accordion button:hover,
.accordion button:focus {
  cursor: pointer;
  color: #a80000;
}

.accordion button:hover::after,
.accordion button:focus::after {
  cursor: pointer;
  color: #a80000;
  border: 1px solid #a80000;
}

.accordion button .accordion-title {
  padding: 1em 1.5em 1em 0;
  font-size: 20px;
  font-weight: bold;
}

.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 0;
  width: 22px;
  height: 22px;
  border: 1px solid;
  border-radius: 22px;
}

.accordion button .icon::before {
  display: block;
  position: absolute;
  content: "";
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}
.accordion button .icon::after {
  display: block;
  position: absolute;
  content: "";
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}

.accordion button[aria-expanded="true"] {
  color: #be0000;
}
.accordion button[aria-expanded="true"] .icon::after {
  width: 0;
}
.accordion button[aria-expanded="true"] + .accordion-content {
  opacity: 1;
  max-height: 100%;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content p {
  padding: 15px 0px;
}
.faq h2 {
  text-align: center;
}
.faq {
  padding: 30px 0px;
}
.custom-logo {
  max-height: 50px;
  width: auto;
}
.custom-logo-link {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 15px;
}

#single-model .swiper-slide img {
  object-fit: cover;
  height: 700px;
  width: 100%;
}

#single-model .swiper-button-prev,
.model_header span,
.model_footer span,
#single-model .swiper-button-next {
  color: #be0000;
}

#single-model .thumb-image {
  transition: transform 0.2s ease;
}
#single-model .thumb-image:hover {
  transform: scale(1.05);
}
.list-group-item {
  background: transparent;
}
#single-model .swiper {
  border-radius: 0.5rem;
  position: relative;
}

#single-model .swiper-button-prev,
#single-model .swiper-button-next {
  color: #be0000;
  top: 50%;
  transform: translateY(-50%);
}
#single-model .thumbnails {
  margin-top: 10px;
}

.thumbnails-wrapper {
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  padding-bottom: 4px;
}

.thumbnails img {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
* {
  scrollbar-width: thin;
  scrollbar-color: #be0000 #141416;
}
#single-model {
  padding: 50px 0px 0px 0;
}
#single-model h1 {
  font-weight: bold;
  margin-bottom: 20px;
}
.contact-icon {
  text-align: center;
  margin-top: 30px;
}
.text-left {
  text-align: left;
}
.single-contact {
  margin-bottom: 20px;
}
.verified_col,
.vip_col {
  display: inline-block;
  padding: 2px 10px;
  margin-right: 10px;
  margin-bottom: 20px;
  background: #be0000;
  min-width: 100px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
}
.verified_col {
  background: #a80000; /* темнее, для выделения */
  color: white;
}
.wp-singular #team {
  border: 0px;
}
@media only screen and (max-width: 768px) {
  #single-model .swiper-slide img {
    height: 500px;
    width: 100%;
  }
  .list-group {
    margin-top: 20px;
  }
  #single-model .breadcrumbs {
    margin-top: 20px;
  }
}
