/*   
 * 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: 'Roboto', sans-serif;
  color: #545E6C;
  background: #f5f5f5;
  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: #2d7788;
  -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: underline;
  color: #1a454f;
}
a:focus {
  text-decoration: none;
}
p {
  line-height: 1.5;
}
.top-nav {
  max-width: 960px;
  margin: 0 auto 8px;
  background: #fff;
  -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);
}
.top-nav-list {
  display: flex;
  align-items: stretch;
  margin: 0;
  padding: 0;
  list-style: none;
}
.top-nav-link,
.top-nav-summary {
  display: block;
  padding: 11px 18px;
  color: #3F4650;
  font-weight: 500;
  line-height: 1.4;
  cursor: pointer;
}
.top-nav-link:hover,
.top-nav-link:focus,
.top-nav-summary:hover,
.top-nav-details[open] .top-nav-summary {
  color: #009789;
  text-decoration: none;
}
.top-nav-summary {
  list-style: none;
}
.top-nav-summary::-webkit-details-marker {
  display: none;
}
.top-nav-summary:after {
  content: "▾";
  margin-left: 7px;
  font-size: 11px;
}
.top-nav-item-with-dropdown {
  position: relative;
}
.top-nav-submenu {
  position: absolute;
  z-index: 10;
  min-width: 180px;
  margin: 0;
  padding: 6px 0;
  list-style: none;
  background: #fff;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
}
.top-nav-submenu a {
  display: block;
  padding: 8px 16px;
  color: #3F4650;
  white-space: nowrap;
}
.top-nav-submenu a:hover,
.top-nav-submenu a:focus {
  color: #009789;
  text-decoration: none;
}
.wrapper {
  background: #888A8D;
  max-width: 960px;
  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: #888A8D;
  position: absolute;
  right: 0;
  width: 290px;
  height: 100%;
  min-height: 800px;
  color: #fff;
}
.sidebar-wrapper a {
  color: #fff;
}
.sidebar-wrapper .profile-container {
  padding: 30px;
  background: rgba(0, 0, 0, 0.2);
  text-align: center;
  color: #fff;
}
.sidebar-wrapper .profile-name-link {
  text-decoration: none;
}
.sidebar-wrapper .name {
  font-size: 32px;
  font-weight: 900;
  margin-top: 0;
  margin-bottom: 10px;
}
.sidebar-wrapper .tagline {
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 0;
}
.sidebar-wrapper .profile {
  margin-bottom: 15px;
  height: 150px;
}
.sidebar-wrapper .contact-list {
  text-align: center;
}
.sidebar-wrapper .contact-list .contact-icon {
  display: inline-block;
  margin-bottom: 0.06cm;
}
.sidebar-wrapper .contact-list .fas {
  margin-right: 5px;
  font-size: 2em;
  vertical-align: text-top;
}
.sidebar-wrapper .contact-list .fab {
  margin-right: 5px;
  font-size: 2em;
  vertical-align: text-top;
}
.sidebar-wrapper .contact-list .ai {
  margin-right: 5px;
  font-size: 2em;
  vertical-align: text-top;
}
.sidebar-wrapper .contact-list li {
  margin-bottom: 15px;
}
.sidebar-wrapper .contact-list li:last-child {
  margin-bottom: 0;
}
.sidebar-wrapper .container-block {
  padding: 30px;
  padding-bottom: 10px;
}
.sidebar-wrapper .container-block-title {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 15px;
}
.sidebar-wrapper .interests-list {
  margin-bottom: 0;
}
.sidebar-wrapper .interests-list li {
  margin-bottom: 10px;
}
.sidebar-wrapper .interests-list li:last-child {
  margin-bottom: 0;
}
.main-wrapper {
  background: #fff;
  padding: 42px 60px 50px 60px;
  padding-right: 350px;
  min-height: 800px;
}
.main-wrapper .section-title {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
  color: #009789;
  position: relative;
  margin-top: 0;
  margin-bottom: 14px;
}
.main-wrapper .section-title .fas,
.main-wrapper .section-title .far {
  width: 30px;
  height: 30px;
  margin-right: 8px;
  display: inline-block;
  color: #009789;
  text-align: center;
  padding-top: 8px;
  font-size: 21px;
  position: relative;
  top: 0;
  vertical-align: text-bottom;
}
.main-wrapper .section {
  margin-bottom: 38px;
}
.main-wrapper .experiences-section .item {
  margin-bottom: 30px;
}
.main-wrapper .upper-row {
  position: relative;
  overflow: hidden;
  margin-bottom: 2px;
}
.main-wrapper .job-title {
  color: #3F4650;
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
}
.main-wrapper .time {
  position: absolute;
  right: 0;
  top: 0;
  color: #97AAC3;
}
.main-wrapper .time-low {
  position: absolute;
  right: 0;
  top: 18px;
  color: #97AAC3;
}
.main-wrapper .time-strong {
  position: absolute;
  float: right;
  right: 0;
  top: 0;
  color: #3F4650;
  max-width: 50%;
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  text-align: right;
}
.main-wrapper .company {
  margin-bottom: 0px;
  color: #97AAC3;
}
.main-wrapper .software-tool-title {
  font-size: 16px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 5px;
  color: #009789;
}
.main-wrapper .software-tool-meta {
  display: block;
  color: #97AAC3;
}
.main-wrapper .software-tool-paper {
  display: block;
  color: #545E6C;
  margin-top: 3px;
}
.main-wrapper .software-tools-section .intro {
  margin-bottom: 30px;
}
.main-wrapper .software-tools-section .item {
  margin-bottom: 15px;
  text-align: justify;
  text-justify: inter-word;
}
.column {
  float: left;
  width: 50%;
  padding: 8px 20px 14px 20px;
  height: 100%;
}
.column2 {
  float: left;
  width: 50%;
  height: 100%;
}
.logos-row .logo-link {
  display: block;
  text-align: center;
}
.logos-row .logo-image {
  max-width: 90%;
  max-height: 85px;
}
.selected-publications-intro {
  margin-bottom: 20px;
}
.selected-publications-list {
  padding-left: 22px;
  list-style: disc;
}
.selected-publications-list li {
  margin-bottom: 15px;
}
.news-list {
  padding-left: 0;
  list-style: none;
}
.news-list li {
  margin-bottom: 12px;
  padding-left: 18px;
  border-left: 3px solid #e8e8e8;
}
.news-list .news-highlighted {
  border-left-color: #009789;
}
.news-date {
  display: block;
  color: #009789;
  font-weight: 500;
}
.news-text {
  display: block;
  color: #545E6C;
}
.current-teaching-list {
  padding-left: 22px;
}
.current-teaching-list li {
  margin-bottom: 14px;
}
.current-teaching-course {
  display: block;
  color: #3F4650;
  font-weight: 500;
}
.current-teaching-meta,
.current-teaching-description {
  display: block;
  color: #97AAC3;
}
.student-supervision-title {
  color: #3F4650;
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 500;
}
.student-supervision-list {
  padding-left: 22px;
  list-style: disc;
}
.student-supervision-list li {
  margin-bottom: 8px;
}
.page-links-list,
.event-list {
  padding-left: 22px;
  list-style: disc;
}
.page-links-list li {
  margin-bottom: 8px;
}
.event-list li {
  margin-bottom: 10px;
}
.row::after {
  content: "";
  clear: both;
  display: table;
}
.footer {
  padding: 30px;
  padding-top: 60px;
}
.footer .copyright {
  line-height: 1.6;
  color: #545E6C;
  font-size: 13px;
}
.footer .fa-heart {
  color: #fb866a;
}
/* Extra small devices (phones, less than 768px) */
@media (max-width: 767px) {
  body {
    padding: 0px;
  }
  .top-nav {
    margin-bottom: 0;
  }
  .top-nav-list {
    flex-wrap: wrap;
  }
  .top-nav-link,
  .top-nav-summary {
    padding: 11px 13px;
  }
  .top-nav-submenu {
    position: static;
    width: 100%;
    box-shadow: none;
    border-top: 1px solid #e8e8e8;
  }
  .sidebar-wrapper {
    position: static;
    width: inherit;
  }
  .main-wrapper {
    padding: 24px;
  }
  .main-wrapper .time,
  .main-wrapper .time-low,
  .main-wrapper .time-strong {
    position: static;
    display: block;
    margin-top: 5px;
  }
  .main-wrapper .upper-row {
    margin-bottom: 0;
  }
}
/* Small devices (tablets, 768px and up) */
/* Large devices (large desktops, 1200px and up) */
/* Ex-Large devices (large desktops, 1200px and up) */
