/*! main.css  */
/*
 * 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.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #222;
  background-color: #ffffff;
}
body {
  font-size: 1em;
  line-height: 1.4;
  font-family: 'nunitolight', Helvetica, Arial, sans-serif;
  padding-top: 2em;
}
/*
 * 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;
}
/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
/*
 * Responsive Images */
img {
  max-width: 100%;
  border-width: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}
/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}
b,
strong {
  font-family: 'nunitobold', Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #662d90;
}
/* !Tables =================================================== */
table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1.5em;
  border-collapse: collapse;
  border-spacing: 0;
  background-color: transparent;
}
table th,
table td {
  padding: 8px;
  vertical-align: top;
  border-top: 1px solid #8c9bab;
  line-height: 1.2em;
  text-align: left;
}
table th {
  font-weight: bold;
}
table thead th {
  vertical-align: bottom;
}
table colgroup + thead tr:first-child th,
table colgroup + thead tr:first-child td,
table thead:first-child tr:first-child th,
table thead:first-child tr:first-child td {
  border-top: 0;
}
table tbody + tbody {
  border-top: 2px solid #8c9bab;
}
table tbody tr td,
table tbody tr th {
  -webkit-transition: background-color 0.25s 0 linear;
  -moz-transition: background-color 0.25s 0 linear;
  -ms-transition: background-color 0.25s 0 linear;
  -o-transition: background-color 0.25s 0 linear;
  transition: background-color 0.25s 0 linear;
}
table tbody tr:hover td,
table tbody tr:hover th {
  background-color: #a9b4c1;
}
.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}
.table-bordered {
  border: 1px solid #8c9bab;
  border-left: 0;
  border-collapse: separate;
  *border-collapse: collapsed;
}
.table-bordered th,
.table-bordered td {
  border-left: 1px solid #8c9bab;
}
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
  background-color: #dfdfdf;
}
.table-striped tbody tr:nth-child(odd) td,
.table-striped tbody tr:nth-child(odd) th {
  background-color: #c7ced6;
}
.first-column {
  background-color: #eeeeee;
}
/* !Forms =================================================== */
form {
  margin: 0 0 1.5em 0;
}
form fieldset {
  margin-bottom: 1.5em;
  padding: 0;
  border-width: 0;
}
form legend {
  display: block;
  width: 100%;
  margin-bottom: 3em;
  *margin-left: -7px;
  padding: 0;
  color: #000000;
  border: 0;
  border-bottom: 1px solid #8c9bab;
  white-space: normal;
}
form legend small {
  font-size: 14px;
  font-size: 1.4rem;
  color: #bfbfbf;
}
form p {
  margin-bottom: 0.75em;
}
form ul {
  list-style-type: none;
  margin: 0 0 1.5em 0;
  padding: 0;
}
form br {
  display: none;
}
label,
input,
button,
select,
textarea {
  vertical-align: baseline;
  *vertical-align: middle;
}
input,
button,
select,
textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
label {
  display: block;
  margin-bottom: 0.1875em;
  font-weight: bold;
  color: #000000;
  cursor: pointer;
}
label input,
label textarea,
label select {
  display: block;
}
input,
textarea,
select {
  display: inline-block;
  width: 100%;
  padding: 4px;
  margin-bottom: 0.375em;
  background-color: #ffffff;
  border: 1px solid #8c9bab;
  color: #000000;
}
input:hover,
textarea:hover,
select:hover {
  border-color: #586879;
}
.input-mini {
  width: 60px;
}
.input-small {
  width: 90px;
}
input[type="image"],
input[type="checkbox"],
input[type="radio"] {
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 0;
  *margin-top: 0;
  line-height: normal;
  cursor: pointer;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0 \9;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px;
}
input[type="image"] {
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
input[type="file"] {
  width: auto;
  padding: initial;
  line-height: initial;
  border: initial;
  background-color: transparent;
  background-color: initial;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  width: auto;
  height: auto;
  cursor: pointer;
  *overflow: visible;
}
select,
input[type="file"] {
  height: 28px;
  *margin-top: 4px;
  line-height: 28px;
}
select {
  width: auto;
  background-color: #ffffff;
  font-size: 13px;
  font-size: 1.3rem;
}
select[multiple],
select[size] {
  height: auto;
}
textarea {
  resize: vertical;
  height: auto;
  overflow: auto;
  vertical-align: top;
}
input[type="hidden"] {
  display: none;
}
.radio,
.checkbox {
  padding-left: 18px;
  font-weight: normal;
}
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -18px;
}
.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}
.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  cursor: not-allowed;
}
input:focus,
textarea:focus {
  border-color: #2d353e, 40%;
  outline: 0;
  outline: thin dotted \9;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus,
select:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
::-webkit-input-placeholder {
  font-size: 14px;
  font-size: 1.4rem;
}
input:-moz-placeholder {
  font-size: 14px;
  font-size: 1.4rem;
}
.help-block,
.help-inline {
  color: #808080;
}
.help-block {
  display: block;
  margin-bottom: 0.75em;
}
.help-inline {
  display: inline-block;
  vertical-align: middle;
  padding-left: 5px;
}
.form-inline input,
.form-inline textarea,
.form-inline select {
  display: inline-block;
  margin-bottom: 0;
}
.form-inline label {
  display: inline-block;
}
.form-inline .radio,
.form-inline .checkbox,
.form-inline .radio {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
  float: left;
  margin-left: 0;
  margin-right: 3px;
}
.form-search input,
.form-search textarea,
.form-search select {
  display: inline-block;
  margin-bottom: 0;
}
.form-search .search-query {
  padding-left: 14px;
  padding-right: 14px;
  margin-bottom: 0;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
}
.form-search label {
  display: inline-block;
}
.form-search .radio,
.form-search .checkbox,
.form-inline .radio {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-search .radio input[type="radio"],
.form-search .checkbox input[type="checkbox"] {
  float: left;
  margin-left: 0;
  margin-right: 3px;
}
/* !Buttons =================================================== */
.btn,
input[type="button"],
input[type="submit"],
.comment-reply-link {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  padding: 6px 11px 6px;
  margin-bottom: 0;
  font-size: 12px;
  font-size: 1rem;
  font-family: 'nunitolight', Helvetica, Arial, sans-serif;
  line-height: 1em;
  color: #ffffff;
  text-align: center;
  background: #734291;
  background: -webkit-gradient(linear, left top, left bottom, from(#8050a3), to(#66337f));
  background: -moz-linear-gradient(center top, #8050a3 0%, #66337f 100%);
  background: -moz-gradient(center top, #8050a3 0%, #66337f 100%);
  border-width: 1px;
  border-style: solid;
  border-color: #3d1b56;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  cursor: pointer;
  *margin-left: .3em;
  background-clip: border-box;
  -webkit-background-clip: border-box;
}
.btn:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
.comment-reply-link:hover {
  /*Change these colors for the hover state*/

  background: #5b2e71;
  background: -webkit-gradient(linear, left top, left bottom, from(#66337f), to(#4f2863));
  background: -moz-linear-gradient(center top, #66337f 0%, #4f2863 100%);
  background: -moz-gradient(center top, #66337f 0%, #4f2863 100%);
  text-decoration: none;
  color: #ffffff;
}
input[type="submit"].btn:hover {
  border-color: #3d1b56;
}
.btn:first-child {
  *margin-left: 0;
}
.header_btn {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 12px 20px;
  font-family: 'nunitobold', Helvetica, Arial, sans-serif;
  font-size: 1.2em;
  text-transform: uppercase;
  font-weight: normal;
  background-clip: border-box;
  -webkit-background-clip: border-box;
}
.btn-lighter {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  padding: 6px 11px 6px;
  margin-bottom: 0;
  font-size: 12px;
  font-size: 1rem;
  font-family: 'nunitolight', Helvetica, Arial, sans-serif;
  line-height: 1em;
  color: #ffffff;
  text-align: center;
  background: #734291;
  background: -webkit-gradient(linear, left top, left bottom, from(#8050a3), to(#66337f));
  background: -moz-linear-gradient(center top, #8050a3 0%, #66337f 100%);
  background: -moz-gradient(center top, #8050a3 0%, #66337f 100%);
  border-width: 1px;
  border-style: solid;
  border-color: #3d1b56;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  cursor: pointer;
  *margin-left: .3em;
  background-clip: border-box;
  -webkit-background-clip: border-box;
  background: #dddddd;
  background: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#cccccc));
  background: -moz-linear-gradient(center top, #eeeeee 0%, #cccccc 100%);
  background: -moz-gradient(center top, #eeeeee 0%, #cccccc 100%);
  color: #333333;
  border-color: #666666;
  margin-bottom: 0.6em;
}
.btn-lighter.btn-lighter:hover {
  background: #d0d0d0;
  background: -webkit-gradient(linear, left top, left bottom, from(#dcdcdc), to(#c3c3c3));
  background: -moz-linear-gradient(center top, #dcdcdc 0%, #c3c3c3 100%);
  background: -moz-gradient(center top, #dcdcdc 0%, #c3c3c3 100%);
  color: #333333;
}
.btn-lighter a:hover {
  text-decoration: none;
}
/* !Icons-------------------------------------------*/
@charset "UTF-8";
@font-face {
  font-family: 'iconz';
  src: url("fonts/iconz.eot");
  src: url("fonts/iconz.eot?#iefix") format('embedded-opentype'), url("fonts/iconz.woff") format('woff'), url("fonts/iconz.ttf") format('truetype'), url("fonts/iconz.svg#iconz") format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: 'iconz';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  opacity: 1;
  /* Uncomment for 3D effect */

  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */

  /* fix buttons height */

  line-height: 1em;
  /* you can be more comfortable with increased icons size */

  /* font-size: 120%; */

}
.icon-star:before {
  content: '\2605';
}
/* '★' */
.icon-star-empty:before {
  content: '\2606';
}
/* '☆' */
.icon-info-circle:before {
  content: '\e705';
}
/* '' */
.icon-tag:before {
  content: '\e70c';
}
/* '' */
.icon-comment:before {
  content: '\e718';
}
/* '' */
.icon-location:before {
  content: '\e724';
}
/* '' */
.icon-menu:before {
  content: '\f0c9';
}
/* '' */
.icon-mail-alt:before {
  content: '\f0e0';
}
/* '' */
.icon-facebook-squared:before {
  content: '\f308';
}
/* '' */
.icon-user:before {
  content: '👤';
}
/* '\1f464' */
.icon-calendar:before {
  content: '📅';
}
/* '\1f4c5' */
.icon-bookmark:before {
  content: '🔖';
}
/* '\1f516' */
/* !Typography---------------------------------- */
/*Copyright (c) 2011, Vernon Adams (vern@newtypography.co.uk),
with Reserved Font Name Pacifico.*/
@font-face {
  font-family: 'pacificoregular';
  src: url('fonts/pacifico-webfont.eot');
  src: url('fonts/pacifico-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/pacifico-webfont.woff') format('woff'), url('fonts/pacifico-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'nunitobold';
  src: url('fonts/nunito-bold-webfont.eot');
  src: url('fonts/nunito-bold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/nunito-bold-webfont.woff') format('woff'), url('fonts/nunito-bold-webfont.ttf') format('truetype'), url('fonts/nunito-bold-webfont.svg#nunitobold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'nunitolight';
  src: url('fonts/nunito-light-webfont.eot');
  src: url('fonts/nunito-light-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/nunito-light-webfont.woff') format('woff'), url('fonts/nunito-light-webfont.ttf') format('truetype'), url('fonts/nunito-light-webfont.svg#nunitolight') format('svg');
  font-weight: normal;
  font-style: normal;
}
h1 {
  font-size: 2.7em;
  margin: 0.67em 0;
}
h1#site-title {
  margin: 0.3em 0;
  font-family: 'pacificoregular';
}
.grid_8 > h1 {
  margin-top: 0;
}
h2 {
  font-size: 2em;
  margin: 0.83em 0;
}
h2#site-description {
  margin-top: 0;
  font-family: 'nunitobold', Helvetica, Arial, sans-serif;
  font-size: 1.35em;
  color: #eb008b;
}
h1 a,
h1#site-title,
h1 a:hover,
h1#site-title:hover {
  text-decoration: none;
}
.post h1 {
  margin-bottom: 0.1em;
}
.entry-title {
  margin-top: 0;
}
h3 {
  font-size: 1.6em;
  margin: 1em 0;
}
.widget-title {
  margin-bottom: 0.4em;
}
h2.underline,
h3.underline {
  border-bottom: 2px solid #e6e6e6;
}
h4 {
  font-size: 1.3em;
  margin: 1.33em 0;
}
h5 {
  font-size: 1em;
  margin: 1.67em 0;
}
h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
  font-variant: small-caps;
}
h1,
h2,
h3,
h4 {
  color: #662d90;
  font-family: 'nunitobold', Helvetica, Arial, sans-serif;
  font-weight: normal;
  letter-spacing: -1px;
}
h1 a,
h2 a,
h3 a,
h4 a {
  text-decoration: none;
  color: #662d90;
}
h5 {
  color: #666666;
}
blockquote {
  margin: 1em 40px;
  font-size: 1.1em;
  color: #4d4d4d;
  font-family: 'Georgia', 'Times Roman', Times, serif;
  font-style: italic;
}
a {
  text-decoration: none;
  color: #666666;
}
a:hover {
  text-decoration: underline;
  color: #662d90;
}
a:focus {
  outline: thin dotted;
  color: #662d90;
}
a:hover,
a:active {
  outline: 0;
}
.continue-reading {
  font-family: 'nunitobold', Helvetica, Arial, sans-serif;
  font-size: 11px;
  color: #662d90;
  text-transform: uppercase;
  font-style: normal;
  display: block;
  position: relative;
  width: 50%;
  text-align: right;
  float: right;
  padding-right: 2em;
  padding-top: 0.2em;
  margin: 0.5em;
  z-index: 2;
}
.continue-reading:hover {
  color: #8239b7;
}
.continue-reading:after {
  content: url(images/read-more-star.png);
  position: absolute;
  right: 0.5em;
  top: -0.9em;
  z-index: 1;
}
#content li {
  margin-bottom: 0.3em;
  list-style-type: none;
}
#content li:before {
  content: '\2605';
  /* '★' */

  color: #ffc62d;
  margin-left: -2em;
  margin-right: 1em;
  font-size: 110%;
}
.ie7 .li {
  list-style-type: disc;
}
/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* !Screen 960px *****/
nav#access {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #e7b726;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffc62d), to(#cfa81f));
  background: -webkit-linear-gradient(top, #ffc62d, #cfa81f);
  background: -moz-linear-gradient(top, #ffc62d, #cfa81f);
  background: -ms-linear-gradient(top, #ffc62d, #cfa81f);
  background: -o-linear-gradient(top, #ffc62d, #cfa81f);
  border: 1px solid #a38418;
}
.first-row {
  padding-bottom: 1em;
}
nav#access .menu {
  margin: 0;
}
nav#access ul li {
  float: left;
  padding: 0.5em 1.1em;
  font-family: 'nunitobold', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 1.1em;
  position: relative;
}
nav#access ul.menu li a {
  text-decoration: none;
  color: #333333;
}
nav#access ul li a:hover,
nav#access ul li.current-menu-item a:hover {
  color: #4d4d4d;
}
nav#access ul li.current-menu-item a {
  color: #404040;
}
#access ul ul {
  -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  display: none;
  top: 2.2em;
  float: left;
  margin: 0;
  position: absolute;
  left: 0;
  width: 250px;
  z-index: 99999;
  background-color: #e7b726;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffc62d), to(#cfa81f));
  background: -webkit-linear-gradient(top, #ffc62d, #cfa81f);
  background: -moz-linear-gradient(top, #ffc62d, #cfa81f);
  background: -ms-linear-gradient(top, #ffc62d, #cfa81f);
  background: -o-linear-gradient(top, #ffc62d, #cfa81f);
  padding: 0;
}
/*
#access ul ul ul {
  left: 100%;
  top: 0;
}
*/
#access ul ul li {
  float: none;
  font-size: 0.9em;
  padding: 0.3em 1em;
}
#access ul ul a {
  height: auto;
  line-height: 1.1em;
  width: 220px;
}
#access ul li:hover > ul {
  display: block;
}
.small-screen-menu {
  display: none;
}
.menu-header {
  display: block;
}
hgroup.header-title {
  float: left;
  width: 70%;
}
hgroup.buttons {
  width: 30%;
  float: left;
  padding-top: 2em;
  text-align: right;
}
.facebook-link {
  display: block;
  color: #662d90;
  font-size: 96%;
  margin-top: 1.4em;
}
.facebook-link:before {
  font-size: 140%;
}
.footer .facebook-link {
  margin-top: 0;
  color: #595959;
}
.bubble {
  background-color: #e7b726;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffc62d), to(#cfa81f));
  background: -webkit-linear-gradient(top, #ffc62d, #cfa81f);
  background: -moz-linear-gradient(top, #ffc62d, #cfa81f);
  background: -ms-linear-gradient(top, #ffc62d, #cfa81f);
  background: -o-linear-gradient(top, #ffc62d, #cfa81f);
  padding: 0.2em 1em 1.8em 1em;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #ffffff;
  font-style: italic;
  font-size: 1.2em;
  position: relative;
  margin-bottom: 40px;
}
.bubble:after {
  content: url(images/bubble-tail.png);
  position: absolute;
  left: 20px;
  bottom: -37px;
}
.bubble p {
  padding: 0 0 0 1.6em;
  margin: 0;
}
.bubble p:before {
  content: url(images/quote.png);
  margin-left: -2.7em;
}
.front-page-studio-map {
  width: 60%;
  float: left;
  margin-right: 0.7em;
  margin-bottom: 2em;
}
.studio-locations {
  font-size: 0.75em;
}
.testimonials-list {
  list-style-type: none;
}
.testimonials-list li {
  margin: 1em 0;
  padding-left: 3em;
  padding-bottom: 1em;
  font-size: 1.2em;
  border-bottom: 1px dotted #ffc62d;
}
.testimonials-list li:nth-child(odd) {
  font-family: 'nunitobold', Helvetica, Arial, sans-serif;
  color: #808080;
}
.testimonials-list li:before {
  content: '\2605';
  /* '★' */

  color: #ffc62d;
  margin-left: -2em;
  margin-right: 1em;
  font-size: 140%;
}
.testimonials-list li:nth-child(odd):before {
  content: '\2606';
  /* '☆' */

  color: #ffc62d;
}
.map {
  width: 60%;
  float: left;
  padding-right: 2em;
}
#slider {
  margin-bottom: 2em;
}
#content .flexslider li:before {
  content: '';
}
.event-header {
  background: #f5f5f5;
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  border-radius: 1em;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 0.8em;
  margin-bottom: 2em;
}
.event-header .btn {
  float: left;
  margin-right: 0.6em;
}
.event-header p {
  display: inline;
  font-family: 'nunitobold', Helvetica, Arial, sans-serif;
}
aside.sidebar {
  border-left: 1px dotted #ffc62d;
}
#content aside.sidebar ul.xoxo li:before {
  content: '';
}
#content aside.sidebar ul.xoxo ul li:before {
  content: '\2606';
  /* '☆' */

}
#comments-title {
  padding-top: 30px;
}
.comment {
  padding-bottom: 1.6em;
  position: relative;
  list-style-type: none;
}
#content li.comment:before {
  content: '';
}
.comment-author {
  border-bottom: 1px dotted #666666;
  padding-bottom: 5px;
}
.comment-meta {
  position: absolute;
  right: 0;
  top: 20px;
  font-family: Georgia, Times, serif;
  font-style: italic;
  padding-top: 4px;
  font-size: 12px;
}
.entry-meta,
.entry-utility {
  font-size: 80%;
}
.form-allowed-tags {
  display: none;
}
.nav-next {
  float: right;
}
#nav-below {
  padding-top: 2em;
}
.footer {
  background-color: #ffffff;
  padding: 3em 0 3em 0;
  background: url(images/footer-stars.png) no-repeat center top;
  color: #595959;
}
.footer strong,
.footer b {
  color: #454545;
}
.footer ul {
  padding-left: 1em;
  list-style-type: none;
}
.footer ul ul li {
  list-style-type: disc;
}
.footer .grid_3:last-child {
  float: right;
}
a.logo {
  background: url(images/logo.png) no-repeat 0 0;
  width: 120px;
  height: 125px;
  display: block;
  float: right;
}

/* Hide Bullets on Responsive Slider*/
.reslide_navigator{
   display: none;
}



/* !IE Modernizr Classes -----------------------*/
.lte9 #content,
.lte9 .footer,
.lte9 .header {
  font-size: 72.5%;
}
.lte9 h1#site-title {
  font-size: 44px;
}
.lte9 h2#site-description {
  font-size: 24px;
}
.lte9 p {
  color: #222222;
  font-weight: normal;
}
.ie7 #content li {
  list-style-type: disc;
  color: #222222;
}
.lte9 nav#access {
  font-size: 17px;
}
.lte9 hgroup.buttons {
  padding-top: 20px;
  font-size: 80%;
}
.lte9 .bubble {
  font-size: 88%;
}
.lte9 .bubble p {
  color: #ffffff;
}
.lte9 .bubble:after {
  content: '';
}
.lte9 .continue-reading:after {
  content: '';
}
/* Background Image *****/
@media only screen and (min-width: 768px) {
  body {
    background: #ffffff url(images/background.jpg) repeat-x center top;
  }
  .container .row:first-child {
    box-shadow: 0px -5px 35px rgba(0, 0, 0, 0.3);
  }
  #content .row {
    box-shadow: 0px 25px 25px rgba(0, 0, 0, 0.2);
  }
  .container .row:last-child {
    box-shadow: 0px -30px 35px #ffffff;
  }
}
/* !Screen Bigger than 960px *****/
@media only screen and (min-width: 1200px) {

}
/* !Tablet (Smaller than 959px) *****/
@media only screen and (min-width: 768px) and (max-width: 959px) {
  body {
    font-size: 85%;
  }
}
/* !Phone (portrait 300px) *****/
@media only screen and (max-width: 767px) {
  body {
    margin-top: 0;
    font-size: 75%;
  }
  #content h1 {
    font-size: 2.4em;
  }
  hgroup.header-title {
    width: 99%;
    float: none;
    text-align: center;
  }
  hgroup.buttons {
    width: 99%;
    float: none;
    text-align: center;
    padding: 0 0 2em 0;
  }
  .small-screen-menu {
    display: block;
    padding: 1em;
    padding-left: 2em;
  }
  .small-screen-menu a.menu-toggle {
    font-size: 2em;
    font-family: 'nunitobold', Helvetica, Arial, sans-serif;
    margin-bottom: 0;
    text-decoration: none;
    color: #333333;
  }
  .menu-header {
    display: none;
    border-top: 2px solid #ffffff;
    font-size: 1.4em;
  }
  .no-js .menu-header {
    display: block;
  }
  nav#access ul a {
    padding: 0.5em;
    padding-left: 0;
  }
  nav#access ul li {
    float: none;
    clear: both;
  }
  #access ul ul {
    position: static;
    display: block;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
  }
  #access ul ul a {
    width: auto;
    margin: 0;
  }
  nav#access ul.sub-menu {
    background: transparent;
    padding-top: 0.4em;
    padding-left: 1em;
  }
  ul.menu {
    display: block;
    width: auto;
    margin: 0;
    padding-left: 0.4em;
  }
  .front-page-studio-map,
  .map {
    width: 98%;
    float: none;
  }
  .continue-reading::after {
    content: '';
  }
  aside.sidebar {
    border: none;
  }
  aside.sidebar ul {
    padding-left: 0;
  }
  .event-header {
    text-align: center;
  }
  .event-header p {
    display: block;
    clear: both;
  }
  .event-header .btn {
    float: none;
  }
}
/* !Phone (landscape 420px) *****/
@media only screen and (min-width: 480px) and (max-width: 767px) {
  body {
    margin-top: 0;
    font-size: 75%;
  }
}
/* !Retina *****/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
  .footer {
    background: url(images/footer-starsx2.png) no-repeat center top;
    background-size: 100%;
  }
  a.logo {
    background: url(images/logox2.png) no-repeat 0 0;
    background-size: 100%;
  }
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
/* These rather presentational classes are generated by WordPress, so it's useful to have some styles for them. Edit as you see fit. More info: http://codex.wordpress.org/CSS */
.aligncenter {
  display: block;
  margin: 0 auto;
}
.alignleft,
.attachment-thumbnail {
  float: left;
  margin-right: 0.5em;
}
.alignright {
  float: right;
  margin-left: 0.5em;
}
.wp-caption {
  border: 1px solid #666;
  text-align: center;
  background: #ccc;
  padding: 10px;
  margin: 10px;
}
/** START WordPress-Defined CSS Classes **/
/** END WordPress-Defined CSS Classes **/
/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */

  *text-indent: -9999px;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}
/*
 * 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,
.screen-reader-text {
  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;
}
/*
 * Clearfix is in Amazium.css
 */
/*!Responsive Video Containers---------*/
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: 20px;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */

    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
       * Don't show links for images, or javascript/internal links
       */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  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;
  }
}
/** END HTML5 Boilerplate CSS **/
