/*
Changes the size of the main title
in the forum
*/
#af-wrapper .main-title {
    font-size: 32px;
}

/*
Changes the style of topic description
in the forum
*/
#af-wrapper .main-description {
		font-style:italic;
}

/*
These three items remove the logo from
the business card listing and assure
the organization name font size is
consistent.
*/
#SFctr .SFcrd .SFcrdlgo.SFcrdlgt  {
	display: none;
}

#SFctr .SFcrd .SFcrdlgo.SFcrdlgw {
	display: none;
}

#SFctr .SFcrd .SFcrdlgo+.SFcrdtxt>.SFcrdnam {
font-size: 22px;
}

/*
The following items enable logo management on the organization's profile page 
*/

.page-id-3856 #SFctr .SFcrd .SFcrdlgo.SFcrdlgt  {
	display: inline-block;
}

.page-id-3856 #SFctr .SFcrd .SFcrdlgo.SFcrdlgw {
	display: inline-block;
}

.page-id-3856 #SFctr .SFcrd .SFcrdlgo+.SFcrdtxt>.SFcrdnam {
font-size: initial;
}

/*
This line removes logos from
mobile screens.
*/

#SFctr .SF0 .SFcrd .SFcrdlgo.SFcrdlgt {
	display: none
}

/*
Applied to the brewery member
directory page - sets the size of
the card, removes the border, and
tightens the padding.
*/

#SFctr .SFcrd {
	height: 120px;
	border: 0px solid #ccc;
	padding: 10px;
}

#SFctr .SFcrd:hover {
	border: 1px solid #005A96;
}

#SFctr .SF1 .SFcrd {
    height: 125px;
		min-height: 100px;
    margin: 0 0 10px;
    border: 1px solid #ccc;
}

/*
Applied to the brewery member
directory page - hides Business Type
filter options.
*/
.page-id-7243 #SFctr .SFfndopt+.SFfndopt {
	display:none;
}

.page-id-5593 #SFctr .SFfndopt+.SFfndopt {
	display:none;
}

.page-id-5595 #SFctr .SFfndopt+.SFfndopt {
	display:none;
}

.page-id-33503 #SFctr .SFfndopt+.SFfndopt {
	display:none;
}

.page-id-33508 #SFctr .SFfndopt+.SFfndopt {
	display:none;
}


/*
.page-id-5589 #SFctr .SFfndopt+.SFndop {
	display:visible;
}

.page-id-5589 #SFctr .SFfndopt {
	display:none;
}
*/

.nv-content-wrap ul li {
  margin-top: 0px;
}

.nv-content-wrap a {
	font-weight: bold;
	text-decoration: none !important;
}

.nv-content-wrap a:hover {
	font-weight: bold;
	color: #35A8DA;
  text-decoration: none;
}

/*
Changes the color of login widget
*/

div#sf_widget_login-9.widget.widget_sf_widget_login {
color: white;
background: #005A96;
padding: 10px;
}

/*
Reduce lef-side padding on sidebar
*/
.nv-sidebar-wrap.nv-right {
	padding-left: 20px;
}
/*
Style the diretory navigation menu
.tcbg-dir-nav {
	font-weight: bold;
	color: #0366d6;
}

.tcbg-dir-nav:hover {
	text-decoration:none;
}*/

.page-id-5589 .SFfndopt[num-idx="1"] {
	display:none;
	clear:both;
}

.page-id-5589 #SFctr .SFfndopt+.SFfndopt {
clear: left;
}

fieldset.fieldset-logged_in {
	display: none;
}

/*
Code for making the text white in the navigation bar that directs users to other maps.
*/

.wp-block-navigation .wp-block-navigation-item__content {
    color: white;
    display: block;
    padding:20;
		list-style-type: circle;
		align-items: center;
		--navigation-layout-justify: center;
}

.wp-block-navigation {
    --navigation-layout-justification-setting: center;
    --navigation-layout-direction: row;
    --navigation-layout-wrap: wrap;
    --navigation-layout-justify: center;
    --navigation-layout-align: center;
    position: relative;
}
