/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/


@font-face {
     font-family: "GDF Romate";
     font-display: swap;
     src: url("https://thecharmingchic.com/wp-content/uploads/et-fonts/RomateHoodOTF.otf") format("opentype")
}

.gdf, .gdf *{
    font-family: 'GDF Romate', Helvetica, Arial, Lucida, sans-serif !important;
}

.navigation-branding img, .site-logo.mobile-header-logo img {

    padding: 0 !important;
}

.main-navigation.has-sticky-branding.navigation-stick:not([class*="nav-align-"]):not(.mobile-header-navigation) .inside-navigation {
    justify-content: space-between !important;
}
.main-navigation.navigation-stick.has-sticky-branding .inside-navigation.grid-container {
    padding-left: 20px;
    padding-right: 20px;
}

@media (min-width:1024px) {
	.menu-bar-items {
		display:none !important;
	}
}

.custom-wrapper-passwort-site {
	margin-top: 40px;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1140px;
}

@media (max-width:1200px) {
.custom-wrapper-passwort-site {
    margin-left: 15px;
    margin-right: 15px;

}	
}

@media (max-width:456px) {
input[name="post_password"]{
	display:block;
	        width: 100%;
}input[type="submit"]{
    margin-top: 2px;
    width: 100%;
}


}