/**
 * Increase the menu font size.
 * 7103943-hc (rf)
 */
.site-header .main-navigation a,
.site-header .main-navigation .dropdown-toggle {
	font-size: 1rem;
}
/**
 * Change the footer background color
 * 7103943-hc (rf)
 */
.site-footer {
	background-color: #dfdfdf;
	}
/*--- changes bg color for three column featured section / #7103943-HC-PK ---*/
.site-content .content-bgd-color, .featured-page .entry-card {
    background-color: #ebd5d4;
}
/*--- changes the page title color / #7103943-HC-PK ---*/
.page-template-default h1.entry-title {
    color: #c99d40; 
}
/*--- top social media icon colors / #7121475-HC-PK ---*/
.sidemenu .social-navigation ul li#menu-item-1925 a {
    color: #C84274;
}
.sidemenu .social-navigation ul li#menu-item-2907 a {
    color: #4A669E;
}
.sidemenu .social-navigation ul li#menu-item-2910 a {
    color: #5CB0D7;
}
/*--- top social media icon colors / #7121475-HC-PK ---*/
/* Hide Category Page Title 7121475-hc SS */
/* Hide Category Page Title 7121475-hc SS */
.category .page-title {
	display: none;
}
/* Hides author meta deta from featured slider #11954090-hc */
.fullwidth-slider .featured-slider .meta-data {
    display: none;
}
/* removes overlay from header image #11954090-hc */
.fullwidth-slider .featured-slider .featured-image {
    opacity: 1;
}
/* Change the text color over the full-width slider on the homepage. / #12186181-HC JB */
.featured-slider .entry-title a {
   	display: none;
}
 .fullwidth-slider.blog .site-header .main-navigation .menu>li>a:hover, .fullwidth-slider.blog .site-title a:hover {
	color: #f5ddcb;
}
/* Change contact form submit button color - 13191695-hc */
.contact-submit button {
	background-color:lightgrey;
}

/* REcurring Payments Moda Fix for Veni | 2087686-zen (KK) */
#TB_window.jetpack-memberships-modal, 
.jetpack-memberships-modal #TB_iframeContent {
    transform: unset;
}

body #TB_window {
    max-width: 100% !important;
    max-height: 100% !important;
}.site-header .main-navigation .menu>li>a {
    font-weight: bold;
}

/*Main navigation hover color change*/
.main-navigation ul>li>a:hover {
	color: #f5ddcb !important;
}
/*Change cookie policy Accept text color*/
body #eu-cookie-law input, body #eu-cookie-law input:hover, body #eu-cookie-law input:focus {
	color: #f5ddcb !important; 
}.woocommerce-account .addresses .title h3 {
    float: inherit;
}/* Change login button bg color https://maria-struck.de/login-2/ MRFX-HC-13909524 */
.login #wp-submit {
  background-color:#f5ddcb
}/* Hide sharing buttons on membership content pages jr-14160981-hc */

.membership-content .sharedaddy {
	display: none;
}/* --- Login input color / 14177325-HC (MI) --- */

#wpuf-login-form input {
  color:#6d6d6d;
}

/* make memberships message links more noticeable */
.woocommerce .wc-memberships-restriction-message a{
    font-weight: bold;
}/* change login input color | #14731784-hc */
input.woocommerce-Input {
    color: #000000;
}
/*Change font color to white on Meditiere mit mir page  | SN-30276496-hc*/
.page-id-15879 .entry-content li {
    color: white !important;
}

.page-id-15879  p {
    color: white !important;
} 

/* fix color of form text | 8819143-zen */
input[type=text] {
	color: #000000;
}