/*--------------------------------------------------------------
>>> DT Membership
--------------------------------------------------------------*/
.dt-account-page-header {
  border-radius: 0;
  padding: 9.375rem 2.1875rem 1.25rem 3.125rem;
  position: relative;
  margin-bottom: 1.875rem;
  margin-top: 1.875rem;
}

.user-banner-background {
  position: absolute;
  left: 0;
  right: 0;
  z-index: -1;
  background-size: cover;
  background-position: 50% 50%;
  height: 100%;
  top: 0;
  border-radius: 0;
  background-color: #4F78A4;
}

.user-banner-background:after {
  content: "";
  height: 100%;
  width: 100%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), to(transparent));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
  border-radius: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

#edit_top_banner {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.account-page-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.user-avatar {
  margin-right: 1.875rem;
}

.account-page-info .avatar-img {
  position: relative;
  border-radius: 50%;
  padding: .3125rem;
  display: inline-block;
}

.account-page-info .avatar-img:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background-image: url(icons/round_shape1.png);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  width: calc(100% + .5rem);
  height: 100%;
  -webkit-transform: translateX(-0.25rem) translateY(-0.25rem);
          transform: translateX(-0.25rem) translateY(-0.25rem);
}

.user-avatar .avatar-img img {
  border-radius: 50%;
  overflow: hidden;
  -o-object-fit: cover;
  object-fit: cover;
  background: #fff;
  width: 100%;
  max-width: 7.5rem;
}

.user-info {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #fff;
}

.account-page-info .user-name h3 {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: .625rem;
  position: relative;
}

.account-page-info .user-meta {
  font-size: .9rem;
}

.dt-account-page .account-page-tabs {
  background-color: #ffffff;
  border-radius: 0;
  margin-bottom: 1.875rem;
}

.account-page-tabs .list-account-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: .1875rem solid #d8e1ef;
  border-radius: 0 0 .5rem .5rem;
  padding: 0;
  -webkit-box-shadow: 0 0 0.1875rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 0.1875rem rgba(0, 0, 0, 0.2);
}

.list-account-tabs li {
  display: inline-block;
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 12.5%;
  flex: 0 0 12.5%;
  max-width: 12.5%;
  width: 100%;
  text-align: center;
  border-right: .0625rem solid #e4e9f1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.list-account-tabs li a {
  font-size: .875rem;
  color: #3a3a3a;
  font-weight: 500;
  padding: .625rem 1.25rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.list-account-tabs li a svg {
  width: 1.125rem;
  height: auto;
  margin-right: .3125rem;
}

.list-account-tabs li a svg path {
  fill: #3a3a3a;
}

.list-account-tabs li:after {
  content: "";
  height: .3125rem;
  width: 100%;
  background-color: #4F78A4;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -.125rem;
  visibility: hidden;
  opacity: 0;
}

.list-account-tabs li:first-child:after {
  border-radius: 0 0 0 .5rem;
}

.list-account-tabs li:last-child:after {
  border-radius: 0 0 .5rem 0;
}

.list-account-tabs li.tab-item-selected:after,
.list-account-tabs li:hover:after {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.account-page-content {
  padding: .625rem;
  border-radius: 0;
  margin-bottom: 1.875rem;
  background: #ffffff;
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.08);
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.08);
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.account-page-content .account-title {
  margin-top: .625rem;
  text-align: center;
}

.rise-label {
  position: relative;
  margin-bottom: 1.875rem;
}

.rise-label label {
  display: inline-block;
  margin-bottom: .1875rem;
  color: #adafca;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1em;
  position: absolute;
  top: 1.125rem;
  left: 1.25rem;
  z-index: 2;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  pointer-events: none;
}

body .rise-label input {
  min-height: 2.5rem;
  max-height: none;
  line-height: 1.33333333;
  width: 100%;
  height: 3.125rem;
  padding: 0 1.125rem;
  border-radius: 0;
  font-size: 1rem;
  font-weight: 700;
  margin: 0 0 0 0;
  border: .0625rem solid #dedeea;
  background: #fff;
  color: #3e3f5e;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: border-color .2s ease-in-out;
  transition: border-color .2s ease-in-out;
}

.rise-label input:focus {
  border-color: #4F78A4;
}

form .rise-label.active label {
  background: #fff;
  padding: 0 .375rem;
  font-size: 0.75rem;
  top: -.375rem;
  left: .75rem;
}

#editprofile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#editprofile .form-left {
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1.25rem;
}

