.main-header-bar .main-header-bar-navigation .sub-menu {
    line-height: .4;
}
.rt-team-container .layout1 .tlp-content-layout1, .rt-team-container .tlp-content {
    background: #007acc;
    color: #ffffff;
    padding: 11px!important;
}
.rt-team-container .button-group {
    text-align: center;
    padding-bottom: 60px!important;
}
.rt-team-container .contact-info ul li {
    margin: 0px;
    padding: 0px;
    line-height: 22px;
    list-style: none !important;
    border: none;
    background: no-repeat;
    text-align: center;
}
.entry-meta, .entry-meta * {
    line-height: 1.45;
    color: var(--ast-global-color-0);
    display: none;
}
.single .entry-header .post-thumb {
    margin-bottom: 2em;
    display: none;
}
.wpcf7-form input {
border-radius:6px;                  /* Makes the edges rounded */
}
.wpcf7-form textarea {
border-radius:6px;          /* Makes the edges rounded */
}
.wpcf7-form .wpcf7-submit {     
background:#000000;         /* This edit the button colour */
}
.wpcf7 .wpcf7-text,
.wpcf7 .wpcf7-textarea{
  padding-left: 45px;
  max-height:200px;
}
.wpcf7-form .wpcf7-quiz, .wpcf7-form input[type="number"], .wpcf7-form input[type="date"], .wpcf7-form input.wpcf7-text {
    padding: 12px;
    padding-left: 50px;
        border-radius: 50px;
}
.wpcf7 p{ position: relative; }
.wpcf7 p .fa {
    position: absolute;
    color: #666666;
    z-index: 100;
    font-size: 18px;
    top: auto;
    padding-top:20px;
    padding-left:20px;
}
    
    
.wpcf7 p .fa-pencil{ top: 5%; left: 1.5%}


form.wpcf7-form.thegem-cf7 .wpcf7-form-control-wrap:after {
    top: 50%;
    transform: translateY(-50%);
    display:none!important;
}