/*
Theme Name: Spotted Fox Ale House
Theme URI: http://spottedfoxalehouse.com;
Description: Custom website for spotted fox.
Version: 2.0
Author: Marcell Purham
Author URI: http://cell-designs.com
Tags: clean, food, modern
*/

@import "../reset.css";
@import "../typography.css";
@import "../layout.css";
@import "../shortcodes/shortcodes-dark.css";
@import "../buttons-shortcode.css";
/*@import "../fonts/schmutz/stylesheet.css";*/

@font-face {
    font-family: 'schmutz_icg_cleanedregular';
    src: url('../fonts/schmutz_icg_cleaned-webfont.eot');
    src: url('../fonts/schmutz_icg_cleaned-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/schmutz_icg_cleaned-webfont.woff') format('woff'),
         url('../fonts/schmutz_icg_cleaned-webfont.ttf') format('truetype'),
         url('../fonts/schmutz_icg_cleaned-webfont.svg#schmutz_icg_cleanedregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


/* ---- Clearfixes ---- */
.row:before,.row:after,.clearfix:before,.clearfix:after{content:'';display:table}
.row:after,.clearfix:after{clear:both}
.row,.clearfix{zoom:1}

/* ---- GRID Layout ---- */
*{box-sizing:border-box; -ms-box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}
body{margin:0 auto; color:#666666;}
.grid{margin:0 auto; max-width:1200px; width:100%;} /* You can choose the grid 1200 or 1140 or 1024 or 960 as per your requirement */
.g1140{margin:0 auto; max-width:1140px; width:100%;}
.g1024{margin:0 auto; max-width:1024px; width:100%;}
.g960{margin:0 auto; max-width:960px; width:100%;}
.row{width:100%; margin:0 auto;}
.c1{width:8.33%;}
.c2{width:16.66%;}
.c3{width:25%;}
.c4{width:33.33%;}
.c5{width:41.66%;}
.c6{width:50%;}
.c7{width:58.33%;}
.c8{width:66.66%;}
.c9{width:75%;}
.c10{width:83.33%;}
.c11{width:91.66%;}
.c12{width:100%; min-height:1px; float:left; position:relative;}
.c1-5{width:20%;}/* This column can be used as a one fifth of the row */
.c1-8{width:12.5%;}/* This column can be used as a one eigth of the row */
.c1,.c2,.c3,.c4,.c5,.c6,.c7,.c8,.c9,.c10,.c11,.c1-5,.c1-8 {min-height:1px; float:left; /*padding-left:10px;*/ padding-left:10px; position:relative;}
.c1.first,.c2.first,.c3.first,.c4.first,.c5.first,.c6.first,.c7.first,.c8.first,.c9.first,.c10.first,.c11.first,.c1-5.first,.c1-8.first {
	padding-left: 0 !important; position:relative;
}
.c1.last,.c2.last,.c3.last,.c4.last,.c5.last,.c6.last,.c7.last,.c8.last,.c9.last,.c10.last,.c11.last,.c1-5.last,.c1-8.last {
	padding-right: 0; position:relative;
}

/* ---- Alignments ---- */
.centered{float: none; margin: auto;}
.left {float: left;}
.right {float: right;}
.text-left {text-align: left;}
.text-right {text-align: right;}
.text-center {text-align: center;}
.text-justify {text-align: justify;}
.space-top {margin-top: 20px;}
.space-bot {margin-bottom: 20px;}
.space-htop {margin-top: 10px;}
.space-hbot {margin-bottom: 10px;}

blockquote, blockquote p{color: #232323; font-size: 14px; line-height: 24px; font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;}
blockquote{border-left: 1px solid #DDDDDD; padding: 0 10px; margin-bottom: 10px;}
blockquote cite{color: #555555; display: block; font-size: 12px;}
blockquote cite:before{content: "- ";}

sub, sup {font-size: 60%; line-height: 0; position: relative; vertical-align: baseline;}
sup {top: -0.5em;}
sub {bottom: -0.25em;}
i { font-style: italic; line-height: inherit; }
strong, b { font-weight: bold; line-height: inherit; }
small { font-size: 70%; line-height: inherit; }

hr { border: dotted #232323; border-width: 1px 0 0; clear: both; margin: 20px 0 20px; height: 0; }

#hor-zebra {
    border-collapse: collapse;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    text-align: left;
    width: 100%;
}
#hor-zebra th {
    color: #454B4E;
    font-size: 14px;
    font-weight: normal;
    padding: 10px 8px;
}

#hor-zebra tr {
	border-bottom: 1px dotted #ececec;
}

#hor-zebra td {
    color: #666699;
    padding: 8px;
}

#hor-zebra td.last {
	text-align: center;
}

#hor-zebra .odd {
    background: none repeat scroll 0 0 #E8EDFF;
}

/* Media query for iPad and tablets */
@media handheld, only screen and (max-width: 768px), only screen and (max-device-width: 768px) and (orientation:portrait){
	body{font-size:90%}
	.row{margin-bottom:0!important}
	.c1,.c2,.c3,.c4,.c5,.c6,.c7,.c8,.c9,.c10,.c11,.c12,.c1-5,.c1-8{width:100%;margin-right:0;margin-left:0;margin-bottom:20px; padding:0 10px;}
	.c1.first,.c2.first,.c3.first,.c4.first,.c5.first,.c6.first,.c7.first,.c8.first,.c9.first,.c10.first,.c11.first,.c1-5.first,.c1-8.first {
		padding-left: 10px; position:relative;
	}
	.c1.last,.c2.last,.c3.last,.c4.last,.c5.last,.c6.last,.c7.last,.c8.last,.c9.last,.c10.last,.c11.last,.c1-5.last,.c1-8.last {
		padding-right: 10px; position:relative;
	}
}


/* ------------------------------------------------------------------------------------
--  CODE STARTS
------------------------------------------------------------------------------------ */
.clear {
	clear:both;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }


body {
	background: #4c4c4c url(../../images/bgs/wood.jpg) center 106px;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	color: #fff;
	line-height:20px;
}


/* ------------------------------------------------------------------------------------
--  UNIVERSAL STYLINGS
------------------------------------------------------------------------------------ */

a {
	color: nav;
	text-decoration:none;
}

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

a:hover, a:active {
	color: #000;
	text-decoration: none;
	text-decoration:none;
}

strong {
	font-weight: bold;
}

h1, h2, h3, h4, h5, h6 {
	color: #ac7628;
	font-family: schmutz_icg_cleanedregular;
	font-weight: 100;
}

h1 {
	font-size: 32px;
	line-height: 38px;
}

h2 {
	font-size: 16px;
	line-height: 24px;
}

h3 {
	font-size: 16px;
	line-height: 22px;
}

h4 {
	font-size: 14px;
	line-height: 20px;
}

h5 {
	font-size: 16px;
	line-height: 18px;
}

h6 {
	font-size: 14px;
	line-height: 16px;
}

#team-wall #featured-members-5 .page-heading,
#team-wall #featured-members-5 .inside,  {
	display: none !important;
}

#spotted-cubs {
	width: 100%;
}

#spotted-cubs th, #spotted-cubs td {
	border: 1px solid #000;
}

#spotted-cubs thead tr th {
	background-color: #003279;
}

