/*
Theme Name:   Custom Theme
Description:  Custom Theme ist ein Child-Theme von Hello Elementor.
Author:       Gawin Steiner
Author URL:   https://gawinsteiner.ch
Template:     hello-elementor
Version:      1.0
Text Domain:  theme-by-gawin
*/

/*******************************************************************************************************************************
BIG COMMENT
*******************************************************************************************************************************/
form.post-password-form {
    text-align: center;
	align-self: center;
}
form.post-password-form input {
    display: block;
    margin: 0 auto;
    margin-top: 20px;
}


.post-password-required .page-content {
	display: flex;
	height: 100vh;
	justify-content: center;
	align-content: center;
}

form.post-password-form input[type=submit] {
	border: none !important;
	background: #E43432;
	color: #fff;
}

/**************************************************************************
MEDIUM COMMENT
**************************************************************************/
