@charset "UTF-8";

header .primary-menu-container ul.menu-wrapper li#menu-item-1154>a {
    border: 1px dotted;
/* 	padding: 0 1rem; */
}

.top-header {
	overflow: hidden;
	visibility: visible;
	opacity: 1;
	max-height: 50px;
	transition-duration: .3s;
}
.top-header.hidden {
/*     display: none; */
	visibility: hidden;
	max-height: 0;
	opacity: 0;
}

.top-header p {
    font-size: 14px;
    padding: .75em;
    margin: 0 auto;
    text-align: center;
    border-bottom: 1px solid #eee;
}

.top-header p span {
    font-weight: 600;
}

.top-header p a {
	color: inherit;
}

.top-header p a:hover {
	color: #d2a98e;
}

.primary-contaiver {
    height: 100%;
}

i.nav-link-icon {
    width: 24px;
    margin-right: .5em;
    display: flex;
    align-items: center;
    justify-content: center;
}

i.nav-link-icon svg path {
    fill: #272264;
}

@media (min-width: 1024px) {
	div#re-logo {
		display: none;
	}
	
	div.primary-menu-container>ul>li.menu-item.menu-item-has-children>ul.sub-menu.row {
		flex-direction: row;
	}
}

@media (max-width: 1023px) {
	.top-header {
		display: none;
	}
}