#spotted-whitesox th, #spotted-whitesox td {
	border: 1px solid #000;
}

#spotted-whitesox thead tr th {
	color: #fff;
	background-color: #000;
}

#spotted-whitesox td {
	background-color: #111212;
}

/* ------------------------------------------------------------------------------------
--  HEADER
------------------------------------------------------------------------------------ */

#header {
	padding-top: 30px;
	background: #000;
	margin-bottom: 20px;
}

#container_header {
	position: relative;
	z-index: 1000;
}

#top-header {
	background:	#000;
}

#logo a img {
  bottom: 50%;
  display: block;
  float: left;
  margin-top: -13px;
  margin-left: -9px;
}

/*.page-template-custom-homepage-2-php .space-bot {
	margin-bottom: 0;
}*/


/* ------------------------------------------------------------------------------------
--  NAVIGATION
------------------------------------------------------------------------------------ */

nav {
	float: right;
}

nav ul {
	float:right;
	list-style:none;
	width:100%;
}

nav ul li {
	float: left;
  position: relative;
}

nav li a,
nav li a:visited {
  color: #C3C3C3;
  display: block;
  font-family: 'schmutz_icg_cleanedregular';
  font-size: 24px;
  font-weight: 100;
  line-height: 6px;
  padding: 15px;
  text-transform: uppercase;
}

nav li a:hover,
nav li.current-menu-item a {
	color: #ac7628;
}

nav li a.activelink {
	color:#9d9c9c;
}

nav ul li .menu-desc {
  color: #aeb4b7;
  font-size: 16px;
  font-family: 'schmutz_icg_cleanedregular';
  font-weight: 100;
  left: 20px;
  position: absolute;
  text-transform: lowercase;
  top: 44px;
}

nav li ul {
	border: none;
	border-radius: 3px;
	-webkit-radius: 3px;
	left: -9999px;
	position: absolute;
	width: 120px;
	z-index: 500;
}

nav li ul a {
  background: #000;
  border-left: medium none;
  border-right: medium none;
  font-family: 'schmutz_icg_cleanedregular';
  font-size: 18px;
  font-weight: 100;
  line-height: 16px;
  padding: 20px;
  text-transform: uppercase;
  width: 120px;
}

nav li ul a:hover {
	color: #fff !important;
	text-shadow: 0 -1px rgba(0, 0, 0, 0.35);
}


nav li ul a:hover, nav > li.dropdown li.dropdown > a:hover, nav > li.dropdown li.dropdown:hover > a {
	background: #ac7628;
  color: #ffffff;
}

nav > li.dropdown li.dropdown > a:hover, nav > li.dropdown li.dropdown:hover > a {
	background: #0099ff url(../../images/arrow-right-white.gif) no-repeat center right;
	background-image: url(../../images/arrow-right-white.gif), -moz-linear-gradient(100% 100% 90deg, #017bcd, #33adff);
	background-image: url(../../images/arrow-right-white.gif), -webkit-gradient(linear, 0% 0%, 0% 100%, from(#33adff), to(#017bcd));
}

nav li ul ul {
	margin: -34px 0 0 120px;
}

nav li:hover ul ul, nav li:hover ul ul ul {
	left: -9999px;
}

nav li:hover ul, nav li li:hover ul, nav li li li:hover ul { /* lists nested under hovered list items */
	left: auto;
}

nav > li.dropdown > a {
	background: url(../../images/arrow-down-gray.gif) no-repeat center right;
	padding-right: 35px;
}

nav > li.dropdown:hover > a {
	background: #666666 url(../../images/arrow-down-white.gif) no-repeat center right;
	background-image: url(../../images/arrow-down-white.gif), -moz-radial-gradient(80% 0% 0deg, circle cover, #787878, #666666, #666666 90%);
	background-image: url(../../images/arrow-down-white.gif), -webkit-gradient(radial, 160 -100, 0, 160 -100, 200, from(#8a8a8a), to(#666666));
	border-top: 1px solid #8d8d8d;
	border-right: 1px solid #7b7b7b;
	border-bottom: 1px solid #484848;
	border-left: 1px solid #4c4c4c;
	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.6);
	color: #ffffff;
	padding: 9px 34px 9px 19px;
	text-shadow: #595959 -1px -1px 0;
}

nav > li.dropdown li.dropdown > a {
	background: url(../../images/arrow-right-gray.gif) no-repeat center right;
}

nav > li.active > a, nav > li.active > a:hover {
	color: #ffffff;
}

.sticky {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 100;
	border-top: 0;
}




/* ------------------------------------------------------------------------------------
--  CONTENT AREA
------------------------------------------------------------------------------------ */

.pad-10 {
	padding: 10px;
	overflow: hidden;
}

.pad-5 {
	padding: 5px;
	overflow: hidden;
}

.page-heading {
	background:#fff;
	margin-bottom: 15px;
	overflow: hidden;
	padding: 5px 10px 0;
}

.page-heading span {
	bottom: 4px;
	font-family: 'Oswald',sans-serif;
	font-size: 12px;
	margin-left: 10px;
	position: relative;
}

.post {
	margin-bottom: 20px;
}

.post-inner {
	background: #000;
	margin-bottom: 15px;
	overflow: hidden;
	position: relative;
}

/*.post img.post-thumb {
	float:left;
	height: auto;
	margin-bottom: 10px;
	width: 100%;
}*/

.post-info-img {
	float: left;
  height: 40px;
  width: 50px;
}

.post .main .post-thumb {
	width: 100%;
	height: auto;
}

.post-info img {
	padding: 3px;
}

.post-info-text a {
	color: #8c8c8c;
}

.post-info-text a:hover {
	color: #C8443E;
}

.post-info-text p {
	line-height:40px;
}

.post-info-text .author-spec {
	border-right: 1px dotted #1D1D1D;
	float: left;
	line-height: 40px;
	padding-right: 5px;
}

.post-info-text .tags {
	color: #fff;
	line-height: 40px;
	padding-left: 10px;
}

.post-more a {
	border: 1px solid #1D1D1D;
  color: #888;
  float: right;
	font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  font-weight: 100;
  padding: 5px 25px;
}

.post-more a:hover {
	color: #C3C3C3;
	background: #ac7628;
}

.post p,
.tabs-wrapper .tab-content {
	clear: left;
	color: #C3C3C3;
	font-size: 12px;
	line-height: 22px;
	text-align:left;
}

.post-inner h1,
.post-inner h2,
.post-inner h3,
.post-inner h4,
.post-inner h5,
.post-inner h6 {
	margin-bottom: 15px;
}

.blogPage h1,
.blogPage h2 {
  background: rgba(0, 0, 0, 0.5);
  color: #FFFFFF;
  padding: 5px;
  position: absolute;
  top: 155px;
	text-transform: uppercase;
}

.post h1 a,
.post h2 a {
  color: #fff;
  font-family: 'Oswald',sans-serif;
}

.post h1 a:hover,
.post h2 a:hover {
	color:#c8443e;
}

.post .entry p {
	color: #fff;
	font-size: 17px;
	margin:0 0 15px;
	line-height: 24px;
}

.post .entry blockquote {
	background: #C3C3C3 url(../../images/blockquote.png) no-repeat 10px 10px;
	border-left: 10px solid #000;
	margin-bottom: 10px;
	padding: 10px 5px 5px 80px;
}

.post .entry blockquote p {
	color: #fff;
	text-shadow: 1px 1px 0 #3f4244;
}

.post .entry ol {
	list-style-type: decimal;
	margin-left: 20px;
}

.post .entry ul {
	list-style: disc;
	margin-left: 20px;
}

.post .entry ol,
.post .entry ul {
	color: #C3C3C3;
	margin-bottom: 10px;
}

.post .entry ol li,
.post .entry ul li {
	padding-bottom: 5px;
}

.post strong, .post b {
    font-weight: bold;
}
.post em, .post i {
    font-style: italic;
}

.post .wp-caption {
    background: #232323;
    border: 1px solid #2A2A2A;
    margin-bottom: 15px;
    text-align: center;
}
.post .wp-caption p {
    color: #767676;
    font-size: 1.2em;
    line-height: 1.2em;
    margin: 0;
    padding: 5px 10px 10px;
}
.post .alignleft {
    display: inline;
    float: left;
    margin: 3px 15px 15px 0;
}
.post img[align$="left"] {
    display: inline;
    float: left;
    margin: 3px 15px 15px 0;
}
.post .alignright {
    display: inline;
    float: right;
    margin: 3px 0 15px 15px;
}

iframe {
	/*width: 100%;*/
}

.event-wrap {
	background: rgba(0,0,0,0.2);
	margin-bottom: 10px;
}

.event-wrap a img {
	width: 100%;
	display: block;
}

.main-type-event .date {
	position: absolute !important;
	margin-top: 35px;
}

.main-type-event .date .day {
	font-family: 'Oswald', sans-serif;
	font-size: 50px !important;
	margin-right: 5px;
}

.main-type-event .title {
    display: block;
    font-family: 'schmutz_icg_cleanedregular';
    font-weight: 100;
    font-size: 22px;
    line-height: 18px;
    margin: 0 auto;
    position: absolute;
    text-align: center;
    width: 100%;
}

.main-type-event .title h2 {
	margin-top: 40px;
	margin-bottom: 0;
}

.main-type-event .title .day {
	color: #ac7628;
	font-size: 20px;
	font-family: 'schmutz_icg_cleanedregular';
	font-weight: 100;
	text-transform: uppercase;
}

.main-type-event img {
/*	opacity: 0.4;*/
}

.main-type-event .title a {
	color: #fff;
	font-family: 'Oswald',sans-serif;
	font-size: 30px;
	font-weight: 100;
	text-transform: uppercase;
}

.event-wrapper {
	position: relative;
}

.event-home {

}

.event-home .title {
  display: inline-block;
  font-family: 'Oswald',sans-serif;
  font-size: 30px;
  font-weight: 100;
  margin-top: 46px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 0;
  width: 100%;
}

.event-home .title p {
	color: #fff;
	font-size: 12px;
	letter-spacing: 4px;
	text-align: center;
	text-transform: uppercase;
}

.event-home .title a {
	color: #fff;
}


.event-home img {
	width: 100%;
	height: auto;
}



/* ------------------------------------------------------------------------------------
--  SIDEBAR LEFT
------------------------------------------------------------------------------------ */
.c3.sbl {
  padding-left:0;
  padding-right: 10px;
}

#sidebar-right .rp-small .title {
	font-size: 10px;
	line-height: 11px;
}

#sidebar-right .block .social-netop li,
#sidebar-left .block .social-netop li,
#sidebar-left-2col .block .social-netop li {
	border-bottom: none;
	border-right: none;
	border-left: none;
  padding: 10px 2px;
}

#sidebar-right .rp-small img {
	width: 100%;
	height: auto;
}

#sidebar-left a,
#sidebar-right a,
#sidebar-left-2col a {
	color: #C3C3C3;
}

#sidebar-left a:hover,
#sidebar-right a:hover,
#sidebar-left-2col a:hover {
	color: #c8443e;
}

