/* Modern Craft Media Style Sheet */

/* Show/Hide Styles */
/* Comment out the below to show buttons. Leave active to limit view to only wp logged-in users
body:not(.logged-in) .VipLog {
	display: none;
}
*/
.hide{display: none;}
.navbar .menu-item.VipLog.login a{
	border-color: #d4a92f;
}
.benefits2-row h3, .benefits2-row p{
	max-width: 50rem !important;
	margin-top: 1rem;
}
.benefits2-row{
	vertical-align: middle;
}
@media print{
	.navbar nav.container-fluid{
		flex-direction: row-reverse;
		padding-right: 0;
	}
	.navbar-brand img{
		filter: invert(1) grayscale(1);
	}
	#dont-print{
		display: none;
	}
}