#activation-form label, #activation-form input[type="text"] {
  display: none !important;
}

.api-email input[type=checkbox] {
  display: inline;
}

.wordpress-info {
  display: flex;
  justify-content: center;
  align-items: center;
}

.wordpress-info .img-fit {
  height: 175px;
  width: 175px;
  border-radius: 100%;
  margin-right: 15px;
}

a[data-toggle="modal"]:hover {
  cursor: pointer;
  text-decoration: underline !important;
}

.modal input[type=text] {
  width: 100%;
  background-color: #eee;
  border: 0px;
  padding: 6px;
  margin: 0px 0px 10px;
}

a.modal-link .avatar {
  border-radius: 100%;
  height: 175px;
  width: 175px;
  color: transparent;
}

.modal-link .avatar:hover {
  background-color: rgba(0, 0, 0, 0.25);
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  text-decoration: underline !important;
}

#passwordModal input[type=password] {
  background-color:#eee;
  border: none;
  padding: 6px; 
  display: block;
  width: 100%;
}  

.activity-meta .fav {
  display: none;
}

/* Sign In Customizations */

#loginModal .modal-header {
  background-color: #084d93;
  color: white;
}

#loginModal .modal-dialog {
  z-index: 9999;
}

#loginModal .modal-dialog .close {
  color: white;
}

#loginModal .modal-dialog #wp-submit, #loginModal .modal-dialog #menu_wp-submit {
  background-color: #ea5213;
  color: white;
  text-transform: uppercase;
  padding: 10px 30px;
  display: block;
  text-align: center;
  font-weight: bold;
  align-items: center;
  border: 3px solid transparent;
  box-shadow: 0px 3px 5px rgba(0,0,0,.25);
  width: 200px;
  margin: auto;
}

#loginModal .modal-dialog #wp-submit:hover, #loginModal .modal-dialog #menu_wp-submit:hover {
  background-color: #c64417 !important;
  cursor: pointer;
}

#loginModal .modal-header {
  border-radius: 0px !important;
}

#loginModal .modal-content {
  border-radius: 10px !important;
}  

/* */

.avatar {
  border-radius: 100%;
}

span.activity {
  display: none !important;
}

#item-header {
  display: flex;
}

.item-list-tabs li {
  border-bottom: 1px solid black;
}

.item-list-tabs .selected {
  border: 1px solid black;
  border-bottom: 0px !important;
}

.item-list-tabs .selected a {
  background-color: transparent !important;
  color: inherit !important;
}

#profile-edit-form h2 {
  display: none;
}

.profile .base h2 {
  display: none !important;
}

/* Login Menu */

.user-admin {
  position: absolute;
  z-index: 99999;
  display: block;
  right: 0px;
  padding: 3px 5px 5px;
  background-color: #dedbc3;
  border-radius: 0px 0px 0px 10px;
  font-size: .9em;
  box-shadow: 0px 3px 5px rgba(0,0,0,.25);
}

.user-admin a {
  color: #333;
}

.user-admin a:hover, .user-admin a:active  {
  color: #333;
}

.user-admin ul li {
  display: inline;
  font-weight: bold;
  padding: 0px 5px;
}

.user-admin ul {
  margin-bottom: 0px;
  margin-right: 25px;
}

.user-admin .avatar {
  width: 20px;
  margin-right: 5px;
}

.header-right {
  top: 50px !important;
}

input#user_pass.input, input#menu_user_pass.input {
  background-color: #eee !important;
  padding: 6px !important;
  border: 0px !important;
  width: 100%;
  display: block;
}

.drag-drop #drag-drop-area {
  height: auto;
}

/****** ALEX STYLES ******/

#buddypress #item-header{
  margin-bottom: 50px;
}

#buddypress #item-header-avatar{
  margin-right: 25px !important;
  width: 100% !important;
  max-width: 150px !important;
  height: 100% !important;
  max-height: 150px !important;
}

#buddypress #item-header-avatar img{
  margin: 0px !important;
}

#buddypress .user-nicename::before{
  content: "Username: ";
  color: #333 !important;
}

#buddypress h2.user-nicename{
  font-weight: 400 !important;
  color: #666 !important;
  font-size: 1.75rem;
}

#buddypress #object-nav {
  margin-bottom: 25px;
}

#buddypress #object-nav li{
  border: none !important;
  background-color: #eee;
  padding: 10px;
}

#buddypress #object-nav li:hover{
  background-color: #ddd !important;
}

#buddypress #object-nav li.selected.current{
  background-color: #ddd !important;
}

#buddypress #object-nav li:first-child{
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

#buddypress #object-nav li:last-child{
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

#buddypress #object-nav li a{
  color: #333 !important;  
}

@media(max-width: 984px){
  #buddypress #item-header{
  display: flex;
  justify-content: center;
}
  #buddypress #object-nav li{
  display: block !important;
  width: 100%;
  text-align: center;
}
#buddypress #object-nav li:first-child{
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 0px;
}

#buddypress #object-nav li:last-child{
  border-top-right-radius: 0px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
}

