.goto-announces {
  text-align: center;
  margin-bottom: 30px;
}
.goto-announces a {
  width: 20%;
  background:rgba(158, 109, 28, 1);
  color: white;
  border:none;
  border-radius:20px;
  padding:10px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  margin:0 auto;
}
.goto-announces a:hover {
  color: #fff;
}

.performer-profile-announces {
  padding: 50px 0;
  background-color: transparent;
  background-image: linear-gradient(180deg, #000000 43%, #930025 100%);
}
.performer-profile-announces .back-to-profile {
  text-align: center;
  margin-bottom: 15px;
}
.performer-profile-announces .back-to-profile a {
  background: #930025;
  color: #fff;
  text-decoration: none;
}
.performer-profile-announces .back-to-profile a:hover {
  background: #480214;
}
.performer-profile-announces .top-title {
  font-size: 40px;
  margin-bottom: 50px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  color: #fee2a3;
  text-shadow: -2px 4px 0 rgba(0, 0, 0, 0.3);
}
.performer-profile-announces .performer-thumbnail {
  display: flex;
  justify-content: center;
}
.performer-profile-announces .performer-thumbnail img {
  width: 100%;
  max-width: 150px;
  height: auto;
  border-radius: 50%;
  border: 4px solid #fee2a3;
}
.performer-profile-announces .announces-count {
  margin: 20px 0;
}
.performer-profile-announces .announces-count p {
  text-align: center;
  font-size: 20px;
  color: #bb0408;
  font-weight: 700;
  text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.4), 0 8px 13px rgba(0, 0, 0, 0.1), 0 18px 23px rgba(0, 0, 0, 0.1);
}
.performer-profile-announces .announces-count p span {
  font-weight: 700;
}
.performer-profile-announces .announces-add {
  display: flex;
  justify-content: center;
}
.performer-profile-announces .announces-add .form-group {
  display: flex;
  align-items: baseline;
  flex-direction: column;
  width: 500px;
  border:1px solid #fff;
  padding:10px 25px;
  text-align: center;
  color: #fff;
  background:#000;
  border-radius:15px;
  position: relative;
  margin:auto;
}
.or_options {
  padding-top: 20px;
  text-align: left;
}
.performer-profile-announces .announces-add .input-wrapper {
  /* padding: 0 10px; */
  width: 100%;
}
.performer-profile-announces .announces-add .input-wrapper input {
  padding: 5px 10px;
  min-width: 300px;
  outline: none;
  border-radius: 4px;
  border: 4px solid #fee2a3;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
.performer-profile-announces .announces-add .submit {
  width: 30%;
  background:rgba(158, 109, 28, 1);
  color: white;
  border:none;
  border-radius:20px;
  padding:14px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  margin-top: 10px;
  margin: 0 auto;
}
.performer-profile-announces .announces-add label {
  margin: 0;
  width: 100%;
  color: white;
  text-align: left;
  padding-top: 20px;
}
.performer-profile-announces .info-announces {
  display: flex;
  justify-content: center;
  margin: 50px 0;
}
.performer-profile-announces .info-announces .inner {
  max-width: 250px;
  text-align: center;
}
.performer-profile-announces .info-announces .inner img {
  max-width: 120px;
  width: 100%;
}
.performer-profile-announces .info-announces .inner p {
  color: #fee2a3;
  text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.4), 0 8px 13px rgba(0, 0, 0, 0.1), 0 18px 23px rgba(0, 0, 0, 0.1);
}
.performer-profile-announces .announces {
  display: flex;
  justify-content: center;
  margin: 20px 0;
}
.performer-profile-announces .announces ul {
  list-style: none;
  padding: 0;
}
.performer-profile-announces .announces ul li {
  width: 350px;
  border: 2px solid #000;
  padding: 10px 25px;
  text-align: center;
  color: #fff;
  background: #930025;
  border-radius: 15px;
  position: relative;
  margin-bottom: 15px;
}
.performer-profile-announces .announces ul li .delete-announcement {
  position: absolute;
  top: -10px;
  right: -10px;
  background: #fff;
  color: #930025;
  border: 1px solid #fff;
  outline: none;
  border-radius: 50%;
  padding: 2px 9px;
  cursor: pointer;
}
.performer-profile-announces .announces ul li .delete-announcement:hover {
  background: #930025;
  color: #fff;
}
.performer-profile-announces .announces ul li .delete-announcement i {
  font-size: 20px;
  line-height: 1.5;
}
.performer-v-tab-content #announcements-content .performer-v-empty-message {
  color: #fff;
}
.performer-announces {
  padding: 50px 0;
  background-color: transparent;
  background-image: linear-gradient(180deg, #000000 43%, #930025 100%);
  border-radius: 15px;
}
.performer-announces .top-title {
  font-size: 40px;
  margin-bottom: 50px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  color: #fee2a3;
  text-shadow: -2px 4px 0 rgba(0, 0, 0, 0.3);
}
.form-group .gallery {
  width: 100%;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 20px;
}
.performer-announces .back-to-profile {
  text-align: center;
  margin-bottom: 15px;
}
.performer-announces .back-to-profile a {
  background: #930025;
  color: #fff;
  text-decoration: none;
  text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.4), 0 8px 13px rgba(0, 0, 0, 0.1), 0 18px 23px rgba(0, 0, 0, 0.1);
}
.performer-announces .back-to-profile a:hover {
  background: #480214;
}
.performer-announces .performer-thumbnail {
  display: flex;
  justify-content: center;
}
.performer-announces .performer-thumbnail img {
  width: 100%;
  max-width: 150px;
  height: auto;
  border-radius: 50%;
  border: 4px solid #fee2a3;
}
.performer-announces .performer-name {
  text-align: center;
  color: #930025;
  margin: 10px 0 30px;
  text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.4), 0 8px 13px rgba(0, 0, 0, 0.1), 0 18px 23px rgba(0, 0, 0, 0.1);
}
.performer-announces .announces {
  display: flex;
  justify-content: center;
  margin: 20px 0;
}
.performer-announces .announces ul {
  list-style: none;
  padding: 0;
}

