/*
 * Theme Name: Debut
 * Theme URI: http://press75.com
 * Description: An eye-catching multimedia theme featuring a unique content carousel and responsive gallery style layout.
 * Version: 4.2.3
 * Author: Press75
 * Author URI: http://press75.com
 * License: GNU General Public License
 * License URI: license.txt
 * Tags: blog, business, corporate, portfolio, magazine, music, news, outdoorsy, sports, tech, video, artistic, clean, professional, dark, black, blue, gray, white, three-columns, two-columns, right-sidebar, responsive-width, fixed-width, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, post-formats, post-slider, sticky-post, theme-options, translation-ready
*/


/* RESET
----------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
[hidden] { 
  display: none; 
}


/* GENERAL STYLES
----------------------------------------------- */

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html { 
  font-size: 100%; 
  overflow-y: scroll; 
  -webkit-text-size-adjust: 100%; 
  -ms-text-size-adjust: 100%; 
}
body { 
  margin: 0;
  position:relative; 
  -webkit-tap-highlight-color: #e5e5e5;
}
body, button, input, select, textarea { 
  color: #333333; 
}


/* FONTS
----------------------------------------------- */
body {
	font-size: 0.9375em;
	line-height: 1.6;
}

body, select, input, textarea, button, blockquote cite, .pagenavi a, .pagenavi .current, .comment-author .post-author {
  font-family: 'Source Sans Pro', "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}

h1, h2, h3, blockquote, .more-link, #colophon, #featured-page .link, #wp-calendar caption, #respond label, #submit, .entry-meta, .entry-description, .event-date, .logged-in-as, .jp-artist, .pagenavi, .site-description, .widget_search input#s, .comment-header, .wp-caption-text, .caption-text, .page-link {
  font-family: 'Arvo', Georgia, "Bitstream Charter", serif;
}

pre, code, kbd, samp { 
  font-family: monospace, monospace; 
  _font-family: 'courier new', monospace; 
}


/* LINKS
----------------------------------------------- */

a, a:visited,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { 
  color: #333333; 
}
a:hover { 
  color: #1a1a1a; 
}
a, a:active, a:visited { 
  text-decoration: none 
}
a:hover, a:active { 
  outline: 0; 
}


/* HEADINGS
-----------------------------------------------
 * font-size: font-size / basefont           (e.g. 28/14)  
 * line-height: line-height / font-size;     (e.g. 35/28)  
 * margin: multiplier * baseline / font-size (e.g. 1*21*28)
*/

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: 400;
}
h1 { 
	font-size: 2em;       
	line-height: 1.25;    
	margin-bottom: 1em;
}
h2 { 
	font-size: 1.6em;    
	line-height: 1.1667;   
	margin-top: 1.625em;    
	margin-bottom: 0.875em;
}
h3 { 
	font-size: 1.5em;         
	line-height: 1.333;       
	margin-top: 1.5em;    
	margin-bottom: 0.5em;
}
h4 {
	font-weight: 700;
	font-size: 1.285em;  
	line-height: 1.166;  
	margin-bottom: 0.5em;
}
h5 { 
	font-weight: 700;
	font-size: 1.142em;  
	line-height: 1.3125;
}
h6 { 
	font-weight: 300;
	font-size: 0.8em;   
	font-style: roman;
	line-height: 1.2;
}


/* PARAGRAPHS & LISTS
----------------------------------------------- */

p { 
  margin: 0 0 1.5em 0;
}
nav ul, nav ol { 
  list-style: none; 
  list-style-image: none; 
  margin: 0; 
  padding: 0;
}
ul, ol, dl {
	margin: 0 0 1.5em;
	list-style-position: inside;
}

ul {
	list-style-type: disc;
}
ul.square {
	list-style-type: square;
}
ul.circle {
	list-style-type: circle;
}
ul.no-bullet {
	list-style-type: none;
}

ul ul, ol ul {
	list-style-type: circle;
}
ol, ul ol, ol ol ol {
	list-style-type: decimal;
}
ol ol {
	list-style-type: lower-alpha;
}
ul ul, ol ul, ul ol, ol ol {
	margin: 0.555em 0 1em;
	padding: 0 0 0 1.2em;
}
dt {
	font-size: 1.133em;
	font-weight: 700;
	line-height: 1.411;
}

.block-grid { display: block; overflow: hidden; }
.block-grid>li { display: block; height: auto; float: left; padding: 0 }
.block-grid.two-up { margin-left: -4% }
.block-grid.two-up>li { margin-left: 4%; width: 46%; margin-bottom: 4%;}
.block-grid.three-up { margin-left: -2% }
.block-grid.three-up>li { margin-left: 2%; width: 31.2%; margin-bottom: 2%;}
.block-grid.four-up { margin-left: -2% }
.block-grid.four-up>li { margin-left: 2%; width: 23%; margin-bottom: 2%;}
.block-grid.five-up { margin-left: -1.5% }
.block-grid.five-up>li { margin-left: 1.5%; width: 18.5%; margin-bottom: 1.5%;}

@media only screen and (max-width: 767px) {
	.block-grid.mobile { margin-left: 0; }
	.block-grid.mobile > li { float: none; width: 100%; margin-left: 0; }
}


/* MEDIA
----------------------------------------------- */

