/*
Theme Name: BWP
Theme URI: http://www.ignitestudio.co.uk
Author: Ignite Studio
Author URI: http://www.ignitestudio.co.uk
Description: BWP theme
Version: 1.0
License: Commercial
*/
@import url(css/grid.css);
@import url(css/fontello.css);


body,td,th {
	/*font-family: 'HelveticaNeue', sans-serif;*/
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	/*font-size: 18px;*/
}
img {
	max-width: 100%;
	height: auto;
}
.center {
	text-align: center;
}
.clear {
	clear: both;
}
.float_right {
	float: right;
}
.float_left {
	float: left;
}
.right {
	text-align: right;
}
.left {
	text-align: right;
}
.nowrap {
	white-space: nowrap;
}
.strong {
	font-weight: bold;
}







a {
	color: #602684;
}
a:hover {
	color: #f7941e;
}

#sidebar a {
	color: #f7941e;
	text-decoration: none;
}
#sidebar a:hover {
	color: #F25000;
}

.text-blue {
	color: #0098c6
}
.text-red {
	color: #ff002d
}
.text-green {
	color: #159443
}
.blue-button {
	background: #009bc8;
	color: #fff;
	padding: 5px;
	text-decoration: none;
	font-weight: bold;
}
.wrapper {
	max-width: 1024px;
	padding: 0;
	margin: 0 auto;
	background-color: #fff;
}
body {
	background: url(images/body_background.jpg) repeat center top;
	margin: 0;
}
.content_wrap {
}
h2 {
	text-decoration: none;
	font-weight: 600;
	text-transform: uppercase;
	color: #602684;
}


#header {
	max-width: 920px;
	margin: 0 auto 20px auto;
	padding-top: 25px;
}
#logo {
	width: 140px;
	height: 68px;
	overflow: hidden;
	text-indent: -3000px;
	background: url(images/bwp_vo_logo_master.png) no-repeat center center;
	margin: 0 0 0 0;
	padding: 0;
}
#call {
	color: #f7941e;
	font-size: 16px;
	height: 25px;
	line-height: 16px;
	text-align: right;
	display: block;
	text-decoration: none;
}
#main_menu {
	padding: 20px 0 0 0;
	font-size: 12px;
	line-height: 12px;
	text-transform: uppercase;
	text-align: right;
}
#main_menu ul, #main_menu li {
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
}
#main_menu li {
	display: inline-block;
	vertical-align:middle;
	border-right: 1px solid #323232;
	max-width: 100px;
	padding: 0 12px;
	text-align: center;
	height: 25px;
}
#main_menu li:last-child {
	border-right: none;
	padding: 0 0 0 12px;
}
#main_menu li a {
	color: #555;
	text-decoration: none;
}
#main_menu li.current_page_item a {
	color: #602684;
}
.mobile_menu {
	display: block;
}



#primary {
	max-width: 920px;
	margin: 0 auto;
}
#primary {
	background-position: bottom right;
	background-repeat: no-repeat;
	margin-bottom: 40px;
}



#footer {
	background: #602684;
	color: #fff;
	font-size: 12px;
}


ul#menu-team-members, ul#menu-team-members li{
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}
ul#menu-team-members{
	margin-top: 20px;
}
ul#menu-team-members li {
	margin-bottom: 10px;
	text-transform: uppercase;
}

ul#menu-team-members li a {
	font-size: 14px;
	color: #f7941e;
	text-decoration: none;
}
ul#menu-team-members li.current-menu-item a  {
	color: #602684;
}

.mobile_menu_toggle {
	display: none;
}

.team_member_title{
	margin-top: 0;
	line-height: 1em;
	font-weight: 300;
	font-size: 22px;
	text-transform: uppercase;
}
.team_member_main_title{
	color: #602684;
	font-weight: 300;
	font-size: 22px;
}
.entry-title {
	text-decoration: none;
	font-weight: 600;
	text-transform: uppercase;
	color: #602684;
}