#sidebar-left-2col img.profile {
	width: 100%;
	height: auto;
}

#sidebar-left .widget-container,
#sidebar-left-2col .widget-container,
#sidebar-right .widget-container,
#sidebar-left-2col .teamPage-block {
	background: #000;
  border: 1px solid #000;
  border-radius: 2px;
  box-shadow: 1px 1px 2px #2E2E2E inset;
	margin-bottom: 10px;
}

#sidebar-left .widget-container .title,
#sidebar-left-2col .widget-container .title,
#sidebar-right .widget-container .title {
	position: absolute;
}

#sidebar-left .widget-container #recent-post img,
#sidebar-left-2col .widget-container #recent-post img,
#sidebar-right .widget-container #recent-post img {
	opacity: 0.40;
}

#sidebar-left .widget-container #recent-post li,
#sidebar-left-2col .widget-container #recent-post li,
#sidebar-right .widget-container #recent-post li {
	padding: 0;
	border-bottom: none;
}

#sidebar-left .widget-container #recent-post .title,
#sidebar-left-2col .widget-container #recent-post .title,
#sidebar-right .widget-container #recent-post .title  {
	font-family: 'Oswald' sans-serif;
	padding: 10px;
	text-transform: uppercase;
}

#sidebar-left .block li,
#sidebar-right .block li,
#sidebar-left-2col .block li {
	font-size: 12px;
	/*padding:0 0 10px;*/
}

#sidebar-left .block li ul li,
#sidebar-right .block li ul li,
#sidebar-left-2col .block li ul li,
#sidebar-left-2col .teamPage-block ul li {
	border-bottom: 1px dotted #1d1d1d;
	color: #C3C3C3;
	font-size: 12px;
	padding:10px 5px;
}

.block img.album-latest {
	display: block;
	height: auto;
	width: 100%;
}

.block .latest-album-widget li {
	border: none;
	padding: 0 !important;
}

.event-block li ul li {
	padding:0 0 10px;
}

.event-content {
	padding-left: 0;
}

.event-desc {
	color: #C3C3C3;
	font-weight: bold;
	line-height: 24px;
}

.event-desc span {
	color: #C3C3C3;
	font-weight: normal;
}

.last-space {
	margin-bottom: 10px;
}

.event-book {
	float: left;
	padding-left: 13px;
	width: 200px;
}

.block .date {
	color: #fff;
	float: left;
	padding: 5px;
	position: relative;
}

.post .entry .upincoming {
	margin-left: 0;
}

.block .upincoming li {
	margin-bottom: 1px;
	border: none;
	list-style-type: none;
	border-bottom: 1px dotted #3a3f41;
}

#content-2col .block .date {
	color: #fff;
	border-right: 1px dotted #585858;
	margin-right: 10px;
}

.event-layout .day,
.event-layout .city,
.event-layout .location  {
	color: #525C61;
}

.block .date .day {
	color: #fff;
	font-family: 'Oswald', sans-serif;
	font-size: 20px;
}

.block .date .month {
	display: block;
	font-family: 'Oswald', sans-serif;
	font-size: 12px;
	margin-top: -5px;
	text-align: center;
	text-transform: uppercase;
}

.block .date .time {
	font-size: 12px;
	position: absolute;
	top: 9px;
}

.block .title {
	font-family: 'Dosis', sans-serif;
	font-size: 12px;
	line-height: 18px;
}

