/*   
 * 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 ======= */

.cv {
  margin-top: 50px;
  margin-bottom: 0px;
  text-align: left;
  font-size: 14px;
  background-color: rgba(255,255,255,1);
  -webkit-box-shadow: 7px 7px 25px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow:    7px 7px 25px 0px rgba(50, 50, 50, 0.75);
  box-shadow:         7px 7px 25px 0px rgba(50, 50, 50, 0.75);
}

.cv-profile-head {
  background-color: rgba(52,76,100,1);
  color: #FFFFFF;
  padding: 30px;
}

.cv-profile-body {
  background-color: rgba(221,229,237,1);
  color: #000000;
  padding: 30px 30px 10px 30px;
}

.cv-skills {
  background-color: rgba(221,229,237,1);
  color: #000000;
  padding: 10px 30px 50px 30px;
}

.cv-experience {
  background-color: rgba(255,255,255,1);
  padding: 30px 30px 30px 30px;
  color: #000000;
}

h1.name {
  margin-top: 40px;
}

h2.profile {
  font-size: 30px;
  margin-top: 50px;
  color: #000000;
}

h3.company {
  font-weight: 600;
  margin-top: 40px;
  color: rgba(52,76,100,1);
}

h4.role {
  margin-top: 30px;
  font-size: 20px;
  color: rgba(52,76,100,1);
}

h4.role-nospace {
  margin-top: 10px;
  font-size: 20px;
  color: rgba(52,76,100,1);
}

p.cv-statement {
  text-align: justify;
  line-height: 180%;
}

p.bold, p.role-dates {
  font-weight: 600;
}

p.lang, p.contact-type, p.institution {
  font-weight: 600;
  margin-bottom: 0px;
}

p.lang-ability, p.degree {
  color: #DB462B;  
}

p.role-dates {
  color: #DB462B;  
}

p.role-details {
  line-height: 180%;
  text-align: justify;
}

a {
  color: #DB462B;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
a:hover {
  text-decoration: none;
  color: #822816;
}
a:focus {
  text-decoration: none;
  color: #2B0D07;
}

.cv-skills .item {
  margin-bottom: 15px;
  overflow: hidden;
}
.cv-skills .level-title {
  font-size: 14px;
  margin-top: 20px;
  margin-bottom: 5px;
  margin-right: 5px;
}
.cv-skills .level-bar {
  height: 12px;
  background: rgba(170, 191, 212,1);
}
.cv-skills .level-bar-inner {
  height: 12px;
  background: rgba(52,76,100,1);
}
.cv-skills .col-lg-5 {
  padding-right: 0px;
}

@media (min-width: 768px) {
  .cv {
    margin-top: 95px;
    margin-bottom: 75px;
  }
  .cv-profile-head {
    padding: 30px;
  }
  .cv-profile-body {
    padding: 30px 30px 10px 30px;
  }
  .cv-skills {
    padding: 10px 30px 60px 30px;
  }
  .cv-experience {
    padding: 40px 50px 40px 40px;
  }
  h2.profile {
    margin-top: 50px;
  }
}

@media (min-width: 992px) {
  .cv-profile-head {
    padding: 40px;
  }
  .cv-profile-body {
    padding: 40px 40px 10px 40px;
  }
  .cv-skills {
    padding: 10px 40px 60px 40px;
  }
  .cv-skills .level-title {
    display: inline-block;
    float: left;
  }
  .cv-skills .level-bar {
    display: inline-block;
    width: 100%;
    float: left;
    position: relative;
    top: 1px;
  }
}

@media only screen and (min-width: 1200px) {
  .cv-skills .level-title {
    margin-top: 10px;
  }
  .cv-skills .level-bar {
    margin-top: 10px;
  }
}
