.wpcf7 tip, .wpcf7 .wpcf7-tip{
    display: none;
}

.mm-tooltip-cf7-li-hide-description .gfield_description {
	display:none;
}

.mtfcf7p_help {
    color: #2385ba;
}
.mtfcf7p_help::before {
    background: #2385ba none repeat scroll 0 0;
    border-radius: 16px;
    color: #fff;
    content: "?";
    font-size: 14px;
    font-weight: bold;
    height: 16px;
    left: 3px;
    line-height: 15px;
    margin-top: -8px;
    text-align: center;
    width: 16px;
    display:inline-block;
}


.mm-tooltip-cf7.mm-tooltip-cf7-title-underline {font-weight: bold; border-bottom: 1px dotted;}


/*
.mtfcf7Input: {
    font-family: Arial, FontAwesome;
}*/
.mtfcf7Input::-webkit-input-placeholder {
  font-family: Arial, FontAwesome;
}

.mtfcf7Input:-ms-input-placeholder {
  font-family: Arial, FontAwesome;
}

.mtfcf7Input:-moz-placeholder {
  font-family: Arial, FontAwesome;
}

.mtfcf7Input::-moz-placeholder {
  font-family: Arial, FontAwesome;
}

.qtip-content {
  padding: 0px;
}

.mm-tooltip-cf7-li {
  position: relative;
}

.mm-tooltip-cf7-li .mm-tooltip-submit {
  position: absolute;
  width: 100px;
  height: 100%;
  background: rgba(0,0,0,0);
  z-index: 2;
  left: 0px;
  top: 0px;
  cursor: not-allowed;
}

.mm-tooltip-cf7-submit-enabled.mm-tooltip-cf7-li .mm-tooltip-submit {
  display: none;
}

.mm-tooltip-pin {
  width: 14px;
  height: 14px;
  position: absolute;
  z-index: 2;
  right: 1px;
  top: 1px;
  cursor: pointer;
  border-radius: 4px;
  text-align: center;
  padding: 0px;
  font-size: 10px;
}

.mm-tooltip-pin-enabled .mm-tooltip-pin {
  background-color: #fff;
}

.mm-tooltip-pin-enabled .mm-tooltip-pin i {
  color: #333;
}