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

@font-face {
  font-family: 'function_pro_bookbold';
  src: url("../fonts/function-pro/FunctionPro-Bold-webfont.eot");
  src: url("../fonts/function-pro/FunctionPro-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/function-pro/FunctionPro-Bold-webfont.woff") format("woff"), url("../fonts/function-pro/FunctionPro-Bold-webfont.ttf") format("truetype"), url("../fonts/function-pro/FunctionPro-Bold-webfont.svg#function_pro_bookbold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'function_probook';
  src: url("../fonts/function-pro/FunctionPro-Book-webfont.eot");
  src: url("../fonts/function-pro/FunctionPro-Book-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/function-pro/FunctionPro-Book-webfont.woff") format("woff"), url("../fonts/function-pro/FunctionPro-Book-webfont.ttf") format("truetype"), url("../fonts/function-pro/FunctionPro-Book-webfont.svg#function_probook") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'function_prodemi';
  src: url("../fonts/function-pro/FunctionPro-Demi-webfont.eot");
  src: url("../fonts/function-pro/FunctionPro-Demi-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/function-pro/FunctionPro-Demi-webfont.woff") format("woff"), url("../fonts/function-pro/FunctionPro-Demi-webfont.ttf") format("truetype"), url("../fonts/function-pro/FunctionPro-Demi-webfont.svg#function_prodemi") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'function_promedium';
  src: url("../fonts/function-pro/FunctionPro-Medium-webfont.eot");
  src: url("../fonts/function-pro/FunctionPro-Medium-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/function-pro/FunctionPro-Medium-webfont.woff") format("woff"), url("../fonts/function-pro/FunctionPro-Medium-webfont.ttf") format("truetype"), url("../fonts/function-pro/FunctionPro-Medium-webfont.svg#function_promedium") format("svg");
  font-weight: normal;
  font-style: normal; }

/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 *
 * ==|== normalize ==========================================================
 */
/* =============================================================================
   HTML5 display definitions
   ========================================================================== */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block; }

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

audio:not([controls]) {
  display: none; }

[hidden] {
  display: none; }

/* =============================================================================
   Base
   ========================================================================== */
/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

html, button, input, select, textarea {
  font-family: sans-serif;
  color: #403547; }

body {
  background: #f6f7f5 url("../img/background-texture.jpg?ver=1.0");
  background-attachment: fixed;
  color: #535046;
  font-family: "function_probook", Arial, sans-serif;
  font-size: 1em;
  line-height: 1.4;
  margin: 0; }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

/* =============================================================================
   Links
   ========================================================================== */
a {
  color: #e36740; }

a:visited {
  color: #e36740; }

a:hover {
  text-decoration: underline; }

a:focus {
  outline: thin dotted; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active {
  outline: 0; }

/* =============================================================================
   Typography
   ========================================================================== */
abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

dfn {
  font-style: italic; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

ins {
  background: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: none; }

q:before, q:after {
  content: "";
  content: none; }

small {
  font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

h1, .h1 {
  font-size: 26px;
  line-height: 1.2em;
  margin: 0 0 1em 0; }

h2, .h2 {
  font-size: 24px;
  line-height: 24px;
  margin: 0 0 .5em 0; }

h3, .h3 {
  font-size: 18px;
  line-height: 1.2em; }

h4, .h4 {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.2em; }

h5, .h5 {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2em; }

/* =============================================================================
   Lists
   ========================================================================== */
ul, ol {
  margin: 1em 0;
  padding: 0 0 0 40px; }

dd {
  margin: 0 0 0 40px; }

nav ul, nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0; }

/* =============================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/i/440
 */
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9
 */
svg:not(:root) {
  overflow: hidden; }

/* =============================================================================
   Figures
   ========================================================================== */
figure {
  margin: 0; }

/* =============================================================================
   Forms
   ========================================================================== */
form {
  margin: 0; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label {
  cursor: pointer; }

/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */
legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
  white-space: normal; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */
button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 */
button, input {
  line-height: normal; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
 */
button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible; }

/*
 * Re-set default cursor for disabled elements
 */
button[disabled], input[disabled] {
  cursor: default; }

/*
 * Consistent box sizing and appearance
 */
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px; }

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, input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none; }

/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical; }

/* Colors for form validity */
input:invalid, textarea:invalid {
  background-color: #f0dddd; }

/* =============================================================================
   Tables
   ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td {
  vertical-align: top; }

/* =============================================================================
   Chrome Frame Prompt
   ========================================================================== */
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: black;
  padding: 0.2em 0; }

/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important; }

  /* Black prints faster: h5bp.com/s */
  a, a:visited {
    text-decoration: underline; }

  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; }

  /* h5bp.com/t */
  tr, img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }

  p, h2, h3 {
    orphans: 3;
    widows: 3; }

  h2, h3 {
    page-break-after: avoid; } }
/*	CSSGrid
 *  https://github.com/crowdfavorite/css-grid
 *	License: http://opensource.org/licenses/mit-license.php  */
/** grid foundation
 -------------------------------------------------- */
.grid {
  margin: 0 auto; }

/* fluid media */
.row img,
.row object,
.row embed,
.row video,
#masonry img,
#js-masonry img,
#masonry-source img {
  height: auto;
  max-width: 100%; }

/* 	Default Desktop/Tablet Grid
	Works fine with older browsers that don't support media queries. */
.grid {
  width: 960px; }

.c1, .c2, .c3, .c4, .c5, .c6, .c7, .c8, .c9, .c10, .c11, .c12,
.c1-2, .c2-3, .c3-4, .c4-5, .c5-6, .c6-7, .c7-8, .c8-9, .c9-10, .c10-11, .c11-12,
.c1-3, .c2-4, .c3-5, .c4-6, .c5-7, .c6-8, .c7-9, .c8-10, .c9-11, .c10-12,
.c1-4, .c2-5, .c3-6, .c4-7, .c5-8, .c6-9, .c7-10, .c8-11, .c9-12,
.c1-5, .c2-6, .c3-7, .c4-8, .c5-9, .c6-10, .c7-11, .c8-12,
.c1-6, .c2-7, .c3-8, .c4-9, .c5-10, .c6-11, .c7-12,
.c1-7, .c2-8, .c3-9, .c4-10, .c5-11, .c6-12,
.c1-8, .c2-9, .c3-10, .c4-11, .c5-12,
.c1-9, .c2-10, .c3-11, .c4-12,
.c1-10, .c2-11, .c3-12,
.c1-11, .c2-12,
.c1-12 {
  margin-left: 12px;
  display: inline;
  float: left;
  min-height: 1px; }

#masonry .c1-3,
#masonry .c1-4,
#masonry .c1-6,
#masonry .c4-6,
#masonry .c4-9,
#masonry .c4-12,
#masonry .c5-8,
#masonry .c7-9,
#masonry .c9-12,
#masonry .c10-12,
#js-masonry .c1-3,
#js-masonry .c1-4,
#js-masonry .c1-6,
#js-masonry .c4-6,
#js-masonry .c4-9,
#js-masonry .c4-12,
#js-masonry .c5-8,
#js-masonry .c7-9,
#js-masonry .c9-12,
#js-masonry .c10-12,
#masonry-source .c1-3,
#masonry-source .c1-4,
#masonry-source .c1-6,
#masonry-source .c4-6,
#masonry-source .c4-9,
#masonry-source .c4-12,
#masonry-source .c5-8,
#masonry-source .c7-9,
#masonry-source .c9-12,
#masonry-source .c10-12 {
  margin-left: 0; }

/* 	1/12 */
.c1, .c2, .c3, .c4, .c5, .c6, .c7, .c8, .c9, .c10, .c11, .c12 {
  width: 69px; }

.offset1 {
  margin-left: 117px; }

/* 	2/12 */
.c1-2, .c2-3, .c3-4, .c4-5, .c5-6, .c6-7, .c7-8, .c8-9, .c9-10, .c10-11, .c11-12 {
  width: 150px; }

.offset2 {
  margin-left: 174px; }

/* 	3/12 */
.c1-3, .c2-4, .c3-5, .c4-6, .c5-7, .c6-8, .c7-9, .c8-10, .c9-11, .c10-12, .m-c1-3, .m-10-12 {
  width: 231px; }

.offset3 {
  margin-left: 255px; }

/* 	4/12 */
.c1-4, .c2-5, .c3-6, .c4-7, .c5-8, .c6-9, .c7-10, .c8-11, .c9-12 {
  width: 312px; }

.offset4 {
  margin-left: 336px; }

/* 	5/12 */
.c1-5, .c2-6, .c3-7, .c4-8, .c5-9, .c6-10, .c7-11, .c8-12 {
  width: 393px; }

.offset5 {
  margin-left: 417px; }

/* 	6/12 */
.c1-6, .c2-7, .c3-8, .c4-9, .c5-10, .c6-11, .c7-12, .m-c4-9 {
  width: 474px; }

.offset6 {
  margin-left: 498px; }

/* 	7/12 */
.c1-7, .c2-8, .c3-9, .c4-10, .c5-11, .c6-12 {
  width: 555px; }

.offset7 {
  margin-left: 579px; }

/* 	8/12 */
.c1-8, .c2-9, .c3-10, .c4-11, .c5-12 {
  width: 636px; }

.offset8 {
  margin-left: 660px; }

/* 	9/12 */
.c1-9, .c2-10, .c3-11, .c4-12 {
  width: 717px; }

.offset9 {
  margin-left: 741px; }

/* 	10/12 */
.c1-10, .c2-11, .c3-12 {
  width: 798px; }

.offset10 {
  margin-left: 822px; }

/* 	11/12 */
.c1-11, .c2-12 {
  width: 879px; }

.offset11 {
  margin-left: 903px; }

/* 	12/12 */
.c1-12 {
  width: 960px; }

/* 	Accounts for extra margin on first column
	This value should change a negative margin of whatever your gutter width is. */
.row {
  margin-left: -12px; }

