/*WPCF7 form*/
.lba-dev-form h3{
    display: block;
    color: #fff!important;
    font-weight: bold;
    background: #fab526;
    border: 2px solid #fab526;
    text-align: center;
    position: relative;
    padding: 5px 10px;
    width: 100%;
    margin-bottom: 0;
    font-size: 1.2rem;
}

.lba-dev-form .content{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 0 auto 15px auto;
    background: #fef0d4;
    text-align: center;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    font-size: 1.02rem;
    clear: both;
    max-width: none;
    padding: 15px;
} 

.lba-dev-form .content > p{
    text-align: left;
    margin: 0;
    border-bottom: 2px solid #fff;
    padding: 15px 0;
}

.lba-dev-form.column-2 .content > p{
    border: 0;
}


.lba-dev-form .content > p,
.lba-dev-form.column-2 .content > p{
    max-width: 100%;
    width: 100%;
}	


.lba-dev-form .content p > label{
   font-weight: bold;
   font-size: 1.1rem;
   margin-bottom: 15px;
   text-align: left;
}

.lba-dev-form .optional{
	font-size: 0.9rem;
	color: #888;
	font-weight: 400;
	font-style: italic;
}

.wpcf7-form .content input:not([type=file]){
    background: #fff;
}

.wpcf7-not-valid-tip{
	font-size: 0.8rem;
}

.wpcf7-spinner{
	display: inline-block!important;
	position: absolute;
}

.wpcf7-radio{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 0 30px;
}

@media screen and (min-width: 768px) {
	.lba-dev-form .content{
		flex-direction: row;
        gap: 15px;
	}
    
    .lba-dev-form .content > p{
        width: 100%;
        max-width: 100%;
        padding-top: 0;
    }
    
    .lba-dev-form.column-2 .content > p{
        width: calc(50% - 20px);
    }
    

}