/*
 * 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 15px;
    -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;
}

.wrapper {
    background: #42a8c0;
    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: #42a8c0;
    position: absolute;
    right: 0;
    width: 240px;
    height: 100%;
    min-height: 800px;
    color: #fff;
}

.sidebar-wrapper a {
    color: #fff;
}

.sidebar-wrapper .profile-container {
    padding: 30px 25px;
    background: rgba(0, 0, 0, 0.2);
    text-align: center;
    color: #fff;
}

.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;
}

.sidebar-wrapper .contact-list .fa {
    margin-right: 5px;
    font-size: 18px;
    vertical-align: middle;
}

.sidebar-wrapper .contact-list .fa.fa-linkedin {
    margin-bottom: 2px;
}

.sidebar-wrapper .contact-list .fa.fa-map-marker {
    margin-bottom: 2px;
    padding-right: 4px;
}

.sidebar-wrapper .contact-list li {
    margin-bottom: 15px;
    white-space: nowrap;
}

.sidebar-wrapper .contact-list li:last-child {
    margin-bottom: 0;
}

.sidebar-wrapper .contact-list .email .fa {
    font-size: 14px;
}

.sidebar-wrapper .container-block {
    padding: 30px 25px 30px 20px;
}

.sidebar-wrapper .container-block-title {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 15px;
}

.sidebar-wrapper .degree {
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 5px;
}

.sidebar-wrapper .education-container .item {
    margin-bottom: 15px;
}

.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;
    margin-top: 4px;
}

.sidebar-wrapper .languages-container .lang-desc {
    color: rgba(255, 255, 255, 0.6);
}

.sidebar-wrapper .languages-list {
    margin-bottom: 0;
}

.sidebar-wrapper .languages-list li {
    margin-bottom: 10px;
}

.sidebar-wrapper .languages-list li:last-child {
    margin-bottom: 0;
}

.sidebar-wrapper .interests-list {
    margin-bottom: 0;
}

.sidebar-wrapper .interests-list li {
    margin-bottom: 4px;
}

.sidebar-wrapper .interests-list li:last-child {
    margin-bottom: 0;
}

.main-wrapper {
    background: #fff;
    padding: 60px 45px;
    padding-right: 290px;
}

.main-wrapper .section-title {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 500;
    color: #2d7788;
    position: relative;
    margin-top: 0;
    margin-bottom: 20px;
}

.main-wrapper .section-title .fa {
    width: 30px;
    height: 30px;
    margin-right: 8px;
    display: inline-block;
    color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background: #2d7788;
    text-align: center;
    padding-top: 8px;
    font-size: 16px;
    position: relative;
    top: -2px;
}

.main-wrapper .section {
    margin-bottom: 60px;
}

.main-wrapper .experiences-section .company-heading {
    margin-bottom: 15px;
}

.main-wrapper .experiences-section .company-heading .name {
    color: #3f4650;
    font-size: 19px;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 500;
}

.main-wrapper .experiences-section .company-heading .name a {
    color: #3f4650;
}

.main-wrapper .experiences-section .company-heading .time {
    position: initial;
}

.main-wrapper .experiences-section .company-heading .time strong {
    margin: 0 4px;
}

.main-wrapper .experiences-section .item {
    padding-bottom: 45px;
    border-left: 1px dashed #CCCCCC;
    padding-left: 15px;
    margin-left: 5px;
}

.main-wrapper .experiences-section .item.lastitem {
    margin-bottom: 45px;
    padding-bottom: 0;
}

.main-wrapper .experiences-section .item .meta {
    margin-bottom: 7px;
    margin-left: -23px;
}

.main-wrapper .experiences-section .item .details ul {
    list-style-type: none;
    padding-left: 10px;
}

.main-wrapper .experiences-section .item .details li {
    text-indent: -10px;
}

.main-wrapper .experiences-section .item .details li::before {
    content: "•";
    margin-right: 0.4em;
    position: relative;
    font-weight: bold;
}

.main-wrapper .experiences-section .item .details div span.environment-list {
    font-style: italic;
    font-weight: 500;
}

.main-wrapper .personalprojects-section .item .intro {
    margin-bottom: 6px;
}

.main-wrapper .personalprojects-section .item .details ul {
    list-style-type: none;
    padding-left: 10px;
}

.main-wrapper .personalprojects-section .item .details li {
    text-indent: -10px;
}

.main-wrapper .personalprojects-section .item .details li::before {
    content: "•";
    margin-right: 0.4em;
    position: relative;
    font-weight: bold;
}

.main-wrapper .upper-row {
    position: relative;
    overflow: hidden;
    margin-bottom: 2px;
}

.main-wrapper .bullet {
    position: absolute;
    top: -8px;
    font-size: 22px;
    margin-left: 0px;
    background-color: #FFF;
    height: 26px;
}

.main-wrapper .job-title {
    color: #3f4650;
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 500;
    margin-left: 23px;
}

.main-wrapper .time {
    position: absolute;
    right: 0;
    top: 0;
    color: #97aac3;
}

.main-wrapper .company {
    margin-bottom: 10px;
    color: #97aac3;
}

.main-wrapper .company a {
    color: #97aac3;
}

.main-wrapper .project-title {
    font-size: 16px;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 5px;
}

.main-wrapper .projects-section .intro {
    margin-bottom: 30px;
}

.main-wrapper .projects-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-title small {
    margin-left: 5px;
}

.skillset .level-bar {
    height: 16px;
    background: #f5f5f5;
}

.skillset .level-bar-inner {
    height: 16px;
    background: #7bc2d3;
}

.skillset .level-bar-inner-text {
    font-size: 11px;
    display: block;
    font-weight: bold;
    text-indent: 5px;
    opacity: 0.7;
}

.sidebar-wrapper .contact-list .fa {
    width: 23px;
    text-align: right;
}

.sidebar-wrapper .contact-list li a {
    margin-left: 3px;
}

@media print {
    @page {
        margin: 1.8cm 0 1.4cm;
    }

    @page :first {
        margin-top: 0;
    }

    body {
        padding-bottom: 0 !important;
    }

    .sidebar-wrapper {
        height: auto;
        min-height: 0;
        margin-bottom: 0;
        margin-left: 10px;
        margin-top: 0;
        padding-bottom: 0 !important;
        position: initial;
        width: 100%;
    }

    .sidebar-wrapper .profile-container {
        margin-top: 0;
        padding-top: 0;
    }

    .skillset .level-bar {
        display: none;
    }

    .print-hidden {
        display: none;
    }

    .print-visible {
        /* display: block !important; */
        display: inherit !important
    }

    .section {
        border-top: 1px dashed #CCCCCC;
        padding-top: 15px;
    }

    .profile-container {
        padding-bottom: 0;
    }

    .sidebar-wrapper .contact-container.container-block {
        padding-top: 0;
        margin-top: 0;
        padding-bottom: 5px;
        font-size: 13px;
    }

    .sidebar-wrapper .name {
        margin-top: 0;
        padding-top: 0;
    }

    .sidebar-wrapper .container-block-title {
        margin-bottom: 8px;
    }

    .sidebar-wrapper .degree {
        margin-bottom: 0;
    }

    .sidebar-wrapper .education-container .meta {
        display: inline;
        font-size: 80%;
    }

    .sidebar-wrapper .education-container .time {
        display: inline;
        margin-left: 8px;
        font-size: 80%;
    }

    .main-wrapper {
        width: 100%;
        padding: 60px 15px;
        margin-left: 10px;
        margin-right: 20px;
    }

    .main-wrapper .job-title {
        font-size: 19px;
        min-width: 80%;
    }

    .main-wrapper .bullet {
        padding: 0;
        background-color: #FFFFFF !important;
        print-color-adjust: exact;
        height: 22px;
        margin-top: 0;
        top: 0;
        line-height: 22px;
    }

    .main-wrapper .time {
        font-size: 10px;
        margin-top: 0;
        margin-left: 23px;
        margin-right: 20px;
    }

    .sidebar-wrapper .fa {
        width: 22px;
    }

    .page-break {
        page-break-before: always;
    }

    .sidebar-wrapper .contact-list li {
        margin-bottom: 5px;
        margin-left: -8px;
    }

    .sidebar-wrapper .container-block {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .sidebar-wrapper .interests-list li {
        margin-bottom: 1px;
    }

    .main-wrapper .experiences-section .company-heading .time {
        font-size: 13px;
        margin-top: 0;
        margin-left: 0px;
    }

    .main-wrapper .personalprojects-section {
        margin-top: 20px;
        margin-bottom: 30px;
    }

    .main-wrapper .experiences-section .item {
        margin-top: 0;
        margin-bottom: 0;
        padding-bottom: 30px;
    }

    .main-wrapper .experiences-section .item {
        border-left: 1px dashed #cacaca;
        padding-left: 15px;
    }

    .main-wrapper .summary-section {
        margin-bottom: 20px !important;
    }

    .section-title {
        text-decoration: underline;
    }

    .main-wrapper .summary-section .section-title {
        margin-bottom: 10px !important;
    }

    .main-wrapper .experiences-section .section-title {
        margin-bottom: 15px !important;
    }

    .main-wrapper .experiences-section .item,
    .main-wrapper .personalprojects-section .section-title {
        margin-bottom: 5px;
    }

    .main-wrapper {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

    .main-wrapper .section {
        margin-bottom: 35px;
    }

    .main-wrapper .section.skills-section {
        margin-top: 40px;
        margin-bottom: 0;
        padding-bottom: 50px;
        border-bottom: 1px solid #CCCCCC;
    }

    .skillset .level-title {
        margin-bottom: 0;
        float: left;
        width: 220px;
    }

    .skillset .level-title small {
        margin-left: 5px;
    }

    .skillset .level-bar {
        height: 18px;
        display: none !important;
    }

    .skillset .level-bar-inner {
        min-width: 300px;
    }

    .skillset .level-bar-inner-text {
        min-width: 300px;
        white-space: nowrap;
    }

    footer {
        padding-bottom: 0;
        display: none;
    }

    .sidebar-wrapper li.email a[href]:after,
    .sidebar-wrapper li.phone a[href]:after {
        content: none !important;
    }

    .skillset .level-title {
        width: 100% !important;
    }

    .skillset .level-bar {
        width: 60% !important;
    }

    .skillset {
        display: flex;
        align-items: normal;
        flex-flow: row wrap;
    }

    .skillset .item {
        margin-bottom: 6px;
        min-width: 49%;
        max-width: 49%;
    }
}

.footer {
    padding: 30px;
    padding-top: 60px;
}

.footer .last-updated {
    line-height: 1.6;
    color: #545e6c;
    font-size: 13px;
    display: block;
    margin-bottom: 25px;
}

.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) {
    .sidebar-wrapper {
        position: static;
        width: inherit;
    }

    .main-wrapper {
        padding: 30px 20px;
    }

    .main-wrapper .time {
        position: static;
        display: block;
        margin-top: 5px;
        margin-left: 23px;
    }

    .main-wrapper .experiences-section .company-heading .time {
        margin-left: 0;
    }

    .main-wrapper .upper-row {
        margin-bottom: 0;
    }

    .main-wrapper .bullet {
        height: auto;
        margin-top: 2px;
        height: 27px;
    }
}

/* No less than 400px, no greater than 900px */
@media (min-width:768px) and (max-width:830px) {
    .main-wrapper .job-title {
        max-width: 200px;
    }
}

/* Small devices (tablets, 768px and up) */
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .skillset .level-title {
        display: inline-block;
        float: left;
        width: 33%;
        margin-bottom: 0;
    }

    .skillset .level-bar {
        display: inline-block;
        width: 67%;
        float: left;
        position: relative;
        top: 1px;
    }
}

/* Large devices (large desktops, 1200px and up) */
/* Ex-Large devices (large desktops, 1200px and up) */
