/* -----------------------------------*/
/* Colors ----------------------------*/
/* -----------------------------------*/

/* Mint Green: #76beaa */
/* Red Buttons: #b85e5d */

body.profile-page {
  padding-top: 6.5rem;
  overflow-x: hidden;
}
body.profile-page .container {
  position: relative;
}

.profile-bar {
  background: #eeeeee;
  padding: 40px 0 20px 0;
  position: relative;
}
.profile-bar p {
  font-size: 0.8rem;
  max-height: 115px;
  overflow: hidden;
}
.profile-bar .user-name {
  color: #76beaa;
  text-transform: uppercase;
  font-size: 1.3rem;
  margin-bottom: 10px;
}
.profile-bar .user-name span {
  color: #999999;
  font-size: 0.9rem;
  text-transform: none;
  position: relative;
  top: -2px;
}

.profile-bar .website a {
  color: #666666;
  font-family: "gotham_bold", sans-serif;
}
.profile-bar .website a:hover {
  color: #222222;
}
.profile-bar .social span.divider {
  border-left: 1px solid #cccccc;
  margin-right: 15px;
}
.profile-bar .social i.fa {
  background: #666666;
  color: #ffffff;
  padding: 5px 7px;
  border-radius: 100%;
  min-width: 27px;
}
.profile-bar .social a:hover i.fa {
  background: #222222;
}

.profile-bar .statistics {
  list-style-type: none;
  padding: 0;
  float: right;
  position: absolute;
  right: 0;
  top: 1rem;
}
.profile-bar .statistics li {
  float: left;
  padding: 20px 15px;
  border-right: 1px solid #ffffff;
  text-align: center;
}
.profile-bar .statistics li.activity {
  border-right: 0;
  position: relative;
  top: -15px;
}
.profile-bar .statistics li .number {
  font-size: 1.5rem;
  color: #666666;
  margin-bottom: 20px;
}
.profile-bar .statistics li .label {
  text-transform: uppercase;
  font-family: 'novecento_sans_widenormal';
  color: #999999;
}
.profile-bar .statistics li.activity .number {
  background: #76beaa;
  border-radius: 100%;
  padding: 15px 5px;
  color: #ffffff;
}
.statistics li.activity .label {
  position: relative;
  top: -14px;
}

.profile-container .tabbed-content .user-nav .nav-item {
  margin-left: 0;
}
.profile-container .tabbed-content .user-nav .nav-item .nav-link {
  color: #8a8a8a;
  text-transform: uppercase;
  font-size: 0.8rem;
  padding: 20px;
  border-right: 1px solid #ccc;
  border-radius: 0;
}
.profile-container .tabbed-content .user-nav .nav-item.ask .nav-link {
  border-right: 0;
}
.profile-container .tabbed-content .user-nav .nav-item:last-of-type .nav-link {
  border-right: 0;
}
.profile-container .tabbed-content .user-nav .nav-item a.nav-link:hover {
  color: rgba(0,0,0,.9);
}
.profile-container .tabbed-content .user-nav .nav-item .nav-link.active {
  border-radius: 0;
  background-color: #76beaa;
  color: #ffffff;
}
.profile-container .tabbed-content .user-nav .nav-item .nav-link.active:hover {
  color: #ffffff;
  border-color: #ffffff;
}
.profile-container .tabbed-content .user-nav {
  margin-bottom: 15px;
  border-bottom: 1px solid #cccccc;
}
.profile-container .tabbed-content .user-nav .nav-item.follow a {
  padding: 15px 50px;
  margin-top: 3px;
  margin-right: 5px;
  letter-spacing: 3px;
}

.profile-content .filter {
  margin-bottom: 20px;
}
.profile-content .filter span {
  float: left;
  font-family: 'Parisienne', cursive;
  color: #76beaa;
  font-size: 2rem;
  padding-right: 20px;
  border-right: 2px dotted #cccccc;
  margin-right: 15px;
  margin-left: 25px;
}
.profile-content .filter button {
  border: 0;
  text-transform: uppercase;
  margin-top: 5px;
  color: #999999;
}
.profile-content .filter .open>.dropdown-menu {
    left: 114px;
}

