article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
a {
  background: transparent;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  margin: 0.67em 0;
  font-size: 2em;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  height: 0;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
mark {
  color: #000;
  background: #ff0;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "\201C""\201D""\2018""\2019";
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
fieldset {
  padding: 0.35em 0.625em 0.75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}
legend {
  padding: 0;
  border: 0;
}
button,
input,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: 100%;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
html input[type="button"],
button,
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  box-sizing: border-box;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
} /*!
 * Preboot v2
 *
 * Open sourced under MIT license by @mdo.
 * Some variables and mixins from Bootstrap (Apache 2 license).
 */
* {
  padding: 0;
  margin: 0;
  outline: 0 !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  overflow-x: hidden;
}
html,
body {
  width: 100%;
  height: 100%;
  font-family: "Helvetica", Arial, sans-serif;
  font-size: 14px;
  -webkit-font-smoothing: subpixel-antialiased;
  font-weight: 300;
  line-height: 18px;
  letter-spacing: 1px;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  background-color: #f8f8f8;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html h1,
body h1,
html h2,
body h2,
html h3,
body h3,
html h4,
body h4,
html h5,
body h5,
html h6,
body h6 {
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  letter-spacing: 1px;
}
html b,
body b {
  font-weight: normal;
}
a {
  color: #1a1a1a;
  text-decoration: none;
  outline: 0;
}
input::-moz-focus-inner {
  border: 0;
}
ul {
  padding: 0;
  margin: 0;
}
ul li {
  list-style-type: none;
}
hr {
  margin-bottom: 18px;
}
::selection {
  color: #fff;
  background: rgba(0, 0, 0, 0.05);
}
::-moz-selection {
  color: #fff;
  background: rgba(0, 0, 0, 0.05);
}
img::selection {
  background: transparent;
}
img::-moz-selection {
  background: transparent;
}
a,
a:hover,
a:active,
a:visited,
a:focus {
  outline: 0 !important;
}
a:focus {
  outline: 0 !important;
}
object,
embed {
  outline: 0;
}
input::-moz-focus-inner {
  border: 0;
}
img {
  width: 100%;
  height: auto;
  max-width: 100%;
  min-width: 100%;
  vertical-align: bottom;
}
.app-common-container {
  position: relative;
  max-width: 1100px;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 1440px) {
  .app-common-container {
    max-width: 1240px;
  }
}
.app-common-row {
  margin-right: -10px;
  margin-left: -10px;
  *zoom: 1;
}
.app-common-row:before,
.app-common-row:after {
  display: table;
  line-height: 0;
  content: " ";
}
.app-common-row:after {
  clear: both;
}
.app-common-table {
  display: table;
  width: 100%;
  height: 100%;
}
.app-common-table .app-common-cell {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.app-common-wysiwyg h1,
.app-common-wysiwyg h2,
.app-common-wysiwyg h3,
.app-common-wysiwyg h4,
.app-common-wysiwyg h5,
.app-common-wysiwyg h6,
.app-common-wysiwyg strong {
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  color: #a1a1a1;
}
.app-common-wysiwyg p {
  margin-bottom: 18px;
  font-size: 14px;
  line-height: 18px;
  color: #1a1a1a;
}
.app-common-wysiwyg p a {
  text-decoration: underline !important;
}
.app-common-wysiwyg ul {
  padding: 0;
  margin: 0;
}
.app-common-wysiwyg p:last-child {
  margin-bottom: 0;
}
.app-common-wysiwyg a {
  text-decoration: underline;
}
.app-video-wrapper {
  position: relative;
  height: 0;
  padding-top: 25px;
  padding-bottom: 56.25%;
}
.app-video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.wb-entry {
  position: relative;
  margin-right: -20px;
  margin-bottom: 20px;
  margin-left: -20px;
  overflow: hidden;
}
@media (min-width: 700px) {
  .wb-entry {
    margin-right: 0;
    margin-left: 0;
  }
}
.wb-entry a:first-child {
  position: relative;
  display: block;
}
.wb-entry:hover .wb-entry-title {
  opacity: 1;
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -ms-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
}
.wb-entry:hover .read-more {
  opacity: 1;
}
.wb-entry .wb-entry-title {
  position: absolute;
  top: 0;
  left: 20px;
  z-index: 20;
  max-width: 87%;
  background-color: #a99a45;
  opacity: 0;
}
@media (min-width: 700px) {
  .wb-entry .wb-entry-title {
    left: 0;
    max-width: 100%;
  }
}
.wb-entry .wb-entry-title h1 {
  padding: 4px 10px 4px 10px;
  margin: 0;
  font-size: 12px;
  color: #fff;
}
.wb-entry .wb-entry-title h1 span {
  font-weight: bold;
}
.wb-entry .wb-entry-blog-content {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: auto;
  height: 100%;
  min-width: 0;
}
.wb-entry .wb-entry-inner {
  position: relative;
}
.wb-entry .wb-entry-blog-content-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.wb-entry .wb-entry-blog-content-audio {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.wb-entry .wb-entry-blog-content-link {
  display: none;
  padding: 10px;
}
.wb-entry .read-more {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 20;
  display: block;
  padding: 4px 10px 4px 10px;
  color: #fff;
  background-color: #a1a1a1;
  opacity: 0;
}
#wb-header {
  position: relative;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  background-color: #fff;
}
@media (min-width: 1025px) {
  #wb-header {
    position: fixed;
  }
}
#wb-header .wb-brand {
  width: 130px;
  padding-left: 10px;
  margin: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (min-width: 700px) {
  #wb-header .wb-brand {
    margin-top: 10px;
  }
}
#wb-header .wb-brand a {
  display: block;
}
#wb-header #wb-tagline {
  position: absolute;
  top: 10px;
  right: 20px;
  display: none;
  font-size: 12px;
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
}
@media (min-width: 1025px) {
  #wb-header #wb-tagline {
    display: block;
  }
}
#wb-header ul li {
  display: inline-block;
}
#wb-header ul li a {
  font-weight: bold;
  color: #a99a45;
  text-transform: uppercase;
}
#wb-header ul li .active {
  color: #1a1a1a;
}
#wb-header #wb-nav-main {
  position: absolute;
  bottom: 16px;
  display: none;
  width: 100%;
  margin-left: -15px;
  text-align: center;
}
#wb-header #wb-nav-main li {
  padding-right: 10px;
  padding-left: 10px;
}
#wb-header #wb-nav-info {
  position: absolute;
  right: 20px;
  bottom: 16px;
  display: none;
  text-align: center;
}
#wb-header #wb-mobile-filter-open,
#wb-header #wb-mobile-nav-open {
  position: absolute;
  top: 30px;
  right: 20px;
  display: block;
  width: 45px;
  height: 45px;
  background-image: url("assets/img/wb-menu-icon.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
#wb-header #wb-mobile-filter-open:hover,
#wb-header #wb-mobile-nav-open:hover {
  cursor: pointer;
}
#wb-header #wb-mobile-filter-open {
  right: 80px;
  background-image: url("assets/img/wb-open-icon-new.svg");
}
@media (min-width: 1025px) {
  #wb-header #wb-tagline {
    top: 18px;
    display: block;
    font-size: 14px;
  }
  #wb-header #wb-nav-main,
  #wb-header #wb-nav-info {
    display: block;
  }
  #wb-header #wb-mobile-filter-open,
  #wb-header #wb-mobile-nav-open {
    display: none;
  }
}
#wb-filter {
  position: relative;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: none;
  width: 100%;
  height: auto;
  height: 100%;
  padding-top: 20px;
  overflow-y: scroll;
  background-color: #a99a45;
  -webkit-overflow-scrolling: touch;
}
#wb-filter .app-common-container {
  margin-top: 100px;
}
#wb-filter .wb-filter-trigger {
  position: fixed;
  top: 30px;
  right: 80px;
  display: block;
  width: 45px;
  height: 45px;
  text-indent: -10000px;
  background-image: url("assets/img/wb-close-icon-new.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (min-width: 700px) {
  #wb-filter .wb-filter-trigger {
    background-image: none;
  }
}
#wb-filter .wb-filter-trigger:active {
  color: #1a1a1a;
}
#wb-filter .wb-brand {
  position: absolute;
  top: 1px;
  left: 20px;
  width: 120px;
}
@media (min-width: 700px) {
  #wb-filter {
    position: relative;
    top: 0;
    left: 0;
    z-index: auto;
    width: 100%;
    height: auto;
    padding-top: 0;
    padding-top: 20px;
  }
  #wb-filter .app-common-container {
    margin-top: 0;
  }
  #wb-filter .wb-filter-trigger {
    position: absolute;
    top: 20px;
    right: 20px;
    width: auto;
    height: auto;
    font-weight: bold;
    color: #fff;
    text-indent: 0;
    text-transform: uppercase;
    background-color: transparent;
  }
  #wb-filter .wb-brand {
    display: none;
  }
}
#wb-filter .wb-year-wrap {
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  margin-bottom: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#wb-filter .wb-year-wrap ul {
  padding-bottom: 20px;
  border-bottom: 2px solid #fff;
}
@media (min-width: 700px) {
  #wb-filter .wb-year-wrap {
    float: left;
    width: 100%;
  }
}
@media (min-width: 700px) {
  #wb-filter .wb-year-wrap {
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    margin-top: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #wb-filter .wb-year-wrap ul {
    padding-bottom: auto;
    border-bottom: 0;
  }
}
@media (min-width: 700px) and (min-width: 700px) {
  #wb-filter .wb-year-wrap {
    float: left;
    width: 50%;
  }
}
#wb-filter .wb-type-wrap {
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  margin-bottom: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 700px) {
  #wb-filter .wb-type-wrap {
    float: left;
    width: 100%;
  }
}
@media (min-width: 700px) {
  #wb-filter .wb-type-wrap {
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media (min-width: 700px) and (min-width: 700px) {
  #wb-filter .wb-type-wrap {
    float: left;
    width: 50%;
  }
}
#wb-filter .wb-filter-heading {
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
}
#wb-filter ul {
  padding-top: 10px;
}
#wb-filter .wb-filter-term {
  display: inline-block;
  margin-right: 6px;
  margin-bottom: 6px;
}
#wb-filter .wb-filter-term a {
  display: inline-block;
  padding-top: 4px;
  padding-right: 10px;
  padding-bottom: 4px;
  padding-left: 10px;
  background-color: rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
