/* Welcome and glad you are using Reverie.
 * This is the main stylesheet loaded by default.
 * Edit the file and have fun.
 * http://themefortress.com/reverie */
@import url(https://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css);
/* Start to customize Reverie */
a, a:visited, a:hover, a:visited:hover {
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear; }

figure {
  margin: 0 auto 1.25rem; }

img.alignright {
  float: right;
  margin: 0 0 18px 18px; }

img.alignleft {
  float: left;
  margin: 0 18px 18px 0; }

img.aligncenter {
  display: block;
  margin: 18px auto; }

.gallery dt, .gallery dl {
  display: inline-block; }
.gallery dl {
  margin-left: 0.5625rem;
  margin-right: 0.5625rem; }

figure.figure {
  margin: 0 auto;
  display: table; }
  figure.figure figcaption {
    font-size: 0.875rem;
    line-height: 1.4;
    font-style: italic;
    padding: 8px 10px;
    color: #999;
    margin-bottom: 1.25rem;
    display: table-caption;
    caption-side: bottom; }

figure.alignright.figure {
  float: right;
  margin: 0 0 18px 18px; }

figure.alignleft.figure {
  float: left;
  margin: 0 18px 18px 0; }

.footer-widget {
  background-color: #eee; }

#content {
  background-color: #fff;
  border: 1px solid #ddd; }

.index-card {
  border-bottom: 1px solid #ddd;
  padding-bottom: 2rem;
  margin-bottom: 2rem; }

span.author,
time {
  font-size: 0.9375rem;
  color: #999; }
  span.author a,
  time a {
    color: #999;
    font-weight: bold; }
    span.author a:hover, span.author a:focus,
    time a:hover,
    time a:focus {
      color: #9d9d9d; }

.entry-author {
  background-color: #fbfbfb;
  border: none;
  padding: 3.125rem 5rem;
  margin: 3.125rem -0.9375rem; }
  .entry-author .avatar {
    margin-right: 2.5rem;
    margin-bottom: 1.5rem; }
  .entry-author h4 a {
    color: #999; }
    .entry-author h4 a:hover, .entry-author h4 a:focus {
      color: #9d9d9d; }
  .entry-author p {
    color: #bbb; }

.entry-tags {
  color: #999;
  font-size: 0.9375rem; }
  .entry-tags a {
    color: #999; }
    .entry-tags a:hover, .entry-tags a:focus {
      color: #9d9d9d; }

.page-numbers {
  color: #999;
  display: block;
  height: 1.5rem;
  margin-left: -0.3125rem; }
  .page-numbers li {
    height: 1.5rem;
    color: #222;
    font-size: 0.875rem;
    margin-left: 0.3125rem; }
    .page-numbers li a {
      display: block;
      padding: 0.0625rem 0.625rem 0.0625rem;
      color: #999;
      -webkit-border-radius: 3px;
      border-radius: 3px; }
    .page-numbers li:hover a,
    .page-numbers li a:focus {
      background: #e6e6e6; }
    .page-numbers li.unavailable a {
      cursor: default;
      color: #999; }
    .page-numbers li.unavailable:hover a, .page-numbers li.unavailable a:focus {
      background: transparent; }
    .page-numbers li.current a {
      background: #008CBA;
      color: #fff;
      font-weight: bold;
      cursor: default; }
      .page-numbers li.current a:hover, .page-numbers li.current a:focus {
        background: #008CBA; }
  .page-numbers li {
    float: left;
    display: block; }

.pagination-centered ul.page-numbers li {
  float: none;
  display: inline-block; }

.page-numbers li span.current {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px; }

.page-numbers li {
  margin-left: 0.5rem; }

.page-numbers li span:hover a,
.page-numbers li span a:focus {
  background: #e6e6e6; }
.page-numbers li span.current {
  background: #008CBA;
  padding: 0.0625rem 0.625rem 0.0625rem;
  color: #fff;
  font-weight: bold;
  cursor: default; }

#sidebar {
  margin-top: 1.25rem; }

#sidebar .panel, .footer-widget .panel {
  border: none;
  background-color: #eee;
  padding: 1.5rem 1.875rem; }
  #sidebar .panel a, .footer-widget .panel a {
    color: #999;
    font-size: 0.9375rem; }
    #sidebar .panel a:hover, #sidebar .panel a:focus, .footer-widget .panel a:hover, .footer-widget .panel a:focus {
      color: #9d9d9d; }
#sidebar ul, .footer-widget ul {
  list-style-type: none;
  margin-left: 0; }
#sidebar .widget h4, .footer-widget .widget h4 {
  text-transform: uppercase;
  font-size: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #ddd;
  color: #888;
  font-weight: 600; }

footer.full-width {
  background-color: #fff;
  border-top: 1px solid #ccc;
  padding-top: 3rem; }
  footer.full-width p {
    font-size: 0.875rem; }
  footer.full-width a {
    color: #666;
    font-size: 0.9375rem; }
    footer.full-width a:hover, footer.full-width a:focus {
      color: #9d9d9d; }
  footer.full-width .love-reverie {
    border-top: 1px solid #ccc;
    padding-top: 1.5rem; }

.admin-bar > .fixed {
  margin-top: 2rem; }

.f-topbar-fixed > .container {
  margin-top: 2rem; }

/*---------------------------------

					CARLA LOADING

----------------------------------*/
div.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFF;
  z-index: 1000;
  -moz-transition-property: opacity, visibility;
  -o-transition-property: opacity, visibility;
  -webkit-transition-property: opacity, visibility;
  transition-property: opacity, visibility;
  -moz-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in; }
  div.loading img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -134px;
    margin-top: -106px; }

/* MIXINS */
/*------------------------------------------

			CARLA TEN EYCK - RESETS/GLOBAL

-------------------------------------------*/
ul {
  margin: 0;
  list-style: none; }

div.row {
  padding: 1.3125rem 0; }

.lt-yellow {
  background: #f6e7b8; }

.yellow {
  background: #eed071;
  color: #FFF; }
  .yellow .row {
    padding: 1.3125rem 0; }
  .yellow a {
    color: #FFF; }

.centered-list {
  display: table;
  margin: 0 auto;
  text-align: center; }
  .centered-list li {
    display: inline-block;
    margin: 0 1.875rem;
    text-transform: uppercase;
    font-style: italic;
    font-family: "adelle", serif;
    font-size: 0.75rem;
    margin: 0 0.3125rem;
    padding: 5px 0; }

.framed {
  border: 5px solid #FFF;
  outline: 1px solid #d3d3d3; }

.button {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 5px 15px;
  display: block;
  background: #eed071;
  font-family: "adelle", serif;
  text-transform: uppercase;
  font-style: italic;
  font-weight: 700;
  display: table;
  margin: 10px auto;
  text-align: center; }
  .button:hover {
    background: #eac551; }

blockquote {
  margin: 2.8125rem 0;
  border-left: none;
  text-align: center;
  font-family: "adelle", serif;
  font-size: 1.5rem;
  line-height: 1.5;
  font-style: italic;
  position: relative; }
  blockquote span#testimonial {
    padding-left: 50px; }
  blockquote span#quote-before, blockquote span#quote-after {
    color: #f2108d;
    font-size: 5.625rem;
    position: absolute;
    line-height: 1;
    padding: 5px; }
  blockquote span#quote-before {
    top: 0; }
  blockquote span#quote-after {
    bottom: -45; }
  blockquote cite {
    display: block;
    text-align: center;
    font-style: italic;
    font-family: "adelle", serif;
    font-style: normal;
    letter-spacing: 0.0625rem;
    color: #f2108d;
    font-size: 1.125rem;
    padding-top: 0.9375rem; }

.hidden {
  visibility: hidden; }

/*  FLEXSLIDER  */
.flexslider {
  background: transparent;
  border: none;
  margin: 0 0 1.875rem 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none; }
  .flexslider ul.slides li {
    padding: 1px;
    margin-right: 10px; }
    .flexslider ul.slides li img {
      -moz-box-shadow: #FFF 0 0 0 10px inset, #d3d3d3 0 0 0 1px;
      -webkit-box-shadow: #FFF 0 0 0 10px inset, #d3d3d3 0 0 0 1px;
      box-shadow: #FFF 0 0 0 10px inset, #d3d3d3 0 0 0 1px;
      padding: 10px; }

/* Direction Nav */
.flex-direction-nav a {
  display: block;
  width: 50px;
  height: 150px;
  margin: -75px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0.7;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease; }

.flex-direction-nav .flex-prev {
  left: -50px; }

.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right; }

.flexslider:hover .flex-prev {
  opacity: 1.0;
  left: -50px; }

.flexslider:hover .flex-next {
  opacity: 1.0;
  right: -50px; }

.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
  opacity: 1; }

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default; }

.flex-direction-nav a:before {
  font-family: FontAwesome;
  font-size: 90px;
  -moz-transform: scale(1, 2.5);
  -ms-transform: scale(1, 2.5);
  -webkit-transform: scale(1, 2.5);
  transform: scale(1, 2.5);
  display: inline-block;
  content: "\f104";
  color: #FFF;
  text-shadow: -1px 0 0 #f2108d; }

.flex-direction-nav a.flex-next:before {
  content: "\f105";
  text-shadow: 1px 0 0 #f2108d; }

.flex-control-paging li a {
  background: #FFF;
  border: 1px solid #f2108d;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.flex-control-paging li a:hover {
  background: #f6e7b8; }

.flex-control-paging li a.flex-active {
  background: #f2108d; }

.flex-direction-nav {
  display: none; }

.lt-yellow .flex-direction-nav a:before, .lt-yellow .flex-direction-nav a:after {
  color: #f6e7b8; }

/*------------------------------------------

			CARLA TEN EYCK - OFF CANVAS

-------------------------------------------*/
html, body {
  height: 100%; }

a#menu {
  position: fixed;
  top: 0.9375rem;
  left: 0.9375rem;
  z-index: 100;
  font-family: "adelle", serif;
  font-size: 0.75rem;
  line-height: 12px;
  -moz-transition-property: left;
  -o-transition-property: left;
  -webkit-transition-property: left;
  transition-property: left;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s; }
  a#menu i {
    font-size: 1.5rem; }

body.sidr-open a#menu {
  left: 280px; }

#sidr {
  background: #FFF;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-right: 1px solid #f2108d; }
  #sidr #slogan {
    background: #f2108d;
    width: 100%; }
    #sidr #slogan img {
      width: 100px;
      display: block;
      margin: 0 auto;
      padding: 0.9375rem 0 0 0; }
    #sidr #slogan p {
      text-transform: uppercase;
      font-style: italic;
      font-family: "adelle", serif;
      color: #FFF;
      font-size: 0.8125rem;
      font-weight: 600;
      padding: 0 0 0.9375rem 0; }
  #sidr ul {
    margin: 1.875rem 1.875rem 0 1.875rem;
    border-top: none; }
    #sidr ul li {
      border: none; }
      #sidr ul li a {
        color: #9d9d9d;
        text-transform: uppercase;
        font-style: italic;
        font-family: "adelle", serif; }
      #sidr ul li:hover > a {
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        color: #f2108d;
        line-height: 48px; }
      #sidr ul li.active > a {
        color: #f2108d;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        line-height: 48px; }
  #sidr ul#menu-contact {
    border-top: 1px solid #d3d3d3;
    padding-top: 1.875rem; }
    #sidr ul#menu-contact li {
      line-height: 24px; }
      #sidr ul#menu-contact li#email {
        margin: 0;
        font-size: 0.8125rem; }
        #sidr ul#menu-contact li#email a {
          text-transform: lowercase; }
      #sidr ul#menu-contact li:hover > a {
        line-height: 24px; }
    #sidr ul#menu-contact ul.inline-list {
      margin: 0.9375rem 0 0 0; }
      #sidr ul#menu-contact ul.inline-list li {
        margin: 0 0.625rem; }
        #sidr ul#menu-contact ul.inline-list li > a {
          padding: 0;
          color: #f2108d;
          font-size: 1.125rem; }

