.home .tm-header{
	box-shadow: none!important
}
.uk-navbar-toggle span {
	color: #232827}
.uk-footer {
    margin-top: 50px
}
.social-link {
    color: #fff;
    opacity: 1;
    margin: .625rem;
    font-size: 1.5rem;
    font-weight: 600;
    text-decoration: underline
}
.accent-underlined {
	position: relative;
    display: inline-block}
.accent-underlined:after {
    bottom: -.625rem;
    height: .5rem
}
.accent-underlined:after  {
    position: absolute;
    bottom: -0.4rem;
    height: 0.6rem;
    left: 0;
    right: 0;
    display: inline-block;
    background-color: #58a573;
    content: "";
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out
}
.uk-social-footer .uk-tile-secondary {
	margin-top: -40px
}
ul.uk-contact:not(.browser-default) {
    padding-left: 0;
    list-style-type: none;
}
.uk-contact li {
    margin: .625rem 0;
	line-height: 160%
}
.uk-contact label {
    display: block;
    font-size: .8rem;
    color: #9e9e9e
}
.about-text {
line-height: 26px;
    position: relative;
    padding-left: 30px;
    display: block;
    margin-top: 10px;}
.about-text::before {
    position: absolute;
    content: "";
    border: 2px solid #009444;
    left: 8px;
    top: 8px;
    width: 8px;
    height: 8px;
    border-radius: 50px;
}
.wpcf7-form-control-wrap input,
.wpcf7-form-control-wrap textarea {
    font-style: italic;
    padding: 10px;
    display: block;
    width: 100%;
    height: 20px;
    border: none;
    background-color: transparent;
    border-radius: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2)
}

.wpcf7-form-control-wrap textarea {
    height: 130px
}
.wpcf7-submit {
    color: #fff;
    border: none;
    background: #009444;
    -webkit-appearance: none;
    padding: 0 34px;
    font-size: 12px;
    line-height: 48px;
    text-align: center;
    text-decoration: none;
    transition: 0.1s ease-in-out;
    transition-property: color, background-color, background-position, border-color, box-shadow;
    font-family: Montserrat;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}
.wpcf7-submit:hover {
    background-position: right center;
    color: #fff
}

@media (max-width:639px){
	.wpcf7-form-control-wrap input, .wpcf7-form-control-wrap textarea {
    width: -webkit-fill-available
	}
	.accent-underlined:after  {
    position: absolute;
    bottom: -0.2rem;
    height: 0.2rem;
    left: 0;
    right: 0;
    display: inline-block;
    background-color: #58a573;
    content: "";
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out
}
}