/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

.password-protected-login-form-wrapper{
	display: flex;
	flex-flow: column nowrap;
	gap: 20px;
	justify-content: center;
	align-items: center;
	align-content: center;
	max-width: 300px;
	text-align: center;
}

#password-protected-login-form {
	display: flex;
	flex-flow: column nowrap;
	gap: 20px;
	justify-content: center;
	align-items: center;
	align-content: center;
}

#password-protected-login-form .number-input{
	padding: 10px;
	color: rgb(17, 17, 17);
	font-family: "STHeiti", sans-serif;
	font-size: 13px!important;
	font-weight: 400;
	line-height: 13px;
	text-align: center;
	width: 100%;
	border-radius: 0;
}

#password-protected-login-form .submit-password-button {
    padding: 13px 35px 13px 35px;
    font-size: 15px;
    text-transform: uppercase;
    color: var(--e-global-color-secondary);
    background-color: white;
    margin-top: 25px;
}

#password-protected-login-form .form-heading{
	color: #FFF;
	font-family: STHeiti;
	font-size: 23px !important;
}

#password-protected-login-form .password-input-container {
  display: flex;
  flex-flow: row nowrap;
  gap: 10px;
  justify-content: space-between;
}

/*.post-password-required.hentry form p:nth-of-type(2) input:not(#pwbox-596){
   padding: 13px 35px 13px 35px;
    font-size: 15px;
    text-transform: uppercase;
    color: var(--e-global-color-secondary );
    background-color: white;
    margin-top: 25px;

}

.post-password-required.hentry {
     background-color: black;
      align-items: center;
     justify-content: center;
     display: flex;
     height: 100vh;
}

.post-password-required.hentry form {
     width: 300px;
     padding-top: 40px;
}

.post-password-required.hentry form label:before{
     content: url(https://theclub.amsterdam/wp-content/uploads/2023/08/dash-3.svg);
     position: absolute;
     width: 201px;
     height: 47px;
     margin-top: 13px;
     margin-left: 48px;
}


.post-password-required.hentry form input[type="submit"]{
    width: 120px;
    z-index: 9;
}

.post-password-required.hentry form input{
     height: 43px;
     width: 300px;
}

.post-password-required.hentry form p:nth-of-type(1){
     display: none;
}

.post-password-required.hentry form p:nth-of-type(2):after{
    content: "ENTER THE CLUB";
     color: #FFF;
    font-family: STHeiti;
    font-size: 23px;
    position: absolute;
    top: calc(50% - 50px);
    left: calc(50% - 85px);
}

.post-password-required.hentry form p:nth-of-type(2):before{
    content: "Would you like to receive a code? Please reach out to us at member@theclub.amsterdam";
    color: #FFF;
    font-family: STHeiti;
    font-size: 10px;
    text-align: center;
    width: 290px;
    align-self: center;
    position: relative;
    top: 0;
    left: calc(50% - 290px / 2);
}

.post-password-required.hentry form p:nth-of-type(2){
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
}

.post-password-required.hentry form p:nth-of-type(2) label{
   width: 300px;
}


.post-password-required.hentry form p:nth-of-type(2) input:not(#pwbox-596){
   padding: 13px 35px 13px 35px;
    font-size: 15px;
    text-transform: uppercase;
    color: var(--e-global-color-secondary );
    background-color: white;
    margin-top: 25px;

}

@media (max-width: 767px){
    .post-password-required.hentry form p:nth-of-type(2):before{
        left: calc(50% - 145px);
        bottom: 100px;
    }
    
}
*/