@media (max-width: 576px){
  #buddypress #item-header {
  margin-bottom: 25px;
}
}

@media (max-width: 366px){
  #buddypress #item-header{
  display: block;
}
#buddypress #item-header-avatar{
  max-width: 100% !important;
  width: 100% !important;
  display: block;
  margin-right: 0px !important;
}
#buddypress #item-header-avatar img{
  float: none !important;
  display: block !important;
  margin-right: auto !important;
  margin-left: auto !important;
}
#buddypress #item-header-content {
  width: 100%;
  text-align: center;
  margin-top: 10px;
}

#buddypress h2.user-nicename{
  font-size: 1.5rem;
}
}

#buddypress #subnav {
  display: block !important;
  width: 100% !important;
  height: auto;
  overflow: visible !important;
}

#buddypress #subnav li{
  border: 3px solid #EA5213;
  border-radius: 5px; 
  background-color: #EA5213;
  padding: 5px 15px;
  color: white;
  margin-right: 10px !important;
  box-shadow: 0px 3px 5px rgba(0,0,0,.25);
} 

#buddypress #subnav li:hover{
  background-color: #c64417;
  border: 3px solid #c64417;
}

#buddypress #subnav li a{
  color: white;
}

#buddypress .item-list-tabs li.selected.current {
  border: 3px solid #c64417 !important;
  background-color: #c64417 !important;
}

#buddypress .profile{
  display: block;
  width: 100%;
  padding: 75px 0px;
}

#buddypress #subnav li.last{
    margin-top: 0px !important;
}

@media(max-width: 984px){
  #buddypress #subnav {
  display: flex !important;
  justify-content: center;
}
  #buddypress .profile{
  padding: 25px 0px;
}
#buddypress #subnav ul{
  width: 100%;
}
#buddypress #subnav li {
  width: 100%;
  margin-bottom: 10px;
  text-align: center;
}
  #buddypress #subnav li.last{
  margin-right: 0px !important;
  }
}

#buddypress a.modal-link{
  border: 3px solid #EA5213;
  border-radius: 5px; 
  background-color: #EA5213;
  padding: 5px 15px;
  color: white !important;
  text-decoration: none !important;
  margin-right: 10px !important;
  box-shadow: 0px 3px 5px rgba(0,0,0,.25);
}

#buddypress a.modal-link:hover{
  background-color: #c64417;
  border: 3px solid #c64417;
  cursor: pointer;  
}

#buddypress input[value="Update"]{
  border: 3px solid #084d93 !important;
  border-radius: 5px !important; 
  background-color: #084d93 !important;
  padding: 6px 15px !important;
  color: white !important;
  text-decoration: none !important;
  margin-right: 10px !important;
  box-shadow: 0px 3px 5px rgba(0,0,0,.25) !important;
}

#buddypress input[type="submit"]{
  border: 3px solid #084d93 !important;
  border-radius: 5px !important; 
  background-color: #084d93 !important;
  padding: 6px 15px !important;
  color: white !important;
  text-decoration: none !important;
  margin-right: 10px !important;
  box-shadow: 0px 3px 5px rgba(0,0,0,.25) !important;
}

#buddypress #item-body #message {
  padding-top: 100px
}

#buddypress #whats-new-form{
  padding-top: 100px !important;
}

#buddypress div.activity{
  padding-top: 100px !important;
}

#buddypress div.activity #message{
  padding-top: 0px !important;
}

#buddypress #user-notifications span{
  background-color: #084d93 !important;
  padding: 4.5px 10px !important;
  color: white !important;
  border: none !important;
  position: relative;
  top: -2px;
}

#buddypress div#bbpress-forums{
  padding-top: 50px;
}

#buddypress .profile #settings-form{
  padding-top: 0px;
}

#buddypress #settings-form{
  padding-top: 100px;
}

@media(max-width: 984px){
  #buddypress #whats-new-form{
  padding-top: 50px !important;
}
#buddypress div.activity{
  padding-top: 50px !important;
}
#buddypress #item-body #message {
  padding-top: 50px;
}
#buddypress div#bbpress-forums{
  padding-top: 25px;
}
#buddypress #settings-form{
  padding-top: 50px
}
}

@media(max-width: 576px){
  #buddypress #whats-new-form{
  padding-top: 25px !important;
}
#buddypress #item-body #message {
  padding-top: 25px;
}
#buddypress div#bbpress-forums{
  padding-top: 10px;
}
#buddypress #settings-form{
  padding-top: 25px
}
}

form#notifications-sort-order {
  margin-bottom: 0px !important;
  padding: 3px 0px;
}

li#activity-filter-select {
  padding: 8px 15px !important;
}

form#notifications-sort-order label, li#activity-filter-select label {
  margin-bottom: 0px !important;
}

/* New Sign In Pages */
.site-main {
  min-height: calc(100vh - 640px);
}

.login-form-container,#password-lost-form {
  max-width: 500px;
}

#password-lost-form label {
  width: 100%;
}

.login-form-container input[type="text"], #password-lost-form input[type="text"] {
  background-color: #eee;
  border: 0px;
  padding: 6px;
  display: block;
  width: 100%;
}

