/**
* Theme Name: BuddyX Child
* Description: This is a child theme of BuddyX, generated by Merlin WP.
* Author: <a href="https://github.com/vapvarun/buddyx">wbcomdesigns,vapvarun</a>
* Template: buddyx
* Version: 4.5.8
*/

.site-branding img {
    margin-top: 15px;
	}

.buddypress.widget .avatar-block img {
    margin: 5px;
    border-radius: 50%;
}

.avatar {
    border-radius: 50%;
}

.buddypress.widget div.activity-list blockquote {
	margin: 0px;
}

#bplock-login-btn, #bplock-register-btn, #buddypress a.button, #buddypress input[type="button"], #buddypress input[type="reset"]:not(.text-button), #buddypress input[type="submit"], #buddypress ul.button-nav li a  {
	margin-top: 10px !important;
	font-size: small !important;
}

fieldset {
    padding: .35em .75em .925em;
    background-color: #fff !important;
}

#bbpress-forums li.bbp-header {
    background-color: #f6ce46 !important;
}


/**
.entry-meta__content {
    display: none;
}
*/

.site-main .post-navigation, .site-main .posts-navigation {
	display: none;
}

.wp-block-coblocks-posts__item {
  margin-bottom: var(--coblocks-spacing--3,1.5em);
  margin-top: 0;
  padding-left: 0;
  padding-right: 30px;
}

.custom-registration-text {
    margin-top: 10px;
    font-size: 13px;
    color: #333; /* Ändere die Farbe nach Bedarf */
	 /* display: none; */
}

.bbp-login-form .bbp-login-links a {
    float: left !important;
    clear: left;
    margin-top: 11px;
    font-size: 11px;
}

.bbp-login-form .bbp-email input, .bbp-login-form .bbp-password input, .bbp-login-form .bbp-username input {
	padding: 5px;
	width: 200px;
}

.bbp-login-form label {
	width: 160px;
}

div.bbp-submit-wrapper {
	float: left;
}

.register-page .signup-form {
    margin-top: 20px;
    padding: 20px;
    background-color: #ffffff;
}

.register-page .signup-form .description.indicator-hint {
    font-size: 14px;
    background-color: #ffffff;
    /* display: none; */
}

.page .entry-title {
  display: none;
}

.site-sub-header {
	padding: 10px 0px !important;
	margin-top: 10px;
	padding-bottom: 0px !important;
}

.site-sub-header .entry-title, .site-sub-header .page-title, .site-sub-header .page-header, .site-sub-header .entry-header-title {
    font-size: 24px;
}

.wp-block-audio audio {
    min-width: 220px !important;
}

#bbpress-forums .bbp-forum-info div.bbp-forum-content {
    font-size: 16px !important;
}

div.bbp-template-notice.info {
    display: none;
}

.bbp-pagination-count {
    display: none;
}

.bbp-pagination {
    margin-bottom: 0px;
}

.entry-header--default {
   /* margin-bottom: 0;
    background-color: #ffffff;
    padding: 20px !important; */
	display: none;
}

.single-post .site-wrapper, .buddyx-post-section:not(.has-featured-image) {
    margin-top: 15px !important;
}

.wpcf7-captchar, .wpcf7-form .wpcf7-date, .wpcf7-form .wpcf7-number, .wpcf7-form .wpcf7-quiz, .wpcf7-form .wpcf7-select, .wpcf7-form .wpcf7-text {
    border-color: #221158 1px solid !important;
	border-radius: 10px !important;
    padding: 10px; /* Innenabstand */
}

.wpcf7 {
    background-color:#ffffff; 
	border: #f6ce46 1px solid;
	border-radius: 10px;
	padding: 15px !important; /* Innenabstand */
}

.wpcf7-form {
    margin-left: 10px;
    margin-right: 10px;
	margin-top: 10px;
	line-height: 1.4;
	}

.wpcf7-form .wpcf7-text {
  max-width: 98%;
}

.wpcf7-form-control.wpcf7-textarea { 
width: 100%; /* Full width of the container */ 
 /* height: 200px; Set desired height */ 
max-width: 600px; /* Optional max-width for larger screens */ 
 /* min-height: 100px; /* Optional min-height */ 
}

.wpcf7-select {
max-width: 98%;
}

.wpcf7-quiz  {
max-width: 98%;
}

#bbpress-forums fieldset.bbp-form legend {
	padding-top: 10px;    
	padding-bottom: 50px;
	padding-left: 0px;
}

/*Worpress Seiten Ergebnisse bei Link einfügen ausblenden*/
#wp-link ol, #wp-link ul {
    display: none !important;
}

/*Veröffentlicht in Category Footer Link Blog-Post ausblenden*/
.entry-footer span {
    display: none;
}

/*Textauszuege Blog-Beiträge Seite Blog ausblenden*/
.buddyx-article--masonry .buddyx-article>:last-child {
    display: none;
}