/* 	Medium Sized Grid
	Tablet sized columns. */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .grid {
    width: 748px; }

  .c1, .c2, .c3, .c4, .c5, .c6, .c7, .c8, .c9, .c10, .c11, .c12,
  .c1-2, .c2-3, .c3-4, .c4-5, .c5-6, .c6-7, .c7-8, .c8-9, .c9-10, .c10-11, .c11-12,
  .c1-3, .c2-4, .c3-5, .c4-6, .c5-7, .c6-8, .c7-9, .c8-10, .c9-11, .c10-12,
  .c1-4, .c2-5, .c3-6, .c4-7, .c5-8, .c6-9, .c7-10, .c8-11, .c9-12,
  .c1-5, .c2-6, .c3-7, .c4-8, .c5-9, .c6-10, .c7-11, .c8-12,
  .c1-6, .c2-7, .c3-8, .c4-9, .c5-10, .c6-11, .c7-12,
  .c1-7, .c2-8, .c3-9, .c4-10, .c5-11, .c6-12,
  .c1-8, .c2-9, .c3-10, .c4-11, .c5-12,
  .c1-9, .c2-10, .c3-11, .c4-12,
  .c1-10, .c2-11, .c3-12,
  .c1-11, .c2-12,
  .c1-12 {
    display: inline;
    /* IE6/IE7 double-margin float bug fix */
    float: left;
    margin-left: 8px;
    /* Prevent collapsing of empty columns. Min-height prevents collapse
    everywhere but IE6. IE6 doesn't collapse empty collumns anyhow, so no need
    for a fix there. */
    min-height: 1px;
    clear: none; }

  /* 	1/12 */
  .c1, .c2, .c3, .c4, .c5, .c6, .c7, .c8, .c9, .c10, .c11, .c12 {
    width: 55px; }

  .offset1 {
    margin-left: 71px; }

  /* 	2/12 */
  .c1-2, .c2-3, .c3-4, .c4-5, .c5-6, .c6-7, .c7-8, .c8-9, .c9-10, .c10-11, .c11-12 {
    width: 118px; }

  .offset2 {
    margin-left: 134px; }

  /* 	3/12 */
  .c1-3, .c2-4, .c3-5, .c4-6, .c5-7, .c6-8, .c7-9, .c8-10, .c9-11, .c10-12 {
    width: 181px; }

  .offset3 {
    margin-left: 197px; }

  /* 	4/12 */
  .c1-4, .c2-5, .c3-6, .c4-7, .c5-8, .c6-9, .c7-10, .c8-11, .c9-12 {
    width: 244px; }

  .offset4 {
    margin-left: 260px; }

  /* 	5/12 */
  .c1-5, .c2-6, .c3-7, .c4-8, .c5-9, .c6-10, .c7-11, .c8-12 {
    width: 307px; }

  .offset5 {
    margin-left: 323px; }

  /* 	6/12 */
  .c1-6, .c2-7, .c3-8, .c4-9, .c5-10, .c6-11, .c7-12 {
    width: 370px; }

  .offset6 {
    margin-left: 386px; }

  /* 	7/12 */
  .c1-7, .c2-8, .c3-9, .c4-10, .c5-11, .c6-12 {
    width: 433px; }

  .offset7 {
    margin-left: 449px; }

  /* 	8/12 */
  .c1-8, .c2-9, .c3-10, .c4-11, .c5-12 {
    width: 496px; }

  .offset8 {
    margin-left: 512px; }

  /* 	9/12 */
  .c1-9, .c2-10, .c3-11, .c4-12 {
    width: 559px; }

  .offset9 {
    margin-left: 575px; }

  /* 	10/12 */
  .c1-10, .c2-11, .c3-12 {
    width: 622px; }

  .offset10 {
    margin-left: 638px; }

  /* 	11/12 */
  .c1-11, .c2-12 {
    width: 685px; }

  .offset11 {
    margin-left: 701px; }

  /* 	12/12 */
  .c1-12 {
    width: 748px; }

  .row {
    margin-left: -8px; }

  .single-release .c1-4 {
    width: 272px; }
  .single-release .c5-12 {
    width: 468px; } }
/* 	Single-column mobile
	Get rid of widths and floats, go to fluid single column. */
@media only screen and (max-width: 767px) {
  .grid {
    padding: 0 10px; }

  .grid,
  .c1, .c2, .c3, .c4, .c5, .c6, .c7, .c8, .c9, .c10, .c11, .c12,
  .c1-2, .c2-3, .c3-4, .c4-5, .c5-6, .c6-7, .c7-8, .c8-9, .c9-10, .c10-11, .c11-12,
  .c1-3, .c2-4, .c3-5, .c4-6, .c5-7, .c6-8, .c7-9, .c8-10, .c9-11, .c10-12,
  .c1-4, .c2-5, .c3-6, .c4-7, .c5-8, .c6-9, .c7-10, .c8-11, .c9-12,
  .c1-5, .c2-6, .c3-7, .c4-8, .c5-9, .c6-10, .c7-11, .c8-12,
  .c1-6, .c2-7, .c3-8, .c4-9, .c5-10, .c6-11, .c7-12,
  .c1-7, .c2-8, .c3-9, .c4-10, .c5-11, .c6-12,
  .c1-8, .c2-9, .c3-10, .c4-11, .c5-12,
  .c1-9, .c2-10, .c3-11, .c4-12,
  .c1-10, .c2-11, .c3-12,
  .c1-11, .c2-12,
  .c1-12 {
    display: block;
    float: none;
    margin-left: 0;
    width: auto; }

  .row {
    margin-left: 0; } }
/* Zeroing out leftmost nested .unit margins */
[class*=c1] [class*=c1],
[class*=c2] [class*=c2],
[class*=c3] [class*=c3],
[class*=c4] [class*=c4],
[class*=c5] [class*=c5],
[class*=c6] [class*=c6],
[class*=c7] [class*=c7],
[class*=c8] [class*=c8],
[class*=c9] [class*=c9],
[class*=c10] [class*=c10],
[class*=c11] [class*=c11],
.c12 .c12,
.row .row {
  margin-left: 0; }

/* Full-width  */
.c1-12 {
  clear: both;
  display: block;
  min-height: 1px; }

/** grid utilities
 -------------------------------------------------- */
/* Row offsetfix
Uses variation of Nicolas Gallagher's Micro offsetfix.
http://nicolasgallagher.com/micro-offsetfix-hack/ */
.row:before,
.row:after {
  content: "";
  display: table; }

.row:after {
  clear: both; }

.row {
  /* Just in case: make sure that rows offset outside floats. */
  clear: both;
  position: relative;
  /* For IE 6/7 (trigger hasLayout) */
  zoom: 1; }

/** Masonry Stamps
 -------------------------------------------------- */
@media only screen and (min-width: 768px) {
  .stamp.c1-3 {
    left: 0; }

  .stamp.c4-9 {
    left: 189px; }

  .stamp.c10-12 {
    right: 0; } }
@media only screen and (min-width: 1025px) {
  .stamp.c4-9 {
    left: 243px; } }
