/* float.css for float contact form 
*   Author Name : Nikolay Waysman 
*   Author site : Bestvision.co.il 
*/

.float_contact_container {
    border-radius: 8px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-color: #E8E6E6; 
    position: fixed;
    right: 15px;
    bottom: 0;
    text-align: left;
	padding:5px;
    z-index: 99999;
    width: 265px;
}
.float_contact_container p {
    padding: 0 6px;
    color: #283543;
}
.float_contact_container p span input[type="text"], 
.float_contact_container p span input[type="email"],
.float_contact_container p span input[type="tel"]
{
    border: 1px #ffffff solid;border-radius:5px;
    height: 25px;
    width: 100%;color:#8d8d8d; padding: 2px 5px;
}
.float_contact_container .wpcf7-submit  {
    background-color: #283543;
    border: 0;
    padding: 5px 10px;
    color: #fff;
    border-radius: 5px;
    float: right;
    margin: 8px 0 10px 0;
}
.float_contact_triggerbox {
    border-radius: 6px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-color: #E8E6E6; 
    position: fixed;
    right: 15px;
    bottom: 0;
    cursor: pointer;
    text-align: left;
    width: 265px;
    height: auto;
}

.contact_trigger {
    border-radius: 6px;
    background-color: #283543;
    height: 100%;
    font-size: 16px;
    padding: 5px 0 5px 10px;
    position: relative;
    width: 95%;
    margin: 6px auto;
}
.contact_trigger span {
    color: #fff;   
}
.float_contact_container .float_contact_closebtn {
    position: absolute;
    background: url('img/close.png') no-repeat;
    top: 8px;
    right: 8px;
    cursor: pointer;
    width: 14px;
    height: 14px;
}
div.wpcf7-validation-errors {
    border: 2px solid #9E1F62;
    margin: 5px 0;
    float: right;
    color: red;   
}
div.wpcf7-mail-sent-ok {
  border: 2px solid #1C3242;
  float: right;
  margin: 0;
  color: #48535F;
}