/*
Welcome to Custom CSS!

CSS (Cascading Style Sheets) is a kind of code that tells the browser how
to render a web page. You may delete these comments and get started with
your customizations.

By default, your stylesheet will be loaded after the theme stylesheets,
which means that your rules can take precedence and override the theme CSS
rules. Just write here what you want to change, you don't need to copy all
your theme's stylesheet content.
*/
/* viaviweb */
.current-menu-item a {
	background: #EEB81B !important;
}

#menu-main li:hover {
	background: #EEB81B !important;
}

.via-homebox {
	border: solid 1px #ebebeb;
	float: left;
	background: #f3f3f3 !important;
}

.via-homebox p {
	text-align: center;
	color: #333333;
}

.via-title {
	font-size: 14px;
	text-align: center;
	margin: 10px 15px;
	color: #444 !important;
}

.via-link {
	float: right;
}

/* PENNInk Productions/SJR - 30th Anniversary column*/
#Home_Link_Sidebar2 h2 {
	margin-left: 28px;
	font-family: "HelveticaNeue", "Helvetica Neue", Arial, sans-serif !important;
	font-size: 18px !important;
	font-weight: bold !important;
	margin-top: 7px;
}

#Home_Link_Sidebar2 .textwidget {
	margin-left: 28px;
	font-family: "HelveticaNeue", "Helvetica Neue", Arial, sans-serif !important;
}

/* PENNInk Productions/SJR */
#Home_RSS_Sidebar h2 {
	margin-left: 28px;
	font-family: "HelveticaNeue", "Helvetica Neue", Arial, sans-serif !important;
	font-size: 18px !important;
	font-weight: bold !important;
	margin-top: 7px;
}

#Home_RSS_Sidebar textwidget ul li {
	font-style: normal !important;
}

#Home_RSS_Sidebar .rsswidget img {
	float: right;
	margin: 10px 0 0;
}

.rsswidget img {
	float: right;
	margin-top: 2px;
}

/*Add button link for professional directory*/
#Home_Link_Sidebar h2 {
	margin-left: 28px;
	font-family: "HelveticaNeue", "Helvetica Neue", Arial, sans-serif !important;
	font-size: 12px !important;
	font-weight: bold !important;
	margin-top: 7px;
	color: #fff;
	background-color: #D99504;
	font-size: .95em;
	text-transform: uppercase !important;
	padding: 15px;
	border: 1px;
	border-style: solid;
	border-color: #ececec;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#Home_Link_Sidebar h2:before {
	content: "";
	display: block;
	background: url("https://braingym.org.uk/wp-content/uploads/2014/04/white_search.png") no-repeat;
	background-color: transparent;
	width: 20px;
	height: 20px;
	float: left;
	margin: 0 16px 0 10px;
}

/* RT - Viaviweb 20-3-2014 */
div.shortcode-list-bullet li ul li {
	list-style-type: circle !important;
	background: none !important;
}

/*facebook icon in menu bar*/
.menu-facebook {
	text-indent: -9999px;
	background-image: url(https://braingym.org.uk/wp-content/uploads/2015/04/bg-website-fb-icon.png) !important;
	background-repeat: no-repeat !important;
	margin-left: 70px !important;
	width: 48px;
}