/*
Theme Name: ShoeBiz
Author: Medium Rare Interactive Inc. / Nathaniel Tubb
Author URI: http://mediumrareinc.com/
Description: Hi. I'm a custom theme build for the ShoeBiz Ventures company.
Version: 1.0.0
Text Domain: shoebiz

ShoeBiz is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.

ShoeBiz uses the Zurb Foundation 5 framework, http://foundation.zurb.com/

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Underscores Default Styles
# Shoebiz Variables and Mixins
# Shoebiz Typography
# Shoebiz Navigation
# Shoebiz Header
# Shoebiz Content
# Shoebiz Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Underscores Default Styles
--------------------------------------------------------------*/
/*--------------------------------------------------------------
Underscores Default CSS
--------------------------------------------------------------*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
  ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Variables and Mixins
--------------------------------------------------------------*/
/* -- Colors */
/* -- Typography */
/* -- Structure */
/* -- Mixins */
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/* Comment and Post Navigation */
@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);
.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden; }
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%; }
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }
  .screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
    /* Above WP toolbar. */ }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
/* Make sure select elements fit in widgets. */
.widget {
  margin: 0 0 1.5em; }
  .widget select {
    max-width: 100%; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/* Posts and Pages */
.sticky {
  display: block; }

.hentry {
  margin: 0 0 1.5em; }

.byline,
.updated:not(.published) {
  display: none; }

.single .byline,
.group-blog .byline {
  display: inline; }

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

/* Asides */
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none; }

/* Comments */
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

/* Captions */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

.wp-caption-text {
  text-align: center; }

/* Galleries */
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }
  .gallery-columns-2 .gallery-item {
    max-width: 50%; }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%; }
  .gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%; }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%; }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%; }

.gallery-caption {
  display: block; }

/*--------------------------------------------------------------
# Shoebiz Variables
--------------------------------------------------------------*/
/* Colors */
/* Font Variables */
/* Grid Mixins from Foundation */
/*--------------------------------------------------------------
# Shoebiz Typography
--------------------------------------------------------------*/
h1 {
  text-transform: uppercase; }

h3 {
  text-transform: uppercase; }

h6 {
  text-transform: uppercase; }

header.page-header h1, header.page-header h2, header.page-header h3, header.page-header h4, header.page-header h5, header.page-header h6 {
  color: #FFFFFF;
  margin: 0;
  line-height: 1;
  margin-bottom: 0.6rem; }
header.page-header .slide-text-wrapper h1, header.page-header .slide-text-wrapper h2, header.page-header .slide-text-wrapper h3, header.page-header .slide-text-wrapper h4, header.page-header .slide-text-wrapper h5, header.page-header .slide-text-wrapper h6 {
  text-shadow: 2px 2px 5px rgba(51, 51, 51, 0.8); }

h1.tax-term-title {
  margin-top: -0.9375rem; }

