#cpt_info_box {
	display: none;
}

/*.profile-php #your-profile .form-table:nth-child(7) {
  display: none;
}*/

.profile-php .divider {
  border-top: 1px solid #333;
  margin-top: 50px;
  padding-bottom: 50px;
  float: left;
  width: 100%;
}

.profile-php tr[data-name="office_locations"] > td.acf-label {
  display: none;
}

.profile-php #your-profile > * {
	width: 70%;
	padding-right: 5%;
	float: left;
	box-sizing: border-box;
}

.profile-php #your-profile p.submit {
	width: 255px;
	position: fixed;
	top: 100px;
	box-sizing: border-box;
	right: 20px;
	padding: 20px;
	border: 1px solid #e5e5e5;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.04);
	box-shadow: 0 1px 1px rgba(0,0,0,.04);
	background: #fff;
}

.view-list {
	display: none !important;
}

.acf-repeater .acf-hl {
	border: 1px solid #e5e5e5;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.04);
	box-shadow: 0 1px 1px rgba(0,0,0,.04);
	background: #fff;
	padding: 10px;
}

.acf-repeater .acf-hl .acf-fr {
	float: left;
}


.acf-field-message .acf-label label {
	cursor: default !important;
}


/* Login CSS */
.login.wp-core-ui .button-primary {
	background: #F5A623;
    border-color: #F5A623;
    box-shadow: none;
    color: #fff;
    text-decoration: none;
    text-shadow: none;
}
.login.wp-core-ui .button-primary:hover {
	opacity: .85;
	transition: opacity .2s ease-in-out;
}