/*
 Theme Name:   ExhibitA Child
 Theme URI:    http://example.com/twenty-fifteen-child/
 Description:  ExhibitA Child Theme
 Template:     exhibita
 Text Domain:  exhibita-child
*/

/*---------------------------------
    hide registration checkboxes
---------------------------------*/
.userpro-field-subscribe_latest_wtp_issue {display:none;}
div.userpro-input label.userpro-checkbox.hide-field {
    display: none!important;
    font-weight: normal!important;
    font-size: 11px;
    text-transform: uppercase;
}



/*---------------------------------
    remove underline top menu current page
---------------------------------*/
.top-panel__menu-list .menu-item.current-menu-item a, .top-panel__menu-list .menu-item.current_page_item a {
    text-decoration: none!important;
}




/*---------------------------------
    move top menu to the right
---------------------------------*/

@media (min-width: 768px) {
  .top-panel__menu {
    float: right!important;
    padding-top: 2px;
    margin-right: 20px;
  }
}


/*---------------------------------
    Add your custom styles here
---------------------------------*/