/* Enter Your Custom CSS Here */

.vc_custom_1547383428373 {
    background-color: #81d742 !important;
}
.wpcf7-select {
    min-width: 0px !important; 
}
.my-contact-form-sidebar .wpcf7 {
    background: #fff;
    padding: 22px;
    border-radius: 30px;
    box-shadow: 3px 4px 35px #88B842 inset;
}

.my-contact-form-sidebar .wpcf7 textarea {
    height: 86px;
    width: 100%;
    margin: 0 auto;
    margin-left: 0px;
    border-color:#81d742;
}

.my-contact-form-sidebar .wpcf7 input[type="text"], 
.my-contact-form-sidebar .wpcf7 input[type="email"],
select {
   border-color:#81d742;
}

.my-contact-form-sidebar .wpcf7 label { 
  font-size: 13px; 
}

.my-contact-form-sidebar .wpcf7 p > label { 
  padding-left:15px;
}

.my-contact-form-sidebar .wpcf7 p > input[type="submit"] { 
  margin-left:15px;
  margin-top:15px;
  border-color:#81d742;
}




li:not(.dt-mega-menu) .sub-nav {
    width: 280px !important;
}

.page-template #main, .single-post #main {
     padding: 0px 0 !important; 
}