/*----------------------------------------------------------------------------- 
New Profile Page
-----------------------------------------------------------------------------*/

.activity-nav {
    background-color: #f6f4f4;
    height: 100px;
    border-bottom: 1px solid #e3e2e2;
    position: relative;
    width: 100%;
}
.activity-nav .links {
    bottom: 20px;
    margin: auto;
    position: absolute;
}
.page-template-page-templatestemplate-activity-feed-php .activity-nav .links .all,
.author .activity-nav .links .your,
.to-do.active {
    border-bottom: 4px solid #696969;
}

.activity-nav .links .all:hover,
.activity-nav .links .your:hover,
.activity-nav .links .to-do:hover {
	color:#4c9fb2;
	border-bottom: 4px solid #4c9fb2;
}

.activity-nav a,
.activity-nav a.back-link {
    text-transform: uppercase;
    font-size: 13px;
    color: #3b3b3b;
    font-family: 'montserrat';
    padding: 5px 15px 20px 15px;
    margin-right: 30px;
}
.activity-nav a:hover,
.activity-nav a.back-link:hover {
    text-decoration: none;
    color: #4c9fb2;
}

#all-activity, #your-activity {
    padding-top: 60px;
}
.author .form-header .cancel-profile-edit,
.author .form-footer .cancel-profile-edit {
  font-family: 'open sans';
  font-size: 12px;
  color: #a09d9e;
  float: right;
  text-decoration: underline;
}
.author .form-header .cancel-profile-edit {
  margin-top: 4px;
}
.author .form-section.form-footer .cancel-profile-edit {
  margin-top: 16px;
  margin-right: 60px;
  color: #bdb8b8;
}
.author #bio-buttons {
    float: right;
    margin: 0 -140px 30px 0;
    width: 150px;
}
.author #bio-buttons #edit-profile {
    float: right;
    background-color: #e5e5e5;
    text-transform: uppercase;
    color: #737272;
    font-size: 12px;
    font-family: 'montserrat';
}
.author #edit-profile {
  margin-top: 13px;
}
.author .form-header {
  padding: 30px;
}
.author input#updateuser {
  float: right;
  margin-bottom: 30px;
  margin-right: 0;
  text-transform: uppercase;
  background-color: #f15959;
  padding: 15px 34px;
  margin-bottom: 0;
}
.author #edit-profile-form {
  display: none;
  max-width: 800px;
  width: 130%;
  border: 5px solid #f3f2f2;
  float: right;
  margin: 0 -15%;
}
.author #edit-profile-form .left-col {
  float: left;
  width: 354px;
}
.author #edit-profile-form .right-col {
  float: right;
  width: 354px;
}
.author #edit-profile-form .left-col,
.author #edit-profile-form .left-col-3,
.author #edit-profile-form .mid-col-3 {
  margin-right: 0;
}
.author #edit-profile-form .left-col-3,
.author #edit-profile-form .mid-col-3,
.author #edit-profile-form .right-col-3 {
  float: left;
  width: 226px;
}
.author #edit-profile-form h1 {
  color: #3b3b3b;
  font-size: 24px;
  padding: 0;
  margin: 0;
  float: left;
}

