*, *:before, *:after {
  box-sizing: border-box;
}

body {
  transition: 0.35s ease;
}

  .chip   {
    background: #00e676;
    border-radius: 5px;
    text-align: center;
    padding: 1.5px;
    margin-top: 3px;
    color: white;
    width: 70%;
  }
  .mobile-buttons   {
      visibility: hidden;
    }

    #img-avatar1  {
      margin-top: -100px;
      border: 3px solid #fff
    }
  @media only screen and (max-width: 767px) {
    .chip {
        width: 100%;
    }
    .hidden   {
          visibility: hidden;
          position: absolute;
    }
    .mobile-buttons   {
      visibility: visible;
      padding: 30px 0px 0px;
    }
    #img-avatar1  {
      margin-top: -72px;
      border: 3px solid #fff
    }
    #body1  {
      margin: -30px 0% 0px 0%!important;
    }
     #actitudes  {
      margin-top: 0px!important;
    }
}

 @media only screen and (max-width: 1150px) {
    .professional-profile-link {
    left: 28px;
    }
}

.margin0 {
  margin: 0 !important;
}

.padding0 {
  padding: 0 !important;
}

.fit {
  min-height: 100%;
  min-width: 100%;
}

.primary {
  font-family: Roboto;
}

.secondary {
  font-family: Lato;
}

.tertiary {
  font-family: Arvo;
}

.last {
  font-family: Montserrat;
}

.fw-100 {
  font-weight: 100 !important;
}

.fw-200 {
  font-weight: 200 !important;
}

