/*
* Theme Name: Hoon
* Theme URI: http://www.press75.com
* Description: A post format rich, audio and video enabled, multi-media theme.
* Version: 1.1.0
* Author: Press75.com
* Author URI: http://www.press75.com/
* License: GNU General Public License
* License URI: license.txt
* Tags: business, corporate, portfolio, professional, music, video, three-columns, right-sidebar, responsive-width, fixed-width, custom-background, custom-colors, custom-menu, featured-images, full-width-template, post-formats, post-slider, sticky-post, theme-options, translation-ready,
*/
/* Globals
----------------------------------------------- */
/* 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: inherit;
  vertical-align: baseline;
}
html {
  font-size: 62.5%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
nav ol,
nav ul {
  margin: 0;
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
body {
  position: relative;
  -webkit-font-smoothing: antialiased;
}
/* LINKS */
a {
  text-decoration: none;
  line-height: inherit;
}
a:focus {
  outline: none;
}
/* LISTS */
ul,
ol {
  margin-bottom: 24px;
}
ul ul,
ol ul,
ul ol,
ol ol,
ol ul li {
  margin-bottom: 0;
}
ol ul li {
  margin-top: 0;
}
ul {
  list-style: outside;
}
ol {
  list-style: decimal;
}
ol,
ul.square,
ul.circle,
ul.disc {
  margin-left: 30px;
}
ol li {
  margin-top: 10px;	
}
ul.square {
  list-style: square outside;
}
ul.circle {
  list-style: circle outside;
}
ul.disc {
  list-style: disc outside;
}
ul.large li {
  line-height: 21px;
}
.entry ul {
  margin-left: 30px;
}
/* TABLES */
table {
  margin: 0 0 18px;
  /*display: inline-block;*/
  border: 1px solid;
}
table thead tr th,
table tfoot tr th,
table tbody tr td,
table tr td,
table tfoot tr td {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
  text-align: left;
}
table thead tr th,
table tfoot tr td {
  padding: 8px 10px 9px;
  font-size: 14px;
  font-weight: bold;
}
table thead tr th:first-child,
table tfoot tr td:first-child {
  border-left: none;
}
table thead tr th:last-child,
table tfoot tr td:last-child {
  border-right: none;
}
table tbody tr.even,
table tbody tr td {
  padding: 9px 10px;
  vertical-align: top;
  border: none;
}
/* MISC */
.left {
  float: left;
}
.right {
  float: right;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.hide {
  display: none;
}
.frame {
  padding: 9px;
  border: 1px solid;
}
/* IFRAMES */
.wp-embed iframe {
  background: url(images/loader.gif) center center no-repeat;
}
/* DISPLAY 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;
}
.clear {
  clear: both;
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  width: 100%;
}
/* FONTS */
body,
button,
.button,
#submit,
input[type="submit"],
.entry-meta .tabs span.meta-title,
.comment-meta .comment-author-name,
blockquote cite,
blockquote:before {
  font-family: "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-style: normal;
}
.pagenavi,
.pagelinks,
.entry-meta .tabs,
.slide p,
.wp-caption-text,
.comment-meta,
.author-meta .author-links,
#site-title,
#footer a,
#site-description,
.emphasize,
.tag-meta li,
.category-meta li,
blockquote,
h1.archive-title,
h1.page-title,
#wp-calendar caption {
  font-family: 'Vollkorn', Georgia, "Bitstream Charter", serif;
  font-style: normal;
  font-weight: normal;
}
pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
/* TYPOGRAPHY */
body {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  line-height: 1.25;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-weight: inherit;
}
h1 {
  font-size: 21px;
  font-size: 2.1rem;
  margin-bottom: 20px;
}
h2 {
  font-size: 19px;
  font-size: 1.9rem;
  margin-bottom: 20px;
}
/* specific to homepage template */
.page-template-template-homepage-php #main,
.page-template-template-homepage-update-php #main {
	margin: 0;	
}

#entry-newspanel h1,
#entry-newspanel h2,
#entry-newspanel h3,
.entry-newspanel h1,
.entry-newspanel h2,
.entry-newspanel h3 {
  margin: 10px 0;
  color: #77797F;
  text-transform: none;
}
h3 {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 20px;
}
h4 {
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 15px;
}
h5 {
  font-size: 13px;
  font-size: 1.3rem;
  margin-bottom: 10px;
}
h6 {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: normal;
}
.entry-subheader {
  padding: 20px;
  font-size: 21px;
  font-size: 2.1rem;
}
.subheader,
.entry-subheader {
  font-weight: 300;
  margin-bottom: 24px;
  clear: both;
}
.subheader p,
.entry-subheader p {
  margin: 0;
  line-height: 26px;
}
p {
  margin-bottom: 1.625em;
}
/* Articles page */
.page-id-266 p {
  margin-top: 1.625em;
}
p img {
  margin: 0;
}
p.lead {
  font-size: 18px;
  font-size: 18px;
  line-height: 24px;
}


/* specific to Press pages */
.category-articles .entry-content p,
.category-interviews .entry-content p,
.category-reviews .entry-content p {
  clear: both;	
}

em,
i,
var {
  font-style: italic;
  line-height: inherit;
}
strong,
b {
  font-weight: bold;
  line-height: inherit;
}
small {
  font-size: 75%;
  line-height: inherit;
}
abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  border-bottom: 1px solid;
  cursor: help;
  color: #555555;
  border-color: #222222;
}
abbr {
  text-transform: none;
}
sub {
  vertical-align: sub;
  font-size: smaller;
}
sup {
  vertical-align: super;
  font-size: smaller;
}
/*	Blockquotes  */
blockquote {
  overflow: hidden;
  font-weight: 200;
  border-top: 1px solid;
  border-bottom: 1px solid #e3e3e3;
  padding: 32px 20px 20px 60px;
  margin: 24px 0;
  position: relative;
  color: #555555;
}
blockquote:before {
  content: "\201C";
  font-size: 100px;
  font-size: 10rem;
  position: absolute;
  left: 6px;
  top: 50px;
  color: #cccccc;
}
blockquote p {
  color: #555555;
  margin-bottom: 10px !important;
}
blockquote cite {
  color: #222222;
  font-weight: bold;
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
}
blockquote cite:before {
  content: "\2014 \0020";
}
blockquote a,
blockquote a:visited {
  color: #555555;
}
/* specific to Review posts */
.category-reviews blockquote {
  border-top: none;
  padding-top: 0;
  margin: 10px 0 24px;
  line-height: 20px;
}
.category-reviews blockquote:before {
  top: 20px;	
}
.category-reviews blockquote cite {
  float: right;
}