.block .upincoming {
	margin-top: 15px;
}

.block .upincoming .title {
	font-family: 'Oswald', sans-serif;
	font-size: 14px;
	font-weight: 100;
	line-height: 22px;
	padding: 5px;
	text-transform: uppercase;
}

#content-2col .upincoming .title {
	font-family: 'Oswald', sans-serif;
	font-size: 14px;
	line-height: 14px;
	text-transform: uppercase;
}

.block .upincoming .purchase {
	float: right;
}

.block .list-events {
	border-bottom: 1px dotted #080808;
	font-size: 12px;
	padding:10px 5px;
}

.block #recent-post li {
	padding: 5px 0 5px 0;
	font-size: 12px;
}

.block #recent-post .thumbnail img {
	background: #1a1a1a;
	float: left;
	margin-right: 10px;
}

.block #recent-post .thumbnail a {
	display: block;
}

.block #recent-post .title h3 {
	font-size: 14px;
	line-height: 16px;
}

.block #recent-post .posted-date {
	font-size: 10px;
}

.block #twitter li {
	font-size: 12px;
}

#searchform .screen-reader-text {
	display: none;
}

.block #searchform input#s {
	width: 69%;
}

#searchform input#s {
	background: #3c3d41 url(../../images/light_icon_search.png) 8px 13px;
	background-repeat: no-repeat;
	color: #fff;
	border: none;
	border-radius: 0;
	box-shadow: none;
	margin: 0;
	padding-left: 27px;
}

#searchform input#s:hover {
	background: #2b2b2b url(../../images/icon_search.png) 5px 8px;
	background-repeat: no-repeat;
}

*::-webkit-input-placeholder {
    color: #343434;
}
*:-moz-placeholder {
    /* FF 4-18 */
    color: #343434;
}
*::-moz-placeholder {
    /* FF 19+ */
    color: #343434;
}
*:-ms-input-placeholder {
    /* IE 10+ */
    color: #343434;
}

input#searchsubmit {
	background: #2e2e2e;
	border: none;
  color: #FFFFFF;
  display: block;
  float: right;
  font-family: 'Dosis',sans-serif;
  font-size: 12px;
  padding: 9px 5px;
}

input#searchsubmit:hover {
	background: #C8443E;
	color: #fff !important;
}

#sidebar-right .block #searchform input#s {
	width: 56%;
}

/*For albums*/
.album_container .album_desc {
	float: left;
	width: 77%;
}

.album-info {
	color: #c3c3c3;
	float: left;
	width: 20%;
	margin-right:2%;
}
.album-info span {
	color: #C3C3C3;
}

.album-info li {
	list-style: none;
	line-height: 24px;
}

.album-info li.download,
.album-info li.purchase {
	list-style: none;
	clear: left;
	display: inline;
}

.album-info li strong {
	font-size: 12px;
}

.albums-page .entry {
	margin-left: 0;
}

.post-inner-album {

}

.albums-page .title {
	background: url(../../images/glass-effect.png);
	font-family: 'Dosis', sans-serif;
	font-size: 18px;
	height: 210px;
  line-height: 30px;
	position: absolute;
	right:4px;
	top: 7px;
	width: 215px;
	z-index: 1;
}

.albums-page .title a {
	display: block;
}

.albums-page ul li a{
	float: left;
	height: 220px;
	margin-bottom: 10px;
	position: relative;
	width: 225px;
	margin-right: 13px;
}

.albums-page img,
.line-up img {
	display: inline-block;
	height: auto;
	padding: 5px;
	position: relative;
	width: 100%;
}

.albums-page ul li:nth-child(4n) a {
	margin-right: 0;
}

.albums .title {
	font-family: 'Dosis', sans-serif;
	font-size: 30px;
	line-height: 32px;
}

.albums .purchase a {
	background: #7DA407;
	color: #000;
	display: block;
	float: right;
	font-weight: bold;
	position: relative;
	padding: 5px 10px;
	text-shadow: 1px 0 0 #a9d22e;
	bottom: 3px;
}

.albums .upincoming .purchase a:hover {
	background: #aacc42;
}
/*end albums*/


/*Musicans Page*/

.musicians-page .line-up {
	height: 506px;
	margin-bottom: 10px;
}

.albums-page .line-up {
/*	height: 427px;*/
	margin-bottom: 10px;
}

.musicians-page .title {
	background: #ac7628;
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
	left:-1px;
  line-height: 30px;
  margin: 235px 0 0 6px;
  padding: 0 15px;
	position: absolute;
	text-transform: capitalize;
	z-index: 1;
}

.musicians-page .title a {
	color: #fff;
	display: block;
}

.musicians-page ul li {
	float: left;
	position: relative;
}

.musicians-page ul li img {
	display: inline-block;
	float: none;
	margin: 0 10px 10px 0;
	padding: 5px;
	position: relative;
}

.musicians-page ul li:nth-child(4n) img {
	margin-right: 0;
}

.post-inner-musicians {

}

.sponsors {
	margin-bottom:10px;
}

.sponsors ul li{
	display:inline-block;
	padding:10px;
}

.sponsors li a {
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 100%;
}

#sidebar-left .block .sponsors li,
#sidebar-right .block .sponsors li,
#sidebar-left-2col .block .sponsors li{
	border-bottom: none;
}

.post_bottom {
	background:#151515;
	border:1px solid #000;
	padding:15px;
	margin-bottom:15px;
	float:left;
}

.post_bottom h2 a{
	font-size:24px;
	font-family: 'Dosis', sans-serif;
	color:#393939;
	text-shadow:1px 1px 1px #CCCCCC;
}

.post_bottom img {
	padding:8px;
	background:#e7e7e7;
	border:1px solid #d8d8d8;
	margin-bottom:5px;
	width:150px;
}

#post_bottom_main ul {
	margin-left: 0;
}

#post_bottom_main ul li {
	background:#151515;
	border:1px solid #000;
	padding:15px;
	margin-bottom:15px;
	display: inline;
	list-style: none;
	float: left;
	width: 150px;
	margin-right: 15px;
}

.home #header .space-bot {
	margin-bottom: 0;
}

/* ------------------------------------------------------------------------------------
--  SIDEBAR RIGHT
------------------------------------------------------------------------------------ */

#sidebar-right {

}

.block #social-net li {
	border: none;
	float: left;
	padding: 0;
}

