.hidden {
	display: none;
}

.hentry.no-margin {
    margin-bottom: 0!important;
}

h1.entry-title.display {
    display: block!important;
}

h1.entry-title {
    display: none;
}

.contact-left {
    float: left;
    width: 40%;
    margin-right: 5%;
}

.contact-right {
    position: relative;
    float: right;
    width: 55%;
}

#contactform, #contactform fieldset {
    margin-bottom: 0;
}

#contactform p {
    margin: 0 0 1.845em;
}

#contactform label {
    position: absolute;
    display: inline-block;
    background: #f1f1f1;
    color: #27AE60;
    font-weight: 100;
    padding: 0.7em;
    height: 45px;
    min-width: 112px;
    border: 1px solid #c0c0c0;
}

#contactform label:before {
    color: #27AE60;
    vertical-align: bottom;
    margin-right: 0.4em;
}

#contactform label.name:before {
    font-family: "dashicons";
    content: "\f110";
}

#contactform label.email:before {
    font-family: "dashicons";
    content: "\f465";
}

#contactform label.tel:before {
    font-family: "dashicons";
    content: "\f525";
}

#contactform label.enquiry {
    width: 100%;
}

#contactform label.enquiry:before {
    font-family: "dashicons";
    content: "\f101";
}

#contactform input {
    font-weight: 400;
    padding: 0.618047em;
    padding-left: 120px;
    height: 45px;
}

#contactform textarea {
    min-height: 195px;
    padding-top: 3.4em;
}

#contactform input, #contactform textarea {
    width: 100%;
}



/* V12 Finance tab */
@media screen and (max-width: 767px) {

	.contact-left {
	    width: 100%;
	    margin-right: 0;
	}

	.contact-right {
	    width: 100%;
	}
	
}