.tan {
  color: #fff2d4; }

/*--------------------------------------------------------------
# Shoebiz Navigation
--------------------------------------------------------------*/
nav#header-navigation.site-navigation {
  margin-top: 1rem;
  width: 100%;
  clear: both; }
  nav#header-navigation.site-navigation ul.menu {
    list-style: none;
    float: none;
    text-align: center; }
    @media only screen and (min-width: 64.0625em) {
      nav#header-navigation.site-navigation ul.menu {
        text-align: left;
        float: right; } }
    nav#header-navigation.site-navigation ul.menu > li {
      width: auto;
      float: none;
      display: inline-block;
      padding: 0 1rem;
      border-left: 2px solid #80a1b6; }
      @media only screen and (min-width: 64.0625em) {
        nav#header-navigation.site-navigation ul.menu > li {
          float: left; } }
      nav#header-navigation.site-navigation ul.menu > li:first-of-type {
        border: 0; }
      nav#header-navigation.site-navigation ul.menu > li:last-of-type {
        padding-right: 0; }
  nav#header-navigation.site-navigation ul {
    list-style: none;
    text-align: left;
    vertical-align: middle;
    margin: 0; }
    nav#header-navigation.site-navigation ul > li {
      width: 100%;
      display: inline-block;
      position: relative; }
  nav#header-navigation.site-navigation ul.sub-menu {
    width: 280px;
    position: absolute;
    top: 150%;
    right: 0;
    padding: 1rem 0;
    display: none;
    z-index: 9999;
    overflow: hidden;
    background-color: #2e5c71;
    background-color: rgba(46, 92, 113, 0.95);
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.35);
    opacity: 1; }
    nav#header-navigation.site-navigation ul.sub-menu a {
      font-size: 1rem;
      padding: 0.5rem; }
  nav#header-navigation.site-navigation li.menu-item-has-children:before {
    content: "\f107";
    position: relative;
    display: inline-block;
    font-family: "fontawesome";
    float: right;
    font-size: 1rem;
    padding: 0 0.4375rem; }
  nav#header-navigation.site-navigation a {
    color: #fff2d4;
    outline: none;
    display: inline-block;
    font-size: 1rem;
    text-transform: uppercase; }
    nav#header-navigation.site-navigation a:visited {
      color: #fff2d4; }
    nav#header-navigation.site-navigation a:hover, nav#header-navigation.site-navigation a:active, nav#header-navigation.site-navigation a:focus {
      color: #ccdae2; }
  nav#header-navigation.site-navigation .current_page_item > a,
  nav#header-navigation.site-navigation .current-menu-item > a,
  nav#header-navigation.site-navigation .current_page_ancestor > a {
    color: #ccdae2; }
  nav#header-navigation.site-navigation .side-nav a {
    text-transform: uppercase; }
  nav#header-navigation.site-navigation button.menu-toggle,
  nav#header-navigation.site-navigation .main-navigation.toggled ul {
    display: block; }
  nav#header-navigation.site-navigation button.menu-toggle {
    display: block; }
    @media only screen and (min-width: 64.0625em) {
      nav#header-navigation.site-navigation button.menu-toggle {
        display: none; } }

nav#footer-navigation.site-navigation {
  width: 100%;
  clear: both; }
  nav#footer-navigation.site-navigation ul.menu {
    list-style: none;
    float: left;
    margin: 0;
    width: 100%; }
    @media only screen and (min-width: 40.0625em) {
      nav#footer-navigation.site-navigation ul.menu {
        width: auto; } }
    nav#footer-navigation.site-navigation ul.menu > li {
      width: auto;
      float: none;
      width: 100%;
      text-align: center; }
      @media only screen and (min-width: 40.0625em) {
        nav#footer-navigation.site-navigation ul.menu > li {
          width: auto;
          text-align: initial; } }
  nav#footer-navigation.site-navigation ul {
    list-style: none;
    text-align: left;
    vertical-align: middle; }
    nav#footer-navigation.site-navigation ul > li {
      width: 100%;
      display: block;
      position: relative; }
  nav#footer-navigation.site-navigation a {
    color: #fff2d4;
    outline: none;
    display: inline-block;
    font-size: 0.75rem;
    text-transform: uppercase; }
    nav#footer-navigation.site-navigation a:visited {
      color: #fff2d4; }
    nav#footer-navigation.site-navigation a:hover, nav#footer-navigation.site-navigation a:active, nav#footer-navigation.site-navigation a:focus {
      color: #ccdae2; }
  nav#footer-navigation.site-navigation .current_page_item > a,
  nav#footer-navigation.site-navigation .current-menu-item > a,
  nav#footer-navigation.site-navigation .current_page_ancestor > a {
    color: #ccdae2; }