#editprofile .form-right {
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
  padding: 1.25rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.dt-socials-connect {
  position: relative;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  padding: 2rem 1.25rem 1.25rem;
}

.dt-socials-connect:before {
  content: '';
  border-top: .125rem dashed #4F78A4;
  width: 30rem;
  height: .125rem;
  position: absolute;
  top: .75rem;
}

.dt-socials-connect-title {
  margin-bottom: 1rem;
}

.ms-social-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.social-link-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-preferred-size: 14rem;
      flex-basis: 14rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: .5rem .75rem;
  border-radius: 0;
  -webkit-box-shadow: 0 .125rem 0 #c4c4c3c4;
          box-shadow: 0 .125rem 0 #c4c4c3c4;
  margin-right: 2rem;
  font-size: .9rem;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
}

.social-link-btn:hover {
  color: #fff;
  -webkit-box-shadow: inset 0 0 0 100px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 0 0 100px rgba(0, 0, 0, 0.05);
  -webkit-transition: all .25s;
  transition: all .25s;
}

.social-link-btn:last-child {
  margin-right: 0;
}

.social-link-btn img {
  width: auto;
  margin-right: .75rem;
  max-height: 1.25rem;
}

.password-strength {
  padding-left: 0 !important;
  display: inline;
  list-style: none;
  margin: 0;
  margin-left: 1rem;
  padding: 0;
  line-height: 1;
  vertical-align: .125rem;
}

.password-strength .strength-point:last {
  margin: 0 !important;
}

.password-strength .strength-point {
  background: #ccc;
  border-radius: .125rem;
  display: inline-block;
  height: .3125rem;
  margin: 0;
  margin-right: .0625rem;
  width: 1.25rem;
}

.password-strength-label {
  margin: 0;
  padding: 0;
  line-height: .75rem;
  color: #999;
  min-height: .75rem;
  min-width: .0625rem;
  font-size: 0.8rem;
}

.password-strength-wrapper {
  text-align: right;
}

.user-avatar-image {
  display: block;
  max-width: 11.25rem;
  max-height: 11.25rem;
  margin: 0 auto;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-radius: 100%;
  zoom: 0.9;
  -webkit-box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.1);
  border: .0625rem solid #fff;
  margin: 1rem auto;
}

.button {
  margin-bottom: 0;
  text-align: center;
  cursor: pointer;
  background-image: none;
  border: .0625rem solid transparent;
  white-space: nowrap;
  padding: .375rem .75rem;
  font-size: .875rem;
  line-height: 1.428571429;
  border-radius: 1.125rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  color: #fff;
  background-color: #4F78A4;
  border-color: #4F78A4;
  letter-spacing: .01875rem;
  font-weight: 600;
  display: block;
  -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}

.submit-form input[name="save_form"] {
  margin: 0 auto 1.875rem;
  min-width: 11.25rem;
  padding: .5rem .75rem;
}

.submit-form input[name="save_form"]:hover {
  background: #42678f;
  border-color: #42678f;
}

.avatar-trigger .cropControls,
.upload-wrapper form {
  display: none;
}

#trigger_avatar {
  text-align: center;
}

#upload-avatar_btn,
#remove_upload_image_btn {
  display: inline-block;
  border-color: #5cb85c;
  padding: .375rem 1.875rem;
  color: #357935;
  cursor: pointer;
  border-radius: .1875rem;
  margin-right: .3125rem;
  font-size: .875rem;
  line-height: 1.25rem;
  border-radius: 1.25rem;
  border-width: .125rem;
  border-style: solid;
}

#upload-avatar_btn:hover {
  background-color: #5cb85c;
  color: #fff;
}

#remove_upload_image_btn {
  border-color: #b3b3b3;
  padding: .375rem 1.875rem;
  color: #b3b3b3;
  margin: auto;
  display: block;
  max-width: 3.75rem;
  text-align: center;
}

.submit-form {
  margin-top: 1.875rem;
}

.account-comments-list {
  margin: 1.875rem 1.25rem 1.875rem;
}