img::selection, 
img::-moz-selection {
  background: transparent;
}
img { 
    border: 0; 
    -ms-interpolation-mode: bicubic; 
}
img, object, embed { 
	max-width: 100%; 
	height: auto; 
}
img[class="align"], 
img[class*="wp-image-"] {
  height: auto;
}
iframe, object, embed { 
  display: block 
}
.wp-embed {
  margin-bottom: 1.5em;
}
.instant {
  display: none;
}
.instant-view {
	text-align: center;
}
.instant-view .wp-embed {
	margin-bottom: 0;
}
.instant-view .player {
	background: none !important;
}
.instant-view .player iframe {
	background-image: none;
}
audio, canvas, video {
    display: inline-block;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
svg:not(:root) {
    overflow: hidden;
}


/* ALIGNMENT
----------------------------------------------- */

.alignleft {
	display: inline;
	float: left;
	margin-right: 1em;
}
.alignright {
    display: inline;
    float: right;
	margin-left: 1em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

img.alignright,
img.aligncenter {
    margin-bottom: 1em;
}


/* FORMS
----------------------------------------------- */

form { 
  margin: 0; 
}
fieldset { 
  border: 0; 
  margin: 0; 
  padding: 0; 
}
label { 
  cursor: pointer; 
}
legend { 
  border: 0; 
  *margin-left: -7px; 
  padding: 0; 
}
button, input, select, textarea { 
  font-size: 100%;
  margin: 0; 
  vertical-align: baseline; 
  *vertical-align: middle; 
}
button, input { 
  line-height: normal; 
  *overflow: visible; 
}
table button, table input { 
  *overflow: auto; 
}
button, 
input[type="button"], 
input[type="reset"], 
input[type="submit"] { 
	color: #ffffff;
  cursor: pointer; 
  -webkit-appearance: button;
  padding: 8px 12px;
}
input[type="checkbox"], 
input[type="radio"] { 
  box-sizing: border-box; 
}
input[type="search"] { 
  -webkit-appearance: textfield; 
  -moz-box-sizing: content-box; 
  -webkit-box-sizing: content-box; 
  box-sizing: content-box; 
}
input[type="search"]::-webkit-search-decoration { 
  -webkit-appearance: none; 
}
button::-moz-focus-inner, input::-moz-focus-inner { 
  border: 0; 
  padding: 0; 
}
textarea { 
  overflow: auto; 
  vertical-align: top; 
  resize: vertical; 
}
input:invalid, textarea:invalid { 
  background-color: #f0dddd; 
}


/* CUSTOM FORM STYLES */

form ul {
  margin: 0;
  list-style: none;
}
input, textarea {
  border: 1px solid #e5e5e5;
  background: #fff;
}
input[type=text],
input[type=email],
input[type=url],
input[type=email],
input[type=phone],
input[type=number],
input[type=file],
input[type=password],
textarea {
  font-size: 0.933em;
  color: #a9a9a9;
  padding: 0.571em 0.714em;
  outline: none;
  border: 1px solid #e5e5e5;
}
input:focus,
textarea:focus {
	color: #333333;
}
input[type=submit]:hover {
  color: #fff !important;
  background-color: #2d2d2d;
}


/* TABLES 
----------------------------------------------- */

table {
	margin: 0 0 1.5em;
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, tfoot {
	color: #2d2d2d;
}
caption {
	font-weight: 700;
	font-size: 1.142em; /* 16px */ 
	line-height: 1.3125em; /* 24px */
	padding-bottom: 1.3125em; /* 16px */
}
tfoot {
	font-style: italic;
}
th, td {
	border-bottom-width: 1px;
	padding: 0.5em 0.5em 0.5em 0;
	text-align: left;
	vertical-align: top;
}
th {
	border-bottom: 1px solid #e5e5e5;
	font-weight: 700;
}
td {
	border-bottom-color: #e5e5e5;
	border-bottom-style: dashed;
}


/* TYPOGRAPHY 
----------------------------------------------- */

abbr[title] { 
  border-bottom: 1px dotted; 
}
b, strong { 
  font-weight: 700; 
}
blockquote {
	overflow: hidden;
	position: relative;
	margin: 1em 1.5em;
	padding: 0 1.5em;
	border-left: 1px solid #e5e5e5;
	color: #a9a9a9;
}
blockquote cite {
	display: inline-block;
	text-transform: uppercase;
	font-style: normal;
}
blockquote p {
	margin: 1.5em 0;
}

q { 
  quotes: none; 
}
q:before, 
q:after { 
  content: ""; 
  content: none; 
}
q q:before { 
	content: open-quote; 
}
q q:after {	
	content: close-quote; 
}

address {
	font-style: normal;
}
em, i, cite, dfn {
	font-style: italic;
}
hr {
  clear: both;
  display: block;
  padding: 0; 
  margin: 1.5em 0;
  border: none;
  border-bottom: 1px dashed #e5e5e5; 
}
ins { 
	text-decoration: none;
}
abbr[title], acronym[title], ins[title] {
    border-bottom: 1px dotted;
	cursor: help; 
}

abbr, acronym {
	text-transform: uppercase;
	font-size: 90%; 
}
mark,
.highlight {
	background: #ffff00;
}
strike, del {
	color: #93250d;
	text-decoration: line-through;
}
pre, code, kbd, samp { 
  font-size: 1em; 
}
pre {
  padding: 1.5em;
  margin-bottom: 1.5em;
  background: #f5f5f5;
  text-shadow: none;
  white-space: pre-wrap; 
  word-wrap: break-word;
}
small, sub, sup { 
  font-size: 85%; 
}
sub, sup {
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}


/* HELPERS (Non-Semantic) 
----------------------------------------------- */

.ir { 
  display: block; 
  border: 0; 
  text-indent: -999em; 
  overflow: hidden; 
  background-color: transparent; 
  background-repeat: no-repeat; 
  text-align: left; 
  direction: ltr; 
}
.ir br { 
  display: none; 
}
.hidden { 
  display: none !important; 
  visibility: hidden; 
}
.visuallyhidden { 
  border: 0; 
  clip: rect(0 0 0 0); 
  height: 1px; 
  margin: -1px; 
  overflow: hidden; 
  padding: 0; 
  position: absolute; 
  width: 1px; 
}
.visuallyhidden.focusable:active, 
.visuallyhidden.focusable:focus { 
  clip: auto; 
  height: auto; 
  margin: 0; 
  overflow: visible; 
  position: static; 
  width: auto; 
}
.invisible { 
  visibility: hidden; 
}
.group:after {
  content: "";
  display: table;
  clear: both;
}
.clear {
	clear: both;
}


/* SHARED STYLES
----------------------------------------------- */

/* BUTTONS */

button,
.button {
	display: inline-block;
  height: 2.333em;
  line-height: 2.333;
  padding: 0 0.889em;
  margin-right: 0.667em;
  margin-bottom: 0.667em;
  font-weight: 400;
  color: #f5f5f5;
  border: none;
  font-weight: 400 !important;
}
button:hover,
.button:hover,
.button:visited {
  color: #ffffff;
}
button.light,
.button.light {
	color: #333333;
	border: 1px solid #e5e5e5;
}
button.light:hover,
.button.light:hover,
.button.light:visited {
	color: #2d2d2d;
}
.button.green {
	color: #ffffff;
	background: green;
	border: none;
}
.button.full {
	text-align: center;
}

.full {
	width: 100%;
}

/* LABELS */

.label {
  padding: 0px 4px 1px;
  font-size: 0.889em;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  white-space: nowrap;
  display: inline;
  position: relative;
  bottom: 1px;
}
.label.dark {
	color: #ffffff;
}


/* CALLOUTS */

.callout-light, .callout-medium, .callout-dark {
  margin-bottom: 1.5em;
  padding: 1em;
  overflow: hidden;
}
.callout-dark, .callout-dark a {
  color: #ffffff;
}


/* COLUMNS */

.one-half {
  width: 48%;
}
.one-third {
  width: 30.66%;
}
.two-third {
  width: 65.33%;
}
.one-fourth {
  width: 22%;
}
.three-fourth {
  width: 74%;
}
.one-half,
.one-third,
.two-third,
.three-fourth,
.one-fourth {
  position: relative;
  float: left;
  display: inline;
  overflow: hidden;
  margin-right: 4%;
  margin-bottom: 24px;
}
.last {
  margin-right: 0 !important;
  clear: right;
}

.more-link {
	display: block;
	font-weight: 700;
	font-size: 0.929em;
}

.default-notice {
	padding: 1em;
	background: #FFF186;
}

.menu .icon:before {
	position: relative;
	float: left;
	top: .5em;
	left: 2.5em;
	font-size: .75em;
}
.menu .icon a {
	padding-left: 1.9em !important;
}

#featured-slides .flex-direction-nav a,
.font-icon {
	position: absolute;
	width: 60px;
	height: 60px;
	margin-top: -30px;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.5);
	color: #e5e5e5;
	padding: 10px;
}
#featured-slides .flex-direction-nav .icon:before,
.font-icon:before {
	width: 40px;
	height: 40px;
	text-align: center;
	font-size: 1.2em;
	line-height: 40px;
}
.light-skin .font-icon {
	text-shadow: 0 1px 1px rgba(255,255,255,0.5);
	color: #333333;
}
.light-skin .font-icon:before {
	background-color: #f5f5f5;
}

/* SLIDESHOW (FlexSlider ) */
.slideshow {
	position: relative;
	margin: 0; 
	padding: 0;
}
.slideshow .slides {
	-webkit-backface-visibility: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}
.slideshow .slides img {
	width: 100%; 
	display: block;
}
.slideshow .slides:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
html[xmlns] .slideshow .slides {
	display: block;
}
* html .slides {
	height: 1%;
}
.slideshow .slides > li {
	position: relative;
	display: none;
	height: 350px;
}
.no-js .slides > li:first-child {
	display: block;
}
/* Slideshow Default Theme */
.flex-viewport {
	max-height: 2000px; 
}
.loading .flex-viewport {
	max-height: 350px;
}
/* Direction Nav */
.flex-direction-nav {
	display: none;
	margin: 0;
	height: 0;
	list-style: none;
	overflow: hidden;
}
/* Control Nav */
.flex-control-nav {
	display: none;
	margin: 0;
	padding: 0;
	width: 100%; 
	position: absolute; 
	z-index: 1; 
	bottom: 2em; 
	text-align: center;
}
.flex-control-nav li {
	display: inline-block; 
}
.flex-control-paging a {
	width: 11px; 
	height: 11px; 
	display: block; 
	margin: 0 3px; 
	background: rgba(0,0,0,0.5); 
	cursor: pointer; 
	text-indent: -9999px; 
}
.flex-control-paging a.flex-active { 
	cursor: default; 
}

.popover-bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #1a1a1a;
	display: none;
	z-index: 998;
}
.lights-dimmed .fluid-width-video-wrapper {
	position: relative;
	z-index: 999;
}
.lights-dimmed .entry-main {
	position: relative;
	z-index: 999;
	color: #a9a9a9;
}
.lights-dimmed .entry-main a {
	color: #e5e5e5;
}
.player iframe {
	background: url(images/loader.gif) center center no-repeat;
}


/* GLOBAL BACKGROUNDS COLORS & SKIN
 *
 * Note: Global Background Colors are set via the
 * Theme Customizer options and printed to the head
 * via the 'inc/custom-styles.php'.
----------------------------------------------- */

#main,
#primary-nav,
#top-nav ul,
#top-search,
#featured-slides .flex-direction-nav a,
.font-icon {
	background: url(images/background-alpha.png);
	background: rgba(0,0,0,0.3);
}

.light-skin #main,
.light-skin #primary-nav,
.light-skin #top-nav ul,
.light-skin #top-search,
.light-skin #featured-slides .flex-direction-nav a,
.light-skin .font-icon {
    background: rgba(255,255,255,0.3);
}

.no-skin #main,
.no-skin #primary-nav,
.no-skin #top-nav ul,
.no-skin #top-search,
.no-skin #featured-slides .flex-direction-nav a,
.no-skin .font-icon {
    background: none;
}


/* LAYOUT 
----------------------------------------------- */

#page {
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
}
.template-featured-posts #page {
	/**
	 * Fixes text flicker in chrome when slider transitions.
	 *
	 * This parameter also causes issues with z-index when used for
	 * the popover-bg on single video pages. Because of this, we will
	 * only apply this on pages which contain the slider 
	 */
	-webkit-transform: translate3d(0,0,0); 
}
#header-top {
	padding: 0 0.667em;
}
#primary-nav {
	padding: 0.667em 0.667em 0;
}
#action-nav {
	padding-right: 0.667em;
}
#main,
#colophon {
	width: 100%;
	padding: 0.667em;
}
#content {
	width: 67%;
}
.full-width #content {
  width: 100%;
}
#footbar-container {
  margin: 0.667em 0 0;
}
#sidebar {
	width: 33%;
}
.has-sidebar #featured-posts {
	width: 67%;
}

