/*
 * Theme Name:   LEAP Studio
 * Description:  LEAP Studio theme
 * Author:       Greys
 * Author URI:   https://greys.co
 * Template:     savoy
 * Version:      1.0.0
*/

@font-face {
	font-family: 'Agentur';
	src: url('assets/fonts/agentur.eot');
	src: url('assets/fonts/agentur.eot?#iefix') format('embedded-opentype'),
		url('assets/fonts/agentur.woff2') format('woff2'),
		url('assets/fonts/agentur.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

.nm-woocommerce-account-login .nm-page-wrap {
	background: #ffffff;
}

h2 {
	font-family: 'Agentur';
	font-size: 36px;
}

h3 {
	font-size: 26px;
}

/* Appointments/Classes */
.my_account_appointments {
	width: 100%;
	margin-bottom: 6px;
}
.my_account_appointments tr th,
.my_account_appointments tr td {
	padding: 14px;
	vertical-align: middle;
}
.my_account_appointments tr th {
    padding-top: 0;
}
.my_account_appointments tr td {
	border-top: 1px solid #eee;
}
.my_account_appointments tr th:first-child,
.my_account_appointments tr th:last-child,
.my_account_appointments tr td:first-child,
.my_account_appointments tr td:last-child {
	padding-right: 0;
	padding-left: 0;
}
.my_account_appointments tr:last-child td {
    border-bottom: 1px solid #eee;
}
.my_account_appointments tr td:last-child a {
    font-size: inherit;
    margin: 5px 0 5px 10px;
    padding: 6px;
}
.my_account_appointments tr td:last-child a:first-child {
	margin-left: 0;
}