#wb-filter .wb-filter-term a:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.65);
}
@media (min-width: 700px) {
  #wb-filter .wb-filter-term {
    margin-right: 4px;
    margin-bottom: 4px;
  }
  #wb-filter .wb-filter-term a {
    padding-top: 2px;
    padding-right: 5px;
    padding-bottom: 2px;
    padding-left: 5px;
  }
}
#wb-mobile-nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 101;
  display: none;
  width: 100%;
  height: 100%;
  background-color: #a99a45;
}
#wb-mobile-nav[data-state="open"] {
  display: block;
}
#wb-mobile-nav #wb-mobile-nav-close {
  position: absolute;
  top: 30px;
  right: 20px;
  display: block;
  width: 45px;
  height: 45px;
  background-image: url("assets/img/wb-close-icon-new.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
#wb-mobile-nav #wb-mobile-nav-close:hover {
  z-index: 101;
  cursor: pointer;
}
#wb-mobile-nav .wb-brand {
  position: fixed;
  top: 1px;
  left: 20px;
  width: 120px;
}
#wb-mobile-nav ul li {
  padding-bottom: 6px;
}
#wb-mobile-nav ul li a {
  font-size: 21px;
  font-weight: bold;
  line-height: 24px;
  letter-spacing: 2px;
  color: #fff;
}
@media (min-width: 700px) {
  #wb-mobile-nav[data-state="open"] {
    display: none !important;
  }
}
#wb-main {
  padding-top: 0;
}
@media (min-width: 1025px) {
  #wb-main {
    padding-top: 100px;
  }
}
#wb-main .wb-main-content {
  padding-top: 20px;
}
@media (min-width: 700px) {
  .wb-home-section .wb-entry {
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media (min-width: 700px) and (min-width: 700px) {
  .wb-home-section .wb-entry {
    float: left;
    width: 50%;
  }
}
#wb-single-entry #project-heading,
#wb-single-entry #toggle-project-details {
  display: block;
  min-height: 1px;
  padding: 0;
  padding-top: 18px;
  padding-right: 10px;
  padding-left: 10px;
  margin: 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
  color: #a99a45;
  text-transform: uppercase;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 700px) {
  #wb-single-entry #project-heading,
  #wb-single-entry #toggle-project-details {
    float: left;
    width: 50%;
  }
}
@media (min-width: 700px) {
  #wb-single-entry #project-heading,
  #wb-single-entry #toggle-project-details {
    margin-bottom: 18px;
  }
}
#wb-single-entry #toggle-project-details.active {
  color: #1a1a1a;
}
#wb-single-entry #toggle-project-details {
  padding-top: 9px;
  padding-bottom: 18px;
}
@media (min-width: 700px) {
  #wb-single-entry #toggle-project-details {
    padding-top: 18px;
    padding-bottom: 0;
  }
}
#wb-single-entry #project-details {
  display: none;
  *zoom: 1;
}
#wb-single-entry #project-details:before,
#wb-single-entry #project-details:after {
  display: table;
  line-height: 0;
  content: " ";
}
#wb-single-entry #project-details:after {
  clear: both;
}
#wb-single-entry .app-single-row {
  *zoom: 1;
}
#wb-single-entry .app-single-row:before,
#wb-single-entry .app-single-row:after {
  display: table;
  line-height: 0;
  content: " ";
}
#wb-single-entry .app-single-row:after {
  clear: both;
}
#wb-single-entry .single-content,
#wb-single-entry .single-credits {
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  margin-bottom: 32px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 700px) {
  #wb-single-entry .single-content,
  #wb-single-entry .single-credits {
    float: left;
    width: 50%;
  }
}
#wb-single-entry .single-content .gallery-row-image-wrapper {
  position: relative;
  margin-right: -20px;
  margin-left: -20px;
}
@media (min-width: 700px) {
  #wb-single-entry .single-content .gallery-row-image-wrapper {
    margin-right: auto;
    margin-left: auto;
  }
}
#wb-single-entry .single-content.page {
  border-right: none !important;
}
#wb-single-entry .single-gallery {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-right: 0 !important;
  padding-left: 10px;
  padding-left: 0 !important;
  margin-right: -10px;
  margin-left: -10px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 700px) {
  #wb-single-entry .single-gallery {
    float: left;
    width: 100%;
  }
}
@media (min-width: 700px) {
  #wb-single-entry .single-gallery {
    padding-right: 10px !important;
    padding-left: 10px !important;
    margin-right: 0;
    margin-left: 0;
  }
}
#wb-single-entry .gallery-row {
  padding-bottom: 20px;
}
#wb-single-entry .single-related-container {
  position: relative;
  *zoom: 1;
}
#wb-single-entry .single-related-container:before,
#wb-single-entry .single-related-container:after {
  display: table;
  line-height: 0;
  content: " ";
}
#wb-single-entry .single-related-container:after {
  clear: both;
}
#wb-single-entry .single-related-container .related-title,
#wb-single-entry .single-related-container .related-back {
  padding-bottom: 9px;
  font-weight: bold;
  color: #a1a1a1;
  text-transform: uppercase;
}
#wb-single-entry .single-related-container .related-title a,
#wb-single-entry .single-related-container .related-back a {
  font-weight: bold;
  color: #a1a1a1;
}
#wb-single-entry .single-related-container .wb-pagination {
  position: absolute;
  left: 10px;
  z-index: 100;
  width: auto;
}
#wb-single-entry .single-related-container .related-title {
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 700px) {
  #wb-single-entry .single-related-container .related-title {
    float: left;
    width: 100%;
  }
}
#wb-single-entry .single-related-container .related-back {
  position: absolute;
  top: 0;
  right: 10px;
}
#wb-single-entry .single-related-container .single-related {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-right: 0;
  padding-left: 10px;
  padding-left: 0;
  margin-right: -10px;
  margin-bottom: 32px;
  margin-left: -10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 700px) {
  #wb-single-entry .single-related-container .single-related {
    float: left;
    width: 33.33333333333333%;
  }
}
@media (min-width: 700px) {
  #wb-single-entry .single-related-container .single-related {
    padding-right: 10px;
    padding-left: 10px;
    margin-right: 0;
    margin-left: 0;
  }
}
#wb-single-entry
  .single-related-container
  .single-related:hover
  .wb-entry-title {
  opacity: 1;
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -ms-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
}
#wb-single-entry .single-related-container .single-related img {
  padding-bottom: 9px;
}
#wb-single-entry .single-related-container .single-related h3 {
  padding: 0;
  padding-left: 20px;
  margin: 0;
  color: #a1a1a1;
}
@media (min-width: 700px) {
  #wb-single-entry .single-related-container .single-related h3 {
    padding-left: 0;
  }
}
#wb-single-entry .single-related-container .wb-entry-title {
  position: absolute;
  top: 0;
  left: 10px !important;
  z-index: 20;
  max-width: 100%;
  background-color: #a99a45;
  opacity: 0;
}
@media (min-width: 700px) {
  #wb-single-entry .single-related-container .wb-entry-title {
    left: 0;
  }
}
#wb-single-entry .single-related-container .wb-entry-title h1 {
  padding: 4px 10px 4px 10px;
  margin: 0;
  font-size: 12px;
  color: #fff;
}
#wb-single-entry .single-related-container .wb-entry-title h1 span {
  font-weight: bold;
}
#wb-single-entry #share {
  position: relative;
  top: 0;
  right: 0;
  float: right;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  margin-top: 30px;
  margin-bottom: 36px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 700px) {
  #wb-single-entry #share {
    float: left;
    width: 100%;
  }
}
@media (min-width: 700px) {
  #wb-single-entry #share {
    margin-top: 0;
  }
  #wb-single-entry #share li:last-child {
    display: none;
  }
}
#wb-single-entry #share li {
  float: left;
  margin-right: 6px;
  margin-left: 0;
  font-weight: bold;
  color: #a1a1a1;
  text-transform: uppercase;
}
#wb-single-entry #share li:last-child {
  display: none;
}
@media (min-width: 700px) {
  #wb-single-entry #share li {
    float: right;
    margin-right: 0;
    margin-left: 6px;
  }
  #wb-single-entry #share li:first-child {
    display: none;
  }
  #wb-single-entry #share li:last-child {
    display: block;
  }
}
#wb-single-entry #share li a[data-icon] {
  display: block;
  width: 18px;
  height: 18px;
  background-size: contain;
}
#wb-single-entry #share li a[data-icon="facebook"] {
  background-image: url("assets/img/wb-fb-new.png");
}
#wb-single-entry #share li a[data-icon="twitter"] {
  background-image: url("assets/img/wb-twitter-new.png");
}
#wb-single-entry #share li a[data-icon="pin"] {
  background-image: url("assets/img/wb-pin-new.png");
}
#wb-single-entry .wb-pagination {
  float: none;
  width: auto;
  padding-right: 0;
  padding-bottom: 10px;
  padding-left: 0;
  margin: 0 !important;
}
#wb-archive {
  margin-right: -10px;
  margin-left: -10px;
  *zoom: 1;
}
#wb-archive:before,
#wb-archive:after {
  display: table;
  line-height: 0;
  content: " ";
}
#wb-archive:after {
  clear: both;
}
#wb-archive .work-column {
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 700px) {
  #wb-archive .work-column {
    float: left;
    width: 50%;
  }
}
@media (min-width: 700px) {
  #wb-archive .wb-entry {
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media (min-width: 700px) and (min-width: 700px) {
  #wb-archive .wb-entry {
    float: left;
    width: 50%;
  }
}
.wb-pagination {
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  margin-bottom: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 700px) {
  .wb-pagination {
    float: left;
    width: 100%;
  }
}
.wb-pagination ul {
  display: inline;
}
.wb-pagination li {
  display: inline-block;
  padding-right: 4px;
  color: #a1a1a1;
  text-transform: uppercase;
}
.wb-pagination li a {
  font-weight: bold;
  color: #a99a45;
}
.wb-pagination li a.active {
  color: #1a1a1a;
}
.wb-pagination .wp-pagenavi {
  display: inline;
}
.wb-pagination .wp-pagenavi span.pages {
  display: none;
}
.wb-pagination .wp-pagenavi .nextpostslink,
.wb-pagination .wp-pagenavi .previouspostslink {
  display: none;
}
.wb-pagination .wp-pagenavi span.current,
.wb-pagination .wp-pagenavi a.page {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 4px;
  margin-left: 4px;
  color: #fff;
  text-align: center;
  background-color: #a1a1a0;
  border: 0;
  -webkit-border-radius: 12px;
  border-radius: 12px;
}
.wb-pagination .wp-pagenavi span.current {
  background-color: #a99a45;
}
#wb-footer {
  background-color: #f8f8f8;
}
#wb-footer a {
  color: #a1a1a1;
}
#wb-footer .footer-keyline-row {
  display: block;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 700px) {
  #wb-footer .footer-keyline-row {
    float: left;
    width: 100%;
  }
}
#wb-footer .footer-keyline-row .footer-keyline {
  display: block;
  border-top: 1px solid #bbb;
}
#wb-footer .footer-copyright {
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  color: #bbb;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 700px) {
  #wb-footer .footer-copyright {
    float: left;
    width: 33.33333333333333%;
  }
}
#wb-footer .footer-contact {
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  color: #bbb;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 700px) {
  #wb-footer .footer-contact {
    float: left;
    width: 33.33333333333333%;
  }
}
#wb-footer .footer-contact a {
  color: #bbb;
}
#wb-footer .footer-tagline {
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  font-weight: bold;
  color: #000;
  text-align: left;
  text-transform: uppercase;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 700px) {
  #wb-footer .footer-tagline {
    float: left;
    width: 33.33333333333333%;
  }
}
@media (min-width: 700px) {
  #wb-footer .footer-tagline {
    text-align: right;
  }
}
#wb-footer .footer-copyright,
#wb-footer .footer-contact,
#wb-footer .footer-tagline {
  padding-top: 16px;
  padding-bottom: 32px;
}
.wb-highlight {
  color: #a1a1a1 !important;
}
html.touch .wb-entry .wb-entry-title {
  opacity: 1;
}
html.touch .wb-entry .read-more {
  opacity: 1;
}
html.touch
  #wb-single-entry
  .single-related-container
  .single-related
  .wb-entry-title {
  opacity: 1;
}
#wb-header {
  height: 100px;
}
#wb-header #wb-mobile-nav-open {
  position: fixed;
  right: 20px;
  z-index: 100;
}
#wb-header #wb-mobile-filter-open {
  position: fixed;
  z-index: 100;
}
#wb-header #wb-mobile-filter-open.active {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media (min-width: 1025px) {
  #wb-header {
    height: auto;
  }
  #wb-header #wb-mobile-filter-open,
  #wb-header #wb-mobile-nav-open {
    position: absolute;
  }
}