/*------------------------------------------

			CARLA TEN EYCK - TYPOGRAPHY

-------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  text-transform: uppercase;
  font-style: italic;
  font-family: "adelle", serif;
  color: #f2108d;
  text-align: center; }
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #f2108d; }
    h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
      color: #f770bb; }

h2 {
  line-height: 0.65;
  margin-bottom: 1.875rem; }
  h2.entry-title {
    color: #eed071; }

.title-container h2.entry-title {
  margin-bottom: 0; }

h4 {
  margin-bottom: 1.40625rem; }

h5 {
  font-family: "adelle", serif;
  color: #f2108d;
  text-transform: lowercase;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 2;
  position: relative;
  text-shadow: 0px 2px 0px #eed071; }
  h5 span {
    background: url("../img/lines.png") no-repeat center center;
    display: block;
    position: absolute;
    top: 0;
    line-height: 4;
    width: 100%;
    color: #9d9d9d;
    text-shadow: 0px 2px 0px #FFF; }

p {
  font-family: "jaf-facitweb", Helvetica, Arial, sans-serif;
  /*text-align: center;*/
  font-size: 0.75rem;
  line-height: 2; }

a {
  color: #f2108d; }
  a:hover {
    color: #f770bb; }

/*------------------------------------------

			CARLA TEN EYCK - LAYOUT

-------------------------------------------*/
/* HOME */
#home-content {
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 10; }
  #home-content img {
    -moz-transition-property: height, width;
    -o-transition-property: height, width;
    -webkit-transition-property: height, width;
    transition-property: height, width;
    -moz-transition-duration: 1s;
    -o-transition-duration: 1s;
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    width: 120px;
    margin: 20px;
    padding-bottom: 1.875rem; }
  #home-content .entry-content-container {
    display: none; }