.sidebar-left #content  { float: right; }
.sidebar-left #sidebar  { margin-right: 67%; }
.sidebar-right #content { float: left; }
.sidebar-right #sidebar { margin-left: 67%; }


/* HEADER
/*-------------------------------------------------*/

#header {
	position: relative;
	z-index: 2;
}
#header-bottom {
  clear: both;
}


/* SITE INFO */

#site-info {
  float: left;
  padding: 2em 0;
}
.site-title {
  font-size: 2.5em;
  line-height: 1.5em;
  font-weight: 700;
  display: inline-block;
  max-width: 940px;
  margin-bottom: 0;
  line-height: 1em;
}
.site-title,
.site-title a {
  color: #f5f5f5;
}
.site-title a:hover {
  color: #ffffff;
}
.site-title img {
  max-width: 100%;
  display: block;
}
.site-description {
  color: #7FCCFF;
  margin: 0;
}


/* TOP SEARCH
/*-------------------------------------------------*/

#top-search {
  float: right;
  height: 2.143em;
  margin-left: 0.667em;
}
#top-search .searchform {
	background: none;
	border: none;
}
#top-search input#s {
  height: 2.461em;  
  font-size: 0.866em;
  line-height: 1.846;
  padding-left: 0.886em;
  text-transform: uppercase;  
}
#top-search input#s:focus {
  color: #f5f5f5;
}
#top-search .icon,
#top-search input#searchsubmit {
	color: #a9a9a9;
}

/* Light Skin */
.light-skin #top-search .icon,
.light-skin #top-search input#s:focus,
.light-skin #top-search input#searchsubmit,
.no-skin #top-search .icon,
.no-skin #top-search input#s:focus,
.no-skin #top-search input#searchsubmit {
  color: #777777;
}


/* TOP NAVIGATION
/*-------------------------------------------------*/

#top-nav {
  font-size: 0.866em;
  text-transform: uppercase;
}
#top-nav ul {
  float: right;
}
#top-nav li:first-child {
  border-left: none;
}
#top-nav li:last-child {
  border-right: none;
}
#top-nav li li a:hover,
#top-nav li li .current-menu-item a,
#top-nav li li .current_page_item a {
  background: none;
}
#top-nav li {
  float: left;
  display: inline;
  position: relative;
}
#top-nav li:hover {
  visibility: inherit;
}
#top-nav ul ul,
#top-nav li li {
  width: 11em;
}
#top-nav ul ul {
  position: absolute;
  display: none;
	padding: 0;
	margin: 0;
}
#top-nav li:hover ul, 
#top-nav li.sfHover ul {
  display: block;
  left: 0;
  top: 2.5em;
  z-index: 99;
}
#top-nav li:hover li ul,
#top-nav li.sfHover li ul,
#top-nav li li:hover li ul,
#top-nav li li.sfHover li ul,
#top-nav li li li:hover li ul,
#top-nav li li li.sfHover li ul {
  display: none;
}
#top-nav li li:hover ul,
#top-nav li li.sfHover ul,
#top-nav li li li:hover ul,
#top-nav li li li.sfHover ul,
#top-nav li li li li:hover ul,
#top-nav li li li li.sfHover ul {
  left: 10em;
  top: 0;
}

#top-nav, 
#top-nav a {
  color: #a9a9a9;
  line-height: 1.5em;
}
#top-nav a {
  display: block;
  padding: .5em 1.071em;
}
#top-nav a:hover,
#top-nav .current-menu-item a,
#top-nav .current_page_item a {
  color: #f5f5f5;
}
#top-nav ul ul {
	background: none;
	padding-top: .5em;
	padding-bottom: .5em;
}
#top-nav li {
	float: left;
	padding: 0;
	border-right: 1px solid #0D0D0D;
	border-left: 1px solid #333333;
}
#top-nav li:hover,
#top-nav li:hover ul {
	background: #1b1b1b;
}
#top-nav li li:hover {
	background: none;
}
#top-nav li li {
	border: none;
}
#top-nav li li a {
	height: auto;
	padding-top: .25em;
	padding-bottom: .25em;
}
#top-nav .icon:before {
	top: .6em;
}

/* LIGHT SKIN */

.light-skin #top-nav, 
.light-skin #top-nav a {
  color: #777777;
}
.light-skin #top-nav a:hover,
.light-skin #top-nav .current-menu-item a,
.light-skin #top-nav .current_page_item a {
  color: #555555;
}
.light-skin #top-nav li {
	border-right-color: #f5f5f5;
	border-right-color: rgba(255,255,255,0.3);
	border-left-color: #e5e5e5;
	border-left-color: rgba(0,0,0,0.1);
}
.light-skin #top-nav li:hover,
.light-skin #top-nav li:hover ul {
	background: #ffffff;
}

/* NO SKIN */

.no-skin #top-nav,
.no-skin #top-nav a {
  color: #a9a9a9;
  text-shadow: 0 1px 0 rgba(0,0,0,0.1);
}
.no-skin #top-nav a:hover,
.no-skin #top-nav .current-menu-item a,
.no-skin #top-nav .current_page_item a {
  color: #111111;
}
.no-skin #top-nav li {
	border: none;
}
.no-skin #top-nav li:hover,
.no-skin #top-nav li:hover ul {
	background: #ffffff;
	background: rgba(255,255,255,0.3);
}
.no-skin #top-nav li:hover a,
.no-skin #top-nav li:hover ul a {
	color: #222222;
}


/* PRIMARY NAVIGATION
/*-------------------------------------------------*/