/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */
/* For image replacement */
.ir {
  border: 0;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  background-color: transparent; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden {
  display: none !important;
  visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible {
  visibility: hidden; }

/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

/* 	Other Non-semantic Helpers
	------------------------------------------------------- */
.border-box, .filters, .typ-subtitle, .box, .excerpt, .nav-bar, .song-links, .more-shows-btn, .ui-accordion-header:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/** WordPress compatibility styles
 -------------------------------------------------- */
.alignleft,
.alignright {
  margin-top: 4px; }

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

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

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

/**
 * Captioned images
 * Caption shortcode filtered.
 */
.wp-caption {
  overflow: hidden; }

.wp-caption dt {
  margin: 0; }

.wp-caption img {
  display: block;
  margin: 0;
  padding: 0;
  border: 0; }

.wp-caption dd {
  font-size: .9em;
  padding: 2px 8px 3px 8px;
  margin: 1px 0 0 0; }

.sticky {
  /* Add styles here if you wish to callout sticky posts */ }

/* --------------------------------------------------
 * Standard / Utility Classes
-------------------------------------------------- */
/* Pagination */
.pagination {
  display: none;
  left: 50%;
  min-height: 50px;
  position: absolute;
  top: 418px;
  z-index: 0; }
  @media (min-width: 840px) {
    .pagination {
      display: block;
      margin-left: -420px;
      width: 840px; } }
  @media (min-width: 1024px) {
    .pagination {
      display: none; } }
  @media (min-width: 1096px) {
    .pagination {
      display: block;
      margin-left: -548px;
      width: 1096px; } }

.pagination .previous,
.pagination .next {
  display: block;
  float: left;
  line-height: 1.2em;
  width: 48%; }
  .pagination .previous a,
  .pagination .next a {
    color: #e36740;
    display: block;
    font-size: 0;
    height: 50px;
    position: relative;
    width: 50px;
    text-decoration: none; }
    .pagination .previous a:before,
    .pagination .next a:before {
      display: inline-block;
      font-size: 50px;
      font-family: "phish-custom";
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      height: 50px;
      line-height: 50px;
      position: absolute;
      speak: none;
      text-align: center;
      text-decoration: none;
      width: 50px;
      -webkit-font-smoothing: antialiased; }

.no-touch .pagination .previous a:hover,
.no-touch .pagination .next a:hover {
  color: #413648; }

.pagination .next {
  float: right; }
  .pagination .next a {
    float: right;
    text-align: right; }
    .pagination .next a:before {
      content: 'j';
      right: 0; }

.pagination .previous a:before {
  content: 'k'; }

/* Buttons */
.btn {
  background-color: #e36740;
  color: white;
  display: inline-block;
  font-family: "function_promedium", Arial, sans-serif;
  font-size: 11px;
  letter-spacing: 1px;
  padding: 3px 7px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase; }
  .btn:visited {
    background-color: #e36740;
    color: white; }
  .btn:hover {
    text-decoration: none; }
  .btn.dark {
    background-color: #413648; }

.no-touch .btn:hover,
.btn.on:hover {
  background-color: #413648;
  color: white;
  text-decoration: none; }
.no-touch .btn.dark:hover,
.btn.on.dark:hover {
  background-color: #e36740;
  color: white;
  text-decoration: none; }

.btn-large {
  line-height: 10px;
  padding: 15px 18px; }

.btn-pill {
  -moz-border-radius: 21px;
  /* FF1+ */
  -webkit-border-radius: 21px;
  /* Saf3+, Chrome */
  border-radius: 21px;
  /* Standard. IE9 */
  /**
   * @bugfix border-radius background bleed
   * @see http://tumble.sneak.co.nz/post/928998513/fixing-the-background-bleed
   */
  -webkit-background-clip: padding-box;
  background-color: #413648;
  color: white;
  display: inline-block;
  font-size: 11px;
  height: 42px;
  letter-spacing: 2px;
  line-height: 42px;
  padding: 0 20px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase; }
  .btn-pill:visited {
    color: white; }

.no-touch .btn-pill:hover {
  background-color: #e36740;
  color: white;
  text-decoration: none; }

.btn-action {
  display: inline-block;
  font-size: 11px;
  line-height: 10px;
  margin-bottom: 4px;
  padding: 15px 18px;
  width: 88px; }
  @media (min-width: 768px) {
    .btn-action {
      margin-bottom: 0; } }

.btn-inactive {
  background-color: #bfc1c1; }
  .btn-inactive:visited {
    background-color: #bfc1c1;
    color: white;
    cursor: auto; }

.no-touch .btn-inactive:hover {
  background-color: #bfc1c1;
  color: white;
  cursor: auto; }

.btn-arrow {
  padding-right: 30px;
  width: 76px; }
  .btn-arrow:after {
    content: "l";
    display: block;
    font-family: "phish-custom";
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    height: 10px;
    position: absolute;
    right: 14px;
    speak: none;
    text-align: right;
    text-decoration: none;
    text-transform: none !important;
    top: 14px;
    width: 12px;
    -webkit-font-smoothing: antialiased; }

/* Filters */
.filters {
  background-color: #e36740;
  display: none;
  font-size: 14px;
  left: -10px;
  margin-top: -35px;
  padding: 10px;
  position: absolute;
  right: -10px;
  top: 40px;
  z-index: 3; }
  .filters.on {
    display: block; }
  .filters .filter-group {
    margin-top: 10px; }
    .filters .filter-group:first-child .filter-label {
      margin-top: 0; }
  .filters .filter-label {
    color: white;
    display: block;
    font-size: 16px;
    margin: 20px 0 10px; }
  .filters .btn {
    display: block;
    text-align: left; }
  @media (min-width: 768px) {
    .filters {
      background-color: transparent;
      display: block;
      left: auto;
      margin-bottom: 10px;
      margin-top: 20px;
      padding: 0;
      position: relative;
      right: auto;
      top: auto; }
      .filters .filter-group:first-child {
        margin-left: 0px; }
      .filters .filter-label {
        color: #7e668e;
        display: inline;
        font-size: 14px;
        margin: 0; }
      .filters .btn {
        display: inline-block;
        margin-left: 4px;
        text-align: center; } }

.filter-group select.filter-label {
  background-color: #e36740;
  border: 0;
  border-radius: 0;
  color: white;
  height: 21px;
  font-size: 11px;
  padding: 4px 10px;
  width: 100px;
  -webkit-appearance: none; }

.filters .filter-group:first-child select.filter-label {
  margin-top: 5px; }

.dropdown-filter {
  cursor: pointer;
  height: 15px;
  margin-top: 5px;
  position: relative;
  width: 84px; }
  .dropdown-filter.btn-arrow {
    padding-right: 25px; }
    .dropdown-filter.btn-arrow:after {
      right: 8px;
      top: 3px; }
  .dropdown-filter .filter-options {
    display: none; }
    .dropdown-filter .filter-options a,
    .dropdown-filter .filter-options a:visited {
      color: white;
      display: block;
      padding: 5px 7px;
      text-decoration: none; }
    .dropdown-filter .filter-options a:hover {
      background-color: white;
      color: #e36740; }

.no-touch .dropdown-filter:hover .filter-options,
.dropdown-filter.on .filter-options {
  background: #e36740;
  border: 1px solid #e36740;
  display: block;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: left;
  top: 22px;
  width: 114px; }

.oldie .filters {
  display: none; }
  .oldie .filters.on {
    display: block; }
  @media (min-width: 768px) {
    .oldie .filters {
      display: block; } }

.tight-filters {
  margin-top: 0;
  top: 55px; }
  @media (min-width: 768px) {
    .tight-filters {
      float: right;
      margin-bottom: 0;
      margin-top: -33px;
      top: auto; } }

@media (min-width: 768px) {
  .filter-group {
    margin-left: 10px; } }

.filter-selected {
  background: white;
  border: 1px solid #e36740;
  color: #e36740;
  padding: 2px 7px; }
  .filter-selected:visited {
    background: white;
    color: #e36740; }

.no-touch .filter-selected:hover {
  background: white;
  color: #e36740; }

@media (min-width: 768px) {
  .filters-full-width {
    float: right; }
    .filters-full-width .btn {
      margin-left: 4px; }
    .filters-full-width .filter-group {
      float: right;
      margin-left: 0; }
      .filters-full-width .filter-group:first-child {
        float: left; } }

.filter-gear.icon {
  color: #e36740;
  cursor: pointer;
  float: right;
  height: 40px;
  margin-top: -34px;
  width: 40px; }
  .filter-gear.icon:hover {
    color: #413648; }
  .filter-gear.icon:before {
    font-size: 30px;
    height: 40px;
    top: 5px;
    width: 40px; }
  .filter-gear.icon.on {
    background-color: #e36740;
    color: white; }
  @media (min-width: 768px) {
    .filter-gear.icon {
      display: none; } }

/* Text Styling */
.typ-uppercase {
  text-transform: uppercase; }

.typ-notes {
  font-size: 12px; }

.typ-tiny {
  font-size: 10px; }

.typ-left {
  text-align: left; }

.typ-right {
  text-align: right; }

.typ-color-1 {
  color: #68947c; }
  .typ-color-1 a {
    color: #68947c; }

.typ-color-2 {
  color: #e36740; }
  .typ-color-2 a {
    color: #e36740; }

.typ-color-3 {
  color: #413648; }
  .typ-color-3 a {
    color: #413648; }

.typ-subtitle {
  border-top: 5px solid #413648;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 2px;
  line-height: 14px;
  margin-bottom: 0;
  padding: 10px 10px 10px 0;
  text-transform: uppercase; }
  .typ-subtitle a {
    color: #413648;
    text-decoration: none; }

.typ-small-label {
  color: #68947c;
  font-size: 10px;
  font-weight: normal;
  margin-bottom: 3px;
  text-transform: uppercase; }

.typ-large-title {
  font-family: "function_promedium", Arial, sans-serif;
  font-size: 38px;
  line-height: 41px; }
  @media (min-width: 1025px) {
    .typ-large-title {
      font-size: 45px;
      line-height: 48px; } }

/* Date Block for tours, shows */
.date-block {
  background-color: #e36740;
  color: #fff;
  float: left;
  font-size: 12px;
  height: 49px;
  letter-spacing: 2px;
  line-height: 16px;
  margin-right: 14px;
  padding: 1px 0 0;
  text-align: center;
  text-transform: uppercase;
  width: 50px; }
  .date-block a,
  .date-block a:visited {
    color: white;
    text-decoration: none; }
  @media (min-width: 768px) {
    .date-block {
      height: 79px;
      line-height: 26px;
      padding-top: 1px;
      width: 80px; } }

.no-touch .date-block a:hover {
  color: white;
  text-decoration: none; }

a:hover .date-block {
  background-color: #413648; }

.date-block-num {
  font-family: "function_pro_bookbold", Arial, sans-serif;
  font-size: 20px;
  white-space: nowrap; }
  @media (min-width: 768px) {
    .date-block-num {
      font-size: 42px; } }

.date-block.p2 {
  height: 40px;
  padding: 10px 0 0; }
  @media (min-width: 768px) {
    .date-block.p2 {
      height: 60px;
      padding: 20px 0 0; } }

/* Margins */
.mar-bottom-half {
  margin-bottom: 10px; }

.mar-top-1x {
  margin-top: 20px; }

.mar-top-2x {
  margin-top: 40px; }

.mar-bottom-1x {
  margin-bottom: 20px; }

.mar-bottom-2x {
  margin-bottom: 40px; }

.mar-none {
  margin: 0; }

/* Read More */
.read-more {
  display: block;
  font-family: "function_pro_bookbold", Arial, sans-serif;
  font-size: 16px;
  margin-top: 15px;
  text-decoration: none; }

/* Generic Containers */
.box, .excerpt {
  margin-bottom: 20px;
  padding: 10px;
  background-color: white;
  border: 1px solid #e4e6ec;
  position: relative;
  z-index: 1; }
  .box .excerpt-content a, .excerpt .excerpt-content a {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    word-break: break-all;
    /* Non standard for webkit */
    word-break: break-word; }
  @media (min-width: 768px) {
    .box.pad-1x, .pad-1x.excerpt {
      padding: 20px; } }
  .box p:first-child, .excerpt p:first-child {
    margin-top: 0; }

.callout {
  background-color: #e4e6ec;
  color: #413648;
  display: block;
  padding: 8px;
  position: relative;
  text-decoration: none; }
  .callout:after {
    color: #fff;
    content: "▸";
    display: block;
    font-size: 100px;
    position: absolute;
    right: 20px;
    top: 0;
    width: 50px; }

.no-touch .callout:hover {
  background-color: #d5d8e1;
  color: #413648; }

/* Lists */
.list {
  font-size: 12px;
  list-style: none;
  margin: 0;
  padding: 0; }
  .list li {
    border-bottom: 1px dotted #413648;
    padding: 6px 0; }
  @media (min-width: 768px) {
    .list {
      font-size: 16px; } }

.list-item-meta {
  float: right;
  font-size: 12px;
  line-height: 22px;
  margin-left: 10px;
  text-transform: uppercase; }

/* Sharing */
.page-sharing {
  color: white;
  display: none;
  font-size: 11px;
  left: 25px;
  position: absolute;
  text-transform: uppercase;
  top: 344px;
  z-index: 4; }
  .page-sharing ul {
    float: left;
    list-style: none;
    margin: 0;
    padding: 0; }
    .page-sharing ul li {
      float: left;
      height: 40px;
      margin: 0 15px 0 0;
      width: 40px; }
  .page-sharing.on {
    display: block; }
  @media (min-width: 768px) {
    .page-sharing {
      background: #413648;
      display: block;
      height: 122px;
      left: auto;
      padding: 8px 5px 5px;
      position: fixed;
      right: 0;
      text-align: center;
      top: 126px;
      width: 50px; }
      .page-sharing ul {
        float: none;
        margin: 12px auto 0; }
        .page-sharing ul li {
          float: none;
          height: 26px;
          margin: 6px auto 0;
          width: 26px; } }

@media (min-width: 768px) {
  .banner-on .page-sharing {
    top: 126px; } }
@media (min-width: 1025px) {
  .banner-on .page-sharing {
    top: 554px; } }

.share-label {
  color: #f9f8fa;
  font-size: 10px;
  margin-bottom: 10px; }
  @media (min-width: 768px) {
    .share-label {
      font-size: 12px;
      margin-bottom: 0; } }

/* mobile content sharing */
.inner-sharing .share-label {
  color: #bfc1c1;
  float: left;
  letter-spacing: 2px;
  line-height: 44px;
  margin-right: 10px;
  text-transform: uppercase; }
.inner-sharing ul {
  float: left;
  list-style: none;
  margin: 0;
  padding: 0; }
  .inner-sharing ul li {
    float: left;
    margin-right: 10px; }
@media (min-width: 768px) {
  .inner-sharing {
    display: none; } }

/* icons */
a.icon {
  text-decoration: none; }

[data-icon]:before {
  font-family: "phish-custom";
  content: attr(data-icon);
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none !important;
  speak: none;
  display: inline-block;
  text-decoration: none;
  width: 1em;
  line-height: 1em;
  -webkit-font-smoothing: antialiased; }

.icon {
  display: block;
  position: relative;
  text-indent: -10000px; }
  .icon:before {
    font-size: 16px;
    left: 0;
    position: absolute;
    text-align: center;
    text-indent: 0;
    top: 0; }

.no-touch .icon:hover {
  color: #e36740; }

.icon-light,
.icon-light:visited {
  -moz-border-radius: 18px;
  /* FF1+ */
  -webkit-border-radius: 18px;
  /* Saf3+, Chrome */
  border-radius: 18px;
  /* Standard. IE9 */
  /**
   * @bugfix border-radius background bleed
   * @see http://tumble.sneak.co.nz/post/928998513/fixing-the-background-bleed
   */
  -webkit-background-clip: padding-box;
  background-color: #f9f8fa;
  color: #413648;
  height: 36px;
  width: 36px; }
  .icon-light:before,
  .icon-light:visited:before {
    font-size: 26px;
    height: 36px;
    left: 0;
    top: 5px;
    width: 36px; }

.no-touch .icon-light:hover {
  color: #e36740; }

.icon-dark {
  -moz-border-radius: 20px;
  /* FF1+ */
  -webkit-border-radius: 20px;
  /* Saf3+, Chrome */
  border-radius: 20px;
  /* Standard. IE9 */
  /**
   * @bugfix border-radius background bleed
   * @see http://tumble.sneak.co.nz/post/928998513/fixing-the-background-bleed
   */
  -webkit-background-clip: padding-box;
  background-color: #52455c;
  color: white;
  height: 40px;
  width: 40px; }
  .icon-dark:visited {
    color: white; }
  .icon-dark:before {
    font-size: 25px;
    height: 40px;
    left: 0;
    top: 8px;
    width: 40px; }
  @media (min-width: 768px) {
    .icon-dark {
      -moz-border-radius: 13px;
      /* FF1+ */
      -webkit-border-radius: 13px;
      /* Saf3+, Chrome */
      border-radius: 13px;
      /* Standard. IE9 */
      /**
       * @bugfix border-radius background bleed
       * @see http://tumble.sneak.co.nz/post/928998513/fixing-the-background-bleed
       */
      -webkit-background-clip: padding-box;
      height: 26px;
      width: 26px; }
      .icon-dark:before {
        font-size: 16px;
        height: 26px;
        top: 5px;
        width: 26px; } }

.no-touch .icon-dark:hover {
  color: #e36740; }

.icon-simple {
  display: block;
  position: relative; }
  .icon-simple:before {
    content: '';
    font-family: "phish-custom";
    font-size: 16px;
    position: absolute;
    text-align: center; }

/* Textures */
.texture-back, .load-more, .excerpt.p2, .excerpt.p3 {
  background-image: url("../img/box-texture.png?ver=1.0");
  background-position: 0 bottom;
  background-repeat: repeat-x; }

/* Random */
.load-more {
  margin-bottom: 40px;
  background-color: #e36740;
  color: white;
  display: block;
  font-size: 16px;
  letter-spacing: 3px;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase; }
  .load-more:visited {
    color: white; }
  .load-more:hover {
    text-decoration: none; }
  @media (min-width: 768px) {
    .load-more {
      font-size: 24px;
      line-height: 60px; } }

.no-touch .load-more:hover {
  background-color: #413648; }

.hide-mobile {
  display: none; }
  @media (min-width: 768px) {
    .hide-mobile {
      display: block; } }

.hide-tablet {
  display: none; }
  @media (min-width: 1025px) {
    .hide-tablet {
      display: block; } }

.js .hide-if-js {
  display: none; }

.header-banner {
  background: #000;
  text-align: center; }
  .header-banner img {
    max-width: 100%; }

.wide-inner-wrapper {
  margin: 0 auto;
  position: relative;
  max-width: 1600px; }

.icon-close {
  color: white;
  cursor: pointer;
  height: 50px;
  position: absolute;
  right: 10px;
  top: 15px;
  width: 50px; }
  .icon-close:before {
    font-size: 40px;
    height: 50px;
    left: 0;
    top: 0;
    width: 50px; }

/* 	Navigation Bar
	------------------------------------------------------- */
.nav-bar {
  background-color: #413648;
  display: none;
  padding-bottom: 75px;
  padding-top: 10px;
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 2; }
  @media (min-width: 768px) {
    .nav-bar {
      display: block;
      height: 55px;
      padding-bottom: 0;
      position: relative;
      top: auto;
      z-index: 0; } }
  .nav-bar.on {
    display: block; }

.nav-main {
  display: block;
  font-size: 20px;
  letter-spacing: 2px;
  padding: 10px 14px 32px;
  position: relative; }
  .nav-main li {
    position: relative;
    display: block; }
    .nav-main li a,
    .nav-main li a:visited {
      color: #f9f8fa;
      display: block;
      line-height: 34px;
      padding: 0 18px 0 0;
      text-decoration: none;
      text-transform: uppercase; }
    .nav-main li:last-child a {
      padding-right: 10px; }
  .nav-main .current-menu-item a,
  .nav-main .current-menu-item a:visited {
    color: #e36740; }
  @media (min-width: 768px) {
    .nav-main {
      float: left;
      font-size: 11px;
      padding: 0; }
      .nav-main li {
        float: left; }
        .nav-main li a {
          line-height: 37px; } }

.no-touch .nav-main li a:hover {
  color: #e36740; }

.mobile-menu-btn {
  background-color: #413648;
  color: white;
  cursor: pointer;
  float: right;
  height: 55px;
  margin-top: 20px;
  width: 55px; }
  .mobile-menu-btn:before {
    font-size: 22px;
    height: 55px;
    top: 16px;
    width: 55px; }
  @media (min-width: 768px) {
    .mobile-menu-btn {
      display: none; } }

.no-touch .mobile-menu-btn:hover {
  color: white; }

.mobile-menu-close {
  color: white;
  cursor: pointer;
  height: 40px;
  position: absolute;
  right: 0;
  top: 8px;
  width: 40px;
  z-index: 2; }
  .mobile-menu-close:before {
    color: white;
    font-size: 35px;
    height: 20px;
    left: 0;
    top: 0;
    width: 20px; }
  @media (min-width: 768px) {
    .mobile-menu-close {
      display: none; } }

.header-social-links {
  display: none; }
  @media (min-width: 1025px) {
    .header-social-links {
      display: block; } }

.social-links {
  float: left;
  list-style: none;
  margin: 0;
  padding: 0; }
  .social-links li {
    float: left;
    margin: 0 5px; }

.phish-mail {
  display: none; }
  @media (min-width: 1025px) {
    .phish-mail {
      -moz-border-radius: 17px;
      /* FF1+ */
      -webkit-border-radius: 17px;
      /* Saf3+, Chrome */
      border-radius: 17px;
      /* Standard. IE9 */
      /**
       * @bugfix border-radius background bleed
       * @see http://tumble.sneak.co.nz/post/928998513/fixing-the-background-bleed
       */
      -webkit-background-clip: padding-box;
      background-color: #f9f8fa;
      color: white;
      display: block;
      float: right;
      height: 34px;
      line-height: 40px;
      text-align: right;
      text-transform: uppercase;
      width: 180px; } }

#phish-mail-input {
  background-color: transparent;
  border: 0;
  color: #413648;
  float: left;
  font-size: 11px;
  margin: 5px 0 0 5px;
  padding: 4px;
  width: 126px; }

.phish-mail-submit {
  -moz-border-radius: 14px;
  /* FF1+ */
  -webkit-border-radius: 14px;
  /* Saf3+, Chrome */
  border-radius: 14px;
  /* Standard. IE9 */
  /**
   * @bugfix border-radius background bleed
   * @see http://tumble.sneak.co.nz/post/928998513/fixing-the-background-bleed
   */
  -webkit-background-clip: padding-box;
  background: #e36740 url("../img/sprite.png?ver=1.0") no-repeat 11px 5px;
  border: 0;
  color: white;
  font-size: 0;
  float: right;
  height: 28px;
  margin: 3px 3px 0 0;
  padding: 0;
  width: 28px; }

/** Masthead
 -------------------------------------------------- */
#masthead {
  margin: 10px 0; }
  @media (min-width: 768px) {
    #masthead {
      margin: 0 0 30px; } }

.logo {
  background: url("../img/logo.png?ver=1.0");
  background-size: 120px 97px;
  float: left;
  height: 97px;
  margin: 0;
  text-indent: -10000px;
  width: 120px; }
  .logo a {
    display: block;
    height: 97px;
    width: 120px; }
  @media (min-width: 768px) {
    .logo {
      background-size: 256px 207px;
      font-size: 72px;
      height: 207px;
      margin: 27px 0 0;
      width: 256px; }
      .logo a {
        height: 207px;
        width: 256px; } }

.no-backgroundsize .logo {
  background: url("../img/logo-sm.png?ver=1.0"); }
  @media (min-width: 768px) {
    .no-backgroundsize .logo {
      background: url("../img/logo.png?ver=1.0"); } }

.announcement {
  display: none; }
  @media (min-width: 768px) {
    .announcement {
      display: block;
      font-size: 20px;
      margin-top: 85px; } }
  @media (min-width: 1025px) {
    .announcement {
      font-size: 24px; } }

.announcement-links {
  margin-top: 15px;
  color: #7e668e;
  font-family: "function_probook", Arial, sans-serif;
  font-size: 14px; }

.announcement-link-1 {
  float: left; }
  .announcement-link-1 a {
    color: #e36740; }

.announcement-link-2 {
  float: right; }
  .announcement-link-2 a {
    color: #7e668e; }

#site-footer {
  background: white;
  border-top: 1px solid #e4e6ec;
  font-size: 12px;
  padding: 20px 0 30px;
  text-align: center;
  text-transform: uppercase; }
  @media (min-width: 1025px) {
    #site-footer {
      padding: 40px 0; } }

.nav-footer {
  display: none;
  letter-spacing: 2px; }
  .nav-footer ul {
    float: left;
    list-style: none; }
  .nav-footer li {
    float: left;
    margin-right: 22px; }
    .nav-footer li a {
      color: #e36740;
      text-decoration: none; }
  @media (min-width: 1025px) {
    .nav-footer {
      display: block; } }

.footer-social-links {
  float: none;
  margin: 0 auto 20px;
  width: 150px; }
  @media (min-width: 1025px) {
    .footer-social-links {
      float: right;
      margin: -10px 0 0 -5px;
      width: auto; } }

.copyright {
  clear: both;
  text-align: center; }
  @media (min-width: 1025px) {
    .copyright {
      float: left; } }

.credit {
  text-align: center; }
  @media (min-width: 1025px) {
    .credit {
      text-align: right; } }

.footer-ad {
  clear: both;
  display: none;
  margin: 40px 0;
  text-align: center; }
  @media (min-width: 1025px) {
    .footer-ad {
      display: block; } }

/* 	Content - Posts, Pages, Comments
	------------------------------------------------------- */
.page-break {
  background-color: #413648;
  color: #fff;
  padding: 5px 10px; }

/** Excerpts
 -------------------------------------------------- */
.excerpt {
  position: relative; }
  .excerpt.p2 {
    background-color: #e36740;
    color: white; }
    .excerpt.p2 .excerpt-title a p {
      margin-bottom: 0; }
    .excerpt.p2 .excerpt-title .excerpt-sub-title {
      text-transform: none; }
      .excerpt.p2 .excerpt-title .excerpt-sub-title p {
        line-height: 16px; }
    .excerpt.p2 .excerpt-sub-title {
      text-transform: none; }
  .excerpt.p3 {
    background-color: #413648;
    color: white; }

.excerpt-sub-title {
  font-family: "function_promedium", Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  margin-bottom: 5px;
  text-transform: uppercase; }

.excerpt-thumbnail {
  margin-bottom: 15px; }

.masonry-box .excerpt-thumbnail img {
  width: 100%; }

.format-gallery .excerpt-thumbnail,
.format-video .excerpt-thumbnail {
  cursor: pointer; }

#masonry .widget-admin-link {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 2000;
  padding: 0 4px;
  background-color: rgba(255, 255, 255, 0.4); }
#masonry .widget-admin-link:hover {
  background-color: rgba(255, 255, 255, 0.8); }

.home-excerpt-spotify {
  width: 100%;
  height: 400px; }
  .home-excerpt-spotify iframe {
    width: 100%; }
  @media (min-width: 768px) {
    .home-excerpt-spotify {
      height: 90px;
      width: 181px; }
      .c4-9 .home-excerpt-spotify {
        height: 450px;
        width: 370px; } }
  @media (min-width: 1025px) {
    .home-excerpt-spotify {
      height: 310px;
      width: 231px; }
      .c4-9 .home-excerpt-spotify {
        height: 550px;
        width: 474px; } }

.excerpt-date {
  color: #68947c;
  font-size: 10px;
  text-transform: uppercase; }

.excerpt-title {
  color: #413648;
  font-family: "function_prodemi", Arial, sans-serif;
  font-weight: normal;
  margin-top: 0; }
  .excerpt-title a {
    color: #403547;
    text-decoration: none; }

.no-touch .excerpt-title a:hover {
  color: #e36740;
  text-decoration: underline; }

.excerpt.p2 .excerpt-title,
.excerpt.p3 .excerpt-title {
  font-family: "function_promedium", Arial, sans-serif;
  font-weight: normal;
  margin-bottom: 0; }
  .excerpt.p2 .excerpt-title a,
  .excerpt.p3 .excerpt-title a {
    color: white; }
.excerpt.p2 .excerpt-content,
.excerpt.p3 .excerpt-content {
  font-size: 12px; }

.excerpt.p4 {
  border: 0;
  border-bottom: 1px solid #e4e6ec;
  margin-bottom: 0;
  padding: 14px 0 0; }
  .excerpt.p4:first-child {
    padding-top: 0; }
  .excerpt.p4 .excerpt-title {
    margin-bottom: 20px;
    font-family: "function_promedium", Arial, sans-serif;
    font-weight: normal; }
    .excerpt.p4 .excerpt-title a {
      color: #e36740; }

.excerpt.p5 {
  background-color: #68947c;
  border: 0;
  color: white;
  padding: 12px; }
  .excerpt.p5 .rubric {
    color: #413648;
    font-size: 12px;
    letter-spacing: 2px;
    margin-top: 10px; }
  .excerpt.p5 a {
    color: white;
    text-decoration: none; }
  .excerpt.p5 .excerpt-thumbnail {
    float: left;
    margin-bottom: 0;
    margin-right: 10px;
    width: 84px; }
  .excerpt.p5 .excerpt-title {
    font-family: "function_probook", Arial, sans-serif;
    font-weight: normal;
    margin-bottom: 6px; }
  .excerpt.p5 .excerpt-content,
  .excerpt.p5 .read-more {
    padding-left: 94px; }
  .excerpt.p5 .read-more {
    font-family: "function_prodemi", Arial, sans-serif;
    letter-spacing: 1px; }
  @media (min-width: 768px) {
    .excerpt.p5 .excerpt-thumbnail {
      margin-right: 26px;
      max-width: 201px;
      width: auto; }
    .excerpt.p5 .excerpt-content,
    .excerpt.p5 .read-more {
      padding-left: 227px; }
    .excerpt.p5 .excerpt-title {
      font-family: "function_promedium", Arial, sans-serif;
      margin: 14px 0; } }
  @media (min-width: 1025px) {
    .excerpt.p5 .rubric {
      font-size: 14px; }
    .excerpt.p5 .excerpt-title {
      font-size: 36px;
      margin: 18px 0; } }

.oldie .p5 .excerpt-thumbnail img {
  height: auto;
  max-width: 100%;
  width: inherit; }

.release-meta {
  font-size: 10px;
  margin: 2px 0 0 0;
  text-transform: uppercase; }

.rubric {
  margin-bottom: 5px;
  font-size: 12px;
  text-transform: uppercase; }

.play-btn {
  margin-right: 10px;
  color: #7e668e;
  float: left;
  height: 50px;
  margin-top: -2px;
  width: 50px; }
  .play-btn:before {
    font-size: 50px;
    height: 50px;
    width: 50px; }
  .play-btn.light {
    color: white; }
    .play-btn.light:visited {
      color: white; }
  .play-btn:visited {
    color: #7e668e; }

.no-touch .play-btn:hover {
  color: #e36740; }

.no-touch .play-btn.light:hover {
  color: white; }

/** Purchase Entries
 -------------------------------------------------- */
.purchase-entry {
  border-top: 1px solid #e4e6ec;
  padding: 8px 0; }
  .purchase-entry:first-child {
    border-top: 0; }
  .type-song .purchase-entry:nth-child(n+11) {
    display: none; }

.type-song .shows .purchase-info a {
  text-decoration: none;
  color: #413648; }

.no-touch .type-song .shows .purchase-info a:hover {
  color: #e36740; }

.show-more-releases .releases .purchase-entry,
.show-more-shows .shows .purchase-entry {
  display: block; }
  .show-more-releases .releases .purchase-entry + .btn,
  .show-more-shows .shows .purchase-entry + .btn {
    display: none; }

.purchase-info {
  font-size: 12px;
  float: left;
  width: 75%; }

.purchase-show-venue.p1 {
  font-size: 18px; }
  .purchase-show-venue.p1 a {
    text-decoration: none; }

.purchase-actions {
  float: right;
  text-transform: uppercase;
  width: 22%; }
  .purchase-actions .dark {
    float: right; }

.purchase-action-link,
.purchase-action-link:visited {
  color: #413648;
  display: inline-block;
  font-size: 12px;
  line-height: 40px;
  margin-right: 30px; }

.no-touch .purchase-action-link:hover {
  color: #e36740; }

.purchase-show-link {
  text-transform: uppercase; }
  @media (min-width: 768px) {
    .purchase-show-link {
      font-size: 14px;
      margin-top: 4px; } }
  @media (min-width: 1025px) {
    .purchase-show-link {
      display: none; } }

.purchase-entry.p1 {
  border-bottom: 1px solid #e4e6ec;
  margin-bottom: 15px;
  padding: 4px 0 0; }
  .purchase-entry.p1 .date-block {
    margin-bottom: 25px; }

.purchase-entry.p1,
.purchase-entry.p2 {
  font-weight: normal; }
  .purchase-entry.p1 .purchase-details,
  .purchase-entry.p2 .purchase-details {
    padding-left: 64px;
    padding-top: 0; }
    @media (min-width: 768px) {
      .purchase-entry.p1 .purchase-details,
      .purchase-entry.p2 .purchase-details {
        padding-left: 94px; } }
  .purchase-entry.p1 .purchase-info,
  .purchase-entry.p2 .purchase-info {
    width: 100%; }
    @media (min-width: 1025px) {
      .purchase-entry.p1 .purchase-info,
      .purchase-entry.p2 .purchase-info {
        width: 56%; } }
    article.tour-archive .purchase-entry.p1 .purchase-info, article.tour-archive
    .purchase-entry.p2 .purchase-info {
      width: 100%; }
  .purchase-entry.p1 .purchase-show-tour-date-title,
  .purchase-entry.p2 .purchase-show-tour-date-title {
    color: #e36740;
    font-size: 10px;
    font-weight: normal;
    line-height: 14px;
    margin-bottom: 0;
    text-transform: uppercase; }
    @media (min-width: 768px) {
      .purchase-entry.p1 .purchase-show-tour-date-title,
      .purchase-entry.p2 .purchase-show-tour-date-title {
        font-size: 16px;
        line-height: 24px; } }
  @media (min-width: 768px) {
    .purchase-entry.p1 .purchase-show-location,
    .purchase-entry.p2 .purchase-show-location {
      color: #7e668e;
      display: block;
      font-family: "function_promedium", Arial, sans-serif;
      font-size: 14px;
      margin-bottom: 6px;
      margin-top: 6px; } }
  .purchase-entry.p1 .show-map-link,
  .purchase-entry.p2 .show-map-link {
    color: #7e668e;
    text-transform: uppercase; }
  .purchase-entry.p1 .purchase-actions,
  .purchase-entry.p2 .purchase-actions {
    float: none;
    margin: 0 0 10px;
    width: 80%; }
    @media (min-width: 768px) {
      .purchase-entry.p1 .purchase-actions,
      .purchase-entry.p2 .purchase-actions {
        max-width: none; } }
    @media (min-width: 1025px) {
      .purchase-entry.p1 .purchase-actions,
      .purchase-entry.p2 .purchase-actions {
        float: right;
        max-width: none;
        text-align: right;
        width: 44%; } }
  .purchase-entry.p1 .purchase-btn,
  .purchase-entry.p2 .purchase-btn {
    background-color: #e36740;
    color: white;
    font-size: 12px;
    padding: 13px 14px 11px;
    width: 84px; }
  .purchase-entry.p1 .no-touch .purchase-btn:hover,
  .purchase-entry.p2 .no-touch .purchase-btn:hover {
    background-color: #413648;
    text-decoration: none; }
  .purchase-entry.p1 .purchase-action-link,
  .purchase-entry.p2 .purchase-action-link {
    margin-right: 0; }
    @media (min-width: 768px) {
      .purchase-entry.p1 .purchase-action-link,
      .purchase-entry.p2 .purchase-action-link {
        margin-right: 40px; } }
  .purchase-entry.p1 .show-extras,
  .purchase-entry.p2 .show-extras {
    display: none; }
    @media (min-width: 1025px) {
      .purchase-entry.p1 .show-extras,
      .purchase-entry.p2 .show-extras {
        display: inline-block;
        list-style: none;
        margin: 0 40px 0 0;
        padding: 0; }
        .purchase-entry.p1 .show-extras li,
        .purchase-entry.p2 .show-extras li {
          color: #bfc1c1;
          float: right;
          height: 13px;
          margin-bottom: -3px;
          margin-right: 6px;
          overflow: hidden;
          text-indent: 100%;
          white-space: nowrap;
          width: 15px; }
          .purchase-entry.p1 .show-extras li:before,
          .purchase-entry.p2 .show-extras li:before {
            font-size: 14px; } }

.purchase-entry.p2 {
  padding: 10px 0; }
  @media (min-width: 768px) {
    .purchase-entry.p2 {
      padding: 20px 0; } }
  .purchase-entry.p2:first-child {
    border-top: 0;
    padding-top: 0; }
  @media (min-width: 1025px) {
    .purchase-entry.p2 .purchase-info {
      width: 56%; } }
  .purchase-entry.p2 .purchase-actions {
    display: none; }
    @media (min-width: 1025px) {
      .purchase-entry.p2 .purchase-actions {
        display: block;
        margin: 18px 0 0 0;
        text-align: right; } }
  .purchase-entry.p2 .purchase-action-link {
    margin-right: 10px; }
    @media (min-width: 1025px) {
      .purchase-entry.p2 .purchase-action-link {
        margin-right: 40px; } }

/** Song List
 -------------------------------------------------- */
.purchase-song-list {
  list-style: none;
  margin: 0;
  padding: 0; }
  @media (min-width: 768px) {
    .purchase-song-list {
      margin-bottom: 20px; } }
  .purchase-song-list li {
    border-top: 1px solid #e4e6ec;
    padding: 7px 0 5px; }
    .purchase-song-list li:first-child {
      border-top: 0; }
  .purchase-song-list .play-song {
    height: 20px;
    left: 0;
    margin-right: 10px;
    position: absolute;
    top: 1px;
    width: 20px; }
    .purchase-song-list .play-song:before {
      background-color: #e36740;
      color: white;
      content: "m";
      font-family: "phish-custom";
      font-size: 10px;
      height: 20px;
      line-height: 20px;
      width: 20px; }
    .purchase-song-list .play-song.playing:before {
      background-color: #68947c; }
    .purchase-song-list .play-song.buffering:before {
      background-color: #413648; }
    .purchase-song-list .play-song.error:before {
      content: "!"; }

.no-touch .purchase-song-list .play-song:hover:before {
  background-color: #413648; }

.purchase-song-title {
  color: #535046;
  display: block;
  float: left;
  line-height: 20px;
  text-decoration: none; }
  .purchase-song-title:visited {
    color: #535046; }

.setlist-segue {
  float: left; }

.song-links {
  float: left;
  padding-left: 30px;
  position: relative;
  width: 82%; }

.purchase-song-actions {
  float: right;
  margin-bottom: 2px;
  text-align: right;
  width: 18%; }

.purchase-song-link {
  cursor: pointer;
  display: block;
  float: right;
  position: relative;
  text-decoration: none;
  text-transform: uppercase; }

.buy-album-links,
.purchase-song-links {
  cursor: pointer;
  position: relative; }
  .buy-album-links.on .buy-options,
  .purchase-song-links.on .buy-options {
    display: block; }

.no-touch .buy-album-links:hover .buy-options,
.no-touch .purchase-song-links:hover .buy-options {
  display: block; }

.buy-options {
  background-color: #e36740;
  display: none;
  left: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: left;
  top: 41px;
  width: 100%;
  z-index: 1; }
  .buy-options li {
    border: 1px solid #e36740;
    padding: 0; }
  .buy-options a {
    color: white;
    display: block;
    padding: 8px 10px;
    text-decoration: none; }

.no-touch .buy-options a:hover {
  background-color: white;
  color: #e36740; }

.purchase-song-links .buy-options {
  left: auto;
  right: 0;
  top: 20px;
  width: 132px; }

/** Show Page
 -------------------------------------------------- */
.show-meta {
  font-size: 14px;
  padding: 8px 0; }
  @media (min-width: 768px) {
    .show-meta .c8-11 {
      padding-left: 20px; } }

.show-detail-header {
  font-family: "function_pro_bookbold", Arial, sans-serif;
  margin-top: 20px; }
  @media (min-width: 768px) {
    .show-detail-header:first-child {
      margin-top: 0; } }

.show-details {
  font-family: "function_promedium", Arial, sans-serif;
  list-style: none;
  margin: 0 0 20px;
  padding: 0; }
  @media (min-width: 768px) {
    .show-details {
      margin: 0; } }

.show-videos {
  list-style: none;
  margin: 0;
  padding: 0; }
  .show-videos li {
    margin-top: 30px;
    position: relative; }
    .show-videos li:first-child {
      margin-top: 0; }
    .show-videos li img {
      margin-bottom: 10px; }

.show-video-image .excerpt-header {
  min-height: 50px;
  padding-left: 60px;
  position: relative; }
  @media (min-width: 768px) {
    .show-video-image .excerpt-header {
      min-height: 28px;
      padding-left: 36px; } }
  @media (min-width: 1025px) {
    .show-video-image .excerpt-header {
      min-height: 50px;
      padding-left: 60px; } }
.show-video-image .play-btn {
  left: 0;
  margin-right: 0;
  position: absolute;
  top: 0; }
  @media (min-width: 768px) {
    .show-video-image .play-btn {
      height: 30px;
      width: 30px; }
      .show-video-image .play-btn:before {
        font-size: 30px;
        height: 30px;
        width: 30px; } }
  @media (min-width: 1025px) {
    .show-video-image .play-btn {
      height: 50px;
      width: 50px; }
      .show-video-image .play-btn:before {
        font-size: 50px;
        height: 50px;
        width: 50px; } }
.show-video-image .excerpt-title {
  margin-bottom: 0; }
  @media (min-width: 768px) {
    .show-video-image .excerpt-title {
      font-size: 16px;
      line-height: 18px; } }
  @media (min-width: 1025px) {
    .show-video-image .excerpt-title {
      font-size: 22px;
      line-height: 24px; } }

/**
 * Used for inline gallery rendering
 */
#show-photo-gallery {
  height: 800px;
  width: 1200px; }

#show-photo-gallery-wrapper {
  position: absolute;
  top: -10000px;
  left: -10000px; }

.show-photo-gallery {
  padding: 15px 0 5px 5px; }
  .show-photo-gallery ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .show-photo-gallery li {
    display: block;
    float: left;
    height: 80px;
    margin: 0 5px 10px;
    width: 80px;
    cursor: pointer; }
  @media (min-width: 768px) {
    .show-photo-gallery {
      padding: 20px 0 10px 15px; }
      .show-photo-gallery li {
        height: 100px;
        margin: 0 5px 10px;
        width: 100px; } }

.show-dates-grid {
  padding: 15px 0 5px 10px; }
  .show-dates-grid .date-block {
    margin: 0 5px 10px; }

/** Media Page
 -------------------------------------------------- */
.excerpt-media.type-video .excerpt-title {
  padding-left: 60px; }
.excerpt-media .play-btn {
  margin-top: 14px; }

/** Release Landing and Single Post
 -------------------------------------------------- */
.album-header .btn {
  color: white;
  margin-bottom: 10px;
  margin-bottom: 10px; }
  .album-header .btn:visited {
    color: white; }
  @media (min-width: 1025px) {
    .album-header .btn {
      float: right;
      margin: 0 0 0 10px; } }

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

.album-title {
  color: #403547;
  font-family: "function_promedium", Arial, sans-serif;
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 8px; }
  @media (min-width: 768px) {
    .album-title {
      font-size: 36px;
      line-height: 41px; } }

.album-content {
  margin-top: 20px; }

.set-marker {
  font-size: 12px;
  margin: 24px 0 12px 0; }
  .set-marker:first-child {
    margin-top: 0; }

.release-spotify-frame {
  line-height: 0;
  text-align: center; }

/** Song Post
 -------------------------------------------------- */
.song-title {
  color: #403547;
  margin-bottom: 8px; }

.more-shows-btn {
  font-size: 14px;
  padding: 10px 7px;
  width: 100%; }

/** Single Post
 -------------------------------------------------- */
.entry-title {
  color: #413648; }

.entry-date {
  font-size: 10px;
  text-transform: uppercase; }

.single .entry-content {
  font-size: 18px;
  line-height: 30px; }
  .single .entry-content .entry-image {
    text-align: center; }

.single article {
  position: relative;
  z-index: 1; }

/** News and Band Excerpts
 -------------------------------------------------- */
.excerpt.type-news,
.excerpt.type-band {
  margin-bottom: 12px; }

/** Band Single Post
 -------------------------------------------------- */
.related-media {
  padding: 5px; }

.related-media-thumb {
  display: block;
  float: left;
  margin: 5px 1.5%;
  width: 47%; }
  @media (min-width: 480px) {
    .related-media-thumb {
      margin: 5px 1%;
      width: 23%; } }
  @media (min-width: 768px) {
    .related-media-thumb {
      margin: 5px;
      width: 74px; } }
  @media (min-width: 1025px) {
    .related-media-thumb {
      margin: 5px;
      width: 99px; } }

.single-band .show-video-image img {
  width: 100%; }
.single-band .show-video-image .play-btn {
  height: 50px;
  width: 50px; }
  .single-band .show-video-image .play-btn:before {
    font-size: 50px;
    height: 50px;
    width: 50px; }
.single-band .show-video-image .excerpt-title {
  font-size: 20px;
  line-height: 20px; }
@media (min-width: 768px) {
  .single-band .show-video-image .play-btn {
    height: 35px;
    margin-right: 0;
    width: 35px; }
    .single-band .show-video-image .play-btn:before {
      font-size: 35px;
      height: 35px;
      width: 35px; }
  .single-band .show-video-image .excerpt-title {
    font-size: 16px;
    line-height: 16px; } }
@media (min-width: 1025px) {
  .single-band .show-video-image .play-btn {
    height: 50px;
    width: 50px; }
    .single-band .show-video-image .play-btn:before {
      font-size: 50px;
      height: 50px;
      width: 50px; }
  .single-band .show-video-image .excerpt-title {
    font-size: 20px;
    line-height: 20px; } }

/** Waterwheel Page
 -------------------------------------------------- */
.donate {
  margin: 5px auto 0;
  text-align: center;
  width: 210px; }
  @media (min-width: 768px) {
    .donate {
      float: right;
      margin: 0; } }

.donate-btn {
  display: inline-block;
  margin: 30px 0;
  padding: 8px 0 7px;
  width: 210px; }

@media (min-width: 768px) {
  .waterwheel-main-content {
    padding-right: 250px; } }

/** FAQ Page
 -------------------------------------------------- */
.faq-links {
  list-style: none;
  margin: 0;
  padding: 0;
  text-transform: uppercase; }
  .faq-links li {
    margin-bottom: 5px; }
  .faq-links a {
    text-decoration: none; }

/** Tour Upcoming and Archive Landing Page
-------------------------------------------------- */
.tour-title-header {
  color: #413648;
  font-family: "function_prodemi", Arial, sans-serif;
  font-weight: normal;
  margin-bottom: 10px;
  margin-top: 20px; }
  .tour-title-header a:link,
  .tour-title-header a:visited {
    color: #413648;
    text-decoration: none; }

.no-touch .tour-title-header a:hover {
  color: #e36740; }

.tour-promo-box {
  text-align: center;
  display: none; }
  @media (min-width: 768px) {
    .tour-promo-box {
      display: block; } }

.rsvp-link {
  border: 1px solid #e36740;
  clear: both;
  color: #e36740;
  display: block;
  font-size: 12px;
  margin-right: 1px;
  padding: 10px 0;
  text-align: center;
  text-decoration: none;
  width: 50px; }
  .rsvp-link:visited {
    color: #e36740; }
  @media (min-width: 768px) {
    .rsvp-link {
      width: 80px; } }

.no-touch .rsvp-link:hover {
  background-color: #e36740;
  color: white;
  text-decoration: none; }

.from-the-road-update {
  float: right;
  font-family: "function_promedium", Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  padding: 4px 4px 0 0; }

.block-entry-title {
  color: #413648;
  font-family: "function_promedium", Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 18px; }
  .block-entry-title a,
  .block-entry-title a:visited {
    color: #413648;
    text-decoration: none; }
  @media (min-width: 768px) {
    .block-entry-title {
      font-size: 32px;
      line-height: 32px; } }

.no-touch .block-entry-title a:hover {
  color: #e36740; }

.tour-archive-entry .block-entry-title {
  font-size: 18px;
  margin-bottom: 2px; }
  @media (min-width: 768px) {
    .tour-archive-entry .block-entry-title {
      font-size: 32px;
      line-height: 32px;
      margin-bottom: 5px; } }
@media (min-width: 768px) {
  .tour-archive-entry .date-block.p2 {
    height: 65px;
    padding: 25px 0 0;
    width: 90px; } }

.archive-detail-link,
.archive-detail-link:visited {
  color: #413648;
  text-transform: uppercase; }

.no-touch .archive-detail-link:hover {
  color: #e36740; }

/** Generic Page
-------------------------------------------------- */
.type-page .entry-content p:first-child {
  margin-top: 0; }

/** 404 Page
 -------------------------------------------------- */
.box-404 {
  margin-bottom: 80px; }

/**
 * Social comments styles
 * @package social-comments
 * ================================================ */
/** @section Basics
 * Covers resets and typography
 * a #social id is used to namespace our styles and create enough
 * specificity to make sure they take work.
 *
 * Always use a social- prefix on classes and IDs to prevent naming conflicts
 -------------------------------------------------- */
/* Override default theme line-height */
#social {
  background: #fff;
  line-height: 1.5;
  margin: 40px 0; }

/**
 * Browser/theme style reset
 * This gives us a reliable foundation for our styles, regardless of theme
 * but scoped to our comments.
 *
 * Based on work by Eric Meyer
 * @see http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
 */
#social * {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

#social a {
  text-decoration: none;
  outline: 0; }

.no-touch #social a:hover {
  text-decoration: underline; }

/** @section Utility
 -------------------------------------------------- */
/**
 * Updated super safe clearfix
 * Taken from CSS section of HTML5 Boilerplate http://html5boilerplate.com/. Thanks guys!
 */
#social .social-clearfix:before,
#social .social-clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  visibility: hidden; }

#social .social-clearfix:after {
  clear: both; }

#social .social-clearfix {
  zoom: 1; }

#social .social-imr {
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  text-indent: -32000px; }

/**
 * Subtext, help text, etc
 */
#social .social-help,
#social .social-psst {
  color: #999;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px; }

#social .social-help {
  font-style: italic; }

/** @section Sign-in and forms
 -------------------------------------------------- */
#social #commentform {
  overflow: hidden; }

/* Threaded respond form */
#social .social-commentlist #respond {
  margin: 6px 0;
  padding: 0 0 0 7px; }

#social .social-commentlist #reply-title {
  background-position: 0 -400px; }

#social .social-commentlist #commentform {
  border-left: 1px solid #e1e1e1;
  padding-left: 10px; }

/* Specificity of selector is dialed to
override TwentyEleven's treatment of text inputs in
the respond form */
#social input.social-input,
#social textarea.social-input,
#social .social-select {
  background: #f8f8f8;
  border: 1px solid #ccc;
  -moz-border-radius: 3px;
  /* FF1+ */
  -webkit-border-radius: 3px;
  /* Saf3+, Chrome */
  -khtml-border-radius: 3px;
  /* Konqueror */
  border-radius: 3px;
  /* Standard. IE9 */
  /**
   * @bugfix border-radius background bleed
   * @see http://tumble.sneak.co.nz/post/928998513/fixing-the-background-bleed
   */
  -webkit-background-clip: padding-box;
  -moz-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
  /* FF3.5+ */
  -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
  /* Saf3+, Chrome */
  box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
  /* Standard. Opera 10.5, IE9 */
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  padding: 2px 4px;
  text-indent: 0; }

/**
 * Line-height fix
 */
#social input.social-input,
#social .social-select {
  height: 22px;
  padding-bottom: 1px;
  padding-top: 3px; }

#social .social-select {
  margin-top: 2px; }

#social .social-select optgroup {
  padding: 2px;
  font-weight: bold; }

#social .social-select option {
  font-weight: normal; }

#social .social-post {
  font-family: Helvetica, Arial, sans-serif; }

/* Input row styles */
#social .social-input-row,
#social .form-submit {
  clear: left;
  margin: 0 0 10px;
  overflow: hidden;
  padding-left: 80px;
  position: relative;
  zoom: 1; }

/* Override TwentyEleven
Remove float from para wrapping submit button. */
#social .form-submit {
  float: none; }

#social .form-submit,
#social .social-input-row-submit {
  height: 30px;
  margin-bottom: 0; }

#social .social-input-row .social-label {
  color: #333;
  cursor: pointer;
  font-size: 14px;
  display: block;
  left: 7px;
  position: absolute;
  top: 4px;
  width: 70px; }

#social #submit,
#social .social-input-row .social-input {
  /* Bypasses vertical alignment issues.
  only effects social-input-row inputs */
  float: left;
  /* Specifically here to counteract issues with margins in TwentyTen,
  but good to have either way */
  margin: 0; }

#social .social-input-row .social-help {
  float: left;
  line-height: 28px;
  margin-left: 7px; }

#social #respond {
  /* Override TwentyEleven theme
  Remove grey background */
  background: transparent;
  margin-bottom: 30px;
  width: auto; }

#social #respond input.social-input {
  width: 314px; }

#social #respond textarea.social-input {
  height: 83px;
  max-width: 464px; }

/* Specificity of this selector is dialed in to
override submit styles in TwentyEleven theme */
#social input#submit {
  background: #e9e9e9 url(../img/social/sprite-y-24.png) 0 0 no-repeat;
  border: 1px solid #ccc;
  -moz-border-radius: 4px;
  /* FF1+ */
  -webkit-border-radius: 4px;
  /* Saf3+, Chrome */
  -khtml-border-radius: 4px;
  /* Konqueror */
  border-radius: 4px;
  /* Standard. IE9 */
  /* Workaround for TwentyEleven theme
  Remove box shadow */
  -moz-box-shadow: none;
  /* FF3.5+ */
  -webkit-box-shadow: none;
  /* Saf3+, Chrome */
  box-shadow: none;
  /* Standard. Opera 10.5, IE9 */
  color: #0867ab;
  cursor: pointer;
  font: bold 14px/13px Helvetica, Arial, sans-serif;
  height: 24px;
  margin: 0;
  /**
   * @bugfix input width issue
   * @affected IE7
   * IE7 likes to make buttons with CSS applied WIDE, unless you apply overflow:visible
   */
  overflow: visible;
  padding: 4px 13px;
  /* Override TwentyEleven theme styles
  Remove left offset */
  position: static;
  text-shadow: #fff 0 1px 0; }

/* Specificity of this selector is dialed in to
override submit styles in TwentyEleven theme */
#social input#submit:active {
  background: #dedede url(../img/social/sprite-y-24.png) 0 -100px no-repeat;
  color: #0867ab; }

/**
 * @bugfix invisible hidden element
 * FF adds an invisible pseudo element to inputs. Reset it here.
 * @affected Firefox
 * @valid no
 */
#social #submit::-moz-focus-inner {
  border: 0;
  margin: 0;
  padding: 0; }

#social .social-twitter-icon,
#social .social-facebook-icon,
#social .social-facebook-like-icon {
  background: url(../img/social/sprite-y-24-icons.png) 0 -99px no-repeat;
  display: block;
  padding-left: 21px;
  /**
   * @bugfix hasLayout fix
   * @affected	IE6
   * Keeps background from showing up twice.
   */
  zoom: 1; }

#social .social-facebook-icon,
#social .social-facebook-like-icon {
  background-position: 0 -199px; }

#social .social-sign-in-links {
  margin: 0 auto 9px;
  width: 360px; }

#social .social-sign-in-links a {
  display: inline;
  float: left;
  height: 22px;
  margin: 0 15px;
  width: 150px; }

#social .social-sign-in-links .social-twitter {
  background: url("../img/social/social.png") 0 0 no-repeat; }

