/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 23 2019 | 22:52:11 */
::-webkit-file-upload-button {
    vertical-align: top !important;
    margin-top: 8px !important;
    margin-bottom: 20px;
    padding: 15px 44px 15px !important;
    color: #fff;
    cursor: pointer;
    width: 175px;
    height: auto !important;
    font-family: 'Open Sans';
    font-weight: 600;
    font-size: 14px;
    -webkit-border-radius: 2px !important;
    border-color: #585858 !important;
    background: #585858 !important;
    -webkit-box-shadow: 0 1px 0 #ccc !important;
    box-shadow: 0 1px 0 #ccc !important;
 	border: 0px solid #fff !important;
    border-radius: 3px !important;
}

.wpcf7-file {
  border: 0px solid #fff !important;
     box-shadow: none;
    border-radius: 0px;
}


.js .fileupload {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.fileupload + label {
    max-width: 80%;
    font-size: 1.25rem;
    /* 20px */
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 0.625rem 1.25rem;
    /* 10px 20px */
}

.no-js .fileupload + label {
    display: none;
}

.fileupload:focus + label,
.fileupload.has-focus + label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}

.fileupload + label * {
    /* pointer-events: none; */
    /* in case of FastClick lib use */
    color: #f1e5e6;
    background-color: #d3394c;
}

.fileupload + label svg {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
    margin-top: -0.25em;
    /* 4px */
    margin-right: 0.25em;
    /* 4px */
}


.fileupload:focus + label,
.fileupload.has-focus + label,
.fileupload + label:hover {
    background-color: #722040;
}


