/*
Theme Name: CDR 2.0
Description: Wordpress theme for The Canadian Design Resource
Author: Tom Creighton
Version: 3.0
*/
/* MIXINS */
/* VARIABLES */
/* type vars */
/* colour vars */
/* line vars */
/* foundation */
html {
  height: 100%;
  width: 100%;
}

body {
  height: 100%;
  width: 100%;
  color: #342f2a;
  font-family: "Gibson-Regular", sans-serif;
  background: white;
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 24px;
  -webkit-font-smoothing: antialiased;
  position: relative;
}

a {
  color: #d0112b;
  text-decoration: none;
  cursor: pointer;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
  -webkit-transition-duration: 0.2s;
  -webkit-transition-timing: ease-in-out;
  -o-transition-duration: 0.2s;
  -o-transition-timing: ease-in-out;
  -moz-transition-duration: 0.2s;
  -moz-transition-timing: ease-in-out;
  -ms-transition-duration: 0.2s;
  -ms-transition-timing: ease-in-out;
  transition-duration: 0.2s;
  transition-timing: ease-in-out;
}
a:hover {
  color: #b80f26;
  text-decoration: none;
  border-bottom: 1px solid #d0112b;
  -webkit-transition-duration: 0.2s;
  -webkit-transition-timing: ease-in-out;
  -o-transition-duration: 0.2s;
  -o-transition-timing: ease-in-out;
  -moz-transition-duration: 0.2s;
  -moz-transition-timing: ease-in-out;
  -ms-transition-duration: 0.2s;
  -ms-transition-timing: ease-in-out;
  transition-duration: 0.2s;
  transition-timing: ease-in-out;
}

div img {
  display: block;
  max-width: 100%;
}

a img {
  border: none;
}

.left {
  float: left;
}

.right {
  float: right;
}

.alignright {
  text-align: right;
}

.aligncenter {
  text-align: center;
}

img.alignleft {
  float: left;
  padding: 0 15px 15px 0;
}

img.alignright {
  float: right;
  padding: 0 0 15px 15px;
}

.clear {
  padding: 0;
  margin: 0;
  width: 0;
  height: 0;
  clear: both;
}

/* columns */
.content {
  width: 1140px;
  padding: 0;
  margin: 0 auto;
}
.content .col {
  padding: 0;
  margin: 0 10px;
  float: left;
}
.content .col.w1100 {
  float: none;
}
.content .w1100 {
  width: 1100px;
}
.content .w940 {
  width: 940px;
}
.content .w780 {
  width: 780px;
}
.content .w620 {
  width: 620px;
}
.content .w460 {
  width: 460px;
}
.content .w300 {
  width: 300px;
}
.content .w140 {
  width: 140px;
}

/* text styles */
p {
  padding: 0;
  margin: 0 0 20px;
}

h1 {
  font-size: 40px;
  line-height: 40px;
  font-weight: normal;
  padding: 0;
  margin: 0 0 20px 0;
  letter-spacing: -1px;
  font-family: "Gibson-Light", sans-serif;
}
h1.underline {
  border-bottom: 5px solid #f9f7f3;
  padding: 0 0 10px 0;
}

h2 {
  font-size: 30px;
  line-height: 30px;
  font-weight: normal;
  padding: 0;
  margin: 0 0 20px 0;
}

h3 {
  font-size: 20px;
  line-height: 20px;
  font-weight: normal;
  padding: 0;
  margin: 0;
  font-family: "Gibson-SemiBold", sans-serif;
}

h4 {
  font-size: 16px;
  line-height: 16px;
  font-weight: normal;
  padding: 0;
  margin: 0;
  font-family: "Gibson-SemiBold", sans-serif;
}

small {
  font-size: 11px;
}

/* general #body styles */
#body {
  background: white;
}

.displaynone {
  display: none;
}

/* form styles */
form {
  padding: 0;
  margin: 0;
}