.block #social-net li a {
	display: block;
	height: 38px;
	width: 35px;
	text-indent: -9999px;
}


	.block #social-net li.facebook a {
		background: url(../../images/icons/socialBar/facebook.png);
	}

	.block #social-net li.twitter a {
		background: url(../../images/icons/socialBar/twitter.png);
	}

	.block #social-net li.youtube a {
		background: url(../../images/icons/socialBar/youtube.png);
	}

	.block #social-net li.vimeo a {
		background: url(../../images/icons/socialBar/vimeo.png);
	}

	.block #social-net li.soundcloud a {
		background: url(../../images/icons/socialBar/soundcloud.png);
	}

	.block #social-net li.flickr a {
		background: url(../../images/icons/socialBar/flickr.png);
	}

	.block #social-net li.lastfm a {
		background: url(../../images/icons/socialBar/lastfm.png);
	}

	.block #social-net li.tumblr a {
		background: url(../../images/icons/socialBar/tumblr.png);
	}

	.block #social-net li.stumbleupon a {
		background: url(../../images/icons/socialBar/stumbleupon.png);
	}

	.block #social-net li.digg a {
		background: url(../../images/icons/socialBar/digg.png);
	}

	.block #social-net li.linkedin a {
		background: url(../../images/icons/socialBar/linkedin.png);
	}

	.block #social-net li.myspace a {
		background: url(../../images/icons/socialBar/myspace.png);
	}

	.block #social-net li.instagram a {
		background: url(../../images/icons/socialBar/instagram.png);
	}

	.block #social-net li.email a {
		background: url(../../images/icons/socialBar/email.png);
	}

	.block #social-net li.rss a {
		background: url(../../images/icons/socialBar/rss.png);
	}

	.block #social-net li.pintrest a {
		background: url(../../images/icons/socialBar/pintrest.png);
	}

	.block #social-net li.googleplus a {
		background: url(../../images/icons/socialBar/googleplus.png);
	}

.block .sponsors li img {
	background: #000;
	padding: 5px;
	margin: auto 7px;
}

.block .team-info {

}

.block .team-info li {
	background: none;
	padding: 5px;
}

/*Second socail icons*/
.social-netop {
	float: right;
}

.social-netop li {
	float: left;
	padding: 0;
}

.social-netop li a {
	display: block;
	height: 32px;
	opacity: 0.20;
	width: 32px;
	text-indent: -9999px;
}

.social-netop li a:hover {
	opacity: .70;
}


	.social-netop li.facebook a {
		background: url(../../images/icons/facebook.png);
	}
		.social-netop li.facebook a:hover {
			background: url(../../images/icons/color_facebook.png);
		}

	.social-netop li.twitter a {
		background: url(../../images/icons/twitter.png);
	}
		.social-netop li.twitter a:hover {
			background: url(../../images/icons/color_twitter.png);
		}

	.social-netop li.youtube a {
		background: url(../../images/icons/youtube.png);
	}
		.social-netop li.youtube a:hover {
			background: url(../../images/icons/color_youtube.png);
		}

	.social-netop li.vimeo a {
		background: url(../../images/icons/vimeo.png);
	}
		.social-netop li.vimeo a:hover {
			background: url(../../images/icons/color_vimeo.png);
		}

	.social-netop li.soundcloud a {
		background: url(../../images/icons/soundcloud.png);
	}
		.social-netop li.soundcloud a:hover {
			background: url(../../images/icons/color_soundcloud.png);
		}

	.social-netop li.flickr a {
		background: url(../../images/icons/flickr.png);
	}
		.social-netop li.flickr a:hover {
			background: url(../../images/icons/color_flickr.png);
		}

	.social-netop li.lastfm a {
		background: url(../../images/icons/lastfm.png);
	}
		.social-netop li.lastfm a:hover {
			background: url(../../images/icons/color_lastfm.png);
		}

	.social-netop li.tumblr a {
		background: url(../../images/icons/tumblr.png);
	}
		.social-netop li.tumblr a:hover {
			background: url(../../images/icons/color_tumblr.png);
		}

	.social-netop li.stumbleupon a {
		background: url(../../images/icons/stumbleupon.png);
	}
		.social-netop li.stumbleupon a:hover {
			background: url(../../images/icons/color_stumbleupon.png);
		}

	.social-netop li.digg a {
		background: url(../../images/icons/digg.png);
	}
		.social-netop li.digg a:hover {
			background: url(../../images/icons/color_digg.png);
		}

	.social-netop li.linkedin a {
		background: url(../../images/icons/linkedin.png);
	}
		.social-netop li.linkedin a:hover {
			background: url(../../images/icons/color_linkedin.png);
		}

	.social-netop li.myspace a {
		background: url(../../images/icons/myspace.png);
	}
		.social-netop li.myspace a:hover {
			background: url(../../images/icons/color_myspace.png);
			opacity: 100;
		}

	.social-netop li.instagram a {
		background: url(../../images/icons/instagram.png);
	}
		.social-netop li.instagram a:hover {
			background: url(../../images/icons/color_instagram.png);
		}

	.social-netop li.email a {
		background: url(../../images/icons/email.png);
	}
		.social-netop li.email a:hover {
			background: url(../../images/icons/color_email.png);
		}

	.social-netop li.rss a {
		background: url(../../images/icons/rss.png);
	}
		.social-netop li.rss a:hover {
			background: url(../../images/icons/rss.png);
		}

	.social-netop li.pintrest a {
		background: url(../../images/icons/pintrest.png);
	}
		.social-netop li.pintrest a:hover {
			background: url(../../images/icons/color_pintrest.png);
		}

	.social-netop li.googleplus a {
		background: url(../../images/icons/google.png);
	}
		.social-netop li.googleplus a:hover {
			background: url(../../images/icons/color_google.png);
		}


/* ------------------------------------------------------------------------------------
--  SLIDER (BLOCK6)
------------------------------------------------------------------------------------ */

#slider-area {
	background: #1b1b1b;
}

.slides span {
	bottom: 0;
	color: #fff;
  font-family: 'Dosis', sans-serif;
	font-size: 24px;
	line-height: 24px;
	margin-bottom: 48px;
	padding: 10px 60px 10px 10px;
	position: absolute;
	right: 0;
}

.slides span .title {
	background: rgba( 11, 11, 11, 0.5) url(../../images/bg-slider-title.png);
	font-size: 20px;
	height: 48px;
	padding: 10px;
	text-transform: capitalize;
	width: 450px;
}

/* ------------------------------------------------------------------------------------
--  TEAM WALL
------------------------------------------------------------------------------------ */

#team-wall {
	display: block;
	padding: 15px 0;
}

.page-template-custom-homepage-2-php #team-wall {
	display: block;
	padding: 15px 0;
/*	margin: -75px;*/
}

#team-wall .heading  h2{
  margin-top: 0;
}

#team-wall .inner {
	width: 970px;
	margin: 0 auto;
}

#team-wall #featured-members-5 .heading h2 {
	color: #C3C3C3;
  font-family: 'Oswald',sans-serif;
	font-size: 16px;
	font-weight: 100;
	margin-top: 10px;
	padding-left: 15px;
	text-transform: uppercase;
}

#team-wall #featured-members-5 .text {
	color: #C3C3C3;
	font-size: 12px;
}

#team-wall #featured-members-5 .mid-left {
 margin-left: 10px;
 margin-right: 10px;
}

#team-wall #featured-members-5 .mid-right {
	margin-right: 10px;
}

#team-wall #featured-members-5 .read-more a,
.boxholder .read-more a,
#main-top-choice .read-more a {
	border-radius: 3px;
	color: #fff;
	display: block;
  font-family: 'Oswald',sans-serif;
	font-size: 11px;
	padding: 2px 5px;
	text-align: center;
}

#team-wall #featured-members-5 .read-more a,
.boxholder .read-more a,
#main-top-choice .read-more a {
  border: 1px solid #1d1d1d;
  color: #AEAEAE;
  display: block;
  float: right;
  font-weight: 100;
  margin: 15px 0;
  padding: 5px;
  text-transform: uppercase;
}


