/*======================================
	custom CSS
========================================*/

.error-red p {
    color: red !important;
    font-size: 12px;
    line-height: 20px;
}
.contact-map .container{
	padding: 2%;
	text-align: center;
} 
#map_wrapper_div {
	height: 400px;
}		 
#map_tuts {
	width: 100%;
	height: 100%;
}
.invalid-feedback {
    margin-top: 0;
    font-size: 12px;
}
.close:focus, .close:hover {
    outline: 0;
}

input[type=text], input[type=email], input[type=url], input[type=password], input[type=search], input[type=number], input[type=tel], input[type=range], input[type=date], input[type=month], input[type=week], input[type=time], input[type=datetime], input[type=datetime-local], input[type=color], textarea
{
    padding : 2px 5px;
    position : relative;
    top : 2px;
}