/*
 * 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/
*/
/* styles.css */
/* ======= Base ======= */
body {
  font-family: Arial, Helvtica, sans-serif;
  color: #000;
  background: #fff;
  font-size: 14px;
  padding: 30px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}
a {
  color: #000;
  text-decoration: none;
  border-bottom: 1px dotted;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
a:hover {
  text-decoration: none;
  border-bottom: 1px solid;
  color: #1a454f;
}
a:focus {
  text-decoration: none;
}
p {
  line-height: 1.5;
}
.wrapper {
  background: #fff;
  max-width: 960px;
  min-height: 800px;
  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 {
  background: #606B7A;
  position: absolute;
  left: 0;
  width: 240px;
  height: 100%;
  color: #fff;
}
.sidebar-wrapper a {
  color: #fff;
}
.sidebar-wrapper .profile-container {
  padding: 30px;
  background: rgba(0, 0, 0, 0.2);
  text-align: left;
  color: #fff;
}
.sidebar-wrapper .name {
  font-size: 24px;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 10px;
}
.sidebar-wrapper .mingzi {
  vertical-align: -2px;
  height: 24px;
}
.sidebar-wrapper .tagline {
  color:#fff;
  font-size: 14px;
  font-weight: 400;
  margin-top: 10px;
  margin-bottom: 10px;
}
.sidebar-wrapper .profile {
  margin-bottom: 15px;
}
.sidebar-wrapper .profile-list {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
}
.sidebar-wrapper .profile-list li {
  margin-bottom: 10px;
}
.sidebar-wrapper .profile-list li:last-child {
  margin-bottom: 0;
}
.sidebar-wrapper .contact-list li {
  margin-bottom: 5px;
}
.sidebar-wrapper .contact-list li:last-child {
  margin-bottom: 0;
}
.sidebar-wrapper .mail{
  margin-top: 20px;
  margin-bottom: 0;
}
.sidebar-wrapper .container-block {
  padding: 30px;
}
.main-wrapper {
  background: #fff;
  padding: 30px;
  padding-left: 300px;
  page-break-before: always;
}
.main-wrapper .section-title {
  /* text-transform: uppercase; */
  font-variant: small-caps;
  font-size: 20px;
  font-weight: 500;
  color: #000;
  position: relative;
  margin-top: 0;
  margin-bottom: 20px;
}
.main-wrapper .section {
  margin-bottom: 30px;
  page-break-inside: avoid;
}
.main-wrapper .summary-section .summary {
  text-align: justify;
}
.main-wrapper .interests-section .interests {
  text-align: justify;
}
.main-wrapper .education-section .item {
  margin-bottom: -5px;
}
.main-wrapper .upper-row {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
}
.main-wrapper .affiliation{
  color: #000;
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
}
.main-wrapper .dates {
  position: absolute;
  right: 0;
  top: 0;
  color: #000;
}
.main-wrapper .position {
  margin-bottom: 0;
  color: #000;
}
.main-wrapper .publications-section .intro {
  margin-bottom: 0;
}
.main-wrapper .publications-section .item {
  margin-bottom: 10px;
  text-align: justify;
}
.main-wrapper .publications-section li {
  margin-bottom: 10px;
}
.main-wrapper .publications-section li:last-child {
  margin-bottom: 0;
}
.main-wrapper .awards-section .item {
  margin-bottom: 10px;
}
.main-wrapper .awards-section li {
  margin-bottom: 10px;
}
.main-wrapper .awards-section li:last-child {
  margin-bottom: 0;
}
.main-wrapper .bottom {
  min-height: 300px;
  background-image: url(../images/hongkong-skyline.svg);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.footer {
  padding-top: 30px;
}
.footer .copyright {
  line-height: 1.6;
  font-size: 13px;
  color: #808080;
}

.footer .copyright a {
  color: #808080;
}

/* Extra small devices (phones, less than 768px) */
@media (max-width: 767px) {
  .sidebar-wrapper {
    position: static;
    width: inherit;
  }
  .main-wrapper {
    padding: 30px;
  }
  .main-wrapper .dates {
    position: static;
    display: block;
    margin-top: 5px;
  }
  .main-wrapper .upper-row {
    margin-bottom: 0;
  }
}