pre,
code {
  color: #222222;
}
code {
  font-size: .95em;
}
pre {
  line-height: 1.7em;
  font-size: 15px;
  font-size: 1.5rem;
  border: 1px solid;
  padding: 0 .5em;
  margin-bottom: 1.625em;
  text-shadow: none;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
  border-color: #e3e3e3;
  background-color: #f5f5f5;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0.5, #ffffff), color-stop(0.5, transparent), to(transparent));
  background-image: -moz-linear-gradient(#ffffff 50%, transparent 50%, transparent);
  background-image: -o-linear-gradient(#ffffff 50%, transparent 50%, transparent);
  background-image: linear-gradient(#ffffff 50%, transparent 50%, transparent);
}
hr {
  border-style: solid;
  border-width: 1px 0 0 0;
  border-top-color: #e3e3e3;
  clear: both;
  margin: 12px 0 24px;
  height: 0;
}
mark,
.highlight {
  background: #FDFFC9;
}

/* Artfully Masterminded by ZURB */
/* --------------------------------------------------
	:: Grid
	
	This is the mobile-friendly, responsive grid that
	lets Foundation work much of its magic.
	
	-------------------------------------------------- */
.container {
  padding: 0 20px;
}
.row {
  width: 100%;
  max-width: 980px;
  min-width: 727px;
  margin: 0 auto;
}
/* To fix the grid into a certain size, set max-width to width */
.row .row {
  min-width: 0;
}
.column,
.columns {
  margin-left: 4.4%;
  float: left;
  min-height: 1px;
  position: relative;
}
.column:first-child,
.columns:first-child {
  margin-left: 0;
}
.row .one {
  width: 4.3%;
}
.row .two {
  width: 13%;
}
.row .three {
  width: 21.679%;
}
.row .four {
  width: 30.37%;
}
.row .five {
  width: 39.1%;
}
.row .six {
  width: 47.8%;
}
.row .seven {
  width: 56.5%;
}
.row .eight {
  width: 65.2%;
}
.row .nine {
  width: 73.9%;
}
.row .ten {
  width: 82.6%;
}
.row .eleven {
  width: 91.3%;
}
.row .twelve {
  width: 100%;
}
.row .offset-by-one {
  margin-left: 13.1%;
}
.row .offset-by-two {
  margin-left: 21.8%;
}
.row .offset-by-three {
  margin-left: 30.5%;
}
.row .offset-by-four {
  margin-left: 39.2%;
}
.row .offset-by-five {
  margin-left: 47.9%;
}
.row .offset-by-six {
  margin-left: 56.6%;
}
.row .offset-by-seven {
  margin-left: 65.3%;
}
.row .offset-by-eight {
  margin-left: 74.0%;
}
.row .offset-by-nine {
  margin-left: 82.7%;
}
.row .offset-by-ten {
  margin-left: 91.4%;
}
.row .centered {
  float: none;
  margin: 0 auto;
}
.row .offset-by-one:first-child {
  margin-left: 8.7%;
}
.row .offset-by-two:first-child {
  margin-left: 17.4%;
}
.row .offset-by-three:first-child {
  margin-left: 26.1%;
}
.row .offset-by-four:first-child {
  margin-left: 34.8%;
}
.row .offset-by-five:first-child {
  margin-left: 43.5%;
}
.row .offset-by-six:first-child {
  margin-left: 52.2%;
}
.row .offset-by-seven:first-child {
  margin-left: 60.9%;
}
.row .offset-by-eight:first-child {
  margin-left: 69.6%;
}
.row .offset-by-nine:first-child {
  margin-left: 78.3%;
}
.row .offset-by-ten:first-child {
  margin-left: 87%;
}
.row .offset-by-eleven:first-child {
  margin-left: 95.7%;
}
/* Source Ordering */
.push-two {
  left: 17.4%;
}
.push-three {
  left: 26.1%;
}
.push-four {
  left: 34.8%;
}
.push-five {
  left: 43.5%;
}
.push-six {
  left: 52.2%;
}
.push-seven {
  left: 60.9%;
}
.push-eight {
  left: 69.6%;
}
.push-nine {
  left: 78.3%;
}
.push-ten {
  left: 87%;
}
.pull-two {
  right: 17.4%;
}
.pull-three {
  right: 26.1%;
}
.pull-four {
  right: 34.8%;
}
.pull-five {
  right: 43.5%;
}
.pull-six {
  right: 52.2%;
}
.pull-seven {
  right: 60.9%;
}
.pull-eight {
  right: 69.6%;
}
.pull-nine {
  right: 78.3%;
}
.pull-ten {
  right: 87%;
}
img,
object,
embed {
  max-width: 100%;
  height: auto;
}
img {
  -ms-interpolation-mode: bicubic;
}
#map_canvas img,
.map_canvas img {
  max-width: none!important;
}
/* Nicolas Gallagher's micro clearfix */
.row:before,
.row:after,
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.row:after,
.clearfix:after {
  clear: both;
}
.row,
.clearfix {
  zoom: 1;
}
/*	--------------------------------------------------
	:: Block grids
	
	These are 2-up, 3-up, 4-up and 5-up ULs, suited
	for repeating blocks of content. Add 'mobile' to
	them to switch them just like the layout grid
	(one item per line) on phones
	
	For IE7/8 compatibility block-grid items need to be
	the same height. You can optionally uncomment the
	lines below to support arbitrary height, but know
	that IE7/8 do not support :nth-child.
	-------------------------------------------------- */
.block-grid {
  display: block;
  overflow: hidden;
}
.block-grid > li {
  display: block;
  height: auto;
  float: left;
}
.block-grid.two-up {
  margin-left: -4%;
}
.block-grid.two-up > li {
  margin-left: 4%;
  width: 46%;
  margin-bottom: 4%;
}
/* 	.block-grid.two-up>li:nth-child(2n+1) {clear: left;} */
.block-grid.three-up {
  margin-left: -2%;
}
.block-grid.three-up > li {
  margin-left: 2%;
  width: 31.3%;
  margin-bottom: 2%;
}
/* 	.block-grid.three-up>li:nth-child(3n+1) {clear: left;} */
.block-grid.four-up {
  margin-left: -2%;
}
.block-grid.four-up > li {
  margin-left: 2%;
  width: 23%;
  margin-bottom: 2%;
}
/* 	.block-grid.four-up>li:nth-child(4n+1) {clear: left;} */
.block-grid.five-up {
  margin-left: -1.5%;
}
.block-grid.five-up > li {
  margin-left: 1.5%;
  width: 18.5%;
  margin-bottom: 1.5%;
}
/* 	.block-grid.five-up>li:nth-child(5n+1) {clear: left;} */
/* UI
----------------------------------------------- */
/* BUTTONS */
.button {
  line-height: 1em;
  margin: /*0 5px 20px 5px*/10px 5px 0 0;
  padding: 3px 13px 4px;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  line-height: 1.7em;
  position: relative;
  cursor: pointer;
  border: none;
}
/* specific to homepage */
.entry-newspanel .button {
	margin: 0 10px;
}
#home-cta .button {
  padding: 2px 6px;
}
/* specific to Events posts */
.category-screenings .button {
  margin-left: 0;	
}

input[type=submit].button {
  -webkit-appearance: none;
}
.button.full-width {
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  text-align: center;
}
.button.left-align {
  text-align: left;
  text-indent: 12px;
}
.button.right-align {
  float:right;
}
.small.button {
  font-size: 11px;
  padding: 8px 20px 10px;
  width: auto;
}
.medium.button {
  font-size: 13px;
  width: auto;
}
.large.button {
  font-size: 18px;
  padding: 11px 48px 13px;
  width: auto;
}
.nice.small.button {
  background-position: 0 -36px;
}
.nice.large.button {
  background-position: 0 -30px;
}
.button.disabled,
.button[disabled] {
  cursor: default;
}
/* LABELS */
.label {
  padding: 0px 4px 1px;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  white-space: nowrap;
  display: inline;
  position: relative;
  bottom: 1px;
}
.one-fourth .label {
  font-size: 16px;
  font-size: 1.6rem;
}
.label.round {
  padding: 1px 7px 2px;
}
/* ALERTS */
div.alert-box {
  position: relative;
  display: block;
  margin-bottom: 12px;
  padding: 6px 20px;
  font-weight: bold;
  font-size: 13px;
  font-size: 1.3rem;
  text-shadow: 0 1px rgba(255, 255, 255, 0.9);
  border: 1px solid;
}
.alert-box a.close {
  position: absolute;
  right: 4px;
  top: 0;
  padding: 4px;
  font-size: 18px;
  font-size: 1.8rem;
}

/* TABS */
ul.tabs {
  display: block;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid;
}
ul.tabs li {
  display: block;
  width: auto;
  padding: 0;
  float: left;
  height: 60px;
}
ul.tabs li a {
  display: block;
  width: auto;
  padding: 9px 20px 10px;
  border-top: 3px solid;
  margin: 0 -1px 0 0;
}
ul.tabs li a.active {
  border-style: solid;
  margin-top: 5px;
  padding-top: 6px;
  padding-bottom: 10px;
  border-width: 1px 1px 1px;
}
ul.tabs li a span.meta-title {
  display: block;
  font-weight: bold;
}
ul.tabs-content {
  margin: 0;
  display: block;
  clear: both;
}
ul.tabs-content  > li {
  display: none;
}
ul.tabs-content  > li.active {
  display: block;
}
dl.contained {
  margin-bottom: 0;
}
.entry-content ul.tabs {
  height: 28px;
  margin-bottom: 30px;
  border-bottom: 1px solid;
}
.entry-content ul.tabs li {
  height: 28px;
  margin-bottom: 5px;
}
.entry-content ul.tabs li a {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 28px;
  padding: 0 10px;
  border: none;
}
.entry-content ul.tabs li a.active {
  padding: 0 10px;
  margin: 0 -1px 0 0;
  border-bottom: 3px solid;
}
.entry-content ul.tabs-content {
  margin-bottom: 1.625em;
}

/* PANELS */
div.panel {
  font-weight: 200;
  padding: 15px 20px;
  margin-bottom: 24px;
  border: 1px solid;
}

/* VCARDS */
ul.vcard {
  padding-bottom: 14px;
  line-height: 21px;
  display: inline-block;
  margin: 0 0 24px 0;
  border: 1px solid;
  font-size: 14px;
  font-size: 1.4rem;
}
ul.vcard li {
  margin: 0;
  padding: 0 20px;
  display: block;
}
ul.vcard li.vcheading {
  border-bottom: 1px solid;
  padding: 7px 20px;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 10px;
  font-weight: bold;
}

/* contact pages */
.whole ul.vcard { width: 100%; }

ul.vcard li.vccompany {
  font-size: 1.5rem;
  font-weight: bold;
  margin: 15px 0 10px 0;
}

ul.vcard li.vcname {
  margin: 15px 0 0 0;
  font-weight: bold;
}

/* SCREENINGS */
.screenings .one-half {
  overflow: visible;	
}
.screenings .entry-content ul.tabs li a {
  font-size: 16px;
  font-size: 1.6rem;
}
.screenings .entry-content ul.tabs li a.active,
.screenings .entry-content ul.tabs li a:hover {
  border-bottom: 4px solid;
}
.screenings ul.vcard {
  width: 100%;	
}
.screenings ul.vcard li {
  padding: 0 10px;	
}
.screenings ul.vcard li.vcheading {
  padding: 10px 12px;
  font-size: 18px;
  font-size: 1.8rem;
}
.screenings ul.vcard li.vcdate {
  margin: 15px 0 10px 0;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}
.screenings ul.vcard li.vcvenue {
  margin: 10px 0 15px 0;
  font-size: 16px;
  font-size: 1.6rem;
}
.screenings ul.vcard li.vcbutton .button {
  margin: 10px 0;
}
.screenings ul.vcard li.vcnobutton {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
}
.screenings ul.vcard li.vccomment {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.1em;
  font-style: italic;
  margin: 10px 0;
}
.screenings ul.vcard li.nopadding {
  padding: 0;	
}

.screenings dl dt {
  margin: 15px 0 10px 0;
  padding: 2px 10px;
  font-weight: bold;  
  background-color: #f5f5f5; 
}
.screenings dl dd {
  margin: 10px 10px 15px; 
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.2em;	
}
.screenings dl dd strong {
  color: #656565;	
}
.screenings dl dd .discussion {
  display: block;
  height:20px;
  padding-left:35px;
  margin-top:5px;
  text-transform:uppercase;
  font-weight:bold;
  font-size:0.8em;
  background:url(images/discussionicon.gif) no-repeat;
}

.screenings hr.bottom {
  margin: 30px 0 15px;	
}

.screenings .past p {
  margin-bottom: 1em;
}
.screenings .past p span {
  margin: 0 10px;	
}
.screenings .past p span.venue {
  font-weight: bold;	
}
.screenings .past h2 {
  margin-bottom: 10px;
  margin-left: 10px;
}

.screenings .past table {
  width: 100%;
}
.screenings .past table tbody {
  background-color: #f5f5f5;
}
.screenings .past table th {
  padding: 9px 10px;
  font-size: 1.4rem;
  line-height: 18px;
  font-weight: bold;
  border-bottom: 1px dotted #E3E3E3;
}

.screenings .past table th,
.screenings .past table tbody tr.even {
  background-color: #ffffff;
}
.screenings .past table tbody td.venue {
  width: 45%;
  font-weight: bold;
}
.screenings .past table tbody td.location {
  /*width: 50%;*/
}
.screenings .past table tbody td.date {
  /*width: 20%;*/
  text-align:right;
}


p.vevent span.summary {
  font-weight: bold;
}
p.vevent abbr {
  cursor: default;
  text-decoration: none;
  font-weight: bold;
  border: none;
  padding: 0 1px;
}
/* DROPDOWNS */
.dropdown dd,
.dropdown dt,
.dropdown ul {
  margin: 0;
  padding: 0;
}
.dropdown dt a {
  position: relative;
  display: block;
  width: 135px;
  padding-right: 40px;
  border: 1px solid;
  line-height: 1.3em;
}
.dropdown dt a:after {
  position: absolute;
  top: 5px;
  right: 0;
  content: "▼";
  font-size: 11px;
  font-size: 1.1rem;
  border-left: 1px solid;
  padding: 0 7px;
}
.dropdown dt a:hover {
  border: 1px solid;
}
.dropdown dt a span {
  cursor: pointer;
  display: block;
  padding: 5px 10px;
}
.dropdown dd {
  position: relative;
  z-index: 99;
}
.dropdown dd ul {
  display: none;
  left: 0px;
  padding: 2px 5px;
  position: absolute;
  top: 2px;
  width: auto;
  min-width: 140px;
  list-style: none;
  border: 1px solid;
}
.dropdown dd ul a {
  padding: 2px 5px;
  display: block;
}
/* FORMS
----------------------------------------------- */
/* GENERAL FORM STYLES */
:focus {
  outline: 0;
}
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 {
  position: relative;
  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"] {
  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 !important;
  list-style: none;
}
label {
  display: block;
  margin-top: 20px;
  margin-bottom: 5px;
  font-weight: normal;
  line-height: 18px;
  font-size: 14px;
  font-size: 1.4rem;
}
#FSContact1, #FSContact2 {
	width: 60%;
	max-width: 100%;
}
#si_contact_form1 input[type="text"], 
#si_contact_form2 input[type="text"],
#si_contact_form1 input[type="email"],
#si_contact_form2 input[type="email"]{
	width: 100%;
}

@media only screen and (max-width: 480px) {
	#FSContact1, 
	#FSContact2 { width: 70%; max-width: 70%; }
	#si_contact_form1 textarea, 
	#si_contact_form2 textarea { width: 100%; }
}
@media only screen and (max-width: 320px) {
	#FSContact1, #FSContact2 { width: 90%; max-width: 90%; }
}
#si_contact_form1 input[type="email"],
#si_contact_form2 input[type="email"] {
	padding: 6px;
}
#si_contact_form2 p.screening-dates {
	font-size: 1.6rem;
	line-height: 24px;
	margin: 1.625em 0 0 0;	
}
input,
textarea,
button {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 20px;
  border: 3px solid;
}
input[type="radio"] + label,
input[type="checkbox"] + label,
input[type="file"] + label {
  margin-top: 0;
  display: inline-block;
  font-weight: normal;
}
input[type="radio"] {
  margin: 0px 4px 3px 1px;
  top: -1px;
}
input[type="checkbox"] {
  margin: 0px 4px 3px 1px;
  top: -2px;
}
input[type="text"],
textarea {
  padding: 5px 6px;
}
.ie input {
  height: 22px;
  padding: 3px 10px;
}
button,
#submit,
input[type="submit"] {
  cursor: pointer;
  width: auto;
  padding: 5px 10px;
  font-weight: bold;
  border: 3px solid;
}
form input[type="submit"] {
  margin: 0 10px 0 0;
  font-size: 18px;
    padding: 11px 28px 13px;
    width: auto;
	background-color: #3399cc;
    color: #ffffff !important;
	border: none;
}
form div { 
  font-size: 11px;
  font-size: 1.1rem;
}
#fscf_captcha_field1 label {
	margin-top: 0;
}