.no-touch #social .social-sign-in-links .social-twitter:hover {
  background-position: 0 -22px; }

#social .social-sign-in-links .social-twitter:active {
  background-position: 0 -44px; }

#social .social-sign-in-links .social-facebook {
  background: url("../img/social/social.png") -150px 0 no-repeat; }

.no-touch #social .social-sign-in-links .social-facebook:hover {
  background-position: -150px -22px; }

#social .social-sign-in-links .social-facebook:active {
  background-position: -150px -44px; }

/* Logged in form */
.logged-in #social .social-input-row-comment .social-label {
  /* Hide visually, but remain readable by screen readers */
  left: -999em;
  position: absolute; }

.logged-in #social #respond .form-submit,
.logged-in #social .social-input-row {
  /* Override TwentyEleven theme
  remove float:right */
  float: none;
  padding-left: 50px; }

/** @section Tabs
 -------------------------------------------------- */
/**
 * Work around Javascript FOUC accessibly
 * Prevent flash before tabs init...
 * Relies on snippet in master.js
 */
.social-js .social-tabs-panel {
  display: none; }

.social-js .social-tabs-first-panel {
  display: block; }

#social .social-heading {
  background: url("../img/social/background-strikethrough.gif") 0 13px repeat-x;
  font-family: Helvetica, Arial, sans-serif;
  margin-bottom: 10px; }