.orbit-container {
  width: 100%;
  height: 100% !important; }
  .orbit-container .orbit-timer {
    display: none !important; }
  .orbit-container .orbit-slides-container {
    width: 100%;
    height: 100% !important; }
    .orbit-container .orbit-slides-container li {
      width: 100%;
      height: 100% !important;
      background-size: cover;
      background-position: center center; }
  .orbit-container .orbit-bullets-container {
    position: fixed;
    bottom: 0px;
    width: 100%;
    z-index: 100; }
    .orbit-container .orbit-bullets-container .orbit-bullets li {
      cursor: pointer;
      background: transparent;
      border: 1px solid #FFF; }
      .orbit-container .orbit-bullets-container .orbit-bullets li.active {
        background: #FFF; }

/* SUB-PAGE HEADER */
#header-container {
  border-bottom: 1px solid #eed071; }

header {
  text-align: center;
  padding: 0;
  margin: 0; }

h1 a {
  -moz-transition-property: height, width;
  -o-transition-property: height, width;
  -webkit-transition-property: height, width;
  transition-property: height, width;
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  display: block;
  color: transparent;
  background: url("../img/logo.jpg") no-repeat;
  background-size: cover;
  width: 150px;
  height: 119px;
  margin: 0 auto; }
  h1 a:hover {
    color: transparent; }

/* WORKSHOPS INDEX */
body.post-type-archive-workshops .excerpt-container {
  background: #f6e7b8; }
  body.post-type-archive-workshops .excerpt-container:nth-child(odd) {
    background: #FFF; }

table.workshop-details {
  margin: 0 auto;
  border: none; }
  table.workshop-details tr td {
    vertical-align: top;
    text-align: left;
    color: #9d9d9d;
    font-size: 0.75rem;
    font-style: italic; }
    table.workshop-details tr td:first-of-type {
      width: 100px;
      color: #f2108d;
      font-size: 0.875rem;
      text-transform: uppercase;
      font-style: italic;
      font-family: "adelle", serif; }
    table.workshop-details tr td ul {
      list-style-type: disc;
      list-style-position: inside; }
      table.workshop-details tr td ul li {
        font-size: 0.75rem;
        margin-bottom: 0.9375rem;
        font-style: italic; }

/* WORKSHOPS */
body.single-workshops .ssba {
  display: none; }

.highlights {
  border-top: 1px solid #d3d3d3;
  border-bottom: 1px solid #d3d3d3; }
  .highlights > .row {
    padding: 0; }
    .highlights > .row > div {
      padding: 1.875rem; }
      .highlights > .row > div:first-of-type {
        padding: 1.875rem 2.8125rem 1.875rem 1.3125rem; }
      .highlights > .row > div:last-of-type {
        padding: 1.875rem 1.3125rem 1.875rem 2.8125rem; }
  .highlights p {
    color: #9d9d9d;
    text-shadow: 0 1px 0 #FFF; }
  .highlights .shout-out {
    border: 1px solid #FFF;
    background: #d3d3d3;
    -moz-box-shadow: #d3d3d3 0 0 4px 0;
    -webkit-box-shadow: #d3d3d3 0 0 4px 0;
    box-shadow: #d3d3d3 0 0 4px 0; }
    .highlights .shout-out img {
      display: block;
      margin: 0 auto 1.875rem auto; }
    .highlights .shout-out p {
      color: #FFF;
      text-shadow: 0 1px 0 #9d9d9d;
      font-size: 0.875rem; }

.details dl {
  font-family: "adelle", serif;
  font-style: italic;
  padding-bottom: 1.875rem;
  margin-bottom: 1.875rem;
  border-bottom: 1px solid #d3d3d3; }
  .details dl dt {
    color: #f2108d;
    font-size: 1.125rem; }
.details ul#reminders {
  list-style: disc;
  list-style-position: inside; }
  .details ul#reminders li {
    margin-bottom: 0.9375rem;
    font-style: italic;
    font-weight: 300; }

/* PRESS */
.badges li {
  width: 80px; }

.press ul.centered-list li, .issuu ul.centered-list li {
  width: 100%;
  max-width: 300px; }

/* GALLERY */
#filterGallery .mix {
  display: none; }

ul#filterOptions li button {
  text-transform: uppercase;
  font-style: italic;
  font-family: "adelle", serif;
  color: #9d9d9d;
  background: none;
  margin: 0;
  padding: 0; }
  ul#filterOptions li button.active {
    color: #f2108d; }
  ul#filterOptions li button:focus {
    outline: none; }

ul#filterGallery {
  text-align: justify; }
  ul#filterGallery:after {
    content: '';
    display: inline-block;
    width: 100%; }
  ul#filterGallery li {
    display: inline-block;
    vertical-align: top;
    width: 48%; }
    ul#filterGallery li:before {
      content: '';
      display: inline-block;
      padding-top: 2%; }
    ul#filterGallery li img {
      width: 100%; }