.author #edit-profile-form label {
  color: #727070;
  font-size: 16px;
  padding-bottom: 3px;
  font-family: 'Montserrat';
  font-weight: 100;
}
.author #edit-profile-form input[type="text"],
.author #edit-profile-form input[type="password"],
.author #edit-profile-form textarea {
  border: 1px solid #c6c5c5;
  box-shadow: none;
}
.author #edit-profile-form .left-col-3 input[type="text"],
.author #edit-profile-form .mid-col-3 input[type="text"],
.author #edit-profile-form .right-col-3 input[type="text"] {
  width: 202px;
}
.author #edit-profile-form textarea {
    height: auto;
    max-width: 730px;
    padding: 10px;
    width: 100%;
}
.author #edit-profile-form input[type="text"],
.author #edit-profile-form input[type="password"] {
  width: 100%;
}
.author #edit-profile-form input[type="text"].error,
.author #edit-profile-form input[type="password"].error {
	border: 1px solid #ce362f;
}
.author #edit-profile-form .left-col p {
  margin-right: 0;
}
.author #edit-profile-form p.email-wrapper {
	/*margin-bottom: 6px;*/
}
.author .form-section p {
  margin-bottom: 0;
}
.author .form-section.photo-note {
  display: none;
}
.author .form-section.photo-note p {
  font-size: 13px;
  color: #727070;
  font-family: 'open sans';
  margin: 20px 12px 0 12px;
}
.author .form-section.photo-note p a {
  color: #727070;
  font-weight: bold;
}
.author #edit-profile-form .form-section {
  border-top: 1px solid #ebe9e9;
  padding: 30px;
  float: left;
  width: 100%;
}
/*.author #edit-profile-form .form-section.social {
	width: 740px;
}*/
.author #edit-profile-form .form-section.social .field-group {
	margin-top: 20px;
}
.author #edit-profile-form .form-section.social #social-buttons {
	text-align: justify;
	height: 34px;
}
.author #edit-profile-form .form-section.social div.button {
	margin-right: 10px;
	padding: 8px 12px;
	color: #000000;
	background-color: #d6d5d5;
	font-family: 'Montserrat', serif;
	font-size: 14px;
	display: inline-block;
	float: none;
}
.author #edit-profile-form .form-section #social-buttons:after {
	content: "";
	width: 100%;
	display: inline-block;
}
.author #edit-profile-form .form-section.social div.button.last {
	margin-right: 0;
}
.author #edit-profile-form .form-section.avatar .avatar-options {
  overflow: hidden;
  clear: both;
  margin: 10px 0 0 0;
}
.author #edit-profile-form .form-section.avatar .avatar-wrapper {
  float: left;
  padding: 10px;
  margin: 0 35px 0 0;
  border: 1px solid #ffffff;
}
.author #edit-profile-form .form-section.avatar .avatar-wrapper.active {
  cursor: pointer;
  background: #f3f2f2;
  /*border: 1px solid #ffffff;*/
}
.author #edit-profile-form .form-section.avatar .avatar-wrapper.current {
  border: 1px solid #c6c5c5;
  background: #f3f2f2;
}
.author #edit-profile-form input#email {
	margin-bottom: 0;
}
.author #edit-profile-form input#email-public {
	margin-top: -2px;
}
.author #edit-profile-form label#show-email {
	font-size: 13px;
	display: inline-block;
  font-family: 'open sans';
  color: #727070;
  margin: 5px 0 0 5px;
}
.author #edit-profile-form .form-section.social #twitter-field,
.author #edit-profile-form .form-section.social #facebook-field,
.author #edit-profile-form .form-section.social #linkedin-field,
.author #edit-profile-form .form-section.social #dribbble-field {
	display: none;
}
.author #edit-profile-form .errors {
	background: url("../img/activity-feed/icon_failure_dark.png") no-repeat scroll 10px 10px #ce362f;
	margin: 30px;
	margin-bottom: 0;
	padding: 17px;
	color: #790a05;
	font-family: 'Monserrat', serif;
	font-size: 16px;
	min-height: 50px;
}
.author #edit-profile-form .errors p {
	padding-left: 65px;
}
#your-activity .author-info {
  max-width: 650px;
  margin: 0 auto;
}
.author #author-avatar {
  float: left;
  height: 185px;
  width: 185px;
}
.author #author-avatar img {
  width: 100%;
  height: 100%;
}
#my-bio {
  margin: 0 0 30px 215px;
}
.author #author-avatar img.avatar {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.author #bio-details p {
	font: 1.0625em/1.618em 'open sans',sans-serif;
}
.author #bio-details h1 {
  font-size: 2.25em;
  line-height: 1.22em;
  margin-bottom: 20px;
}
.author #bio-details p.user-website a {
	color: #333;
	font-weight: bold;
}
.author #my-bio #social-links {
	margin-top: 30px;
}
.author #my-bio #social-links img {
	padding-right: 3px;
}
section.my-core-skills {
	background-color: #f3f2f2;
	border-top: 1px solid #dbdada;
	border-bottom: 1px solid #dbdada;
}
.author-info {
    padding: 60px 0;
}
#your-activity .author-info {
    padding-top: 0;
}
.email-contact {
/*  float: left;*/
  width: 100%;
  padding: 60px 0px;
}
section.my-projects,
section.my-challenges {
    width: 100%;
    padding: 0 0 60px 0;
}
section.my-projects .border,
section.my-challenges .border {
    width: 100%;
    border-bottom: 1px solid #E3E2E2;
    margin-bottom: 70px;
}
section.email-contact .main {
	padding: 40px 0;
	border-top: 1px solid #e3e2e2;
	border-bottom: 1px solid #e3e2e2;
}
section.email-contact .main h3 {
	text-align: center;
}
section.email-contact .main h3 a {
	text-decoration: underline;
}
section.email-contact br {
  display: none;
}
section.my-core-skills div.all-badges {
	margin: auto;
	
}
div.core-skill-badge {
	float: left;
	margin-right: 20px;
}
.core-skill-badge span {
	display: block;
	text-align: center;
	font-size: 14px;
	color: #3a3939;
	text-transform: uppercase;
}
section.my-core-skills div.core-skill-badge img.profile-badges {
	padding-bottom: 20px;
}

