w

/* CONTACT FORM 7 COLUMNS */

.activity span.wpcf7-list-item { display: block; }

.fitness span.wpcf7-list-item { display: inline-block; }


.holistic span.wpcf7-list-item { display: block; }

.where span.wpcf7-list-item { display: block; }

.holisticmain p {
	margin: 0;
}

@media only screen and (max-width: 961px) {
	.fitness span.wpcf7-list-item { display: block; }
}

.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="date"], .wpcf7 input[type="tel"], .wpcf7 input[type="number"]
{
    height: 30px;
    width: 100%;
}

.wpcf7 textarea {
	width: 50%;
}

/* CONTACT FORM 7 BUTTON */

.wpcf7 input[type="submit"] {
    line-height: 53px;
    border-radius: 500px;
    padding: 0 40px;
    font-size: 13px;
    background-color: #1a5b66;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-family: Raleway;
    border-top-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
}

.wpcf7 input[type="submit"]:hover {
    background-color: #278ea0;
}


/* TOOLBAR */

.tm-toolbar .uk-first-column p {
    margin: 0!important	;
    font-size: 13px;
}

a.uk-navbar-item.uk-logo {
    padding-top: 5px;
    padding-bottom: 5px;
}

.uk-navbar-container.uk-navbar-transparent.uk-dark {
    background: #ffffffc9;
}

span.toolbarleft-firsthalf {
	padding-right: 20px;
}

@media only screen and (max-width: 500px) {
	span.toolbarleft-secondhalf {
	width: 100%;
	display: block;
}
}


/* HIDE RECAPTCHA */
/* Hides the reCAPTCHA on every page */
.grecaptcha-badge {
    display: none !important;
}

/* Shows the reCAPTCHA on the Contact page */
.page-id-17 .grecaptcha-badge {
    display: block !important;
}