span.gallery-caption {
  display: block;
  text-align: center;
  color: #f2108d;
  font-family: "adelle", serif;
  font-style: italic;
  font-size: 0.75rem;
  margin-top: 5px; }

.grid-sizer, .grid-item {
  width: calc(100% / 2 - 8px);
  margin: 2px 4px; }

.grid-item {
  float: left; }
  .grid-item img {
    max-width: 100%; }

/* ABOUT */
dl {
  text-align: center; }
  dl dt {
    margin-bottom: 0; }
  dl dd {
    font-size: 12px; }

/* PROOFING */
.pictage-filter {
  padding-bottom: 1.875rem; }

.pictage-events ul li {
  text-align: center; }

/* BLOG INDEX */
.best-of {
  text-transform: uppercase;
  font-style: italic;
  font-family: "adelle", serif; }

#author-slider li a {
  color: #9d9d9d; }
  #author-slider li a span {
    display: block;
    padding-top: 5px;
    text-transform: uppercase;
    font-style: italic;
    font-family: "adelle", serif;
    text-align: center;
    font-size: 12px !important; }

form#searchform {
  text-align: center;
  border-bottom: 1px solid #eed071; }
  form#searchform > .row {
    padding: 1.40625rem; }
  form#searchform input {
    display: inline-block; }
    form#searchform input#s {
      max-width: 400px; }
    form#searchform input#searchsubmit {
      max-width: 180px;
      background: #e5b522;
      padding: 8px 20px; }

