/* Enter Your Custom CSS Here */
.textwidget h2{
font-size:22px;
}
#responsive-form{
	max-width:600px /*-- change this to get your desired form width --*/;
	margin:0 auto;
        width:100%;
}
.form-row{
	width: 100%;
}
.column-half, .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
}
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

/**---------------- Media query ----------------**/
@media only screen and (min-width: 48em) { 
	.column-half{
		width: 50%;
	}
}
button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    max-width: 600px;
    width: 100%;
}
.entry-title{
display:none;
}
.languagestop {
    text-align: center;
    display: inline-block;
    margin-left: 20px;
    font-size: 17px;
    margin-top: 25px;
}
.languagestop a{
    display: block;
}
.border22{
border:2px solid #000;
}
.logo {
    text-align: center;
    display: inline-block;
    width: 100%;
}
.logo img.custom-logo {
    max-width: 75%;
    height: auto;
    margin-top: -25px;
}
