@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,500,600,700);
ul {
    list-style-type: square;
    color: #6B5C53;
    padding-left: 26px;
}
li:before{
    font-size:50px;
}
.contactHead {
    background-color: #ffffff;
    padding: 15px;
    color: #A0938C;
    margin-bottom: 20px;
}
.wrap {
    background-color: #FFFFFF;
}
.contactHead h3 {
    font-size: 2em;
    margin-top: 10px;
    text-align: center;
    text-transform: uppercase;
}
.getInTouch h2 {
    color: #A0938C;
    font-size: 3.2em;
    font-weight: 500;
}
.getInTouch {
    padding-left: 73px;
}

#addressField input{
    margin-bottom: 10px;
}
.contactFormControl {
    border-radius: 0;
    border: solid 1px #8a8a8a;
    padding: 19px;
    width: 80%;
}
.curtainsFormControl {
    border-radius: 0;
    border: solid 1px #8a8a8a;
    padding: 19px;
}
.contactLeft {
    padding-left: 90px;
    padding-right: 39px;
    margin-top: 50px;
}
.contactLeft p {
    font-size: 14px;
    color: #615F5B;
}
.contactLeft h4 {
    color: #958B86;
    margin-bottom: 25px;
    font-size: 21px;
}
.postCode {
    width: 41%;
}
form label {
    color: #645852;
}
#contactForm {
    margin-top: 35px;
}
.btn-primary {
    background-color: #A0938C;
    color: #FFFFFF;
    border-radius: 0;
    border: none;
}
.message h3{
    text-align: center;
    color: #645852;
}
.message {
    margin-bottom: 45px;
}
.messageTop {
    font-size: 29px;
}
.contactBox {
    text-align: center;
    border: solid 1px #8a8a8a;
    margin-bottom: 23px;
    padding: 12px 10px 12px 10px;
    color: #645852;
}
.contactBox  .fa-mobile {
    font-size: 6em;
}
.contactBox  .fa-map-marker {
    font-size: 4.5em;
}
.contactBox  .fa-envelope{
    font-size: 3.5em;
}
.contactBox h4 {
    margin-top: 0;
    font-size: 13px;
    font-weight: 600;
    color: #b8b2ad;
    font-family: 'Open Sans', sans-serif;
}
.contactBox h3 {
    margin-top: 0;
    font-size: 1.6em;
}

.contactRight {
    padding-right: 70px;
    margin-top: 25px;
}
#x-mark {
    position: absolute;
    bottom: 68%;
    left: 45%;
}

#widthDropField input{
    width: 100%;
    margin-bottom: 10px;
}


.contactUsMessageRow h3 {
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    color: #645852;

}
.contactUsMessageRow {
    margin-top: 35px;
    margin-bottom: 44px;
}
.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: #6B5C53;
    color: #FFFFFF;
    cursor: inherit;
    display: block;
}
.btn-default {
    color: #fff;
    background-color: #A0938C;
    border-radius: 0;
    border: none;
}
.topImg {
    width: 100%;
}
.bottomImg {
    width: 100%;
    margin-top: 45px;
}
.infoRow {
    margin-top: 68px;
}
.contactRightHeader {
    color: #958B86;
    font-size: 23px;
}

input[type=checkbox]{
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.control__indicator {
    position: absolute;
    top: -2px;
    left: 0;
    width: 25px;
    height: 25px;
    border: solid 1px #292D2F;
    background: #fafafa;
}
.control {
    position: relative;
    margin-bottom: 15px;
    padding-left: 30px;
    font-weight: 700;
    cursor: pointer;
}
.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
    background: #ccc;
}
.control__indicator:after {
    position: absolute;
    display: none;
    content: '';
}
.control input:checked ~ .control__indicator:after {
    display: block;
}
.control--checkbox .control__indicator:after {
    top: 2px;
    left: 8px;
    width: 8px;
    height: 16px;
    transform: rotate(45deg);
    border: solid 5px #645852;
    border-width: 0 4px 4px 0;
}
.checkboxRow {
    margin-bottom: 15px;
    color: #645852;
}