/* CSS Document */
.wd-empty-page-text{
	display: none
}

.registration-info{
	display: none
}

.wd-post-date{
	display: none !important
}

/* RESPONSIVE FORM */

#responsive-form{
	max-width:100%; 
	margin:0 auto;
    width:100%;
    padding: 0px;

}
.form-row{
	width: 100%;

}

#responsive-form input, #responsive-form select, #responsive-form textarea {
	width:100%;
	padding: 15px;
    background-color: #ff5757;
    border-radius: 25px;
	font-family: 'Sen',Helvetica,Arial,Lucida,sans-serif;
	color: white;
	font-size: 19px 
} 
#responsive-form input::placeholder, #responsive-form textarea::placeholder{
	color: white
}
#responsive-form input[type=submit] {
	width:250px !important;
	color: #FFFFFF!important;
    border-width: 0px!important;
    border-color: #1d2145;
    border-radius: 7px;
    font-size: 15px;
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif!important;
    font-weight: 700!important;
    text-transform: uppercase!important;
    background-color: #ff5757;
} 

#responsive-form  input[type=checkbox]{
 width: auto;
}

.column-full{ 
float: left;
position: relative;
	padding: 0.65rem 0.65rem 0.65rem 0px ;
width:100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

.column-half{
	float: left;
	position: relative;
	padding: 0.65rem 0.65rem 0.65rem 0px ;
	width:50%;
	-webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
}
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}
#responsive-form textarea {
	height: 200px;
}
#responsive-form input , #responsive-form textarea {
	border:0px !important;
}
#responsive-form input[type=submit] {

	cursor:pointer;
}
#responsive-form span {
 color:#4e4e4e;
}
@media (max-width: 767px) {
	.column-half{
		width:100% !important;
	}
	
}

.pickup-relay-link a{
	font-weight: 700
}
