/*
Theme Name: Brooklyn Child
Theme URI: http://www.unitedthemes.com
Description: Creative Portfolio
Version: 4.9.5
Author: United Themes
Author URI: http://www.unitedthemes.com
Template: brooklyn
*/

/*Mobile menu fix*/
.ut-mm-trigger{
	display: block !important;
}

/* Tenant Move In Form*/
.gform_wrapper{
    max-width: 600px;
    display: flex;
}

.gform_wrapper .gform_title{
    display: none;
}

.gform_wrapper label{
    font-size: 16px !important;
    font-weight: 600;
}

.gform_wrapper label.gfield_label{
    font-size: 18px !important;
    color: #151515;
    margin-top: 20px;
}

.gform_wrapper input, .gform_wrapper select{
    margin-bottom: 0px;
    height: 40px;
    border-radius: 4px;
    border: 1px solid #bfbfbf;
    padding-left: 12px !important;
    padding-right: 12px !important;
    font-size: 15px;
}

.gfield_radio li{
    display: flex;
    align-items: center;
}

.gfield_radio li label{
    margin-left: 10px !important;
}

.gform_wrapper .button{
    background-color: #ffbf00;
    color: #140f00;
    font-weight: bold;
}

/*Tenant lock login form*/
.page-restrict-output form{
	max-width: 400px;
}

.page-restrict-output input{
	height: 48px;
	border-radius: 6px;
	margin-bottom: 2px;
	margin-top: 20px;
}

.page-restrict-output label{
	font-weight: bold;
}

.page-restrict-output label[for="rememberme"]{
	display: none;
}

.page-restrict-output .button{
	background-color: #ffbf00;
	color: #140f00;
	font-weight: bold;
	min-width: 400px;
}

#post-5995{
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.page-restrict-output p a{
    display: block;
}

.page-restrict-output p a:nth-child(1){
    background-color: #140f00;
    color: white;
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    border-radius: 6px; 
    margin-top: -20px;
    margin-bottom: 10px;
    max-width: 400px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 13px;
    margin-top: 20px;
}