.comment-status {
  padding: 0 .75rem;
  font-weight: 600;
  font-size: .75rem;
  background-color: #33c9e53d;
  color: #33c9e5;
  border-radius: 0;
}

.comment-status.approved {
  background-color: #33c9e53d;
  color: #33c9e5;
}

.comment-status.unapproved {
  background-color: #21759b3d;
  color: #21759b;
}

.comment-status.spam {
  background-color: #e05d5d3d;
  color: #e05d5d;
}

.comment-status.trash {
  background-color: #9999993d;
  color: #999;
}

.comment-line {
  border-radius: 0;
  background: #ffffff;
  -webkit-box-shadow: 0.0625rem 0.0625rem 0.0625rem rgba(150, 155, 187, 0.2);
  box-shadow: 0.0625rem 0.0625rem 0.0625rem rgba(150, 155, 187, 0.2);
  border: .0625rem solid #ebebeb;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  padding: 0 1.25rem 1.25rem;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.comment-line-header {
  position: relative;
}

.comment-line-header .post-title {
  font-size: 1rem;
}

.comment-line-header .comment-status {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.comment-line-content {
  padding: .625rem 0;
  border-top: .0625rem solid #e6e9ef;
}

.comment-line-content img {
  width: auto;
  max-width: 21.875rem;
}

.comment-line-meta {
  position: absolute;
  font-size: 0.75rem;
  margin: 0;
  right: 1.25rem;
  bottom: .3125rem;
  letter-spacing: 0.0375rem;
}

.comment-line-meta svg {
  width: 1rem;
  height: 1rem;
  vertical-align: text-top;
  margin-right: .1875rem;
}

.comment-line-meta svg path {
  fill: transparent;
}

.dt-popup {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(0, 0, 0, 0.65);
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}

.dt-popup.show {
  opacity: 1;
  visibility: visible;
  z-index: 999;
  -webkit-transition: all 0.3s 1s ease;
  transition: all 0.3s 1s ease;
}

.dt-popup-box {
  width: 37.5rem;
  max-width: 92%;
  background: #fff;
  padding: .3125rem 1.25rem;
  border-radius: 0;
  background: #fff;
  -webkit-box-shadow: 0.125rem 0.625rem 0.4375rem rgba(0, 0, 0, 0.2);
  box-shadow: 0.125rem 0.625rem 0.4375rem rgba(0, 0, 0, 0.2);
  max-height: 75%;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.popup-header {
  position: relative;
}

.popup-header .popup-title {
  margin: .625rem 0;
}

.popup-header .close {
  position: absolute;
  cursor: pointer;
  right: -2.1875rem;
  top: -2.1875rem;
  background: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0.0625rem 0.0625rem 0.4375rem rgba(0, 0, 0, 0.15);
  box-shadow: 0.0625rem 0.0625rem 0.4375rem rgba(0, 0, 0, 0.15);
  width: 2rem;
  height: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.popup-content {
  border-top: .0625rem solid #e6e9ef;
  padding: 1.25rem 0;
}

.dt-login-register {
  position: relative;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 3rem 0;
  padding: .625rem 1.875rem;
}

.dt-login-register .form-content {
  display: inline-block;
  width: 100%;
  max-width: 31.25rem;
  text-align: left;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding: 2.1875rem 1.875rem;
  border-radius: 0;
  background-color: #fff;
  -webkit-box-shadow: 0 0.375rem 1rem rgba(0, 0, 0, 0.16);
  box-shadow: 0 0.375rem 1rem rgba(0, 0, 0, 0.16);
}

.dt-login-register .other-links a {
  display: inline-block;
  padding: .3125rem .625rem;
  border-radius: 0;
  color: #000;
  background-color: #F7F7F7;
  margin-left: .8rem;
  font-weight: 500;
  font-size: .9rem;
}

.dt-login-register .other-links a:nth-child(2) {
  margin-left: 0;
}

.dt-login-register .other-links img {
  width: 1.125rem;
  vertical-align: middle;
  margin-right: .2rem;
}

.dt-login-register h3 {
  margin: 0 auto 2rem;
  font-size: 1.28rem;
}

.dt-login-register .submit-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2rem;
}

.dt-login-register .submit-form input[name="save_form"] {
  margin: 0;
  font-size: .875rem;
}

.dt-login-register .forget-password {
  margin-left: 1rem;
  font-size: .8rem;
  color: #000;
}

.dt-login-register .forget-password:hover {
  color: #4F78A4;
}

.other-links .text {
  margin-bottom: .7rem;
}

.other-links {
  margin-bottom: 1.875rem;
}

.form-content .page-links a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #000;
  font-weight: 600;
  font-size: 1rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.form-content .page-links a:after {
  position: absolute;
  content: "";
  width: 100%;
  height: .125rem;
  left: 0;
  bottom: -.1875rem;
  background-color: black;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.form-content .page-links a:hover {
  color: #4F78A4;
}

.form-content .page-links a:hover:after {
  background-color: #4F78A4;
}

.error-notice {
  position: absolute;
  top: 4.0625rem;
  background: #dd3559;
  border-radius: 0;
  margin: auto;
  width: auto;
  display: inline-block;
  padding: .5rem 1rem;
  color: #fff;
  font-size: .8rem;
}

.error-notice:after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 0;
  border: .8rem solid transparent;
  border-bottom-color: #dd3559;
  border-top: 0;
  margin-left: -.8rem;
  margin-top: -.8rem;
}

.lock {
  border: .0625rem solid #ededed;
  background: #f6f9fc;
  text-align: center;
  min-height: 8.75rem;
  padding: 1rem;
  position: relative;
  max-width: 37.5rem;
  margin: 1.5rem auto 1.5rem;
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.08);
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.08);
  border-radius: 0;
}