.input {
  padding: 8px 12px;
  font-size: 14px;
  line-height: 18px;
  background: #f2ede1;
  color: #342f2a;
  border: none;
  outline: none;
  font-family: "Gibson-Regular", sans-serif;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.input.bolded {
  font-family: "Gibson-SemiBold", sans-serif;
}
.input.invisible {
  padding: 0;
  margin: 0;
  background: none;
}

.button {
  padding: 8px 12px;
  font-size: 14px;
  line-height: 18px;
  background: #26221f;
  color: white;
  border: none;
  outline: none;
  font-family: "Gibson-SemiBold", sans-serif;
  text-transform: uppercase;
  cursor: pointer;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition-duration: 0.2s;
  -webkit-transition-timing: ease-in-out;
  -o-transition-duration: 0.2s;
  -o-transition-timing: ease-in-out;
  -moz-transition-duration: 0.2s;
  -moz-transition-timing: ease-in-out;
  -ms-transition-duration: 0.2s;
  -ms-transition-timing: ease-in-out;
  transition-duration: 0.2s;
  transition-timing: ease-in-out;
}

label {
  font-size: 12px;
  color: #c2ab77;
  line-height: 20px;
}

/* feedback form */
#feedback {
  padding: 20px 0;
  display: none;
}
#feedback .commentfield .input {
  width: 682px;
  height: 70px;
}

#feedbackdone {
  padding: 20px 0 0 0;
  display: none;
}

/* sidebar */
#sidebar {
  margin-left: 20px !important;
  margin-bottom: 20px !important;
}
#sidebar small {
  font-size: 10px;
  line-height: 12px;
  text-transform: uppercase;
}
#sidebar #shop-cdr {
  padding: 10px 0 0 0;
  margin: 0;
}

/* ads */
#ads-large {
  padding: 0;
  margin: 0;
}
#ads-large .ad {
  padding: 0;
  margin: 0 0 15px 0;
}

#ads-small {
  padding: 0;
  margin: 0;
}
#ads-small .left {
  padding: 0;
  margin: 0 15px 0 0;
}
#ads-small .left p {
  padding: 0;
  margin: 0;
}
#ads-small .left img {
  width: 90px;
  height: 90px;
}
#ads-small .left:nth-child(3) {
  margin: 0;
}

#ads-tiny .img img {
  width: 180px;
  height: auto;
}
#ads-tiny .img p {
  margin: 0;
  padding: 0;
}
#ads-tiny .ad-copy {
  width: 100%;
  padding: 5px 0;
  text-align: center;
  font-size: 11px;
  background: #f9f7f3;
  color: #c2ab77;
}

.adlink {
  font-size: 11px;
  text-transform: uppercase;
  text-align: center;
  margin: 5px 0 0 0;
}

/* footer */
#footer {
  padding: 0;
  margin: 0;
  background: #26221f;
  color: white;
}
#footer .content {
  width: 1120px;
  padding: 20px 0 40px 0;
  font-size: 12px;
  line-height: 12px;
}
#footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer ul li {
  list-style: none;
  padding: 0 0 0 10px;
  float: left;
}
#footer a {
  color: white;
}
#footer a:hover {
  border-bottom: 1px solid white;
}

/* header */
#header {
  padding: 0;
  background: white;
  /* search box */
}
#header #header-topbar {
  background: #26221f;
  height: 44px;
  overflow: hidden;
}
#header #header-branding .content {
  width: 1120px;
  padding: 10px 0;
  border-bottom: 5px solid #f9f7f3;
}
#header #header-branding #mark {
  padding: 10px 0 0 0;
  margin: 0;
  float: left;
}
#header #header-branding #mark img {
  width: 160px;
}
#header #header-branding #mark a {
  border: none;
}
#header #header-branding #mark a:hover {
  border: none;
}
#header #header-branding #mark p {
  padding: 0;
  margin: 0;
}
#header #header-branding .right img {
  width: 728px !important;
  height: 90px !important;
}
#header #header-branding .right p {
  padding: 0;
  margin: 0;
}
#header #header-search {
  width: 440px;
  display: none;
  color: white;
}
#header #header-search .right {
  padding-top: 3px;
}
#header #header-search .right span {
  cursor: pointer;
  font-family: "Gibson-SemiBold", sans-serif;
  color: white;
}
#header #header-search .searchtext {
  font-size: 12px;
  padding: 3px 4px 0 0;
  text-transform: uppercase;
}
#header #header-search form {
  margin: 7px 0 0 0;
}
#header #header-search input {
  font-family: "Gibson-Regular", sans-serif;
  font-size: 13px;
  line-height: 13px;
  padding: 8px;
  margin: 0;
  border: none;
  background: #26221f;
  color: white;
  display: inline-block;
  width: 260px;
  outline: none;
  background: rgba(255, 255, 255, 0.2);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