#primary-nav {
  float: left;
}
#primary-nav a {
  position: relative;
}
#primary-nav li {
  float: left;
  display: inline;
  position: relative;
}
#primary-nav li:hover {
  visibility: inherit;
}
#primary-nav ul ul {
  width: 11em;
}
#primary-nav ul ul {
  position: absolute;
  display: none;
}
#primary-nav li:hover ul, 
#primary-nav li.sfHover ul {
  display: block;
  left: 0;
  top: 2.5em;
  z-index: 99;
}
#primary-nav li:hover li ul,
#primary-nav li.sfHover li ul,
#primary-nav li li:hover li ul,
#primary-nav li li.sfHover li ul,
#primary-nav li li li:hover li ul,
#primary-nav li li li.sfHover li ul {
  display: none;
}
#primary-nav li li:hover ul,
#primary-nav li li.sfHover ul,
#primary-nav li li li:hover ul,
#primary-nav li li li.sfHover ul,
#primary-nav li li li li:hover ul,
#primary-nav li li li li.sfHover ul {
  left: 9.85em;
  top: -2px;
}
#primary-nav a {
  display: block;
  padding: 0 1.071em;
  height: 2.5em;
  line-height: 2.5em;
  color: #333333;
}
#primary-nav .icon:before {
  line-height: 2.4em;
}
#primary-nav .icon:hover,
#primary-nav a:hover {
  color: #1b1b1b;
}
#primary-nav ul {
  float: left;
  margin: 0;
  font-weight: 700;
}
#primary-nav ul ul {
  border-bottom: none;
  font-weight: normal;
  border: none;
  padding: 0;
  border: 1px solid #e5e5e5;
  border-color: rgba(0,0,0,0.1);
}
#primary-nav ul ul ul {
	margin: 0;
  padding: 0;
}
#primary-nav li {
  position: relative;
  border-left: 1px solid #e5e5e5;
  border-left-color: rgba(0,0,0,0.1);
  border-right: 1px solid #ffffff;
  padding: 0;
}
#primary-nav li:first-child {
  border-left: none;
}
#primary-nav li:last-child {
  border-right: none;
}
#primary-nav li li {
  border: none;
  display: block;
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
  border-bottom-color: rgba(0,0,0,0.1);
  border-top: 1px solid #ffffff;
}
#primary-nav li li:last-child {
	border-bottom: none;
}
#primary-nav li li a {
  padding-top: 0.643em;
  padding-bottom: 0.571em;
  font-size: 0.929em;
  height: auto;
  line-height: 1.286em;
}
#primary-nav li.sfHover li a:hover {
  color: #1b1b1b;
}


/* ACTIVE NAVIGATION
/*-------------------------------------------------*/

#action-nav {
  position: relative;
  clear: both;
  float: right;
  height: 2em;
  margin-right: -0.667em;
}
#action-nav ul {
  float: right;
  padding: 0.667em 0.333em 0;
}
#action-nav li {
	float: left;
	margin: 0 0.333em 0.667em;
	padding: 0;
	text-align: center;
}
#action-nav li:hover {
	background-color: #a9a9a9;
}
#action-nav a {
  float: left;
  display: block;
  padding: 0 .666em;
  height: 1.75em;
  line-height: 1.75;
  color: #2d2d2d;
  font-weight: 700;
}


/* MAIN
/*-------------------------------------------------*/

#main {
	clear: both;
	z-index: 1;
}
#main > .wrapper {
	background: white;
}


/* HERO SLIDER
/*-------------------------------------------------*/

.slide-content,
.slide-video {
  position: absolute;
  z-index: 2;
  top: 2.667em;
  margin: 0;
}
.slide-content {
  padding: 1.5em;
  width: 43%;
  max-height: 310px;
}
.slide-content p {
  padding: .667em 0 0;
  margin: 0;
}
.slide-content .more-link {
	display: none;
	visibility: hidden;
}
.no-results .slide-content .more-link {
	display: block;
	visibility: visible;
}
.slide-title {
  margin: 0;
  font-weight: 700;
}
.slide-video {
	width: 43%;
}
.slide-video .wp-embed {
	margin: 0;
}
.slide-video .player {
	border: none;
}

#featured-slides {
  position: relative;
  z-index: 1;
}
#featured-slides ul,
#featured-slides li {
	margin: 0;
	padding: 0;
}
#featured-slides.content-left,
#featured-slides.content-right,
#featured-slides.content-center-content,
#featured-slides.content-center-video,
#featured-slides.content-hide {
  margin: 0;
  padding: 0;
}
#featured-slides.content-left .slide-content {
	left: 2.667em;
}
#featured-slides.content-left .slide-video {
	right: 2.667em;
}
#featured-slides.content-right .slide-content {
	right: 2.667em;
}
#featured-slides.content-right .slide-video {
	left: 2.667em;
}
#featured-slides.content-center-content .slide-content,
#featured-slides.content-center-video .slide-video {
  left: 50%;
  margin-left: -205px;
}
#featured-slides.content-center-content .slide-video,
#featured-slides.content-center-video .slide-content {
	display: none;
	visibility: hidden;
}
#featured-slides.content-hide .slide-content,
#featured-slides.content-hide .slide-video {
  display: none;
  visibility: none;
}
#featured-slides.light-on-dark .slide, 
#featured-slides.light-on-none .slide {
  color: #a9a9a9;
}
#featured-slides.light-on-dark h2,
#featured-slides.light-on-none h2,
#featured-slides.light-on-dark .slide a,
#featured-slides.light-on-none .slide a {
  color: #e5e5e5;
}
#featured-slides.light-on-dark a:hover, 
#featured-slides.light-on-none a:hover {
  color: #a9a9a9;
}


/* HERO NAV LINKS (Same style) */
#featured-slides .flex-direction-nav a {
	top: 50%;
  	z-index: 99;
}
#featured-slides .flex-direction-nav .icon:before {
	color: #333333;
	font-size: 1.5em;
}
#featured-slides .flex-prev {
  left: -80px;
}
#featured-slides .flex-next {
  right: -80px;
}


/* FEATURED PAGE
/*-------------------------------------------------*/

#featured-page {
	position: relative;
	border-bottom: 1px solid #e5e5e5;
	border-bottom-color: rgba(0,0,0,0.1);
}
#featured-page .wrapper {
	overflow: hidden;
	padding: 2.5em 3em;
	overflow: hidden;
	border-bottom: 1px solid #ffffff;
}
#featured-page a {
	font-weight: 700;
}
#featured-page .button.large {
	float: right;
	display: block;
	height: 2.5em;
	font-size: 1.5em;
	line-height: 2.5em;
	padding: 0 1.5em;
	margin: -0.4em 0 0 2.5em;
	color: #f5f5f5;
	letter-spacing: 1px;
	text-align: center;
	text-shadow: none;
}
#featured-page .link:hover {
  color: #ffffff;
}
#featured-page h3 {
	font-weight: 700;
	margin: 0 0 0.434em;
}
#featured-page *:last-child {
	margin: 0;
}


/* SECTION VIEWS
/*-------------------------------------------------*/

.section-layout {
  position: relative;
}
.section-header {
	margin: 0;
	padding: 2.667em 2.667em 0.667em;
}
.section-title {
	margin-top: 0;
	font-size: 1.133em;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #a9a9a9;
}
.section-description,
.taxonomy-description {
	clear: both;
}
.blog .section-content {
	padding-top: 20px;
}
.section-footer {
	clear: both;
	border-top: 1px solid #e5e5e5;
	border-top-color: rgba(0,0,0,0.1);
}
.sidebar-left .section-footer {
	border-left: 1px solid #e5e5e5;
	border-left-color: rgba(0,0,0,0.1);
}
.sidebar-right .section-footer {
	border-right: 1px solid #e5e5e5;
	border-right-color: rgba(0,0,0,0.1);
}


/* VIEW: Grid */

.grid-layout .section-content {
	padding: 0 1.333em 1.333em;
}
.sidebar-right .grid-layout .section-content {
	padding-right: 0;
}
.sidebar-left .grid-layout .section-content {
	padding-left: 0;
}
.grid-layout .entry {
	float: left;
	width: 29%;
	margin: 0 2%;
	padding: 1.333em 0;
}
.has-sidebar .grid-layout .entry {
	width: 43%;
	margin: 0 3.5%;
}
.grid-layout .entry-header {
	border: none;
	margin: 0;
	padding: 0;
}
.grid-layout .entry-title {
	font-weight: 700;
	font-size: 1.133em;
	line-height: 1.411;
}
.grid-layout .entry-meta {
	display: none;
}
.grid-layout .entry-summary p {
	margin: 0;	
}
.grid-layout .entry-thumbnail {
	margin-bottom: .75em;
}
.grid-layout .entry-thumbnail a {
	display: block;
	max-height: 140px;
	overflow: hidden;
}
.grid-layout .more-link {
	display: none;
	visibility: hidden;
}


/* VIEW: List */

.list-layout .entry {
	padding-top: 1.337em;
	padding-bottom: 1.337em;
}


/* POSTS
/*-------------------------------------------------*/