.post-meta {
  margin: 0 0 1.875rem 0; }
  .post-meta span.author a, .post-meta time {
    display: block;
    color: #e5b522;
    font-weight: 300;
    font-size: 1rem;
    text-transform: uppercase;
    font-style: italic;
    font-family: "adelle", serif; }
  .post-meta a#c10_link {
    display: block;
    width: 85px;
    margin: 10px auto; }

.excerpt {
  text-align: center;
  border-bottom: 1px solid #f6e7b8; }
  .excerpt img {
    display: block;
    margin: 0 auto 0.9375rem auto; }
  .excerpt a.more-link {
    color: #f2108d;
    text-transform: uppercase;
    font-style: italic;
    font-family: "adelle", serif;
    text-decoration: underline; }
  .excerpt:last-of-type {
    border-bottom: none; }

ul.page-numbers {
  padding: 1.875rem 0; }
  ul.page-numbers li span.current {
    background: #f2108d;
    border: none; }
    ul.page-numbers li span.current a {
      color: #FFF; }
  ul.page-numbers li a {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    font-family: "adelle", serif;
    color: #f2108d;
    font-size: 1.125rem; }

ul.compact-archives {
  width: 100%;
  font-family: "adelle", serif;
  font-style: italic; }
  ul.compact-archives li {
    width: 100%;
    margin-bottom: 0.625rem; }
    ul.compact-archives li > a, ul.compact-archives li span.emptymonth {
      color: #9d9d9d;
      font-size: 0.875rem;
      display: inline-block;
      width: 7%;
      padding: 0;
      margin: 0;
      text-align: center; }
    ul.compact-archives li span.emptymonth {
      color: #e5b522; }
  ul.compact-archives strong {
    display: block;
    text-align: center;
    padding-right: 0.625rem;
    color: #f2108d;
    line-height: 0.85;
    font-size: 1.125rem; }
    ul.compact-archives strong a {
      color: #f2108d; }

/* ARCHIVES */
h2.archive-title span a.button {
  display: inline-block;
  background: #f2108d;
  font-weight: bold !important;
  font-size: 0.8125rem;
  margin: 18px 6px; }

/* SINGLE POST */
.ssba {
  margin-bottom: 0.9375rem; }
  .ssba:before {
    content: "Share this post!";
    display: block;
    text-transform: uppercase;
    font-style: italic;
    font-family: "adelle", serif;
    text-align: center; }

section#comments, section#respond {
  max-width: 600px;
  margin: 0 auto; }

ul.commentlist li {
  margin-bottom: 1.875rem;
  text-align: left; }
  ul.commentlist li article {
    padding-bottom: 0.9375rem;
    border-bottom: 1px dotted #FFF;
    margin-bottom: 0.9375rem; }
ul.commentlist > li {
  border: 1px solid #FFF;
  padding: 1.875rem; }

.comment-author .author-meta cite, .comment-author .author-meta time a, .comment-author .author-meta a.comment-edit-link {
  display: block;
  color: #f2108d;
  font-weight: 300;
  text-transform: uppercase;
  font-style: italic;
  font-family: "adelle", serif;
  font-size: 1rem;
  text-align: left; }
.comment-author .author-meta time a {
  font-size: 0.75rem; }
.comment-author .author-meta a.comment-edit-link {
  font-size: 0.75rem; }

section.comment {
  padding-top: 0.9375rem; }
  section.comment p {
    text-align: left; }
  section.comment a.comment-reply-link {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 0.6875rem;
    padding: 3px 9px;
    color: #FFF;
    background: #eed071;
    font-family: "adelle", serif;
    text-transform: uppercase;
    font-style: italic;
    font-weight: 700;
    text-align: center; }
    section.comment a.comment-reply-link:hover {
      background: #eac551; }

section#respond {
  padding: 1.875rem;
  border: 1px solid #FFF; }
  section#respond p {
    margin-bottom: 0; }
    section#respond p label {
      text-transform: uppercase;
      font-style: italic;
      font-family: "adelle", serif;
      margin-bottom: 0;
      color: #9d9d9d; }
  section#respond textarea#comment {
    min-height: 150px; }

/* CONTACT */
ul#contact-info {
  margin: 0.9375rem 0;
  text-transform: uppercase;
  font-style: italic;
  font-family: "adelle", serif;
  font-size: 0.875rem; }
  ul#contact-info li {
    margin-bottom: 0.625rem;
    text-align: center; }
    ul#contact-info li address {
      color: #f2108d;
      font-weight: 500; }
    ul#contact-info li ul.inline-list {
      display: table;
      margin: 0 auto; }
      ul#contact-info li ul.inline-list li {
        margin: 0 0.9375rem; }
        ul#contact-info li ul.inline-list li a {
          font-size: 1.5rem; }