.performer-announces .announces ul li {
  width: 500px;
  /* border: 2px solid #000; */
  padding: 10px 25px;
  text-align: center;
  color: #fff;
  /* background: #930025; */
  border-radius: 15px;
  position: relative;
  margin-bottom: 15px;
}
.performer-announces .announces ul li span {
  text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.4), 0 8px 13px rgba(0, 0, 0, 0.1), 0 18px 23px rgba(0, 0, 0, 0.1);
}

.recent-performers-announces {
  display: flex;
  justify-content: center;
  padding: 50px 0;
}
.recent-performers-announces .inner .top-title {
  font-size: 46px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  color: #fee2a3;
  margin-bottom: 50px;
  text-shadow: -2px 4px 0 rgba(0, 0, 0, 0.3);
}
.recent-performers-announces .inner ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-height: 480px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 15px 0;
}
.recent-performers-announces .inner ul::-webkit-scrollbar-track {
  background-color: #F5F5F5;
}
.recent-performers-announces .inner ul::-webkit-scrollbar {
  width: 12px;
  background-color: #F5F5F5;
}
.recent-performers-announces .inner ul::-webkit-scrollbar-thumb {
  background-color: #555;
}
.recent-performers-announces .inner ul li {
  display: flex;
  margin-bottom: 15px;
}
.recent-performers-announces .inner ul li .performer-thumbnail {
  position: relative;
  z-index: 2;
}
.recent-performers-announces .inner ul li .performer-thumbnail img {
  border: 4px solid #fee2a3;
  max-width: 80px;
  border-radius: 50%;
}
.recent-performers-announces .inner ul li .content {
  display: flex;
  flex-direction: column;
  align-items: baseline;
}
.recent-performers-announces .inner ul li .content h3 {
  background: #fee2a3;
  color: #000;
  border-radius: 0 50px 50px 0;
  font-size: 17px;
  padding: 3px 15px 3px 40px;
  margin-left: -38px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0;
  text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.4), 0 8px 13px rgba(0, 0, 0, 0.1), 0 18px 23px rgba(0, 0, 0, 0.1);
}
.recent-performers-announces .inner ul li .content h3 a {
  color: #000;
  text-decoration: none;
}
.recent-performers-announces .inner ul li .content .text {
  background: #6a0000;
  padding: 5px 45px 5px 40px;
  margin-left: -36px;
  position: relative;
  border-radius: 0 10px 10px 0;
  width: 280px;
  max-width: 100%;
  text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.4), 0 8px 13px rgba(0, 0, 0, 0.1), 0 18px 23px rgba(0, 0, 0, 0.1);
}
.recent-performers-announces .inner ul li .content .text p {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 0;
  color: #fff;
}
.recent-performers-announces .inner ul li .content .text .date {
  position: absolute;
  bottom: 5px;
  right: 5px;
  font-size: 12px;
  color: #fff;
}
@media only screen and (max-width: 600px) { 
  .goto-announces a {
    width: 30%;
    font-weight: normal;
  }
  #announcements-content .performer-announces .announces ul li {
    width: 100% !important;
  }

  .performer-announces{
    padding: 0 !important;
  }
}

@media only screen and (max-width: 767px) {
  .performer-announces .top-title {
    font-size: 32px;
    margin-bottom: 30px;
  }
  .performer-profile-announces .top-title {
    font-size: 32px;
    margin-bottom: 30px;
  }
  .performer-profile-announces .announces-add .form-group {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .performer-profile-announces .announces-add .form-group .submit {
    margin-top: 20px;
  }
  .recent-performers-announces .inner {
    width: 100%;
  }
  .recent-performers-announces .inner .top-title {
    font-size: 32px;
    margin-bottom: 30px;
  }
  .recent-performers-announces .inner ul li {
    max-width: 100%;
  }
}
.saved_posts {
  color: white;
  text-align: center;
}
.announces_list {
  color: #fee2a3;
}
.announces_list:hover {
  color: #fee2a3;
  text-decoration: none;
}
.announces_video_list video {
  padding-right: 20px;
}
#performerAnnouncesList li video {
  padding-right: 20px;
}
#performerAnnouncesList li span {
  color: #fee2a3;
}
.performer-profile-announces .announces-add .submit, #send-booking, #close-booking {
  cursor: pointer;
}
#booking-date {
  color: #212529;
}
.performer-v-tab-button:hover {
  text-decoration: none !important;
}
.feed .container .feed-wrapper .anunt .person-info {
  justify-content: space-between;
}
.feed .container .post .person-info {
  justify-content: normal;
}
/*# sourceMappingURL=style.css.map */