#social .social-title {
  margin: 0 0 0 9px;
  zoom: 1; }

#social .social-title span {
  display: block; }

#social .social-divider {
  background: url("../img/social/background-strikethrough.gif") center repeat-x;
  clear: both;
  font: italic 13px/1.5 Helvetica, Arial, sans-serif;
  margin: 0 7px 10px;
  text-align: center; }

#social .social-divider span {
  background-color: #fff;
  padding: 0 10px; }

#social .must-log-in {
  text-align: center; }

#social .social-must-log-in {
  margin-bottom: 25px; }

/** @section Comments List
 -------------------------------------------------- */
#social .social-commentlist {
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  margin: 10px 0 0; }

#social .social-comment {
  position: relative;
  border-top: 1px solid #e1e1e1;
  border-left: 1px solid #e1e1e1;
  -moz-border-radius-topleft: 4px;
  /* FF1+ */
  -webkit-border-top-left-radius: 4px;
  /* Saf3+, Chrome */
  -khtml-border-top-left-radius: 4px;
  /* Konqueror */
  border-top-left-radius: 4px;
  /* Standard. IE9 */
  margin: 0 0 10px;
  zoom: 1; }

#social .social-comment-header {
  margin-bottom: 6px;
  position: relative;
  z-index: 4; }