.login-form-container #wp-submit, .login-form-container #menu_wp-submit, #password-lost-form .lostpassword-submit input {
  background-color: #ea5213;
  color: white;
  text-transform: uppercase;
  padding: 10px 30px;
  display: block;
  text-align: center;
  font-weight: bold;
  align-items: center;
  border: 3px solid transparent;
  box-shadow: 0px 3px 5px rgba(0,0,0,.25);
  width: 200px;
  margin: auto;
}

.login-form-container #wp-submit:hover, .login-form-container #menu_wp-submit:hover, #password-lost-form .lostpassword-submit input:hover {
  background-color: #c64417 !important;
  cursor: pointer;
}

/*####################### Forums List #############################*/

.bbp-forums, .bbp-topics, .bbp-replies, .bbp-breadcrumb{
  font-size: 1.4em !important;
}

img.avatar.avatar-14.photo{
  display: none;
}

#bbp_search{
  width: 200px !important;
  margin-right: -4px !important;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border: 1px solid #ddd;
  padding: 5px; 
}

#bbp_search_submit{
  padding: 5px 15px;
  border-bottom-right-radius: 5px; 
  border-top-right-radius: 5px;
  background-color: #333;
  color: white;
  text-transform: uppercase;
  border: 1px solid #333;  
}


/*####################### Registration #############################*/


.register-section#basic-details-section input, .register-section#profile-details-section input{
  border: 1px solid #ddd !important;
  border-radius: 5px !important;
}

#field-visibility-settings-toggle-1{
  margin-top: 25px;
}

#field_1-2{
  margin-right: 5px;
}

#field-visibility-settings-toggle-1 button{
  background: #EA5213 !important;
  color: white !important;
  text-transform: uppercase;
  border: 1px solid #EA5213 !important;
  border-radius: 5px !important;
  box-shadow: 0px 3px 5px rgba(0,0,0,0.25) !important;
  padding: 5px 15px !important;
}

input#signup_submit{
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1em !important;
}

@media screen and (max-width: 575px) {
  #basic-details-section {
    width: 100% !important;
    float: none;
  }

  #profile-details-section {
    width: 100% !important;
    float: none;
    margin-top: 30px;
  }

  #basic-details-section input {
    width: 100% !important;
  }

  #profile-details-section input {
    width: 100% !important;
  }
}

#field-visibility-settings-toggle-1 button:hover {
  background: #c64417 !important;
}

#buddypress input[type="submit"]:hover {
  background-color: #0c497a !important;
}

/*####################### Thread Overview #############################*/

.bbp-topic-started-by a.bbp-author-avatar .avatar{
  display: none !important;
}

/*####################### Thread Sub #############################*/

.bbp-body blockquote{
    background-color: #eee;
  padding: 30px 20px 10px 20px !important;
  border-left: 5px solid #084d83 !important;
  margin-bottom: 15px !important;
}

.bbp-user-page i.mce-i-image {
  display: none !important;
}


/*####################### Private Messages #############################*/

@media screen and (min-width:992px) {
#buddypress #subnav {
  height: 50px !important;
}
}

#buddypress div.item-list-tabs#subnav ul {
  display: block !important;
  float: none !important;
  clear: both !important;
  width: 100%;
}  

#send_message_form {
  max-width: 700px;
}

#send_message_form input[type="text"], #send_message_form textarea {
  width: 100% !important;
}

/*####################### Biography and Signature #############################*/

.biography {
  display: block;
  clear: both;
  float: none;
  padding-top: 10px !important;
}  

#template-notices #message {
  margin: 0px 10px !important;
}  

/*####################### Spam Button #############################*/

#buddypress input[type="submit"].spam-button {
  background-color: #fdc !important;
  border: 1px solid #800 !important;
  border-radius: 0px !important;
  color: #800 !important;
  box-shadow: none !important;
  position: static !important;
  display: block !important;
  padding: 4px 10px !important;
  margin-right: 0px !important;
}

#buddypress input[type="submit"].spam-button:hover {
  background-color: #800 !important;
  color: white !important;
}

.generic-button form {
  margin: 0px !important;
  position: relative;
  top: -5px;
}

/* ######################### Woo Commerce ########################## */

td[data-title="Order"] a {
  pointer-events: none !important;
  cursor: default !important;
  text-decoration: none !important;
  color: black !important;
}

td[data-title="Actions"] a.woocommerce-button.view {
  display: none !important;
}

th.membership-next-bill-on, th.membership-actions {
  display: none;
}

td.membership-next-bill-on, td.membership-actions {
  display: none;
}

td.membership-plan a {
  color: black !important;
  pointer-events: none;
}

.woocommerce .bp_members #subnav {
  margin-bottom: 50px !important;
}

.woocommerce .bp_members #item-body {
  margin-bottom: 75px !important;
}  

/* One Account Message */

.login-message {
  max-width: 500px;
}

.woocommerce-account .login-message {
  margin-left: auto;
  margin-right: auto;
}

.login-message {
  text-align: center;
}

.login-logos img {
  height: 100px !important;
}

/* End One Account Messsage */