/*
Theme Name: B2B
Theme URI: http://jerram.co.uk/wordpress/b2b/
Author: the Keiron Roberts
Author URI: http://jerram.co.uk
Version: 3.0.26
General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:
Text Domain: b2b

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/*
 * set max -width and 'float' content centrally
 *
 * this means you should now use a containing div of class 'group' around the
 * child div with class 'section'
 */

a{
	text-decoration: none;
}

img{
	max-width: 100%;
	height: auto;
}

.menu-primary-menu-container{
	display: table;
	width: 100%;
	text-align: center;
}

.menu-primary-menu-container ul{
	display: table-row;
}

.menu-primary-menu-container ul li{
	display: table-cell;
}

.menu-primary-menu-container ul li span{
	display: block;
	clear: both;
}

#banner .vc_column-inner,
#banner .vc_row{
	padding-left: 0 !important;
	padding-right: 0 !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.banner{
	width: 100%;
}

.alignright{
	float: right;
	margin-left: 1em;
	margin-bottom: 1em;
}

#resource_list,
#resource_list li{
	display: inline-block;
	margin-bottom: 1em;
	margin-left: 1em;
}

#resource_list:before{
	content: 'Show me:';
}

#resource_list li{
	background-image: url('images/check.png');
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	cursor: pointer;
}

#resource_list li.resources-active{
	background-image: none
}

table{
	width: 100%;
}

table tr{
	border-bottom: 1px solid #cccccc;
}

table th, table td{
	padding: 0.3em;
	padding-right: 1em;
	vertical-align: middle;
}

table td.icon{
	width: 50px;
}

table td.download span,
table td.download a.inactive{
	display: block;
	text-align: right;
	background-image: url('images/icon-download-inactive.png');
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 45px;
	line-height: 33px;
	white-space: nowrap;
}

table td.download a{
	display: block;
	text-align: right;
	background-image: url('images/icon-download-active.png');
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 45px;
	line-height: 33px;
	white-space: nowrap;
}

.rsswidget{
	display: none;
}

/* ----------------------------------------------------------------------------- */
/* CONTENT-TAB SHORCODE */
/* ----------------------------------------------------------------------------- */
.hidden {
  display: none!important;
}
.content-tab {
  display: block;
  float: left;
  width: 100%;
  margin-top: 35px;
}

.content-tab select {
  display: none;
}

.content-tab-inner {
  display: block;
  float: left;
  list-style: outside none none;
  width: 100%;
  padding-left: 0;
}

.content-tab-header {
  background-color: #cccccc;
  border-color: #ffffff;
  border-style: solid;
  border-width: 1px 0 0 1px;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  float: left;
  padding: 1.1em 0.7em;
}

.content-tab-header:last-child {
  border-right: 1px solid #fff;
}

.content-tab-header.active {
  background-color: #fff;
}

.content-tab-header a {
  color: #333;
}

.content-tab-header:hover a, .content-tab-header.active:hover a {
  color: #999;
}

.content-tab-content {
  padding: 25px 0;
}

.content-tab-content .vc_column-inner {
  padding-top: 35px;
}

.content-tab-content h3 {
  font-size: 1.412em;
  margin-bottom: 17px;
}

.content-tab-content a.button {
  background-color: #29abe1;
  border: 0 none;
  border-radius: 5px;
  color: #fff;
  font-size: 21px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 20px 44px;
  margin-bottom: 35px;
  float: left;
}


#burgermenu{
	display: none;
}