#team-wall #featured-members-5 .read-more a:hover,
.boxholder .read-more a:hover,
#main-top-choice .read-more a:hover {
	color: #C3C3C3;
	background: #ac7628;
}

#team-wall #featured-members-5 .image-frame {
	position: relative;
}


#team-wall #featured-members-5 .image-frame img {
	width: 100%;
	height: auto;
}

#team-wall #featured-members-5 .wrap-color {
	background: #000;
	overflow: hidden;
}

#team-wall #featured-members-5 .inside {
	padding: 10px 15px 15px;
}

#team-wall #featured-members-5 .image-frame a{
	display:block;
}

#team-wall #featured-members-5 .image-frame-cover {
	background: url(../../images/bg-member-cover.png) no-repeat;
	height: 186px;
	margin-bottom: 10px;
	position: absolute;
  right: 0px;
	width: 100%;
}

#team-wall #featured-members-5 .first .image-frame-cover {
	height: 194px;
}

#team-wall #featured-members-5 li {
	float: left;
	width: 235px;
}

.custom-divider {
	background: url(../../images/pat-teambtm-dark.jpg) repeat-x;
	height: 8px;
}

#slider-area-fixed {
	background: rgba(0,0,0, 0.2);
	padding: 10px 0;
}

#slider-area-fixed .inner {
	background: #424547;

}

#main-top-choice {
	background: #443 url("../../images/showcase/crowd_1.jpg");
	background-size: cover;
}

.buttonCase {
	margin-bottom: 100px;
}

.buttonCase a {
	color: #fff;
}

#main-top-choice .inner,
#main-top-info .inner {
	margin: 0 auto;
	width: 960px;
}

#main-top-choice .choice-content {
  font-family: open sans;
  font-size: 14px;
  line-height: 24px;
  margin: 20px 0;
  overflow: hidden;
}

#main-top-choice .choice-text {
	margin-bottom: 50px;
}

#main-top-choice .choice-text h1 {
	text-transform: uppercase;
	font-size: 72px;
	line-height: 90px;
	margin-top: 100px;
}

#main-top-choice .choice-text h2 {
	font-size:24px;
	line-height: 24px;
	margin: 15px 0;
	text-transform: uppercase;
}

#main-top-choice .choice-text p {
	font-size:18px;
	line-height: 28px;
	margin: 15px 0;
}

#main-top-choice .btnpos {
	float: right;
}

#main-top-choice .btnpos a {
	color: #fff;
	float: right;
}

#main-top-info {
	background: url(../../images/bg-blockhead.png);
	overflow: hidden;
	padding: 15px 0;
}

#main-top-info .boxholder {
	float: left;
	width: 225px;
}

#main-top-info .boxholder img {
  background: #424547;
  border: 1px solid #45494a;
  margin-bottom: 5px;
  padding: 4px;
}

#main-top-info .boxholder h2 a {
	color: #fff;
	display: block;
	margin-bottom: 10px;
	text-transform: capitalize;
}

#main-top-info .boxholder h2 a:hover {
	color: #C8443E;
}

#main-top-info .boxholder p {
	font-size: 12px;
	line-height: 22px;
}

#main-top-info .first,
#main-top-info .second,
#main-top-info .third {
	margin-right: 20px;
}

#main-top-info .last {
	margin-right: 0;
}

.header-text {
	margin-bottom: 15px;
}

.header-text span {
	color: #7DA407;
}

.home-heading {
	color: #454b4e;
	margin-bottom: 15px;
}

.head-bg {
	background: #1d1d1d;
	color: #ac7628;
	clear: right;
	font-family: 'schmutz_icg_cleanedregular';
	font-size: 18px;
	font-weight: 100;
	padding: 5px;
	text-transform: uppercase;
}

.cp-pageTitle {
	padding: 10px 10px 20px 10px;
	font-size: 30px;
	text-transform: uppercase;
}

/* ------------------------------------------------------------------------------------
--  DRINKS
------------------------------------------------------------------------------------ */

.drink-list tr
{
	background: #000 !important;
}



/* ------------------------------------------------------------------------------------
--  COMMENTS
------------------------------------------------------------------------------------ */

.fuse-comments .inner {
	background: #fff;
  border: 1px solid #fff;
  border-radius: 2px;
  box-shadow: 1px 1px 2px #f7f7f7 inset;
	padding: 15px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}

.fuse-comments .leftside {
	float: left;
}

.fuse-comments .rightside {
	float: right;
	width: 80%;
}

.fuse-comments .inner .author,
.fuse-comments .inner .author a {
	color: #C3C3C3;
  font-family: 'Oswald',sans-serif;
  font-weight: 100;
  font-size: 14px;
}

.fuse-comments .inner span {
	color: #585858;
	font-family: 'Open Sans',sans-serif;
	font-size: 10px;
}

.fuse-comments li {
	overflow: hidden;
	margin-bottom: 15px;
}

.fuse-comments .children {
	margin-left: 10px;
}

.fuse-comments .children li {
	border: none;
}

#comments-title, #reply-title {
	background: #2e2e2e url("../../images/bg-blockhead.png");
	color: #fff;
	padding: 10px 0;
	text-align: center;
}

#reply-title {
	margin-bottom: 15px;
}

.fuse-comments p {
	line-height: 22px;
	padding: 10px 0;
}

.fuse-comments .reply {
	padding: 10px 0;
	float: right;
}

.fuse-comments .reply a {
	color: #fff;
	display: block;
	font-size: 10px;
	padding: 0 10px;
}

.fuse-comments .vcard {
	margin-top: 20px;
}

.fuse-comments .fn,
.fuse-comments .comment-meta {
	color: #C3C3C3;
}

#commentform {
	margin: 0 auto;
	overflow: hidden;
}

input[type="text"], input[type="password"], input[type="email"], textarea, select {
	background: #232323;
  border: 1px solid #232323;
  border-radius: 2px;
  box-shadow: 1px 1px 2px #2e2e2e inset;
  color: #C3C3C3;
  display: block;
  font: 12px "HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0 0 10px;
  max-width: 100%;
  outline: medium none;
  padding: 10px;
  width: 340px;
}

.wpcf7 input[type="text"], .wpcf7 input[type="password"], .wpcf7 input[type="email"], .wpcf7 textarea, .wpcf7 select,.orderby {
  background: #202020;
  border: 1px solid #171717;
  border-radius: 2px;
  box-shadow: 1px 1px 2px #171717 inset;
  color: #C3C3C3;
  display: block;
  font: 12px "HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0 0 10px;
  max-width: 100%;
  outline: medium none;
  padding: 10px;
  width: 340px;
}

#message {
	width: 100%;
}

h3#respond {
	font-size: 22px;
	line-height: 24px;
	margin-bottom: 15px;
	overflow: hidden;
}

.nocomments {
	display: none;
}


#commentform .form-submit #submit,
.wpcf7-submit {
  background: #63A62F;
  border-top: none;
  border-left: none;
  border-bottom: 4px solid #579329;
  border-radius: 4px;
  border-right: none;
  color: #fff;
  cursor: pointer;
	display: inline-block;
	float: right;
  font-size: 11px;
	outline: none;
	padding: 10px 25px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
  text-decoration: none;
}

#commentform:hover .form-submit #submit:hover,
.wpcf7-submit:hover {
	border-top: 4px solid #579329;
	border-bottom: none;
}