section.my-core-skills h3, /*section.my-projects h3,*/
section.my-core-skills h3, section.my-challenges h3 {
    text-transform: uppercase;
    /*font-size: 16px;*/
    font-weight: bold;
    padding: 20px 0 20px 5px;
    border-top: 1px solid #E3E2E2;
    border-bottom: 1px solid #E3E2E2;
    margin: 0 0 70px 0;
}
section.my-projects div.my-project-shot,
section.my-challenges div.my-project-shot {
    border: 1px solid #E7E5E5;
    float: left;
    margin-bottom: 30px;
    margin-right: 30px;
}
#load-more .button {
    width: 100%;
    /*height: 59px;*/
    border: 1px solid #e3e2e2;
    background: none;
    padding: 19px;
    margin: 0 0 60px 0;
    /*background: url("../img/ajax-loader.gif") no-repeat scroll center #FFFFFF;*/
}
#load-more .button span {
  color: #505050;
    font-family: 'Montserrat';
    font-size: 16px;
    text-transform: uppercase;
}
.archive-main-content article.trading-card {
    border-bottom: 1px solid #E3E1E2;
    clear: none;
    float: left;
    height: 370px;
    margin: 0 20px 60px 0;
    padding: 0;
    text-align: center;
    width: 308px;
}
.archive-main-content article.trading-card p {
    font-size: 12px;
    font-family: 'open sans';
    color: #b4b3b3;
    text-align: left;
 line-height: 1.2;
}
/*
.archive-main-content article.trading-card img.profile-placeholder {
    width: 60px;
    margin-top: -63px;
}*/

.archive-main-content article.trading-card .author-avatar-small {
    border: 3px solid white;
    border-radius: 60px;
    margin: -54px auto 0;
    overflow: hidden;
    width: 66px;
    position: relative;
}

h5 span.activity-feed-type {
	text-transform:capitalize;
	font-weight:bold;
}

p.activity-feed-author-name a {
	color:#3b3b3b;
	font-size:12px;
	font-weight:bold;
}

p.activity-feed-author-name a:hover {
	text-decoration:none;
	color:#4c9fb2;
}

.archive-main-content article.trading-card p.activity-feed-author-name {
    margin: 14px 0 10px;
    text-align: center;
}

.archive-main-content article.trading-card .author-avatar-small img {
	width:100%;
}

.archive-main-content article .featured-image {
    background:#f6f4f5;
    border: 1px solid #e3e3e3;
    height: 184px;
    overflow: hidden;
    width: 100%;
    margin-bottom: 20px;
}

