/**
Theme Name: foncucoaching
Author: eMutation
Author URI: https://www.e-mutation.com/
Description: #
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: foncucoaching
Template: astra
*/


.post-password-form {
	margin-top: 200px !important;
	margin-bottom: 200px !important;
}


.wa__btn_popup_txt {
	display: none;
}

.form-row{
	display: flex;
	flex-direction: row;
}
.column-half, .column-full{
	padding-right: 20px;
	width:100%;
}

.form-row .column-half:last-child {
  padding-right: 0;
}

.form-row .column-full:last-child {
  padding-right: 0;
}






@media (max-width: 768px) {
	.form-row{
		flex-direction: column;
	}
	.column-half, .column-full{
		padding-right: 0px;
		width:100%;
	}	
}