.gform_wrapper form {
  border: 1px solid #f6e7b8;
  padding: 0.9375rem; }
  .gform_wrapper form .gfield label {
    text-transform: uppercase;
    font-style: italic;
    font-family: "adelle", serif;
    color: #9d9d9d; }
    .gform_wrapper form .gfield label span.gfield_required {
      color: #f2108d; }
  .gform_wrapper form .gform_footer {
    margin-top: 2.34375rem; }
  .gform_wrapper form select {
    text-transform: uppercase;
    font-style: italic;
    font-family: "adelle", serif;
    color: #9d9d9d; }

/* FOOTER */
footer {
  border-top: 1px solid #eed071;
  text-align: center; }
  footer img#footer-logo {
    width: 80px;
    margin: 0 auto;
    display: block; }
  footer p#footer-slogan {
    text-transform: uppercase;
    font-style: italic;
    font-family: "adelle", serif;
    margin: 0.625rem;
    color: #e5b522;
    letter-spacing: 1px; }
  footer ul.inline-list {
    display: table;
    margin: 0.9375rem auto; }
    footer ul.inline-list li {
      margin: 0 0.9375rem; }
      footer ul.inline-list li a {
        color: #f2108d; }
  footer .copyright {
    color: #f2108d; }

@media only screen and (min-width: 40.063em) {
  /*------------------------------------------

  			CARLA TEN EYCK - GLOBAL

  -------------------------------------------*/
  div.row {
    padding: 2.8125rem 0; }

  .right h2, .right p {
    text-align: left; }

  .framed {
    border: 8px solid #FFF; }

  blockquote {
    font-size: 2rem; }
    blockquote span#testimonial {
      padding-left: 50px; }
    blockquote span#quote-before, blockquote span#quote-after {
      font-size: 7.5rem;
      line-height: 1;
      padding: 0 15px 15px 0; }
    blockquote span#quote-after {
      padding: 10px 10px 0 0; }

  cite {
    font-size: 1.25rem; }

  .centered-list li {
    font-size: 0.875rem;
    margin: 0 0.9375rem;
    padding: 5px 0;
    font-weight: 600; }

  /* GALLERY */
  ul#filterGallery li {
    width: 31%; }

  /*------------------------------------------

  			CARLA TEN EYCK - TYPOGRAPHY

  -------------------------------------------*/
  /* SUB-PAGE HEADER */
  h1 a {
    width: 200px;
    height: 158px; }

  	/*------------------------------------------

  			CARLA TEN EYCK - LAYOUT

  	-------------------------------------------*/
  /* HOME */
  #home-content .entry-content-container {
    display: block;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIyMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PHN0b3Agb2Zmc2V0PSIzMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC44Ii8+PHN0b3Agb2Zmc2V0PSI3MCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC44Ii8+PHN0b3Agb2Zmc2V0PSI4MCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(20%, rgba(255, 255, 255, 0)), color-stop(30%, rgba(255, 255, 255, 0.8)), color-stop(70%, rgba(255, 255, 255, 0.8)), color-stop(80%, rgba(255, 255, 255, 0)));
    background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0.8) 30%, rgba(255, 255, 255, 0.8) 70%, rgba(255, 255, 255, 0) 80%);
    background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0.8) 30%, rgba(255, 255, 255, 0.8) 70%, rgba(255, 255, 255, 0) 80%);
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0.8) 30%, rgba(255, 255, 255, 0.8) 70%, rgba(255, 255, 255, 0) 80%);
    /* @include box-shadow(0 0 5px 0px rgba($black,0.5)); */ }
  #home-content .entry-content {
    max-width: 640px;
    margin: 0 auto;
    padding: 1.875rem; }
    #home-content .entry-content p {
      color: rgba(0, 0, 0, 0.75);
      text-transform: uppercase;
      font-style: italic;
      font-family: "adelle", serif;
      text-transform: none;
      text-shadow: 0 1px #FFF;
      margin-bottom: 0; }

  /* GALLERY */
  .grid-sizer, .grid-item {
    width: calc(100% / 3 - 16px);
    margin: 6px 8px; }

  /* PROOFING */
  .pictage-events ul {
    -moz-columns: 2;
    -webkit-columns: 2;
    columns: 2;
    -moz-column-gap: 1.875rem;
    -webkit-column-gap: 1.875rem;
    column-gap: 1.875rem; }

  /* BLOG INDEX*/
  .excerpt {
    text-align: left; }
    .excerpt img {
      display: block;
      margin: 0; }
    .excerpt h3, .excerpt p {
      text-align: left; }
    .excerpt a.more-link {
      text-align: right; }

  body.blog .post-meta a#c10_link {
    margin: 15px 0; }

  ul.compact-archives {
    display: table;
    margin: 0 auto;
    width: auto; }
    ul.compact-archives li {
      margin-bottom: 0.625rem; }
      ul.compact-archives li > a, ul.compact-archives li span.emptymonth {
        font-size: 1.125rem;
        display: inline-block;
        width: auto;
        padding: 0 0.625rem; }
    ul.compact-archives strong {
      display: inline-block;
      text-align: right;
      width: 70px;
      padding-right: 0.625rem;
      line-height: 0.85;
      font-size: 1.5rem; }

  /* WORKSHOPS INDEX */
  table.workshop-details {
    width: 100%; }

  /* WORKSHOPS */
  body.single-workshops .entry-content {
    -moz-columns: 2;
    -webkit-columns: 2;
    columns: 2;
    -moz-column-gap: 1.875rem;
    -webkit-column-gap: 1.875rem;
    column-gap: 1.875rem; }
    body.single-workshops .entry-content p {
      text-align: justify; }

  .highlights .shout-out {
    -moz-box-shadow: #d3d3d3 0 0 0 10px, #FFF 0 0 0 11px, #d3d3d3 0 0 4px 12px;
    -webkit-box-shadow: #d3d3d3 0 0 0 10px, #FFF 0 0 0 11px, #d3d3d3 0 0 4px 12px;
    box-shadow: #d3d3d3 0 0 0 10px, #FFF 0 0 0 11px, #d3d3d3 0 0 4px 12px;
    border: none; }

  .details > div {
    padding-top: 1.875rem; }
    .details > div dl {
      padding-bottom: 0;
      margin-bottom: 0;
      border-bottom: none; }
    .details > div ul#reminders {
      border-left: 1px solid #d3d3d3;
      padding-left: 3.75rem; }

  /* PRESS */
  .badges li {
    width: 100px; }

  /* CONTACT */
  ul#contact-info {
    margin: 0 0 1.875rem 0; }
    ul#contact-info li {
      text-align: left; }
      ul#contact-info li ul.inline-list {
        display: block; }
        ul#contact-info li ul.inline-list li {
          margin: 0 1.875rem 0 0; }

  .gform_wrapper form {
    padding: 1.875rem; }
    .gform_wrapper form .gform_body {
      -moz-columns: 2;
      -webkit-columns: 2;
      columns: 2;
      -moz-column-gap: 3.75rem;
      -webkit-column-gap: 3.75rem;
      column-gap: 3.75rem;
      -moz-column-rule: 1px solid #f6e7b8;
      -webkit-column-rule: 1px solid #f6e7b8;
      column-rule: 1px solid #f6e7b8; }
      .gform_wrapper form .gform_body .gfield {
        -moz-page-break-inside: avoid;
        -webkit-column-break-inside: avoid;
        break-inside: avoid; }
        .gform_wrapper form .gform_body .gfield#field_1_5 {
          -moz-page-break-after: always;
          -webkit-column-break-after: always;
          break-after: always; }

  /* FOOTER */
  footer .row {
    padding: 1.40625rem 0; }
  footer img#footer-logo {
    display: inline-block;
    margin: 0 0.625rem 0 0; }
  footer p#footer-slogan {
    font-size: 1rem;
    display: inline-block;
    margin: 0; }
  footer ul.social-media {
    display: block;
    margin: 15px 0 0 0;
    float: left; }
    footer ul.social-media li {
      margin: 0 1.875rem 0 0; }
      footer ul.social-media li a {
        font-size: 1.25rem; }
  footer .copyright {
    text-align: right; }
    footer .copyright small {
      display: block;
      margin: 24px 0 0 0; } }
