/*
Theme Name: AML
Version: 01.01
Author: It-Hive
Author URI: https://it-hive.com/
*/

.mc4wp-checkbox.mc4wp-checkbox-contact-form-7{
    display: none;
}
.article-content-row input[type="text"], 
.article-content-row input[type="email"], 
.article-content-row  input[type="tel"],
.article-content-row  textarea{
	border: 1px solid #333333;
    padding: 3px 10px;
    color: #333333;
    width: 100%;
    box-sizing: border-box;
    max-width: 400px;
}
.wpcf7-form p{
	margin: 0px 0px 20px 
}
input.wpcf7-submit{
    margin-right: auto;
    background-color: #281f43;
    font-family: Heebo, Arial, sans-serif;
    font-weight: bold;
    font-size: 1.4rem;
    margin-top: 20px;
    cursor: pointer;
    border-radius: 0;
    -webkit-appearance: none;
    background-image: none;
	padding: 10px 40px;
	color: #ffffff;
	-webkit-box-align: center;
	height: 90px;
    border: none;		
	box-sizing: border-box;
	justify-content: center;
}