/*
Theme Name: Mercury Child
Theme URI: https://mercurytheme.com/
Description: Child theme for Mercury theme
Author: MercuryTheme.com
Author URI: https://mercurytheme.com/
Template: mercury
Version: 3.9.3
Text Domain: mercury-child
*/
@import url("../mercury/style.css");

.space-organizations-8-archive-item-button-two {
	margin: 0 18px;
}

.space-organizations-8-archive-item-terms strong {
	display: block;
}

.ref-btn-wrapper {
	text-align: center;
	margin-bottom: 24px;
}

.ref-btn-wrapper .ref-btn {
	display: inline-block;
	min-width: 180px;
	padding: 10px 30px;
	font-weight: 400;
	font-size: 1em;
	line-height: 1.25em;
	text-align: center;
	border-radius: 20px;
	background-color: var(--ref-btn-color);
}

.space-header-menu ul.main-menu li button {
	font-family: 'Roboto', sans-serif;
	text-decoration: none;
	font-weight: 400;
	padding: 31px 16px;
	border-bottom: 2px solid transparent;
	display: block;
	background-color: transparent;
	border: 0;
	color: #ffffff;
	font-size: 1em;
	line-height: 1em;
}

.header-buttons {
	display: none;
}

.header-buttons .ref-btn-wrapper,
.header-buttons  .ref-btn {
	margin: 0;
}

.header-buttons--mobile {
	display: grid;
	gap: 16px;
	margin: 32px auto 0;
}

.header-buttons--mobile .ref-btn-wrapper {
	margin: 0;
}

.ref-btn-simple {
	display: inline-block;
	padding: 10px 30px;
	font-weight: 400;
	font-size: 1em;
	line-height: 1.25em;
	color: var(--header-text-color);
}

@media screen and (min-width: 1024px) {
	.header-buttons {
		display: flex;
		gap: 16px;
		width: fit-content;
		margin: auto 60px auto auto;
	}

	.header-buttons .ref-btn {
		min-width: unset;
	}

	.space-header-menu {
		display: flex;
	}

	.ref-btn-simple:hover {
		text-decoration: underline;
	}

	.space-header-2-top-search {
		align-self: center;
	}

	.space-header-2-top-search .ref-btn-simple,
	.space-header-2-top-search .ref-bt {
		padding: 10px 20px;
	}
}
