/*
 Theme Name:   buddyx-child
 Theme URI:    https://partnershub.geedsim.com//
 Description:  My custom child theme for BuddyX. Use this to safely customize BuddyX.
 Author:       Kulsoom Zaidi
 Author URI:   https://partnershub.geedsim.com//
 Template:     buddyx          
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  buddyx-child
*/

/* Add your custom CSS here */
/* --- Custom CSS from Parent Theme's Additional CSS --- */

#um-submit-btn.um-button {
  background-color: #16AF97 !important;
  border-color: #16AF97 !important;
  color: white !important;
}

.um-row._um_row_1.um-customized-row {
  background-color: transparent !important;
}

.um-field-label label::after {
  content: "*";
  color: red;
  font-size: smaller;
  vertical-align: super;
  margin-left: 2px;
}

/* Change color when checkbox is checked */
#checkbox:checked+.um-icon-android-checkbox-outline {
  color: #16AF97;
}

.site-sub-header {
  display: none;
}

.desktop-icons {
  display: none;

}

.bp-icon-wrap {
  display: none;
}

.field-visibility-settings-notoggle {
  display: none;
}

.site-title a:hover,
.color-site-title-hover:hover {
  color: #16AF97 !important;
}

:root {
  --color-menu-hover: #16AF97 !important;
  --color-menu-active: #16AF97 !important;
}

/* .youzify-search-landing-image {
  background-color: #EFEFEF !important;
} */

.comments-area {
  display: none !important;
}

.entry-meta__content {
  display: none !important;

}

.category-links {
  display: none !important;

}

.youzify-membership-form-note.youzify-membership-terms-note a {
  color: #16af97 !important;
  font-weight: 600;
}

/* --- End Custom CSS --- */


/* --- Custom CSS for Members and Discussion page file name- youzify-directories.css --- */
.youzify-search-landing-image-text {
  position: absolute;
  box-sizing: border-box;
  color: #000000;
  top: 50%;
  -webkit-transform: translateY(-70%);
  -ms-transform: translateY(-70%);
  transform: translateY(-70%);
}

.youzify-search-landing-heading {
  font-size: 30px;
  font-weight: 600;
  line-height: 56px;
  margin-bottom: 16px;
}

.youzify-search-landing-heading-text {
  font-size: 16px;
  line-height: 1.8;
  max-width: 900px;
  margin: 20px 0 40px 40px;
  padding-left: 40px;
  /* shifts all lines to the right */
  text-indent: -40px;
  /* pulls back the first line */
  text-align: left;
}






.youzify-favorite-summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  padding: 6px 12px;
  border-left: 4px solid #e0245e;
  margin-bottom: 10px;
  border-radius: 6px;
  font-size: 14px;
}