#social .social-comment-author {
  margin-right: 125px; }

#social .social-fn {
  display: block;
  font-size: 16px;
  line-height: 1.2;
  -o-text-overflow: ellipsis;
  /* Opera */
  text-overflow: ellipsis;
  /* IE6+, Safari, Konqueror, Standard? */
  overflow: hidden;
  /**
   * @workaround Prevent ugly overflow issues in IE6
   * @valid yes
   * @affected IE6
   */
  width: 100%; }

/* Callout post-author name */
#social .bypostauthor .social-fn {
  font-weight: bold; }

#social .social-identity {
  margin-top: 10px;
  position: relative; }

#social .social-identity .avatar {
  left: 0;
  position: absolute;
  top: 2px; }

#social #cancel-comment-reply-link {
  display: inline;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  margin: 3px 10px;
  position: static;
  text-transform: none; }

#social .social-comment-header .avatar {
  left: 0px;
  position: absolute;
  /**
   * Align with visual text top
   */
  top: 3px; }

#social .social-replied {
  background: url(../img/social/sprite-y-24-icons.png) 0 -300px no-repeat;
  display: block;
  height: 16px;
  left: -67px;
  position: absolute;
  top: -17px;
  width: 16px; }

#social .social-comment-inner {
  margin-right: 10px;
  padding: 7px 0 0 10px;
  position: relative;
  zoom: 1; }

