@charset "utf-8";
/*
Theme Name: Wordpress development theme
Author: Matica
Description: Custom Wordpress development theme boilerplate.
Version: 1.0.19
 */

/*
This file is just used to identify the theme in WordPress.
The compiled CSS output can be found in /assets/css/
The SASS sources for it can be found in /assets/css/partials/
*/


/*.crm-container div.form-item {
    height: auto;
}

.crm-profile-name-Regular_Member_Profile_21 #crm-profile-block {
    display: flex;
    justify-content: space-between;
}

.crm-profile-name-Regular_Member_Profile_21 #crm-profile-block .section-wrap {
    padding: 2rem;
}

.crm-profile-name-Regular_Member_Profile_21 #crm-profile-block .section-wrap input[type="text"] {
    width: 100%;
}*/

/*
[id*="editrow-postal"] .content {
  display: flex;
  justify-content: space-between;
}
*/
#zipcodes_input_row {
  background: #53af31;
  color: white;
  padding: 1rem;
  min-width: 50%;
}


/* make partner block smaller and sponsor block wider 20230613 */


/*Make search results in table at 100%*/


.crm-search-results table {
  
  width:100%;
}


/*Hide mandatory marker*/

.crm-marker, .gfield_required_asterisk {
  
  display:none;
}