@media only screen and (min-width: 64.063em) {
  /*------------------------------------------

  			CARLA TEN EYCK - TYPOGRAPHY

  -------------------------------------------*/
  p {
    font-size: 0.8125rem; }

  /* HOME */
  /* GALLERY */
  ul#filterGallery li {
    width: 23%; }

  /* PROOFING */
  .pictage-events ul {
    -moz-columns: 3;
    -webkit-columns: 3;
    columns: 3; }
    .pictage-events ul li {
      text-align: left; }

  /* BLOG INDEX */
  ul.compact-archives li > a, ul.compact-archives li span.emptymonth {
    font-size: 1.125rem;
    padding: 0 0.9375rem; }
  ul.compact-archives strong {
    padding-right: 0.9375rem;
    font-size: 1.5rem; }

  .category-list li {
    font-size: 0.875rem;
    margin: 0 1.875rem;
    padding: 10px 0; }

  /* WORKSHOPS INDEX */
  table.workshop-details tr td {
    font-size: 0.8125rem; }
    table.workshop-details tr td:first-of-type {
      font-size: 1rem;
      width: 115px; }
    table.workshop-details tr td ul li {
      font-size: 0.8125rem; }

  /* WORKSHOPS */
  body.single-workshops .entry-content {
    -moz-columns: 2;
    -webkit-columns: 2;
    columns: 2;
    -moz-column-gap: 1.875rem;
    -webkit-column-gap: 1.875rem;
    column-gap: 1.875rem; }
    body.single-workshops .entry-content p {
      text-align: justify; }

  .details dl div {
    display: table;
    width: 100%;
    margin-bottom: 0.9375rem; }
  .details dl dt, .details dl dd {
    display: table-cell;
    width: 50%; }
  .details dl dt {
    text-align: right;
    padding-right: 1.875rem; }
  .details dl dd {
    text-align: left; }
  .details ul#reminders li p {
    text-align: left; } }