.entry {
  padding: 2.667em;
}
.entry-description {
  display: block;
  line-height: 1.5em;
  margin-top: 15px;
  font-size: 1.5em;
  background: none;
  color: #a9a9a9;
}
.entry-meta {
	margin: 0;
}
.entry-meta,
.entry-meta a,
.entry-utility,
.entry-utility a {
	color: #a9a9a9;
	font-weight: 300 !important;
}
.entry-meta a:hover,
.entry-utility a:hover {
	text-decoration: underline;
}
.entry-utility, 
.page-link {
  clear: both;
}
.page-link {
	text-align: center;
	font-weight: 700;
	margin: 2.667em 0 1.5em;
}
.page-link span {
	margin-right: 4px;
}
.page-link span,
.page-link a {
	font-weight: 400 !important;
	color: #a9a9a9;
}
.page-link a {
	padding: 0 4px;
}
.entry-header {
  margin-bottom: 1.5em;
}
.entry-title {
	font-size: 1.5em;
	margin-top: 0.434em;
	margin-bottom: 0.25em;
}
.entry-content a {
  font-weight: 700;
}
.entry-content h2 {
	padding-bottom: 0.5em;
	border-bottom: 1px dashed #e5e5e5;
	border-bottom-color: rgba(0,0,0,0.1);
}


/* POSTS: Single Attachement
/*-------------------------------------------------*/
.entry-attachment {
  padding: 2.667em;
}
.entry-attachment .entry-side {
	float: right;
	width: 67%;
	padding-left: 2.667em;
}
.entry-attachment .entry-main {
	width: 33%;
	overflow: hidden;
}
.has-sidebar .entry-attachment .entry-side,
.has-sidebar .entry-attachment .entry-main {
	float: none;
	width: 100%;
	padding: 0;
}
.entry-attachment-image {
	text-align: center;
	padding: 0.667em;
	margin-bottom: 1.5em;
	border-bottom: 1px solid #e5e5e5;
	border-bottom-color: rgba(0,0,0,0.1);
}
.entry-attachment-image img,
.next-attachment-link {
	display: block;
}


/* POSTS: Multiple
/*-------------------------------------------------*/

.multiple .entry {
  overflow: hidden;
  position: relative;
  padding-bottom: 1.333em;
}
.multiple .entry-header { 
  padding-bottom: 0;
  border: none;
}
.multiple .entry-summary {
  width: 100%;
}
.multiple .entry-summary p {
  margin-bottom: 0;
}
.multiple #content .sticky {}


/*	TEMPLATE: Centered
/*-------------------------------------------------*/

.template-centered .entry {
	margin: 0 16.5%;
}


/*	TEMPLATE: Featured Posts
/*-------------------------------------------------*/

.template-featured-posts.hide-posts.hide-content #featured-slides {
	border-bottom: none;
}


/*	TEMPLATE: Events
/*-------------------------------------------------*/

.template-events .entry-side {
	float: right;
	width: 40%;
	padding-left: 2.667em;
}
.template-events .entry-main {
	width: 60%;
	overflow: hidden;
}
.template-events .post-edit-link {
	color: #a9a9a9;
	font-weight: 400;
	font-size: 70%;
}
.template-events .event-content {
	clear: both;
	margin-top: 1em;
	display: none;
}
.event {
	padding: 1em 0;
	border-bottom: 1px dashed #e5e5e5;
	border-bottom-color: rgba(0,0,0,0.1);
}
.event:last-child {
	border-bottom: none;
}
.event-date {
	float: left;
	color: #A9A9A9;
	margin-right: 1em;
	position: relative;
	top: 1px;
}
.event-header .wrapper {
	overflow: hidden;
}
.event-title {
	margin-bottom: 0;
}
.event-summary {
	margin: 0;
	color: #A9A9A9;
	font-style: italic;
}
#events-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

#twitter-live-feed {
  min-height: 40px;
  background: url(images/loader.gif) center center no-repeat;
}
.twtr-doc {
	border: 1px solid #e5e5e5 !important;
	border-color: rgba(0,0,0,0.1) !important;
}
.twtr-hd {
	display: none;
}
.twtr-ft {
	border-top: 1px solid #e5e5e5 !important;
	border-top-color: rgba(0,0,0,0.1) !important;
}
.twtr-ft div {
	padding: 0.667em 1em !important;
	border-top: 1px solid #ffffff !important;
	border-bottom: 1px solid #ffffff !important;
}
#twitter-live-feed .twtr-ft a {
	margin-left: 8px;
}
#twitter-live-feed .twtr-ft span {
	float: none;
	display: block;
	text-align: left;
	margin-left: 36px;
}
.twtr-join-conv {
	color: #a9a9a9 !important;
	font-size: 0.889em;
}
.twtr-tweet {
	padding: 0 1em;
	border: 1px solid #ffffff !important;
	border-bottom: 1px solid #e5e5e5 !important;
	border-bottom-color: rgba(0,0,0,0.1) !important;
}
.twtr-tweet-wrap {
	padding: 1.5em 0 !important;
}
.twtr-tweet-text {
  font-size: 13px;
  line-height: 3em !important;
}
#twitter-live-feed .twtr-tweet a.twtr-user {
  color: #333333 !important;
  font-weight: bold;
  font-size: 15px;
  display: block;
}
#twitter-live-feed .twtr-tweet a.twtr-user:after {
  content: ": ";
}
#twitter-live-feed .twtr-tweet p {
	line-height: 1.5em !important;
  white-space: pre;
  white-space: pre-wrap;
  white-space: pre-line;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -hp-pre-wrap;
  word-wrap: break-word;
}
#twitter-live-feed .twtr-tweet p a {
	font-weight: bold;
  color: #333333 !important;
}
#twitter-live-feed .twtr-tweet em a {
  font-size: 1.1em;
  font-weight: normal;
  color: #a9a9a9 !important;
}
#twitter-live-feed .twtr-tweet .twtr-img {
  	width: 48px !important;
}


/*	TAX ARCHIVE: Post Formats
/*-------------------------------------------------*/

.tax-post_format .font-icon {
	display: none;
	visibility: hidden;
}
.format-archive-menu {
	float: right;
}
.format-archive-menu .filter-links {
	margin-bottom: 0;
}


/* TAX ARCHIVE: Audio
/*-------------------------------------------------*/
.term-post-format-audio .grid-layout .entry-thumbnail a {
	max-height: none;
	overflow: auto;
}


/* TAX ARCHIVE: Gallery
/*-------------------------------------------------*/

a.gallery-thumbnails {
	display: block;
	overflow: hidden;
	margin-bottom: 1em;
	padding: 0.667em;
	border-bottom: 1px solid #e5e5e5;
	border-bottom-color: rgba(0,0,0,0.1);
}
.gallery-thumbnails img {
	display: block;
	width: 50%;
	max-width: 50%;
	height: auto;
	float: left;
}


/* FORMAT: Video
/*-------------------------------------------------*/

.format-video .entry-side {
	float: right;
	width: 67%;
	padding-left: 2.667em;
}
.format-video .entry-main {
	width: 33%;
	overflow: hidden;
}
.format-video .entry-video .player {
  padding: 0.667em;
  border-bottom: 1px solid #e5e5e5;
  border-bottom-color: rgba(0,0,0,0.1);
}
.format-video .entry-header, 
.format-video .entry-content {
  overflow: hidden;
}

.has-sidebar .format-video .entry-side,
.has-sidebar .format-video .entry-main {
	float: none;
	width: 100%;
	padding: 0;
}


/* FORMAT: Gallery
/*-------------------------------------------------*/

.format-gallery .entry-side {
	float: right;
	width: 67%;
	padding-left: 2.667em;
}
.format-gallery .entry-main {
	width: 33%;
	overflow: hidden;
}
.format-gallery .block-grid {
	padding: 0.667em 0.667em 0 0;
	border-bottom: 1px solid #e5e5e5;
	border-bottom-color: rgba(0,0,0,0.1);
}
.format-gallery .block-grid img {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
}
.has-sidebar .format-gallery .entry-side,
.has-sidebar .format-gallery .entry-main {
	float: none;
	width: 100%;
	padding: 0;
}


/* FORMAT: Image
/*-------------------------------------------------*/

