/* Dashboard */

@media (max-width: 1200px) {
  .view_profile .wrap-button {
    display: flex;
    flex-direction: column;
  }
  .view_profile .wrap-button .link-site {
    margin: 0 0 10px 0;
  }
  .view_profile .wrap-button .link-site+.link-site {
    margin: 0 0 10px 0;
  }
  .view_profile #select-category {
    width: 100%;
    margin: 0 auto 10px;
  }
}

@media (max-width: 991px) {
  .profile_table table {
    position: relative;
  }
  .view_profile .profile_table td:last-child {
    position: absolute;
    right: 0;
    border-bottom: 0
  }
  .view_profile .profile_table td .delete_profile {
    position: absolute;
    right: 0px;
    top: 20px;
  }
  .view_profile .profile_table td {
    padding: 20px 30px;
  }
}

/* Casting */

.row-center{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content:center;
}

.view_casting .image {
  text-align: center;
}

.view_casting .image img{
  max-height: 400px;
  object-fit: contain;
}

/*Photo upoload*/

.photo-title-order{
  text-align: center;
  font-weight: 700;
}
.register_wrap .images_wrap .image {
  margin-bottom: 0;
}
.portfolio-warning p{
  font-size: 1.3em;
}

/* Documents */

.documents {
  padding-top: 11px;
}

@media (max-width: 768px) {
  .documents {
    margin-bottom: 10px;
  }
}

.documents__link {
  display: block;
  margin-bottom: 5px;
  color: #7d7d7d;
}

.documents__link:hover {
  text-decoration: none;
}

.documents__link:last-child {
  margin-bottom: 0;
}

body .footer .info_footer {
  margin-left: 0;
}

.footer .social_wrapper .social:first-child {
  margin-left: 0;
}

.footer .social_wrapper .social {
  margin-left: 3px;
}

/* Casting */

.view_casting .image .view_casting__img {
  height: 350px;
}

.terms p {
  font-size: 16px;
}

.index-casting {
  text-align: center;
}

.index-casting__title {
  margin: 30px 0;
  text-align: center;
  font-size: 48px;
}

.index-casting__img {
  width: 100%;
}
.index-casting-wrap {
  text-align: left;
}


.index-casting-wrap::before {
  display: table;
  content: " ";
}

.index-casting-wrap::after {
  display: table;
  content: " ";
clear: both;
}


.index-casting__btn {
  display: inline-block;
  line-height: 55px;
  margin: 0 auto;
  padding: 0 64px;
  border: 2px solid #f5f5f5;
  color: #121211;
  font-size: 24px;
  font-weight: 300;
  cursor: pointer;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  text-decoration: none;
}

.view_casting .item-details .value {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Video */

.video_youtube iframe,
.video_youtube img {
  height: 250px !important;
}

.video_youtube img {
  object-fit: contain;
}

/* Blogs */

.view_news .view_content .image {
  height: auto;
}

/* Index */

.view_casting .title {
  margin-bottom: 5px;
}

.view_casting .casting__label {
  width: 100%;
}

/*upoload portfolio button width*/
.u_portfolio_btn {
    width: 35px !important;
}

.auth-icon.instagram {
    background-position: 0 -34px;
}
