/*--------------------------------------------------------------
This is your custom stylesheet.

Add your own styles here to make theme updates easier.
To override any styles from other stylesheets, simply copy them into here and edit away.

Make sure to respect the media queries! Otherwise you may
accidentally add desktop styles to the mobile layout.
https://www.w3schools.com/css/css_rwd_mediaqueries.asp
--------------------------------------------------------------*/

#primary-navbar{
    display:flex!important;
    flex-direction:row!important;
    justify-content:flex-end!important;
    margin-right:20px;
}

.button.small.outline.signin-button.link{
    border-style: solid;
    border-width: 2px;
    border-color: #0063D8;
    color: #0063D8;
    padding:10px 30px;
}

.button.small.signup{
    color:white;
    padding:10px 30px;
}
.bb-header-buttons{
    display:none!important;
}
#primary-menu #menu-item-782 span{
	width: Hug (162px)px;
	height: Fixed (56px)px;
	padding: 8px 32px 8px 32px;
	border-radius: 8px;
	border: 2px;
	opacity: 0px;
	border: 2px solid #0063D8;
	color: #0063D8;
}

#primary-menu #menu-item-820 span{
	width: Hug (162px)px;
	height: Fixed (56px)px;
	padding: 8px 32px 8px 32px;
	border-radius: 8px;
	border: 2px;
	opacity: 0px;
	border: 2px solid #0063D8;
	color:#fff;
	background-color: #0063D8;
	margin-left:-20px;
}