#header #header-search button {
  padding: 7px 0 0 5px;
  margin: 0;
  border: 0;
  display: inline-block;
  background: #26221f;
  cursor: pointer;
}
#header #header-search button img {
  width: 14px;
  height: 14px;
}
#header #header-search .blur {
  color: white;
}
#header #header-functions .content {
  width: 1120px;
}
#header #header-functions #header-home {
  position: absolute;
  padding-top: 13px;
  top: 0px;
  left: -30px;
  display: none;
}
#header #header-functions #header-home img {
  width: 14px;
  height: 14px;
  display: block;
}
#header #header-functions a {
  color: white;
}
#header #header-functions a:hover {
  border-bottom: 1px solid white;
}
#header #header-functions .content {
  padding: 0;
  position: relative;
}
#header #header-functions #nav {
  padding: 0;
  margin: 0;
  list-style: none;
}
#header #header-functions #nav li {
  list-style: none;
  float: left;
}
#header #header-functions #nav li img {
  width: 14px;
  height: 14px;
  display: inline-block;
}
#header #header-functions #nav #nav-underline a {
  border-bottom: 2px solid white;
}
#header #header-functions #nav #social {
  padding: 11px 20px 0 0;
}
#header #header-functions #nav #social a, #header #header-functions #nav #social a:hover {
  border: none;
}
#header #header-functions #nav #search-click {
  padding: 11px 0 0 22px;
  cursor: pointer;
}
#header #header-functions #nav #explore, #header #header-functions #nav #explore-date {
  cursor: pointer;
}
#header #header-functions #nav #explore span, #header #header-functions #nav #explore-date span {
  border-bottom: 1px solid rgba(255, 255, 255, 0);
  -webkit-transition-duration: 0.2s;
  -webkit-transition-timing: ease-in-out;
  -o-transition-duration: 0.2s;
  -o-transition-timing: ease-in-out;
  -moz-transition-duration: 0.2s;
  -moz-transition-timing: ease-in-out;
  -ms-transition-duration: 0.2s;
  -ms-transition-timing: ease-in-out;
  transition-duration: 0.2s;
  transition-timing: ease-in-out;
}
#header #header-functions #nav #explore span:hover, #header #header-functions #nav #explore-date span:hover {
  border-bottom: 1px solid white;
  -webkit-transition-duration: 0.2s;
  -webkit-transition-timing: ease-in-out;
  -o-transition-duration: 0.2s;
  -o-transition-timing: ease-in-out;
  -moz-transition-duration: 0.2s;
  -moz-transition-timing: ease-in-out;
  -ms-transition-duration: 0.2s;
  -ms-transition-timing: ease-in-out;
  transition-duration: 0.2s;
  transition-timing: ease-in-out;
}
#header #header-functions #nav .nav-item {
  font-family: "Gibson-SemiBold", sans-serif;
  padding: 10px 0 10px 10px;
  color: white;
}

/* what's new / news */
#whatsnew {
  padding: 0;
  margin: 0;
  width: 640px;
}
#whatsnew p {
  padding: 0;
  margin: 0;
}
#whatsnew .whatsnew-item {
  width: 100%;
  background: #26221f;
  padding: 10px 0;
  margin: 0;
  color: white;
}
#whatsnew .whatsnew-item a {
  color: white;
  font-family: "Gibson-SemiBold", sans-serif;
}

