
.page-template-blank .banner-top,
.page-template-blank #wpadminbar{ 
	display: none; 
}

.iframe_contactform{
	overflow-y: hidden;
	height: 600px;
}
@media all and (min-width: 768px){
	.iframe_contactform{
		padding-top: 25px;
		height: 740px;
	}
}



.line_contactform{
	padding-top: 50px;
}

@media all and (min-width: 768px){
	.form__col_1,
	.form__col_2,
	.form__col_3
	{
		width: 33.33%;
		float: left;
	}
	.form__col_4{
		clear: both;
	}
}

.form__col_btn{
	text-align: center;
}


.form__col_btn .wpcf7-submit{
	background: #f49b1d;
	color: #fff;

    padding: 15px 25px;
    font-size: 14px;
    border: 0;
    box-shadow: unset;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    text-shadow: 0 0 black;
}


.form__label,
.form__input{
	padding: 4px  10px;
}

	.form__label label{ font-weight: bold; }
	.form__input .wpcf7-not-valid-tip{ font-size: 13px; }

	.form__field,
	input.form__field,
	input[type="text"].form__field
	{
		width: 100%;
		margin-bottom: 1px;
		padding: 12px;
		border-radius: 5px;
		border: 0;
		box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.1);
	}

	.your-message .form__field{
		height: 100px;
	}


	.wpcf7 h2{
		text-align: center;
		font-size: 22px;
	    text-align: center;
	    margin-bottom: 15px;
	    font-weight: bold;
	    padding-top: 25px;
	    color: #3b6fda;
	}