.format-image .entry-side {
	float: right;
	width: 67%;
	padding-left: 2.667em;
}
.format-image .entry-main {
	width: 33%;
	overflow: hidden;
}
.has-sidebar .format-image .entry-side,
.has-sidebar .format-image .entry-main {
	float: none;
	width: 100%;
	padding: 0;
}


/* FORMAT: Audio
/*-------------------------------------------------*/

.format-audio .entry-side {
  float: left;
  width: 33%;
  padding-right: 2.667em;
}
.format-audio .entry-main {
	overflow: hidden;
	width: 67%;
}
.audio-player {
  width: 100%;
  margin-bottom: 1.5em;
  border-top: 1px dashed #e5e5e5;
  border-top-color: rgba(0,0,0,0.1);
  border-bottom: 1px dashed #e5e5e5;
  border-bottom-color: rgba(0,0,0,0.1);
}
.has-sidebar .format-audio .entry-main {
	overflow: visible;
	width: 100%;
}
.has-sidebar .audio-player {
	clear: both;
}
.jp-interface {
  padding: 0.667em;
}
.jp-controls-wrap {
  float: left;
}
.jp-controls {
	font-size: 1.133em;
}
.jp-play,
.jp-pause,
.jp-previous,
.jp-next {
	color: #808080;
  display: inline-block;
  width: 20px;
  height: 20px;
}
.jp-play span,
.jp-pause span,
.jp-previous span,
.jp-next span {
  display: none;
}
.jp-progress-wrap {
  overflow: hidden;
  height: 8px;
  margin-top: 9px;
}
.jp-progress, 
.jp-seek-bar,
.jp-play-bar {
  position: relative;
}
.jp-progress {
  height: 8px;
  padding: 1px;
  background-color: #808080;
}
.jp-seek-bar {
  height: 6px;
  background-color: #808080;
  cursor: pointer;
}
.jp-play-bar {
  height: 6px;
  background-color: #e5e5e5;
}
.toggle-playlist,
.jp-current-time-wrap {
  float: right;
  font-size: 90%;
  margin-top: 2px;
  margin-left: 0.667em;
  color: #808080;
}
.toggle-playlist {
	color: #808080;
	font-size: 1.133em;
	margin-top: 1px;
	text-transform: uppercase;
	cursor: pointer;
}
.toggle-playlist.hide {
	color: #333;
}
.jp-playlist {
  display: none;
}
.jp-playlist a:hover {
  color: #333;
}
.jp-playlist .disabled a {
  color: #a9a9a9;
  cursor: default;
}
ul.tracks {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.tracks li {
	padding: 0;
}
ul.tracks li .jp-playlist-item {
  display: block;
  padding: .667em;
  border-top: 1px dashed #e5e5e5;
  border-top-color: rgba(0,0,0,0.1);
}
ul.tracks li .jp-playlist-item:hover {
  background: #fff;
}
.jp-playlist-current {
  background: #fff;
}
.jp-playlist-current .jp-track-number {
  color: inherit;
}
.jp-playlist-current a {
  color: #333;
  font-weight: 700;
}
.jp-player-content {
  display: none;
}
.jp-track-number {
  float: left;
  margin-right: 5px;
}
.jp-type-playlist {
  position: relative;
}
.jp-notification {
  padding: 10px;
  text-align: center;
}
.jp-notification-title {
  display: block;
  font-weight: 700;
}
.jp-artist {
	font-size: 0.733em;
	font-style: italic;
	font-weight: 400;
	color: #a9a9a9;
	margin-left: 3px;
}


/* FEATURED IMAGE / THUMBNAILS / VIDEO
/*-------------------------------------------------*/

#featured-image img {
	display: block;
	margin: 0 auto;
}

#featured-video .wp-embed {
	margin-bottom: 0;
}

.entry-thumbnail {
	position: relative;
	border-bottom: 1px solid #e5e5e5;
	border-bottom-color: rgba(0,0,0,0.1);
	padding: 0.66667em;
	margin: 0 0 1.5em;
	text-align: center;
}
.entry-thumbnail img {
  display: block;
  margin: 0 auto;
}
.entry-thumbnail .font-icon {
	top: 50%;
	left: 50%;
	margin-left: -30px;
}
.entry-thumbnail:hover .font-icon {
	color: #ffffff;
}
.light-skin .entry-thumbnail:hover .font-icon {
	color: #333333;
}



/*	GALLERY
/*-------------------------------------------------*/

.gallery {
  clear: both;
  margin: 0 auto 40px;
}
.gallery .clearfix {
  clear: both;
}
.gallery img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}
.gallery .gallery-icon img {
	border: none !important;
}
.gallery .gallery-item {
  float: left;
  text-align: center;
  margin-top: 0;
  padding: 0 2% 3.5%;
  width: 33%;
}
.gallery dl,
.gallery dt {
  margin: 0;
}
.gallery br + br {
  display: none;
}
.gallery-columns-1 .gallery-item {
  width: 100%;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.gallery-columns-2 .gallery-item {
  width: 50%;
}
.gallery-columns-4 .gallery-item {
  width: 25%;
}
.gallery-columns-5 .gallery-item {
  width: 20%;
}
.gallery-columns-5 .wp-caption-text {
  display: none;
}
.gallery-columns-6 .gallery-item {
  width: 16.6667%;
}
.gallery-columns-6 .wp-caption-text {
  display: none;
}
.gallery-columns-6 br {
  display: none;
}
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img {
	display: block;
}
.wp-caption-text {
	font-size: 0.866em;
	font-style: italic;
	margin-top: 0.667em;
	color: #a9a9a9;
}


/*	PAGINATION
/*-------------------------------------------------*/

/* SINGLE NAVIGATION */

#single-navigation .font-icon:before {
	color: #333333;
	font-size: 1.5em;
}

