/*
 Theme Name:   Web Bird Digital Business - Child
 Theme URI:    http://www.webbirddigital.com.au
 Description:  Child theme based off the Web Bird Digital Business theme. This theme has elements of the parent theme removed (staff,home boxes,partners,testimonials etc)
 Author:       Simon Codrington
 Author URI:   http://www.simoncodrington.com.au
 Template:     webbirdbusiness
 Version:      1.0
 Tags:         Modern, Amazing, Magical, Responsive, Fully Customisable, Retina-Ready, HiDPI, Web Bird
*/

/*-------START THEME CUSTOMIATION HERE -------*/
/*---STANDARD STYLES---*/

#home-slider .slides .slide .caption h2, #home-slider .slides .slide .caption p{
font-size: 300%;
}

.description ul,
.description ol{
	overflow: hidden;
	left: 0px;
}
.description ul > li,
.description ol > li{
	margin-bottom: 7px;
}
.site-header .middle-menu{
	height: 110px;
}

.home .hentry{
	padding: 0px;
	margin: 0px;
}

/*---menu fixes---*/
.navbar .main-navigation .sub-menu li,
.navbar .main-navigation .sub-menu li a{
	width: 100%;
}


/*-------BANNED SYSTEM-------*/

/*---Banned Person Table-----*/
.banned-patron-table{
	
}
.banned-patron-table td,
.banned-patron-table th{
	padding: 3px 5px;
	border: solid 1px #ccc;
	text-align: center;
}
.banned-patron-table thead tr{
	background: #aaa;
}
.banned-patron-table tbody tr{
	background: #ddd;
}


/*---Single banned person---*/
.single-banned-patron th,
.single-banned-patron td{
	border: solid 1px #ccc;
	padding: 5px 10px;
}
.single-banned-patron th {
	min-width: 20%;
	background: #eee;
}


