* {
  box-sizing: border-box;
  transition: all 0.3s;
}

h3 {
  font-size: 29px;
  margin-top: 70px;
  margin-bottom: 22px;
  line-height: 1.2em;
  font-weight: 800;
  text-transform: none;
}

header .site-logo {
  max-width: 100px;
}

.vbrand-logo-header {
  background-color: #fff;
}
.vbrand-logo-header--link {
  display: block;
  width: 100%;
}
.vbrand-logo-header--link--inner {
  display: block;
  max-width: 140px;
  text-align: center;
  padding: 2em 0;
  margin: 0 auto;
}
.vbrand-logo-header--link--inner--image {
  height: auto;
}

h1 {
  font-size: 30px;
  margin-bottom: 20px;
  line-height: 1.2em;
  font-weight: 800;
  text-transform: none;
}

.inside-header {
  padding: 10px 30px;
}

.main-navigation .main-nav ul li a {
  padding-left: 20px;
  padding-right: 20px;
  line-height: 30px;
}

.vbrand-nav {
  z-index: 4;
  position: sticky;
  top: 0;
  display: flex;
  background-color: #b3b3b3;
  box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.3);
  /*
      &--toggle {
          display: flex;
          flex-direction: column;
          justify-content: space-between;
          width: 76px;
          height: 48px;
          padding: 12px 20px;
          background-color: transparent;
          &--line {
              display: block;
              width: 100%;
              height: 4px;
              border-radius: 2px;
              background-color: rgba(0, 0, 0, 0.4);
          }

          &:hover, &:active, &:focus {
              background-color: rgba(0, 0, 0, 0.1);
          }
      }
  */
}
.vbrand-nav--logo {
  display: block;
}
.vbrand-nav--logo h1 {
  margin: 0;
  background-image: url("../images/logo-simplified.png");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  height: 38px;
  width: 30px;
  margin-left: 20px;
  margin-right: 16px;
}
.vbrand-nav--logo:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.vbrand-nav--actions {
  flex: 1;
}
.vbrand-nav--actions ul {
  display: block;
  padding: 0;
  margin: 0;
  list-style-type: none;
  height: 38px;
}
.vbrand-nav--actions li {
  flex: 1;
  display: inline-block;
}
.vbrand-nav--actions a {
  display: block;
  height: 36px;
  width: 36px;
  text-align: center;
  padding: 0px;
  line-height: 40px;
  text-decoration: none;
  transition: all 0.3s;
  overflow: hidden;
}
.vbrand-nav--actions a::before {
  font-family: dashicons;
  color: var(--background-top-color);
  font-size: 1em;
}
.vbrand-nav--actions a:hover {
  color: inherit;
  background-color: rgba(0, 0, 0, 0.1);
}
.vbrand-nav--actions a span {
  display: inline-block;
  text-indent: -9999px;
}
.vbrand-nav--actions a.link-dashboard::before {
  content: "\f226";
}
.vbrand-nav--actions a.link-home {
  mask-image: url("../images/icons/nav_icon/card list-01.svg");
  mask-repeat: no-repeat;
  mask-position: 50% 50%;
  mask-size: 30px;
  -webkit-mask-image: url("../images/icons/nav_icon/card list-01.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
  -webkit-mask-size: 30px;
  background-color: var(--primary-color-contrast-color);
  color: #fff;
}
.vbrand-nav--actions a.link-profile {
  mask-image: url("../images/icons/nav_icon/Company profile-01.svg");
  mask-repeat: no-repeat;
  mask-position: 50% 50%;
  mask-size: 30px;
  -webkit-mask-image: url("../images/icons/nav_icon/Company profile-01.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
  -webkit-mask-size: 30px;
  background-color: var(--primary-color-contrast-color);
  color: #fff;
}
.vbrand-nav--actions a.link-add-new {
  mask-image: url("../images/icons/nav_icon/Addcard-01b.svg");
  mask-repeat: no-repeat;
  mask-position: 50% 50%;
  mask-size: 30px;
  -webkit-mask-image: url("../images/icons/nav_icon/Addcard-01b.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
  -webkit-mask-size: 30px;
  background-color: var(--primary-color-contrast-color);
  color: #fff;
}
.vbrand-nav--actions a.link-edit {
  mask-image: url("../images/icons/nav_icon/Eitd card-01.svg");
  mask-repeat: no-repeat;
  mask-position: 50% 50%;
  mask-size: 30px;
  -webkit-mask-image: url("../images/icons/nav_icon/Eitd card-01.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
  -webkit-mask-size: 30px;
  background-color: var(--primary-color-contrast-color);
  color: #fff;
}
.vbrand-nav--actions a.link-delete {
  mask-image: url("../images/icons/nav_icon/trash-01.svg");
  mask-repeat: no-repeat;
  mask-position: 50% 50%;
  mask-size: 30px;
  -webkit-mask-image: url("../images/icons/nav_icon/trash-01.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
  -webkit-mask-size: 30px;
  background-color: var(--primary-color-contrast-color);
  color: #fff;
}
.vbrand-nav--actions a.vcard--share {
  mask-image: url("../images/icons/nav_icon/copy link-01.svg");
  mask-repeat: no-repeat;
  mask-position: 50% 50%;
  mask-size: 30px;
  -webkit-mask-image: url("../images/icons/nav_icon/copy link-01.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
  -webkit-mask-size: 30px;
  background-color: var(--primary-color-contrast-color);
  color: #fff;
}
.vbrand-nav--actions a.link-logout {
  mask-image: url("../images/icons/nav_icon/nav-logout.svg");
  mask-repeat: no-repeat;
  mask-position: 50% 50%;
  mask-size: 30px;
  -webkit-mask-image: url("../images/icons/nav_icon/nav-logout.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
  -webkit-mask-size: 30px;
  background-color: var(--primary-color-contrast-color);
  color: #fff;
}

.main-nav--nav {
  position: fixed;
  top: 48px;
  right: 0;
  height: calc(100vh - 48px);
  overflow: hidden;
  z-index: 3;
  background-color: #fff;
  width: 0;
  display: block;
  transition: all 0.3s;
  box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.3);
}
.main-nav--nav--contents {
  width: 200px;
  position: relative;
  max-width: 90vw;
  height: calc(100vh - 48px);
  padding: 10px 0;
  overflow-y: auto;
}
.main-nav--nav--actions {
  width: 200px;
  position: relative;
  text-align: right;
  margin: -4em 0 0;
  padding: 1em;
}
.main-nav--nav--actions--close {
  display: inline-block;
  width: 2.2em;
  height: 2.2em;
  line-height: 1.2em;
  padding: 0.5em;
  text-align: center;
  text-decoration: none;
  border-radius: 50%;
  box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.3);
}
.main-nav--backdrop {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.85);
  opacity: 0;
  transition: all 0.3s;
  pointer-events: none;
}
.main-nav.active .main-nav--nav {
  width: 200px;
  max-width: 90vw;
}
.main-nav.active .main-nav--backdrop {
  opacity: 1;
  pointer-events: all;
}
.main-nav.active .main-nav--nav {
  width: 200px;
}
.main-nav .menu-item {
  margin: 0;
}
.main-nav .menu-item a {
  display: block;
  width: 100%;
  padding: 1.5em 1em 0;
  text-decoration: none;
  color: #777;
  background: rgba(0, 0, 0, 0);
  transition: all 0.3s;
}
.main-nav .menu-item a::after {
  content: "";
  display: block;
  height: 2px;
  margin-top: 1.5em;
  background-color: rgba(0, 0, 0, 0.2);
}
.main-nav .menu-item a:hover {
  background: rgba(0, 0, 0, 0.05);
}
.main-nav .menu-item:last-child a {
  padding-bottom: 1.5em;
}
.main-nav .menu-item:last-child a::after {
  display: none;
}

.navigation-menu-logo > a {
  display: block;
  padding: 2em 1em 1em;
}
.navigation-menu-logo > a > img {
  width: 70px;
}

:root {
  --font-family-basic: sans-serif;
  --font-family-emphasis: serif;
  --primary-color: #00407b;
  --primary-color-contrast-color: #fff;
  --card-text-color: #000000;
  --card-background-color: rgb(255, 255, 255);
  --background-top-color: #00020c;
  --background-bottom-color: rgb(225, 225, 225);
}

* {
  box-sizing: border-box;
}

.single-vcard {
  background-color: var(--background-bottom-color);
  color: var(--card-text-color);
  font-family: var(--font-family-basic);
}
.single-vcard--inner {
  position: relative;
  padding: 0 1em;
}
.single-vcard--inner::before {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  height: 70vh;
  width: 100%;
  z-index: -1;
  background-color: var(--background-top-color);
}

.post-type-archive-vcard {
  position: relative;
  background-color: var(--background-bottom-color);
}
.post-type-archive-vcard--inner {
  padding: 0 1em;
}
.post-type-archive-vcard::before {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  height: 70%;
  width: 100%;
  background-color: var(--background-top-color);
}

.vcard {
  position: relative;
  max-width: 600px;
  min-width: 300px;
  margin: 0 auto;
  color: var(--card-text-color);
}
.vcard--header {
  position: sticky;
  top: 0;
  transition: margin-bottom 0.3s;
  z-index: 1;
}
.vcard--footer {
  z-index: 2;
  text-align: center;
  padding: 0.5em 0;
  position: sticky;
  bottom: 0;
  background-color: var(--background-bottom-color);
  margin: 0;
  box-shadow: none;
}
.vcard--content {
  position: relative;
  width: 100%;
}
.vcard--content--front {
  position: relative;
  background-color: var(--card-background-color);
  transform: rotateY(0deg);
  opacity: 1;
  pointer-events: all;
  box-shadow: none;
}
.vcard--content--back {
  position: absolute;
  background-color: var(--card-background-color);
  transform: rotateY(-180deg);
  opacity: 0;
  pointer-events: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.vcard--content--back .vcard--name {
  text-align: center;
  margin-top: calc(68px + 1em);
}
.vcard.flipped .vcard--content--front {
  transform: rotateY(180deg);
  opacity: 0;
  pointer-events: none;
}
.vcard.flipped .vcard--content--back {
  transform: rotateY(0deg);
  opacity: 1;
  pointer-events: all;
  cursor: pointer;
}
.vcard--main {
  min-height: 50vh;
}
.vcard.flipped .vcard--main {
  min-height: 0;
  height: 50vh;
  overflow-y: hidden;
}
.vcard--actions {
  padding: 20px 24px 0 0;
  text-align: right;
}
.vcard--actions button, .vcard--actions--button {
  display: inline-block;
  color: #fff;
  border-radius: 4px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.4);
  color: var(--primary-color-contrast-color);
  border: none;
  outline: none;
  cursor: pointer;
  vertical-align: bottom;
  transition: all 0.3s;
}
.vcard--actions button::before, .vcard--actions--button::before {
  color: #fff;
}
.vcard--actions button:hover, .vcard--actions--button:hover {
  opacity: 0.4;
}
.vcard--flip {
  font-size: 0;
  text-align: center;
  width: 48px;
  height: 48px;
  padding: 4px;
}
.vcard--flip::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  margin: 0;
  background-image: url("../images/qrcode.png");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.vcard--edit {
  font-size: 0;
  text-align: center;
  width: 48px;
  height: 48px;
  padding: 0;
}
.vcard--edit::before {
  display: inline-block;
  font-family: dashicons;
  font-size: 48px;
  line-height: 48px;
  margin: 0;
  content: "\f464";
}
.vcard--share {
  font-size: 0;
  text-align: center;
  width: 48px;
  height: 48px;
  padding: 0;
}
.vcard--share::before {
  display: inline-block;
  font-family: dashicons;
  font-size: 48px;
  line-height: 48px;
  margin: 0;
  content: "\f237";
}
.vcard--personal {
  position: relative;
  padding: 1em 24px;
  margin-bottom: 1em;
  line-height: 1.2em;
}
.vcard--main {
  position: relative;
}
.vcard--main a {
  text-decoration: none;
  color: inherit;
}
.vcard--field-wrapper::after {
  content: "";
  display: block;
  margin-left: 24px;
  margin-right: 24px;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
}
.vcard--field {
  display: flex;
  padding: 1.5em 24px;
  width: 100%;
  gap: 15px;
}
.vcard--field::before {
  content: "";
  display: block;
  width: 26px;
  height: 26px;
  mask-image: url("../images/icons/remarks.svg");
  mask-repeat: no-repeat;
  mask-position: 50% 50%;
  mask-size: contain;
  -webkit-mask-image: url("../images/icons/remarks.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
  -webkit-mask-size: contain;
  background-color: var(--primary-color);
}
.vcard--field--value {
  flex: 1;
}
.vcard--field--value p {
  margin-bottom: 1em;
}
.vcard--links {
  position: relative;
  line-height: 1.5em;
}
.vcard--links--link {
  text-decoration: none;
}
.vcard--links--link:hover {
  background-color: rgba(200, 200, 200, 0.3);
}
.vcard--logo--image {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto;
  transition: height 0.3s;
}
.vcard--qrcode {
  display: flex;
  flex-direction: column;
  width: 160px;
  margin: 0 auto;
  padding: 2em 0 0;
  background-color: var(--card-background-color);
  box-shadow: none;
}
.vcard--qrcode svg {
  width: 100%;
  height: auto;
}
.vcard--photo {
  position: absolute;
  display: block;
  left: 24px;
  bottom: -70px;
  width: 100px;
  height: auto;
  border: solid 2px #817573;
  transition: all 0.3s;
}
.vcard.flipped .vcard--photo {
  left: calc(50% - 50px);
}
.vcard--button-vbrand {
  mask-image: url("../images/icons/nav_icon/log_button-03.svg");
  mask-repeat: no-repeat;
  mask-position: 50% 50%;
  mask-size: contain;
  -webkit-mask-image: url("../images/icons/nav_icon/log_button-03.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
  -webkit-mask-size: contain;
  /* display: block; */
  position: absolute;
  bottom: -5px;
  right: 5px;
  background-color: var(--background-bottom-color);
  width: 60px;
  height: 35px;
  border-radius: 30px 30px 0 0;
  overflow: hidden;
  text-indent: -1000px;
  transition: all 0.3s;
}
.vcard--button-vbrand:hover {
  opacity: 0.6;
}
.vcard--button-add-contact {
  display: block;
  width: 100%;
  color: var(--primary-color-contrast-color);
  background-color: var(--primary-color);
  font-size: 1.1em;
  padding: 0.14em 0;
  text-decoration: none;
  transition: all 0.3s;
}
.vcard--button-add-contact::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 0.5em;
  mask-image: url("../images/icons/add-contact.svg");
  mask-repeat: no-repeat;
  mask-position: 50% 50%;
  mask-size: contain;
  -webkit-mask-image: url("../images/icons/add-contact.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
  -webkit-mask-size: contain;
  background-color: var(--primary-color-contrast-color);
  vertical-align: text-top;
}
.vcard--button-add-contact:hover {
  opacity: 0.7;
  color: var(--primary-color-contrast-color);
}
.vcard--name {
  color: var(--primary-color);
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.6em;
}
.vcard--name--name {
  display: flex;
  gap: 0.25em;
}
.vcard--name--name.lang-zh_HK {
  gap: 0;
}
.vcard--name--name > span {
  display: inline;
}
.vcard--job-title {
  color: var(--primary-color);
  line-height: 1em;
  font-size: 0.8em;
  font-weight: normal;
}
.vcard--company {
  color: var(--primary-color);
  font-weight: bold;
  margin-top: 1.2em;
}
.vcard--company--name {
  margin-top: 0.5em;
  display: block;
  font-family: var(--font-family-emphasis);
  line-height: 1em;
}
.vcard--company--department {
  margin-top: 0.4em;
  display: block;
  font-weight: normal;
  font-size: 0.8em;
  line-height: 0.9em;
}
.vcard--phone a::before {
  mask-image: url("../images/icons/phone.svg");
  -webkit-mask-image: url("../images/icons/phone.svg");
}
.vcard--phone-booking a::before {
  mask-image: url("../images/icons/appointment.svg");
  -webkit-mask-image: url("../images/icons/appointment.svg");
}
.vcard--fax a::before {
  mask-image: url("../images/icons/fax.svg");
  -webkit-mask-image: url("../images/icons/fax.svg");
}
.vcard--mobile a::before {
  mask-image: url("../images/icons/mobile.svg");
  -webkit-mask-image: url("../images/icons/mobile.svg");
}
.vcard--email a::before, .vcard--email-secondary a::before {
  mask-image: url("../images/icons/email.svg");
  -webkit-mask-image: url("../images/icons/email.svg");
}
.vcard--website a::before {
  mask-image: url("../images/icons/website.svg");
  -webkit-mask-image: url("../images/icons/website.svg");
}
.vcard--address a::before {
  mask-image: url("../images/icons/address.svg");
  -webkit-mask-image: url("../images/icons/address.svg");
}
.vcard--whatsapp a::before {
  mask-image: url("../images/icons/sns-whatsapp.svg");
  -webkit-mask-image: url("../images/icons/sns-whatsapp.svg");
}
.vcard--facebook a::before {
  mask-image: url("../images/icons/sns-fb.svg");
  -webkit-mask-image: url("../images/icons/sns-fb.svg");
}
.vcard--instagram a::before {
  mask-image: url("../images/icons/sns-ig.svg");
  -webkit-mask-image: url("../images/icons/sns-ig.svg");
}
.vcard--wechat a::before {
  mask-image: url("../images/icons/sns-wechat.svg");
  -webkit-mask-image: url("../images/icons/sns-wechat.svg");
}
.vcard--line a::before {
  mask-image: url("../images/icons/sns-line.svg");
  -webkit-mask-image: url("../images/icons/sns-line.svg");
}
.vcard--twitter a::before {
  mask-image: url("../images/icons/sns-twitter.svg");
  -webkit-mask-image: url("../images/icons/sns-twitter.svg");
}
.vcard--linkedin a::before {
  mask-image: url("../images/icons/sns-linkedin.svg");
  -webkit-mask-image: url("../images/icons/sns-linkedin.svg");
}
.vcard--youtube a::before {
  mask-image: url("../images/icons/sns-youtube.svg");
  -webkit-mask-image: url("../images/icons/sns-youtube.svg");
}
.vcard--biography::before {
  mask-image: url("../images/icons/remarks.svg");
  -webkit-mask-image: url("../images/icons/remarks.svg");
}
.vcard--biography .vcard--field--value > *:first-child {
  margin-top: 0.4em;
}
.vcard--gallery_label::before {
  mask-image: url("../images/icons/remarks.svg");
  -webkit-mask-image: url("../images/icons/remarks.svg");
}
.vcard .flex-control-nav {
  display: none;
}
.vcard--tittle::before {
  mask-image: url("../images/icons/plus.svg");
  -webkit-mask-image: url("../images/icons/plus.svg");
}
.vcard--tittle .vcard--field--value > *:first-child {
  margin-top: 0.4em;
}
.vcard--gallery_margin {
  margin-top: 25px;
  margin-left: 24px;
  margin-right: 24px;
}

.tittle_area {
  width: 100%;
  padding-bottom: 30px;
  padding-top: 24px;
}

.tittle0 {
  height: 65px;
  padding-left: 24px;
  width: 100%;
}
.tittle0--url {
  display: flex;
  height: 50px;
  position: relative;
}
.tittle0--url--img {
  max-height: 50px;
  max-width: 70px;
  position: absolute;
  top: 50%;
  left: 35px;
  transform: translate(-50%, -50%);
}
.tittle0--url--text {
  line-height: 1em;
  position: absolute;
  left: 90px;
  right: 24px;
  top: 50%;
  transform: translate(0, -50%);
}
.tittle0::after {
  content: "";
  display: block;
  margin-top: 7px;
  margin-right: 24px;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
}

.vcard-archive {
  background-color: var(--background-bottom-color);
  color: var(--card-text-color);
  font-family: sans-serif;
  position: relative;
  max-width: 600px;
  min-width: 300px;
  margin: 0 auto;
}
.vcard-archive--header {
  position: sticky;
  top: 0;
  transition: margin-bottom 0.3s;
  z-index: 1;
}
.vcard-archive--logo--image {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto;
  transition: height 0.3s;
}
.vcard-archive--content {
  padding: 7.5px 0;
  background-color: var(--card-background-color);
}
.vcard-archive--content .container {
  margin: 0 7.5px;
  display: flex;
  flex-wrap: wrap;
}
.vcard-archive--content--link {
  display: block;
  width: calc(33.3333% - 15px);
  margin: 7.5px;
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s;
}
.vcard-archive--content--link:hover {
  opacity: 0.6;
}
.vcard-archive--content--link--card {
  position: relative;
  display: block;
  background: #EEE;
  aspect-ratio: 1/1;
}
@media (max-width: 600px) {
  .vcard-archive--content--link--card {
    min-height: 80px;
    aspect-ratio: 1/1;
  }
}
.vcard-archive--content--link--card--initials {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 70px;
  padding: 15px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.2);
  overflow: hidden;
  word-break: keep-all;
}
@media (max-width: 600px) {
  .vcard-archive--content--link--card--initials {
    font-size: 46px;
  }
}
@media (max-width: 480px) {
  .vcard-archive--content--link--card--initials {
    font-size: 30px;
  }
}
.vcard-archive--content--link--card--thumbnail img {
  display: block;
  width: 100%;
  height: auto;
}
.vcard-archive--content--link--card:hover .vcard-archive--content--link--card--title {
  background-color: rgba(0, 0, 0, 0.1);
}
.vcard-archive--content--link--card.has-thumbnail .vcard-archive--content--link--card--title {
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.8);
}
.vcard-archive--content--link--card.has-thumbnail:hover .vcard-archive--content--link--card--title {
  opacity: 1;
}
.vcard-archive--content--link--card.link-create {
  mask-image: url("../images/icons/plus.svg");
  mask-repeat: no-repeat;
  mask-position: 50% 50%;
  mask-size: 95%;
  -webkit-mask-image: url("../images/icons/plus.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
  -webkit-mask-size: 95%;
  background-color: #666;
}
.vcard-archive--content--link--title {
  font-size: 1.1em;
  text-align: left;
  padding: 15px 0;
  min-height: 4em;
}
.vcard-archive--content--link--card::after {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  color: #fff;
  padding: 4px 6px;
  border-radius: 4px 0 0 0;
}
.vcard-archive--content--link.post-status-draft .vcard-archive--content--link--card::after {
  content: "Draft";
  background-color: rgba(37, 37, 37, 0.9);
}
.vcard-archive--content--link.post-status-pending .vcard-archive--content--link--card::after {
  content: "Pending";
  background-color: rgba(144, 93, 0, 0.9);
}

body.scrolled .vcard--photo {
  opacity: 0;
  pointer-events: none;
}

body.not-bottomed .vcard--footer {
  box-shadow: none;
}

.single-vcard--share {
  display: block;
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.9);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s;
}
.single-vcard--share.active {
  opacity: 1;
  pointer-events: all;
}
.single-vcard--share--content {
  display: block;
  text-align: center;
  width: 80%;
  max-width: 380px;
  padding: 0 40px 40px;
  margin: 50vh auto 0;
  transform: translateY(-50%);
  color: var(--card-text-color);
  background-color: var(--card-background-color);
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
}
.single-vcard--share--content--actions {
  text-align: right;
  padding: 15px;
  margin: 0 -40px;
}
.single-vcard--share--content--actions a {
  display: inline-block;
  text-decoration: none;
  color: #000;
  border-radius: 50%;
  line-height: 1.5em;
  width: 1.5em;
  height: 1.5em;
  text-align: center;
  background-color: rgba(220, 220, 220, 0.6);
  border-color: rgba(255, 255, 255, 0.8);
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
}
.single-vcard--share--content--actions a:hover {
  background-color: rgb(220, 220, 220);
}
.single-vcard--share--content--field-wrapper {
  margin: 1em;
}
.single-vcard--share--content button, .single-vcard--share--content input {
  width: 100%;
}
.single-vcard--share--content button {
  color: var(--primary-color-contrast-color);
  background-color: var(--primary-color);
}
.single-vcard--share--content button:active, .single-vcard--share--content button:focus, .single-vcard--share--content button:hover {
  color: var(--primary-color-contrast-color);
  background-color: var(--primary-color);
}
.single-vcard--share--content button:hover {
  opacity: 0.6;
}

.flexslider {
  /*    margin: 0; */
  margin-top: 25px;
  margin-left: 24px;
  margin-right: 24px;
  margin-bottom: 0px;
}

.members-form label, .page-template-page-members #loginform label, .page-template-page-members form label {
  text-align: center;
}
.members-form input[type=text], .page-template-page-members #loginform input[type=text], .page-template-page-members form input[type=text], .members-form input[type=email], .page-template-page-members #loginform input[type=email], .page-template-page-members form input[type=email], .members-form input[type=password], .page-template-page-members #loginform input[type=password], .page-template-page-members form input[type=password] {
  display: block;
  width: 100%;
  max-width: 100%;
  border-radius: 10px;
}

@media (max-width: 768px) {
  form.pmpro_form input[type=text].input, form.pmpro_form input[type=password].input, .pmpro_login_wrap form#loginform input[type=text].input, .pmpro_login_wrap form#loginform input[type=password].input {
    width: 100%;
  }
}
.page-template-page-members {
  background-color: #fff;
}
.page-template-page-members .container {
  max-width: 600px;
}
.page-template-page-members article {
  text-align: center;
}

/*# sourceMappingURL=theme.css.map */