/* EXPLORE DRAWER */
#drawer {
  display: none;
  /* category drawer */
  /* date-based drawer */
}
#drawer .content {
  width: 1120px;
  padding: 30px 0 20px 0;
}
#drawer .content h2 {
  color: #26221f;
  font-family: "Gibson-Light", sans-serif;
}
#drawer .content h2 .not-selected {
  color: #daccac;
  cursor: pointer;
}
#drawer .content h2 .not-selected:hover {
  border-bottom: 1px solid #daccac;
}
#drawer #categorydrawer {
  color: #c2ab77;
  font-family: "Gibson-Light", sans-serif;
}
#drawer #categorydrawer ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#drawer #categorydrawer ul li {
  list-style: none;
  width: 25%;
  padding: 5px 0;
  float: left;
  margin: 0;
}
#drawer #categorydrawer ul li a {
  font-family: "Gibson-SemiBold", sans-serif;
  font-size: 16px;
  margin-right: 5px;
}
#drawer #datedrawer {
  display: none;
  color: #c2ab77;
  font-family: "Gibson-Light", sans-serif;
}
#drawer #datedrawer ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#drawer #datedrawer ul li {
  list-style: none;
  width: 10%;
  padding: 5px 0;
  float: left;
  margin: 0;
}
#drawer #datedrawer ul li a {
  font-family: "Gibson-SemiBold", sans-serif;
  font-size: 15px;
  margin-right: 5px;
}

/* general BANNER styles */
#banner {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}
#banner .content {
  width: 100%;
  height: 100%;
  padding: 0;
  background-size: cover;
  position: relative;
}
#banner .content .banner-copy {
  border: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  color: white;
  background: rgba(38, 34, 31, 0.8);
}
#banner .content .banner-copy td {
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: center;
}
#banner h1 {
  padding: 0;
  margin: 0 0 10px 0;
  font-family: "Gibson-SemiBold", sans-serif;
}
#banner h1 a {
  color: white;
}
#banner h1 a:hover {
  color: white;
  border-bottom: 1px solid white;
}
#banner h3 {
  font-family: "Gibson-Regular", sans-serif;
  padding: 0;
  margin: 0 0 14px 0;
}
#banner h4 {
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
  font-family: "Gibson-Regular", sans-serif;
}
#banner h4 span {
  color: rgba(255, 255, 255, 0.25);
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
}
#banner .sharing {
  list-style: none;
  display: inline-block;
  padding: 0;
  margin: 0;
}
#banner .sharing img {
  vertical-align: text-bottom;
  height: 12px;
  width: 12px;
}
#banner .sharing .sharetitle {
  display: none;
}
#banner .sharing .shorturl {
  display: none;
}

/* homepage */
#homepage {
  padding: 0;
}
#homepage #banner-carousel {
  margin: 0 auto;
  height: 340px;
  width: 1120px;
  overflow: hidden;
}
#homepage #banner-carousel .banner-image {
  width: 1120px;
  margin: 0 auto;
}
#homepage #banner-carousel .banner-image p {
  padding: 0;
  margin: 0;
}
#homepage #banner {
  height: 340px;
  width: 1100px;
  margin: 0 auto 10px auto;
  cursor: pointer;
}
#homepage #body .content {
  padding: 20px 0 10px 0;
}
#homepage #body .content h3.title {
  margin-bottom: 10px;
}
#homepage #body #list-features {
  width: 440px;
  margin-right: 30px;
}
#homepage #body #list-fresh {
  width: 320px;
  margin-right: 0;
}
#homepage #body #list-fresh .tiny {
  float: left;
}
#homepage #body #sidebar {
  margin-top: 30px;
  margin-left: 0;
}
#homepage #header-branding .content {
  border-bottom: none;
}

/* category archives */
#category .subheader .content {
  width: 1120px;
}
#category .w780 {
  width: 800px;
  margin-right: 0;
}
#category .w300 {
  margin-left: 0;
}
#category.events .w780 {
  width: 780px;
  margin-right: 20px;
}
#category.events h2 {
  margin: 0 0 10px 0;
  font-family: "Gibson-Light", sans-serif;
}
#category.features .w780 {
  width: 800px;
  margin-right: 0px;
}
#category.features .w780 .feature {
  width: 380px;
  margin-right: 20px;
}
#category .tiny {
  width: 180px;
}

