/* Orange variables */
/*
 * Template Name: Orbit - Responsive Resume/CV Template for Developers
 * Version: 1.0
 * Author: Xiaoying Riley
 * Twitter: @3rdwave_themes
 * License: Creative Commons Attribution 3.0 License
 * Website: http://themes.3rdwavemedia.com/
*/
/* ======= Base ======= */
body {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  color: #545E6C;
  background: #f5f5f5;
  max-width: 1000px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

a {
  color: rgb(243.8636363636, 123.9090909091, 2.6363636364);
}
a:hover {
  text-decoration: underline;
  color: rgb(168.1818181818, 85.4545454545, 1.8181818182);
}
a:focus {
  text-decoration: none;
}

p {
  line-height: 1.5;
}

.resume-wrapper {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  background: #FDA246;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}

.sidebar-wrapper {
  grid-column: span 3;
  order: 2;
  background: #FDA246;
  color: #fff;
  position: sticky;
  top: 4rem;
  height: fit-content;
  z-index: 999;
}
.sidebar-wrapper a {
  color: #fff;
}
.sidebar-wrapper .profile-container {
  padding: 1rem 0 0.5rem 0;
  background: rgba(0, 0, 0, 0.2);
  text-align: center;
  color: #fff;
}
.sidebar-wrapper .name {
  font-size: 2rem;
  font-weight: 900;
  margin-top: 0;
  margin-bottom: 0.5rem;
}
.sidebar-wrapper .tagline {
  color: rgba(255, 255, 255, 0.6);
  font-size: 1.3rem;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 0;
}
.sidebar-wrapper .profile {
  margin-bottom: 1.2rem;
}
.sidebar-wrapper .avatar {
  max-width: 100px;
  margin-bottom: 1.2rem;
  border: 0px solid #fff;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.sidebar-wrapper .details-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.sidebar-wrapper li {
  margin-bottom: 0.7rem;
}
.sidebar-wrapper li:last-child {
  margin-bottom: 0;
}
.sidebar-wrapper .resume-contact-list {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}
.sidebar-wrapper .resume-contact-list .fas,
.sidebar-wrapper .resume-contact-list .fab,
.sidebar-wrapper .resume-contact-list .far {
  height: 1rem;
  margin-right: 0.5rem;
  font-size: 1.6rem;
  vertical-align: middle;
}
.sidebar-wrapper .container-block {
  padding: 1rem 1rem 0.5rem 1rem;
}
.sidebar-wrapper .container-block-title {
  text-transform: uppercase;
  font-size: 1.3rem;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 1.2px;
}
.sidebar-wrapper .degree {
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 5px;
}
.sidebar-wrapper .education-container .item {
  margin-bottom: 1.2px;
}
.sidebar-wrapper .education-container .item:last-child {
  margin-bottom: 0;
}
.sidebar-wrapper .education-container .meta {
  color: rgba(255, 255, 255, 0.6);
  font-weight: 500;
  margin-bottom: 0px;
  margin-top: 0;
}
.sidebar-wrapper .education-container .time {
  color: rgba(255, 255, 255, 0.6);
  font-weight: 500;
  margin-bottom: 0px;
}
.sidebar-wrapper .languages-container .lang-desc {
  color: rgba(255, 255, 255, 0.6);
}
.sidebar-wrapper .languages-list {
  margin-bottom: 0;
}
.sidebar-wrapper .interests-container {
  width: 100%;
}
.sidebar-wrapper .interests-list {
  margin-bottom: 0;
}

.main-wrapper {
  grid-column: span 7;
  order: 1;
  background: #fff;
  padding: 2rem;
}
.main-wrapper .section-title {
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 500;
  color: rgb(243.8636363636, 123.9090909091, 2.6363636364);
  position: relative;
  margin-top: 0;
  margin-bottom: 20px;
}
.main-wrapper .section {
  margin-bottom: 40px;
}
.main-wrapper .experiences-section .item,
.main-wrapper .achievements-section .item,
.main-wrapper .recommendations-section .item,
.main-wrapper .educations-section .item {
  margin-bottom: 30px;
}
.main-wrapper .upper-row,
.main-wrapper .second-upper-row {
  position: relative;
  overflow: hidden;
  margin-bottom: 2px;
  display: flex;
}
.main-wrapper .company-title,
.main-wrapper .degree,
.main-wrapper .cert-title,
.main-wrapper .recommendation-person {
  color: #3F4650;
  font-size: 1.2rem;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  flex: 75%;
}
.main-wrapper .time,
.main-wrapper .cert-url {
  position: absolute;
  right: 0;
  top: 0;
  color: #97AAC3;
  flex: 25%;
}
.main-wrapper .job-title {
  color: #97AAC3;
  min-height: auto;
}
.main-wrapper .recommendation-role,
.main-wrapper .university,
.main-wrapper .cert-org {
  margin-bottom: 10px;
  color: #97AAC3;
}
.main-wrapper .project-title {
  font-size: 16px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 5px;
  color: rgb(243.8636363636, 123.9090909091, 2.6363636364);
}
.main-wrapper .projects-section .intro {
  margin-bottom: 30px;
}
.main-wrapper .projects-section .item {
  margin-bottom: 15px;
}
.main-wrapper .oss-section .intro {
  margin-bottom: 30px;
}
.main-wrapper .oss-section .item {
  margin-bottom: 15px;
}
.main-wrapper .publication-title {
  font-size: 16px;
  font-weight: 400;
  color: #3F4650;
  margin-bottom: 1px;
}
.main-wrapper .publication-authors {
  font-style: italic;
  color: #97AAC3;
  margin-bottom: 1px;
}
.main-wrapper .publications-section .intro {
  margin-bottom: 30px;
}
.main-wrapper .publications-section .item {
  margin-bottom: 15px;
}

.skillset .item {
  margin-bottom: 15px;
  overflow: hidden;
}
.skillset .level-title {
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 12px;
}
.skillset .level-bar {
  height: 12px;
  background: #f5f5f5;
}
.skillset .level-bar-inner {
  height: 12px;
  background: rgb(253.8181818182, 200.0454545455, 145.6818181818);
}

.resume-footer {
  text-align: center;
}

/* Global level toggle  */
@media (max-width: 1014px) {
  .resume-wrapper {
    display: unset;
  }
  .sidebar-wrapper {
    position: static;
    width: inherit;
  }
  .sidebar-wrapper .profile-container {
    padding: 1rem 1.2rem 0.5rem 1.2rem;
  }
  .sidebar-wrapper .interests-container {
    display: none;
  }
  .sidebar-wrapper .education-container {
    max-width: 50%;
  }
  .wrapper {
    display: block;
  }
  .details-container {
    padding: 0 1.2rem 0 1.2rem;
  }
}
/* Extra small devices (phones, less than 768px) */
@media (max-width: 767px) {
  .sidebar-wrapper {
    position: static;
    width: inherit;
  }
  .sidebar-wrapper .details-container {
    justify-content: space-between !important;
  }
  .sidebar-wrapper .education-container {
    max-width: 100% !important;
  }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .skillset .level-title {
    float: left;
    width: 30%;
    margin-bottom: 0;
  }
  .skillset .level-bar {
    width: 70%;
    float: left;
    position: relative;
    top: 1px;
  }
}
.skillset .level-bar-inner {
  width: auto;
  -webkit-transition: width 2s ease-in-out;
  -moz-transition: width 2s ease-in-out;
  -o-transition: width 2s ease-in-out;
  transition: width 2s ease-in-out;
}

/* Large devices (large desktops, 1200px and up) */
/* Ex-Large devices (large desktops, 1200px and up) */
.d-flex {
  display: flex;
}

.ml-auto {
  margin-left: auto;
}

.mr-1 {
  margin-right: 0.5rem;
}

.mb-1 {
  margin-bottom: 0.5rem;
}

@media print {
  @page {
    size: A4;
  }
  body {
    padding: 0 !important;
    font-size: 11pt;
  }
  img.avatar {
    filter: grayscale(1);
    -webkit-filter: greyscale(1);
  }
  .resume-wrapper {
    max-width: unset !important;
    display: unset;
  }
  .main-wrapper {
    -webkit-print-color-adjust: exact;
    padding: 30px;
  }
  .wrapper {
    display: block;
  }
  .sidebar-wrapper {
    position: static;
    -webkit-print-color-adjust: exact;
    width: inherit;
  }
  .sidebar-wrapper .interests-container {
    display: none;
  }
  .sidebar-wrapper .education-container {
    max-width: 50%;
  }
  .remove-container.container-block {
    display: none;
  }
  header,
  .site-header,
  nav,
  footer {
    display: none;
  }
  .skillset .level-bar-inner {
    background-color: black !important;
    -webkit-print-color-adjust: exact;
  }
  .fa-inverse,
  .fa-inverse:after,
  .fa-inverse:before {
    color: #ffffff !important;
  }
}

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