.archive-main-content article .featured-image a {
    display:block;
    height:100%;
}
.archive-main-content article .featured-image img {
  width: auto;
  height: auto;
}

.archive-main-content article .author-image {
    height:65px;
    width:65px;
    overflow:hidden;
    border-radius:65px;
    margin:auto;
    border:3px solid white;
    margin-top:-32px;
}

.author-image img {
    width:100%;
    height:auto;
}

.archive-main-content article.trading-card h3 {
    font-family: 'open sans';
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    margin-top: 0;
    padding: 0 30px;
}

.archive header.site-header {
    background: none repeat scroll 0 0 #FFFFFF;
}

article.trading-card header p a {
  color:#3A3939;
}

section.my-projects#challenges h3 {
    font-size: 18px;
    padding-bottom: 0;
    text-transform: uppercase;
}
section.my-projects div.my-project-shot {
    border: 1px solid #E7E5E5;
    float: left;
    height: 240px;
    margin-bottom: 30px;
    margin-right: 30px;
    overflow: hidden;
    width: 352px;
}

.archive-main-content article.trading-card {
    border-bottom: 1px solid #E3E1E2;
	  clear: none;
    float: left;
    height: 380px;
    margin: 0 18px 60px;
    padding: 0;
    text-align: center;
    width: 272px;
}
.archive-main-content #gallery {
  margin: 0 -18px;
}
.archive-main-content article.trading-card h5 {
    font-family: 'open sans';
    font-size: 14px;
    line-height: 20px;
    color: #3b3b3b;
    font-weight: 600;
    margin: 5px 0;
    padding:0 10px;
}

.archive-main-content article.trading-card h4 {
    position: absolute;
    bottom: 10px;
    text-align: center;
    width: 100%;
    font-family: 'open sans';
    font-size: 11.5px;
}
.archive-main-content {
  margin: 0 -18px;
  overflow: hidden;
}
.archive-main-content article.trading-card.bootcamp h4 {
    color: #a9e5df;
}
.archive-main-content article.trading-card.ui-ux h4 {
    color: #92d1ca;
}
.archive-main-content article.trading-card.html-css h4 {
    color: #BEB3C9;
}
.archive-main-content article.trading-card.js h4 {
    color: #f0cf06;
}
.archive-main-content article.trading-card.ruby h4 {
    color: #f1595a;
}
.archive-main-content article.trading-card.sinatra-activerecord h4 {
    color: #e0454b;
}
.archive-main-content article.trading-card.ruby-rails h4 {
    color: #c34a65;
}
.archive-main-content article.trading-card.git h4 {
    color: #f7af45;
}
.archive-main-content article.trading-card.wordpress h4 {
    color: #64bfd9;
}
.archive-main-content article.trading-card.bootcamp {
    border-bottom: 1px solid #a9e5df;
}
.archive-main-content article.trading-card.ui-ux {
    border-bottom: 1px solid #92d1ca;
}
.archive-main-content article.trading-card.html-css {
    border-bottom: 1px solid #BEB3C9;
}
.archive-main-content article.trading-card.js {
    border-bottom: 1px solid #f0cf06;
}
.archive-main-content article.trading-card.ruby {
    border-bottom: 1px solid #f1595a;
}
.archive-main-content article.trading-card.sinatra-activerecord {
    border-bottom: 1px solid #e0454b;
}
.archive-main-content article.trading-card.ruby-rails {
    border-bottom: 1px solid #c34a65;
}
.archive-main-content article.trading-card.git {
    border-bottom: 1px solid #f7af45;
}
.archive-main-content article.trading-card.wordpress {
    border-bottom: 1px solid #64bfd9;
}
.archive-main-content article.trading-card.project .ss_screenshot_link img {
  width: 266px;
}
.archive-main-content article.trading-card.challenge.ui-ux .featured-image {
  background: url('../img/activity-feed/activity_challenge_100.png') no-repeat scroll -1px -7px #F6F4F5;
}
.archive-main-content article.trading-card.challenge.html-css .featured-image {
  background: url('../img/activity-feed/activity_challenge_101.png') no-repeat scroll -1px -7px #F6F4F5;
}
.archive-main-content article.trading-card.challenge.js .featured-image {
  background: url('../img/activity-feed/activity_challenge_102.png') no-repeat scroll -1px -7px #F6F4F5;
}
.archive-main-content article.trading-card.challenge.ruby .featured-image,
.archive-main-content article.trading-card.challenge.sinatra-activerecord .featured-image,
.archive-main-content article.trading-card.challenge.ruby-rails .featured-image {
  background: url('../img/activity-feed/activity_challenge_104.png') no-repeat scroll -1px -7px #F6F4F5;
}
.archive-main-content article.trading-card.challenge.git .featured-image {
  background: url('../img/activity-feed/activity_challenge_git_commandline.png') no-repeat scroll -1px -7px #F6F4F5;
}
.archive-main-content article.trading-card.challenge.wordpress .featured-image {
  background: url('../img/activity-feed/activity_challenge_wordpress.png') no-repeat scroll -1px -7px #F6F4F5;
}
/* cover background */
.archive-main-content #gallery .trading-card .featured-image {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 0 0;
}
/* project colored borders */
.archive-main-content article.trading-card.project.bootcamp .featured-image {
  border: 3px solid #a9e5df;
}
.archive-main-content article.trading-card.project.html-css .featured-image {
  border: 3px solid #ffbfa9;
}
.archive-main-content article.trading-card.project.js .featured-image {
  border: 3px solid #f0cf06;
}
.author .no-work {
  padding: 60px 0 0 0;
}
.author .no-work .main {
  border-top: 1px solid #e3e2e2;
  padding: 40px;
}
.author .no-work .main h1 {
  font-size: 32px;
  color: #dadbdb;
  text-align: center;
}
.author .no-work .main img {
  display: block;
  margin: 80px auto 0;
}

