﻿.ContactForm{
    background-color: #efefef;
    padding: 20px;
}
.SmallTxt {
    font-size:12px;
}
.checkbox{
    font-size: 9px;
    float: left;
}
.InputBox{
    color: #efefef;
    border-radius: 10px;
}
.ContactTitle{
    font-size: 22px;
    font-weight: bold;
    color: #3d3d3d;
}
.PhoneContainer{
    font-size: 28px;
    font-size: bold;
    color: #3d3d3d;
    
}

.SubscribeNewsletter{
    font-size: 12px;
}


.ContactButton{
    margin-left: 0px;
    border-radius: 5px;
    background-color: #8e8e8e;
    color: white;
    font-weight: 100;
    cursor:pointer;
}
.ContactButton:hover {
    background-color: #80090A;   
}
.SocialMedia{
    color: #80090a!important;
}
.SocialMedia a:link{
    color: #80090a!important;
}
.SocialLink{
    margin-left: 5px;
}


.Button{
    border-radius: 5px;
}
.Button:hover{
    background-color: #a1171f!important;
}

/*-----------------------DESKTOP----------------------*/
.desktop .ContactForm{
   }

/*--------------------------MOBILE--------------------*/

.BackToSearch{

    background-color: #80090a;
    padding: 10px 0px 10px 0px;
}
.BackToSearch:hover {
 background-color: #a83235;   
    
}

.BackToSearchText{
    color: white;
    font-weight: bold;

}

.backLink:link{
color: transparent;

}