.lock .toplc {
  background: url(icons/lock.svg) center center no-repeat;
  background-size: 100%;
  margin: 0 auto;
  height: 4rem;
  width: 4rem;
}

.lock .contentlc {
  min-height: 5rem;
  vertical-align: middle;
  font-size: .9rem;
  padding-top: .625rem;
}

.lock .contentlc .h2 {
  color: #dc143c;
}

.lock .contentlc p {
  margin: 0.5rem 0;
}

.dt-login-register .form-content > .small {
  margin: -1rem 0 2rem;
  display: block;
}

.reset-pass-sent {
  margin: 2.5rem 0 2.5rem;
  font-weight: 400;
  position: relative;
  padding: .5rem 1rem;
  border-radius: 0;
  border: .0625rem solid #357935;
}

.reset-pass-error {
  border-color: #dc143c;
}

@media screen and (max-width: 1023px) {
  .dt-account-page .account-page-tabs,
  .dt-account-page-header {
    margin-bottom: 1rem;
  }
  .dt-account-page-header {
    padding: 3.75rem 1.25rem 2.1875rem;
  }
  .account-page-info,
  .user-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .user-avatar {
    margin-right: 0;
  }
  .user-name {
    margin-top: 1.25rem;
  }
  .account-page-info .user-name h3 {
    text-align: center;
  }
  .account-page-info .user-meta {
    position: absolute;
    bottom: .3125rem;
    left: 0;
    right: 0;
    margin: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .account-page-tabs .list-account-tabs {
    margin: 0;
  }
  .list-account-tabs li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  #editprofile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #editprofile .form-left {
    padding: .625rem;
    padding-bottom: 0;
  }
  #editprofile .form-right {
    padding: .625rem;
    padding-top: 0;
  }
  .account-comments-list {
    margin: 1.875rem .625rem 1.875rem;
  }
  .comment-line-header .post-title {
    padding-bottom: 1.875rem;
  }
  .comment-line-header .comment-status {
    right: unset;
    left: 0;
    bottom: 0;
    top: unset;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 0.65rem;
  }
  .comment-line-content img {
    max-width: 100%;
  }
  .dt-login-register {
    padding: .625rem 0;
  }
  .dt-login-register .form-content {
    padding: 2.1875rem 1.25rem;
  }
  .dt-login-register .forget-password {
    white-space: nowrap;
  }
  .dt-login-register .other-links a {
    font-size: .8rem;
  }
  .ms-social-buttons {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .social-link-btn {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin: 0 0 1rem 0;
    max-width: 20rem;
  }
}
/*# sourceMappingURL=dt-membership.css.map */