#social .social-comment-header,
#social .social-comment-body,
#social .social-comment-entry-meta {
  padding-left: 50px; }

#social .social-comment-body {
  font-size: 14px;
  line-height: 18px;
  overflow: hidden; }

#social .social-comment-body p {
  margin: 0 0 5px; }

/* Children Comments */
#social .social-children {
  margin: 0;
  padding: 0;
  zoom: 1; }

#social .social-children li {
  list-style: none;
  margin: 0; }

#social .social-children .social-comment {
  border-right: 0;
  -moz-border-radius-topright: 0;
  /* FF1+ */
  -webkit-border-top-right-radius: 0;
  /* Saf3+, Chrome */
  -khtml-border-top-right-radius: 0;
  /* Konqueror */
  border-top-right-radius: 0;
  /* Standard. IE9 */
  -moz-border-radius-bottomright: 0;
  /* FF1+ */
  -webkit-border-bottom-right-radius: 0;
  /* Saf3+, Chrome */
  -khtml-border-bottom-right-radius: 0;
  /* Konqueror */
  border-bottom-right-radius: 0;
  /* Standard. IE9 */
  margin-left: 6px; }

#social .social-actions,
#social .social-actions a,
#social .social-comment-meta,
#social .social-comment-meta a,
#social .social-last-reply-when {
  color: #999;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px; }

#social a.comment-reply-link {
  /* Override TwentyEleven theme
  Remove background from reply links. */
  background: transparent; }

#social .social-actions {
  margin-bottom: 8px; }

#social .social-actions a,
#social .social-comment-meta a {
  text-decoration: underline; }

#social .social-comment-meta {
  background: url("../img/social/sprite-y-24-icons.png") no-repeat;
  line-height: 16px;
  padding-right: 20px;
  position: absolute;
  right: 0;
  top: 2px;
  white-space: nowrap; }

#social .social-comment-meta .social-posted-from a,
#social .social-comment-meta .social-posted-from {
  display: block;
  position: absolute;
  right: 0;
  width: 16px;
  height: 16px;
  margin-left: 5px; }

#social .social-comment-meta .social-posted-from span {
  display: none; }

#social .social-actions,
#social .social-actions a,
#social .social-last-reply-when,
#social .social-last-reply-when a {
  text-transform: lowercase; }

#social .social-last-reply-when {
  float: right;
  font-size: 11px;
  font-style: italic;
  margin-bottom: 4px;
  text-align: right; }

#social .social-comment-meta {
  background-position: right -1px; }

#social .social-comment-meta-twitter {
  background-position: right -100px; }

#social .social-comment-meta-facebook {
  background-position: right -200px; }

#social .social-comment-meta-pingback {
  background-position: right -400px; }

#social .social-pingback > .social-comment-inner {
  padding-left: 10px; }