/* GRAVITY FORMS */
.gform_wrapper {
  /* General */

  /* Multi-Select */

  /* Date and Time */

  /* Date Picker */

  /* File */

  /* GForm Footer */

}
.gform_wrapper button,
.gform_wrapper input,
.gform_wrapper textarea {
  margin-bottom: 0;
}
.gform_wrapper textarea {
  width: 96%;
}
.gform_wrapper .gform_fields {
  margin-bottom: 20px !important;
}
.gform_wrapper .gfield {
  clear: both;
  display: block;
}
.gform_wrapper .gfield:before,
.gform_wrapper .gfield:after {
  content: "";
  display: table;
}
.gform_wrapper .gfield:after {
  clear: both;
}
.gform_wrapper .ginput_full input {
  width: 96%;
}
.gform_wrapper .ginput_left,
.gform_wrapper .input_right {
  float: left;
}
.gform_wrapper .ginput_complex input,
.gform_wrapper .ginput_complex label {
  margin: 0 10px 3px 0;
}
.gform_wrapper .ginput_complex label {
  color: #777;
  font-weight: normal;
  margin: 0;
}
.gform_wrapper .ginput_complex .ginput_left,
.gform_wrapper .ginput_complex .ginput_right {
  display: inline;
}
.gform_wrapper .clear-multi {
  overflow: hidden;
}
.gform_wrapper select[multiple="multiple"] {
  font-size: 14px;
  padding: 5px;
  border: 3px solid #e3e3e3;
}
.gform_wrapper select[multiple="multiple"] option {
  color: #555;
}
.gform_wrapper select[multiple="multiple"] option:focus {
  font-weight: bold;
}
.gform_wrapper .gfield_time_hour,
.gform_wrapper .gfield_time_minute {
  float: left;
  margin-right: 4px;
}
.gform_wrapper .gfield_time_hour input,
.gform_wrapper .gfield_time_minute input {
  text-align: center;
  width: 20px;
  margin-bottom: 3px;
}
.gform_wrapper .gfield_time_hour label,
.gform_wrapper .gfield_time_minute label {
  color: #777;
  font-weight: normal;
  margin: 0;
}
.gform_wrapper .gfield_time_ampm select {
  margin-left: 5px;
}
.gform_wrapper .datepicker_with_icon {
  margin-right: 4px;
}
.gform_wrapper .ui-datepicker-trigger1 {
  position: relative;
  top: 4px;
}
.gform_wrapper input[type="file"] {
  padding: 6px;
}
.gform_wrapper .gform_footer {
  margin-bottom: 40px;
}
/* SHARED STYLES
----------------------------------------------- */
/* COLUMNS */
.whole {
  width: 99%;
}
.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;
}
/* specific to Press Kit page */
#post-40 .one-half {
  margin-bottom: 0;	
}