.wpcf7-text,
.wpcf7-textarea {
	background: #fff;
	color: #C3C3C3;
	border: 1px solid #f7f7f7;
	margin-bottom: 10px;
	padding:10px;
	width: 95%;
}

.wpcf7-text:hover,
.wpcf7-textarea:hover {
	border: 1px solid #ac7628;
}

/* ------------------------------------------------------------------------------------
--  MASONARY
------------------------------------------------------------------------------------ */

.item { width: 25%; }
.item.w2 { width: 50%; }

/* ------------------------------------------------------------------------------------
--  PAGINATION
------------------------------------------------------------------------------------ */

.pagination {
	clear:both;
	font-size:11px;
	float: right;
	padding:20px 0;
	position:relative;
	line-height:13px;
}

.pagination span, .pagination a {
	background: #232323;
	color:#fff;
	display:block;
	float:left;
	margin: 2px 2px 2px 0;
	padding:6px 9px 5px 9px;
	text-decoration:none;
	width:auto;
}

.pagination a:hover{
	background: #ac7628;
	color:#fff;
}

.pagination .current{
	background: #ac7628;
	color:#fff;
	padding:6px 9px 5px 9px;
}

/* ------------------------------------------------------------------------------------
--  FOOTER
------------------------------------------------------------------------------------ */

#footer {
	clear: left;
	margin-top: 15px;
	overflow: hidden;
}

#footer .inner {
	color: #fff;
  	 font-family: 'schmutz_icg_cleanedregular';
	font-size: 12px;
	font-weight: 100;
	margin:0 auto;
	padding:15px 0;
	text-transform: uppercase;
}

#footer .block li {
	padding-left: 10px;
}

#footer h2 {
	color: #3B4042;
}

#footer .push-right {
	float: right;
}

#footer .event-block li {
	background: #fff;
	padding: 10px 0;
	border-bottom: 1px dotted #ebebeb;
}

#footer #recent-post li {
	background: #fff;
	padding: 10px 0;
	border-bottom: 1px dotted #ebebeb;
}

#footer .block .album-latest {
	border-radius: 5px;
	webkit-border-radius: 5px;
	background: #f1f1f1;
	border: none;
}

#footer .latest-album-widget li {
	padding: 0;
}

#footer .date {
	color: #3B4042;
}

#copyright {
	clear: left;
}


/* ------------------------------------------------------------------------------------
--  EXTRA
------------------------------------------------------------------------------------ */

#wp-calendar {
	margin: 0 0;
	padding: 0 0;
	text-align: center;
	width: 100%;
}

#wp-calendar tbody {
	border-left: 1px solid #35393A;
}

#wp-calendar td {
	padding: 2px 2px;
	color: #ebebeb;
	background-color: #434749;
	border-right: 1px solid #35393A;
	border-bottom: 1px solid #35393A;
	text-align: center;
}

#wp-calendar th {
	padding: 2px 2px;
	color: #ebebeb;
	background-color: #181818;
	text-align: center;
	font: bold;
}

#wp-calendar .pad {
	background: transparent;
}

#wp-calendar caption {
	text-align: center;
}

.buttonPro{
	display: inline-block;
	text-decoration: none;
	outline: none;
	cursor: pointer;
	font: bold 12px/1em HelveticaNeue, Arial, sans-serif;
	padding: 8px 11px;
	color: #555;
	background: #f5f5f5;
	border: 1px solid #dedede;
	border-color: #dedede #d8d8d8 #d3d3d3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;


}

.buttonPro:hover, .buttonPro:focus{
	color: #555;
	background: #5d676c;
	border-color: #ccc;
}

.buttonPro:active{
	position: relative;
	top: 1px;
	color: #555;
	background: #5d676c;
	border-color: #c6c6c6;
}

.buttonPro.rounded{
	padding: 8px 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}


input.buttonPro, button.buttonPro{
	*width: auto; /* IE7 Fix */
	*overflow: visible; /* IE7 Fix */
}

.buttonPro img{
	border: none;
	vertical-align: bottom;
}

.buttonPro.color{
	background: #525c61;
	border-color: #5e686d;
	color: #fff;
}
.buttonPro.color:hover, .buttonPro.color:focus{
	background: #5e686d;
	border-color: #525c61;
}
.buttonPro.color:active{
	background: #5e686d;
	border-color: #525c61;
}

/* ----- ---- --- -- -  Black - -- --- ---- ----- */

