#responsive-form{
max-width:800px /*-- change this to get your desired form width --*/;
margin:0 auto;
width:100%;
}
.form-row{
width: 100%;
}
.column-full{
float: left;
position: relative;
padding: 0.65rem;
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;
width:50%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box
}

.column-third{
float: left;
position: relative;
padding: 0.65rem;
width:33%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box
}
.clearfix:after {
content: "";
display: table;
clear: both;
}

/**---------------- Media query ----------------**/
@media only screen and (min-width: 48em) {
.column-half{
width: 50%;
}
}

.hide-love .post-nav {
  display:none;
}

#cookie-notice .button.wp-default {
background-color: #f3f3f3 !important;
}

.cookie-notice-container #cn-notice-icon {
display:none;
}

input[type="password"] {
 margin-top: 50px; 
}

#Footer .widget_mfn_menu ul li a {
background: rgba(0, 0, 0, 0);
color: #e40e1a;
border: 1px solid #000;
}