/* features alt template */
.featuresalt .w780 {
  width: 800px;
  margin-right: 0px;
}
.featuresalt .w780 .feature {
  width: 380px;
  margin-right: 20px;
}

/* pagination */
#pagination {
  padding: 10px 0;
  margin: 0 0 20px 0;
  width: 780px;
  border-top: 5px solid #f9f7f3;
}
#pagination a {
  color: #26221f;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
  -webkit-transition-duration: 0.2s;
  -webkit-transition-timing: ease-in-out;
  -o-transition-duration: 0.2s;
  -o-transition-timing: ease-in-out;
  -moz-transition-duration: 0.2s;
  -moz-transition-timing: ease-in-out;
  -ms-transition-duration: 0.2s;
  -ms-transition-timing: ease-in-out;
  transition-duration: 0.2s;
  transition-timing: ease-in-out;
}
#pagination a:hover {
  border-bottom: 1px solid #26221f;
  -webkit-transition-duration: 0.2s;
  -webkit-transition-timing: ease-in-out;
  -o-transition-duration: 0.2s;
  -o-transition-timing: ease-in-out;
  -moz-transition-duration: 0.2s;
  -moz-transition-timing: ease-in-out;
  -ms-transition-duration: 0.2s;
  -ms-transition-timing: ease-in-out;
  transition-duration: 0.2s;
  transition-timing: ease-in-out;
}

/* show and hide specific types of features */
#show-features #show-interviews, #show-features #show-collections, #show-features #show-all {
  cursor: pointer;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
  -webkit-transition-duration: 0.2s;
  -webkit-transition-timing: ease-in-out;
  -o-transition-duration: 0.2s;
  -o-transition-timing: ease-in-out;
  -moz-transition-duration: 0.2s;
  -moz-transition-timing: ease-in-out;
  -ms-transition-duration: 0.2s;
  -ms-transition-timing: ease-in-out;
  transition-duration: 0.2s;
  transition-timing: ease-in-out;
}
#show-features #show-interviews:hover, #show-features #show-collections:hover, #show-features #show-all:hover {
  border-bottom: 1px solid #26221f;
  -webkit-transition-duration: 0.2s;
  -webkit-transition-timing: ease-in-out;
  -o-transition-duration: 0.2s;
  -o-transition-timing: ease-in-out;
  -moz-transition-duration: 0.2s;
  -moz-transition-timing: ease-in-out;
  -ms-transition-duration: 0.2s;
  -ms-transition-timing: ease-in-out;
  transition-duration: 0.2s;
  transition-timing: ease-in-out;
}

/* single post template */
#single #body {
  padding-top: 20px;
}
#single .subheader {
  padding-bottom: 20px;
}
#single .subheader .content {
  width: 1120px;
}
#single .pagecontent {
  padding: 0 40px 0 0;
}
#single .pagecontent img {
  padding-bottom: 10px;
}
#single .postmeta {
  padding: 0;
  margin: 0;
  border-top: 5px solid #f9f7f3;
}
#single .postmeta ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#single .postmeta ul li {
  list-style: none;
  padding: 10px 0;
  margin: 0 40px 0 0;
  float: left;
  font-size: 12px;
  color: #c2ab77;
  line-height: 20px;
}
#single .postmeta ul li a {
  font-family: "Gibson-SemiBold", sans-serif;
  font-size: 16px;
  color: #342f2a;
}
#single .postmeta ul li a:hover {
  border-bottom: 1px solid #342f2a;
}
#single .postmeta .shorturl input {
  width: 300px;
}
#single .postmeta #comments {
  border-top: 5px solid #f9f7f3;
  padding: 20px 0 40px 0;
  margin: 0;
}
#single .postmeta .sharing img {
  height: 16px;
  width: 16px;
}
#single .postmeta .sharing a:hover {
  border-bottom: none;
}

/* sharing */
.sharing a:hover {
  border: none;
}
.sharing img {
  width: 18px;
  height: 18px;
  display: inline-block;
}
.sharing .shorturlurl {
  color: #26221f;
  font-family: "Gibson-SemiBold", sans-serif;
}

