/*
Theme Name: 
Theme URI: http://www.willgadd.com
Description: Will Gadd
Author: Total Brand
Author URI: http://www.totalbrand.co
Version: 1.0
Tags: 
*/

body {
	background: #333;
	color: #555;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-size: 1em;
	font-weight:300;
	line-height: 1.6em;
	margin: 0px;
	padding: 0px;
}

img { 
	border: 0;
	-ms-interpolation-mode: bicubic;
	vertical-align: middle;
}

p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 18px;
	margin-left: 0px;
}

ol {
	list-style-type:none;
	margin: 0;
	padding: 0;
}

em {
	color:#000;
}

hr {
	border:0;
	border-top:1px solid #EEE;
	clear:both;
	display:block;
	float:left;
	margin:0;
	margin-top:40px;
	margin-bottom:40px;
	padding:0;
	width:100%;
}

td {
	border:1px solid #DDD;
	vertical-align:middle;
}

td p {
	font-size:90%;
	margin-bottom:0;
	padding-top:10px;
	padding-right:10px;
	padding-bottom:10px;
	padding-left:10px;
}

ol li {
	list-style-type: decimal;
	margin-left:50px;
}

/* LINKS */

a:link {
	color: #660000;
	text-decoration:none;
}

a:visited {
	color: #660000;
	text-decoration:none;
}

a:hover {
	color: #FF0000;
	text-decoration:none;
}

a:hover img { opacity:0.8; }

a:active {
	color: #660000;
	text-decoration:none;
}

/* HEADINGS */

h1 {
	color:#000;
	font-size: 2em;
	font-family: "Roboto Slab", Helvetica, Arial, sans-serif;
	font-weight: 300;
	line-height: 1em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 18px;
	margin-left: 0px;
}

h2 {
	color:#333;
	font-size: 1.4em;
	font-family: "Roboto Slab", Helvetica, Arial, sans-serif;
	font-weight: 300;
	line-height: 1.4em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 18px;
	margin-left: 0px;
}

h3 {
	font-size: 1.25em;
	font-family: "Roboto Slab", Helvetica, Arial, sans-serif;
	font-weight: 300;
	line-height: 1.4em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 18px;
	margin-left: 0px;
}

h4 {
	font-size: 1em;
	font-family: "Roboto Slab", Helvetica, Arial, sans-serif;
	font-weight: 300;
	letter-spacing:1px;
	line-height: 1em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 18px;
	margin-left: 0px;
	text-transform:uppercase;
}

h5 {
	font-size: 1.2em;
	font-family: "Roboto Slab", Helvetica, Arial, sans-serif;
	font-weight: normal;
	line-height: 1em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 18px;
	margin-left: 0px;
}

h6 {
	font-size: 1.1em;
	font-family: "Roboto Slab", Helvetica, Arial, sans-serif;
	font-weight: normal;
	line-height: 1em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 18px;
	margin-left: 0px;
}

/* STYLES */

#header-container {
	background-color: #000;
	color:#FFF;
	font-family: "Roboto Slab", Helvetica, Arial, sans-serif;
	font-size:80%;
}

#menu-container {
	background-color: #333;
}

#content-left li {
	margin-bottom:15px;
}

#banner-container {
	background-color: #666;
	background-image:url(images/bkg-banner.jpg);
	background-repeat:no-repeat;
	background-size:cover;
}

#banner-home p {
	color:#FFF;
	font-weight:400;
	font-size:1.25em;
	line-height:1.5em;
	margin-bottom:0;
	text-shadow:#000 2px 2px 2px;
}

#banner-home h1 {
	color:#FFF;
	font-weight:800;
	font-size:2.25em;
	text-shadow:#000 2px 2px 2px;
}

#banner {
	background-color: #666;
	background-image:url(images/bkg-banner.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}

@media only screen and (min-width: 767px) {

#banner-home p {
	color:#FFF;
	font-weight:400;
	font-size:1.65em;
	margin-bottom:0;
	text-shadow:#000 2px 2px 2px;
}

#banner-home h1 {
	color:#FFF;
	font-weight:800;
	font-size:5em;
	text-shadow:#000 2px 2px 2px;
}

}

#copyright {
	color:#FFF;
	display:block;
	float:left;
	font-size:70%;
	font-weight:400;
	margin-top:-30px;
	position:relative;
	text-align:right;
	width:100%;
	z-index:999;
}

#content-container {
	background-color: #FFF;
}

#sidebar {
	background:#F2F2F2;
}

#sidebar ul {
}

#sidebar li {
	font-size:80%;
	line-height:1.6em;
	margin-bottom:10px;
	margin-left:20px;
}

#featured {
	background:#FFF;
	text-align:center;
}

#featured img {
	padding-top:1em;
	padding-right:2em;
	padding-bottom:1em;
	padding-left:2em;
}