.last {
  margin-right: 0 !important;
  clear: right;
}
body {
  padding-top: 50px;
}
.container {
  position: relative;
  z-index: 2;
}
/** Background Image */
#bg-image {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -100000;
}
.bg-image-width {
  width: 100%;
}
.bg-image-height {
  height: 100%;
}
/* NAVIGATION
----------------------------------------------- */
#primary-nav {
  min-height: 40px;
  float: left;
  width: 100%;
  position: relative;
  /* Dropdowns */

  /* Styles */

}
#primary-nav .nav {
  clear: left;
  float: left;
  position: relative;
  left: 50%;
  text-align: center;
}
#primary-nav .nav ul {
  left: auto;
  text-align: left;
}
#primary-nav .nav ul li {
  right: auto;
}
#primary-nav .nav li {
  right: 50%;
}
#primary-nav a {
  position: relative;
}
#primary-nav li {
  float: left;
  display: inline;
  position: relative;
}
#primary-nav li:hover {
  visibility: inherit;
}
#primary-nav li li {
  width: 190px;
}
#primary-nav ul ul {
  width: 190px;
  position: absolute;
  display: none;
}
#primary-nav li:hover ul {
  display: block;
  left: 0;
  top: 41px;
  z-index: 99;
}
#primary-nav li:hover li ul,
#primary-nav li li:hover li ul,
#primary-nav li li li:hover li ul {
  display: none;
}
#primary-nav li li:hover ul,
#primary-nav li li li:hover ul,
#primary-nav li li li li:hover ul {
  display: block;
  left: 160px;
  top: -10px;
}
#primary-nav a {
  padding: 11px 13px;
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 41px;
  text-transform: uppercase;
}
#primary-nav ul {
  margin-bottom: -3px;
  /* First Level */

}
#primary-nav ul li:first-child {
  border-left: none;
}
#primary-nav ul li:last-child {
  border-right: none;
}
#primary-nav ul ul {
  border-top: 3px solid;
  padding: 7px 0 10px;
  /* Second Level */

}
#primary-nav ul ul ul {
  padding: 10px 0;
  border-top: none;
  border-left: 3px solid;
}
#primary-nav ul ul ul:before {
  content: "◀";
  position: absolute;
  top: 10px;
  left: -13px;
}
#primary-nav li {
  float: left;
  margin: 0;
  border-bottom: 3px solid;
  /* First Level */

}
#primary-nav li:first-child a {
  border-left: none;
}
#primary-nav li:last-child a {
  border-right: none;
}
#primary-nav li a {
  border-left: 1px solid;
  border-right: 1px solid;
}
#primary-nav li li {
  font-size: 12px;
  font-size: 1.2rem;
  border: none;
}
#primary-nav li li:hover {
  border-bottom: none;
}
#primary-nav li li a {
  border: none;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.2em;
  padding: 5px 15px 6px;
  display: block;
  background: none;
}
#primary-nav li li a:hover {
  background: none;
  padding-left: 17px;
}
#primary-nav .current-menu-item,
#primary-nav .current-menu-ancestor {
  border-bottom: 3px solid;
}
#primary-nav li.menu-item.amazon  > a,
#primary-nav li.menu-item.facebook  > a,
#primary-nav li.menu-item.flickr  > a,
#primary-nav li.menu-item.lastfm  > a,
#primary-nav li.menu-item.itunes  > a,
#primary-nav li.menu-item.myspace  > a,
#primary-nav li.menu-item.rss  > a,
#primary-nav li.menu-item.twitter  > a,
#primary-nav li.menu-item.youtube  > a,
#primary-nav li.menu-item.vimeo  > a,
#primary-nav li.menu-item.soundcloud  > a,
#primary-nav li.menu-item.bandcamp  > a {
  filter: alpha(opacity=75);
  -khtml-opacity: 0.75;
  -moz-opacity: 0.75;
  opacity: 0.75;
  text-indent: -999em;
  padding: 10px;
  display: block;
  width: 21px;
  height: 21px;
  line-height: 21px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-image: url(images/icons-media2.png);
}
#primary-nav li.menu-item.amazon  > a:hover,
#primary-nav li.menu-item.facebook  > a:hover,
#primary-nav li.menu-item.flickr  > a:hover,
#primary-nav li.menu-item.lastfm  > a:hover,
#primary-nav li.menu-item.itunes  > a:hover,
#primary-nav li.menu-item.myspace  > a:hover,
#primary-nav li.menu-item.rss  > a:hover,
#primary-nav li.menu-item.twitter  > a:hover,
#primary-nav li.menu-item.youtube  > a:hover,
#primary-nav li.menu-item.vimeo  > a:hover,
#primary-nav li.menu-item.soundcloud  > a:hover,
#primary-nav li.menu-item.bandcamp  > a:hover {
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  background-color: transparent;
}
#primary-nav li.menu-item.amazon a {
  background-position: 10px 10px;
}
#primary-nav li.menu-item.bandcamp a {
  background-position: -20px -20px;
}
#primary-nav li.menu-item.facebook a {
  background-position: -50px -50px;
}
#primary-nav li.menu-item.flickr a {
  background-position: -75px -80px;
}
#primary-nav li.menu-item.itunes a {
  background-position: -110px -110px;
}
#primary-nav li.menu-item.lastfm a {
  background-position: -140px -140px;
}
#primary-nav li.menu-item.myspace a {
  background-position: -170px -170px;
}
#primary-nav li.menu-item.rss a {
  background-position: -200px -200px;
}
#primary-nav li.menu-item.soundcloud a {
  background-position: -230px -230px;
}
#primary-nav li.menu-item.twitter a {
  background-position: -260px -260px;
}
#primary-nav li.menu-item.vimeo a {
  background-position: -290px -290px;
}
#primary-nav li.menu-item.youtube a {
  background-position: -320px -320px;
}
#primary-nav .menu-item-social-bartender {
  line-height: 21px;
  height: 21px;
  padding: 10px 0;
}
#primary-nav .menu-item-social-bartender a {
  line-height: 21px;
  padding: 0 10px;
}
#primary-nav .menu-item-social-bartender img {
  display: inline-block;
}
/* MOBILE SELECT MENUT */
#primary-nav .select,
#primary-nav select.select-menu {
  display: none;
}
#primary-nav .select {
  z-index: 1;
  float: left;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -150px;
  width: 300px;
  height: 41px;
  line-height: 41px;
  font-size: 14px;
  text-indent: 10px;
  cursor: default;
  text-indent: 15px;
  border: 1px solid;
  font-weight: bold;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
}
#primary-nav .select:before {
  content: "▼";
  padding-right: 5px;
}
/* BRANDING
----------------------------------------------- */
#branding {
  width: 100%;
  position: fixed;
  top: 0;
  /* temporary adjustment for display in wordpress interface top: 28px; */
  left: 0;
  z-index: 999;
  border-bottom: 3px solid;
  padding: 0;
}
/*#site-info {
  text-align: center;
  margin-top: 15px;*/
  /* temporary adjustment for display in wordpress interface margin-top: 28px; */
  /*margin-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
}*/
#site-info {
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
    padding-top: 15px;
    text-align: right;
}
#site-title {
  margin: 0 auto;
  text-align:center;
}
#site-title .image-logo a,
#site-title .image-logo img {
  display: inline-block;
}
#site-title .text-logo {
  font-size: 80px;
  font-size: 8rem;
  line-height: 1em;
  font-style: italic;
}
#site-description {
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 21px;
  margin: 0;
  font-style: italic;
}
/* MAIN CONTENT
----------------------------------------------- */
#main {
  margin-top: 20px;
  padding-left: 0;
  padding-right: 0;
}
.entry {
  position: relative;
  margin-bottom: 50px;
}
.entry-image img {
  display: block;
  margin: 0 auto;
}
.entry-image,
.entry-video {
  padding: 20px;
}
.entry-side {
  position: absolute;
  top: 22px;
  left: -60px;
  width: 40px;
  text-align: center;
}
.entry-header {
  border-style: solid;
  border-width: 1px 1px 5px;
  padding: 3% 6% 0;
}
.entry-header .entry-subheader {
  border-bottom: 1px solid;
  margin-bottom: 0;
}
.entry-subheader a:hover {
  text-decoration: underline;
}
.entry-subheader .flexslider-wrap,
.entry-gallery .flexslider-wrap {
  padding: 20px;
}
.entry-subheader .flex-direction-nav,
.entry-gallery .flex-direction-nav {
  top: 20px;
  left: -40px;
}
.entry-subheader .flex-control-nav,
.entry-gallery .flex-control-nav {
  top: 22px;
  left: 10px;
}
.excerpt.format .entry-header .entry-subheader {
  border-bottom: 1px solid;
}
.excerpt.no-format .entry-header .entry-subheader {
  border-bottom: none;
}
.format-standard .entry-content,
.format-chat .entry-content,
.format-aside .entry-content,
.format-status .entry-content,
.excerpt .entry-content,
.format .entry-content {
  border-top-color: #ffffff;
}
.entry-content {
  position: relative;
  padding: 4.5% 6%;
  /*border: 1px solid;*/
}
/* specific to Screenings page */
/*.page-template-template-events-php .entry-content {
  padding-bottom: 0;
}
.screenings .entry-content {
  padding: 4.5%;	
}*/
.entry-content .wp-embed,
.entry-content .flexslider-wrap {
  margin-bottom: 24px;
}
/* META INFO
----------------------------------------------- */
.entry-meta {
  position: relative;
  top: -5px;
  clear: both;
  border: 1px solid;
}
.entry-meta .tabs {
  padding: 0 20px;
  line-height: 19px;
  font-style: italic;
}
.entry-meta .tabs span.meta-title {
  font-size: 14px;
  font-size: 1.4rem;
}
.entry-meta .tabs-content {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 22px;
  list-style: none;
}
.entry-meta .tabs-content .entry {
  margin-bottom: 20px;
}
.entry-meta .tabs-content .row:last-child .entry {
  margin-bottom: 0;
}
.author-meta {
  padding: 20px 40px;
}
.author-meta p {
  margin-bottom: 0;
}
.author-meta img {
  display: block;
}
.author-meta .sep {
  display: inline-block;
  height: 11px;
  width: 1px;
  padding-right: 5px;
  margin-left: 7px;
  border-left: 1px solid;
}
.author-meta .author-avatar {
  float: left;
  padding: 2px 0 0 0;
  margin-right: 20px;
}
.author-meta .author-description {
  overflow: hidden;
}
.author-meta .author-links {
  display: block;
  padding-top: 10px;
  font-style: italic;
}
.popular-meta ul,
.related-meta ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.popular-meta li,
.related-meta li {
  clear: left;
  overflow: hidden;
  padding: 15px 6% 13px;
  border-bottom: 1px solid;
}
.popular-meta li:last-child,
.related-meta li:last-child {
  border-bottom: none;
}
.popular-meta .title,
.related-meta .title {
  margin-bottom: 10px;
}
.popular-meta .title:hover:after,
.related-meta .title:hover:after {
  content: "\0000a0→";
}
.popular-meta .posted-on,
.related-meta .posted-on {
  margin: -10px 0 0 0;
}
.popular-meta p,
.related-meta p {
  margin-top: 5px;
  margin-bottom: 0;
}
.popular-meta .title,
.popular-meta .rating,
.popular-meta .heart {
  display: inline-block;
}
.popular-meta .rating {
  margin-top: 3px;
  float: right;
  font-style: italic;
  font-weight: bold;
  font-size: 13px;
  font-size: 1.3rem;
  padding: 0 6px 2px 5px;
  line-height: 14px;
}
.popular-meta .heart {
  font-size: 16px;
  font-size: 1.6rem;
}
.related-meta .title,
.related-meta .rating,
.related-meta .heart {
  display: inline-block;
}
.related-meta .format-type {
  margin-top: 3px;
  float: right;
  font-weight: bold;
  font-size: 13px;
  font-size: 1.3rem;
  padding: 2px 6px 3px;
  line-height: 14px;
}
.more-link {
  font-size: 14px;
  font-size: 1.4rem;
}
/* .more-link styled as medium radius button */
.more-link {
  display: block;
  width: auto;
  float: right;
  line-height: 1em;
  margin: 0 0 10px 0;
  padding: 3px 13px 4px;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  line-height: 1.7em;
  text-transform: uppercase;
  position: relative;
  cursor: pointer;
  border: none;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

.posted-on,
.posted-in {
  font-size: 13px;
  font-size: 1.3rem;
}
.posted-on a,
.posted-in a {
  font-weight: bold !important;
}
.posted-on a:hover,
.posted-in a:hover {
  text-decoration: underline;
}
.posted-on {
  margin-top: -15px;
}
.post-edit-link {
  float: right;
  line-height: 1em;
  margin-top: 4px;
  padding: 5px 8px 6px;
  border: 1px solid;
  font-weight: bold;
  font-size: 13px;
  font-size: 1.3rem;
}
/* COMMENTS
----------------------------------------------- */
.comments-meta {
  padding: 0 !important;
}
#comments {
  margin-bottom: 0;
}
#comments .comment-pagination {
  line-height: 1em;
  padding: 0 6% 8px;
  clear: both;
  text-align: right;
  margin-bottom: 8px;
}
#comments .comment-pagination .pages {
  float: left;
}
#comments .comment-pagination .pages .of {
  font-style: italic;
}
#comments .comment-pagination .page-numbers {
  font-weight: bold;
  padding: 0 2px;
  margin: 0 2px;
}
#comments .comment-pagination .current,
#comments .comment-pagination .total {
  font-weight: bold;
}
.comment-title-wrap,
.pingback-title-wrap {
  padding: 20px 6% 10px;
  margin: 0;
}
.pingback-title-wrap {
  padding-top: 20px;
  margin-bottom: 8px;
}
.comment-title,
.pingback-title,
#reply-title {
  margin: 0;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1em;
}
.leave-comment-link {
  float: right;
  font-weight: bold;
  line-height: 16px;
}
.commentlist {
  margin: 0;
  list-style-type: none;
}
.commentlist ul {
  margin: 0;
  padding: 0;
}
.commentlist li {
  padding: 0;
}
.commentlist li li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}
.commentlist li li .comment-head,
.commentlist li li .comment-body {
  margin-left: 60px;
}
.commentlist li li li .comment-head,
.commentlist li li li .comment-body {
  margin-left: 80px;
}
.commentlist li li li li .comment-head,
.commentlist li li li li .comment-body {
  margin-left: 100px;
}
.seperation-border {
  border-top: 1px solid;
  border-bottom: 1px solid;
}
.children {
  list-style-type: none;
}
.children .comment {
  margin-bottom: 0;
  border-bottom: none;
}
.children .comment-meta:before {
  position: absolute;
  left: -22px;
  top: 6px;
  content: "↳";
  font-style: normal;
}
.comment {
  margin: 0;
}
.comment .comment-body *:last-child {
  margin-bottom: 0;
}
.comment-head,
.comment-body {
  margin-left: 6%;
  margin-right: 6%;
}
.comment-head {
  position: relative;
}
.comment-number {
  position: absolute;
  left: -14.1%;
  top: -6px;
  width: 38px;
  height: 38px;
  line-height: 38px;
  font-weight: bold;
  text-align: center;
  border: 1px solid;
  font-size: 16px;
  font-size: 1.6rem;
}
.comment-meta {
  margin: 0 0 12px 0;
  position: relative;
  font-style: italic;
  line-height: 1em;
}
.comment-meta a {
  padding: 0;
}
.comment-meta a.url:after {
  content: "\0A\221E";
}
.comment-author-avatar {
  position: relative;
  z-index: 99;
  float: right;
  margin: 2px 0 0 0;
}
.comment-author-avatar a {
  display: block;
}
.comment-author-name {
  display: block;
  font-weight: bold;
  font-style: normal;
  padding: 2px 0 4px;
  margin: 0;
}
.comment-author-name a {
  padding: 0;
}
.comment-author-name a.url:after {
  content: "\0A\221E";
}
.comment-date {
  display: inline-block;
  padding: 3px 0;
}
.comment-body {
  position: relative;
  margin-left: 6%;
  padding-bottom: 20px;
}
.comment-body ul,
.comment-body ol {
  margin: 0 0 24px 1.5em;
  padding: 0;
  list-style: disc;
  background: none;
}
.comment-body ul ul,
.comment-body ol ul,
.comment-body ul ol,
.comment-body ol ol {
  margin: 0;
}
.comment-body ul li,
.comment-body ol li {
  padding: 0;
}
.comment-field {
  margin-bottom: 20px;
}
.pinglist {
  margin: 0;
  padding-bottom: 12px;
  list-style: none;
}
.pinglist ul {
  margin: 0;
}
/* No Pings */
p.pinglist {
  padding-bottom: 0;
}
p.pinglist .ping {
  padding: 0 6%;
}
.ping {
  margin: 0 0 7px;
  padding: 0;
}
.ping:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.ping a {
  padding: 0 6%;
}
.ping a:after {
  content: "\0A\221E";
}
.ping .seperation-border {
  margin-bottom: 7px;
}
#reply-title {
  margin: 0 0 20px;
}
.cancel-comment-reply {
  float: right;
  font-size: 13px;
  font-size: 1.3rem;
}
.cancel-comment-reply:before {
  content: "\2718\0A";
}
#respond {
  padding: 0px 6% !important;
}
#respond h3 {
  margin-top: 0 !important;
}
#respond .comment-form-author,
#respond .comment-form-email,
#respond .comment-form-url,
#respond .comment-form-comment {
  position: relative;
}
#respond .comment-form-author label,
#respond .comment-form-email label,
#respond .comment-form-url label,
#respond .comment-form-comment label {
  z-index: 1;
  position: absolute;
  top: 3px;
  left: 3px;
  display: inline-block;
  font-size: 13px;
  font-size: 1.3rem;
  min-width: 65px;
  padding: 4px 10px;
  font-weight: bold;
}
#respond .comment-form-author label span,
#respond .comment-form-email label span,
#respond .comment-form-url label span,
#respond .comment-form-comment label span {
  font-weight: bold;
  margin-left: 5px;
}
#respond label {
  margin: 0;
}
#respond input[type="text"],
#respond textarea {
  position: relative;
  text-indent: 85px;
}
#respond input[type="text"]:focus,
#respond textarea:focus {
  text-indent: 0;
  z-index: 2;
}
#respond input[type="text"] {
  width: 50%;
  margin-right: 10px;
}
#respond textarea {
  resize: vertical;
  width: 95%;
}
#respond p {
  margin-bottom: 14px;
}
li #respond {
  margin: 20px 0 0;
  overflow: hidden;
}
#commentform {
  margin: 20px 0;
}
.comments-rss {
  font-size: 14px;
  font-size: 1.4rem;
  float: right;
  height: 20px;
  font-style: italic;
}
.comments-rss span {
  padding: 1px 3px;
  margin-right: 3px;
  text-shadow: none;
  font-size: 12px;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: bold;
  color: #000;
  background: orange;
}
.nocomments {
  margin: 0;
  padding: 10px 0;
  font-weight: bold;
  font-style: italic;
}
/* POST FORMATS
----------------------------------------------- */
/* QUOTE */
.format-quote blockquote {
  border: none;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 15px;
}
.format-quote blockquote p {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1.3;
}
.format-quote blockquote:before {
  top: 20px;
}
.format-quote .entry-content {
  border-top: 5px solid;
}
/* CHAT */
.format-chat .dialogue {
  margin-left: 0;
  list-style: none;
}
.format-chat .dialogue li {
  padding: .5em 0 .4375em;
  border-bottom: 1px dotted;
}
.format-chat .dialogue .label {
  margin-right: 10px;
}
/* STATUS */
.format-status .entry-subheader {
  padding: 0;
}
.format-status .entry-content {
  border-top: 5px solid;
}
.format-status .status-avatar {
  float: left;
  margin-right: 20px;
}
.format-status .status-text {
  overflow: hidden;
}
.format-status .posted-on {
  margin-top: 10px !important;
}
/* SHARING LINKS
----------------------------------------------- */
.share {
  list-style: none;
  margin: 18px 20px 0 0;
  float: right;
}
.share li {
  float: left;
  margin: 0 0 0 10px;
}
.entry-sharing {
  float: right;
  position: relative;
  z-index: 99;
  width: 38px;
  padding: 5px 0;
  margin: 25px -37px -7px 0;
  list-style: none;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-right: 1px solid;
}
.entry-sharing li {
  width: 21px;
  height: 21px;
  display: block;
  margin: 8px auto;
}
.entry-sharing a {
  position: relative;
  display: block;
  width: 21px;
  height: 21px;
  line-height: 21px;
  overflow: hidden;
}
.entry-sharing .like-it-up a .heart {
  font-size: 34px;
  font-size: 3.4rem;
}
.entry-sharing .like-it-up a .post-rating {
  display: block;
  font-weight: bold;
  font-style: italic;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  width: 100%;
  font-size: 12px;
  font-size: 1.2rem;
}
.entry-sharing .twitter a {
  text-transform: lowercase;
  text-indent: 6px;
  letter-spacing: 40px;
  font: bold 19px/1 Tahoma, sans-serif;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}