/* page template */
#page .subheader .content {
  width: 1120px;
}
#page .pagecontent {
  padding: 0 40px 0 0;
  text-align: justify;
}
#page .pagecontent h3 {
  margin-bottom: 20px;
  line-height: 24px;
}
#page .pagecontent p strong {
  font-family: "Gibson-SemiBold", sans-serif;
}

/* comments */
#comments {
  padding: 0;
  margin: 0;
}
#comments #comment-link {
  cursor: pointer;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
  -webkit-transition-duration: 0.2s;
  -webkit-transition-timing: ease-in-out;
  -o-transition-duration: 0.2s;
  -o-transition-timing: ease-in-out;
  -moz-transition-duration: 0.2s;
  -moz-transition-timing: ease-in-out;
  -ms-transition-duration: 0.2s;
  -ms-transition-timing: ease-in-out;
  transition-duration: 0.2s;
  transition-timing: ease-in-out;
}
#comments #comment-link:hover {
  border-bottom: 1px solid #26221f;
  -webkit-transition-duration: 0.2s;
  -webkit-transition-timing: ease-in-out;
  -o-transition-duration: 0.2s;
  -o-transition-timing: ease-in-out;
  -moz-transition-duration: 0.2s;
  -moz-transition-timing: ease-in-out;
  -ms-transition-duration: 0.2s;
  -ms-transition-timing: ease-in-out;
  transition-duration: 0.2s;
  transition-timing: ease-in-out;
}
#comments h3 {
  margin-bottom: 20px;
}
#comments ol {
  margin: 0;
  padding: 0 0 0 16px;
}
#comments ol li {
  font-size: 12px;
}
#comments ol li .commentbody {
  font-size: 16px;
}
#comments #commentsform {
  padding: 0 0 20px 0;
  margin: 0;
  display: none;
}
#comments #commentsform .infofield {
  float: left;
  width: 45%;
  padding: 0 10px 0 0;
}
#comments #commentsform .infofield .input {
  width: 320px;
}
#comments #commentsform .commentfield {
  width: 90%;
}
#comments #commentsform .commentfield .input {
  width: 682px;
  height: 70px;
}

/* similar posts */
#similarposts {
  margin: 0;
  font-size: 12px;
  color: #c2ab77;
}
#similarposts .content {
  width: 1120px;
  padding: 20px 0 20px 10px;
  border-top: 5px solid #f9f7f3;
}
#similarposts .tiny {
  margin-top: 5px;
  margin-bottom: 10px;
}
#similarposts .tiny:nth-child(8) {
  margin-right: 0;
}
#similarposts .feature {
  width: 353px;
  margin: 5px 20px 10px 0;
}
#similarposts .feature:nth-child(4) {
  margin-right: 0;
}

/* page + post subheaders */
.subheader {
  padding: 40px 0;
  margin: 0;
  background: white;
}
.subheader .content h1 {
  font-size: 30px;
  line-height: 30px;
  margin: 0;
  font-family: "Gibson-SemiBold", sans-serif;
  letter-spacing: 0px;
}
.subheader .content h1 span {
  font-family: "Gibson-Light", sans-serif;
}