/*--------------------------------------------------------------
# Shoebiz Header
--------------------------------------------------------------*/
body {
  background-color: #FFFFFF; }

header#masthead.site-header {
  background: #104457;
  /* Old browsers */
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #104457), color-stop(100%, #2e5c71));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #104457 0%, #2e5c71 100%);
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, #104457 0%, #2e5c71 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start', endColorstr='$end',GradientType=0 );
  /* IE6-8 */
  color: #80a1b6;
  padding: 30px 0;
  border-bottom: 4px solid #80a1b6;
  text-align: center; }
  @media only screen and (min-width: 64.0625em) {
    header#masthead.site-header {
      text-align: initial; } }
  header#masthead.site-header .site-branding > a {
    display: block; }
  header#masthead.site-header .site-branding img.site-logo {
    display: block;
    margin: 0 auto 1rem; }
    @media only screen and (min-width: 64.0625em) {
      header#masthead.site-header .site-branding img.site-logo {
        margin: 0; } }
  header#masthead.site-header .site-contact {
    float: none;
    width: auto;
    display: inline-block; }
    @media only screen and (min-width: 64.0625em) {
      header#masthead.site-header .site-contact {
        float: right;
        display: block;
        margin-bottom: 0.5rem; } }
    header#masthead.site-header .site-contact .site-address {
      text-align: center;
      padding: 0 1rem;
      text-transform: uppercase;
      float: right;
      display: block;
      width: 100%; }
      @media only screen and (min-width: 64.0625em) {
        header#masthead.site-header .site-contact .site-address {
          display: block;
          text-align: right;
          width: auto; } }
      header#masthead.site-header .site-contact .site-address address {
        font-style: normal; }
    header#masthead.site-header .site-contact .site-social {
      padding: 0 0 0 1rem;
      border-left: none;
      float: none;
      display: block;
      width: 100%; }
      @media only screen and (min-width: 64.0625em) {
        header#masthead.site-header .site-contact .site-social {
          padding: 0 0 0 1rem;
          border-left: 2px solid #80a1b6;
          float: right;
          display: block;
          width: auto; } }

ul.social-button-list {
  list-style: none;
  margin: 0; }
  ul.social-button-list > li {
    display: inline-block;
    margin-right: 1rem; }
    @media only screen and (min-width: 64.0625em) {
      ul.social-button-list > li {
        display: block;
        margin: 0; } }
  ul.social-button-list a {
    color: #fff2d4;
    outline: none;
    font-size: 1rem; }
    ul.social-button-list a:visited {
      color: #fff2d4; }
    ul.social-button-list a:hover, ul.social-button-list a:active, ul.social-button-list a:focus {
      color: #ccdae2; }

/*--------------------------------------------------------------
# Shoebiz Content
--------------------------------------------------------------*/
header.page-header {
  background-color: #104457;
  color: #FFFFFF;
  padding: 2rem 0;
  margin-bottom: 3.125rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  header.page-header.has-top-slider {
    padding: 0;
    margin-bottom: 0; }
  header.page-header hr {
    border: solid #fff2d4;
    border-width: 4px 0 0;
    width: 33.333%;
    margin: 0 auto 0.6rem; }
  header.page-header .page-subtitle a {
    color: #fff2d4;
    outline: none; }
    header.page-header .page-subtitle a:visited {
      color: #fff2d4; }
    header.page-header .page-subtitle a:hover, header.page-header .page-subtitle a:active, header.page-header .page-subtitle a:focus {
      color: #ccdae2; }

#top-slider-wrapper,
#bottom-slider-wrapper {
  display: none; }

#top-slider-wrapper {
  position: relative; }

#bottom-slider-wrapper {
  margin-top: 2rem; }

#top-slider {
  width: 100%;
  height: 400px; }
  #top-slider .cycle-prev,
  #top-slider .cycle-next {
    width: 10%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 600;
    opacity: 0.5;
    cursor: pointer; }
    #top-slider .cycle-prev:before,
    #top-slider .cycle-next:before {
      font-family: "fontawesome";
      font-size: 3rem;
      display: block;
      height: auto;
      top: 50%;
      width: 100%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      position: absolute; }
    #top-slider .cycle-prev:hover,
    #top-slider .cycle-next:hover {
      opacity: 1; }
  #top-slider .cycle-next {
    right: 0; }
    #top-slider .cycle-next:before {
      content: "\f105"; }
  #top-slider .cycle-prev {
    left: 0; }
    #top-slider .cycle-prev:before {
      content: "\f104"; }
  #top-slider div.slide {
    display: none;
    text-align: center;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; }
    @media only screen and (min-width: 90.0625em) {
      #top-slider div.slide {
        height: 400px;
        overflow: hidden; } }
    #top-slider div.slide.first {
      display: block; }
    #top-slider div.slide .slide-contents-wrapper .slide-text-wrapper {
      width: 100%;
      height: auto;
      position: absolute;
      top: 50%;
      left: 0;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }

#top-slider-pager {
  text-align: center;
  width: 100%;
  z-index: 500;
  position: absolute;
  bottom: -3.75rem;
  overflow: hidden; }
  #top-slider-pager span {
    font-size: 3rem;
    line-height: 3rem;
    display: inline;
    color: #80a1b6;
    cursor: pointer; }
    #top-slider-pager span.cycle-pager-active {
      color: #2e5c71; }
  #top-slider-pager > * {
    cursor: pointer; }

#bottom-slider a.slide-link {
  display: none;
  padding: 0.5rem 1rem;
  border-right: 1px solid #F5F5F5; }
  #bottom-slider a.slide-link.first {
    display: block; }
  #bottom-slider a.slide-link > img {
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
    /* Firefox 3.5+ */
    filter: gray;
    /* IE6-9 */
    -webkit-filter: grayscale(100%);
    /* Chrome 19+ & Safari 6+ */
    -webkit-backface-visibility: hidden;
    -webkit-transition: all 0.2s linear;
            transition: all 0.2s linear; }
    #bottom-slider a.slide-link > img:hover {
      filter: none;
      -webkit-filter: grayscale(0%); }

#bottom-slider-prev.cycle-prev,
#bottom-slider-next.cycle-next {
  width: 10%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 600;
  opacity: 0.5;
  cursor: pointer;
  text-align: center; }
  #bottom-slider-prev.cycle-prev:before,
  #bottom-slider-next.cycle-next:before {
    color: #2e5c71;
    font-family: "fontawesome";
    font-size: 3rem;
    display: block;
    height: auto;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    position: absolute; }
  #bottom-slider-prev.cycle-prev:hover,
  #bottom-slider-next.cycle-next:hover {
    opacity: 1; }

#bottom-slider-next.cycle-next {
  right: -1rem; }
  @media only screen and (min-width: 40.0625em) {
    #bottom-slider-next.cycle-next {
      right: -10%; } }
  #bottom-slider-next.cycle-next:before {
    content: "\f105"; }

#bottom-slider-prev.cycle-prev {
  left: -1rem; }
  @media only screen and (min-width: 40.0625em) {
    #bottom-slider-prev.cycle-prev {
      left: -10%; } }
  #bottom-slider-prev.cycle-prev:before {
    content: "\f104"; }

