﻿@import "https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css";
@import "supporting/css/themify-icons.css";

/*@import "supporting/css/flexslider.css";*/


/*@import "supporting/css/lightbox.min.css";*/


/*@import "supporting/css/theme.css";*/

@import "supporting/css/site.css";
@import "supporting/whatsapp-chat-support/whatsapp-chat-support.css";
.wcs_popup_input {
    padding: 20px 10px;
}
.wcs-popup {
    position: fixed !important;
    /* or absolute */
    top: 50% !important;
    left: 50% !important;
    margin-top: -150px;
    margin-left: -150px;
}
.wcs-button {
    border-radius: inherit !important;
}
.wcs-button-call {
    width: 100% !important;
    border-radius: inherit !important;
    padding: 10px !important;
}
.wcs_popup_input input,
.wcs_popup_input select,
.wcs_popup_input textarea {
    max-width: inherit !important;
}
.wcs_popup_input input {
    height: 22px !important;
    background: white !important;
    margin: 7px auto;
    font-size: 0.8em;
}
.wcs_popup_input #wcsMsg {
    margin: 0;
}
.whatsapp-modal {
    width: 400px;
    padding: 0px;
    border-radius: 10px;
}
.whatsapp-textbox {
    background: #fff !important;
    margin-bottom: 0px;
    padding-left: 20px !important;
}
.whatsapp-separator {
    margin-bottom: 0px !important;
    margin-top: 5px !important;
}
.whatsapp-textbox:focus {
    border: 0px solid #fff !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: -webkit-focus-ring-color auto 0px;
    outline: none !important;
    outline-width: 0 !important;
}
.whatsapp-textbox::placeholder {
    color: #dedede !important;
}
.whatsapp-textbox-invalid::placeholder {
    color: red !important;
}
.ws-form-msg {
    border: 0 !important;
    outline: none;
    width: 90% !important;
    color: black;
    margin-left: -25px;
}
@media (max-width: 480px) {
    .whatsapp-modal {
        width: 350px;
        padding: 0px;
        border-radius: 10px;
    }
}