/* post styles */
.post.feature {
  float: left;
  width: 100%;
  height: 200px;
  background-size: cover;
  padding: 0;
  margin: 0 0 20px 0;
  cursor: pointer;
}
.post.feature .copy {
  width: 100%;
  height: 100%;
  padding: 0 5%;
  margin: 0;
  text-align: center;
  vertical-align: middle;
  background: rgba(38, 34, 31, 0.65);
  color: white;
  -webkit-transition-duration: 0.2s;
  -webkit-transition-timing: ease-in-out;
  -o-transition-duration: 0.2s;
  -o-transition-timing: ease-in-out;
  -moz-transition-duration: 0.2s;
  -moz-transition-timing: ease-in-out;
  -ms-transition-duration: 0.2s;
  -ms-transition-timing: ease-in-out;
  transition-duration: 0.2s;
  transition-timing: ease-in-out;
  opacity: 1;
}
.post.feature .copy:hover {
  opacity: 0.65;
  -webkit-transition-duration: 0.2s;
  -webkit-transition-timing: ease-in-out;
  -o-transition-duration: 0.2s;
  -o-transition-timing: ease-in-out;
  -moz-transition-duration: 0.2s;
  -moz-transition-timing: ease-in-out;
  -ms-transition-duration: 0.2s;
  -ms-transition-timing: ease-in-out;
  transition-duration: 0.2s;
  transition-timing: ease-in-out;
}
.post.feature .copy a {
  color: white;
}
.post.feature .copy a:hover {
  border-bottom: 1px solid white;
}
.post.feature .copy small {
  color: white;
  line-height: 11px;
  text-transform: uppercase;
  display: block;
  padding: 5px 0 0 0;
}
.post.feature .copy small a {
  color: #c2ab77;
}
.post.feature .copy small a:hover {
  border: none;
}
.post.feature .copy small span {
  color: rgba(255, 255, 255, 0.25);
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
}
.post.feature .copy h3 {
  padding: 0;
  margin: 0;
}
.post.small {
  float: left;
  width: 204px;
  padding: 0;
  margin: 0 20px 20px 0;
  position: relative;
}
.post.small .img {
  padding: 0;
  margin: 0;
  width: 100%;
}
.post.small .copy {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(208, 17, 43, 0.8);
  color: white;
  z-index: auto;
  cursor: pointer;
  opacity: 0;
  -webkit-transition-duration: 0.2s;
  -webkit-transition-timing: ease-in-out;
  -o-transition-duration: 0.2s;
  -o-transition-timing: ease-in-out;
  -moz-transition-duration: 0.2s;
  -moz-transition-timing: ease-in-out;
  -ms-transition-duration: 0.2s;
  -ms-transition-timing: ease-in-out;
  transition-duration: 0.2s;
  transition-timing: ease-in-out;
}
.post.small .copy .copy-box {
  padding: 10px;
  font-size: 14px;
  line-height: 16px;
}
.post.small .copy:hover {
  opacity: 1;
  -webkit-transition-duration: 0.2s;
  -webkit-transition-timing: ease-in-out;
  -o-transition-duration: 0.2s;
  -o-transition-timing: ease-in-out;
  -moz-transition-duration: 0.2s;
  -moz-transition-timing: ease-in-out;
  -ms-transition-duration: 0.2s;
  -ms-transition-timing: ease-in-out;
  transition-duration: 0.2s;
  transition-timing: ease-in-out;
}
.post.tiny {
  float: left;
  width: 140px;
  padding: 0;
  margin: 0 20px 20px 0;
  position: relative;
}
.post.tiny .img {
  padding: 0;
  margin: 0;
  width: 100%;
  -webkit-transition-duration: 0.2s;
  -webkit-transition-timing: ease-in-out;
  -o-transition-duration: 0.2s;
  -o-transition-timing: ease-in-out;
  -moz-transition-duration: 0.2s;
  -moz-transition-timing: ease-in-out;
  -ms-transition-duration: 0.2s;
  -ms-transition-timing: ease-in-out;
  transition-duration: 0.2s;
  transition-timing: ease-in-out;
}
.post.tiny .img img {
  width: 100%;
  opacity: 1;
  -webkit-transition-duration: 0.2s;
  -webkit-transition-timing: ease-in-out;
  -o-transition-duration: 0.2s;
  -o-transition-timing: ease-in-out;
  -moz-transition-duration: 0.2s;
  -moz-transition-timing: ease-in-out;
  -ms-transition-duration: 0.2s;
  -ms-transition-timing: ease-in-out;
  transition-duration: 0.2s;
  transition-timing: ease-in-out;
}
.post.tiny .copy {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(208, 17, 43, 0.8);
  color: white;
  z-index: auto;
  cursor: pointer;
  opacity: 0;
  -webkit-transition-duration: 0.2s;
  -webkit-transition-timing: ease-in-out;
  -o-transition-duration: 0.2s;
  -o-transition-timing: ease-in-out;
  -moz-transition-duration: 0.2s;
  -moz-transition-timing: ease-in-out;
  -ms-transition-duration: 0.2s;
  -ms-transition-timing: ease-in-out;
  transition-duration: 0.2s;
  transition-timing: ease-in-out;
}
.post.tiny .copy .copy-box {
  padding: 10px;
  font-size: 14px;
  line-height: 16px;
}
.post.tiny .copy:hover {
  opacity: 1;
  -webkit-transition-duration: 0.2s;
  -webkit-transition-timing: ease-in-out;
  -o-transition-duration: 0.2s;
  -o-transition-timing: ease-in-out;
  -moz-transition-duration: 0.2s;
  -moz-transition-timing: ease-in-out;
  -ms-transition-duration: 0.2s;
  -ms-transition-timing: ease-in-out;
  transition-duration: 0.2s;
  transition-timing: ease-in-out;
}
.post.eventlisting {
  padding: 20px 0 0 0;
  border-bottom: 5px solid #f9f7f3;
}
.post.eventlisting .eventdate {
  float: left;
  width: 180px;
  font-family: "Gibson-SemiBold", sans-serif;
}
.post.eventlisting .eventinfo {
  float: left;
  width: 580px;
}
.post.eventlisting:first-child {
  padding: 0;
}