#social .social-comment-collapse > .social-comment-inner > .social-comment-body,
#social .social-comment-collapse > .social-comment-inner > .social-actions,
#social .social-comment-collapse > .social-comment-inner > .social-items-comment {
  display: none; }

#social .social-comment-collapse > .social-comment-inner > .social-comment-header,
#social .social-comment-collapse.social-facebook-like > .social-comment-inner > .social-comment-body {
  filter: alpha(opacity=30);
  font-size: 12px;
  min-height: 18px;
  opacity: .3;
  padding-left: 35px; }

#social .social-facebook-like {
  margin-bottom: 5px; }

#social .social-facebook-like > .social-comment-inner > .social-comment-body {
  z-index: 3;
  position: relative;
  top: -1px;
  font-size: 12px; }

#social .social-comment-collapse.social-facebook-like > .social-comment-inner > .social-comment-body {
  top: -5px; }

#social .social-facebook-like > .social-comment-inner > .social-comment-header > .social-comment-author img {
  top: 1px; }

#social .social-comment-collapse > .social-comment-inner > .social-comment-header .social-fn {
  font-size: 12px;
  position: relative;
  left: -10px; }

#social .social-pingback.social-comment-collapse > .social-comment-inner > .social-comment-header .social-fn {
  left: 0; }

#social .social-comment-collapse > .social-comment-inner > .social-comment-header > .social-comment-author img {
  width: 16px;
  height: 16px;
  top: -1px; }

/*Tabs*/
#social .social-nav {
  background: url("../img/social/background-strikethrough.gif") 0 13px repeat-x;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 28px;
  list-style: none;
  margin: 0 0 3px;
  padding: 0 0 0 4px; }

#social .social-nav li {
  display: inline;
  float: left;
  margin-left: 10px; }

#social .social-nav .social-tab-main {
  margin-left: 0; }

#social #social-tabs-comments .social-nav li a span {
  background: url("../img/social/sprite-y-24-icons.png") 0 100px no-repeat;
  display: block; }

#social #social-tabs-comments .social-nav .social-wordpress a span {
  background-position: 0 4px;
  padding-left: 19px; }

#social #social-tabs-comments .social-nav .social-twitter a span {
  background-position: 0 -96px;
  padding-left: 19px; }

#social #social-tabs-comments .social-nav .social-facebook a span {
  background-position: 0 -195px;
  padding-left: 19px; }

#social #social-tabs-comments .social-nav .social-pingback a span {
  background-position: 0 -394px;
  padding-left: 19px; }

/* Tab graphical treatment - selected tabs, and section headers*/
#social #reply-title {
  margin: 0;
  overflow: hidden;
  padding-left: 13px;
  zoom: 1; }

#social #reply-title span,
#social .social-nav li a {
  float: left;
  font-size: 14px;
  height: 26px;
  line-height: 26px; }

#social .social-nav li a {
  background: #fff;
  padding: 0 12px 4px 12px; }

#social #reply-title span,
#social .social-nav .social-current-tab a {
  padding: 0 12px 4px 8px; }

#social #reply-title,
#social .social-nav .social-current-tab {
  background: url(../img/social/sprite-y-24.png) 0 -200px no-repeat; }

#social .social-nav .social-current-tab {
  background-position: -9px -200px;
  padding-left: 4px; }

#social #reply-title span,
#social .social-nav .social-current-tab a {
  background: url(../img/social/sprite-y-24.png) right -300px no-repeat;
  color: #000; }

/**
 * This is for the "more important" tabs
 */
#social .social-tab-main,
#social .social-heading .social-title {
  color: #000;
  font-size: 14px;
  font-weight: bold; }

#social #post_to {
  margin: 0 10px; }

#social #post_to label {
  cursor: pointer;
  width: auto; }

#social #post_to input {
  width: auto; }

/**
 * Comment Aggregation Widget
 */
.social-aggregation-spinner {
  vertical-align: middle; }

#wp-adminbar-comments-social {
  position: absolute;
  visibility: hidden; }

.social-aggregation-results {
  white-space: nowrap; }

/**
 * Social items display (retweets, likes, etc...)
 */
#social-items-wrapper {
  float: left; }

#social .social-items {
  clear: both; }

#social .social-items-icon {
  display: block;
  float: left;
  margin: 9px 7px 0 7px;
  width: 14px; }

#social .social-items-comments {
  float: left; }

#social .social-items-comment {
  margin: 6px 0; }

#social .social-items.social-twitter .social-items-icon {
  background-image: url("../img/social/retweet.png");
  height: 8px; }

#social .social-items.social-facebook .social-items-icon {
  background-image: url("../img/social/like.png");
  width: 13px;
  margin: 6px 8px 0 7px;
  height: 12px; }

#social .social-comment .social-items-icon {
  margin-top: 6px; }

#social .social-items.social-comment-collapse {
  filter: alpha(opacity=30);
  opacity: .3; }

#social .social-items img {
  margin: 0 2px; }

#social .social-items-comments a {
  float: left; }

#social .social-items-and-more {
  margin: 8px 0 0 5px;
  font-size: 12px;
  color: #666; }

#social .social-items-comments .social-items-and-more {
  font-size: 11px;
  margin-top: 4px; }

.cf-clearfix {
  display: block;
  zoom: 1; }

.cf-clearfix:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden; }

/** Social Overrides (add above later)
 -------------------------------------------------- */
.show-comments #social {
  margin: 0; }
  .show-comments #social #respond {
    margin-bottom: 15px; }
    .show-comments #social #respond textarea.social-input {
      width: 80%; }
  .show-comments #social #reply-title {
    background: 0;
    font-family: "function_promedium", Arial, sans-serif;
    letter-spacing: 1px;
    line-height: 20px;
    margin-bottom: 16px;
    padding-left: 0; }
  .logged-in .show-comments #social #reply-title {
    font-size: 20px;
    text-transform: uppercase; }
  .show-comments #social .social-sign-in-links {
    border-bottom: 1px solid #e4e6ec;
    margin: 0;
    padding-bottom: 15px;
    width: auto; }
  .show-comments #social .social-commentlist .social-sign-in-links {
    border-bottom: 0; }
  .show-comments #social .social-imr {
    margin-left: 0; }
    .show-comments #social .social-imr.social-replied {
      display: none; }
  .show-comments #social .must-log-in {
    font-family: "function_promedium", Arial, sans-serif;
    text-align: left; }
  .show-comments #social .social-nav {
    background-image: none;
    padding: 0; }
    .show-comments #social .social-nav li {
      border: 1px solid #e36740;
      display: inline-block;
      font-family: "function_probook", Arial, sans-serif;
      font-size: 11px;
      letter-spacing: 1px;
      margin-left: 4px;
      padding: 0;
      text-transform: uppercase; }
      .show-comments #social .social-nav li:first-child {
        margin-left: 0; }
      .show-comments #social .social-nav li a {
        background: #e36740;
        color: white;
        height: auto;
        padding: 3px 7px; }
    .show-comments #social .social-nav .social-current-tab:hover {
      border-color: #e36740; }
    .show-comments #social .social-nav .social-current-tab a {
      background-color: white;
      background-image: none;
      color: #e36740; }
  .show-comments #social #social-tabs-comments .social-nav li a span {
    background-image: none;
    font-size: 11px;
    line-height: 11px;
    padding: 0; }
  .show-comments #social #social-tabs-comments .social-nav .social-wordpress,
  .show-comments #social #social-tabs-comments .social-pingback {
    display: none; }
  .show-comments #social .social-commentlist #respond {
    border-top: 1px solid #e4e6ec;
    padding-top: 15px; }
  .show-comments #social .social-comment {
    border-left: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    border-radius: 0; }
  .show-comments #social .social-children .social-comment {
    margin-left: 16px; }
  .show-comments #social .assistive-text {
    text-indent: -10000px; }
  .show-comments #social .social-commentlist #commentform {
    border-left: 0;
    padding: 0 5px 0 0; }
  .show-comments #social .social-input-row .social-label {
    font-family: "function_probook", Arial, sans-serif; }
  .show-comments #social input#submit {
    color: #e36740; }
  .show-comments #social .social-last-reply-when {
    float: none;
    text-align: left; }
  .show-comments #social .comment-form .social-divider,
  .show-comments #social .comment-form .social-input-row-author,
  .show-comments #social .comment-form .social-input-row-email,
  .show-comments #social .comment-form .social-input-row-url,
  .show-comments #social .comment-form .social-input-row-comment,
  .show-comments #social .comment-form .form-submit {
    display: none; }

.no-touch .show-comments #social .social-nav li:hover {
  border-color: #413648; }

.no-touch .show-comments #social .social-nav li a:hover {
  background-color: #413648;
  text-decoration: none; }

.no-touch .show-comments #social .social-nav .social-current-tab:hover {
  border-color: #e36740; }

.no-touch .show-comments #social .social-nav .social-current-tab a:hover {
  background-color: white;
  text-decoration: none; }

.logged-in .show-comments #social .social-input-row-comment,
.logged-in .show-comments #social .form-submit {
  display: block; }

.widget-title {
  border-top: 5px solid #413648;
  font-size: 14px;
  letter-spacing: 2px;
  line-height: 14px;
  padding: 7px 0;
  text-transform: uppercase; }

/** UI Accordion
 -------------------------------------------------- */
@media (min-width: 768px) {
  .accordion-wrapper {
    margin-bottom: 40px; } }

.ui-accordion-header,
.ui-accordion-content {
  background-color: white;
  border: 1px solid #e4e6ec;
  margin: 0 0 10px 0;
  padding: 14px 12px;
  position: relative; }

.ui-accordion-header {
  color: #403547;
  cursor: pointer;
  font-family: "function_promedium", Arial, sans-serif;
  font-size: 32px; }
  .ui-accordion-header:after {
    background-color: #e36740;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    color: white;
    content: "c";
    font-family: "phish-custom";
    font-size: 28px;
    height: 32px;
    line-height: 30px;
    padding-left: 3px;
    position: absolute;
    right: 14px;
    text-align: center;
    top: 17px;
    width: 32px; }
  .ui-accordion-header:focus {
    outline: 0; }

.ui-accordion-content {
  padding-top: 0; }
  .ui-accordion-content p:first-child {
    margin-top: 0; }

.ui-accordion-header-active {
  border-bottom: 0px;
  margin-bottom: 0; }
  .ui-accordion-header-active:after {
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); }

.oldie .ui-accordion-header-active:after {
  -ms-writing-mode: tb-lr; }

.ui-accordion-content-active {
  border-top: 0px; }

/** Masonry
 -------------------------------------------------- */
.masonry-box {
  margin-bottom: 8px; }
  @media (min-width: 1025px) {
    .masonry-box {
      margin-bottom: 12px; } }
  .masonry-box.excerpt,
  .masonry-box .box,
  .masonry-box .excerpt {
    margin-bottom: 0; }

#masonry {
  list-style: none;
  padding: 0; }

#masonry li {
  opacity: 0; }

#masonry li.shown,
.no-js #masonry li,
.no-cssanimations #masonry li {
  opacity: 1; }

/* Effect 1: opacity */
#masonry.effect-1 li.animate {
  -webkit-animation: fadeIn 0.65s ease forwards;
  -moz-animation: fadeIn 0.65s ease forwards;
  animation: fadeIn 0.65s ease forwards; }

@-webkit-keyframes fadeIn {
  to {
    opacity: 1; } }

@-moz-keyframes fadeIn {
  to {
    opacity: 1; } }

@keyframes fadeIn {
  to {
    opacity: 1; } }