.fw-300 {
  font-weight: 300 !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.circle {
  border-radius: 100%;
}

.light-bxsh {
  box-shadow: 0 1px 2px #e0e0e0;
}

.grey-bxsh {
  box-shadow: 0 0 0 0 #e2e9ed !important;
  transition: 0.2s ease;
}
.grey-bxsh:hover {
  box-shadow: 0 8px 50px rgba(0, 0, 0, 0.2) !important;
}

div.separator {
  position: relative;
  height: 1px;
  margin: 30px auto;
  border: none;
  width: 100%;
  background: #000;
}
div.separator.green {
  background: linear-gradient(90deg, #67ffb5, 20%, transparent) !important;
}
div.separator.grey {
  background: #efefef !important;
}

.rounded-input {
  border: 1px solid #eeeeee !important;
  border-radius: 5px !important;
  box-sizing: border-box !important;
  box-shadow: none !important;
  padding: 2px 10px !important;
}
.rounded-input:focus {
  border: 1px solid #00e676 !important;
}
.rounded-input.white {
  background-color: #fff !important;
}

::-webkit-input-placeholder {
  font-family: Montserrat !important;
}

:-moz-placeholder {
  font-family: Montserrat !important;
}

:-ms-input-placeholder {
  font-family: Montserrat !important;
}

textarea.boxed-input {
  min-height: 80px;
  line-height: 8em !important;
}

body {
  background-color: #f5f5f5;
}

.professional-profile-header {
  position: relative;
  padding: 20px 10px;
}

.professional-more-options {
  padding: 15px;
  border-bottom: 1px solid #eee;
  background-color: #fff;
  box-shadow: 0 -10px 30px -10px rgba(0, 0, 0, 0.1);
}
.professional-more-options .mobile-buttons button {
  margin: 0 5px !important;
}

.professional-profile-link {
  position: absolute;
}
.professional-profile-link .card {
  z-index: 1;
  box-shadow: -3.5px 1px 3px rgba(0, 0, 0, 0.05), -1px 1px 2px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  border-top-right-radius: 0;
  right: 0;
  min-width: 60px;
  left: -60px;
  margin-left: auto;
  margin-right: 0;
}
.professional-profile-link .card .card-content {
  padding: 10px;
  border-radius: 0;
}
.professional-profile-link .card .card-content i.icon {
  cursor: pointer;
}
.professional-profile-link .card .card-content:hover i.icon {
  color: #999;
}
.professional-profile-link .card .card-content.active {
  background-color: #fff !important;
}
.professional-profile-link .card i {
  font-size: 25px;
}

.professional-profile-content .card {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  box-shadow: 2.5px 1px 3px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.professional-profile-content .card .card-content h1, .professional-profile-content .card .card-content h2, .professional-profile-content .card .card-content h3, .professional-profile-content .card .card-content h4, .professional-profile-content .card .card-content h5, .professional-profile-content .card .card-content h6 {
  margin: 0;
  margin-bottom: 10px;
  font-weight: 500;
}
.professional-profile-content .card .card-content h1 {
  font-size: 28px;
}
.professional-profile-content .card .card-content h2 {
  font-size: 24px;
}
.professional-profile-content .card .card-content h3 {
  font-size: 20px;
}
.professional-profile-content .card .card-content .heading {
  margin-bottom: 10px;
}
.professional-profile-content .card .card-content .heading h1, .professional-profile-content .card .card-content .heading h2, .professional-profile-content .card .card-content .heading h3, .professional-profile-content .card .card-content .heading h4, .professional-profile-content .card .card-content .heading h5, .professional-profile-content .card .card-content .heading h6 {
  margin-bottom: 0;
}

.professional-profile-content-card {
  padding: 20px 40px !important;
}

.hiring-banner {
  margin-top: 25px;
  padding: 15px 5px 5px;
  background-color: #00e676;
}
.hiring-banner h1 {
  font-family: Arvo;
  font-family: Montserrat;
  font-size: 20px !important;
  font-weight: bold !important;
  margin-bottom: 5px !important;
}
.hiring-banner h2 {
  font-size: 18px !important;
}
.hiring-banner h1, .hiring-banner h2 {
  color: #fff !important;
}

@media only screen and (max-width: 768px) {
  .hiring-banner {
    text-align: center;
    padding-bottom: 10px;
  }
  .hiring-banner h1 {
    font-size: 16px !important;
  }
  .hiring-banner h2 {
    font-size: 16px !important;
  }
}
@media only screen and (max-width: 480px) {
  .hiring-banner button {
    font-weight: bold;
    font-family: Montserrat;
  }
}
.work-experience {
  position: relative;
  margin-left: 30px;
}
.work-experience .experience-card {
  position: relative;
  margin-bottom: 12.5px;
}
.work-experience .experience-card:before {
  content: "";
  position: absolute;
  height: 10px;
  width: 10px;
  top: 2.5px;
  left: -23.5px;
  border: 5px solid #fff;
  border-radius: 10px;
  box-sizing: content-box;
  background-color: #00e676;
  z-index: 1;
}
.work-experience .experience-card h3, .work-experience .experience-card h4 {
  margin: 0 !important;
}
.work-experience .experience-card h3 {
  font-size: 16px !important;
  margin-bottom: 3px !important;
}
.work-experience .experience-card h4 {
  font-size: 16px !important;
  margin-bottom: 5px !important;
}
.work-experience .dotted-line {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -16px;
  width: 0px;
  height: 100%;
  border-right: 2px dashed lightgrey;
}

.review-block {
  margin: 5px 0;
  padding: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: #fff;
}
.review-block:hover {
  -webkit-transform: scale(1.005);
          transform: scale(1.005);
}
.review-block.recommended {
  border: 1px solid #cdffe6;
}
.review-block.not-recommended {
  border: 1px solid #ffd9d9;
}
.review-block .recommended {
  color: #00e676;
}
.review-block .not-recommended {
  color: #ff3333;
}
.review-block .text-highlighted {
  color: #00e676 !important;
}
.review-block .reviewer-info .reviewer-avatar {
  height: 40px;
  width: 40px;
  max-width: 100%;
  border-radius: 100%;
}
.review-block .reviewer-info .reviewer-basic-info {
  padding: 10px;
}
.review-block .recommended-status {
  text-transform: uppercase;
  padding: 10px;
  display: inline-block;
  border: 1px solid #f5f5f5;
  border-radius: 3.5px;
  cursor: default;
}
.review-block .recommended-status.recommended {
  border: 1px solid #00e676;
}
.review-block .recommended-status.not-recommended {
  border: 1px solid #ff8080;
}

.review-form {
  background-color: #fbfbfb;
  padding: 20px;
  border-radius: 5px;
}

@media only screen and (max-width: 768px) {
  .review-block .right {
    display: block;
    float: none !important;
  }
  .review-block .right .recommended-status {
    margin: 6.5px;
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .review-block {
    padding: 15px 10px;
  }
}
.project-types-filters {
  margin-bottom: 10px;
}

.project-filter {
  margin: 1.5px;
  padding: 0 10px;
  margin-top: -2.5px;
  height: 25px;
  line-height: 1.5em;
  text-transform: capitalize;
  box-shadow: 0 2px 1.5px #ddd;
}
.project-filter:hover {
  box-shadow: 0 5px 15px #aaa;
}

.project-card {
  margin: 0.5px !important;
  border-radius: 2.5px;
  box-shadow: none !important;
  box-shadow: 0 0 0 1px #e2e9ed !important;
  background-color: #fff;
  overflow: hidden !important;
  transition: 0.25s ease-in;
}
.project-card:hover {
  box-shadow: 0 0 0 0.5px rgba(0, 0, 0, 0.5), 0 8px 50px rgba(0, 0, 0, 0.2) !important;
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
  z-index: 2 !important;
}
.project-card:hover img {
  -webkit-filter: grayscale(0);
  z-index: 10 !important;
}
.project-card img {
  min-width: 100%;
  -webkit-filter: grayscale(75%);
  z-index: 0;
}
.project-card .project-name, .project-card .project-description {
  padding: 2.5px 10px;
}
.project-card .project-name {
  font-family: Montserrat;
  font-weight: 700;
  font-size: 16px;
}
.project-card .project-description {
  font-family: Montserrat;
  font-weight: 300;
  color: #aaa;
  padding-bottom: 15px;
}

.chip {
  height: 20px;
  line-height: 1.6em;
  font-size: 13px;
  cursor: pointer;
}
.chip:hover {
  background-color: #00e676;
  box-shadow: 0 1px 0.25px #999, 0 5px 5px #ddd;
}
.chip:hover .text {
  color: #fff;
  display: block;
}

/* Media Queries */
@media only screen and (max-width: 990px) {
  .professional-profile-content .card-content {
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 1150px) {
  .profile-avatar {
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
    height: 100px;
    width: 100px;
  }

  .professional-profile-header {
    padding-left: 0 !important;
  }
  .professional-profile-header h5, .professional-profile-header h6, .professional-profile-header .skill-tags {
    text-align: center !important;
  }

  .professional-profile-header .skill-tags {
    padding: 0px;
  }
  .professional-profile-header .skill-tags .chip {
    margin-bottom: 2px;
    color: white;
    background: #00e676;
  }

  .professional-profile-content-card {
    padding: 20px 0;
    padding-left: 55px;
    padding-right: 20px;
  }

  .professional-profile-link {
    position: fixed;
    top: 84%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 2;
  }
  .professional-profile-link .card {
    box-shadow: 0 1px 20px rgba(0, 0, 0, 0.12);
    min-width: 30px;
    left: -29px;
  }
}
