/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 19 2019 | 01:47:05 */
::-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: #a1c349!important;
    background: #a1c349 !important;
    -webkit-box-shadow: 0 1px 0 #ccc !important;
    box-shadow: 0 1px 0 #ccc !important;
 	border: 0px solid #fff !important;
    border-radius: 0px !important;
}

.wpcf7-file {
  	border: 0px solid #fff !important;
    box-shadow: none;
    border-radius: 10px;
}


input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea {
    background: rgba(255, 255, 255, 0.1) !important;
    border: none !important;
    font-size: 16px !important;
    height: auto !important;
    margin: 0 !important;
    outline: 0 !important;
    padding: 15px !important;
    width: 100% !important;
    background-color: #e8eeef !important;
    color: #000 !important;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03) inset !important;
}

select::placeholder,
textarea::placeholder,
input[type="text"]::placeholder,
input[type="email"]::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #868788 !important;
    opacity: 1; /* Firefox */
}

select::placeholder,
textarea::placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="email"]::placeholder { /* Internet Explorer 10-11 */
  	color: #868788 !important;
}

select::placeholder,
textarea::placeholder,
input[type="text"]::-ms-input-placeholder,
input[type="email"]::placeholder { /* Microsoft Edge */
  	color: #868788 !important;
}

input[type="radio"],
input[type="checkbox"] {
  	margin: 0 4px 8px 0 !important;
}

select {
    padding: 6px !important;
    height: 54px !important;
    border-radius: 2px !important;
}

/*button {
  padding: 19px 39px 18px 39px !important;
  color: #FFF !important;
  background-color: #4bc970 !important;
  font-size: 18px !important;
  text-align: center !important;
  font-style: normal !important;
  border-radius: 5px !important;
  width: 100% !important;
  border: 1px solid #3ac162 !important;
  border-width: 1px 1px 3px !important;
  box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.1) inset !important;
  margin-bottom: 10px !important;
}*/

fieldset {
    margin-bottom: 30px !important;
    border: none !important;
}

legend {
    font-size: 1.4em !important;
    margin-bottom: 10px !important;
}

label {
    display: block !important;
    margin-bottom: 8px !important;
}

label.light {
    font-weight: 300 !important;
    display: inline !important;
}

.wpcf7-submit {
  	background-color: #4c934c !important;
  	margin-top: 30px !important;
}


select {
    background: rgba(255, 255, 255, 0.1) !important;
    border: none !important;
    font-size: 16px !important;
    height: 20px !important;
    margin: 0 !important;
    outline: 0 !important;
    padding: 15px !important;
    width: 100% !important;
    background-color: #e8eeef !important;
    color: #868788 !important;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03) inset !important;
    height: 58px !important;
  	text-indent: 5px;
}
/*Checkboxes styles*/
input[type="checkbox"] { display: none; }

input[type="checkbox"] + label {
  display: block !important;
  position: relative !important;
  padding-left: 35px !important;
  margin-bottom: 20px !important;
  font: 14px/20px 'Open Sans', Arial, sans-serif !important;
  color: #ddd !important;
  cursor: pointer !important;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
}

input[type="checkbox"] + label:last-child { margin-bottom: 0; }

input[type="checkbox"] + label:before {
  content: '' !important;
  display: block !important;
  width: 20px !important;
  height: 20px !important;
  border: 1px solid #6cc0e5 !important;
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  opacity: .6 !important;
  -webkit-transition: all .12s, border-color .08s !important;
  transition: all .12s, border-color .08s !important;
}

input[type="checkbox"]:checked + label:before {
  width: 10px !important;
  top: -5px !important;
  left: 5px !important;
  border-radius: 0 !important;
  opacity: 1 !important;
  border-top-color: transparent !important;
  border-left-color: transparent !important;
  -webkit-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
}

/* Checkbox highloght color */

#cf7md-form .mdc-checkbox .mdc-checkbox__native-control:enabled:checked ~ .mdc-checkbox__background

{
  background: green;
}

#cf7md-form [class*="cf7md-list__columns-"] .wpcf7-form-control
{
  margin-left:0!important;
}


#cf7md-form .mdc-text-field .mdc-line-ripple, #cf7md-form .mdc-select:not(.mdc-select--disabled) .mdc-select__native-control:focus ~ .mdc-line-ripple, #cf7md-form .mdc-checkbox .mdc-checkbox__native-control:enabled:checked ~ .mdc-checkbox__background, #cf7md-form .mdc-checkbox .mdc-checkbox__native-control:enabled:indeterminate ~ .mdc-checkbox__background, #cf7md-form .mdc-checkbox::before, #cf7md-form .mdc-checkbox::after, #cf7md-form .mdc-radio::before, #cf7md-form .mdc-radio::after, #cf7md-form .mdc-switch.mdc-switch--checked .mdc-switch__track, #cf7md-form .mdc-switch.mdc-switch--checked .mdc-switch__thumb, #cf7md-form .mdc-switch.mdc-switch--checked .mdc-switch__thumb-underlay::before, #cf7md-form .mdc-switch.mdc-switch--checked .mdc-switch__thumb-underlay::after, #cf7md-form .mdc-switch.mdc-switch--checked .mdc-switch__thumb, #cf7md-form .mdc-switch.mdc-switch--checked .mdc-switch__thumb-underlay::before, #cf7md-form .mdc-switch.mdc-switch--checked .mdc-switch__thumb-underlay::after, #cf7md-form .mdc-switch:not(.mdc-switch--checked) .mdc-switch__thumb-underlay::before, #cf7md-form .mdc-switch:not(.mdc-switch--checked) .mdc-switch__thumb-underlay::after
{
  background-color:#4D934C!important;
}