/* activity feed tour on dashboard */
.page-template-page-templatestemplate-dashboard-php .activity-tour.popover {
  width: 200px;
  left: 1197px;
}
.page-template-page-templatestemplate-dashboard-php .activity-tour.second.popover {
  width: 240px;
}
.page-template-page-templatestemplate-dashboard-php .activity-tour .popover-navigation {
  padding: 10px;
  background-color: #cce9df;
}
.page-template-page-templatestemplate-dashboard-php .activity-tour .popover-title {
  background-color: #cce9df;
  border-bottom: none;
  font-family: 'open sans';
  font-size: 13px;
  font-weight:normal;
}
.page-template-page-templatestemplate-dashboard-php .activity-tour .popover-title span {
  font-weight: bold;
}
.page-template-page-templatestemplate-dashboard-php .activity-tour .popover-content {
  display: none;
}
.page-template-page-templatestemplate-dashboard-php .activity-tour.second button[data-role="next"] {
  margin: 0 5px;
}

.border-title {
  border: 0 !important;
  font: bold 1.25em/1.555em 'Montserrat', sans-serif;
  padding: 0;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 65px;
}
.border-title span {
  background: #fff;
  padding: 0 15px;
  position: relative;
  z-index: 1;
}
.border-title:after {
  content: '';
  border-bottom: 1px solid #7b7a7a;
  height: 1px;
  width: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 0;
}

.skills-list {
  margin: 65px 0;
  text-align: center;
}
.skills-list a, 
.skills-list a:link, 
.skills-list a:active {
  color: #3b3b3b;
  font: 1.0625em/2.5em 'open sans',sans-serif;
  display: inline-block;
  padding: 0 23px;
}

.author-contacts {
  border-top: 4px solid #3b3b3b;
  text-align: center;
  margin: 50px 0;
  padding-top: 50px;
}
.author-contacts p {
  font: 1.1875em 'open sans', sans-serif;
}
.author-contacts a {
  font-weight: bold;
  color: inherit;
}