#single-navigation {
	position: relative;
}
#single-navigation a {
	position: absolute;
	top: 175px;
	z-index: 99;
	text-align: center;
}
#single-navigation .prev a {
	left: -80px;
}
#single-navigation .next a	 {
	right: -20px;
}
#nav-below {
	clear: both;
	overflow: hidden;
	padding: 2em 2.667em;
	border-top: 1px solid #ffffff;
}
.sidebar-left #nav-below {
	border-left: 1px solid #ffffff;
}
.sidebar-right #nav-below {
	border-right: 1px solid #ffffff;
}
.multiple .pagenavi { border-top: 1px solid #e5e5e5; border-top-color: rgba(0,0,0,0.1); }
.pagenavi { text-align: right; }
.pagenavi .pages { float: left; padding: 0; border: none; font-weight: 700; }
.pagenavi a, 
.pagenavi span { color: #333333; padding: 5px 10px;	border: 1px solid #e5e5e5; border-color: rgba(0,0,0,0.1); }
.pagenavi .extend, 
.pagenavi .page-numbers { background: #ffffff; margin: 1px; font-weight: 700; }
.pagenavi .extend:hover, 
.pagenavi .page-numbers:hover,
.pagenavi .dots:hover {	border-color: #a9a9a9; }
.pagenavi .page-numbers.current, 
.pagenavi .page-numbers.current:hover { border-color: #e5e5e5; border-color: rgba(0,0,0,0.1); }
.pagenavi .extend, 
.pagenavi .dots { padding: 4px 7px 5px; }
.pagenavi .extend:hover, 
.pagenavi .nav-previous { float: left; }
.pagenavi .nav-next { float: right; }


/* FILTER LINKS */

.filter-links {
	float: right;
	margin-bottom: 1.5em;
}
.filter-links li {
	float: left;
	padding: 0 1em;
	margin-bottom: 1em;
	border-left: 1px dashed #e5e5e5;
	line-height: 1em;
}
.filter-links li:first-child {
	border-left: none;
}
.filter-links li:last-child {
	padding-right: 0;
}
.filter-links a {
	color: #a9a9a9;
}
.filter-links a:hover {
	text-decoration: underline;
}
.filter-links li.current a {
	font-weight: 700;
	cursor: default;
	color: #1a1a1a;
}


/* COMMENTS
----------------------------------------------- */
.comments-title,
.pings-title,
#reply-title {
  padding: 1.739em;
  padding-bottom: 0.869em;
  margin: 0;
}
.logged-in #reply-title {
	padding-bottom: 0.25em;
}

.commentlist {
  padding: 0;
  margin: 0;
  list-style: none;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #ffffff;
  list-style: none;
  line-height: 1.6em;
}
.sidebar-left .commentlist {
	border-left: 1px solid #e5e5e5;
}
.sidebar-right .commentlist {
	border-right: 1px solid #e5e5e5;
}
.comment {
	list-style: none;
	position: relative;
	padding: 2.667em;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #e5e5e5;
}
.sidebar-left .comment {
	border-left: 1px solid #ffffff;
}
.sidebar-right .comment {
	border-right: 1px solid #ffffff;
}
.comment .children {
	margin: 2.667em 0 0;
	padding: 0 0 2.667em 1.333em;
	background: white;
	border: 1px solid #e5e5e5;
}
.comment .children .comment {
	border: none;
	padding-bottom: 0;
}
.comment .children .children {
	margin: 0;
	padding-bottom: 0;
	border: none;
}

/* Comment Header */
.comment-header {
	margin-bottom: 1.5em;
}
.comment-author-image {
	margin: 0;
	padding: 0;
	float: left;
	padding: .333em;
	background: #ffffff;
	border: 1px solid #e5e5e5;
}
.ie8 .comment-author-image {
	width: 48px;
}
.children .comment-author-image {
	border: none;
}
.comment-author-image img {
	display: block;
}
.comment-author,
.comment-meta {
	margin: 0 0 0 4em;
}
.comment-author cite {
	font-weight: 700;
	font-style: normal;
}
.comment-author a {
	color: inherit;
}
.comment-author .post-author {
	float: right;
	font-weight: 400;
	font-size: 0.889em;
	line-height: 1em;
	padding: 0.337em 0.556em;
	color: #a9a9a9;
	border: 1px solid #e5e5e5;
	background: #ffffff;
}
.comment-meta,
.comment-meta a {
	color: #808080;
}
.comment-meta span {
	font-size: 0.866em;
}
.comment-meta a:hover {
	text-decoration: underline;
}

/* Comment Content */
.comment-text {
	margin-left: 4em;
}
.comment-text *:last-child {
	margin-bottom: 0;	
}

/* Comment Form */
#respond {
	margin-bottom: 2.667em;
}
.commentlist #respond {
	margin-bottom: 0;
	padding-left: 1.33em;
}
#commentform {
	padding: 0 2.667em
}
#commentform p {
  position: relative;
  overflow: hidden;
}
#commentform label {
  font-weight: 700;
  width: 100%;
}
#commentform span.required {
  position: absolute;
  color: red;
  left: 95%;
}
.comment-form-author,
.comment-form-email,
.comment-form-url {
  clear: both;
  width: 50%;
}
.comment-form-author label,
.comment-form-email label,
.comment-form-url label {
  position: absolute;
  top: 0.333em;
}
.comment-form-author input,
.comment-form-email input,
.comment-form-url input {
  float: left;
  width: 100%;
  padding: 0.333em 0;
  line-height: 1.5em;
  border: none;
  border-bottom: 1px dashed #e5e5e5;
  background: none;
}
.comment-form-comment textarea {
	width: 100%;
	border-style: dashed;
	margin-top: 0.25em;
}
.logged-in-as {
	margin-top: 0;
	color: #a9a9a9;
}
.logged-in-as a {
	color: inherit;
}
.logged-in-as a:hover {
	text-decoration: underline;
}
#cancel-comment-reply-link {
	font-size: 80%;
	color: rgba(255,0,0,0.5)
}
.form-submit input {
	color: #f5f5f5;
	background: #333;
	border: none;
}


/*	SIDEBAR
/*-------------------------------------------------*/

/* SIDEBAR */
#sidebar {
  padding: 2.667em 0 0;
  overflow: hidden;
}
#sidebar .widget {
  padding: 0 2.667em 2.667em;
}


/*	WIDGETS
/*-------------------------------------------------*/

.widget ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.widget a {
	color: #
}

.widget-title {
	font-size: 1.133em;
	padding: 0;
	margin-top: 0;
}


/* Featured Video Widget */

.debut_featured_video_widget .wp-embed {
	margin-bottom: 0;
}
.debut_featured_video_widget .widget-content {
	font-size: 0.889em;
	margin: 0.5em 0 0;
	color: #A9A9A9;
}


/* CATEGORIES */

.widget_categoryposts ul {
  margin: 0;
  list-style: none;
}
.widget_categoryposts .post-title {
  margin-bottom: .4em;
}
.widget_categoryposts .post-thumbnail {
  padding: 6px;
  margin-right: 10px;
  float: left;
}


/* CALENDAR */

#wp-calendar caption {
  font-weight: bold !important;
  font-style: italic !important;
  margin-bottom: 0;
  padding-bottom: 0;
}

#wp-calendar th, 
#wp-calendar td {
  text-align: center;
}

#wp-calendar td {
  color: #a9a9a9;
}

#wp-calendar #today {
  font-style: italic;
  color: inherit;
}

#wp-calendar a {
  font-weight: 700;
}



/* EVENTS */

.debut_events_widget .event-title {
	font-size: 1em;
	line-height: 1.6em;
}
.debut_events_widget .event-content {
	overflow: hidden;
}
.debut_events_widget .event-excerpt {
	margin-bottom: 0;
}


/* ARCHIVES, CATEGORIES, META, & RSS */

.widget_archive ul,
.widget_categories ul {
  text-align: right;
}
.widget_archive li,
.widget_categories li {
  overflow: hidden;
  color: #a9a9a9;
}
.widget_archive a,
.widget_categories a,
.widget_archive li:before,
.widget_categories li:before {
  float: left;
}


/* RSS */
.widget_rss li {
	padding: .5em 0;
}

.widget_rss a.rsswidget {
  font-weight: 700;
}
.widget_rss .rss-date {
  display: block;
  margin-bottom: 5px;
  color: #A9A9A9;
}
.widget_rss .rsswidget img {
  margin: -4px 4px 0 0;
}


/* TEXT */
.widget_text p:last-child {
  margin-bottom: 0;
}
.widget_text img {
  max-width: 100%;
  display: inline-block;
}


/* RECENT COMMENTS */
.widget_recent_comments .url {
  font-weight: 700;
}


/* NAV MENU & PAGES*/
.widget_pages ul ul,
.widget_nav_menu ul ul {
  padding: .111em 0;
  margin-bottom: .444em;
}

.widget_pages ul ul a,
.widget_nav_menu ul ul a {
	color: #a9a9a9;
}

.widget_pages ul ul ul,
.widget_nav_menu ul ul ul {
  margin-left: 1em;
}

.widget_pages ul ul li:before,
.widget_nav_menu ul ul li:before {
	content: '\e801';
  font-family: 'fontello';
  font-style: normal;
  font-weight: normal;
  font-size: 0.889em;
  line-height: 1;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
	color: #a9a9a9;
  width: 1.25em;
  text-align: center;
}


/*	SEARCH FORM
/*-------------------------------------------------*/

.searchform  {
	position: relative;
	width: 100%;
	height: 2.143em;
	border: 1px solid #e5e5e5;
	background: #ffffff;
}
.searchform .icon {
  z-index: 1;
  text-align: center;
  line-height: 2;
}
.searchform .icon,
.searchform input#searchsubmit {
	position: absolute;
	top: 0;
	right: 0;
	width: 2.143em;
	height: 2.143em;
	margin: 0;
	padding: 0;
	cursor: pointer;
	border: none;
	background: none;
}
.searchform input#s {
  float: left;
  padding: 0 2.461em 0 0.667em;
  height: 2.143em;
  width: 100%;
  line-height: 2.143;
  color: #a9a9a9;
  border: none;
  outline: none;
  background: transparent;
}
.searchform input#s:focus {
  outline: 0;
  text-transform: none;
}
.searchform input#searchsubmit {
	z-index: 2;
    background: none;
}


/* TO TOP
/*-------------------------------------------------*/

#to-top {
	font-size: 1.5em;
	display: none;
	float: left;
	position: fixed;
	z-index: 99;
	left: 0;
	bottom: 0;
	margin: 0;
	width: 100%;
	height: 0;
	background: blue;
}