.home .site-content {
  padding-top: 3rem; }
  .home .site-content .front-grad-background {
    border-bottom: 2px solid #EEEEEE; }
  .home .site-content .hentry {
    margin: 0; }

.site-content {
  background-color: #FFFFFF; }
  .site-content .content-area {
    padding-bottom: 3rem; }
    .site-content .content-area section.layout-section {
      margin-bottom: 2rem; }
      @media only screen and (max-width: 40em) {
        .site-content .content-area section.layout-section .columns {
          margin-bottom: 2rem; } }
    .site-content .content-area div.feature-image-overlay-wrapper {
      position: relative;
      background-color: #2e5c71; }
      .site-content .content-area div.feature-image-overlay-wrapper span.feature-image-overlay-text {
        display: block;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        text-align: center;
        width: 100%;
        opacity: 0;
        -webkit-backface-visibility: hidden;
        -webkit-transition: opacity 0.2s linear;
                transition: opacity 0.2s linear; }
        .site-content .content-area div.feature-image-overlay-wrapper span.feature-image-overlay-text a {
          color: #FFFFFF;
          display: inline-block;
          width: 100%;
          text-transform: uppercase; }
      .site-content .content-area div.feature-image-overlay-wrapper img {
        -webkit-backface-visibility: hidden;
        -webkit-transition: opacity 0.2s linear;
                transition: opacity 0.2s linear; }
      .site-content .content-area div.feature-image-overlay-wrapper:hover img {
        opacity: 0.6; }
      .site-content .content-area div.feature-image-overlay-wrapper:hover span.feature-image-overlay-text {
        opacity: 1; }
    .site-content .content-area .cff-wrapper {
      border-top: 2px solid #EEEEEE;
      border-bottom: 2px solid #EEEEEE; }
  .site-content .taxonomy-term-results-wrapper {
    margin-top: 2rem; }
    .site-content .taxonomy-term-results-wrapper .taxonomy-term-sidebar {
      padding-left: 0; }
      .site-content .taxonomy-term-results-wrapper .taxonomy-term-sidebar ul.taxonomy-term-list {
        list-style: none;
        margin: 0;
        border-top: 1px solid #104457;
        border-bottom: 1px solid #104457;
        padding: 1rem 0;
        text-transform: uppercase; }
    .site-content .taxonomy-term-results-wrapper .taxonomy-term-results-area {
      padding: 0; }
      .site-content .taxonomy-term-results-wrapper .taxonomy-term-results-area ul.taxonomy-results-list > li {
        position: relative; }
        .site-content .taxonomy-term-results-wrapper .taxonomy-term-results-area ul.taxonomy-results-list > li img {
          width: 100%;
          border: 2px solid #104457; }
        .site-content .taxonomy-term-results-wrapper .taxonomy-term-results-area ul.taxonomy-results-list > li div.block-inner {
          position: relative; }
        .site-content .taxonomy-term-results-wrapper .taxonomy-term-results-area ul.taxonomy-results-list > li span.tax-title-wrapper {
          position: absolute;
          top: 50%;
          left: 0;
          -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%);
          padding: 0.25rem;
          width: 100%;
          background-color: #104457;
          background-color: rgba(16, 68, 87, 0.8);
          text-align: center;
          text-transform: uppercase;
          color: #fff2d4; }
      .site-content .taxonomy-term-results-wrapper .taxonomy-term-results-area a.shoe-inline-colorbox,
      .site-content .taxonomy-term-results-wrapper .taxonomy-term-results-area a.tax-link {
        display: block;
        background-color: #104457; }
      .site-content .taxonomy-term-results-wrapper .taxonomy-term-results-area a.shoe-inline-colorbox > img,
      .site-content .taxonomy-term-results-wrapper .taxonomy-term-results-area a.tax-link > img {
        -webkit-backface-visibility: hidden;
        -webkit-transition: opacity 0.2s linear;
                transition: opacity 0.2s linear; }
      .site-content .taxonomy-term-results-wrapper .taxonomy-term-results-area a.shoe-inline-colorbox:hover > img,
      .site-content .taxonomy-term-results-wrapper .taxonomy-term-results-area a.tax-link:hover > img {
        opacity: 0.6; }
  .site-content .hidden {
    display: none; }
  .site-content .vcard {
    border: 0; }
  .site-content .comments-area ol.comment-list li.comment {
    padding: 1.5rem;
    border: 1px solid #ccdae2; }

picture p {
  z-index: -100;
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }

body.archive.tax-style div#cboxTitle,
body.archive.tax-brand div#cboxTitle {
  display: none !important; }
body.archive.tax-style div#cboxLoadedContent div.shoe-details-wrapper,
body.archive.tax-brand div#cboxLoadedContent div.shoe-details-wrapper {
  width: 100%;
  padding: 0.5rem; }
  body.archive.tax-style div#cboxLoadedContent div.shoe-details-wrapper span.shoe-detail-wrapper,
  body.archive.tax-brand div#cboxLoadedContent div.shoe-details-wrapper span.shoe-detail-wrapper {
    color: #80a1b6;
    text-transform: uppercase; }
  body.archive.tax-style div#cboxLoadedContent div.shoe-details-wrapper span.shoe-detail-term-wrapper,
  body.archive.tax-brand div#cboxLoadedContent div.shoe-details-wrapper span.shoe-detail-term-wrapper {
    color: #2e5c71; }
    body.archive.tax-style div#cboxLoadedContent div.shoe-details-wrapper span.shoe-detail-term-wrapper a,
    body.archive.tax-brand div#cboxLoadedContent div.shoe-details-wrapper span.shoe-detail-term-wrapper a {
      color: #2e5c71; }
      body.archive.tax-style div#cboxLoadedContent div.shoe-details-wrapper span.shoe-detail-term-wrapper a:hover, body.archive.tax-style div#cboxLoadedContent div.shoe-details-wrapper span.shoe-detail-term-wrapper aactive,
      body.archive.tax-brand div#cboxLoadedContent div.shoe-details-wrapper span.shoe-detail-term-wrapper a:hover,
      body.archive.tax-brand div#cboxLoadedContent div.shoe-details-wrapper span.shoe-detail-term-wrapper aactive {
        color: #80a1b6; }

/*--------------------------------------------------------------
# Shoebiz Footer
--------------------------------------------------------------*/
footer.site-footer {
  background-color: #104457;
  background-image: url("images/footer-shoe-pattern-bg.png");
  background-image: url("images/footer-shoe-pattern-bg.svg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-top: 4px solid #80a1b6; }
  footer.site-footer .footer-content {
    padding: 1.5rem 0 0.5rem;
    text-align: center; }
    @media only screen and (min-width: 40.0625em) {
      footer.site-footer .footer-content {
        text-align: initial; } }
    footer.site-footer .footer-content img.step-out-tag {
      -webkit-transform: rotate(-14deg);
          -ms-transform: rotate(-14deg);
              transform: rotate(-14deg);
      z-index: 2;
      position: relative;
      left: 0rem;
      top: -1.5rem;
      width: 50%;
      height: auto;
      max-width: none;
      margin: 2rem 0; }
      @media only screen and (min-width: 40.0625em) {
        footer.site-footer .footer-content img.step-out-tag {
          right: -2.5rem;
          width: 100%;
          margin: 1rem 0; } }
      @media only screen and (min-width: 64.0625em) {
        footer.site-footer .footer-content img.step-out-tag {
          position: absolute;
          width: 120%;
          margin: 0;
          left: 0;
          top: -0.5rem; } }
    @media only screen and (min-width: 64.0625em) {
      footer.site-footer .footer-content div.nav-column {
        border-right: 2px solid #80a1b6; } }
    footer.site-footer .footer-content ul.social-button-list {
      clear: both;
      float: left;
      font-size: 0.75rem;
      width: 100%;
      text-align: center; }
      @media only screen and (min-width: 40.0625em) {
        footer.site-footer .footer-content ul.social-button-list {
          width: auto;
          text-align: initial; } }
      footer.site-footer .footer-content ul.social-button-list > li {
        float: none;
        margin-right: 1rem;
        display: inline-block; }
        @media only screen and (min-width: 40.0625em) {
          footer.site-footer .footer-content ul.social-button-list > li {
            float: left;
            display: block; } }
    footer.site-footer .footer-content aside.widget {
      margin-bottom: 1rem; }
    footer.site-footer .footer-content span.footer-subscribe-title {
      font-size: 1.125rem;
      text-transform: uppercase;
      line-height: 1;
      display: inline-block; }
    footer.site-footer .footer-content span.footer-subscribe-subtitle {
      color: #80a1b6;
      text-transform: uppercase;
      font-size: 0.825rem;
      line-height: 1;
      padding-bottom: 1rem;
      display: inline-block; }
    footer.site-footer .footer-content form#constant-contact-signup-1 p.cc_success {
      color: #43AC6A;
      font-style: italic; }
    footer.site-footer .footer-content form#constant-contact-signup-1 div.cc_email_address {
      width: 70%;
      float: left; }
      @media only screen and (min-width: 40.0625em) {
        footer.site-footer .footer-content form#constant-contact-signup-1 div.cc_email_address {
          width: 62%; } }
    footer.site-footer .footer-content form#constant-contact-signup-1 div.cc_Go {
      float: left;
      width: 30%; }
      @media only screen and (min-width: 40.0625em) {
        footer.site-footer .footer-content form#constant-contact-signup-1 div.cc_Go {
          width: 15%; } }
    footer.site-footer .footer-content form#constant-contact-signup-1 input[type="text"] {
      width: 100%;
      height: 2.5rem;
      font-size: 1rem;
      color: #fff2d4;
      background-color: #104457;
      border: 1px solid #80a1b6;
      padding: 0 1.125rem; }
      footer.site-footer .footer-content form#constant-contact-signup-1 input[type="text"]::-webkit-input-placeholder {
        color: #fff2d4; }
      footer.site-footer .footer-content form#constant-contact-signup-1 input[type="text"]:-moz-placeholder {
        /* Firefox 18- */
        color: #fff2d4; }
      footer.site-footer .footer-content form#constant-contact-signup-1 input[type="text"]::-moz-placeholder {
        /* Firefox 19+ */
        color: #fff2d4; }
      footer.site-footer .footer-content form#constant-contact-signup-1 input[type="text"]:-ms-input-placeholder {
        color: #fff2d4; }
    footer.site-footer .footer-content form#constant-contact-signup-1 input[type="submit"] {
      width: 100%;
      height: 2.5rem;
      text-indent: -99999px;
      font-size: 1.0825rem;
      padding: 0;
      border: 1px solid #80a1b6;
      background-color: #104457;
      background-image: url("images/envelope.svg");
      background-size: 28px 22px;
      background-position: center;
      background-repeat: no-repeat; }
      footer.site-footer .footer-content form#constant-contact-signup-1 input[type="submit"]:hover {
        background-color: #2e5c71; }
  footer.site-footer .site-info {
    background-color: #104457;
    color: #2e5c71;
    padding: 0.5rem 0;
    text-transform: uppercase; }
    footer.site-footer .site-info .site-copy {
      width: 100%;
      text-align: center; }
      @media only screen and (min-width: 64.0625em) {
        footer.site-footer .site-info .site-copy {
          text-align: initial;
          width: auto; } }
    footer.site-footer .site-info .site-design {
      text-align: center;
      width: 100%; }
      @media only screen and (min-width: 64.0625em) {
        footer.site-footer .site-info .site-design {
          text-align: initial;
          width: auto; } }

/*--------------------------------------------------------------
# ColorBox
--------------------------------------------------------------*/
/*
Colorbox Core Style:
The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden; }

#cboxWrapper {
  max-width: none; }

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%; }

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left; }

#cboxContent {
  position: relative; }

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

#cboxTitle {
  margin: 0; }

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer; }

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic; }

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0; }

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; }

/*
User Style:
Change the following styles to modify the appearance of Colorbox.  They are
ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: #333333;
  opacity: 0.6;
  filter: alpha(opacity=60); }

#colorbox, #cboxOverlay, #cboxWrapper {
  overflow: visible; }

#colorbox {
  outline: 0; }

#cboxContent {
  margin-top: 32px;
  overflow: visible;
  background: #000; }

.cboxIframe {
  background: #fff; }

#cboxError {
  padding: 50px;
  border: 1px solid #ccc; }

#cboxLoadedContent {
  background: #FFFFFF;
  color: #2e5c71; }

#cboxLoadingGraphic {
  background: url(images/loading.gif) no-repeat center center; }

#cboxLoadingOverlay {
  background: #333333; }

#cboxTitle {
  position: absolute;
  top: -22px;
  left: 0;
  color: #000; }

#cboxCurrent {
  position: absolute;
  top: -22px;
  right: 205px;
  text-indent: -9999px; }

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  position: absolute;
  background: none; }

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0; }

#cboxPrevious {
  right: 3.5rem;
  bottom: 0.5rem;
  width: 3rem;
  height: auto;
  color: #80a1b6;
  font-size: 3rem; }

#cboxPrevious:hover {
  color: #104457; }

#cboxNext {
  right: 0.5rem;
  bottom: 0.5rem;
  width: 3rem;
  height: auto;
  color: #80a1b6;
  font-size: 3rem; }

#cboxNext:hover {
  color: #104457; }

#cboxClose {
  right: -1.5rem;
  top: 0;
  font-size: 1.5rem;
  width: 1.5rem;
  height: auto; }

#cboxClose:hover {
  color: #104457; }

.cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious {
  right: 66px; }

.cboxSlideshow_on #cboxSlideshow {
  background-position: -75px -25px;
  right: 44px; }

.cboxSlideshow_on #cboxSlideshow:hover {
  background-position: -100px -25px; }

.cboxSlideshow_off #cboxSlideshow {
  background-position: -100px 0px;
  right: 44px; }

.cboxSlideshow_off #cboxSlideshow:hover {
  background-position: -75px -25px; }

.hiw-content {
  display: none; }

#cboxLoadedContent .hiw-content {
  display: block;
  padding: 40px; }

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