.entry-sharing .twitter a:hover {
  background: #88e1e6;
}
.entry-sharing .facebook a {
  text-transform: lowercase;
  text-indent: 10px;
  letter-spacing: 10px;
  font: bold 21px/23px Arial, sans-serif;
  color: #fff;
}
.entry-sharing .facebook a:hover {
  background: #3b5998;
}
.entry-sharing .google a {
  margin: 0;
  text-transform: lowercase;
  text-indent: -3px;
  letter-spacing: 0;
  font: 27px/20px Georgia, Times New Roman, Times, serif;
  line-height: 15px !important;
  color: #fff;
}
.entry-sharing .google a span {
  position: absolute;
  top: -1px;
  left: 13px;
  font-size: 14px;
  font-weight: bolder;
}
.entry-sharing .google a:hover {
  background: #ED301B;
}
.single-attachment .entry-sharing {
  right: -2px;
  margin-left: 0;
}
/* PAGINATION
----------------------------------------------- */
#nav-below {
  margin-bottom: 40px;
}
#single-navigation a {
  font-weight: bold;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 14px;
  z-index: 9999;
  margin-bottom: 20px;
  display: inline-block;
  padding: 8px 18px 9px;
  border: solid 1px;
  color: #555555;
  border-color: #e3e3e3;
  background: #f5f5f5;
}
#single-navigation a:hover {
  color: #222222;
}
#single-navigation .prev {
  margin-left: -15px;
  float: left;
}
#single-navigation .next {
  margin-right: -15px;
  float: right;
}
.pagenavi {
  clear: both;
  text-align: center;
  font-size: 1em;
  font-weight: bold;
  font-style: italic;
  margin-bottom: 45px;
}
.pagenavi a,
.pagenavi span {
  display: inline-block;
  text-align: center;
  padding: 1px 11px;
  min-width: 10px;
}
.pagenavi .dots {
  padding: 1px 7px;
}
.pagenavi .nav-previous {
  float: left;
}
.pagenavi .nav-next {
  float: right;
}
.pagenavi .page-numbers {
  border: 1px solid;
  margin: 0 2px;
}
.pagenavi .prev,
.pagenavi .next {
  font-style: normal;
}
.pagelinks {
  clear: both;
  text-align: center;
  font-weight: bold;
  font-style: italic;
}
.pagelinks span {
  display: inline-block;
  margin-bottom: 5px;
}
.pagelinks .page-numbers {
  padding: 0 10px;
  border: 1px solid;
  min-width: 10px;
}
.pagelinks a {
  font-weight: bold;
}
.pagelinks a .page-numbers {
  font-weight: normal;
  background: none;
}
/* IMAGES & ALIGNMENT
----------------------------------------------- */
img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
img#wpstats {
  display: block;
  margin: 0 auto 1.625em;
}
img[class="align"],
img[class*="wp-image-"] {
  height: auto;
}
.alignleft,
img.alignleft {
  display: inline;
  float: left;
  margin-right: 24px;
  margin-top: 4px;
}
.alignright,
img.alignright {
  display: inline;
  float: right;
  margin-left: 24px;
  margin-top: 4px;
}
.aligncenter,
img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
  margin-bottom: 12px;
}
.entry-attachment {
  text-align: center;
  padding: 40px;
}
.entry-attachment .entry-caption {
  margin-top: 20px;
}
/* GALLERY
----------------------------------------------- */
.gallery {
  clear: both;
  content: "";
  display: table;
  margin: 0 auto 40px;
}
.gallery .clearfix {
  clear: both;
}
.gallery img {
  display: block;
  padding: 5%;
  border: 1px solid;
  margin: 0 auto;
  height: auto;
}
.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: 560px;
  padding-left: 0;
  padding-right: 0;
}
.gallery-columns-1 img {
  max-width: 96.6%;
  padding: 1.7%;
}
.gallery-columns-2 .gallery-item {
  width: 46%;
}
.gallery-columns-2 img {
  width: 93.7%;
  max-width: 93.7%;
  height: auto;
  padding: 3%;
}
.gallery-columns-3 .gallery-item {
  width: 29%;
}
.gallery-columns-3 img {
  max-width: 90.3%;
  padding: 5%;
}
.gallery-columns-4 .gallery-item {
  width: 21%;
}
.gallery-columns-4 img {
  max-width: 86.9%;
  padding: 6.5%;
}
.gallery-columns-5 .gallery-item {
  width: 16%;
}
.gallery-columns-5 img {
  padding: 7.5%;
  max-width: 85%;
}
.gallery-columns-5 .wp-caption-text {
  display: none;
}
.gallery-columns-6 .gallery-item {
  width: 12.8%;
}
.gallery-columns-6 img {
  padding: 8%;
  max-width: 83.8%;
}
.gallery-columns-6 .wp-caption-text {
  display: none;
}
.gallery-columns-6 br {
  display: none;
}
.wp-caption-text,
.gallery-caption {
  text-align: center;
  font-style: italic;
  margin-top: 5px;
  line-height: 1.2em;
}
.wp-caption {
  max-width: 100% !important;
}
.css3.gallery .gallery-item {
  padding-bottom: 6%;
}
.css3.gallery .gallery-item:nth-child(3n) {
  position: relative;
  top: -5px;
}
.css3.gallery .gallery-item:nth-child(5n) {
  position: relative;
  right: 5px;
}
.css3.gallery .gallery-item:nth-child(8n) {
  position: relative;
  top: 8px;
  right: 5px;
}
.css3.gallery .gallery-item:nth-child(11n) {
  position: relative;
  top: 3px;
  left: -5px;
}
.css3.gallery .gallery-item:hover {
  position: relative;
  z-index: 99;
}
.css3.gallery .gallery-item a {
  display: block;
}
/* FLEXSLIDER (Slideshows)
----------------------------------------------- */
.flexslider {
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  zoom: 1;
}
.flexslider .slides {
  margin: 0;
  overflow: hidden;
  list-style: none;
  zoom: 1;
}
.flexslider .slides img {
  max-width: 100%;
  height: auto;
  display: block;
}
.flexslider .slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.flexslider .slides > li {
  margin: 0;
  position: relative;
  display: none;
  /* Hide the slides before the JS is loaded. Avoids image jumping */

}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .slides > li:first-child {
  display: block;
}
.flex-controls-container {
  position: relative;
  z-index: 999;
  width: 100%;
}
.flex-controls-container ul,
.flex-controls-container ol {
  margin-left: 0;
}
.flex-direction-nav {
  list-style: none;
  overflow: hidden;
  position: absolute;
  top: 0px;
  left: -79px;
  padding: 5px 0;
  margin: 0;
  border-style: solid;
  border-width: 1px;
}
.flex-direction-nav li {
  margin: 0;
}
.flex-direction-nav a {
  clear: both;
  display: block;
  width: 40px;
  line-height: 30px;
  text-align: center;
  font-weight: bold;
}
.flex-gallery-view {
  display: block;
  overflow: hidden;
  width: 20px !important;
  margin: 0 auto;
}
.flex-gallery-view span {
  display: block;
  float: left;
  width: 8px;
  height: 8px;
  margin: 1px;
}
.flex-control-nav {
  display: none;
  /* hide initially, controlled by JS */
  position: absolute;
  top: 0;
  left: -20px;
}
.flex-control-nav:before {
  content: "◀";
  position: absolute;
  top: 30px;
  left: -12px;
  color: #000000;
  color: rgba(0, 0, 0, 0.85);
}
.flex-control-nav .controls {
  margin: 0;
  padding: 1.0%;
  max-height: 223px;
  overflow-y: auto;
  background: #000000;
  background: rgba(0, 0, 0, 0.85);
}
.flex-control-nav .controls li {
  margin-bottom: 0;
  padding: 2.5%;
  width: 20%;
  float: left;
}
.flex-control-nav .controls img {
  position: relative;
  display: block;
  cursor: pointer;
  top: 0;
}
.flex-control-nav .controls img:hover {
  top: -2px;
}
.slide p {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #000000;
  background: rgba(0, 0, 0, 0.75);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
  margin: 0;
  zoom: 1;
  width: 97%;
  padding: 2%;
  line-height: 24px;
  color: #ffffff;
  font-style: italic;
  text-align: center;
}
.slide p span {
  display: inline-block;
}
/* LIGHTBOX (View.js)
----------------------------------------------- */
.viewer {
  background: #000000;
  background: rgba(0, 0, 0, 0.95);
}
.viewer .caption {
  visibility: hidden;
}
.viewer .current .caption {
  visibility: visible;
}
/* JPLAYER (Audio)
----------------------------------------------- */
.jp-audio {
  position: relative;
}
.jp-audio ul {
  margin: 0;
}
/* PLAYLIST */
.jp-playlist {
  position: relative;
  margin: 0;
}
ul.tracks {
  list-style: none;
  font-size: 14px;
  font-size: 1.4rem;
}
ul.tracks li {
  margin: 0;
}
ul.tracks li:last-child .jp-playlist-item {
  border-bottom: none;
}
ul.tracks li div {
  overflow: hidden;
}
ul.tracks a {
  display: block;
  font-weight: 600;
}
ul.tracks .jp-playlist-item {
  padding: 8px 6%;
  border-top: 1px solid;
  border-bottom: 1px solid;
}
ul.tracks .jp-playlist-item:hover {
  padding: 8px 6.5%;
}
ul.tracks .jp-playlist-current .jp-playlist-item,
ul.tracks .jp-playlist-current .jp-track-number {
  color: inherit;
}
ul.tracks .jp-playlist-current .jp-playlist-item {
  padding-left: 6%;
}
ul.tracks .jp-artist {
  margin-left: 3px;
  font-weight: normal;
  font-style: italic;
  font-size: 13px;
  font-size: 1.3rem;
}
.jp-playlist-item-remove {
  visibility: hidden;
  display: none !important;
}
.jp-track-number {
  float: left;
  margin-right: 8px;
  font-weight: bold;
}
.jp-track-title {
  display: block;
  overflow: hidden;
}
/* CONTROLS */
.jp-interface {
  display: none;
  position: absolute;
  top: 17px;
  left: -40px;
  padding: 5px 0;
  border-style: solid;
  border-width: 1px 0 1px 1px;
}
.jp-interface li {
  margin: 0;
}
.jp-interface a {
  clear: both;
  display: block;
  width: 40px;
  line-height: 30px;
  text-align: center;
  font-weight: bold;
}
.jp-pause {
  display: block;
  overflow: hidden;
  width: 16px !important;
  height: 30px !important;
  margin: 0 auto;
}
.jp-pause span {
  display: block;
  float: left;
  width: 4px;
  height: 14px;
  margin: 9px 2px;
}
/* NOW PLAYING */
.jp-now-playing {
  display: none;
  padding: 3.5% 6%;
  line-height: 24px;
  position: relative;
  min-height: 130px;
}
.jp-now-playing ul,
.jp-now-playing li {
  margin-bottom: 0;
}
.jp-now-playing .jp-current-artwork {
  max-width: 200px;
  margin: 0 auto;
}
.jp-now-playing .jp-current-artwork img {
  display: block;
  margin: 0 auto;
}
.jp-now-playing .jp-current-info {
  list-style: none;
  margin: 15px 0 0 20px;
}
.jp-now-playing .jp-current-track {
  font-weight: bold;
}
.jp-now-playing .jp-current-artist {
  font-weight: bold;
}
.jp-now-playing .jp-current-artist span {
  font-style: italic;
}
.jp-now-playing .jp-current-artist,
.jp-now-playing .jp-current-album {
  font-size: 14px;
  font-size: 1.4rem;
}
.jp-notification {
  display: none;
  padding: 3% 6%;
}
#jp-loading {
  display: block;
}
.animate-spin .jp-current-artwork:after {
  content: "◉";
  font-size: 42px;
  font-size: 4.2rem;
  line-height: 34px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -20px;
  margin-top: -17px;
}
/* PROGRESS BAR */
.jp-progress-wrap {
  width: 66%;
  height: 9px;
  margin-top: 11px;
}
.jp-progress,
.jp-seek-bar {
  position: relative;
}
.jp-progress {
  height: 7px;
  padding: 1px;
}
.jp-seek-bar {
  height: 7px;
  cursor: pointer;
}
.jp-play-bar {
  position: relative;
  height: 7px;
}
.jp-current-time-wrap {
  z-index: 2;
  position: absolute;
  top: 14px;
  right: -20px;
  line-height: 12px;
  font-size: 12px;
  font-size: 1.2rem;
}
.jp-current-time-wrap:after {
  position: absolute;
  text-shadow: none;
  z-index: 1;
  top: -8px;
  left: 50%;
  width: 10px;
  margin-left: -5px;
  text-align: center;
  content: "▲";
  font-size: 12px;
  font-size: 1.2rem;
}
.jp-current-time {
  position: relative;
  padding: 4px 6px;
  text-shadow: none;
}
/* ARCHIVE PAGES
----------------------------------------------- */
h1.archive-title {
  font-size: 1em;
  line-height: 1.5em;
  border-bottom: 1px solid;
}
h1.archive-title em {
  text-shadow: 0 1px 1px #ffffff;
  padding: 3px 8px 3px 7px;
}
.archive-list ul {
  margin: 0;
  list-style: none;
  display: inline;
}
.archive-list ul li {
  display: inline;
  line-height: 1.5em;
}
.archive-list ul li:after {
  content: "/";
  margin: 0 5px;
}
.archive.tag h1.archive-title,
.archive.category h1.archive-title {
  margin-bottom: 0;
}
.archive.tag h1.archive-title em,
.archive.category h1.archive-title em {
  border-style: solid;
  border-width: 1px 1px 0;
}
.archive.tag .archive-list,
.archive.category .archive-list {
  padding: 10px 15px;
  text-shadow: 0 1px 0 #fff;
  border-style: solid;
  border-width: 0 1px 1px;
}
/* ATTACHMENT PAGES
----------------------------------------------- */
.single-attachment .paging {
  position: relative;
  margin: 0;
  padding-bottom: 10px;
  list-style: none;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
}
.single-attachment .paging .prev,
.single-attachment .paging .next {
  position: absolute;
  top: 0;
}
.single-attachment .paging .prev {
  left: 0;
}
.single-attachment .paging .next {
  right: 0;
}
.single-attachment .paging .return {
  text-align: center;
}
/* SEARCH FORMS
----------------------------------------------- */
.search-form {
  position: relative;
}
.search-form .search-input {
  font-style: italic;
}
.search-form .search-input:focus {
  font-style: normal;
}
.search #uncontained,
.error404 #uncontained {
  text-align: center;
}
.search #uncontained .search-input,
.error404 #uncontained .search-input {
  margin-right: 5px;
  width: 400px;
}
#top-search {
  position: absolute;
  top: 41px;
  right: 20px;
  z-index: 99;
  padding: 3px;
}
#top-search input {
  margin: 0;
  float: left;
  border: none;
}
#top-search .search-input {
  padding-right: 40px;
  margin-right: 0;
  width: 100px;
}
#top-search .search-input:focus {
  width: 150px;
}
#top-search .search-submit {
  line-height: 18px;
  padding: 1px 6px 3px;
  margin: 4px 0 0 -30px;
}
/* PAGE TEMPLATES
----------------------------------------------- */
/* TEMPLATE: Uncontained */
#uncontained {
  padding: 35px 0 40px;
  border-style: solid;
  border-width: 1px 0;
  margin-bottom: 40px;
}
#uncontained .entry {
  margin-bottom: 0;
}
#uncontained .entry  > *:last-child {
  margin-bottom: 0;
}
#uncontained .entry-content {
  padding: 0;
  border: none;
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
#uncontained h1 {
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: normal;
  font-style: normal;
}
#uncontained h1 span {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1em;
}
#uncontained .flex-direction-nav {
  left: -62px;
}
/* TEMPLATE: Gallery */
.gallery-gallery .entry-thumbnails img {
  border-left: 1px solid;
  border-bottom: 1px solid;
}
.gallery-gallery .six.columns {
  width: 50%;
  margin: 0;
}
/* TEMPLATE: All Format Related Templates */
.gallery-blocks {
  padding-bottom: 30px;
}
.gallery-blocks .entry {
  margin-bottom: 0;
}
.gallery-blocks .entry-thumbnails {
  max-width: 200px;
  margin: 0 auto;
}
.gallery-blocks .entry-thumbnails img {
  margin: 0 auto;
  cursor: pointer;
}
.gallery-blocks .entry-thumbnails .wp-embed {
  margin-bottom: 0;
}
.gallery-blocks .no-posts {
  padding-top: 25px;
  text-align: center;
  font-weight: bold;
  font-style: italic;
}
.gallery-block {
  overflow: hidden;
  position: relative;
  font-size: 14px;
  font-size: 1.4rem;
}
.gallery-block .entry-thumbnails {
  margin-bottom: 10px;
}
.gallery-block img {
  cursor: pointer;
  display: block;
}
.gallery-block .details {
  text-align: center;
}
.gallery-block .details a {
  color: #555;
}
.gallery-block .details a:hover {
  color: #222;
}
.gallery-block h4, 
.gallery-block h5 {
  width: 100%;
  margin-bottom: 3px;
}
.gallery-block h6 {
  font-weight: bold;
  color: #999;
  margin-bottom: 10px;
}
a.videoanchor {
  position:relative;
  left: 0;
  top:-100px;
}
.block.row {
  /*margin: 10px 0 20px;*/
  margin: 10px 0 40px;
}
.page-template-template-images-php .details h6 {
  display: none;
}
.page-template-template-videos-php .gallery-blocks .entry-thumbnails {
  max-width: 100%;
}
/* TEMPLATE: Events */
.page-template-template-events-php .event-list {
  margin: 0 auto;
  position: relative;
  top: -5px;
  background: white;
  border: 1px solid;
  border-top: none;
}
.page-template-template-events-php #filter-list.dropdown {
  z-index: 999;
  font-weight: bold;
  font-size: 13px;
  font-size: 1.3rem;
  padding: 0 6%;
}
.page-template-template-events-php .month-year {
  padding: 0 6%;
  margin-bottom: 10px;
  border-bottom: 1px solid;
}
.page-template-template-events-php .month-year .heading {
  margin: 20px 0 0;
}
.page-template-template-events-php .date-list {
  padding: 0;
  margin: 0 0 24px;
  list-style: none;
}
.page-template-template-events-php .date-list li,
.page-template-template-events-php .past-events {
  overflow: hidden;
  padding: 5px 6%;
}
.page-template-template-events-php .event-day {
  float: left;
  display: block;
  width: 45px;
  height: 42px;
  line-height: 42px;
  font-weight: bold;
  font-size: 28px;
  font-size: 2.8;
  text-align: center;
  margin-right: 12px;
  border: 1px solid;
}
.page-template-template-events-php .event-details {
  overflow: hidden;
  line-height: 1em;
  display: inline;
}
.page-template-template-events-php .event-details a,
.page-template-template-events-php .past-events p {
  font-size: 14px;
  font-size: 1.4;
  font-weight: bold;
  margin: 6px 0 0;
  float: right;
  margin-right: 75px;
}
.page-template-template-events-php .past-events p {
  display: block;
  margin-bottom: .6em;
}
.page-template-template-events-php .event-details .event-time {
  font-size: 14px;
  font-size: 1.4rem;
  text-transform: uppercase;
  margin-left: 30px;
}
.page-template-template-events-php .no.post-event {
  text-align: center;
  font-weight: bold;
  font-style: italic;
}
/* WIDGETS & SHORTCODES
----------------------------------------------- */
.widget {
  margin-bottom: 40px;
}
.feed ul {
  margin: 0 0 2em;
  list-style: none;
}
.feed li {
  margin-bottom: 1.5em;
}
.feed p {
  margin: 0;
}
.feed img {
  max-width: 100%;
  display: block;
}
.feed .inner {
  padding: 9px;
  border: 1px solid #e3e3e3;
  background: #f5f5f5;
}
.feed .inner:hover {
  border-color: #/*499783*/3399cc;
  background: #/*499783*/3399cc;
}
.feed .inner h4 {
  padding: 20px 25px;
  position: absolute;
  z-index: 2;
  color: #ffffff;
  float: left;
  top: 0;
  left: 0;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.5);
}
.feed .inner h4 a {
  color: #ffffff;
  background: none;
}
.widget-title {
  /*padding-left: 25px;*/
  padding-bottom: 7px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e3e3e3;
  background-position: 0 3px;
  background-repeat: no-repeat;
}
/* DELICIOUS */
.themeit_delicious_widget .widget-title {
  background-image: url(images/delicious.png);
}
.delicious.feed li {
  margin-bottom: 1em;
}
.delicious.feed li:before {
  float: left;
  content: "";
  display: block;
  width: 25px;
  height: 18px;
  background: url(images/link.png) 0 2px no-repeat;
}
.delicious.feed p {
  padding-left: 25px;
}
/* DRIBBBLE */
.themeit_dribbble_widget .widget-title {
  background-image: url(images/dribbble.png);
}
.dribbble.feed li {
  position: relative;
  z-index: 1;
}
.dribbble.feed h4,
.dribbble.feed p {
  overflow: hidden;
}
.dribbble.feed p {
  display: none;
  top: 65px;
  padding-top: 0;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.3;
}
.dribbble.feed .one-up li {
  float: none;
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
}
.dribbble.feed .two-up h4 {
  max-height: 28px;
}
.dribbble.feed .two-up p {
  max-height: 90px;
}
.dribbble.feed .three-up p {
  display: none;
}
/* FLICKR */
.themeit_flickr_widget .widget-title {
  background-image: url(images/flickr.png);
}
.flickr.feed a {
  display: block;
  padding: 9px;
  border: 1px solid #e3e3e3;
  background: #f5f5f5;
}
.flickr.feed img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}
#preview {
  position: absolute;
  z-index: 999;
  display: none;
}
/* LAST.FM */
.themeit_lastfm_widget .widget-title {
  background-image: url(images/lastfm.png);
}
.lastfm.feed a {
  display: block;
  padding: 9px;
  border: 1px solid #e3e3e3;
  background: #f5f5f5;
}
.lastfm.feed img {
  display: block;
  width: 85px;
  height: 85px;
}
/* POSTS */
.themeit_posts_widget .widget-title {
  background-position: 0 4px;
  background-image: url(images/wordpress.png);
}
/* RSS */
.themeit_rss_widget .widget-title {
  background-image: url(images/rss.png);
}
/* TWITTER */
.themeit_twitter_widget .widget-title {
  background-image: url(images/twitter.png);
}
.twitter.feed .tweet {
  padding: 10px 0;
  border-bottom: 1px dotted #e3e3e3;
}
.twitter.feed .tweet:first-child {
  padding-top: 0;
}
.twitter.feed .tweet:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.twitter.feed .time {
  font-weight: bold;
  font-size: 80%;
}
.twitter.feed .time a {
  color: #999999;
}
.twitter.feed .twitter-follow-button {
  margin-top: 20px;
}
/* VIMEO */
.themeit_vimeo_widget .widget-title {
  background-image: url(images/vimeo.png);
}
.vimeo.feed li {
  position: relative;
  z-index: 1;
}
.vimeo.feed h4 {
  overflow: hidden;
}
/* YOUTUBE */
.themeit_youtube_widget .widget-title {
  background-image: url(images/youtube.png);
}
/* FOOTER
----------------------------------------------- */
#footer {
  /*margin-bottom: 30px;*/
  margin-bottom: 10px;
  text-align: center;
  font-weight: normal;
  font-size: 10px;
  font-size: 1.0rem;
}
#footer div {
  border: 1px solid;
  display: inline;
  padding: 4px 15px 5px;
}
#footer a {
  font-style: italic;
  font-size: 14px;
  font-size: 1.4rem;
}
#footer .sep {
  background: url(images/wordpress.png) center left no-repeat;
  color: transparent;
  display: inline-block;
  height: 16px;
  line-height: 16px;
  margin: 0 7px;
  width: 16px;
}