#partners {
	background:#555;
	color:#FFF;
	text-align:center;
}

#partners img {
	padding-top:1em;
	padding-right:2em;
	padding-bottom:1em;
	padding-left:2em;
}

#footer,
#footer a:link,
#footer a:active,
#footer a:visited {
	color:#FFF;
}

#footer a:hover { color:#FF0000; }

#footer ul {
	margin: 0px;
	margin-bottom:20px;
	padding: 0px;
}

#footer li {
	display: inline-block;
	font-family: "Roboto Slab", Helvetica, Arial, sans-serif;
	font-size:1em;
	font-weight:400;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	padding-right:10px;
	padding-left:10px;
}

/* CLASSES */

.alignleft {
	clear:both;
	margin-bottom:20px;
}

.aligncenter {
	display:block;
	margin-right:auto;
	margin-left:auto;
}

.alignright {
	clear:both;
	margin-bottom:20px;
}

@media only screen and (min-width: 767px) {

.alignleft {
	float: left;
	margin-right:20px;
	margin-bottom:20px;
}

.alignright {
	float: right;
	margin-bottom:20px;
	margin-left:20px;
}

}

.bkg-01 {
	background-image:url(images/bkg-style-01.gif);
	background-attachment:fixed;
}

.bkg-02 {
	background-image:url(images/bkg-style-02.gif);
	background-attachment:fixed;
}

.bkg-white {
	background-color:#FFF;
}

.bkg-grey {
	background-color:#EEE;
}

.clear {
	clear: both;
}

.clearspace {
	margin-top:30px;
	margin-bottom:30px;
}

.clearspace-2 {
	margin-top:60px;
	margin-bottom:60px;
}

.col-left {
	clear: both;
	display: block;
	float: left;
	margin-left: 0;
	width: 100%;
}

.col-right {
	clear: both;
	display: block;
	float: left;
	margin-left: 0;
	width: 100%;
}

.col-third {
	clear: both;
	display: block;
	float: left;
	margin-left: 0;
	width: 100%;
}

.col-twothirds {
	clear: both;
	display: block;
	float: left;
	margin-left: 0;
	width: 100%;
}

.col-quarter {
	clear: both;
	display: block;
	float: left;
	margin-left: 0;
	width: 100%;
}

.col-quarter p {
	font-size:80%;
	padding:20px;
	text-align:center;
}

.col-eighths {
	clear: none;
	display: block;
	float: left;
	margin-left: 0;
	width: 12.5%;
}

.col-eighth {
	clear: both;
	display: block;
	float: left;
	margin-left: 0;
	width: 100%;
}

.col-eighth h3 {
	background-color:#F5F5F5;
	border-radius:50%;
	display:table;
	margin-right:auto;
	margin-bottom:6px;
	margin-left:auto;
	padding:10px 15px;
	text-align:center;
	width:auto;
}

.col-eighth p {
	font-size:80%;
	padding:5px;
	text-align:center;
}

.embed-container {
    position: relative;
	margin-bottom:20px;
    padding-bottom: 48.25%; /* 16/9 ratio */
    padding-top: 30px; /* IE6 workaround*/
    height: 0;
    overflow: hidden;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.max-size {
	height:auto;
	max-height:70px;
	max-width:150px;
	width:auto;
}

.nth:nth-child(3n):before {
	clear:both;
	content: ' ';
	display: block;
	width: 100%;
}

.nth4:nth-child(4n+1):after {
	clear:both;
	content: ' ';
	display: block;
	width: 100%;
}

.outline {
	border:1px solid #EEE;
}

.round {
	border-radius:50%;
	overflow:hidden;
}

.row {
	clear: both;
	display: block;
	float: left;
	margin-left: 0;
	width: 100%;
}

.row-inner {
	clear: both;
	display: block;
	float: left;
	margin-left: 0;
	width: 100%;
}

.section {
	clear:both;
	display:block;
	float:left;
	margin-top:30px;
	margin-bottom:30px;
	width:100%;
}

.text-center {
	text-align:center;
}

.thumb {
	width:100%;
	height:200px;
	background-color:#000;
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
	margin-bottom:15px;
	overflow:hidden;
}

.thumb-small {
	width:90%;
	height:150px;
	background-color:#000;
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
	margin-bottom:15px;
	overflow:hidden;
}

@media only screen and (min-width: 767px) {

.col-left {
	clear: left;
	display: block;
	float: left;
	margin-left: 0;
	width: 50%;
}

.col-right {
	clear: none;
	display: block;
	float: left;
	margin-left: 0;
	width: 50%;
}

.col-third {
	clear: none;
	display: block;
	float: left;
	margin-left: 0;
	width: 33.3%;
}

.col-twothirds {
	clear: none;
	display: block;
	float: left;
	margin-left: 0;
	width: 66.6%;
}

.col-quarter {
	clear: none;
	float: left;
	margin-left: 0;
	width: 25%;
}

.col-eighth {
	clear: none;
	display: block;
	float: left;
	margin-left: 0;
	width: 12.5%;
}

.row {
	clear: none;
	display: table;
}

.row-inner {
	clear: none;
	display: table-row;
}

.section {
	clear:both;
	display:block;
	float:left;
	margin-top:40px;
	margin-bottom:40px;
	width:100%;
}

}

.left {
	float:left;
	width:auto;
}

.right {
	float:right;
	width:auto;
}

.padding {
	padding: 30px;
}

.padding-2 {
	padding: 15px;
}

.padding-3 {
	padding: 50px;
}

.padding-4 {
	padding: 10px;
}

.rounded {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	overflow:hidden;
}

.red {
	color:#FF0000;
}

.white {
	color:#FFF;
}

/***********************************************************************************************/
/* Back to Top */
/***********************************************************************************************/

.go-top {
	background-color: #666;
	bottom:2em;
	color: white;
	display: none;
	font-size: 12px;
	padding-top: 0.75em;
	padding-right: 1em;
	padding-bottom: 0.75em;
	padding-left:1em;
	position: fixed;
	right: 2em;
	text-decoration: none;
}

.go-top:hover {
	background-color: #999;
}

/***********************************************************************************************/
/* BUTTONS */
/***********************************************************************************************/


button,
.button,
input[type="submit"],
input[type="button"] {
	background: #eee;
	border: 1px solid #aaa;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	color: #444;
	display: inline-block;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-size: 1em;
	font-weight:400;
	text-decoration: none;
	text-shadow: 0 1px rgba(255, 255, 255, .75);
	cursor: pointer;
	margin-bottom: 20px;
	line-height: normal;
	padding: 12px 15px;
}

button:hover,
.button:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
	color: #222;
	background: #ddd; 
	border: 1px solid #888;
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa; }

