/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 03 2019 | 02:13:58 */
/** This is the custom CSS For the website
 * Please DO NOT remove this
 **/

/**** GLOBAL ****/
a:hover,
a:focus,
a:active{
	text-decoration: none;
}
li.sidr-class-current-menu-item a {
    color: #077ed4 !important;
}
/*** FORM *****/
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #7e7e7e;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #7e7e7e;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #7e7e7e;
}
:-moz-placeholder { /* Firefox 18- */
  color: #7e7e7e;
}
.get-a-quote-form {
    padding: 0 25px;
}
.get-a-quote-form .form-row {
    display: block;
    margin: 27px 0;
}
.get-a-quote-form .form-row input, .get-a-quote-form .form-row textarea {
    background: #fff;
    border-radius: 0;
    color: #000;
    font-size: 18px;
    font-family: 'Lato',sans-serif;
    width: 100%;
    max-width: 230px;
    min-height: 29px;
    padding: 7px 14px 5px;
    line-height: normal;
}
.get-a-quote-form .form-row textarea {
    height: 135px;
}
.get-a-quote-form .btn-submit {
    background-color: #313131;
    display: block;
    width: 100%;
    font-size: 16px;
    letter-spacing: 1.5px;
    font-weight: bold;
    font-family: 'Lato',sans-serif;
    padding: 11px 15px;
}
.get-a-quote-form .btn-submit:hover{
  background-color: rgba(49, 49, 49, .7);
}
.get-a-quote-form p {
    margin: 0;
}
.get-a-quote-form .wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
    border-color: #ff0000;
    color: #fff;
}
.get-a-quote-form.contact .form-row input, .get-a-quote-form.contact .form-row textarea {
    max-width: none;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border: 2px solid #ff0000;
    margin: 0 0.5em 1em;
    color: #fff;
    font-size: 14px;
}
div.wpcf7-acceptance-missing{
   border: 2px solid #006dff;
}
div#footer-widgets {
    padding: 0;
    background-color: transparent;
}
.footer-widgets-inner.container {
    max-width: none;
    padding: 0;
}