/* FEATURE - COLLECTION */
#collection {
  background: white;
}
#collection #header {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  z-index: 9999;
}
#collection #banner {
  position: relative;
}
#collection #banner .banner-copy {
  height: auto;
  padding: 40px 0;
  position: absolute;
  left: 0;
  bottom: 0;
}
#collection .collection-body {
  padding: 40px 0 20px 0;
  margin: 0 0 20px 0;
  border-bottom: 5px solid #f9f7f3;
  text-align: justify;
}
#collection .collection-body #sidebar {
  float: right;
  margin-left: 40px;
  margin-bottom: 10px !important;
}
#collection #header-branding {
  display: none;
}
#collection #header-home {
  display: block !important;
}
#collection .small {
  margin: 0 10px 20px 10px;
}
#collection .ngg-galleryoverview {
  border-top: 5px solid #f9f7f3;
  margin-top: 20px;
  padding-top: 30px;
}
#collection .gallery-body {
  padding: 40px 0 20px 0;
  margin: 0 0 20px 0;
  text-align: justify;
}
#collection .gallery-body .slideshowlink {
  display: none;
}
#collection .gallery-body #sidebar {
  float: right;
  margin-left: 40px;
  margin-bottom: 10px !important;
}
#collection .gallery-body .ngg-gallery-thumbnail img {
  padding: 0;
  margin: 0 10px 20px 10px;
  border: none;
  width: 135px;
}
#collection .gallery-body .feature-attribution {
  border-top: 5px solid #f9f7f3;
  font-size: 12px;
  line-height: 14px;
  padding: 10px 0 0 0;
  margin: 40px 0 0 0;
}
#collection .gallery-body .feature-attribution a {
  color: #26221f;
  opacity: 0.5;
  border-bottom: none;
}
#collection .gallery-body .feature-attribution a:hover {
  border-bottom: none;
}
#collection .gallery-body .feature-attribution p {
  margin-bottom: 5px;
}

/* FEATURE - INTERVIEW */
#interview {
  background: white;
}
#interview #header {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  z-index: 9999;
}
#interview #banner {
  position: relative;
}
#interview #banner .banner-copy {
  height: auto;
  padding: 40px 0;
  position: absolute;
  left: 0;
  bottom: 0;
}
#interview #header-branding {
  display: none;
}
#interview #header-home {
  display: block !important;
}
#interview #body {
  padding: 60px 0 40px 0;
}
#interview #body .pagecontent {
  padding: 0 20px 0 0;
  text-align: justify;
}
#interview .feature-attribution {
  font-size: 12px;
  line-height: 14px;
  padding: 10px 0 0 0;
  margin: 40px 0 0 0;
}
#interview .feature-attribution a {
  color: #26221f;
  opacity: 0.5;
  border-bottom: none;
}
#interview .feature-attribution a:hover {
  border-bottom: none;
}
#interview .feature-attribution p {
  margin-bottom: 5px;
}