@media only screen and (min-width: 80.063em) {
  h1 a {
    width: 267px;
    height: 212px; }

  .flex-direction-nav {
    display: block; } }

/*# sourceMappingURL=style.css.map */

/* ----- Whiteley Designs Slideshow ----- */
.slideshow {
     float: left;
     width: 100%;
     padding-top: 66.6666666%; /* Divide height by width to get this percentage */
     position: relative;
     overflow: hidden;
     list-style-type: none;
}
.slideshow .slideshow__slide {
     position: absolute;
     width: 100%;
     height: 100%;
     top: 0;
     z-index: 1;
     opacity: 0;
}
#slide-1.slideshow__slide {
     z-index: 2;
}
img.slideshow__image {
     float: left;
     width: 100%;
     height: auto;
}
.slideshow .prev,
.slideshow .next {
     position: absolute;
     text-align: center;
     color: #fff;
     top: 50%;
     left: 10px;
     z-index: 4;
     transform: translateY(-50%);
     cursor: pointer;
     width: 63px;
     height: 63px;
     background-color: rgba(255,255,255,0.4);
     line-height: 63px;
     font-size: 44px;
	font-size: 4.4rem;
     border-radius: 50%;
     -webkit-transition: all 0.2s ease-in-out;
     -moz-transition: all 0.2s ease-in-out;
     -ms-transition: all 0.2s ease-in-out;
     -o-transition: all 0.2s ease-in-out;
     transition: all 0.2s ease-in-out;
}
.slideshow .prev:hover,
.slideshow .next:hover {
     background-color: rgba(255,255,255,0.8);
     color: #999;
}
.slideshow .next{
     left: auto;
     right: 10px;
}
.slideshow .prev i.fa,
.slideshow .next i.fa {
     position: absolute;
     top: 50%;
     left: 50%;
     margin-top: -22px;
     margin-left: -11px;
}
.slideshow .next i.fa {
     margin-left: -7px;
}
.slideshow .pager_list{
     position: absolute;
     width: 100%;
     height: 22px;
     line-height: 22px;
     bottom: 0;
     text-align: center;
     z-index: 4;
     margin: 0;
     padding-left: 0;
}

.slideshow .pager_list li{
     display: inline-block;
     width: 12px;
     height: 12px;
     margin: 0 5px;
     background-color: rgba(255,255,255,0.4);
     border: 1px solid rgba(0,0,0,0.2);
     text-indent: -9999px;
     border-radius: 999px;
     cursor: pointer;
     transition: all 150ms;
}
.slideshow .pager_list li:hover,
.slideshow .pager_list li.active{
     background-color: #d71920;
}