#sidebar {
	margin-top: 40px;
	text-align: center;
	font-size: 14px;
}

.rs_images img {
	border: 3px solid #fff;
	box-shadow: 0 0 5px #333;
	margin-bottom: 20px;
}

#footer table {
	height: 32px;
	margin: 10px 0 5px 0;
}
#call_mobile {
	display: none;
}

@media (max-width: 1024px){
	.wrapper {
		max-width: 1004px;
		padding: 0 10px;
	}
	.metaslider {
		margin: 0 -10px;
	}
	#main_menu {
		text-align: center;
		clear: both;
		width: 100%;
	}
	#call {
		float: right;
		margin: 30px 0 0 0;
		width: auto;
	}
	#logo {
		float: left;
	}
	#footer {
		margin: 0 -10px;
		padding: 0 20px;
		text-align: center;
	}
}



@media (max-width: 720px){
	.wrapper {
		max-width: 1004px;
		padding: 0 10px;
	}
	#main_menu {
		text-align: center;
		clear: both;
		width: 100%;
	}
	#call {
		display: none;
	}
	#logo {
		float: left;
	}
	.mobile_menu {
		display: none;
	}

	.mobile_menu_toggle {
		margin-top: 20px;
		display: block;
		padding: 5px 5px 0 5px;
		background: #552684;
		border: 1px solid #004582;
		border-radius: 4px;
		width: 28px;
		float: right;
	}
	.mobile_menu_toggle span {
		display: block;
		border-radius: 2px;
		height: 4px;
		background: #fff;
		margin-bottom: 5px;
	}
	#main_menu li {
		display: block;
		border: none;
		padding: 5px;
		margin-bottom: 3px;
		height: auto;
		max-width:none;
	}
	#sidebar {
		margin-top: 40px;
		text-align: center;
	}
	#primary {
		background-position: bottom center;
		padding-bottom: 120px;
	}
	#footer .float_left, #footer .float_right {
		float: none;
		margin: 0 auto;
	}
	#call_mobile {
		width: 36px;
		height: 36px;
		float: right;
		display: block;
		margin: 20px 20px 0 0;
	}
	#call_mobile img {
		height: 36px;
		width: auto;
	}
}


.caption-wrap .caption {
	text-align: center;
	font-weight: 300;
	font-size: 22px;
}

.caption-wrap .caption b {
	font-weight: 700;
	font-style: italic;
}


.nivo-caption {
	font-family: 'Lato',sans-serif!important;
	text-align: center;
	font-weight: 300;
	font-size: 22px;
}

.nivo-caption b {
	font-weight: 700;
	font-style: italic;
}

.team_member_link {
	text-transform: uppercase;
	font-size: 13px;
	color: #f7941e;
	line-height: 1em;
	display: block;
	margin-top: 10px;
	text-decoration: none;
}
.team_member_function {
	text-transform: uppercase;
	font-size: 9px;
	line-height: 1.5em;
	display: block;
	text-decoration: none;
	color: #602684;
}
.team_member_function:hover {
	color: #602684;
}


input[type="text"], input[type="email"], textarea {
	border: 1px solid #ccc;
	border-radius: 2px;
	padding: 6px;
}
input[type="text"]:focus, input[type="email"]:focus, textarea:focus {
	box-shadow: 0px 0px 4px #ccc;
}

textarea {
	height: 100px;
}

input[type="submit"] {
	padding: 10px 30px;
	color: #fff;
	background-color: #582789;
	border: 0;
	border-radius: 2px;
}


.right_side_bar_logo {
	padding: 10px;
	border: 1px solid #333;
	border-radius: 6px;
	display: block;
	box-shadow: 2px 2px 5px #999;
}

.logo_border_inline {
	padding: 10px;
	border: 1px solid #333;
	border-radius: 6px;
	display: inline-block;
	box-shadow: 2px 2px 5px #999;
}