.creators-content .data-user a {
    color: #333;
}
.creators-content .data-user a:hover,
.creators-content .ul-listing-creators a i:hover {
    color: #d72924;
}
.creators-content .ul-listing-creators a i {
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
.contact-info .table tr th,
.contact-info .table tr td {
    vertical-align: initial;
    padding-left: 0;
}
.img-user {
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
    border: 1px solid #fff;
}
.img-user:hover {
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
    border-color: #ededed;
}
.avatar-wrap {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    margin: 0 auto;
    background-color: #FFF;
}
@media(max-width: 575px) {
    .avatar-wrap {
        width: 90px;
        height: 90px;
    }
}
.img-user {
    width: auto !important;
    border-radius: 50%;
    margin: 0 auto;
}

.wrapper-img-o {
    background-color: #f0f0f0;
    width: 120px;
    height: 120px;
}
@media(max-width: 575px) {
   .wrapper-img-o {
        background-color: #f0f0f0;
        width: 90px;
        height: 90px;
    }
}

.p0-first-p > p:first-child {
    margin-bottom: 0;
}

.sm-btn-size {
    color: #333;
    font-weight: bold;
    font-size: 17px !important;
    line-height: 15px;
    text-align: center;
}
.ul-listing-creators li a {
    color: #5f5f5f;
}

.ul-social:last-child {
    background-color: #d72924;
    color: #fff !important;
}
.ul-social .widget .ts-title {
    color: #e91e63;
    font-size: 16px;
    font-weight: 700;
}
.ul-social .widget ul {
    list-style: none;
}
.card-creators a i {
    font-size: 1.3333em;
    transition: all 0.3s ease-in-out;
    /*opacity: .8;*/
}
.card-creators a i:hover {
    opacity: 1;
    transform: scale(1.2) rotate(360deg);
}
.card-creators a i.fa-phone {
    color: #fff;
}
.card-creators a i.fa-whatsapp {
    color: #fff;
}
.card-creators a i.fa-envelope {
    color: #fff;
}
.card-creators a i.fa-globe {
    color: #28a745;
}
.card-creators a i.fa-facebook {
    color: #3B5998;
}
.card-creators a i.fa-instagram {
    color: #B4307C;
}
.card-creators a i.fa-twitter {
    color: #55ACEE;
}
.card-creators a i.fa-linkedin {
    color: #0270AD;
}

.card-creators a i.fa-youtube {
    color: #F70000;
}
.mb-x15-s30 {
    margin-bottom: 30px;
}
@media(max-width: 575px) {
    .p-only-xs-05 {
        padding: 0 5px !important;
    }
    .mb-x15-s30 {
        margin-bottom: 15px;
    }
}

.card-creators {
    border: 0;
    border-top: 1px solid #ededed;
    box-shadow:0
}
.card-creators:last-child {
    background-color: #d72924;
    color: #fff !important;
}
@media(min-width: 576px) {
   .card-creators .content-title {
        width: 45%;
    }
    .card-creators .content-icons {
        width: 55%;
    }
}

/* 18/09/2023 */
.-z-partner .banner {
  position: relative;
  overflow: hidden;
  height: calc((100vw - 30px) * 0.5625);
  background-color: #dadce0;
}
.-z-partner .banner img {
  width: 100%;
  height: inherit;
  -o-object-fit: cover;
     object-fit: cover;
}
.-z-partner .avatar {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 50%;
    overflow: hidden;
    background-color: #FFF;
    border: 4px solid #FFF;
      width: calc((100vw - 30px) * 0.33);
      height: calc((100vw - 30px) * 0.33);
      top: calc( ( ( 100vw - 30px) * 0.33) * -0.5 );
    transition: border 0.3s ease-in;
}
.-z-partner .avatar img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
/*.-z-partner .avatar:hover {
  border-width: 2px;
}*/
.-z-partner .-title {
    overflow: hidden;
    height: 38.4px;
    text-transform: capitalize;
}
.-z-partner.-z-body {
    padding-top: 55px;
}
@media (min-width: 576px) {
  .-z-partner .banner {
    height: calc(240px * 0.5625);
  }
  .-z-partner .avatar {
        width: calc(240px * 0.33);
        height: calc(240px * 0.33);
        top: calc( (240px * 0.33) * -0.5 );
      }
    .-z-partner.-z-body {
        padding-top: 30px;
    }
}
@media (min-width: 768px) {
  .-z-partner .banner {
    height: calc(330px * 0.5625);
  }
  .-z-partner .avatar {
        width: calc(330px * 0.33);
        height: calc(330px * 0.33);
        top: calc( (330px * 0.33) * -0.5 );
      }
    .-z-partner.-z-body {
        padding-top: 45px;
    }
}
@media (min-width: 992px) {
  .-z-partner .banner {
    height: calc(210px * 0.5625);
  }
  .-z-partner .avatar {
        width: calc(210px * 0.33);
        height: calc(210px * 0.33);
        top: calc( (210px * 0.33) * -0.5 );
      }
    .-z-partner.-z-body {
        padding-top: 25px;
    }
}
@media (min-width: 1200px) {
  .-z-partner .banner {
    height: calc(255px * 0.5625);
  }
    .-z-partner .avatar {
        width: calc(255px * 0.33);
        height: calc(255px * 0.33);
        top: calc( (255px * 0.33) * -0.5 );
      }
    .-z-partner.-z-body {
        padding-top: 35px;
    }
}