#to-top span {
	display: block;
	margin: 0 auto;
	max-width: 960px;
}

#to-top a {
	display: block;
	position: relative;
	right: -10px;
	bottom: 135px;
	text-align: center;
	float: right;
}
#to-top .font-icon:before {
	color: #333333;
}


/*	FOOTBAR (Footer sidbar areas)
/*-------------------------------------------------*/

#footbar {
  float: left;
  width: 100%;
  padding: 1.333em 1.333em 0;
  margin: 0;
  list-style: none;
  background-color: #e5e5e5;
}
#footbar .column {
  width: 33%;
  float: left;
  display: inline;
  margin: 1.333em 0;
  padding: 0 1.333em;
}
#footbar .widget {
  padding: 0 0 1.333em;
}



/*	FOOTER
/*-------------------------------------------------*/

#colophon {
  overflow: hidden;
  padding-left: 3.076em;
  margin-bottom: 3.076em;
  color: #666;
}
#colophon ul {
  margin: 0;
  list-style: none;
}
#colophon li {
	padding: 0;
}
#colophon a {
  color: #a9a9a9;
}
#colophon a:hover {
  color: #ffffff;
}

#role-credits {
  float: left;
  font-size: 0.866em;
}

#networking {
  float: right;
  list-style: none;
  padding-top: 0.667em;
  padding-right: 2.667em;
}
#networking li {
  float: left;
  display: block;
  margin-left: 0.667em;
}
#networking li span {
	display: none;
	visibility: hidden;
}


/*	CSS3 STYLES
/*-------------------------------------------------*/

/* TEXT SHADOWS */

#action-nav,
#featured-page,
#footbar,
#primary-nav,
.commentlist,
.dark-on-light,
.dark-on-none,
.light-skin #site-info,
.pagenavi .page-numbers.current, 
.pagenavi .page-numbers.current:hover,
.twtr-tweet
{
  text-shadow: 0 1px 1px rgba(255,255,255,0.7);
}
#site-info,
.light-on-dark,
.light-on-none
{
  text-shadow: 0 -1px 1px rgba(0,0,0,0.5);
}

#footbar .button,
#footbar button,
.commentlist .children,
.no-skin #site-info {
	text-shadow: none;
}


/* BORDER RADIUS */

#action-nav a,
#action-nav li,
#featured-page .link,
#footbar,
#main > .wrapper,
#primary-nav ul,
#twitter-live-feed .twtr-tweet .twtr-img img,
.audio-player,
.button,
.callout-light,
.callout-medium,
.callout-dark,
.entry-gallery,
.page-numbers,
.slide-content,
.comment-author .post-author,
.template-featured-posts.hide-hero-slides.hide-posts #featured-page,
.template-featured-posts.hide-hero-slides.hide-content #featured-posts,
.template-featured-posts.hide-posts.hide-content #featured-slides img {
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.sidebar-right #nav-below {
  -webkit-border-radius: 0 0 0 3px;
  -khtml-border-radius: 0 0 0 3px;
  -moz-border-radius: 0 0 0 3px;
  border-radius: 0 0 0 3px;
}
#top-search, 
.sidebar-left #nav-below {
  -webkit-border-radius: 0 0 3px 0;
  -khtml-border-radius: 0 0 3px 0;
  -moz-border-radius: 0 0 3px 0;
  border-radius: 0 0 3px 0;
}
#featured-slides img,
#featured-image img,
.multiple .entry,
.template-featured-posts.paged #featured-page .wrapper,
.template-featured-posts.hide-hero-slides #featured-image img,
.template-featured-posts.hide-hero-slides #featured-page {
  -webkit-border-radius: 3px 3px 0 0;
  -khtml-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
#primary-nav > ul li:first-child,
.jp-play-bar {
  -webkit-border-radius: 3px 0 0 3px;
  -khtml-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
#primary-nav > ul li:last-child,
input#searchsubmit, 
.says {
  -webkit-border-radius: 0 3px 3px 0;
  -khtml-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
#featured-posts,
#primary-nav ul ul,
#top-nav ul,
#top-search,
#nav-below,
.template-featured-posts.hide-posts #featured-page {
  -webkit-border-radius: 0 0 3px 3px;
  -khtml-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
#main {
  -webkit-border-radius: 0 6px 6px 6px;
  -khtml-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px;
}
#primary-nav {
  -webkit-border-radius: 6px 6px 0 0;
  -khtml-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
}
#to-top a,
#featured-slides .flex-direction-nav a,
#featured-slides .flex-direction-nav .icon:before,
.jp-progress, 
.jp-seek-bar,
.jp-play-bar,
.flex-control-paging a,
.font-icon,
.font-icon:before
{
  -webkit-border-radius: 1000px;
  -khtml-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
}
.comment-form-comment textarea,
.template-featured-posts #featured-image img,
#twitter-live-feed .twtr-doc
{
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}


/* BOX SHADOWS */

#action-nav a:hover,
.grid-layout .entry-thumbnail:hover, 
.gallery img:hover 
{
  -webkit-box-shadow: 0px 0px 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 5px 0 rgba(0, 0, 0, 0.1);
}
.widget .searchform,
.pagenavi .page-numbers, 
.comment .children,
.comment-author-image 
{
	-webkit-box-shadow: 0 0 0 1px #ffffff;
	-moz-box-shadow: 0 0 0 1px #ffffff;
	box-shadow: 0 0 0 1px #ffffff;
}
.pagenavi .page-numbers.current, 
.pagenavi .page-numbers.current:hover,
button.light,
.button.light
{
	-webkit-box-shadow: inset 0 0 0 1px #ffffff;
	-moz-box-shadow: inset 0 0 0 1px #ffffff;
	box-shadow: inset 0 0 0 1px #ffffff;
}
.flex-control-paging a, .jp-seek-bar
{
  -webkit-box-shadow: inset 0 0 3px #a9a9a9;
  -moz-box-shadow: inset 0 0 3px #a9a9a9;
  box-shadow: inset 0 0 3px #a9a9a9;
}

.no-skin #main,
.no-skin #primary-nav,
.no-skin #top-nav ul,
.no-skin #top-search,
.no-skin #featured-slides .flex-direction-nav a,
.no-skin .font-icon,
.comment .children .children 
{
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}


/* GRADIENTS */

#primary-nav > ul li
{
  background: rgba(255,255,255,0.5);
  background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(255,255,255,0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -moz-linear-gradient(top, rgba(255,255,255,0.5), rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(top, rgba(255,255,255,0.5), rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(top, rgba(255,255,255,0.5), rgba(255, 255, 255, 0) 100%);
}


/* OPACITY */
.thumbnail-icon:before,
.flex-control-paging a
{
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}

#primary-nav li li a,
.jp-play:hover,
.jp-pause:hover,
.jp-previous:hover,
.jp-next:hover,
.flex-control-paging a:hover,
.block-grid img:hover,
.gallery-thumbnails:hover,
.tracks li:hover
{
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}
.flex-control-paging a.flex-active 
{
  filter: alpha(opacity=95);
  -moz-opacity: 0.95;
  -khtml-opacity: 0.95;
  opacity: 0.95;
}
#primary-nav li li a:hover,
.entry-thumbnail:hover .thumbnail-icon:before,
.block-grid img,
.gallery-thumbnails,
.tracks li,
.tracks li.jp-playlist-current
{
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

/* Transitions */
textarea,
input,
.entry-thumbnail,
.entry-thumbnail .font-icon,
.gallery img,
.searchform,
.multiple .entry,
.jp-current-time-wrap,
.jp-playlist a,
.site-title a,
.flex-control-paging a,
.flex-direction-nav a,
.filter-links li a,
.block-grid img,
.gallery-thumbnails,
.flex-viewport
{
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}


/*	PRINT STYLES
/*-------------------------------------------------*/

@media print {
  * {
    background: transparent !important;
    color: #444 !important;
    text-shadow: none !important;
  }
  a, a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  a:after {
    content: " (" attr(href) ")";
  }
  abbr:after {
    content: " (" attr(title) ")";
  }
  .ir a:after {
    content: "";
  }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr, img {
    page-break-inside: avoid;
  }
  @page  {
    margin: 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
}