button:active,
.button:active,
input[type="submit"]:active,
input[type="button"]:active {
	border: 1px solid #666;
	background: #ddd;
}

/***********************************************************************************************/
/* FORMS */
/***********************************************************************************************/


form { margin-bottom: 20px; }

input[type="text"],
input[type="password"],
input[type="email"],
textarea,
select {
	background: #fff !important;
	border: 1px solid #ccc;
	padding: 8px 10px;
	outline: none;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	color: #777;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-size: 1em;
	font-weight:300;
	margin: 0;
	width: 250px;
	max-width: 100%;
	display: inline-block;
	margin-bottom: 0;
}

select {
	padding: 0; 
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
	border: 1px solid #aaa;
 	color: #444;
 	-moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
	box-shadow:  0 0 3px rgba(0,0,0,.2); 
}		

label {
	font-size: 1em;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	line-height: 1.75em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

/***********************************************************************************************/
/* TOOL TIP */
/***********************************************************************************************/

.tooltip{
    display: inline;
    position: relative;
}

.tooltip:hover:before{
    border: solid;
    border-color: #888 transparent;
    border-width: 6px 6px 0 6px;
    bottom: 20px;
    content: "";
    left: 50%;
    position: absolute;
    z-index: 999;
}

.tooltip:hover:after{
    background: #666;
    background: rgba(102,102,102,.8);
    border-radius: 5px;
    bottom: 26px;
	font-size:80%;
	line-height:1.4em;
    color: #fff;
    content: attr(title);
    left: 20%;
    padding: 10px 15px;
    position: absolute;
    z-index: 98;
    width: 220px;
}

/***********************************************************************************************/
/* WP PLUGIN SOLILOQUY */
/***********************************************************************************************/

.soliloquy-caption {
	display:none !important;
}

.soliloquy-controls-direction {
	display:none;
}

.soliloquy-pager {
	display:none;
}

@media only screen and (min-width: 767px) {

.soliloquy-container {
	max-width:100% !important;
	text-align:center !important;
}

.soliloquy-caption {
	background-color:transparent !important;
	border-left:2px solid red !important;
	display:block !important;
	height:auto !important;
	margin:0 0 30px 20px !important;
	padding:0 !important;
	z-index:1;
}

.soliloquy-caption-inside {
	margin:0 0 0 15px !important;
	padding: 0 !important;
}

.soliloquy-caption-inside h2 {
	clear:both;
	color:#FFF;
	float:left;
	font-size:1.5em;
	font-weight:700;
	line-height:1.2em;
	max-width:500px;
	margin:auto;
	padding:0;
	text-align:left;
	text-shadow:2px 2px 0px rgba(0,0,0,0.70);
}

.soliloquy-caption-inside p {
	clear:both;
	color:#FFF;
	float:left;
	font-size:1em !important;
	font-weight:800 !important;
	max-width:800px;
	margin:auto;
	padding:0;
	text-align:left;
	text-shadow:2px 2px 0px rgba(0,0,0,0.70) !important;
}

}

