/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/
.grecaptcha-badge { visibility: hidden; }
/*Password Protection form */
.post-password-required h1{
	display:none;
}
.post-password-required, #brx-content.layout-default{
	min-height:80vh;
    display: flex;
    flex-direction:column;
	justify-content: center;
    align-items: center;
    text-align: center;
	width:100vw !important;
	padding:10rem 2rem;
}
.post-password-required form p:nth-of-type(2n), #brx-content.layout-default form p:nth-of-type(2n) {
	display: flex;
    flex-direction: column;
    align-items: center !important;
    row-gap: 2rem;
	
}
.post-password-required form p:nth-of-type(2n) label, #brx-content.layout-default form p:nth-of-type(2n) label {
	width:100%;
}
.post-password-required form p:nth-of-type(2n) input[type="submit"], #brx-content.layout-default form p:nth-of-type(2n) input[type="submit"] {
	background-color:var(--action);
	color:white;
	border:none;
	padding:1rem 3rem !important;
	border-radius:2px;
}

.post-password-required form, #brx-content.layout-default form {
	padding:2rem;	
	max-width:400px;
	border-radius:2px;
	border:1px solid var(--action);
}
.post-password-required form p:nth-of-type(1n) , #brx-content.layout-default form p:nth-of-type(1n) {
	color:black;
}
.btn-unlock-pricing {
	padding:1rem 3rem;
	transition:0.3s ease-in-out;
	margin-top:-10rem;
	margin-bottom:2rem;
	border-radius:2px;
	font-weight:500;
	background-color:var(--action);
	color:white;
}
.btn-unlock-pricing:hover {
	background-color:black;
	color:white;
	
}

/*Checkout order*/
iframe .p-HeightObserverProvider {
  padding:0px 2px !important;
}