.activity-menu-container {
  width: 100%;
  min-height: 600px;
  margin: 0 auto;
  position: absolute;
  top: -65px;
  overflow: hidden;
  display: none;
  z-index: 99;
}
.activity-menu {
  width: 500px;
  background: #ffffff;
  position: absolute;
  top: 0;
  right: 0;
  transform: translateY(320px);
  height: 520px;
  box-shadow: -7px 5px 25px rgba(0,0,0,0.2);
  transition: all 0.6s cubic-bezier(.87,-.41,.19,1.25);
  margin-top: 10px;
  opacity: 0;
}
.activity-menu.in {
  transform: translateY(10px);
  opacity: 1;
}
.activity-menu::before {
  content: '';
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #ffffff;
  position: absolute;
  top: -10px;
  right: 50px;
}
.activity-menu .nav {
  border-bottom: 1px solid #cccccc;
  padding-left: 100px;
  margin-bottom: 40px;
}
.activity-menu .nav > li > a {
  border: 0;
  color: #999999;
  text-transform: uppercase;
  font-size: 0.8rem;
}
.activity-menu .nav .nav-link {
  color: #222222;
  border-radius: 0;
  font-size: 1rem;
  padding: 10px 30px;
}
.activity-menu .nav .nav-link.active, .activity-menu .nav .nav-link.active:focus, .activity-menu .nav .nav-link.active:hover {
  border-bottom: 5px solid #76beaa;
  color: #222222;
  background: 0;
}
.activity-menu .tab-content {
  padding: 10px 80px 40px 40px;
}
.activity-menu ul.activity-list {
  padding: 0;
  list-style-type: none;
}
.activity-menu ul.activity-list li:first-of-type {
  border-top: 1px solid #cccccc;
}
.activity-menu ul.activity-list li {
  border-bottom: 1px solid #cccccc;
  text-transform: uppercase;
  color: #666666;
  font-size: 0.7rem;
  padding: 7px 0 5px 0;
}
.activity-menu ul.activity-list li a {
  color: #666666;
  font-family: "gotham_bold", sans-serif;
}
.activity-menu ul.activity-list li .avatar {
  height: 30px;
  width: 30px;
}
.activity-menu ul.activity-list li .follow-icon i {
  color: #76beaa;
  border: 1px solid #76beaa;
  padding: 7px 7px 5px 7px;
  border-radius: 100%;
  margin-top: 1px;
}
.activity-menu ul.activity-list li h4 {
  margin-top: 6px;
}

/* Activity Bubbles */
.bubbles {
  position: relative;
}
.activity-bubbles {
  position: absolute;
  top: 60px;
  left: 103px;
}
.activity-bubbles .bubble {
  background: #76beaa;
  padding: 5px 10px;
  border-radius: 13px;
  float: left;
  font-size: 0.8rem;
  color: #ffffff;
  position: relative;
  margin-right: 5px;
}
.activity-bubbles .bubble::before {
  content: '';
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #76beaa;
  position: absolute;
  top: -6px;
  right: 30%;
}

/* Message Bubbles */
.message-bubbles {
  position: absolute;
  top: 60px;
  right: 160px;
}
.message-bubbles .bubble {
  background: #b85e5d;
  padding: 5px 10px;
  border-radius: 13px;
  float: left;
  font-size: 0.8rem;
  color: #ffffff;
  position: relative;
  margin-right: 5px;
}
.message-bubbles .bubble::before {
  content: '';
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #b85e5d;
  position: absolute;
  top: -5px;
  right: 25%;
}

#editProfile {
  margin-bottom: -40px;
}

@media (max-width: 1199px) {
  .profile-bar {
    font-size: 0.8rem;
  }
  .profile-bar .statistics li.activity .number {
    padding: 10px 5px;
    margin-top: 5px;
  }
  .statistics li.activity .label {
    position: relative;
    top: -10px;
  }
  .profile-bar .social i.fa {
    padding: 7px 7px;
  }
  .social {
    clear: both;
    margin-top: 10px;
  }
  .social .divider {
    display: none;
  }
  .profile-container .tabbed-content .user-nav .nav-item .nav-link {
    padding: 18px 15px;
  }
  .profile-container .tabbed-content .user-nav .nav-item.follow a {
    padding: 15px 20px;
  }
  .activity-menu-container {
    position: absolute;
    top: -160px;
  }
}

@media (max-width: 992px) {

  .profile-bar .col-lg-6 {
    min-height: 200px;
  }
  .profile-bar .statistics {
    clear: both;
    position: relative;
  }
  .profile-container .tabbed-content .user-nav .nav-item .nav-link {
    padding: 16px 11px;
    font-size: 0.6rem;
  }
  .profile-container .tabbed-content .user-nav .nav-item.follow a {
    padding: 15px 20px;
    font-size: 0.6rem;
  }
}

@media (max-width: 767px) {
  .profile-container .tabbed-content .user-nav .nav-item {
    margin-left: 0;
    width: 100%;
    margin-top: 20px;
  }
  .profile-container .tabbed-content .user-nav .nav-item a {
    border-right: 0 !important;
  }
  .profile-container .tabbed-content .user-nav .nav-item .nav-link {
    font-size: 1rem;
  }
  .profile-container .tabbed-content .user-nav .nav-item.follow a {
    font-size: 1rem;
    width: 100%;
  }
}

@media (max-width: 574px) {
  .profile-bar .col-sm-3 {
    text-align: center;
  }
  .profile-bar .user-avatar {
    height: 120px;
    margin-top: 40px;
    margin-bottom: 20px;
  }
}