/* homepage website credit */
.page-template-template-homepage-php #credit,
.page-template-template-homepage-update-php #credit {
  margin-bottom: 20px;  
  font-size: 10px;
  font-size: 1.0rem;
}


/* CSS3 STYLES
----------------------------------------------- */
/* Border Radius (3px) - ALL */
.entry-meta .tabs,
.post-edit-link,
.flex-control-nav .controls,
.flex-control-nav .controls img,
h1.archive-title em,
.jp-progress,
.jp-seek-bar,
.jp-play-bar,
.comment-author-avatar img,
input,
textarea,
button,
#submit,
.gform_wrapper select[multiple="multiple"],
table,
.radius,
pre,
.dropdown dt a,
.dropdown dd ul,
#single-navigation a,
.page-template-template-events-php .event-day,
.format-status .entry-content,
.format-quote .entry-content {
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.label,
.entry-sharing a,
.comments-rss span,
.popular-meta .rating,
.related-meta .format-type,
.author-avatar img,
.jp-current-time,
.status-avatar img,
#primary-nav .select,
#preview img,
.feed .inner,
.flickr.feed a,
.lastfm.feed a {
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
#primary-nav ul ul,
.entry-content,
.entry-meta,
.archive.tag .archive-list,
.archive.category .archive-list,
#top-search,
.block.row:last-child,
.page-template-template-events-php .event-list {
  -webkit-border-radius: 0 0 5px 5px;
  -khtml-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -o-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}
.entry-header,
.entry-header .entry-subheader,
dl.tabs dd a.active {
  -webkit-border-radius: 5px 5px 0 0;
  -khtml-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -o-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.flex-direction-nav,
.jp-interface,
.comment-number {
  -webkit-border-radius: 5px 0 0 5px;
  -khtml-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  -o-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
}
.entry-sharing {
  -webkit-border-radius: 0 5px 5px 0;
  -khtml-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  -o-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
}
.animate-spin .jp-current-artwork,
.animate-spin .jp-current-artwork img,
#footer div,
.round,
.pagenavi .current,
.pagenavi .current:hover,
.pagenavi .page-numbers,
.pagelinks .page-numbers {
  -webkit-border-radius: 500px;
  -khtml-border-radius: 500px;
  -moz-border-radius: 500px;
  -o-border-radius: 500px;
  border-radius: 500px;
}
#top-search input.search-input {
  -webkit-border-radius: 1px 1px 3px 3px;
  -khtml-border-radius: 1px 1px 3px 3px;
  -moz-border-radius: 1px 1px 3px 3px;
  -o-border-radius: 1px 1px 3px 3px;
  border-radius: 1px 1px 3px 3px;
}
/* BOX SHADOWS */
#primary-nav ul ul,
.pagenavi .page-numbers:hover,
.pagelinks .page-numbers:hover,
.flex-control-nav .controls,
.jp-now-playing .jp-current-artwork img,
.jp-current-time-wrap,
.audio-gallery .entry-thumbnails img,
.image-gallery .entry-thumbnails img,
.page-template-template-events-php .event-day:hover,
.entry-sharing a:hover,
.entry-sharing a:active,
.shadow,
.search #search-submit:hover,
.gallery img:hover,
div.panel,
#uncontained,
.entry-content,
.themeit_dribbble_widget li:hover,
.flickr.feed a:hover,
.lastfm.feed a:hover {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  -khtml-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}
.audio-gallery .entry-thumbnails img:hover,
.image-gallery .entry-thumbnails img:hover {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  -khtml-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
#branding,
#top-search,
#preview img {
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -khtml-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
#primary-nav li:hover a {
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1) inset;
  -khtml-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1) inset;
  -o-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1) inset;
}
.entry-header {
  -webkit-box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.02);
  -khtml-box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.02);
  -moz-box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.02);
  -o-box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.02);
  box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.02);
}
.entry-content,
.entry-meta {
  -webkit-box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.05) inset;
  -khtml-box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.05) inset;
  -moz-box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.05) inset;
  -o-box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.05) inset;
  box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.05) inset;
}
/* specific to homepage template */
.page-template-template-homepage-php .entry-content, 
.page-template-template-homepage-update-php .entry-content {
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.entry-meta .tabs {
  -webkit-box-shadow: 0 1px 2px #ffffff inset;
  -khtml-box-shadow: 0 1px 2px #ffffff inset;
  -moz-box-shadow: 0 1px 2px #ffffff inset;
  -o-box-shadow: 0 1px 2px #ffffff inset;
  box-shadow: 0 1px 2px #ffffff inset;
}
.css3.gallery .gallery-item img:hover {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
  -khtml-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
}
.flex-direction-nav,
.jp-interface,
.comment-number {
  -webkit-box-shadow: -3px 1px 6px rgba(100, 100, 100, 0.075);
  -khtml-box-shadow: -3px 1px 6px rgba(100, 100, 100, 0.075);
  -moz-box-shadow: -3px 1px 6px rgba(100, 100, 100, 0.075);
  -o-box-shadow: -3px 1px 6px rgba(100, 100, 100, 0.075);
  box-shadow: -3px 1px 6px rgba(100, 100, 100, 0.075);
}
.flex-direction-nav:hover,
.jp-interface:hover,
.comment-number:hover {
  -webkit-box-shadow: -2px 0 3px rgba(100, 100, 100, 0.05);
  -khtml-box-shadow: -2px 0 3px rgba(100, 100, 100, 0.05);
  -moz-box-shadow: -2px 0 3px rgba(100, 100, 100, 0.05);
  -o-box-shadow: -2px 0 3px rgba(100, 100, 100, 0.05);
  box-shadow: -2px 0 3px rgba(100, 100, 100, 0.05);
}
.entry-sharing {
  -webkit-box-shadow: 3px 1px 6px rgba(100, 100, 100, 0.075);
  -khtml-box-shadow: 3px 1px 6px rgba(100, 100, 100, 0.075);
  -moz-box-shadow: 3px 1px 6px rgba(100, 100, 100, 0.075);
  -o-box-shadow: 3px 1px 6px rgba(100, 100, 100, 0.075);
  box-shadow: 3px 1px 6px rgba(100, 100, 100, 0.075);
}
.entry-sharing:hover {
  -webkit-box-shadow: 2px 0 3px rgba(100, 100, 100, 0.05);
  -khtml-box-shadow: 2px 0 3px rgba(100, 100, 100, 0.05);
  -moz-box-shadow: 2px 0 3px rgba(100, 100, 100, 0.05);
  -o-box-shadow: 2px 0 3px rgba(100, 100, 100, 0.05);
  box-shadow: 2px 0 3px rgba(100, 100, 100, 0.05);
}
.viewer img {
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.5);
  -khtml-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.5);
}
#primary-nav li.menu-item > a,
#primary-nav li:hover li a,
.gallery-blocks .entry-content {
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
/* TRANSITIONS */
a,
a img,
.author-meta,
.css3.gallery .gallery-item,
.flex-control-nav .controls img,
.jp-current-time-wrap,
.gallery-blocks .entry-thumbnails img {
  -webkit-transition: all 0.2s ease-in-out;
  -khtml-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;
}
.jp-interface,
.comment-number,
.entry-sharing {
  -webkit-transition: box-shadow 100ms linear;
  -khtml-transition: box-shadow 100ms linear;
  -moz-transition: box-shadow 100ms linear;
  -o-transition: box-shadow 100ms linear;
  transition: box-shadow 100ms linear;
}
#primary-nav li ul,
#primary-nav li:hover li ul,
#primary-nav li li:hover li ul,
#primary-nav li li li:hover li ul {
  -webkit-transition: opacity 200ms linear;
  -khtml-transition: opacity 200ms linear;
  -moz-transition: opacity 200ms linear;
  -o-transition: opacity 200ms linear;
  transition: opacity 200ms linear;
}
#top-search .search-input {
  -webkit-transition: width 200ms ease-in-out;
  -khtml-transition: width 200ms ease-in-out;
  -moz-transition: width 200ms ease-in-out;
  -o-transition: width 200ms ease-in-out;
  transition: width 200ms ease-in-out;
}
.flex-direction-nav {
  -webkit-transition: box-shadow 100ms linear;
  -khtml-transition: box-shadow 100ms linear;
  -moz-transition: box-shadow 100ms linear;
  -o-transition: box-shadow 100ms linear;
  transition: box-shadow 100ms linear;
}
.viewer li {
  -webkit-transition: width 500ms cubic-bezier(0.075, 0.82, 0.165, 1);
  -khtml-transition: width 500ms cubic-bezier(0.075, 0.82, 0.165, 1);
  -moz-transition: width 500ms cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: width 500ms cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: width 500ms cubic-bezier(0.075, 0.82, 0.165, 1);
}
.viewer .caption {
  -webkit-transition: opacity 1.5s ease-in-out;
  -khtml-transition: opacity 1.5s ease-in-out;
  -moz-transition: opacity 1.5s ease-in-out;
  -o-transition: opacity 1.5s ease-in-out;
  transition: opacity 1.5s ease-in-out;
}
.entry-meta .tabs a,
.entry-sharing a,
.feed .inner img {
  -webkit-transition: none;
  -khtml-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
/* TRANSFORMS */
#primary-nav ul ul ul:before {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}
.css3.gallery .gallery-item {
  -webkit-transform: rotate(-2deg);
  -moz-transform: rotate(-2deg);
  -ms-transform: rotate(-2deg);
  -o-transform: rotate(-2deg);
  transform: rotate(-2deg);
}
.css3.gallery .gallery-item:hover {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.css3.gallery .gallery-item:nth-child(even) {
  -webkit-transform: rotate(2deg);
  -moz-transform: rotate(2deg);
  -ms-transform: rotate(2deg);
  -o-transform: rotate(2deg);
  transform: rotate(2deg);
}
.css3.gallery .gallery-item:nth-child(3n) {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.css3.gallery .gallery-item:nth-child(5n) {
  -webkit-transform: rotate(5deg);
  -moz-transform: rotate(5deg);
  -ms-transform: rotate(5deg);
  -o-transform: rotate(5deg);
  transform: rotate(5deg);
}
.flex-image-link {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.flex-image-link:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* ANIMATION */
.animate-spin .playing .jp-current-artwork img {
  animation-name: spin;
  animation-duration: 10s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  -ms-animation-name: spin;
  -ms-animation-duration: 10s;
  -ms-animation-timing-function: linear;
  -ms-animation-iteration-count: infinite;
  -moz-animation-name: spin;
  -moz-animation-duration: 10s;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-name: spin;
  -webkit-animation-duration: 10s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
}
/* Spin Animation */
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-ms-keyframes spin {
  from {
    -ms-transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
  }
}
@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
/* OPACITY */
#primary-nav li ul,
#primary-nav li:hover li ul,
#primary-nav li li:hover li ul,
#primary-nav li li li:hover li ul,
.viewer .caption,
.jp-current-time-wrap,
.vimeo.feed h4,
.dribbble.feed h4,
.dribbble.feed p {
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.vimeo.feed li:hover img,
.dribbble.feed li:hover img {
  filter: alpha(opacity=5);
  -khtml-opacity: 0.05;
  -moz-opacity: 0.05;
  opacity: 0.05;
}
.delicious.feed li:before {
  filter: alpha(opacity=30);
  -khtml-opacity: 0.3;
  -moz-opacity: 0.3;
  opacity: 0.3;
}
/*.alert-box a.close,
.button.disabled,
.button[disabled] {
  filter: alpha(opacity=60);
  -khtml-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
}*/
a:hover img,
.flex-control-nav .controls img,
.alert-box a.close:hover,
.alert-box a.close:focus {
  filter: alpha(opacity=85);
  -khtml-opacity: 0.85;
  -moz-opacity: 0.85;
  opacity: 0.85;
}
#primary-nav li:hover ul,
#primary-nav li li:hover ul,
#primary-nav li li li:hover ul,
#primary-nav li li li li:hover ul,
.flex-control-nav .controls img:hover,
.viewer .current .caption,
.jp-progress-wrap:hover .jp-current-time-wrap,
.vimeo.feed li:hover h4,
.vimeo.feed img,
.dribbble.feed li:hover h4,
.dribbble.feed li:hover p,
.dribbble.feed img {
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
/* BACKGROUND SIZE */
.jp-play-bar {
  -webkit-background-size: 10px 10px;
  -moz-background-size: 10px 10px;
  -o-background-size: 10px 10px;
  background-size: 10px 10px;
}
pre {
  -webkit-background-size: 50px 50px;
  -moz-background-size: 50px 50px;
  -o-background-size: 50px 50px;
  background-size: 50px 50px;
}
/* GRADIENTS */
div.panel {
  background-color: #f5f5f5;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#ffffff), to(#e6e6e6));
  /* Konqueror */

  background-image: -moz-linear-gradient(#ffffff, #e6e6e6);
  /* FF 3.6+ */

  background-image: -ms-linear-gradient(#ffffff, #e6e6e6);
  /* IE10 */

  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e6e6e6));
  /* Safari 4+, Chrome 2+ */

  background-image: -webkit-linear-gradient(#ffffff, #e6e6e6);
  /* Safari 5.1+, Chrome 10+ */

  background-image: -o-linear-gradient(#ffffff, #e6e6e6);
  /* Opera 11.10 */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
  /* IE6 & IE7 */

  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0)";
  /* IE8+ */

  background-image: linear-gradient(#ffffff, #e6e6e6);
  /* the standard */

}
#primary-nav .select {
  background-color: #050505;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#333333), to(#050505));
  /* Konqueror */

  background-image: -moz-linear-gradient(#333333, #050505);
  /* FF 3.6+ */

  background-image: -ms-linear-gradient(#333333, #050505);
  /* IE10 */

  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(100%, #050505));
  /* Safari 4+, Chrome 2+ */

  background-image: -webkit-linear-gradient(#333333, #050505);
  /* Safari 5.1+, Chrome 10+ */

  background-image: -o-linear-gradient(#333333, #050505);
  /* Opera 11.10 */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#050505', GradientType=0);
  /* IE6 & IE7 */

  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#050505', GradientType=0)";
  /* IE8+ */

  background-image: linear-gradient(#333333, #050505);
  /* the standard */

}
/* BROWSER & OS SPECIFIC STYLES
----------------------------------------------- */
/* Internet Explorer (Ugly Duckling) */
/* Firefox (Ugly Duckling's cousin) */
@-moz-document url-prefix() {
  .animate-spin .jp-current-artwork:after {
    margin-left: -16px;
    margin-top: -21px;
  }
}
.windows {
  /* Firefox (Ugly Duckling's cousin) */

}
.windows .animate-spin .jp-current-artwork:after {
  margin-left: -15px;
  margin-top: -19px;
}
@-moz-document url-prefix() {
  .animate-spin .jp-current-artwork:after {
    margin-left: -17px;
    margin-top: -17px;
  }
}
.windows.ie8 .flex-image-link:before,
.windows.ie9 .flex-image-link:before {
  padding-top: 3px;
}
.windows.ie8 .animate-spin .jp-current-artwork:after,
.windows.ie9 .animate-spin .jp-current-artwork:after {
  margin-left: -10px;
  margin-top: -17px;
}
/* MOBILE STYLES
----------------------------------------------- */
/* TYPOGRAPHY
----------------------------------------------- */
@media handheld, only screen and (max-width: 767px) {
  h1 {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 1.3;
  }
  h2 {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 1.3;
  }
  h3 {
    font-size: 21px;
    font-size: 2.1rem;
    line-height: 1.3;
  }
  h4 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.2;
  }
  h5 {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.2;
  }
  h6 {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.2;
  }
  body,
  p {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.4;
  }
}
/* GRID
----------------------------------------------- */
@media only screen and (max-width: 767px) {
  body {
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
    width: 100%;
    min-width: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .container {
    min-width: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .row {
    width: 100%;
    min-width: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .row .row .column,
  .row .row .columns {
    padding: 0;
  }
  .column,
  .columns {
    width: auto !important;
    float: none;
    margin-left: 0;
    margin-right: 0;
  }
  .column:last-child,
  .columns:last-child {
    margin-right: 0;
    float: none;
  }
  [class*="column"] + [class*="column"]:last-child {
    float: none;
  }
  [class*="column"]:before,
  [class*="column"]:after {
    content: "";
    display: table;
  }
  [class*="column"]:after {
    clear: both;
  }
  .offset-by-one,
  .offset-by-two,
  .offset-by-three,
  .offset-by-four,
  .offset-by-five,
  .offset-by-six,
  .offset-by-seven,
  .offset-by-eight,
  .offset-by-nine,
  .offset-by-ten,
  .offset-by-eleven,
  .centered {
    margin-left: 0 !important;
  }
  .push-two,
  .push-three,
  .push-four,
  .push-five,
  .push-six,
  .push-seven,
  .push-eight,
  .push-nine,
  .push-ten {
    left: auto;
  }
  .pull-two,
  .pull-three,
  .pull-four,
  .pull-five,
  .pull-six,
  .pull-seven,
  .pull-eight,
  .pull-nine,
  .pull-ten {
    right: auto;
  }
  /* Mobile 4-column Grid */
  .row .phone-one:first-child,
  .row .phone-two:first-child,
  .row .phone-three:first-child,
  .row .phone-four:first-child {
    margin-left: 0;
  }
  .row .phone-one:last-child,
  .row .phone-two:last-child,
  .row .phone-three:last-child,
  .row .phone-four:last-child {
    float: right;
  }
  .row .phone-one,
  .row .phone-two,
  .row .phone-three,
  .row .phone-four {
    margin-left: 4.4%;
    float: left;
    min-height: 1px;
    position: relative;
    padding: 0;
  }
  .row .phone-one {
    width: 21.68% !important;
  }
  .row .phone-two {
    width: 47.8% !important;
  }
  .row .phone-three {
    width: 73.9% !important;
  }
  .row .phone-four {
    width: 100% !important;
  }
  .row .push-one-phone {
    left: 26.08%;
  }
  .row .push-two-phone {
    left: 52.2%;
  }
  .row .push-three-phone {
    left: 78.3%;
  }
  .row .pull-one-phone {
    right: 26.08%;
  }
  .row .pull-two-phone {
    right: 52.2%;
  }
  .row .pull-three-phone {
    right: 78.3%;
  }
  
  /* homepage tagline positioning */
  .page-template-template-homepage-php .tagline span {
	 position: static !important;
	 display: block; 
  }
  
  /*  homepage infoboxes, contact pages  */
  .page-template-template-homepage-php .one-half, 
  .page-id-1041 .one-half, /* contact distributor */
  .page-id-35 .one-half /* contact publicists */ {
	  display: block;
	  float: none;
	  overflow: visible;
	  margin: 0 auto !important;
	  width: 95%;
  }
  .page-template-template-homepage-php .panel { 
  	 margin-bottom: 0;
	 padding-bottom: 0;
  }
  .page-template-template-homepage-php .entry-newspanel { 
  	 height: auto !important;
  }
  .page-template-template-homepage-php #pressquotes {
	margin-right: auto !important;
	margin-left: auto !important;
	width: 90%; !important
  }
  .page-template-template-homepage-php #pressquotes .one-third {
	width: 100%;
  }
}
/* BLOCK GRIDS
----------------------------------------------- */
@media only screen and (max-width: 767px) {
  .block-grid.mobile {
    margin-left: 0;
  }
  .block-grid.mobile > li {
    float: none;
    width: 100%;
    margin-left: 0;
  }
}
/* MOBILE VISIBILITY
----------------------------------------------- */
.show-on-phones {
  display: none !important;
}
.show-on-tablets {
  display: none !important;
}
.show-on-desktops {
  display: block !important;
}
.hide-on-phones {
  display: block !important;
}
.hide-on-tablets {
  display: block !important;
}
.hide-on-desktops {
  display: none !important;
}
/* Modernizr-enabled tablet targeting */
@media only screen and (max-width: 1280px) and (min-width: 768px) {
  .touch .hide-on-phones {
    display: block !important;
  }
  .touch .hide-on-tablets {
    display: none !important;
  }
  .touch .hide-on-desktops {
    display: block !important;
  }
  .touch .show-on-phones {
    display: none !important;
  }
  .touch .show-on-tablets {
    display: block !important;
  }
  .touch .show-on-desktops {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .hide-on-phones {
    display: none !important;
  }
  .hide-on-tablets {
    display: block !important;
  }
  .hide-on-desktops {
    display: block !important;
  }
  .show-on-phones {
    display: block !important;
  }
  .show-on-tablets {
    display: none !important;
  }
  .show-on-desktops {
    display: none !important;
  }
}
table.show-on-desktops {
  display: table !important;
}
table.hide-on-phones {
  display: table !important;
}
table.hide-on-tablets {
  display: table !important;
}
@media only screen and (max-width: 1280px) and (min-width: 768px) {
  .touch table.hide-on-phones {
    display: table !important;
  }
  .touch table.hide-on-desktops {
    display: table !important;
  }
  .touch table.show-on-tablets {
    display: table !important;
  }
}
@media only screen and (max-width: 767px) {
  table.hide-on-tablets {
    display: table !important;
  }
  table.hide-on-desktops {
    display: table !important;
  }
  table.show-on-phones {
    display: table !important;
  }
}
/* UI
----------------------------------------------- */
@media only screen and (max-width: 767px) {
  /* Buttons */
  .button {
    display: block;	
  }
  button.button,
  input[type="submit"].button {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 5px;
  }  
  .page-template-template-homepage-php .button {
    display: inline-block;
    position: static;
	margin-bottom: 10px;
	width: 60%;
  }
  /* Tabs */
  /* Tooltips */
  .tooltip {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4;
    padding: 7px 10px 9px 10px;
  }
  .tooltip > .nub,
  .tooltip.top > .nub,
  .tooltip.left > .nub,
  .tooltip.right > .nub {
    border-color: transparent transparent #000000 transparent;
    border-color: transparent transparent rgba(0, 0, 0, 0.85) transparent;
    top: -12px;
    left: 10px;
  }
}
/* NAVIGATION
----------------------------------------------- */
@media only screen and (max-width: 767px) {
  #primary-nav .nav {
    display: none !important;
    visibility: hidden;
  }
  #primary-nav .select,
  #primary-nav select.select-menu {
    display: block;
  }
  #primary-nav select.select-menu {
    position: relative;
    z-index: 10;
    width: 300px !important;
    height: 41px !important;
    line-height: 26px;
    text-indent: 10px;
    margin: 0 auto;
  }
}
/* BRANDING
----------------------------------------------- */
@media only screen and (max-width: 1280px) {
  .touch body {
    padding-top: 0;
  }
  .touch #branding {
    position: relative;
  }
}
/* AUDIO PLAYER (jPlayer)
----------------------------------------------- */
@media only screen and (max-width: 767px) {
  .jp-interface {
    left: 10%;
    background-color: #ffffff !important;
    border: 1px solid;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
  }
  .jp-now-playing {
    margin-bottom: 20px;
  }
}
/* FORMAT GALLERIES
----------------------------------------------- */
@media only screen and (max-width: 767px) {
  /* Galleries */
  .gallery-gallery .phone-two {
    width: 50% !important;
  }
}
/* CONTENT
----------------------------------------------- */
@media only screen and (max-width: 767px) {
  /* Galleries */
  #uncontained #page-header,
  #uncontained .entry-content {
    padding: 0 20px;
  }
}
/* PRINT STYLES
----------------------------------------------- */
.print-only {
  display: none !important;
}
@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  /* Black prints faster: sanbeiji.com/archives/953 */
  p a,
  p a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  p a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  /* Don't show links for images, or javascript/internal links */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  /* css-discuss.incutio.com/wiki/Printing_Tables */
  tr,
  img {
    page-break-inside: avoid;
  }
  @page  {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .hide-on-print {
    display: none !important;
  }
  .print-only {
    display: block !important;
  }
}