.buttonPro.black{
	background: #525252;
	background: -webkit-gradient(linear, left top, left bottom, from(#5e5e5e), to(#434343));
	background: -moz-linear-gradient(top, #5e5e5e, #434343);
	border-color: #4c4c4c #313131 #1f1f1f;
	color: #fff;
	text-shadow: 0 1px 1px #2e2e2e;
	-webkit-box-shadow: 0 1px 2px #eaeaea, inset 0 1px 0 #868686;
	-moz-box-shadow: 0 1px 2px #eaeaea, inset 0 1px 0 #868686;
	box-shadow: 0 1px 2px #eaeaea, inset 0 1px 0 #868686;
}
.buttonPro.black:hover, .buttonPro.black:focus{
	background: #4b4b4b;
	background: -webkit-gradient(linear, left top, left bottom, from(#686868), to(#363636));
	background: -moz-linear-gradient(top, #686868, #363636);
	border-color: #313131;
	-webkit-box-shadow: 0 0 1px #d6d6d6, inset 0 1px 0 #868686;
	-moz-box-shadow: 0 0 1px #d6d6d6, inset 0 1px 0 #868686;
	box-shadow: 0 0 1px #d6d6d6, inset 0 1px 0 #868686;
}
.buttonPro.black:active{
	background: #525252;
	border-color: #313131;
	-webkit-box-shadow: 0 1px 0 #fff, inset 0 0 5px #313131;
	-moz-box-shadow: 0 1px 0 #fff, inset 0 0 5px #313131;
	box-shadow: 0 1px 0 #fff, inset 0 0 5px #313131;
}

.page-id-2571 table th {
	background-color: #AC7628;
}

.page-id-2571 table td { background-color: #000; }
.page-id-3335 {background: #fff url("../../images/bgs/hawks-spotted-bg.png") top right no-repeat !important; }
.page-id-3335 .post-inner { background: #fff; }
.alignleft {float: left;}
.alignright {float: right;}
.clear {clear: both;}

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

.small {font-size: 0.8em;}
.hidden {display: none;}

/* Metabox */
.tf-meta ul li { height: 20px; clear:both; margin: 0 0 15px 0;}
.tf-meta ul li label { width: 100px; display:block; float:left; padding-top:4px; }
.tf-meta ul li input { width:125px; display:block; float:left; }
.tf-meta ul li em { width: 200px; display:block; float:left; color:gray; margin-left:10px; padding-top: 4px}

/* List styles */
.post ul.pluslist,
.post ul.checklist,
.post ul.arrowlist {
	font-size: 12px;
	margin: 10px 0 10px 0;
}

ul.pluslist li,
ul.checklist li,
ul.arrowlist li {
	padding: 5px 0 5px 20px;
	list-style: none;
}

ul.pluslist li {
	background: url("../../images/li-plus.png") 0 9px no-repeat;
}

ul.checklist li {
	background: url("../../images/list-check.png") 0 9px no-repeat;
}

ul.arrowlist li {
	background: url("../../images/tiny-arrow.png") 2px 9px no-repeat;
}


table {
	font-family: verdana,arial,sans-serif;
	font-size:11px;
	color:#333333;
	border-width: 1px;
	border-color: #000;
	border-collapse: collapse;
	width: 100%;
}
table th {
	font-family: 'schmutz_icg_cleanedregular';
	font-weight: 100;
	font-size: 20px;
	color: #0a1324;
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #000;
	background-color: #ff530b;
}
table td {
	color: #fff;
	font-size: 18px;
	border-width: 1px;
	padding: 30px;
	border-style: solid;
	border-color: #000;
	background-color: #0a1324;
}

.game-button {
	display: block;
	font-family: 'schmutz_icg_cleanedregular';
	font-weight: 100;
	background: #ff530b;
	color: #000;
	text-transform: uppercase;
	text-align: center;
	padding: 10px 20px;
}

table a:visited,
table a {
	color: #0a1324;
}

table a:hover {
	color: #fff;
	background: #e5571b;
}


.gallery { margin: 0 auto 18px; }
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item { width: 50%; }
.gallery-columns-4 .gallery-item { width: 25%; }
.gallery img {
	border: 1px solid #0e0e0e;
	padding: 2px;
	background: #0B0B0B;
}
.gallery img:hover {
	background: white;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
	text-align: center;
}
.gallery dl, .gallery dt { margin: 0; }
.gallery br+br { display: none; }

#video-gallery {
  width: 100%;
}

.videoGallery .rsTmb {
  padding: 20px;
}
.videoGallery .rsThumbs .rsThumb {
  width: 220px;
  height: auto;
  border-bottom: 1px solid #2E2E2E;
}
.videoGallery .rsThumbs {
  width: 220px !important;
  padding: 0;
}
.videoGallery .rsThumb:hover {
  background: #000;
}
.videoGallery .rsThumb.rsNavSelected {
  background-color: #02874A;
  border-bottom:-color #02874A;
}

.sampleBlock {
  left: 3%;
  top: 1%;
  width: 100%;
  max-width: 400px;
}

.royalSlider .rsThumbsArrowDisabled {
   display: block !important;
}



@media screen and (min-width: 0px) and (max-width: 500px) {
  .videoGallery .rsTmb {
    padding: 6px 8px;
  }
  .videoGallery .rsTmb h5 {
    font-size: 12px;
    line-height: 17px;
  }
  .videoGallery .rsThumbs.rsThumbsVer {
    width: 100px;
    padding: 0;
  }
  .videoGallery .rsThumbs .rsThumb {
    width: 100px;
    height: 47px;
  }
  .videoGallery .rsTmb span {
    display: none;
  }
  .videoGallery .rsOverflow,
  .royalSlider.videoGallery {
    height: 300px !important;
  }
  .sampleBlock {
    font-size: 14px;
  }
}

.slider-opt h5 {
	color: #fff;
	font-size: 12px;
	text-transform: capitalize;
}


#full-width-slider {
  width: 100%;
  color: #000;
}
.coloredBlock {
  padding: 12px;
  background: rgba(255,0,0,0.6);
  color: #FFF;
   width: 200px;
   left: 20%;
   top: 5%;
}
.infoBlock {
  position: absolute;
  top: 30px;
  right: 30px;
  left: auto;
  max-width: 25%;
  padding-bottom: 0;
  background: #FFF;
  background: rgba(255, 255, 255, 0.8);
  overflow: hidden;
  padding: 20px;
}
.infoBlockLeftBlack {
  color: #FFF;
  background: #000;
  background: rgba(0,0,0,0.75);
  left: 30px;
  right: auto;
}
.infoBlock h4 {
  font-size: 20px;
  line-height: 1.2;
  margin: 0;
  padding-bottom: 3px;
}
.infoBlock p {
  font-size: 14px;
  margin: 4px 0 0;
}
.infoBlock a {
  color: #FFF;
  text-decoration: underline;
}
.photosBy {
  position: absolute;
  line-height: 24px;
  font-size: 12px;
  background: #FFF;
  color: #000;
  padding: 0px 10px;
  position: absolute;
  left: 12px;
  bottom: 12px;
  top: auto;
  border-radius: 2px;
  z-index: 25;
}
.photosBy a {
  color: #000;
}
.fullWidth {
  max-width: 1400px;
  margin: 0 auto 24px;
}

.rsDefault .rsThumb.rsNavSelected {
	background: #ac7628 !important;
}

.rsDefault .rsThumb.rsNavSelected h5 {
	color: #fff !important;
}

.videoGallery .rsThumbs .rsThumb {
	background: #000;
	border-bottom: 1px solid #1D1D1D;
}

.rsDefault .rsTmb h5 {
	color: #C3C3C3 !important;
	text-transform: uppercase;
}

@media screen and (min-width:960px) and (min-height:660px) {
  .heroSlider .rsOverflow,
  .royalSlider.heroSlider {
      height: 520px !important;
  }
}

@media screen and (min-width:960px) and (min-height:1000px) {
    .heroSlider .rsOverflow,
    .royalSlider.heroSlider {
        height: 660px !important;
    }
}
@media screen and (min-width: 0px) and (max-width: 800px) {
  .royalSlider.heroSlider,
  .royalSlider.heroSlider .rsOverflow {
    height: 300px !important;
  }
  .infoBlock {
    padding: 10px;
    height: auto;
    max-height: 100%;
    min-width: 40%;
    left: 5px;
    top: 5px;
    right: auto;
    font-size: 12px;
  }
  .infoBlock h3 {
     font-size: 14px;
     line-height: 17px;
  }
}

.myCart {
    background: url(../../images/icon_cart.png) 11px 11px;
    background-color: rgba(0,0,0,0.10);
    background-repeat: no-repeat;
    color: #dadada;
    display: block;
    float: left;
    padding: 6px 15px 6px 35px;
}
.myCart a {
    color: #dadada !important;
}
ul.products li.product a.button,
.single_add_to_cart_button {
    background: #ac7628;
    border-radius: 5px;
    color: #f7f7f7;
    -webkit-radius:5px;
    display: inline-block;
    margin-top: 0.5em;
    padding: 5px 20px;
    position: relative;
    transition: all 0.2s ease-in-out 0s;
}

.single_add_to_cart_button {
	border: 0;
	padding: 10px 20px;
}

.page-template-custom-homepage-2-php #slider-area-fixed {
	padding: 0 !important;
}

.fullr {
	width: 100%;
	height: auto;
	max-height: 350px;
}

.single-post #content img {
	height: auto;
}

/* ------------------------------------------------------------------------------------
--  MEDIA QUERIES
------------------------------------------------------------------------------------ */

nav select {
  display: none;
}

	@media screen and (max-width: 768px) {
		nav ul     { display: none; }
		nav select {
			color: #fff;
			display: inline-block;
			 width: 100% !important;
			padding: 10px;
			background: #454B4E;
			border: none;
		}
		nav {width: 100%;}
		#header {
			padding-top: 0;
			margin-bottom: 0;
			background: transparent;
		}

		#logo a img {
			display: none;
		}
	}

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

	}

