.resume-view {
  margin: 0 !important;
  padding-top: 0 !important;
}

@media print {
  @page {
    .resume-view {
      margin: 0 2cm 0 0;
    }
  }
}

@media print {
  .resume-view h1 {
    font-size: 18pt;
    line-height: 17pt;
    text-transform: uppercase;
  }
  .resume-view h2 {
    font-size: 18pt;
    line-height: 17pt;
  }
  .resume-view h3 {
    font-size: 14pt;
    line-height: 13pt;
  }
  .resume-view h4 {
    font-size: 12pt;
    line-height: 11pt;
  }
  .resume-view h5 {
    font-size: 11pt;
    line-height: 13pt;
  }
  .resume-view h6 {
    font-size: 11pt;
    line-height: 12pt;
  }
  .resume-view p {
    font-size: 8pt;
  }
}

.resume-view main.main,
.resume-view .container {
  max-width: 100% !important;
  width: auto !important;
  padding: 0;
  overflow-x: hidden;
}

.resume-view img {
  max-width: 100%;
}

.resume-view footer.site-footer,
.resume-view .acc-nav-container {
  display: none !important;
}

.resume-view .main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (orientation: portrait) {
  .resume-view .main {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.resume-view .resume-left,
.resume-view .resume-right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media (orientation: portrait) {
  .resume-view .resume-left,
  .resume-view .resume-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

.resume-view .resume-left {
  background-color: #F9F9F9;
}

@media (orientation: landscape) {
  .resume-view .resume-left {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 40%;
            flex: 1 1 40%;
    max-width: 40vw;
  }
}

.resume-view .resume-right {
  padding: 15px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (orientation: landscape) {
  .resume-view .resume-right {
    max-width: 60vw;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 60%;
            flex: 1 1 60%;
  }
}

@media print {
  .resume-view .resume-right {
    padding-bottom: 1.5cm;
  }
}

.resume-view .logo-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  vertical-align: bottom;
  border-bottom: 4px solid #A101FF;
  padding: 30px;
}

@media print {
  .resume-view .logo-bar {
    padding: 5mm 2cm;
    max-height: 2.5cm;
  }
}

.resume-view .logo-bar button {
  margin: auto 0 auto auto;
}

.resume-view .resume-author-info {
  padding: 15px 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.resume-view .resume-author-info > div {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

.resume-view .userphoto-wrapper {
  position: relative;
}

.resume-view .userphoto-wrapper .userphoto {
  margin: .5rem 2rem .4rem 2rem;
}

.resume-view .userphoto-wrapper .userphoto img {
  max-height: 4cm;
}

.resume-view .userphoto-wrapper .qr {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 15%;
}

@media print {
  .resume-view .userphoto-wrapper .qr {
    max-width: 2.5cm;
  }
}

.resume-view .userphoto-wrapper .profile-link {
  display: block;
  margin-left: 17.5%;
  width: 80%;
  width: calc(100% - 2.5cm);
  font-size: 9pt;
}

.resume-view .userphoto-wrapper .profile-link a {
  display: inline-block;
  max-width: 100%;
  word-break: break-all;
}

@media print {
  .resume-view .userphoto-wrapper .profile-link {
    margin-left: 2.75cm;
  }
}

.resume-view .userinfo > p {
  font-size: 9pt;
  line-height: 11pt;
}

.resume-view .username {
  margin-bottom: .25em;
}

.resume-view .usertitle {
  font-size: 1.1em;
  line-height: 1.2em;
}

.resume-view .resume-events {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.resume-view .resume-events .resume-events-title {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  color: #CCCCCC;
  font-size: 10pt;
  margin-top: 0;
  margin-bottom: 5mm;
}

.resume-view .resume-events .resume-event {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  border-bottom: 3px solid #CCCCCC;
}

.resume-view .resume-events .resume-event > p {
  font-size: .75em;
}

.resume-view .resume-events .resume-event-title {
  line-height: 1em;
  margin-bottom: .25rem;
}

.resume-view .resume-post-summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 1rem auto;
  border-bottom: 3px solid #CCCCCC;
}

.resume-view .resume-post-summary header {
  width: 85%;
}

.resume-view .resume-post-summary .entry-meta {
  width: 15%;
  padding: .5rem;
}

.resume-view .resume-post-summary .entry-meta img {
  width: 90%;
  width: calc(100% - 1rem);
  height: auto;
  min-width: 2cm;
}

@media (orientation: landscape) and (max-width: 960px) {
  .resume-view .resume-post-summary header {
    width: 75%;
  }
  .resume-view .resume-post-summary .entry-meta {
    width: 25%;
  }
  .resume-view .resume-post-summary h3 {
    font-size: 1.1rem;
  }
  .resume-view .resume-post-summary h4 {
    font-size: .75rem;
  }
}

.resume-view .social-icons {
  margin: 2rem 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  word-wrap: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.resume-view .social-icons > p {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  font-size: 9pt;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.resume-view .social-icons i {
  font-size: 1.8em;
  margin-right: 2mm;
}

@media print {
  button {
    display: none !important;
  }
}
/*# sourceMappingURL=author-resume-view.css.map */